:root {
  --blue: #0519cb;
  --blue-deep: #020a67;
  --blue-dark: #01063f;
  --yellow: #ffff00;
  --ink: #11131a;
  --muted: #646978;
  --soft: #f4f5f8;
  --white: #ffffff;
  --header-h: 96px;
  --shadow: 0 22px 55px rgba(5, 25, 203, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: Inter, "Segoe UI", Arial, sans-serif; }
h1, h2, h3, h4, .main-nav, .btn, .eyebrow, .footer-grid h2 { font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure, p { margin-top: 0; }
.site-container { max-width: 1580px; margin-inline: auto; padding-inline: clamp(22px, 4vw, 64px); }
.section { padding: clamp(78px, 8vw, 130px) 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; background: var(--yellow); color: var(--blue-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { height: var(--header-h); border-bottom: 1px solid rgba(255,255,255,.16); background: var(--blue); transition: height .25s ease, box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { height: 78px; background: rgba(5,25,203,.96); box-shadow: 0 14px 38px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.navbar { min-height: 100%; padding: 0; }
.brand { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 106px; height: var(--header-h); padding: 7px; color: var(--white); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .67rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; transition: height .25s ease; }
.brand img { width: 73px; height: 73px; object-fit: contain; }
.brand span { margin-top: -6px; }
.site-header.is-scrolled .brand { height: 78px; }
.site-header.is-scrolled .brand img { width: 60px; height: 60px; }
.main-nav { gap: clamp(14px, 1.7vw, 30px); }
.main-nav .nav-link { position: relative; padding: 37px 0; color: rgba(255,255,255,.9); font-size: .83rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; transition: color .2s ease, padding .25s ease; }
.main-nav .nav-link::after { content: ""; position: absolute; right: 0; bottom: 26px; left: 0; height: 3px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav .nav-link:hover, .main-nav .nav-link:focus-visible { color: var(--yellow); }
.main-nav .nav-link:hover::after, .main-nav .nav-link:focus-visible::after { transform: scaleX(1); }
.site-header.is-scrolled .main-nav .nav-link { padding-block: 28px; }
.site-header.is-scrolled .main-nav .nav-link::after { bottom: 19px; }
.header-phone { align-items: center; gap: 8px; margin-right: 12px; color: var(--yellow); font-size: .86rem; font-weight: 800; }
.header-cta { min-height: 48px; align-items: center; justify-content: center; padding: 10px 20px; border: 2px solid var(--yellow); background: var(--yellow); color: var(--blue-dark); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .84rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.header-cta:hover { background: transparent; color: var(--yellow); transform: translateY(-2px); }
.navbar-toggler { width: 44px; height: 44px; padding: 8px; border: 1px solid rgba(255,255,255,.45); border-radius: 0; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(255,255,0,.35); }
.navbar-toggler span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--white); }

.floating-actions { position: fixed; right: 0; top: 48%; z-index: 1020; display: grid; box-shadow: 0 14px 32px rgba(0,0,0,.22); }
.floating-actions a { display: grid; width: 52px; height: 52px; place-items: center; border-bottom: 1px solid rgba(255,255,255,.18); background: var(--blue); color: var(--yellow); font-size: 1.05rem; transition: background .2s ease, color .2s ease; }
.floating-actions a:hover { background: var(--yellow); color: var(--blue); }

.hero { min-height: 850px; padding-top: var(--header-h); background: var(--blue); color: var(--white); }
.hero__grid { display: grid; min-height: calc(850px - var(--header-h)); grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr); }
.hero__content { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: clamp(70px, 7vw, 115px) clamp(28px, 6vw, 110px) 0; background: radial-gradient(circle at 80% 20%, rgba(255,255,0,.13), transparent 29%), linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 75%, var(--blue-dark) 100%); }
.hero__inner { width: min(760px, 100%); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: var(--yellow); font-size: .84rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 31px; height: 3px; background: currentColor; }
.eyebrow--dark { color: var(--blue); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(4.3rem, 7.2vw, 8.1rem); font-weight: 900; letter-spacing: -.045em; line-height: .82; text-transform: uppercase; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero__lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 0; padding: 13px 21px; font-size: .9rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-bcc { border: 2px solid var(--yellow); background: var(--yellow); color: var(--blue-dark); box-shadow: 0 14px 35px rgba(255,255,0,.17); }
.btn-bcc:hover { border-color: var(--yellow); background: transparent; color: var(--yellow); }
.btn-outline-light-bcc { border: 2px solid rgba(255,255,255,.75); color: var(--white); }
.btn-outline-light-bcc:hover { border-color: var(--yellow); background: var(--yellow); color: var(--blue-dark); }
.btn-outline-blue { border: 2px solid var(--blue); color: var(--blue); }
.btn-outline-blue:hover { background: var(--blue); color: var(--yellow); }
.hero__note { display: flex; align-items: center; gap: 10px; margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: .84rem; }
.hero__note i { color: var(--yellow); }
.hero__benefits { display: grid; margin: 58px calc(clamp(28px, 6vw, 110px) * -1) 0; padding: 25px clamp(28px, 6vw, 110px); grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); background: rgba(1,6,63,.36); }
.hero__benefits > div { display: flex; align-items: center; gap: 13px; min-width: 0; padding-right: 18px; border-right: 1px solid rgba(255,255,255,.18); }
.hero__benefits > div:last-child { border-right: 0; padding-right: 0; }
.hero__benefits i { flex: 0 0 auto; color: var(--yellow); font-size: 1.45rem; }
.hero__benefits span { display: block; color: rgba(255,255,255,.68); font-size: .68rem; line-height: 1.35; }
.hero__benefits strong { display: block; margin-bottom: 2px; color: var(--white); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.hero__visual { position: relative; min-height: 100%; margin: 0; overflow: hidden; background: var(--blue-dark); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; filter: saturate(.9) contrast(1.05); }
.hero__visual-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,103,.65) 0%, rgba(2,10,103,.06) 40%), linear-gradient(180deg, transparent 50%, rgba(1,6,63,.78)); }
.hero__visual::before { content: ""; position: absolute; z-index: 2; inset: 35px; border: 1px solid rgba(255,255,0,.46); pointer-events: none; }
.hero__visual figcaption { position: absolute; z-index: 3; right: 55px; bottom: 52px; left: 55px; max-width: 470px; color: rgba(255,255,255,.84); font-size: .92rem; }
.hero__visual figcaption span { display: block; margin-bottom: 4px; color: var(--yellow); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.15rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.service-cards { background: var(--soft); }
.services-layout { display: grid; grid-template-columns: .92fr repeat(4, 1fr); gap: 16px; align-items: stretch; }
.services-intro { display: flex; flex-direction: column; justify-content: center; padding-right: clamp(10px, 2vw, 30px); }
.services-intro h2, .section-heading h2, .strength h2, .workshop__heading h2, .contact-panel h2 { margin: 0; font-size: clamp(3rem, 4.8vw, 5.6rem); font-weight: 800; letter-spacing: -.045em; line-height: .9; text-transform: uppercase; }
.services-intro p:not(.eyebrow) { margin: 25px 0 30px; color: var(--muted); }
.service-card { position: relative; min-width: 0; border: 1px solid #dfe2eb; background: var(--white); box-shadow: 0 12px 28px rgba(17,19,26,.06); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow); }
.service-card__image { height: 230px; overflow: hidden; background: var(--blue-dark); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card__image img { transform: scale(1.055); }
.service-card__icon { position: absolute; top: 200px; left: 22px; display: grid; width: 60px; height: 60px; place-items: center; border: 3px solid var(--yellow); border-radius: 50%; background: var(--blue); color: var(--yellow); font-size: 1.35rem; }
.service-card__body { padding: 47px 22px 25px; }
.service-card__number { margin: 0 0 4px; color: var(--blue); font-size: .69rem; font-weight: 800; letter-spacing: .13em; }
.service-card h3 { margin: 0; font-size: clamp(1.65rem, 2vw, 2.15rem); font-weight: 800; letter-spacing: -.025em; line-height: .93; text-transform: uppercase; }
.service-card__body > p:not(.service-card__number) { min-height: 76px; margin: 17px 0 19px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.service-card__body a { color: var(--blue); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-card__body a i { margin-left: 5px; color: var(--yellow); -webkit-text-stroke: 1px var(--blue); }

.strength { display: grid; min-height: 600px; grid-template-columns: 1.05fr 1.1fr .92fr; background: linear-gradient(135deg, var(--blue-dark), var(--blue-deep)); color: var(--white); }
.strength__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 6vw, 100px); }
.strength__content > p:not(.eyebrow) { max-width: 560px; margin: 27px 0 30px; color: rgba(255,255,255,.72); }
.strength__stats { display: grid; margin: clamp(50px, 5vw, 78px) 0; grid-template-columns: 1fr 1fr; border-left: 1px solid rgba(255,255,255,.16); border-top: 1px solid rgba(255,255,255,.16); }
.stat { display: flex; min-height: 190px; align-items: center; gap: 20px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.stat strong { color: var(--yellow); font-family: "Barlow Condensed", Arial, sans-serif; font-size: clamp(3.1rem, 4vw, 5rem); font-weight: 800; line-height: .8; }
.stat > i { width: 54px; color: var(--yellow); font-size: 2rem; text-align: center; }
.stat span { color: rgba(255,255,255,.65); font-size: .8rem; line-height: 1.5; }
.stat span b { display: block; margin-bottom: 3px; color: var(--white); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.28rem; text-transform: uppercase; }
.strength__image { min-height: 600px; margin: 0; overflow: hidden; }
.strength__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.88); }

.all-services { background: var(--white); }
.section-heading { margin-bottom: clamp(45px, 6vw, 80px); }
.services-accordion { border-top: 3px solid var(--blue); }
.services-accordion .accordion-item { border: 0; border-bottom: 1px solid #d9dce5; border-radius: 0; background: transparent; }
.services-accordion .accordion-button { gap: clamp(18px, 3vw, 45px); padding: 26px 0; background: transparent; color: var(--ink); box-shadow: none; font-size: clamp(1.45rem, 2.8vw, 2.8rem); font-weight: 800; letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.services-accordion .accordion-button span { color: var(--blue); font-size: .85rem; letter-spacing: .12em; }
.services-accordion .accordion-button::after { width: 36px; height: 36px; margin-left: auto; border: 2px solid var(--blue); border-radius: 50%; background-size: 16px; }
.services-accordion .accordion-button:not(.collapsed) { color: var(--blue); }
.services-accordion .accordion-button:not(.collapsed)::after { background-color: var(--yellow); }
.services-accordion .accordion-body { max-width: 950px; padding: 0 0 28px calc(45px + clamp(18px, 3vw, 45px)); color: var(--muted); line-height: 1.75; }

.workshop { padding-top: clamp(75px, 7vw, 110px); background: var(--blue); color: var(--white); }
.workshop__heading { margin-bottom: 46px; }
.workshop-grid { display: grid; height: 590px; grid-template-columns: 1.3fr 1.6fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 2px; background: var(--blue); }
.workshop-grid__item { position: relative; margin: 0; overflow: hidden; background: var(--blue-dark); }
.workshop-grid__item--team { grid-row: 1 / 3; }
.workshop-grid__item--wide { grid-column: 2 / 4; }
.workshop-grid__item:last-child { grid-column: 3 / 5; }
.workshop-grid__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.workshop-grid__item:hover img { transform: scale(1.055); filter: saturate(1.1); }
.workshop-grid__item figcaption { position: absolute; right: 15px; bottom: 14px; left: 15px; z-index: 2; color: var(--white); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .87rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.workshop-grid__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(1,6,63,.8)); }

.contact { background: var(--soft); }
.contact-panel { display: grid; overflow: hidden; grid-template-columns: .96fr 1.04fr; box-shadow: 0 30px 80px rgba(5,25,203,.15); }
.contact-panel__intro { padding: clamp(45px, 6vw, 90px); background: linear-gradient(135deg, var(--blue), var(--blue-deep)); color: var(--white); }
.contact-panel__intro > p:not(.eyebrow) { max-width: 600px; margin: 25px 0 30px; color: rgba(255,255,255,.75); }
.contact-panel__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-panel__details { display: grid; margin: 0; padding: clamp(40px, 5vw, 75px); align-content: center; gap: 0; background: var(--white); font-style: normal; }
.contact-row { display: flex; gap: 20px; padding: 21px 0; border-bottom: 1px solid #e2e4eb; color: var(--ink); }
.contact-row > i { width: 28px; flex: 0 0 auto; color: var(--blue); font-size: 1.25rem; text-align: center; }
.contact-row span { display: block; color: var(--muted); font-size: .9rem; }
.contact-row strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 1rem; }
a.contact-row:hover strong { color: var(--blue); }
.contact-socials { display: flex; gap: 10px; padding-top: 25px; }
.contact-socials a, .footer-socials a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--blue); transition: background .2s ease, color .2s ease; }
.contact-socials a:hover { background: var(--blue); color: var(--yellow); }

.site-footer { padding: 75px 0 22px; background: var(--blue-dark); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.05fr .65fr .9fr 1.55fr 1fr; gap: clamp(25px, 3.5vw, 60px); }
.footer-brand img { width: 112px; height: 112px; object-fit: contain; }
.footer-brand p { max-width: 240px; margin: 20px 0; color: rgba(255,255,255,.62); font-size: .83rem; }
.footer-socials { display: flex; gap: 9px; }
.footer-socials a { color: rgba(255,255,255,.75); }
.footer-socials a:hover { background: var(--yellow); color: var(--blue-dark); }
.footer-grid h2 { margin: 4px 0 20px; color: var(--white); font-size: .98rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.footer-links a { margin-bottom: 8px; color: rgba(255,255,255,.61); font-size: .78rem; }
.footer-links a:hover { color: var(--yellow); }
.footer-support { min-width: 0; }
.support-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); }
.support-item:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.support-item__logo { display: grid; width: 64px; height: 58px; place-items: center; background: rgba(255,255,255,.04); }
.support-item__logo img { max-width: 52px; max-height: 48px; object-fit: contain; }
.support-item__logo--wide img { max-width: 60px; }
.support-item span:nth-child(2) { font-size: .67rem; line-height: 1.45; }
.support-item strong { display: block; margin-bottom: 3px; color: var(--white); font-size: .75rem; }
.support-item > i { color: var(--yellow); font-size: .7rem; }
.footer-contact { margin: 0; font-style: normal; }
.footer-contact a { display: flex; gap: 12px; margin-bottom: 14px; color: rgba(255,255,255,.65); font-size: .77rem; }
.footer-contact i { width: 18px; color: var(--yellow); text-align: center; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: .69rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1399.98px) {
  .services-layout { grid-template-columns: .8fr repeat(4, 1fr); }
  .service-card__image { height: 205px; }
  .service-card__icon { top: 175px; }
  .hero__benefits { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .hero__benefits > div:nth-child(2) { border-right: 0; }
}

@media (max-width: 1199.98px) {
  :root { --header-h: 84px; }
  .brand { width: 86px; height: 84px; }
  .brand img { width: 63px; height: 63px; }
  .brand span { display: none; }
  .hero { min-height: 790px; }
  .hero__grid { min-height: calc(790px - var(--header-h)); grid-template-columns: 1fr .8fr; }
  .hero__content { padding-inline: 46px; }
  .hero__benefits { margin-inline: -46px; padding-inline: 46px; }
  .services-layout { grid-template-columns: repeat(2, 1fr); }
  .services-intro { grid-column: span 2; max-width: 700px; padding: 0 0 28px; }
  .service-card__image { height: 260px; }
  .service-card__icon { top: 230px; }
  .strength { grid-template-columns: 1fr 1fr; }
  .strength__image { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr 1.25fr; }
  .footer-brand { grid-row: span 2; }
  .footer-support { grid-column: 2 / 4; }
}

@media (max-width: 991.98px) {
  .site-header, .site-header.is-scrolled { height: var(--header-h); }
  .site-header.is-scrolled .brand { height: var(--header-h); }
  .navbar-collapse { position: absolute; top: 100%; right: 0; left: 0; padding: 20px 28px 27px; border-top: 1px solid rgba(255,255,255,.15); background: var(--blue); box-shadow: 0 20px 40px rgba(0,0,0,.2); }
  .main-nav { gap: 0; }
  .main-nav .nav-link, .site-header.is-scrolled .main-nav .nav-link { padding: 12px 0; }
  .main-nav .nav-link::after { bottom: 7px; }
  .hero { min-height: auto; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; }
  .hero__content { min-height: 680px; padding-top: 78px; }
  .hero__visual { height: 520px; }
  .strength { grid-template-columns: 1fr; }
  .strength__stats { margin: 0 clamp(28px, 6vw, 70px) clamp(60px, 8vw, 95px); }
  .workshop-grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 320px 320px 320px; }
  .workshop-grid__item--team { grid-row: 1 / 3; }
  .workshop-grid__item--wide { grid-column: 2; }
  .workshop-grid__item:last-child { grid-column: 1 / 3; }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  :root { --header-h: 74px; }
  body { font-size: 15px; }
  .site-container { padding-inline: 18px; }
  .brand { width: 70px; height: 74px; padding: 4px; }
  .brand img { width: 57px; height: 57px; }
  .header-cta { min-height: 42px; padding: 8px 12px; font-size: .73rem; }
  .floating-actions { display: none; }
  .hero__content { min-height: 640px; padding: 65px 20px 0; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5.3rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .hero__benefits { margin-inline: -20px; padding: 22px 20px; grid-template-columns: 1fr 1fr; }
  .hero__benefits > div { padding-right: 8px; }
  .hero__benefits i { font-size: 1.15rem; }
  .hero__visual { height: 390px; }
  .hero__visual::before { inset: 18px; }
  .hero__visual figcaption { right: 30px; bottom: 30px; left: 30px; }
  .services-layout { grid-template-columns: 1fr; }
  .services-intro { grid-column: auto; }
  .service-card__image { height: 250px; }
  .service-card__icon { top: 220px; }
  .strength__content { padding: 70px 22px; }
  .strength__stats { margin: 0 22px 70px; grid-template-columns: 1fr; }
  .stat { min-height: 130px; }
  .services-accordion .accordion-button { align-items: flex-start; font-size: 1.55rem; }
  .services-accordion .accordion-body { padding-left: 0; }
  .workshop-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 300px); }
  .workshop-grid__item--team, .workshop-grid__item--wide, .workshop-grid__item:last-child { grid-column: auto; grid-row: auto; }
  .contact-panel__intro, .contact-panel__details { padding: 45px 24px; }
  .contact-panel__buttons { flex-direction: column; }
  .contact-panel__buttons .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-row: auto; grid-column: 1 / 3; }
  .footer-support { grid-column: 1 / 3; }
  .footer-contact { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 479.98px) {
  .header-cta { display: none !important; }
  .hero__benefits { grid-template-columns: 1fr; }
  .hero__benefits > div { padding: 8px 0; border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-support, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* =========================================================
   HERO CONTINUO + STORIA DEI SOCI
   ========================================================= */
.hero.hero--full {
  position: relative;
  min-height: max(760px, 92vh);
  padding-top: var(--header-h);
  isolation: isolate;
  overflow: hidden;
  background: var(--blue-dark);
  color: var(--white);
}

.hero--full .hero__background {
  position: absolute;
  z-index: -3;
  inset: 0;
  margin: 0;
}

.hero--full .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  transform: scale(1.015);
  filter: saturate(.9) contrast(1.04);
}

.hero--full .hero__scrim {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,25,203,.98) 0%, rgba(5,25,203,.91) 37%, rgba(5,25,203,.56) 66%, rgba(5,25,203,.34) 100%),
    linear-gradient(180deg, rgba(1,6,63,.08) 45%, rgba(1,6,63,.88) 100%);
}

