@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/dm-sans-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('../fonts/playfair-display-latin.woff2') format('woff2');
}
:root {
  --navy: #071b2e;
  --navy-2: #0d2b3f;
  --teal: #0f7f71;
  --teal-2: #16a085;
  --orange: #f06f23;
  --orange-2: #ff9142;
  --cream: #fbf7ef;
  --sand: #eee4d4;
  --paper: #ffffff;
  --ink: #18303a;
  --muted: #687782;
  --line: rgba(24, 48, 58, .14);
  --shadow: 0 18px 45px rgba(7, 27, 46, .12);
  --shadow-soft: 0 8px 24px rgba(7, 27, 46, .08);
  --radius: 8px;
  --header-h: 86px;
  --ease: .28s cubic-bezier(.4, 0, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; font-family: 'DM Sans', Arial, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.7; overflow-x: clip; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a, button, input, textarea, select { font: inherit; }
img, video { display: block; max-width: 100%; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.12; margin: 0; color: var(--navy); }
h1, h2, h3, p, a { overflow-wrap: break-word; }
p { margin: 0; }
ul { margin: 0; padding: 0; }
li { margin: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 40px)); }
.eyebrow { color: var(--orange); font-size: .75rem; line-height: 1.4; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.section { padding: 104px 0; background: var(--paper); }
.section-muted { background: var(--cream); }
.section-navy { background: var(--navy); color: rgba(255, 255, 255, .75); }
.section-navy h2, .section-navy h3 { color: var(--paper); }
.section-navy .eyebrow { color: var(--orange-2); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, .split-grid h2, .founder-text h2, .contact-details h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin-bottom: 18px; }
.section-heading p, .split-grid p, .feature p, .article-card p, .service-card p, .legal-content p { color: var(--muted); font-size: 1rem; }
.section-navy .split-grid p { color: rgba(255,255,255,.72); }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border-radius: 6px; border: 1px solid transparent; font-size: .86rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform var(--ease), background var(--ease), color var(--ease), border-color var(--ease), box-shadow var(--ease); cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 30px rgba(240, 111, 35, .24); }
.btn-primary:hover { background: var(--orange-2); }
.btn-secondary { background: transparent; color: var(--teal); border-color: rgba(15, 127, 113, .35); }
.btn-secondary:hover { color: #fff; background: var(--teal); border-color: var(--teal); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 800; margin-top: 20px; }
.text-link::after { content: '→'; transition: transform var(--ease); }
.text-link:hover::after { transform: translateX(4px); }
.text-link.light { color: var(--orange-2); }
.inline-link { color: var(--teal); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; min-height: var(--header-h); transition: background var(--ease), box-shadow var(--ease), min-height var(--ease); }
.site-header.is-solid, .site-header:hover, body.nav-open .site-header { background: rgba(7, 27, 46, .97); box-shadow: 0 12px 40px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.nav-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand__logo { width: 236px; height: auto; filter: drop-shadow(0 8px 16px rgba(0,0,0,.18)); }
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav a { color: rgba(255,255,255,.76); font-size: .86rem; font-weight: 700; transition: color var(--ease); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.desktop-nav .nav-cta { background: var(--orange); color: #fff; padding: 11px 16px; border-radius: 6px; }
.desktop-nav .nav-cta:hover { background: var(--orange-2); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 6px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: transform var(--ease), opacity var(--ease); }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; height: calc(100vh - var(--header-h)); height: calc(100dvh - var(--header-h)); background: var(--navy); padding: 26px max(20px, env(safe-area-inset-right)) max(42px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left)); overflow-y: auto; overscroll-behavior: contain; }
.mobile-nav.is-open { display: block; }
.mobile-nav a { display: block; color: rgba(255,255,255,.82); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 700; }
.mobile-nav__cta { margin-top: 14px; text-align: center; background: var(--orange); color: #fff !important; border-radius: 6px; border-bottom: none !important; }
.home-hero { min-height: 100vh; min-height: 100svh; padding: calc(var(--header-h) + 72px) 0 72px; background: var(--navy); position: relative; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.home-hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(120deg, rgba(15,127,113,.16), transparent 44%, rgba(240,111,35,.08)); pointer-events: none; }
.home-hero__video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center center; background: var(--navy); }
.home-hero__overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,18,31,.88) 0%, rgba(4,18,31,.74) 46%, rgba(4,18,31,.48) 100%), linear-gradient(0deg, rgba(4,18,31,.36), rgba(4,18,31,.08) 45%, rgba(4,18,31,.28)); pointer-events: none; }
.home-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .82fr); gap: 58px; align-items: center; }
.home-hero__grid > *, .split-grid > *, .contact-grid > *, .founder-grid > *, .footer-grid > *, .service-grid > *, .process-grid > *, .feature-grid > *, .pricing-grid > *, .article-grid > *, .testimonial-grid > *, .document-list > * { min-width: 0; }
.home-hero__content h1 { color: #fff; font-size: clamp(2.75rem, 4.4vw, 4.6rem); max-width: 860px; }
.home-hero__content p:not(.eyebrow) { color: rgba(255,255,255,.72); max-width: 650px; margin-top: 24px; font-size: 1.08rem; }
.home-hero__content .btn-secondary { color: #fff; border-color: rgba(255,255,255,.3); }
.home-hero__content .btn-secondary:hover { background: #fff; color: var(--navy); border-color: #fff; }
.hero-contact-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: rgba(255,255,255,.68); font-weight: 700; font-size: .93rem; }
.hero-contact-row a:hover { color: var(--orange-2); }
.home-hero__visual { position: relative; align-self: center; width: 100%; height: 520px; min-height: 0; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); overflow: hidden; box-shadow: 0 34px 80px rgba(0,0,0,.28); }
.home-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.hero-proof { position: absolute; left: 18px; bottom: 18px; width: min(260px, calc(100% - 36px)); background: rgba(7, 27, 46, .92); color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; padding: 17px 18px; box-shadow: 0 16px 36px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.hero-proof strong { display: block; font-family: 'Playfair Display', Georgia, serif; color: var(--orange-2); font-size: 2rem; line-height: 1; }
.hero-proof span { display: block; color: rgba(255,255,255,.72); font-size: .86rem; margin-top: 8px; }
.trust-strip { background: var(--navy-2); color: #fff; padding: 34px 0; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.1); }
.trust-item { background: var(--navy-2); padding: 28px; min-height: 150px; }
.trust-item strong { display: block; color: #fff; margin-bottom: 8px; font-size: 1rem; }
.trust-item span { display: block; color: rgba(255,255,255,.63); font-size: .9rem; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease); }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(15,127,113,.35); }
.service-card__image { aspect-ratio: 16 / 10; overflow: hidden; background: var(--sand); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-card__body { padding: 24px; }
.service-card__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.service-card__tags span, .pill-row span { border-radius: 999px; padding: 5px 10px; background: rgba(15,127,113,.1); color: var(--teal); font-size: .72rem; font-weight: 800; }
.service-card h3 { font-size: 1.38rem; margin-bottom: 12px; }
.split-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.align-center { align-items: center; }
.align-start { align-items: start; }
.info-panel, .quote-panel, .feature, .article-card, .pricing-card, .legal-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 32px; }
.section-navy .quote-panel { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); color: #fff; }
.quote-panel blockquote { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.55rem, 2.7vw, 2.45rem); line-height: 1.22; color: inherit; }
.quote-panel span { display: block; margin-top: 22px; color: rgba(255,255,255,.62); font-weight: 700; }
.info-panel h3, .document-list h3 { font-size: 1.35rem; margin-bottom: 18px; }
.check-list { list-style: none; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 26px; color: var(--muted); }
.check-list li::before { content: ''; position: absolute; left: 0; top: .72em; width: 9px; height: 9px; border-radius: 2px; background: var(--orange); transform: rotate(45deg); }
.media-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--sand); }
.media-frame img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.video-insights { background: linear-gradient(145deg, #071b2e 0%, #0d2b3f 100%); }
.video-insights .section-heading h2 { color: #fff; }
.video-insights .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.reel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 330px)); justify-content: center; gap: clamp(22px, 3vw, 38px); }
.reel-card { display: grid; gap: 18px; align-content: start; padding: 12px 12px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.06); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.reel-card__media { aspect-ratio: 9 / 16; border-radius: 12px; overflow: hidden; background: var(--navy); }
.reel-card__media video { width: 100%; height: 100%; object-fit: cover; background: var(--navy); }
.reel-card__body { padding: 0 6px; }
.reel-card__label { color: var(--orange-2); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.reel-card h3 { color: #fff; font-size: clamp(1.35rem, 2.1vw, 1.75rem); margin: 6px 0 10px; }
.reel-card__body > p:last-child { color: rgba(255,255,255,.72); line-height: 1.55; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-soft); }
.process-step span { display: inline-flex; color: var(--orange); font-weight: 900; margin-bottom: 16px; }
.process-step h3 { font-size: 1.25rem; margin-bottom: 10px; }
.process-step p { color: var(--muted); font-size: .95rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature h2, .article-card h2, .pricing-card h2, .legal-content h2 { font-size: 1.4rem; margin-bottom: 12px; }
.cta-band { background: var(--navy); color: rgba(255,255,255,.72); padding: 72px 0; }
.cta-band h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 12px; }
.cta-band__inner { display: flex; justify-content: space-between; gap: 34px; align-items: center; }
.cta-band__inner > div { max-width: 760px; }
.page-hero { min-height: 58vh; display: flex; align-items: flex-end; padding: calc(var(--header-h) + 110px) 0 74px; position: relative; overflow: hidden; background: var(--navy); }
.page-hero__media, .page-hero__shade { position: absolute; inset: 0; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.page-hero--portrait .page-hero__media img { object-position: center 29%; opacity: .52; }
.page-hero--portrait .page-hero__shade { background: linear-gradient(90deg, rgba(7,27,46,.97) 0%, rgba(7,27,46,.84) 45%, rgba(7,27,46,.24) 72%, rgba(7,27,46,.1) 100%); }
.page-hero--portrait .page-hero__content { max-width: 1180px; }
.page-hero--portrait h1 { max-width: 650px; font-size: clamp(2.4rem, 4.4vw, 4.4rem); }
.page-hero--portrait .page-hero__content > p:not(.eyebrow) { max-width: 600px; }
.page-hero__shade { background: linear-gradient(90deg, rgba(7,27,46,.96), rgba(7,27,46,.74) 48%, rgba(7,27,46,.48)); }
.page-hero__content { position: relative; z-index: 1; max-width: 850px; }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 5.5vw, 5.2rem); }
.page-hero p:not(.eyebrow) { color: rgba(255,255,255,.76); max-width: 680px; margin-top: 20px; font-size: 1.08rem; }
.document-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.document-list article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.document-list h3 { font-size: 1.12rem; margin-bottom: 8px; }
.document-list p { color: var(--muted); font-size: .93rem; }
.faq-list { display: grid; gap: 12px; margin-top: 28px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.faq-item summary { cursor: pointer; font-weight: 800; color: var(--navy); }
.faq-item p { color: var(--muted); margin-top: 12px; }
.founder-grid { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 70px; align-items: start; }
.founder-card { position: sticky; top: calc(var(--header-h) + 24px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; }
.founder-card__image { border-radius: 6px; overflow: hidden; margin-bottom: 20px; }
.founder-card h2 { font-size: 1.5rem; margin-bottom: 8px; }
.founder-card p { color: var(--muted); font-size: .94rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.social-links a { background: var(--cream); color: var(--teal); border-radius: 999px; padding: 7px 10px; font-size: .78rem; font-weight: 800; }
.founder-text h3 { font-family: 'DM Sans', Arial, sans-serif; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); margin: 32px 0 14px; }
.founder-text p { color: var(--muted); margin-bottom: 18px; font-size: 1.02rem; }
.pricing-grid, .article-grid, .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pricing-grid--large { grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.testimonial-grid--wide { grid-template-columns: repeat(4, 1fr); }
.pricing-card strong { display: block; color: var(--orange); font-family: 'Playfair Display', Georgia, serif; font-size: 2rem; line-height: 1.1; margin-bottom: 14px; }
.pricing-card strong.price-range { font-size: clamp(1.45rem, 2.1vw, 1.85rem); line-height: 1.25; }
.pricing-card--highlight { border-color: rgba(240,111,35,.35); box-shadow: var(--shadow); }
.price-meta { color: var(--teal); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.price-list { display: grid; gap: 9px; list-style: none; margin-top: 16px; }
.price-list li { position: relative; padding-left: 22px; color: var(--muted); font-size: .94rem; line-height: 1.55; }
.price-list li::before { content: ''; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; border-radius: 2px; background: var(--teal); transform: rotate(45deg); }
.price-note { color: var(--muted); font-size: .92rem; margin-top: 24px; max-width: 920px; }
.pricing-section { padding: 90px 0; }
.pricing-section__intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .75fr); gap: 70px; align-items: end; margin-bottom: 38px; }
.pricing-section__intro > * { min-width: 0; }
.pricing-section__intro h2 { max-width: 760px; font-size: clamp(2.2rem, 4vw, 3.65rem); }
.pricing-section__intro > p { max-width: 520px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.pricing-label { display: inline-flex; color: var(--teal); font-size: .72rem; font-weight: 900; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.pricing-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; color: #a04412; background: rgba(240,111,35,.12); border-radius: 999px; font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.pricing-badge--teal { color: #08675b; background: rgba(15,127,113,.12); }
.private-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.pricing-offer { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-soft); overflow: hidden; }
.pricing-offer::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: var(--teal); }
.pricing-offer--featured::before { background: var(--orange); }
.pricing-offer__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.pricing-offer h3 { min-height: 2.25em; font-size: clamp(1.55rem, 2vw, 2rem); }
.pricing-offer__price { display: flex; flex-direction: column; align-items: flex-start; margin: 22px 0 14px; }
.pricing-offer__price small, .pricing-choice__price small, .business-price small, .business-option__price small, .pricing-extra__price small { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pricing-offer__price strong { color: var(--orange); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.15rem, 3vw, 2.7rem); line-height: 1.05; }
.pricing-offer__summary { min-height: 5.3em; color: var(--muted); line-height: 1.65; }
.pricing-list-title { margin: 24px 0 10px; color: var(--navy); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pricing-offer .price-list { margin-top: 0; }
.pricing-extra { display: grid; grid-template-columns: minmax(230px, .75fr) minmax(0, 1.55fr) auto; gap: 36px; align-items: center; margin-top: 22px; padding: 26px 30px; background: linear-gradient(120deg, #fff, rgba(15,127,113,.055)); border: 1px solid rgba(15,127,113,.24); border-radius: 12px; box-shadow: var(--shadow-soft); }
.pricing-extra h3 { margin: 5px 0 8px; font-size: 1.5rem; }
.pricing-extra p { color: var(--muted); font-size: .92rem; line-height: 1.55; }
.compact-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 22px; list-style: none; }
.compact-check-grid li { position: relative; padding-left: 22px; color: var(--ink); font-size: .9rem; }
.compact-check-grid li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.pricing-extra__price { min-width: 110px; padding-left: 26px; border-left: 1px solid var(--line); }
.pricing-extra__price strong { display: block; color: var(--teal); font-family: 'Playfair Display', Georgia, serif; font-size: 2.25rem; line-height: 1.1; }
.pricing-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pricing-choice { position: relative; display: flex; flex-direction: column; min-height: 430px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-soft); overflow: hidden; }
.pricing-choice--accent { border-color: rgba(240,111,35,.32); box-shadow: var(--shadow); }
.pricing-choice__number { position: absolute; top: 16px; right: 20px; color: rgba(7,27,46,.06); font-family: 'Playfair Display', Georgia, serif; font-size: 4.5rem; font-weight: 800; line-height: 1; }
.pricing-choice h3 { max-width: 85%; min-height: 2.25em; margin-top: 10px; font-size: clamp(1.45rem, 2vw, 1.9rem); }
.pricing-choice__price { margin: 24px 0 18px; padding: 17px 18px; background: var(--cream); border-left: 4px solid var(--teal); border-radius: 0 8px 8px 0; }
.pricing-choice--accent .pricing-choice__price { border-left-color: var(--orange); }
.pricing-choice__price strong { display: block; margin-top: 3px; color: var(--orange); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.7rem, 2.4vw, 2.2rem); line-height: 1.15; }
.pricing-choice > p { color: var(--muted); line-height: 1.65; }
.pricing-choice__note { margin-top: auto; padding-top: 22px; color: var(--teal); font-size: .86rem; font-weight: 800; line-height: 1.55; }
.business-main-card { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 0; background: #fff; border: 1px solid rgba(240,111,35,.32); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
.business-main-card > * { min-width: 0; }
.business-main-card__intro { padding: 36px; background: linear-gradient(145deg, var(--navy), var(--navy-2)); }
.business-main-card__intro .pricing-label { color: var(--orange-2); }
.business-main-card__intro h3 { margin: 9px 0 12px; color: #fff; font-size: clamp(2rem, 3vw, 2.8rem); }
.business-main-card__intro > p { color: rgba(255,255,255,.68); }
.business-price { margin-top: 28px; padding: 20px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; }
.business-price small { color: rgba(255,255,255,.58); }
.business-price strong { display: block; margin: 5px 0; color: var(--orange-2); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1.05; }
.business-price span { display: block; color: rgba(255,255,255,.72); font-size: .84rem; }
.business-main-card__details { display: grid; align-content: center; padding: 36px; }
.business-main-card__details .pricing-list-title { margin-top: 0; }
.price-list--two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 26px; }
.included-service { margin-top: 28px; padding: 20px 22px; background: rgba(15,127,113,.08); border: 1px solid rgba(15,127,113,.2); border-radius: 9px; }
.included-service > span { display: block; color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.included-service strong { display: block; margin: 4px 0; color: var(--navy); font-family: 'Playfair Display', Georgia, serif; font-size: 1.35rem; }
.included-service strong span { display: block; }
.included-service strong span + span { margin-top: 3px; color: var(--orange); line-height: 1.1; }
.included-service p { color: var(--muted); font-size: .9rem; }
.business-secondary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 22px; }
.business-option { display: flex; flex-direction: column; min-height: 330px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-soft); }
.business-option--fixed { border-color: rgba(240,111,35,.28); }
.business-option h3 { min-height: 2.4em; margin: 8px 0 18px; font-size: clamp(1.35rem, 1.8vw, 1.7rem); }
.business-option__price { margin-bottom: 18px; }
.business-option__price strong { display: block; color: var(--orange); font-family: 'Playfair Display', Georgia, serif; font-size: 2rem; line-height: 1.15; }
.business-option > p { color: var(--muted); line-height: 1.65; }
.testimonial { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 30px; }
.testimonial p { color: var(--ink); font-family: 'Playfair Display', Georgia, serif; font-size: 1.25rem; line-height: 1.35; }
.testimonial cite { display: block; margin-top: 18px; color: var(--teal); font-style: normal; font-weight: 800; }
.partner-section { overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fbf7ef 100%); }
.partner-section .section-heading { margin-bottom: 48px; }
.partner-marquee { --marquee-gap: 22px; width: 100%; overflow: hidden; padding: 8px 0 18px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.partner-marquee__track { display: flex; width: max-content; will-change: transform; animation: partner-marquee 42s linear infinite; }
.partner-marquee__group { display: flex; flex: 0 0 auto; gap: var(--marquee-gap); padding-right: var(--marquee-gap); }
.partner-logo { width: 238px; height: 118px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; padding: 18px 22px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow-soft); transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease); }
a.partner-logo:hover { transform: translateY(-3px); border-color: rgba(15,127,113,.36); box-shadow: var(--shadow); }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; }
.partner-marquee:hover .partner-marquee__track { animation-play-state: paused; }
@keyframes partner-marquee { to { transform: translateX(-50%); } }
.center-action { display: flex; justify-content: center; margin-top: 30px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.contact-list { display: grid; gap: 12px; margin: 28px 0; }
.contact-list a, .contact-list div { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-soft); }
.contact-list strong { display: block; color: var(--navy); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 4px; }
.contact-list span { color: var(--muted); }
.contact-list--actions { gap: 14px; }
.contact-list--actions .contact-action-card, .contact-list--actions .contact-address-card { min-height: 114px; padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; border-left: 5px solid var(--teal); transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease); }
.contact-list--actions .contact-action-card:hover { transform: translateY(-3px); border-color: var(--orange); box-shadow: var(--shadow); }
.contact-list--actions .contact-action-card:focus-visible { outline: 3px solid rgba(240,111,35,.35); outline-offset: 3px; }
.contact-list--actions .contact-action-card__label { color: var(--teal); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-list--actions .contact-action-card strong, .contact-list--actions .contact-address-card strong { margin: 5px 0 7px; color: var(--navy); font-size: clamp(1.08rem, 2vw, 1.28rem); letter-spacing: 0; text-transform: none; overflow-wrap: anywhere; }
.contact-list--actions .contact-action-card__cta { display: inline-flex; min-height: 34px; align-items: center; padding: 6px 11px; border-radius: 999px; background: rgba(15,127,113,.1); color: var(--teal); font-size: .84rem; font-weight: 900; }
.contact-list--actions .contact-action-card--whatsapp { border-left-color: #218c55; }
.contact-list--actions .contact-action-card--whatsapp .contact-action-card__cta { background: rgba(33,140,85,.12); color: #176b40; }
.contact-list--actions .contact-address-card { cursor: pointer; }
.contact-list--actions .contact-address-card:hover { transform: translateY(-3px); border-color: var(--orange); box-shadow: var(--shadow); }
.contact-social { margin: 34px 0 28px; }
.contact-social h3 { font-size: 1.35rem; margin-bottom: 16px; }
.social-action-row { display: grid; gap: 12px; }
.social-action { display: flex; align-items: center; gap: 14px; min-height: 78px; padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease); }
.social-action:hover { transform: translateY(-2px); border-color: rgba(15,127,113,.4); box-shadow: var(--shadow); }
.social-action svg { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-action--facebook svg { fill: currentColor; stroke: none; }
.social-action > span { color: var(--muted); font-size: .84rem; line-height: 1.4; }
.social-action strong { display: block; color: var(--navy); font-size: .98rem; }
.social-action--instagram { color: #a43182; }
.social-action--facebook { color: #2764a8; }
.location-section { padding-top: 84px; }
.location-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.location-heading h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin-bottom: 10px; }
.location-heading > div > p:last-child { color: var(--muted); }
.map-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); background: var(--sand); }
.map-frame iframe { display: block; width: 100%; height: clamp(340px, 45vw, 520px); border: 0; }
.map-note { margin-top: 14px; color: var(--muted); font-size: .88rem; }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 34px; display: grid; gap: 16px; }
.contact-form h2 { font-size: 1.7rem; margin-bottom: 4px; }
.contact-form label { display: grid; gap: 6px; color: var(--navy); font-weight: 800; font-size: .9rem; }
.contact-form label > span { color: var(--muted); font-size: .74rem; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select, #searchInput { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px 14px; background: var(--cream); color: var(--ink); transition: border-color var(--ease), background var(--ease), box-shadow var(--ease); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus, #searchInput:focus { outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 4px rgba(15,127,113,.1); }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form .btn[disabled] { cursor: wait; opacity: .72; transform: none; }
.form-checks { display: grid; gap: 12px; margin: 2px 0; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); }
.form-checks legend { padding: 0 6px; color: var(--navy); font-size: .9rem; font-weight: 900; }
.form-checks legend span { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.contact-form .form-check { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; cursor: pointer; }
.contact-form .form-check input { width: 20px; height: 20px; margin: 1px 0 0; padding: 0; accent-color: var(--teal); cursor: pointer; }
.contact-form .form-check > span { color: var(--ink); font-size: .84rem; font-weight: 600; line-height: 1.5; }
.form-status { padding: 14px 16px; border: 1px solid transparent; border-radius: 6px; font-size: .92rem; font-weight: 700; line-height: 1.5; }
.form-status.is-success { color: #075f51; background: rgba(15,127,113,.1); border-color: rgba(15,127,113,.24); }
.form-status.is-error { color: #8b3416; background: rgba(240,111,35,.1); border-color: rgba(240,111,35,.28); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-intro { color: var(--muted); font-size: .94rem; margin: -4px 0 4px; }
.form-note, .note { color: var(--muted); font-size: .86rem; }
.search-bar { position: sticky; top: var(--header-h); z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); padding: 18px 0; backdrop-filter: blur(12px); }
.search-inner { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 18px; align-items: center; }
.search-inner label { font-weight: 900; color: var(--navy); }
.glossary { padding: 68px 0 100px; background: var(--paper); }
.glossary-group { margin-bottom: 48px; }
.glossary-letter { display: inline-block; font-family: 'Playfair Display', Georgia, serif; font-size: 2.5rem; color: var(--orange); border-bottom: 2px solid var(--orange); margin-bottom: 18px; }
.glossary-item { background: #fff; border: 1px solid var(--line); border-left: 4px solid transparent; border-radius: var(--radius); margin-bottom: 10px; box-shadow: var(--shadow-soft); transition: border-color var(--ease), box-shadow var(--ease); }
.glossary-item.open, .glossary-item:hover { border-left-color: var(--teal); }
.glossary-term { width: 100%; display: flex; justify-content: space-between; gap: 14px; align-items: center; cursor: pointer; padding: 18px 22px; color: var(--navy); background: transparent; border: 0; text-align: left; font-family: 'Playfair Display', Georgia, serif; font-size: 1.1rem; font-weight: 800; }
.glossary-term:focus-visible { outline: 3px solid rgba(240,111,35,.35); outline-offset: 3px; border-radius: 5px; }
.glossary-toggle { color: var(--orange); font-family: 'DM Sans', Arial, sans-serif; font-size: 1.4rem; font-weight: 600; transition: transform var(--ease); }
.glossary-item.open .glossary-toggle { transform: rotate(45deg); }
.glossary-def { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .4s ease, padding .4s ease; padding: 0 22px; }
.glossary-item.open .glossary-def { max-height: 760px; padding: 0 22px 20px; }
.hidden { display: none !important; }
.legal-content h2 { margin: 34px 0 14px; }
.legal-content h3 { margin: 24px 0 10px; font-size: 1.05rem; font-family: 'DM Sans', Arial, sans-serif; color: var(--teal); letter-spacing: .05em; text-transform: uppercase; }
.legal-content a { color: var(--teal); font-weight: 800; }
.legal-content code { overflow-wrap: anywhere; }
.site-footer { background: #061521; color: rgba(255,255,255,.65); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 42px; }
.footer-logo { width: 230px; margin-bottom: 18px; }
.site-footer h2 { color: #fff; font-family: 'DM Sans', Arial, sans-serif; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer a, .site-footer span, .footer-link-button { display: block; color: rgba(255,255,255,.66); margin: 8px 0; font-size: .92rem; }
.site-footer a:hover, .footer-link-button:hover { color: var(--orange-2); }
.site-footer .footer-whatsapp { color: #79d6a4; font-weight: 800; }
.site-footer .footer-whatsapp:hover { color: #a7ecc6; }
.site-footer .footer-route { color: var(--orange-2); font-weight: 800; }
.footer-social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.site-footer .footer-social-links a { display: inline-flex; align-items: center; gap: 7px; margin: 0; padding: 7px 11px; color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-weight: 800; }
.site-footer .footer-social-links a:hover { color: #fff; border-color: var(--orange-2); }
.footer-social-links svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social-links a:last-child svg { fill: currentColor; stroke: none; }
.footer-link-button { padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.footer-brand p { max-width: 360px; font-size: .92rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 42px; padding-top: 20px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .82rem; }
.footer-bottom__meta { display: flex; align-items: center; gap: 8px 18px; flex-wrap: wrap; }
.footer-bottom__meta span, .footer-bottom__meta a { display: inline; margin: 0; font-size: inherit; }
.footer-bottom__agency { color: rgba(255,255,255,.82) !important; }
.cookie-banner { position: fixed; z-index: 100; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); width: min(430px, calc(100vw - 44px)); padding: 24px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(7,27,46,.14); border-radius: 12px; box-shadow: 0 24px 70px rgba(7,27,46,.24); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity var(--ease), visibility var(--ease), transform var(--ease); }
.cookie-banner.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.cookie-banner h2 { font-size: 1.35rem; margin-bottom: 10px; }
.cookie-banner p { color: var(--muted); font-size: .92rem; line-height: 1.6; }
.cookie-banner p a { color: var(--teal); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions { display: flex; gap: 10px; margin-top: 20px; }
.cookie-banner__actions .btn { flex: 1 1 0; min-height: 46px; padding: 11px 14px; }
.cookie-banner__actions .btn-secondary { background: #fff; }
.cookie-banner__actions .btn-secondary:hover { background: var(--teal); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.d2 { transition-delay: .12s; }
.d3 { transition-delay: .22s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } .partner-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; } .partner-marquee__track { animation: none; } .partner-marquee__group[aria-hidden="true"] { display: none; } }
@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .brand__logo { width: 210px; }
  .home-hero { align-items: flex-start; padding-top: calc(var(--header-h) + 64px); }
  .home-hero__grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .home-hero__content { max-width: 780px; }
  .home-hero__grid { gap: 42px; }
  .home-hero__visual { width: min(680px, 100%); height: 440px; }
  .section { padding: 88px 0; }
  .service-grid, .process-grid, .feature-grid, .pricing-grid, .pricing-grid--large, .article-grid, .testimonial-grid, .testimonial-grid--wide, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reel-grid { grid-template-columns: repeat(2, minmax(0, 340px)); }
  .reel-card:nth-child(3):last-child { grid-column: 1 / -1; justify-self: center; width: min(100%, 340px); }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-card { position: static; max-width: 420px; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-section__intro { gap: 40px; }
  .private-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-offer--junior { grid-column: 1 / -1; }
  .pricing-offer--junior .pricing-offer__summary { min-height: 0; }
}
@media (max-width: 900px) {
  .pricing-section__intro { grid-template-columns: 1fr; gap: 18px; }
  .pricing-section__intro > p { max-width: 720px; }
  .pricing-extra { grid-template-columns: 1fr; gap: 20px; }
  .pricing-extra__price { padding: 18px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .pricing-choice-grid { grid-template-columns: 1fr; }
  .pricing-choice { min-height: 0; }
  .pricing-choice h3 { min-height: 0; }
  .pricing-choice__note { margin-top: 20px; }
  .business-main-card { grid-template-columns: 1fr; }
  .business-secondary-grid { grid-template-columns: 1fr; }
  .business-option { min-height: 0; }
  .business-option h3 { min-height: 0; }
}
@media (max-width: 720px) {
  :root { --header-h: 74px; }
  .container, .narrow { width: min(100% - 28px, 1180px); }
  .brand__logo { width: 176px; }
  .home-hero { min-height: auto; padding: calc(var(--header-h) + 44px) 0 48px; }
  .home-hero__overlay { background: linear-gradient(90deg, rgba(4,18,31,.9), rgba(4,18,31,.68)), linear-gradient(0deg, rgba(4,18,31,.5), rgba(4,18,31,.1) 50%, rgba(4,18,31,.3)); }
  .home-hero__content h1, .page-hero h1 { font-size: clamp(2rem, 9.3vw, 2.55rem); overflow-wrap: normal; hyphens: none; }
  .home-hero__content p:not(.eyebrow), .page-hero p:not(.eyebrow) { font-size: 1rem; }
  .home-hero__grid { gap: 30px; }
  .home-hero__visual { height: 360px; }
  .hero-proof { left: 8px; right: auto; bottom: 8px; width: 150px; padding: 9px 10px; border-radius: 7px; box-shadow: 0 10px 24px rgba(0,0,0,.22); }
  .hero-proof strong { font-size: 1.25rem; }
  .hero-proof span { margin-top: 4px; font-size: .63rem; line-height: 1.34; }
  .section { padding: 72px 0; }
  .service-grid, .process-grid, .feature-grid, .pricing-grid, .pricing-grid--large, .article-grid, .testimonial-grid, .testimonial-grid--wide, .footer-grid, .document-list, .trust-strip__grid { grid-template-columns: minmax(0, 1fr); }
  .reel-grid { grid-template-columns: minmax(0, 1fr); }
  .reel-card, .reel-card:nth-child(3):last-child { grid-column: auto; justify-self: center; width: min(100%, 340px); }
  .split-grid { gap: 34px; }
  .contact-grid { gap: 30px; }
  .info-panel, .quote-panel, .feature, .article-card, .pricing-card, .legal-box, .contact-form { padding: 24px; }
  .media-frame img { min-height: 260px; }
  .page-hero { min-height: 52vh; padding: calc(var(--header-h) + 78px) 0 56px; }
  .page-hero--portrait { min-height: 560px; }
  .page-hero--portrait .page-hero__media img { object-position: center 25%; }
  .page-hero--portrait .page-hero__shade { background: linear-gradient(0deg, rgba(7,27,46,.97) 0%, rgba(7,27,46,.7) 52%, rgba(7,27,46,.18) 100%); }
  .page-hero--portrait h1 { max-width: 100%; }
  .location-heading { align-items: flex-start; flex-direction: column; }
  .location-heading .btn { width: 100%; }
  #kontaktformular { padding: 58px 0; }
  .contact-details h2 { margin-bottom: 8px; }
  .contact-list--actions { gap: 10px; margin: 20px 0 24px; }
  .contact-list--actions .contact-action-card, .contact-list--actions .contact-address-card { min-height: 0; padding: 12px 15px; border-left-width: 4px; line-height: 1.35; }
  .contact-list--actions .contact-action-card__label { font-size: .68rem; line-height: 1.2; }
  .contact-list--actions .contact-action-card strong, .contact-list--actions .contact-address-card strong { margin: 4px 0 6px; font-size: 1rem; line-height: 1.25; }
  .contact-list--actions .contact-action-card__cta { min-height: 28px; padding: 4px 9px; font-size: .75rem; line-height: 1.3; }
  .contact-address-card > span:not(.contact-action-card__label):not(.contact-action-card__cta) { margin-bottom: 5px; font-size: .86rem; line-height: 1.3; }
  .contact-social { margin: 26px 0 20px; }
  .contact-social h3 { margin-bottom: 12px; font-size: 1.25rem; }
  .social-action-row { gap: 9px; }
  .social-action { min-height: 60px; gap: 10px; padding: 10px 12px; }
  .social-action svg { width: 18px; height: 18px; }
  .social-action > span { font-size: .76rem; }
  .social-action strong { font-size: .9rem; }
  .contact-details > p:last-child { font-size: .9rem; line-height: 1.6; }
  .contact-form { gap: 13px; padding: 20px; }
  .contact-form h2 { font-size: 1.5rem; }
  .contact-form input, .contact-form textarea, .contact-form select { padding: 11px 12px; }
  .contact-form textarea { min-height: 130px; }
  .location-section { padding: 64px 0; }
  .map-frame iframe { height: 310px; }
  .search-inner { grid-template-columns: 1fr; gap: 10px; }
  .button-row .btn, .contact-form .btn { width: 100%; }
  .footer-bottom { display: block; }
  .footer-bottom__meta { display: grid; gap: 8px; }
  .partner-section .section-heading { margin-bottom: 34px; }
  .partner-marquee { --marquee-gap: 14px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
  .partner-logo { width: 194px; height: 98px; padding: 14px 18px; }
  .pricing-section { padding: 72px 0; }
  .pricing-section__intro { margin-bottom: 28px; }
  .private-offer-grid { grid-template-columns: 1fr; }
  .pricing-offer--junior { grid-column: auto; }
  .pricing-offer { padding: 24px; }
  .pricing-offer h3, .pricing-offer__summary { min-height: 0; }
  .pricing-extra { padding: 24px; }
  .compact-check-grid, .price-list--two-columns { grid-template-columns: 1fr; }
  .pricing-choice { padding: 24px; }
  .business-main-card__intro, .business-main-card__details { padding: 26px; }
  .business-option { padding: 24px; }
  .cookie-banner { left: 14px; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); width: auto; padding: 20px; }
  .cookie-banner__actions { flex-direction: column; }
  .cookie-banner__actions .btn { width: 100%; }
}
@media (max-width: 520px) {
  .container, .narrow { width: calc(100% - 28px); margin-left: auto; margin-right: auto; }
  .home-hero__content h1, .page-hero h1 { font-size: clamp(1.86rem, 8.2vw, 2.25rem); }
  .section-heading h2, .split-grid h2, .founder-text h2, .contact-details h2 { font-size: clamp(1.72rem, 7.4vw, 2.18rem); }
  .pricing-section__intro h2 { font-size: clamp(1.82rem, 8.4vw, 2.15rem); }
  .pricing-section__intro > p { font-size: .94rem; line-height: 1.65; }
  .pricing-offer__head { align-items: flex-start; flex-wrap: wrap; gap: 8px; }
  .pricing-offer__price strong { font-size: 2rem; }
  .business-main-card__intro h3 { font-size: 2rem; }
  .business-price strong { font-size: 1.75rem; }
  .pricing-choice__price strong { font-size: 1.65rem; }
  .reel-grid { grid-template-columns: minmax(0, 1fr); }
  .reel-card { width: min(100%, 340px); margin-inline: auto; }
  .map-frame iframe { height: 360px; }
}
@media (max-width: 420px) {
  .brand__logo { width: 150px; }
  .hero-contact-row { display: grid; gap: 5px; margin-top: 20px; font-size: .84rem; }
  .hero-contact-row a { overflow-wrap: anywhere; }
  .home-hero__visual { height: 310px; }
  .home-hero__visual img { object-position: center 20%; }
  .hero-proof { left: 7px; right: auto; bottom: 7px; width: 128px; padding: 7px 8px; }
  .hero-proof strong { font-size: 1.08rem; }
  .hero-proof span { margin-top: 3px; font-size: .56rem; line-height: 1.3; }
  .contact-list--actions .contact-action-card, .contact-list--actions .contact-address-card { padding: 11px 12px; }
  .contact-list--actions .contact-action-card__cta { font-size: .72rem; }
  .social-action svg { width: 17px; height: 17px; }
  .contact-form { padding: 18px; }
  .trust-item { min-height: 0; padding: 24px; }
  .glossary-term { gap: 10px; padding: 16px; overflow-wrap: anywhere; }
  .glossary-toggle { flex: 0 0 auto; }
}
