/* ============================================================
   Software29 — Homepage
   Sub-brand of 7180. Palette: blue #357FAE + gold #FFB900.
   Recreated from the Claude Design handoff (pixel-faithful).
   ============================================================ */

:root {
  --blue: #357FAE;
  --blue-dark: #2B6A92;
  --navy: #14384F;
  --navy-deep: #0F2D40;
  --gold: #FFB900;
  --gold-dark: #F0AE00;
  --ink: #14384F;
  --text: #516B7C;
  --text-soft: #5C7585;
  --line: #E6EEF4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  color: var(--navy);
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--gold); color: var(--navy); }

a { color: inherit; }

.s29-display { font-family: 'Bricolage Grotesque', sans-serif; }

@keyframes s29float   { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes s29floatB  { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

.s29-wrap { width: 100%; overflow-x: hidden; background: #FFFFFF; }
.s29-container { max-width: 1200px; margin: 0 auto; }

/* ===================== HEADER ===================== */
.s29-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.s29-header__inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  height: 74px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
}
.s29-brand {
  display: flex; align-items: center; gap: 11px;
  text-decoration: none; color: var(--navy);
}
.s29-brand__name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 22px; letter-spacing: -0.02em;
}
.s29-brand__name .s29-29 { color: var(--gold); }

.s29-navlinks { display: flex; align-items: center; gap: 34px; }
.s29-navlinks a {
  text-decoration: none; color: #3A5567;
  font-weight: 600; font-size: 15.5px;
  transition: color .15s ease;
}
.s29-navlinks a:hover { color: var(--blue); }

.s29-btn { transition: background .15s ease, transform .15s ease, border-color .15s ease, box-shadow .15s ease; }

.s29-ctahead {
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; background: var(--blue); color: #fff;
  font-weight: 700; font-size: 15px; padding: 11px 20px;
  border-radius: 11px; box-shadow: 0 6px 18px rgba(53,127,174,0.28);
}
.s29-ctahead:hover { background: var(--blue-dark); transform: translateY(-1px); }

.s29-burger {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: 1px solid #E0E9F0;
  background: #fff; border-radius: 11px; cursor: pointer; color: var(--navy);
}

/* mobile menu */
.s29-mobilemenu {
  border-top: 1px solid var(--line); background: #fff;
  padding: 14px 24px 22px; display: none; flex-direction: column; gap: 4px;
}
.s29-mobilemenu.is-open { display: flex; }
.s29-mobilemenu a {
  text-decoration: none; color: #27414F; font-weight: 600;
  font-size: 17px; padding: 12px 6px; border-bottom: 1px solid #F0F5F9;
}
.s29-mobilemenu a:last-child { border-bottom: none; }
.s29-mobilemenu .s29-mobilemenu__cta {
  margin-top: 10px; text-align: center; background: var(--blue);
  color: #fff; font-weight: 700; font-size: 16px; padding: 14px;
  border-radius: 12px; border-bottom: none;
}

@media (max-width: 880px) {
  .s29-navlinks { display: none; }
  .s29-ctahead { display: none; }
  .s29-burger { display: inline-flex; }
}

/* ===================== HERO ===================== */
.s29-hero {
  position: relative;
  background: radial-gradient(120% 90% at 85% 0%, #EAF3FA 0%, #F4F8FB 42%, #FFFFFF 100%);
  scroll-margin-top: 80px;
}
.s29-hero__inner {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(48px,7vw,92px) 24px clamp(56px,7vw,96px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(330px,1fr));
  gap: clamp(40px,5vw,72px); align-items: center;
}
.s29-hero__copy { max-width: 580px; }
.s29-pill {
  display: inline-flex; align-items: center; gap: 9px; background: #fff;
  border: 1px solid #DCE8F1; border-radius: 999px; padding: 7px 14px 7px 9px;
  box-shadow: 0 4px 14px rgba(20,56,79,0.05);
}
.s29-pill__euro {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; background: var(--gold);
  color: var(--navy); font-weight: 800; font-size: 12px;
}
.s29-pill__text { font-weight: 700; font-size: 13.5px; color: var(--blue-dark); letter-spacing: 0.01em; }

.s29-hero__title {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: clamp(38px,5.4vw,62px); line-height: 1.04; letter-spacing: -0.025em;
  margin: 22px 0 0; color: var(--navy);
}
.s29-hero__title .s29-nowrap { position: relative; white-space: nowrap; }
.s29-hero__title .s29-blue { color: var(--blue); }

.s29-hero__lead {
  font-size: clamp(17px,1.5vw,19.5px); line-height: 1.6; color: var(--text);
  margin: 22px 0 0; max-width: 520px;
}
.s29-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.s29-btn-primary {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  background: var(--blue); color: #fff; font-weight: 700; font-size: 16.5px;
  padding: 15px 26px; border-radius: 13px; box-shadow: 0 10px 26px rgba(53,127,174,0.32);
}
.s29-btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); }

