﻿:root {
  --blue: #073e70;
  --blue-2: #0c5b8f;
  --powder: #a9dce1;
  --sand: #cbb08a;
  --ivory: #fbf8ef;
  --warm: #f3efe3;
  --ink: #24313a;
  --muted: #667985;
  --line: rgba(7, 62, 112, 0.16);
  --shadow: 0 24px 80px rgba(7, 62, 112, 0.14);
}

/* Campo anti-spam nascosto per il form contatti */
.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Final Privacy Policy overrides */
.privacy-page .privacy-layout {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 860px);
  gap: clamp(22px, 3.5vw, 44px);
  align-items: start;
  justify-content: center;
  width: min(calc(100% - 36px), 1200px);
  margin: 0 auto clamp(48px, 6vw, 76px);
}

.privacy-page .privacy-document {
  width: 100%;
  max-width: 860px;
  margin: 0;
}

.privacy-page .privacy-document .section {
  scroll-margin-top: 118px;
}

.privacy-page .privacy-document .section-heading,
.privacy-page .privacy-document .section-note {
  text-align: left;
}

.privacy-page .privacy-document .conversion-card,
.privacy-page .privacy-document .material-group {
  padding: 18px;
  border: 1px solid rgba(7, 62, 112, 0.12);
  border-radius: 8px;
  background: rgba(251, 248, 239, 0.42);
}

@media (max-width: 1040px) {
  .privacy-page .privacy-layout {
    grid-template-columns: 1fr;
  }
}

@media print {
  .site-header,
  .site-footer,
  .menu-toggle,
  .header-cta,
  .privacy-toc,
  .privacy-hero-links,
  .privacy-document .final-actions {
    display: none !important;
  }

  body,
  .privacy-page,
  .privacy-document,
  .privacy-brief-grid article,
  .privacy-document .conversion-card,
  .privacy-document .material-group {
    color: #000 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .privacy-layout,
  .privacy-brief,
  .privacy-document {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}

/* Privacy Policy document layout */
.privacy-page .page-hero {
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(28px, 3.5vw, 46px);
}

.privacy-page .page-hero h1 {
  margin-bottom: 14px;
}

.privacy-page .page-hero p:not(.eyebrow) {
  max-width: 880px;
}

.privacy-hero-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.privacy-hero-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(7, 62, 112, 0.2);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.privacy-hero-links a:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

.privacy-brief {
  width: min(calc(100% - 36px), 1180px);
  margin: 0 auto clamp(28px, 4vw, 44px);
}

.privacy-brief .section-heading {
  margin-bottom: 18px;
}

.privacy-brief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.privacy-brief-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 36px rgba(7, 62, 112, 0.06);
}

.privacy-brief-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-2);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.privacy-brief-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 0.98rem;
}

.privacy-brief-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 860px);
  gap: clamp(22px, 3.5vw, 44px);
  align-items: start;
  justify-content: center;
  width: min(calc(100% - 36px), 1200px);
  margin: 0 auto clamp(48px, 6vw, 76px);
}

.privacy-toc {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 4px;
  max-height: calc(100vh - 128px);
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 42px rgba(7, 62, 112, 0.06);
}

.privacy-toc strong {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.95rem;
}

.privacy-toc a {
  padding: 7px 9px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}

.privacy-toc a:hover,
.privacy-toc a:focus-visible {
  color: var(--blue);
  background: rgba(169, 220, 225, 0.22);
}

.privacy-document {
  width: 100%;
  max-width: 860px;
  margin: 0;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 58px rgba(7, 62, 112, 0.08);
}

.privacy-document .section {
  scroll-margin-top: 118px;
}

.privacy-document .section + .section {
  margin-top: 30px;
  padding-top: 28px;
}

.privacy-document .section-heading {
  margin-bottom: 14px;
}

.privacy-document h2 {
  font-size: clamp(1.18rem, 1.5vw, 1.48rem);
}

.privacy-document h3 {
  font-size: 0.98rem;
}

.privacy-document p,
.privacy-document li,
.privacy-document td,
.privacy-document th {
  font-size: 0.9rem;
  line-height: 1.62;
}

.privacy-document .info-card-grid,
.privacy-document .material-groups {
  gap: 18px;
}

.privacy-document .conversion-card,
.privacy-document .material-group {
  padding: 18px;
  border: 1px solid rgba(7, 62, 112, 0.12);
  border-radius: 8px;
  background: rgba(251, 248, 239, 0.42);
}

.privacy-document .checklist,
.privacy-document .soft-panel {
  padding: 0;
}

.privacy-document table {
  min-width: 720px;
  border-collapse: collapse;
}

.privacy-document th {
  color: var(--blue);
  background: rgba(169, 220, 225, 0.18);
}

.privacy-document th,
.privacy-document td {
  border: 1px solid rgba(7, 62, 112, 0.12);
  vertical-align: top;
}

.privacy-document .final-home-cta {
  padding: 22px;
  border: 1px solid rgba(7, 62, 112, 0.12);
  border-radius: 10px;
  background: rgba(169, 220, 225, 0.14);
}