.hero--full::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: var(--header-h);
  right: 0;
  width: min(45vw, 690px);
  height: 6px;
  background: var(--yellow);
}

.hero--full .hero__stage {
  display: flex;
  min-height: calc(max(760px, 92vh) - var(--header-h));
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(80px, 10vh, 135px);
}

.hero--full .hero__inner {
  max-width: 860px;
}

.hero--full h1 {
  max-width: 860px;
  font-size: clamp(4.5rem, 8.2vw, 9rem);
  line-height: .82;
  text-shadow: 0 10px 35px rgba(1,6,63,.18);
}

.hero--full .hero__lead {
  max-width: 680px;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
}

.hero--full .hero__benefits {
  display: grid;
  width: 100%;
  margin: clamp(60px, 9vh, 105px) 0 0;
  padding: 26px 0 30px;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.27);
  background: transparent;
  backdrop-filter: none;
}

.hero--full .hero__benefits > div {
  min-height: 55px;
  padding: 0 clamp(18px, 2.2vw, 38px);
}

.hero--full .hero__benefits > div:first-child {
  padding-left: 0;
}

.team-story {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.team-story::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,0,.15), rgba(255,255,0,0));
  pointer-events: none;
}

.team-story__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: stretch;
  gap: clamp(40px, 7vw, 110px);
}