.s29-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  background: #fff; color: var(--blue-dark); font-weight: 700; font-size: 16.5px;
  padding: 15px 24px; border-radius: 13px; border: 1.5px solid #CFE0EC;
}
.s29-btn-ghost:hover { border-color: var(--blue); background: #F7FBFD; }

.s29-hero__checks { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.s29-check { display: flex; align-items: center; gap: 8px; color: var(--text); font-weight: 600; font-size: 14.5px; }

/* hero visual */
.s29-hero__visual {
  position: relative; min-height: 420px;
  display: flex; align-items: center; justify-content: center;
}
.s29-hero__blob {
  position: absolute; width: 108%; height: 108%;
  background: radial-gradient(circle at 60% 40%, rgba(53,127,174,0.12), transparent 62%);
  filter: blur(8px);
}
.s29-mock {
  position: relative; width: min(440px,100%); background: #fff;
  border-radius: 18px; border: 1px solid var(--line);
  box-shadow: 0 30px 70px rgba(20,56,79,0.16); overflow: hidden;
}
.s29-mock__bar {
  display: flex; align-items: center; gap: 8px; padding: 12px 14px;
  border-bottom: 1px solid #EEF3F7; background: #FAFCFE;
}
.s29-dot { width: 11px; height: 11px; border-radius: 50%; }
.s29-mock__url {
  margin-left: 8px; flex: 1; background: #EEF3F7; border-radius: 7px; height: 22px;
  display: flex; align-items: center; padding: 0 10px;
  color: #7E96A6; font-size: 11.5px; font-weight: 600;
}
.s29-mock__body { display: flex; min-height: 300px; }
.s29-mock__side {
  width: 62px; background: var(--navy); padding: 16px 0;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.s29-mock__main { flex: 1; padding: 18px 18px 22px; }
.s29-mock__cards { display: flex; gap: 10px; margin-top: 18px; }
.s29-mock__chart {
  margin-top: 16px; height: 96px; background: #F7FAFC; border: 1px solid #EAF0F5;
  border-radius: 11px; padding: 14px; display: flex; align-items: flex-end; gap: 8px;
}
.s29-mock__chart > div { flex: 1; border-radius: 5px 5px 0 0; }

.s29-pricetag {
  position: absolute; top: 6px; right: -6px;
  animation: s29float 5.5s ease-in-out infinite;
  background: var(--gold); color: var(--navy); border-radius: 16px;
  padding: 14px 20px; box-shadow: 0 18px 40px rgba(255,185,0,0.4); text-align: center;
}
.s29-pricetag__big {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: 34px; line-height: 1; letter-spacing: -0.03em;
}
.s29-pricetag__sub { font-weight: 700; font-size: 11.5px; margin-top: 3px; opacity: 0.82; text-transform: uppercase; letter-spacing: 0.06em; }

.s29-chip {
  position: absolute; bottom: 18px; left: -10px;
  animation: s29floatB 6s ease-in-out infinite;
  background: #fff; border: 1px solid var(--line); border-radius: 13px;
  padding: 11px 15px; display: flex; align-items: center; gap: 10px;
  box-shadow: 0 14px 34px rgba(20,56,79,0.14);
}
.s29-chip__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px; background: #EAF3FA; color: var(--blue);
}

/* ===================== SECTION HELPERS ===================== */
.s29-section { scroll-margin-top: 80px; }
.s29-section--soft { background: #F4F8FB; }
.s29-section--white { background: #fff; }
.s29-section__inner { max-width: 1200px; margin: 0 auto; padding: clamp(56px,7vw,92px) 24px; }
.s29-eyebrow { font-weight: 800; font-size: 13.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); }
.s29-h2 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: clamp(28px,3.6vw,42px); line-height: 1.1; letter-spacing: -0.02em;
  margin: 12px 0 0; color: var(--navy);
}

/* ===================== PERCHÉ ===================== */
.s29-perche__head { max-width: 640px; }
.s29-grid-benefit {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
  gap: 20px; margin-top: 42px;
}
.s29-card {
  background: #fff; border: 1px solid #E9F0F5; border-radius: 18px; padding: 26px;
  box-shadow: 0 1px 0 rgba(20,56,79,0.02);
  transition: box-shadow .18s ease, transform .18s ease;
}
.s29-card:hover { box-shadow: 0 16px 36px rgba(20,56,79,0.08); transform: translateY(-3px); }
.s29-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 50px; height: 50px; border-radius: 13px;
}
.s29-card__icon--gold { background: #FFF6DF; color: #C98A00; }
.s29-card__icon--blue { background: #EAF3FA; color: var(--blue); }
.s29-card__title {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  font-size: 19px; margin: 18px 0 0; color: var(--navy);
}
.s29-card__text { font-size: 15px; line-height: 1.55; color: var(--text-soft); margin: 9px 0 0; }

/* ===================== SOFTWARE ===================== */
.s29-software__head {
  display: flex; flex-wrap: wrap; align-items: flex-end;
  justify-content: space-between; gap: 18px;
}
.s29-software__head-copy { max-width: 640px; }
.s29-tag-gold {
  display: inline-flex; align-items: center; gap: 8px; background: #FFF6DF;
  border: 1px solid #FBE7AE; border-radius: 999px; padding: 9px 16px;
  font-weight: 700; color: #9A6B00; font-size: 14px;
}
.s29-grid-software {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 22px; margin-top: 42px;
}
.s29-soft {
  display: flex; flex-direction: column; text-decoration: none; background: #fff;
  border: 1px solid var(--line); border-radius: 20px; padding: 26px;
  box-shadow: 0 1px 0 rgba(20,56,79,0.02);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.s29-soft:hover { border-color: var(--blue); box-shadow: 0 22px 46px rgba(20,56,79,0.1); transform: translateY(-4px); }
.s29-soft__top { display: flex; align-items: center; justify-content: space-between; }
.s29-soft__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 14px; background: #EAF3FA; color: var(--blue);
}
.s29-soft__price {
  background: var(--gold); color: var(--navy); font-weight: 800; font-size: 13.5px;
  padding: 6px 12px; border-radius: 999px;
}
.s29-soft__title {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: 23px; margin: 20px 0 0; color: var(--navy);
}
.s29-soft__sector { font-size: 12.5px; font-weight: 700; color: var(--blue); margin-top: 5px; text-transform: uppercase; letter-spacing: 0.04em; }
.s29-soft__text { font-size: 15px; line-height: 1.55; color: var(--text-soft); margin: 12px 0 0; flex: 1; }
.s29-soft__link { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--blue-dark); font-weight: 700; font-size: 15px; }

/* ===================== PREZZO (navy band) ===================== */
.s29-prezzo { background: var(--navy); scroll-margin-top: 80px; position: relative; overflow: hidden; }
.s29-prezzo__glow {
  position: absolute; top: -80px; right: -60px; width: 340px; height: 340px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255,185,0,0.16), transparent 68%);
}
.s29-prezzo__inner {
  max-width: 1200px; margin: 0 auto; padding: clamp(56px,7vw,96px) 24px; position: relative;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: clamp(36px,5vw,64px); align-items: center;
}
.s29-eyebrow--gold { color: var(--gold); }
.s29-prezzo__h2 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: clamp(30px,3.8vw,46px); line-height: 1.08; letter-spacing: -0.02em;
  margin: 12px 0 0; color: #fff;
}
.s29-prezzo__lead { font-size: 17px; line-height: 1.6; color: #A9C3D3; margin: 20px 0 0; max-width: 460px; }
.s29-prezzo__list { display: flex; flex-direction: column; gap: 13px; margin-top: 28px; }
.s29-prezzo__li { display: flex; align-items: center; gap: 11px; color: #DCEAF2; font-weight: 600; font-size: 15.5px; }
.s29-prezzo__tick {
  display: inline-flex; width: 24px; height: 24px; border-radius: 50%;
  background: rgba(255,185,0,0.18); color: var(--gold);
  align-items: center; justify-content: center;
}
.s29-pricebox {
  background: #fff; border-radius: 24px; padding: 38px 34px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.3); text-align: center;
}
.s29-pricebox__label { font-weight: 700; color: #7E96A6; font-size: 15px; text-transform: uppercase; letter-spacing: 0.08em; }
.s29-pricebox__amount { display: flex; align-items: flex-start; justify-content: center; gap: 4px; margin-top: 14px; }
.s29-pricebox__num {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: clamp(72px,11vw,104px); line-height: 0.9; letter-spacing: -0.04em; color: var(--blue);
}
.s29-pricebox__euro { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 42px; color: var(--gold); margin-top: 6px; }
.s29-pricebox__per { font-weight: 700; color: var(--navy); font-size: 17px; margin-top: 8px; }
.s29-pricebox__per .s29-blue { color: var(--blue); }
.s29-pricebox__rule { height: 1px; background: #EDF2F6; margin: 26px 0; }
.s29-btn-gold {
  display: flex; align-items: center; justify-content: center; gap: 9px; text-decoration: none;
  background: var(--gold); color: var(--navy); font-weight: 800; font-size: 16.5px;
  padding: 15px; border-radius: 13px; box-shadow: 0 10px 24px rgba(255,185,0,0.35);
}
.s29-btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); }
.s29-pricebox__fine { font-size: 13px; color: #90A6B5; margin-top: 14px; font-weight: 500; }

/* ===================== TARGET ===================== */
.s29-target { text-align: center; }
.s29-target .s29-h2 { margin: 12px auto 0; max-width: 680px; }
.s29-target__lead { font-size: 17.5px; line-height: 1.6; color: var(--text-soft); margin: 18px auto 0; max-width: 660px; }
.s29-target__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.s29-targetchip {
  display: flex; align-items: center; gap: 9px; background: #F4F8FB; border: 1px solid var(--line);
  border-radius: 999px; padding: 11px 19px; font-weight: 700; color: #2B4A5C; font-size: 15px;
}
.s29-targetchip__dot { width: 8px; height: 8px; border-radius: 50%; }
.s29-dot-blue { background: var(--blue); }
.s29-dot-gold { background: var(--gold); }

/* ===================== PROCESSO ===================== */
.s29-process__head { text-align: center; max-width: 620px; margin: 0 auto; }
.s29-grid-steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 22px; margin-top: 44px;
}
.s29-step { background: #fff; border: 1px solid #E9F0F5; border-radius: 18px; padding: 30px 26px; }
.s29-step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 13px; background: var(--navy); color: var(--gold);
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 19px;
}
.s29-step__title {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  font-size: 20px; margin: 20px 0 0; color: var(--navy);
}
.s29-step__text { font-size: 15px; line-height: 1.55; color: var(--text-soft); margin: 9px 0 0; }

/* ===================== CTA FINALE ===================== */
.s29-finalcta { background: #fff; scroll-margin-top: 80px; }
.s29-finalcta__inner { max-width: 1200px; margin: 0 auto; padding: clamp(40px,5vw,72px) 24px clamp(56px,7vw,90px); }
.s29-finalcta__panel {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #357FAE 0%, #2B6A92 100%);
  border-radius: 28px; padding: clamp(40px,6vw,72px) clamp(28px,5vw,64px); text-align: center;
}
.s29-finalcta__glow {
  position: absolute; bottom: -90px; left: -50px; width: 280px; height: 280px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255,185,0,0.22), transparent 68%);
}
.s29-finalcta__content { position: relative; }
.s29-finalcta__h2 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: clamp(30px,4.2vw,50px); line-height: 1.07; letter-spacing: -0.02em;
  margin: 0 auto; color: #fff; max-width: 680px;
}
.s29-finalcta__lead { font-size: 18px; line-height: 1.6; color: #DCEBF3; margin: 20px auto 0; max-width: 600px; }
.s29-finalcta__lead .s29-strong { color: #fff; font-weight: 700; white-space: nowrap; }
.s29-finalcta__row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }
.s29-btn-gold--lg {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  background: var(--gold); color: var(--navy); font-weight: 800; font-size: 16.5px;
  padding: 16px 30px; border-radius: 13px; box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}
.s29-btn-gold--lg:hover { background: var(--gold-dark); transform: translateY(-2px); }
.s29-btn-glass {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  background: rgba(255,255,255,0.12); color: #fff; font-weight: 700; font-size: 16.5px;
  padding: 16px 28px; border-radius: 13px; border: 1.5px solid rgba(255,255,255,0.4);
}
.s29-btn-glass:hover { background: rgba(255,255,255,0.2); }

/* ===================== FOOTER ===================== */
.s29-footer { background: var(--navy-deep); color: #B8CEDC; }
.s29-footer__inner { max-width: 1200px; margin: 0 auto; padding: clamp(48px,6vw,72px) 24px 30px; }
.s29-footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 40px; }
.s29-footer__brand { max-width: 300px; }
.s29-footer__brand-row { display: flex; align-items: center; gap: 11px; }
.s29-footer__brand-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 21px; color: #fff; }
.s29-footer__about { font-size: 14.5px; line-height: 1.6; color: #8FAABB; margin: 16px 0 0; }
.s29-footer__h { font-weight: 700; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.s29-footer__col-links { display: flex; flex-direction: column; gap: 11px; }
.s29-footer__col-links a, .s29-footer__mail {
  text-decoration: none; color: #B8CEDC; font-size: 15px; transition: color .15s ease;
}
.s29-footer__col-links a:hover, .s29-footer__mail:hover { color: var(--gold); }
.s29-footer__mail { display: block; margin-bottom: 11px; }
.s29-footer__cta {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  background: var(--gold); color: var(--navy); font-weight: 700; font-size: 14.5px;
  padding: 11px 18px; border-radius: 11px; margin-top: 6px;
}
.s29-footer__rule { height: 1px; background: rgba(255,255,255,0.1); margin: 40px 0 22px; }
.s29-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.s29-footer__copy { font-size: 13.5px; color: #7C97A8; }
.s29-footer__by { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.s29-footer__by span { font-size: 13px; color: #7C97A8; font-weight: 500; }
.s29-footer__by img { height: 30px; width: auto; background: #fff; border-radius: 7px; padding: 4px 7px; }