@media (max-width: 1040px) {
  .privacy-brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-toc {
    position: static;
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .privacy-brief,
  .privacy-layout {
    width: min(calc(100% - 24px), 100%);
  }

  .privacy-brief-grid,
  .privacy-toc {
    grid-template-columns: 1fr;
  }

  .privacy-document {
    padding: 22px 16px;
  }

  .privacy-document p,
  .privacy-document li,
  .privacy-document td,
  .privacy-document th {
    font-size: 0.86rem;
  }
}

@media print {
  .site-header,
  .site-footer,
  .menu-toggle,
  .header-cta,
  .privacy-toc,
  .privacy-hero-links,
  .privacy-document .final-actions {
    display: none !important;
  }

  body,
  .privacy-page,
  .privacy-document,
  .privacy-brief-grid article,
  .privacy-document .conversion-card,
  .privacy-document .material-group {
    color: #000 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .privacy-layout,
  .privacy-brief,
  .privacy-document {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .privacy-brief-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .privacy-document .section {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: url("assets/leaf-background-soft.jpg") center / cover;
  opacity: 0.34;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(251, 248, 239, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(170px, 21vw, 260px);
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.25vw, 20px);
  font-size: clamp(0.78rem, 0.78vw, 0.9rem);
  font-weight: 650;
  color: var(--blue);
}

.main-nav a,
.site-footer nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.site-footer nav a:hover,
.main-nav a.is-current {
  border-color: var(--sand);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 6px;
  border: 1px solid var(--blue);
  font-weight: 750;
  line-height: 1.1;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.header-cta,
.btn.primary {
  color: var(--blue);
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 62, 112, 0.18);
}

.btn.primary {
  color: #fff;
  background: var(--blue);
}

.btn.secondary {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.74);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  color: var(--blue);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(203, 176, 138, 0.72);
  text-underline-offset: 5px;
}

.text-link:hover {
  color: var(--blue-2);
  text-decoration-color: var(--blue);
}

.btn:hover,
.header-cta:hover,
.btn.primary:hover,
.btn.secondary:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(7, 62, 112, 0.2);
  transform: translateY(-2px);
}

.header-cta:hover,
.btn.primary:hover {
  color: #fff;
  background: var(--blue);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--blue);
}

.section,
.section-band {
  padding: clamp(72px, 9vw, 124px) clamp(18px, 5vw, 76px);
}

.page-hero {
  padding: clamp(78px, 10vw, 132px) clamp(18px, 5vw, 76px) clamp(52px, 7vw, 84px);
  background:
    linear-gradient(90deg, rgba(251, 248, 239, 0.96), rgba(251, 248, 239, 0.7)),
    url("assets/leaf-background.jpg") center / cover;
}

.page-hero h1 {
  max-width: 1060px;
  margin-bottom: 22px;
}

.page-hero p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.catalog-hero h1 {
  max-width: none;
  width: 100%;
  margin-bottom: 18px;
  font-size: clamp(2.9rem, 3.9vw, 4.6rem);
}

.catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 560px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  max-width: 1360px;
  margin: 0 auto;
  text-align: left;
}

.catalog-hero-copy {
  display: grid;
  justify-items: start;
}

.catalog-hero p {
  max-width: 820px;
}

.catalog-hero-visual {
  display: grid;
  place-items: center;
  justify-self: center;
  align-self: center;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.catalog-hero-visual img {
  width: min(100%, 540px);
  height: auto;
  object-fit: contain;
  object-position: center;
}

.catalog-intro-text {
  display: grid;
  gap: 4px;
  width: min(100%, 1080px);
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.catalog-intro-text span {
  display: block;
}

.download-cta {
  display: grid;
  justify-items: start;
  margin-top: 22px;
}

.download-btn {
  border-color: rgba(7, 62, 112, 0.28);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.88);
}

.download-btn:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

.page-actions {
  justify-content: flex-start;
}

.byo-hero {
  display: grid;
  justify-items: center;
  text-align: center;
}

.byo-hero .page-actions {
  max-width: 920px;
  justify-content: center;
  margin-top: 28px;
}

.byo-hero .byo-hero-btn {
  min-width: 220px;
  border-color: rgba(7, 62, 112, 0.28);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(7, 62, 112, 0.1);
}

.byo-hero .byo-hero-btn:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(7, 62, 112, 0.2);
  transform: translateY(-2px);
}

.important-note {
  max-width: 860px;
  margin-top: 18px;
  padding: 14px 18px;
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}


.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 82px);
  text-align: center;
  background:
    linear-gradient(90deg, rgba(251, 248, 239, 0.96), rgba(251, 248, 239, 0.82)),
    url("assets/leaf-background.jpg") center / cover;
}

.hero-copy {
  display: grid;
  justify-items: center;
  width: min(100%, 1180px);
  max-width: 1180px;
}

.hero-kicker {
  margin: 0 0 12px;
  color: var(--blue-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  line-height: 1.22;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 0;
}

h1 {
  max-width: 790px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6vw, 6.6rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 4.7rem);
}

h3 {
  color: var(--blue);
  font-size: 1.18rem;
  line-height: 1.22;
}

.hero-text,
.section-heading p,
.split p,
.about-copy p {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.3vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 34px 0 26px;
}

.microcopy,
.section-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.hero .microcopy {
  max-width: 620px;
  margin-top: 16px;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-visual {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  transform: rotate(1deg);
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.inline {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 32px;
  align-items: end;
  max-width: 1180px;
  text-align: left;
}

.muted {
  background: rgba(255, 255, 255, 0.58);
}

.route-grid,
.category-grid,
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.route-card,
.category-card,
.conversion-card,
.quick-faq-grid article,
.portfolio-grid article,
.products-strip article,
.checklist,
.contact-form,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 50px rgba(7, 62, 112, 0.07);
}

.route-card {
  min-height: 260px;
  padding: 28px;
}

.route-card.featured {
  background: var(--blue);
  color: #fff;
}

.route-card.featured h3,
.route-card.featured .route-icon {
  color: #fff;
}

.route-card p,
.category-card p,
.conversion-card p,
.quick-faq-grid p {
  color: var(--muted);
}

.route-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.route-icon {
  display: block;
  margin-bottom: 42px;
  color: var(--sand);
  font-weight: 900;
}

.category-card {
  position: relative;
  min-height: 245px;
  padding: 26px;
  overflow: hidden;
}

.category-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -58px;
  width: 190px;
  height: 190px;
  background: url("assets/leaf-background-soft.jpg") center / cover;
  border-radius: 50%;
  opacity: 0.44;
}