.team-story__photo {
  position: relative;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  background: var(--blue-dark);
  box-shadow: 28px 28px 0 var(--yellow);
}

.team-story__photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.58);
  pointer-events: none;
}

.team-story__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(1,6,63,.78));
  pointer-events: none;
}

.team-story__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
  filter: saturate(.95) contrast(1.03);
}

.team-story__photo figcaption {
  position: absolute;
  z-index: 3;
  right: 48px;
  bottom: 45px;
  left: 48px;
  color: rgba(255,255,255,.86);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.team-story__photo figcaption span {
  display: block;
  margin-bottom: 6px;
  color: var(--yellow);
  font-size: .78rem;
  letter-spacing: .15em;
}

.team-story__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 0 20px;
}

.team-story__content h2 {
  max-width: 820px;
  margin: 0 0 30px;
  color: var(--ink);
  font-size: clamp(3.2rem, 5.1vw, 6rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .88;
  text-transform: uppercase;
}

.team-story__content > p {
  max-width: 790px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.team-story__content .team-story__lead {
  color: var(--ink);
  font-size: clamp(1.1rem, 1.45vw, 1.28rem);
  font-weight: 600;
  line-height: 1.65;
}

.team-story__content blockquote {
  position: relative;
  max-width: 760px;
  margin: 15px 0 28px;
  padding: 23px 25px 23px 31px;
  border-left: 5px solid var(--yellow);
  background: var(--blue);
  color: var(--white);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.team-story__facts {
  display: grid;
  max-width: 800px;
  margin: 4px 0 30px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #dfe2eb;
  border-bottom: 1px solid #dfe2eb;
}

.team-story__facts > div {
  display: flex;
  min-height: 108px;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-right: 1px solid #dfe2eb;
}

.team-story__facts > div:first-child {
  padding-left: 0;
}

.team-story__facts > div:last-child {
  border-right: 0;
}

.team-story__facts strong {
  flex: 0 0 auto;
  color: var(--blue);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(2.4rem, 3vw, 3.5rem);
  font-weight: 800;
  line-height: .8;
}

.team-story__facts span {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.4;
}

@media (max-width: 1199.98px) {
  .hero.hero--full,
  .hero--full .hero__stage {
    min-height: 760px;
  }

  .hero--full .hero__benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .hero--full .hero__benefits > div:nth-child(2) {
    border-right: 0;
  }

  .hero--full .hero__benefits > div:nth-child(3) {
    padding-left: 0;
  }

  .team-story__grid {
    grid-template-columns: .92fr 1.08fr;
    gap: 55px;
  }

  .team-story__photo {
    min-height: 610px;
  }

  .team-story__facts {
    grid-template-columns: 1fr;
  }

  .team-story__facts > div,
  .team-story__facts > div:first-child {
    min-height: 75px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid #dfe2eb;
  }

  .team-story__facts > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .hero.hero--full {
    min-height: 790px;
  }

  .hero--full .hero__stage {
    min-height: calc(790px - var(--header-h));
    padding-top: 85px;
  }

  .hero--full .hero__scrim {
    background:
      linear-gradient(90deg, rgba(5,25,203,.97) 0%, rgba(5,25,203,.84) 63%, rgba(5,25,203,.54) 100%),
      linear-gradient(180deg, transparent 35%, rgba(1,6,63,.9) 100%);
  }

  .team-story__grid {
    grid-template-columns: 1fr;
  }

  .team-story__photo {
    min-height: 600px;
    box-shadow: 18px 18px 0 var(--yellow);
  }

  .team-story__content {
    padding-top: 35px;
  }

  .team-story__facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .team-story__facts > div,
  .team-story__facts > div:first-child {
    min-height: 105px;
    padding: 16px;
    border-right: 1px solid #dfe2eb;
    border-bottom: 0;
  }

  .team-story__facts > div:first-child {
    padding-left: 0;
  }

  .team-story__facts > div:last-child {
    border-right: 0;
  }
}

@media (max-width: 767.98px) {
  .hero.hero--full {
    min-height: 760px;
  }

  .hero--full .hero__stage {
    min-height: calc(760px - var(--header-h));
    padding-top: 65px;
  }

  .hero--full .hero__background img {
    object-position: 58% center;
  }

  .hero--full .hero__scrim {
    background:
      linear-gradient(90deg, rgba(5,25,203,.97), rgba(5,25,203,.72)),
      linear-gradient(180deg, rgba(1,6,63,.04) 35%, rgba(1,6,63,.94) 100%);
  }

  .hero--full h1 {
    font-size: clamp(3.6rem, 17vw, 5.3rem);
  }

  .hero--full .hero__benefits {
    margin-top: 52px;
    padding: 22px 0;
    grid-template-columns: 1fr 1fr;
  }

  .hero--full .hero__benefits > div,
  .hero--full .hero__benefits > div:first-child,
  .hero--full .hero__benefits > div:nth-child(3) {
    padding: 7px 12px;
  }

  .hero--full .hero__benefits > div:nth-child(odd) {
    padding-left: 0;
  }

  .team-story {
    padding-bottom: 95px;
  }

  .team-story__photo {
    min-height: 430px;
    box-shadow: 12px 12px 0 var(--yellow);
  }

  .team-story__photo::before {
    inset: 15px;
  }

  .team-story__photo figcaption {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .team-story__content h2 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .team-story__content > p {
    line-height: 1.7;
  }

  .team-story__facts {
    grid-template-columns: 1fr;
  }

  .team-story__facts > div,
  .team-story__facts > div:first-child {
    min-height: 72px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid #dfe2eb;
  }

  .team-story__facts > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 479.98px) {
  .hero--full .hero__benefits {
    grid-template-columns: 1fr;
  }

  .hero--full .hero__benefits > div,
  .hero--full .hero__benefits > div:first-child,
  .hero--full .hero__benefits > div:nth-child(3),
  .hero--full .hero__benefits > div:nth-child(odd) {
    padding: 9px 0;
    border-right: 0;
  }

  .team-story__photo {
    min-height: 365px;
  }
}


/* =========================================================
   ULTIME REVISIONI: LEGGIBILITA, CONTATTI E PRIVACY
   ========================================================= */
body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}
body, button, input, textarea { font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, .main-nav, .btn, .eyebrow, .footer-grid h2,
.brand, .header-cta, .hero__benefits strong, .service-card__body a,
.services-accordion .accordion-button, .workshop-grid__item figcaption,
.team-story__photo figcaption, .team-story__content blockquote,
.team-story__facts strong {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-stretch: normal;
}

h1, h2, h3, h4 { letter-spacing: -.025em !important; }
.hero h1, .hero--full h1 { letter-spacing: -.035em !important; line-height: .89; }
.services-intro h2, .section-heading h2, .workshop__heading h2,
.contact-panel h2, .team-story__content h2 { letter-spacing: -.032em !important; line-height: .94; }

.main-nav { gap: clamp(16px, 1.8vw, 32px); }
.main-nav .nav-link {
  font-size: .96rem;
  letter-spacing: .025em;
}
.header-phone {
  gap: 10px;
  font-size: 1.08rem;
  letter-spacing: .01em;
}
.header-phone i { font-size: 1.05rem; }
.header-cta, .btn { letter-spacing: .025em; }

.hero__lead { font-size: clamp(1.12rem, 1.45vw, 1.35rem); line-height: 1.7; }
.hero__note { font-size: .98rem; }
.eyebrow { font-size: .9rem; letter-spacing: .075em; }
.services-intro p:not(.eyebrow), .strength__content > p:not(.eyebrow),
.contact-panel__intro > p:not(.eyebrow), .team-story__content > p,
.services-accordion .accordion-body { font-size: 1.05rem; }
.service-card__body > p:not(.service-card__number) {
  min-height: 88px;
  font-size: .96rem;
  line-height: 1.62;
}
.service-card__body a { font-size: .9rem; letter-spacing: .025em; }
.footer-brand p, .footer-links a, .footer-contact a,
.support-item span:nth-child(2) { font-size: .86rem; }
.footer-grid h2 { font-size: 1.02rem; letter-spacing: .04em; }

/* La foto dei tre soci mantiene sempre l'inquadratura completa. */
.team-story__photo {
  min-height: 0;
  aspect-ratio: 1024 / 678;
  align-self: center;
  background: var(--blue-dark);
}
.team-story__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.workshop-grid__item--team img {
  object-fit: contain;
  object-position: center;
  background: var(--blue-dark);
}

/* Numeri telefonici più evidenti. */
.contact-panel__buttons .btn {
  min-height: 60px;
  padding-inline: 25px;
  font-size: 1.12rem;
}
.contact-row--phone strong {
  color: var(--blue);
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1;
}
.footer-contact a[href^="tel:"], .footer-contact a[href*="wa.me"] {
  color: var(--white);
  font-size: 1.03rem;
  font-weight: 700;
}

/* Contatti rapidi sempre visibili, con etichetta al passaggio. */
.floating-actions { right: 14px; top: 50%; gap: 8px; box-shadow: none; transform: translateY(-50%); }
.floating-actions a {
  position: relative;
  width: 58px;
  height: 58px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 12px 30px rgba(1,6,63,.28);
  font-size: 1.22rem;
}
.floating-actions a::before {
  content: attr(data-label);
  position: absolute;
  right: calc(100% + 10px);
  padding: 7px 10px;
  border-radius: 3px;
  background: var(--blue-dark);
  color: var(--white);
  font-size: .73rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(7px);
  transition: opacity .2s ease, transform .2s ease;
}
.floating-actions a:hover::before, .floating-actions a:focus-visible::before { opacity: 1; transform: none; }

/* Popup informativo: nessun cookie di profilazione o analisi. */
.bcc-cookie-notice {
  position: fixed;
  z-index: 1100;
  right: 20px;
  bottom: 20px;
  left: 20px;
  max-width: 920px;
  margin: 0 auto;
  border: 2px solid var(--yellow);
  background: var(--blue-dark);
  color: var(--white);
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}
.bcc-cookie-notice[hidden] { display: none; }
.bcc-cookie-notice__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 24px;
}
.bcc-cookie-notice strong { display: block; margin-bottom: 6px; color: var(--yellow); font-size: 1.05rem; }
.bcc-cookie-notice p { margin: 0; color: rgba(255,255,255,.82); font-size: .88rem; line-height: 1.55; }
.bcc-cookie-notice__links { display: flex; gap: 18px; margin-top: 9px !important; }
.bcc-cookie-notice a { color: var(--white); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.bcc-cookie-notice button {
  flex: 0 0 auto;
  min-width: 132px;
  min-height: 48px;
  border: 2px solid var(--yellow);
  background: var(--yellow);
  color: var(--blue-dark);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.bcc-cookie-notice button:hover { background: transparent; color: var(--yellow); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a { color: rgba(255,255,255,.62); text-decoration: underline; text-underline-offset: 3px; }
.footer-legal a:hover { color: var(--yellow); }

/* Policy pages */
.policy-page { background: var(--soft); }
.policy-header {
  min-height: 92px;
  background: var(--blue);
  border-bottom: 3px solid var(--yellow);
}
.policy-header__inner {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.policy-header img { width: 78px; height: 78px; object-fit: contain; }
.policy-header a:last-child { color: var(--white); font-weight: 700; }
.policy-header a:last-child:hover { color: var(--yellow); }
.policy-main { padding: clamp(55px, 7vw, 105px) 0; }
.policy-document {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 76px);
  background: var(--white);
  box-shadow: var(--shadow);
}
.policy-document h1 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: .95;
  text-transform: uppercase;
}
.policy-document .policy-updated { margin-bottom: 35px; color: var(--muted); font-size: .9rem; }
.policy-document h2 { margin: 42px 0 14px; color: var(--blue-dark); font-size: 1.55rem; }
.policy-document h3 { margin: 26px 0 10px; color: var(--ink); font-size: 1.15rem; }
.policy-document p, .policy-document li { color: #4e5362; font-size: 1rem; line-height: 1.75; }
.policy-document ul { padding-left: 22px; }
.policy-note { margin-top: 36px; padding: 18px 20px; border-left: 5px solid var(--yellow); background: #f7f7d7; }
.policy-footer { padding: 28px 0; background: var(--blue-dark); color: rgba(255,255,255,.7); font-size: .85rem; }
.policy-footer a { color: var(--yellow); }

@media (max-width: 991.98px) {
  .main-nav .nav-link { font-size: 1rem; }
  .team-story__photo { aspect-ratio: 1024 / 678; }
}

@media (max-width: 767.98px) {
  body { font-size: 16px; }
  .floating-actions {
    display: grid;
    right: 10px;
    top: auto;
    bottom: 92px;
    transform: none;
  }
  .floating-actions a { width: 50px; height: 50px; font-size: 1.05rem; }
  .floating-actions a::before { display: none; }
  .team-story__photo { min-height: 0; aspect-ratio: 1024 / 678; }
  .team-story__photo figcaption { right: 24px; bottom: 22px; left: 24px; }
  .bcc-cookie-notice { right: 10px; bottom: 10px; left: 10px; }
  .bcc-cookie-notice__inner { align-items: stretch; flex-direction: column; gap: 16px; padding: 18px; }
  .bcc-cookie-notice button { width: 100%; }
  .footer-bottom { gap: 13px; }
  .footer-legal { gap: 13px; }
}

/* =========================================================
   TITOLI BLACK — COMPATTI E AD ALTO IMPATTO
   ========================================================= */
:root {
  --font-display-black: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
}

/* Il testo corrente resta ampio e leggibile; il carattere Black torna
   esclusivamente sugli elementi che devono creare ritmo e impatto. */
.hero h1,
.hero--full h1,
.services-intro h2,
.section-heading h2,
.strength h2,
.workshop__heading h2,
.contact-panel h2,
.team-story__content h2,
.service-card h3,
.services-accordion .accordion-button,
.team-story__content blockquote,
.stat strong,
.team-story__facts strong {
  font-family: var(--font-display-black) !important;
  font-weight: 900 !important;
  font-stretch: condensed;
  letter-spacing: .002em !important;
  text-rendering: geometricPrecision;
}

.hero h1,
.hero--full h1 {
  max-width: 780px;
  line-height: .83 !important;
}

.services-intro h2,
.section-heading h2,
.strength h2,
.workshop__heading h2,
.contact-panel h2,
.team-story__content h2 {
  line-height: .88 !important;
}

.service-card h3 {
  font-size: clamp(1.58rem, 1.8vw, 2rem);
  line-height: .9;
}

.services-accordion .accordion-button {
  line-height: .92;
}

/* Menu e CTA restano robusti, ma meno larghi dei titoli. */
.main-nav .nav-link,
.header-cta,
.btn,
.eyebrow,
.footer-grid h2,
.hero__benefits strong,
.service-card__body a,
.workshop-grid__item figcaption,
.team-story__photo figcaption {
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .hero h1,
  .hero--full h1 {
    max-width: 590px;
    line-height: .85 !important;
  }

  .service-card h3 {
    font-size: 1.72rem;
  }
}


/* Servizi SEO locali + freccia accordion centrata */
.services-accordion .accordion-button::after {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  margin-left: auto !important;
  background-position: center center !important;
  background-size: 15px 15px !important;
  background-repeat: no-repeat !important;
  transform-origin: center center !important;
}
.service-card__body > p:not(.service-card__number) {
  min-height: 112px;
}
@media (max-width: 1199.98px) {
  .service-card__body > p:not(.service-card__number) { min-height: 98px; }
}
@media (max-width: 991.98px) {
  .service-card__body > p:not(.service-card__number) { min-height: 76px; }
}
@media (max-width: 767.98px) {
  .services-accordion .accordion-button::after {
    flex-basis: 38px !important;
    width: 38px !important;
    height: 38px !important;
    background-size: 13px 13px !important;
  }
  .service-card__body > p:not(.service-card__number) { min-height: 0; }
}

/* Chevron personalizzato: centratura ottica esatta nel cerchio */
.services-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230519cb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='M3 6l5 5 5-5'/%3e%3c/svg%3e") !important;
  background-position: 50% 50% !important;
}


/* =========================================================
   PROMO REVISIONE + FOOTER SENZA SPONSORIZZAZIONI
   ========================================================= */
.promotion-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,0,.18), transparent 30%),
    var(--white);
}

.promotion-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(24vw, 350px);
  height: 7px;
  background: var(--yellow);
}

.promotion-section__heading {
  display: grid;
  max-width: 1120px;
  margin-bottom: clamp(34px, 5vw, 65px);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  align-items: end;
  column-gap: clamp(32px, 6vw, 90px);
}

.promotion-section__heading .eyebrow {
  grid-column: 1 / -1;
}

.promotion-section__heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display-black);
  font-size: clamp(3.4rem, 6vw, 7rem);
  font-weight: 900;
  letter-spacing: 0 !important;
  line-height: .86;
  text-transform: uppercase;
}