.card-kicker {
  display: inline-block;
  margin-bottom: 50px;
  color: var(--blue-2);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-checklist-section {
  padding-top: clamp(42px, 5vw, 66px);
  padding-bottom: clamp(42px, 5vw, 66px);
}

.contact-checklist-section .section-heading {
  margin-bottom: 28px;
}

.contact-checklist-grid {
  gap: 12px;
  max-width: 1180px;
}

.contact-checklist-grid .category-card {
  display: grid;
  align-content: center;
  min-height: 160px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.contact-checklist-grid .category-card::after {
  content: none;
}

.contact-checklist-grid .card-kicker {
  margin-bottom: 18px;
  font-size: 0.76rem;
}

.contact-checklist-grid h3 {
  margin-bottom: 12px;
}

.contact-checklist-grid p {
  max-width: 320px;
  margin: 0 auto;
  font-size: 0.93rem;
  line-height: 1.55;
}

.products-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 26px auto 0;
}

.products-strip article {
  min-height: 118px;
  padding: 22px;
}

.products-strip strong,
.products-strip span {
  display: block;
}

.products-strip strong {
  color: var(--blue);
}

.products-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.75fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

.split.reverse {
  max-width: none;
}

.steps {
  display: grid;
  gap: 14px;
}

.steps article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.steps span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: var(--blue);
  background: var(--powder);
  font-weight: 900;
}

.steps p,
.checklist li,
.faq p {
  margin: 0;
  color: var(--muted);
}

.detailed-steps article {
  align-items: start;
}

.detailed-steps h3 {
  margin-bottom: 6px;
  font-size: 1rem;
}

.byo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 22px;
  background: var(--blue);
  color: #fff;
}

.byo h2,
.byo .eyebrow {
  color: #fff;
}

.byo p {
  color: rgba(255, 255, 255, 0.78);
}

.byo-panel {
  max-width: 880px;
}

.yes-attention {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.yes-attention div {
  min-height: 130px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.yes-attention strong,
.yes-attention span {
  display: block;
}

.yes-attention span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.checklist {
  align-self: stretch;
  padding: 28px;
  color: var(--ink);
}

.checklist ul {
  padding-left: 20px;
}

.priority-box {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.7fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(7, 62, 112, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 70px rgba(7, 62, 112, 0.12);
}

.priority-box h2 {
  margin-bottom: 12px;
}

.priority-box ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: var(--blue);
  font-weight: 800;
}

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

.info-card-grid .conversion-card {
  min-height: 150px;
  padding: 22px 24px;
}

.info-card-grid .conversion-card h3 {
  margin-bottom: 12px;
}

.info-card-grid .conversion-card p {
  max-width: 340px;
  margin: 0 auto;
  line-height: 1.58;
}

.action-pair {
  gap: 12px;
  flex-wrap: wrap;
}

.material-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}

.material-group,
.soft-panel,
.download-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 50px rgba(7, 62, 112, 0.07);
}

.material-group {
  padding: 24px;
}

.material-group.not-allowed {
  border-color: rgba(122, 39, 39, 0.2);
}

.material-group ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.soft-panel,
.download-card {
  padding: 28px;
}

.download-card {
  display: grid;
  gap: 12px;
  align-content: center;
}

.legal-content {
  width: min(calc(100% - 36px), 980px);
  margin: 0 auto clamp(48px, 6vw, 76px);
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 58px rgba(7, 62, 112, 0.08);
}

.legal-content h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: clamp(1.18rem, 1.6vw, 1.5rem);
}

.legal-content h2:first-of-type {
  margin-top: 18px;
}

.legal-content p,
.legal-content li {
  font-size: 0.94rem;
  line-height: 1.65;
}

.legal-content ul {
  display: grid;
  gap: 6px;
  margin-top: 8px;
  margin-bottom: 18px;
  padding-left: 20px;
  color: var(--muted);
}

.wide-checklist {
  max-width: 1000px;
  margin: 0 auto;
}

.wide-checklist ul,
.compact-list ul {
  display: grid;
  gap: 10px;
}

.portfolio-grid article {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(7, 62, 112, 0.82)),
    url("assets/leaf-background.jpg") center / cover;
  color: #fff;
}

.portfolio-grid span {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.portfolio-grid strong {
  font-size: 1.18rem;
}

.business-grid,
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.business-grid span,
.values span {
  display: grid;
  place-items: center;
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.75fr);
  gap: 40px;
  align-items: center;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  padding-top: clamp(48px, 5.5vw, 76px);
  padding-bottom: clamp(54px, 6vw, 82px);
  background:
    linear-gradient(90deg, rgba(251, 248, 239, 0.96), rgba(251, 248, 239, 0.82)),
    url("assets/leaf-background.jpg") center / cover;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-cards a {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  width: min(100%, 1480px);
  margin: 0 auto;
}

.smart-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  padding: clamp(24px, 3vw, 36px);
}

.smart-form .field-wide,
.smart-form .btn {
  grid-column: 1 / -1;
}

.smart-form .field-span-2 {
  grid-column: span 2;
}

.required-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.required-note span,
.required-mark {
  color: var(--blue);
  font-weight: 900;
}

label {
  display: grid;
  gap: 7px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

input[type="file"] {
  padding: 12px;
  background: rgba(255, 255, 255, 0.86);
}

.file-field span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.privacy-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.privacy-field input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--blue);
}

.faq {
  max-width: 1180px;
  margin: 0 auto;
}

.faq-intro {
  padding-top: clamp(46px, 5vw, 70px);
  padding-bottom: clamp(34px, 4vw, 54px);
}

.faq-intro .soft-panel {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(26px, 3vw, 36px);
  text-align: center;
}

.faq-page {
  display: grid;
  gap: clamp(44px, 5vw, 70px);
  padding-top: clamp(34px, 4vw, 54px);
}

.faq-group {
  display: grid;
  gap: 12px;
}

.faq-group .section-heading {
  max-width: 900px;
  margin-bottom: 10px;
}

.faq-page details {
  margin: 0;
}

.faq-page summary {
  position: relative;
  padding-right: 34px;
}

.faq-page summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--sand);
  font-size: 1.2rem;
  line-height: 1;
}

.faq-page details[open] summary::after {
  content: "-";
}

.faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 50px rgba(7, 62, 112, 0.07);
}