.promotion-section__heading h2 em {
  color: var(--blue);
  font-style: normal;
}

.promotion-section__heading > p:last-child {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.promotion-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.55fr) minmax(350px, .75fr);
  background: var(--blue-dark);
  box-shadow: 0 34px 90px rgba(1,6,63,.2);
}

.promotion-card__visual {
  display: grid;
  min-width: 0;
  margin: 0;
  align-items: center;
  background: #070b0d;
}

.promotion-card__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.promotion-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 66px);
  border-left: 1px solid rgba(255,255,255,.14);
  color: var(--white);
}

.promotion-card__label {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.promotion-card__content h3 {
  margin: 0 0 22px;
  color: var(--white);
  font-family: var(--font-display-black);
  font-size: clamp(2.45rem, 4vw, 4.9rem);
  font-weight: 900;
  letter-spacing: 0 !important;
  line-height: .88;
  text-transform: uppercase;
}

.promotion-card__content > p:not(.promotion-card__label):not(.promotion-card__notice) {
  margin: 0 0 24px;
  color: rgba(255,255,255,.76);
  font-size: 1rem;
  line-height: 1.7;
}

.promotion-card__content strong {
  color: var(--yellow);
}

.promotion-card__rules {
  display: grid;
  margin: 0 0 25px;
  padding: 0;
  gap: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.14);
}