.faq-cta p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.faq-final-cta {
  margin-top: 0;
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.about-page {
  background: var(--ivory);
}

.about-hero,
.section-narrow,
.about-section,
.about-final-cta {
  padding: clamp(76px, 9vw, 126px) clamp(18px, 5vw, 76px);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
  min-height: calc(100vh - 82px);
  background:
    linear-gradient(90deg, rgba(251, 248, 239, 0.97), rgba(251, 248, 239, 0.72)),
    url("assets/leaf-background.jpg") center / cover;
}

.about-hero-copy {
  max-width: 780px;
}

.about-lead {
  color: var(--blue);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.35;
}

.about-hero-copy p:not(.eyebrow):not(.about-lead),
.about-story p,
.about-method p,
.about-audience p,
.about-final-cta p {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.25vw, 1.17rem);
}

.about-image {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  background: #fff;
}

.hero-image {
  position: relative;
  justify-self: center;
  width: min(100%, 500px);
  aspect-ratio: 1 / 1;
  max-height: 500px;
  background: rgba(255, 255, 255, 0.84);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-image::after {
  content: "Selargius \00B7 Laser \00B7 Dettagli";
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 62, 112, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.section-narrow {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 0.92fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.story-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 390px;
  padding: 20px;
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(7, 62, 112, 0.86), rgba(12, 91, 143, 0.62)),
    url("assets/leaf-background.jpg") center / cover;
  box-shadow: var(--shadow);
}

.story-visual span {
  display: grid;
  place-items: center;
  min-height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.compact-visual {
  min-height: 260px;
}

.warm-section {
  padding-top: clamp(52px, 6vw, 78px);
  padding-bottom: clamp(56px, 6vw, 84px);
  background: rgba(255, 255, 255, 0.62);
}

.warm-section .section-heading {
  max-width: 980px;
  margin-bottom: clamp(26px, 3vw, 36px);
}

.warm-section .section-heading p:not(.eyebrow) {
  max-width: 920px;
}

.about-card-grid {
  display: grid;
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.premium-card,
.value-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 54px rgba(7, 62, 112, 0.08);
}

.premium-card p,
.value-card p {
  color: var(--muted);
}

.card-number {
  display: block;
  margin-bottom: 62px;
  color: var(--sand);
  font-weight: 900;
}

.warm-section .about-card-grid.three {
  max-width: 1280px;
  gap: 16px;
}

.warm-section .premium-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 18px;
  row-gap: 18px;
  align-items: center;
  min-height: 230px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(7, 62, 112, 0.07);
}

.warm-section .premium-card .card-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(169, 220, 225, 0.46);
  font-size: 0.86rem;
}

.warm-section .premium-card h3 {
  margin: 0;
}

.warm-section .premium-card p {
  grid-column: 1 / -1;
  align-self: start;
  max-width: none;
  margin: 0;
  line-height: 1.62;
}

.about-method {
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
}

.method-copy {
  align-self: start;
}

.method-steps {
  display: grid;
  gap: 12px;
  counter-reset: steps;
}

.method-steps article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
}

.method-steps span,
.value-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: var(--blue);
  background: var(--powder);
  font-weight: 900;
}

.method-steps strong {
  color: var(--blue);
  font-size: 1.04rem;
}

.about-method-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
}

.about-method-grid article {
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  min-height: 190px;
}

.about-method-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.value-icon {
  margin-bottom: 48px;
  background: rgba(203, 176, 138, 0.28);
}

.about-audience {
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.62fr);
  background:
    linear-gradient(90deg, rgba(251, 248, 239, 0.96), rgba(251, 248, 239, 0.82)),
    url("assets/leaf-background-soft.jpg") center / cover;
  max-width: none;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.audience-grid span {
  display: grid;
  place-items: center;
  min-height: 140px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 42px rgba(7, 62, 112, 0.06);
  font-weight: 850;
  text-align: center;
}

.about-audience-cards .value-card {
  min-height: 190px;
}

.about-link-card {
  display: grid;
  align-content: center;
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.about-link-card:hover {
  border-color: rgba(7, 62, 112, 0.38);
  box-shadow: 0 20px 54px rgba(7, 62, 112, 0.13);
  transform: translateY(-2px);
}

.about-final-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 62, 112, 0.96), rgba(12, 91, 143, 0.9)),
    url("assets/leaf-background.jpg") center / cover;
}

.about-final-cta {
  padding-top: clamp(34px, 4vw, 52px);
  padding-bottom: clamp(34px, 4vw, 52px);
}

.about-final-cta .eyebrow,
.about-final-cta h2 {
  color: #fff;
}

.about-final-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
}

.about-final-cta .hero-actions {
  margin: 16px 0 0;
}

.about-final-cta .btn {
  min-width: 190px;
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--blue);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.about-final-cta .btn:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

.about-final-cta .btn.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--blue);
  background: #fff;
}

.about-final-cta .btn.secondary:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

/* About page: quieter editorial scale */
.about-page h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 4.1vw, 4.35rem);
  line-height: 1.08;
}

.about-page h2 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 2.6vw, 2.9rem);
  line-height: 1.14;
}

.about-page h3 {
  margin-bottom: 10px;
  font-size: clamp(1.02rem, 1.1vw, 1.15rem);
  line-height: 1.28;
}

.about-page p {
  line-height: 1.72;
}

/* Chi siamo: palette e tipografia allineate alla home */
.about-page h1,
.about-page h2 {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
}