.promotion-card__rules li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.84);
  font-size: .9rem;
  line-height: 1.45;
}

.promotion-card__rules i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
}

.promotion-card__notice {
  display: flex;
  gap: 11px;
  margin: 0 0 28px;
  padding: 15px 17px;
  border-left: 4px solid var(--yellow);
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  line-height: 1.55;
}

.promotion-card__notice i {
  margin-top: 3px;
  color: var(--yellow);
}

.promotion-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.promotion-card__actions .btn-outline-blue {
  border-color: rgba(255,255,255,.65);
  color: var(--white);
}

.promotion-card__actions .btn-outline-blue:hover {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--blue-dark);
}

/* Il footer passa da cinque a quattro colonne dopo la rimozione
   delle sponsorizzazioni. */
.footer-grid {
  grid-template-columns: 1.05fr .72fr 1fr 1.15fr;
}

@media (max-width: 1199.98px) {
  .promotion-card {
    grid-template-columns: 1.2fr .8fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1.1fr;
  }

  .footer-brand {
    grid-row: auto;
  }
}

@media (max-width: 991.98px) {
  .promotion-section__heading {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }

  .promotion-card {
    grid-template-columns: 1fr;
  }

  .promotion-card__content {
    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 0;
  }
}

@media (max-width: 767.98px) {
  .promotion-section__heading h2 {
    font-size: clamp(3.1rem, 14vw, 4.8rem);
  }

  .promotion-section__heading > p:last-child {
    font-size: 1rem;
  }

  .promotion-card__content {
    padding: 32px 23px 36px;
  }

  .promotion-card__content h3 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .promotion-card__actions {
    flex-direction: column;
  }

  .promotion-card__actions .btn {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / 3;
  }
}