.about-page h3,
.about-page p,
.about-page a,
.about-page strong {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.about-hero .eyebrow {
  color: var(--blue-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.8vw, 1.8rem);
  font-weight: 700;
  line-height: 1.22;
  text-transform: none;
}

.about-hero .hero-actions {
  justify-content: flex-start;
}

.about-lead {
  color: var(--muted);
}

.about-page .value-card h3,
.about-page .method-steps strong {
  color: var(--blue);
}

.about-page .value-card {
  background: rgba(255, 255, 255, 0.84);
}

.about-page .about-final-cta h2 {
  color: #fff;
}

.difference-card {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.difference-card h3 {
  display: grid;
  align-items: center;
  min-height: 56px;
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
}

.difference-card p {
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
}

.solution-card {
  justify-items: center;
  text-align: center;
}

.solution-card h3 {
  display: grid;
  align-items: center;
  min-height: 46px;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.solution-card p {
  max-width: 285px;
  margin-right: auto;
  margin-left: auto;
}

.example-card {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.example-card h3 {
  display: grid;
  align-items: center;
  min-height: 46px;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.example-card p {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.difference-intro {
  max-width: none;
  white-space: nowrap;
}

.about-hero,
.section-narrow,
.about-section,
.about-final-cta {
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

.about-hero {
  min-height: auto;
  padding-top: clamp(52px, 6vw, 78px);
}

.about-hero-copy p:not(.eyebrow):not(.about-lead),
.about-story p,
.about-method p,
.about-audience p,
.about-final-cta p,
.premium-card p,
.value-card p {
  font-size: clamp(0.98rem, 0.98vw, 1.06rem);
}

.about-lead {
  max-width: 700px;
  margin-bottom: 16px;
  font-size: clamp(1.08rem, 1.38vw, 1.28rem);
  line-height: 1.58;
}

.about-story,
.about-method,
.about-audience {
  gap: clamp(28px, 4.5vw, 60px);
}

.story-visual {
  min-height: 310px;
}

.story-visual span {
  min-height: 74px;
  font-size: 1.06rem;
}

.about-card-grid {
  gap: 14px;
}

.about-page .section-heading {
  margin-bottom: 22px;
}

.about-page .hero-actions {
  margin-top: 20px;
  margin-bottom: 14px;
}

.about-method-grid article {
  grid-template-columns: 1fr;
  align-content: start;
  justify-items: center;
  text-align: center;
}

.about-method-grid article > div {
  display: grid;
  justify-items: center;
}

.about-method-grid strong {
  display: grid;
  align-items: center;
  min-height: 44px;
  max-width: 285px;
}

.about-method-grid p {
  max-width: 285px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1041px) {
  .about-method-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .about-method-grid article {
    grid-column: span 2;
  }

  .about-method-grid article:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .about-method-grid article:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 1040px) {
  .about-method-grid article {
    grid-column: auto;
  }
}

.premium-card,
.value-card {
  min-height: 210px;
  padding: 24px;
}

.card-number {
  margin-bottom: 42px;
}

.value-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 32px;
}

.method-steps article {
  padding: 16px 18px;
}

.method-steps span {
  width: 42px;
  height: 42px;
}

.method-steps strong {
  font-size: 1rem;
}

.audience-grid span {
  min-height: 112px;
  font-size: 0.98rem;
}

.about-final-cta p {
  max-width: 700px;
}

.product-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-photo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 54px rgba(7, 62, 112, 0.08);
}

.product-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #fff;
}

.product-photo-card div {
  padding: 18px;
}

.product-photo-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.product-photo-card p {
  color: var(--muted);
  font-size: 0.96rem;
}

.catalog-grid .category-card {
  min-height: 195px;
}

.catalog-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}

.catalog-menu-card {
  position: relative;
  min-width: 0;
}

.catalog-menu-trigger {
  width: 100%;
  min-height: 74px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 42px rgba(7, 62, 112, 0.07);
  cursor: default;
  font: inherit;
  font-weight: 850;
  text-align: center;
}

.catalog-menu-card:hover .catalog-menu-trigger,
.catalog-menu-card:focus-within .catalog-menu-trigger {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(7, 62, 112, 0.2);
}

.catalog-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 8;
  width: min(320px, 90vw);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 60px rgba(7, 62, 112, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.catalog-menu-card:hover .catalog-dropdown,
.catalog-menu-card:focus-within .catalog-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.catalog-dropdown ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.catalog-dropdown a {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 11px 14px;
  border: 1px solid rgba(7, 62, 112, 0.28);
  border-radius: 6px;
  color: var(--blue);
  background: rgba(251, 248, 239, 0.78);
  font-size: 0.9rem;
  font-weight: 850;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.catalog-dropdown a:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
  transform: translateY(-1px);
}

.catalog-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}

.catalog-index-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 42px rgba(7, 62, 112, 0.06);
  scroll-margin-top: 110px;
}

.catalog-index-grid h3 {
  margin-bottom: 12px;
}

.catalog-index-grid ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.3vw, 22px);
  width: min(calc(100vw - 96px), 1500px);
  margin: 28px auto 0;
}

.gallery-strip figure {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(7, 62, 112, 0.07);
}

.gallery-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.custom-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 22px);
  width: min(100%, 1260px);
  margin: 0 auto;
}

.custom-gallery figure {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(7, 62, 112, 0.07);
}

.custom-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-work-section {
  padding-top: clamp(48px, 6vw, 82px);
}

.featured-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 22px);
  width: min(100%, 1180px);
  margin: 0 auto;
}

.featured-work-grid figure {
  display: grid;
  grid-template-rows: auto auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 42px rgba(7, 62, 112, 0.07);
}

.work-lightbox-trigger {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
  cursor: zoom-in;
}

.featured-work-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}

.featured-work-grid figcaption {
  display: grid;
  align-items: center;
  min-height: 56px;
  padding: 12px 14px;
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 850;
  text-align: center;
}

.work-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 62, 112, 0.82);
}

.work-lightbox[hidden] {
  display: none;
}

.work-lightbox-inner {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 1080px);
  max-height: min(88vh, 920px);
}

.work-lightbox img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  object-fit: contain;
}

.work-lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(7, 62, 112, 0.16);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

@media (max-width: 900px) {
  .featured-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .featured-work-grid {
    grid-template-columns: 1fr;
  }

  .work-lightbox {
    padding: 14px;
  }

  .work-lightbox-close {
    top: 8px;
    right: 8px;
  }
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.contact-action-btn {
  min-width: 170px;
  border-color: rgba(7, 62, 112, 0.28);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(7, 62, 112, 0.1);
}

.contact-info-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 42px rgba(7, 62, 112, 0.07);
}

.contact-info-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-info-card strong,
.contact-info-card a {
  color: var(--blue);
  font-weight: 850;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.home-category-card {
  display: grid;
  grid-template-rows: minmax(180px, 1fr) auto auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 44px rgba(7, 62, 112, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-category-card:hover {
  border-color: rgba(7, 62, 112, 0.42);
  box-shadow: 0 20px 54px rgba(7, 62, 112, 0.15);
  transform: translateY(-3px);
}

.home-category-card img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  background: #fff;
}

.home-category-card h3 {
  display: grid;
  align-items: center;
  min-height: 58px;
  margin: 0;
  padding: 14px 12px 6px;
  color: var(--blue);
  font-size: 0.98rem;
  text-align: center;
}

.home-category-card p {
  min-height: 86px;
  margin: 0;
  padding: 0 12px 16px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
}

.audience-cards,
.benefit-grid,
.quick-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}

.conversion-card,
.quick-faq-grid article {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 24px;
}

.conversion-card .card-kicker {
  margin-bottom: 26px;
}

.conversion-card .text-link {
  align-self: center;
  margin-top: auto;
}

.compact-benefits {
  max-width: 1120px;
  gap: 12px;
}

.compact-benefits .conversion-card {
  min-height: 170px;
  padding: 20px 18px;
}

.compact-benefits h3 {
  margin-bottom: 12px;
}

.compact-benefits p {
  max-width: 250px;
  margin: 0 auto;
  line-height: 1.52;
}

.compact-faq {
  max-width: 1120px;
  gap: 12px;
}

.compact-faq article {
  min-height: 150px;
  padding: 20px 18px;
}

.compact-faq h3 {
  margin-bottom: 12px;
}

.compact-faq p {
  max-width: 250px;
  margin: 0 auto;
  line-height: 1.52;
}

.material-list {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 8px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.material-list li {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 9px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 800;
  text-align: center;
}

.section-note {
  max-width: 720px;
  margin: 20px auto 0;
  text-align: center;
}

.byo-home,
.final-home-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
}

.byo-home h2,
.byo-home .eyebrow,
.final-home-cta h2,
.final-home-cta .eyebrow {
  color: var(--blue);
}

.byo-home p,
.final-home-cta p,
.byo-home .microcopy,
.final-home-cta .microcopy {
  max-width: 800px;
  color: var(--muted);
}

.byo-home .btn.primary,
.final-home-cta .btn.primary {
  border-color: rgba(7, 62, 112, 0.28);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.9);
}

.byo-home .btn.primary:hover,
.final-home-cta .btn.primary:hover,
.final-home-cta .btn.secondary:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.final-home-cta .btn.secondary {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  background: transparent;
}

.faq-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 16px;
  padding-top: clamp(44px, 5.5vw, 72px);
  padding-bottom: clamp(44px, 5.5vw, 72px);
  text-align: center;
}

.faq-final-cta .eyebrow,
.faq-final-cta h2,
.faq-final-cta p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faq-final-cta .final-actions {
  justify-content: center;
  margin-top: 8px;
}

.faq-final-cta .btn.secondary {
  border-color: rgba(7, 62, 112, 0.28);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.9);
}

.privacy-document {
  width: min(calc(100% - 36px), 1120px);
  margin: 0 auto clamp(48px, 6vw, 76px);
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 58px rgba(7, 62, 112, 0.08);
}

.privacy-document .section {
  padding: 0;
  background: transparent;
}

.privacy-document .section + .section {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(7, 62, 112, 0.12);
}

.privacy-document .section-heading {
  max-width: none;
  margin: 0 0 14px;
  text-align: left;
}

.privacy-document .eyebrow {
  margin-bottom: 6px;
  font-size: 0.72rem;
}

.privacy-document h2 {
  margin-bottom: 10px;
  font-size: clamp(1.12rem, 1.5vw, 1.45rem);
  line-height: 1.25;
}

.privacy-document h3 {
  margin-bottom: 8px;
  font-size: 0.98rem;
  line-height: 1.3;
}

.privacy-document p,
.privacy-document li,
.privacy-document td,
.privacy-document th {
  font-size: 0.88rem;
  line-height: 1.58;
}

.privacy-document p {
  margin-top: 0;
}

.privacy-document p:last-child {
  margin-bottom: 0;
}

.privacy-document .soft-panel,
.privacy-document .checklist,
.privacy-document .conversion-card,
.privacy-document .material-group,
.privacy-document .final-home-cta {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.privacy-document .info-card-grid,
.privacy-document .material-groups {
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: none;
}

.privacy-document .conversion-card,
.privacy-document .material-group {
  min-height: auto;
}

.privacy-document ul {
  margin-top: 8px;
  margin-bottom: 0;
}

.privacy-document .section-note {
  max-width: none;
  margin-top: 14px;
  font-size: 0.86rem;
  text-align: left;
}

.privacy-document .table-wrap {
  overflow-x: auto;
}

.privacy-document table {
  font-size: 0.84rem;
}

.privacy-document th,
.privacy-document td {
  padding: 10px 12px;
}

.privacy-document .final-home-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: 16px;
  color: var(--ink);
  text-align: left;
}

.privacy-document .final-home-cta h2,
.privacy-document .final-home-cta .eyebrow {
  color: var(--blue);
}

.privacy-document .final-home-cta p {
  max-width: none;
  color: var(--muted);
}

.privacy-document .final-actions {
  justify-content: flex-start;
}

.privacy-document .final-home-cta .btn.secondary {
  border-color: rgba(7, 62, 112, 0.28);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.9);
}

/* Global compact editorial scale */
.section,
.section-band {
  padding-top: clamp(52px, 6.4vw, 86px);
  padding-bottom: clamp(52px, 6.4vw, 86px);
}

.page-hero {
  padding-top: clamp(58px, 7vw, 92px);
  padding-bottom: clamp(38px, 5vw, 62px);
}

.hero {
  min-height: auto;
  padding-top: clamp(62px, 7.5vw, 100px);
  padding-bottom: clamp(62px, 7.5vw, 100px);
}

h1 {
  max-width: 1080px;
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 4.4vw, 4.8rem);
  line-height: 1.08;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 2.9vw, 3.15rem);
  line-height: 1.14;
}

h3 {
  font-size: clamp(1.02rem, 1.05vw, 1.14rem);
}

.hero-text,
.section-heading p,
.split p,
.about-copy p,
.page-hero p:not(.eyebrow) {
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.68;
}