@media (max-width: 479.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-contact {
    grid-column: auto;
  }
}


/* =========================================================
   SOTTOPUNTI SEO — GPL, METANO E GANCI TRAINO
   ========================================================= */
.service-seo-intro {
  max-width: 1040px;
  margin: 0 0 25px;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.7;
}

.service-seo-list {
  display: grid;
  margin: 0 0 26px;
  padding: 0;
  gap: 0;
  list-style: none;
  border-top: 1px solid rgba(5,25,203,.16);
}

.service-seo-list li {
  position: relative;
  display: grid;
  padding: 22px 10px 22px 42px;
  grid-template-columns: minmax(230px, .42fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 4vw, 58px);
  border-bottom: 1px solid rgba(5,25,203,.16);
}

.service-seo-list li::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 8px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--yellow);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(5,25,203,.08);
}

.service-seo-list strong {
  color: var(--blue);
  font-family: var(--font-display-black);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.service-seo-list span {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.7;
}

.service-seo-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 19px;
  border: 2px solid var(--blue);
  color: var(--blue);
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.service-seo-cta:hover {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--blue-dark);
}

@media (max-width: 767.98px) {
  .service-seo-intro {
    font-size: 1rem;
  }

  .service-seo-list li {
    padding: 21px 4px 21px 34px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-seo-list li::before {
    top: 26px;
    left: 3px;
  }

  .service-seo-list strong {
    font-size: 1.22rem;
  }

  .service-seo-list span {
    font-size: .96rem;
    line-height: 1.65;
  }

  .service-seo-cta {
    width: 100%;
  }
}


/* =========================================================
   NUMERAZIONE SERVIZI — GRANDE E LIGHT
   ========================================================= */
.services-accordion .accordion-button {
  min-height: 112px;
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  padding: 18px 0;
}

.services-accordion .accordion-button > span {
  display: inline-flex;
  width: clamp(82px, 9vw, 138px);
  min-width: clamp(82px, 9vw, 138px);
  align-items: center;
  justify-content: flex-start;
  color: rgba(5, 25, 203, .22);
  font-family: "Helvetica Neue", "Segoe UI Light", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(4.4rem, 7.2vw, 7.8rem);
  font-weight: 300;
  letter-spacing: -.085em;
  line-height: .72;
  text-align: left;
  transition: color .25s ease, transform .25s ease;
}

.services-accordion .accordion-button:not(.collapsed) > span {
  color: rgba(5, 25, 203, .48);
  transform: translateX(4px);
}

@media (hover: hover) {
  .services-accordion .accordion-button:hover > span {
    color: rgba(5, 25, 203, .38);
  }
}

@media (max-width: 991.98px) {
  .services-accordion .accordion-button {
    min-height: 96px;
  }

  .services-accordion .accordion-button > span {
    width: 88px;
    min-width: 88px;
    font-size: 4.8rem;
  }
}

@media (max-width: 767.98px) {
  .services-accordion .accordion-button {
    min-height: 82px;
    align-items: center;
    gap: 13px;
    padding: 14px 0;
    font-size: 1.48rem;
  }

  .services-accordion .accordion-button > span {
    width: 62px;
    min-width: 62px;
    font-size: 3.45rem;
    letter-spacing: -.09em;
  }
}

@media (max-width: 420px) {
  .services-accordion .accordion-button {
    font-size: 1.32rem;
  }

  .services-accordion .accordion-button > span {
    width: 54px;
    min-width: 54px;
    font-size: 3rem;
  }
}