.hero .hero-text {
  max-width: 980px;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.62;
}

.hero .hero-actions {
  width: min(100%, 1040px);
}

.hero .btn {
  min-width: 190px;
}

.hero .hero-btn {
  border-color: rgba(7, 62, 112, 0.28);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(7, 62, 112, 0.1);
}

.hero .hero-btn:hover {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(7, 62, 112, 0.2);
  transform: translateY(-2px);
}

.section-heading {
  margin-bottom: 30px;
}

.hero-actions {
  margin: 26px 0 20px;
}

.route-grid,
.category-grid,
.portfolio-grid,
.about-card-grid {
  gap: 14px;
}

.route-card {
  min-height: 220px;
  padding: 24px;
}

.route-icon {
  margin-bottom: 30px;
}

.category-card {
  min-height: 205px;
  padding: 22px;
}

.card-kicker {
  margin-bottom: 34px;
}

.products-strip article {
  min-height: 96px;
  padding: 18px;
}

.split {
  gap: clamp(26px, 4vw, 58px);
}

.steps article {
  padding: 14px 16px;
}

/* Global alignment refinement */
h1,
h2,
h3,
.hero-kicker,
.eyebrow {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.page-hero {
  display: grid;
  justify-items: center;
  text-align: center;
}

.page-hero h1,
.page-hero p:not(.eyebrow),
.hero-copy h1,
.hero-copy p,
.section-heading p,
.split p,
.about-copy p {
  margin-left: auto;
  margin-right: auto;
}

.page-hero p:not(.eyebrow) {
  max-width: 1040px;
}

.catalog-hero {
  grid-template-columns: minmax(0, 760px) minmax(0, 500px);
  justify-content: center;
  justify-items: stretch;
  align-items: center;
  gap: clamp(58px, 5.4vw, 92px);
  max-width: none;
  width: 100%;
  margin: 0;
  padding-top: clamp(38px, 4vw, 54px);
  padding-bottom: clamp(24px, 2.8vw, 36px);
  text-align: left;
}

.catalog-hero-copy {
  justify-items: start;
  min-width: 0;
}

.catalog-hero h1 {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  white-space: nowrap;
}

.catalog-hero p {
  margin-right: 0;
  margin-left: 0;
}

.catalog-hero .download-cta {
  justify-items: start;
}

.catalog-hero-visual img {
  width: min(100%, 500px);
}

.hero-copy {
  text-align: center;
}

.hero-copy h1 {
  max-width: 1180px;
}

.hero .hero-text {
  max-width: 1120px;
}

.section-heading,
.section-heading.inline {
  max-width: 1120px;
  text-align: center;
}

.section-heading.inline {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 12px;
}

.section-heading p {
  max-width: 1040px;
}

.split {
  text-align: center;
}

.split > * {
  justify-self: center;
}

.split p {
  max-width: 900px;
}

.route-card,
.category-card,
.conversion-card,
.quick-faq-grid article,
.contact-info-card,
.material-group,
.soft-panel,
.download-card,
.products-strip article,
.portfolio-grid article,
.custom-gallery figure,
.catalog-index-grid article {
  text-align: center;
}

.steps article {
  text-align: center;
}

.steps span {
  justify-self: center;
}

.detailed-steps h3,
.steps p {
  text-align: center;
}

.home-process {
  display: block;
}

.home-process .section-heading {
  max-width: 980px;
}

.home-process .steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.home-process .steps article {
  grid-template-columns: 1fr;
  align-content: start;
  justify-items: center;
  min-height: 235px;
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 42px rgba(7, 62, 112, 0.06);
}

.byo-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.byo-steps article {
  grid-template-columns: 1fr;
  align-content: start;
  justify-items: center;
  min-height: 250px;
  padding: 24px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 42px rgba(7, 62, 112, 0.06);
}

.byo-steps h3 {
  min-height: 44px;
}

.material-group ul,
.catalog-index-grid ul,
.catalog-dropdown ul,
.checklist ul {
  text-align: left;
}

.byo {
  gap: 18px;
}

.yes-attention div {
  min-height: 112px;
  padding: 16px;
}

.checklist,
.contact-form {
  padding: 22px;
}

.portfolio-grid article {
  min-height: 178px;
  padding: 20px;
}

.business-grid span,
.values span {
  min-height: 94px;
}

.contact {
  gap: 28px;
}

details {
  padding: 17px 20px;
}

details {
  margin: 12px 0;
  padding: 20px 24px;
}

summary {
  color: var(--blue);
  cursor: pointer;
  list-style-position: outside;
  font-weight: 850;
  line-height: 1.35;
}

details p {
  padding-top: 14px;
}

.site-footer {
  color: #fff;
  background: var(--blue);
}

.footer-inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 26px clamp(18px, 4vw, 44px) 22px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(240px, 0.9fr) auto;
  gap: 24px;
  align-items: center;
}

.footer-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.site-footer img {
  width: 142px;
  height: auto;
  max-height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-brand strong {
  display: block;
  font-size: 1.02rem;
}

.footer-brand p {
  max-width: 360px;
  font-size: 0.82rem;
  line-height: 1.38;
}

.footer-contacts {
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 750;
}

.footer-contacts a,
.footer-nav a {
  color: inherit;
  text-decoration: none;
}

.footer-contacts a:hover,
.footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-company-data {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.74rem;
  line-height: 1.4;
  text-align: center;
}

.footer-company-data p {
  margin: 2px 0;
  color: inherit;
}

.footer-nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 750;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .main-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    gap: 4px;
    justify-content: stretch;
  }

  .main-nav.is-open a {
    padding: 12px 0;
  }

  .hero,
  .split,
  .byo,
  .byo-home,
  .final-home-cta,
  .about,
  .contact,
  .about-hero,
  .catalog-hero,
  .section-narrow,
  .priority-box,
  .section-heading.inline {
    grid-template-columns: 1fr;
  }

  .smart-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smart-form .field-span-2 {
    grid-column: 1 / -1;
  }

  .catalog-hero,
  .catalog-hero-copy,
  .download-cta {
    justify-items: center;
    text-align: center;
  }

  .catalog-hero h1 {
    white-space: normal;
  }

  .catalog-hero-visual {
    order: -1;
    width: min(100%, 560px);
    justify-self: center;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    transform: none;
  }

  .route-grid,
  .audience-cards,
  .benefit-grid,
  .quick-faq-grid,
  .info-card-grid,
  .material-groups,
  .home-process .steps,
  .about-method-grid,
  .byo-steps,
  .category-grid,
  .portfolio-grid,
  .products-strip,
  .product-photo-grid,
  .gallery-strip,
  .custom-gallery,
  .contact-info-grid,
  .home-category-grid,
  .catalog-menu-grid,
  .catalog-index-grid,
  .about-card-grid.three,
  .about-card-grid.four,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .material-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .final-actions {
    justify-content: flex-start;
  }

  .site-footer {
    text-align: center;
  }

  .footer-main {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .footer-brand {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-brand p,
  .footer-company-data {
    max-width: 720px;
  }

  .footer-nav,
  .footer-contacts {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .section,
  .section-band {
    padding: 58px 16px;
  }

  .site-header {
    min-height: 70px;
    padding: 12px 16px;
  }

  .brand img {
    width: 178px;
    max-height: 46px;
  }

  h1 {
    font-size: 2.28rem;
    line-height: 1.12;
  }

  h2 {
    font-size: 1.72rem;
    line-height: 1.18;
  }

  h3 {
    font-size: 1.04rem;
  }

  .hero-text,
  .section-heading p,
  .split p,
  .about-copy p,
  .page-hero p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .catalog-hero h1 {
    font-size: 2.55rem;
  }

  .catalog-hero {
    padding-top: 36px;
    padding-bottom: 32px;
  }

  .catalog-hero-visual {
    width: min(100%, 420px);
    padding: 0;
  }

  .catalog-intro-text {
    display: block;
  }

  .catalog-intro-text span {
    display: inline;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .hero-actions,
  .contact-hero-actions,
  .contact-cards {
    display: grid;
  }

  .smart-form {
    grid-template-columns: 1fr;
  }

  .faq-cta {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .route-grid,
  .audience-cards,
  .benefit-grid,
  .quick-faq-grid,
  .info-card-grid,
  .material-groups,
  .home-process .steps,
  .about-method-grid,
  .byo-steps,
  .category-grid,
  .portfolio-grid,
  .products-strip,
  .yes-attention,
  .business-grid,
  .values,
  .product-photo-grid,
  .gallery-strip,
  .custom-gallery,
  .contact-info-grid,
  .home-category-grid,
  .catalog-menu-grid,
  .catalog-index-grid,
  .about-card-grid.three,
  .about-card-grid.four,
  .story-visual,
  .audience-grid,
  .material-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-hero,
  .section-narrow,
  .about-section,
  .about-final-cta {
    padding: 38px 16px;
  }

  .about-hero {
    min-height: auto;
  }

  .about-page h1 {
    font-size: 2.28rem;
    line-height: 1.12;
  }

  .about-page h2 {
    font-size: 1.72rem;
    line-height: 1.18;
  }

  .about-lead,
  .about-hero-copy p:not(.eyebrow):not(.about-lead),
  .about-story p,
  .about-method p,
  .about-audience p,
  .about-final-cta p,
  .premium-card p,
  .value-card p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .difference-intro {
    white-space: normal;
  }

  .story-visual {
    min-height: auto;
  }

  .story-visual span,
  .audience-grid span {
    min-height: 72px;
  }

  .about-method-grid {
    grid-template-columns: 1fr;
  }

  .premium-card,
  .value-card {
    min-height: auto;
    padding: 22px;
  }

  .card-number,
  .value-icon {
    margin-bottom: 22px;
  }

  .route-card,
  .category-card,
  .conversion-card,
  .quick-faq-grid article,
  .material-group,
  .soft-panel,
  .download-card,
  .priority-box {
    min-height: auto;
    padding: 20px;
  }

  .home-category-card {
    grid-template-rows: minmax(170px, auto) auto auto;
  }

  .home-category-card p {
    min-height: auto;
  }

  .byo-home,
  .final-home-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .byo-home-action .btn,
  .final-actions .btn,
  .action-pair .btn {
    width: 100%;
  }

  .section,
  .section-band,
  .page-hero {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .route-icon,
  .card-kicker {
    margin-bottom: 22px;
  }

  .products-strip article,
  .steps article,
  .checklist,
  .contact-form,
  details {
    padding: 18px;
  }

}


/* Final Privacy Policy overrides - placed after responsive rules */
.privacy-page .privacy-layout {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 860px);
  gap: clamp(22px, 3.5vw, 44px);
  align-items: start;
  justify-content: center;
  width: min(calc(100% - 36px), 1200px);
  margin: 0 auto clamp(48px, 6vw, 76px);
}

.privacy-page .privacy-document {
  width: 100%;
  max-width: 860px;
  margin: 0;
  padding: clamp(26px, 4vw, 44px);
}

.privacy-page .privacy-document .section {
  scroll-margin-top: 118px;
}

.privacy-page .privacy-document .section-heading,
.privacy-page .privacy-document .section-note {
  text-align: left;
}

.privacy-page .privacy-document .conversion-card,
.privacy-page .privacy-document .material-group {
  padding: 18px;
  border: 1px solid rgba(7, 62, 112, 0.12);
  border-radius: 8px;
  background: rgba(251, 248, 239, 0.42);
}

@media (max-width: 1040px) {
  .privacy-page .privacy-layout {
    grid-template-columns: 1fr;
  }
}

@media print {
  .site-header,
  .site-footer,
  .menu-toggle,
  .header-cta,
  .privacy-toc,
  .privacy-hero-links,
  .privacy-document .final-actions {
    display: none !important;
  }

  body,
  .privacy-page,
  .privacy-document,
  .privacy-brief-grid article,
  .privacy-document .conversion-card,
  .privacy-document .material-group {
    color: #000 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .privacy-layout,
  .privacy-brief,
  .privacy-document {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
