:root {
  --blue: #1268a8;
  --blue-bright: #2b8bd1;
  --blue-deep: #08243a;
  --ink: #101820;
  --muted: #5d6a73;
  --line: #dce4e9;
  --paper: #f7f9fa;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(13, 42, 62, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 20px; top: -80px; padding: 12px 18px; color: white; background: var(--blue-deep); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #f2b84b; outline-offset: 3px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(8,36,58,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 260px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; font-weight: 650; font-size: .92rem; }
.site-nav a:not(.nav-cta) { color: #344450; transition: color .2s; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { color: #fff; background: var(--blue); padding: 11px 18px; border-radius: 999px; }
.site-nav .nav-cta:hover { color: #fff; background: #0d5b95; }
.nav-toggle { display: none; flex: 0 0 auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 9px; background: #f7f9fa; padding: 6px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); transition: .2s; }

.hero { min-height: 780px; padding-top: 82px; position: relative; overflow: hidden; background: #f7fafc; }
.hero::after { content: ""; position: absolute; width: 360px; height: 360px; left: 42%; bottom: -260px; background: var(--blue-bright); opacity: .12; filter: blur(20px); border-radius: 50%; }
.hero-visual { position: absolute; inset: 82px 0 0 49%; background: linear-gradient(90deg, #f7fafc 0%, rgba(247,250,252,.28) 23%, rgba(8,36,58,.08) 100%), url("../images/workspace-hero.jpg") center/cover; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); }
.hero-grid { position: relative; z-index: 2; min-height: 698px; display: grid; grid-template-columns: minmax(0, 640px) 1fr; align-items: center; }
.hero-copy { padding: 74px 0 80px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 800; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #31b87a; box-shadow: 0 0 0 5px rgba(49,184,122,.14); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 25px 0 25px; max-width: 700px; font-size: clamp(3.5rem, 6.4vw, 6rem); line-height: .94; letter-spacing: -.065em; }
h1 span { color: var(--blue); }
.hero-lead { max-width: 570px; color: #44545f; font-size: 1.18rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 12px 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 30px rgba(18,104,168,.23); }
.button-primary:hover { background: #0d5b95; }
.button-ghost { color: var(--ink); border-color: #c6d1d8; background: rgba(255,255,255,.7); }
.button-outline { color: var(--blue); border-color: #a9c8de; }
.button-white { color: var(--blue-deep); background: white; box-shadow: 0 14px 35px rgba(0,0,0,.14); }
.hero-checks, .price-card ul, .light-checks { padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; color: #40505a; font-size: .88rem; font-weight: 650; }
.hero-checks li::before, .price-card li::before, .light-checks li::before { content: "✓"; margin-right: 8px; color: var(--blue); font-weight: 900; }
.hero-offer { position: absolute; right: 0; bottom: 58px; width: 320px; padding: 25px; color: white; background: rgba(8,36,58,.93); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.offer-label { color: #8dc8f2; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.price { margin: 10px 0 12px; display: flex; flex-direction: column; }
.price small { color: #bfd0dd; }
.price strong { font-size: 2.4rem; line-height: 1.1; }
.price b { margin-top: 3px; color: #8dc8f2; font-size: 1.08rem; }
.hero-offer p { color: #d8e3ea; font-size: .9rem; }
.text-link { display: inline-flex; gap: 8px; color: #fff; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.5); }

.trust-strip { border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 25px 22px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 1.05rem; }
.trust-grid span { color: var(--muted); font-size: .78rem; }

.section { padding: 115px 0; }
.offer-section { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.section-heading h2, .contact h2, .kastanio h2 { margin: 12px 0 17px; font-size: clamp(2.35rem, 4.5vw, 4.4rem); line-height: 1.02; letter-spacing: -.05em; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.step-number { display: block; margin-bottom: 10px; color: var(--blue-bright); font-size: .77rem; font-weight: 900; letter-spacing: .14em; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; min-width: 0; padding: 31px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 40px rgba(20,50,70,.05); }
.price-card.featured { color: white; background: var(--blue); border-color: var(--blue); transform: translateY(-10px); box-shadow: 0 24px 55px rgba(18,104,168,.25); }
.popular { position: absolute; top: 0; right: 24px; padding: 7px 13px; color: var(--blue-deep); background: #d8efff; border-radius: 0 0 10px 10px; font-size: .7rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.plan-name { color: var(--blue); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.featured .plan-name { color: #c8e7fc; }
.price-card h3 { margin: 5px 0 24px; font-size: 1.3rem; }
.package-price { margin-bottom: 9px; padding: 18px 16px; display: grid; grid-template-columns: max-content auto max-content; justify-content: center; gap: 14px; align-items: center; background: #eef5f9; border-radius: 14px; }
.package-price span { min-width: 0; display: grid; gap: 2px; }
.package-price strong { color: var(--blue-deep); font-size: clamp(1.55rem, 2.2vw, 2.05rem); line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.package-price small { color: var(--muted); font-size: .7rem; font-weight: 650; white-space: nowrap; }
.package-price b { position: relative; width: 18px; height: 100%; min-height: 48px; align-self: stretch; justify-self: center; color: var(--blue); font-size: 0; }
.package-price b::before, .package-price b::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; border-radius: 999px; background: currentColor; transform: translate(-50%, -50%); }
.package-price b::after { transform: translate(-50%, -50%) rotate(90deg); }
.billing-cycle { margin: 0 2px 22px; color: #667782; font-size: .76rem; line-height: 1.45; }
.featured .package-price { background: rgba(4,44,74,.22); }
.featured .package-price strong, .featured .package-price small, .featured .billing-cycle, .featured ul { color: #e8f5fd; }
.featured .package-price b { color: #9ed8ff; }
.price-card ul { display: grid; gap: 9px; margin: 0 0 28px; font-weight: 500; }
.price-card .plan-difference strong { font-weight: 850; }
.price-card.featured li::before { color: #fff; }
.price-card .button { width: 100%; margin-top: auto; }
.featured .button-primary { color: var(--blue); background: white; box-shadow: none; }
.pricing-details { max-width: 1080px; margin: 28px auto 0; padding-top: 20px; display: grid; gap: 7px; color: #71808a; border-top: 1px solid var(--line); font-size: .78rem; line-height: 1.65; }
.pricing-details p { margin: 0; }
.pricing-details strong { color: #4d606d; }

.kastanio { position: relative; overflow: hidden; color: white; background: #2d1607; }
.kastanio::before { content: ""; position: absolute; width: 600px; height: 600px; right: -180px; top: -290px; border-radius: 50%; background: #814416; filter: blur(4px); opacity: .55; }
.kastanio-grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 90px; }
.kicker.light { color: #e2a868; }
.kastanio-copy p { max-width: 590px; color: #e6d6ca; font-size: 1.06rem; }
.kastanio-logo-shell { width: fit-content; max-width: 100%; margin-bottom: 25px; padding: 13px 18px; display: flex; align-items: center; background: linear-gradient(135deg, #f7dfc2, #e9bd8e); border: 1px solid rgba(255,255,255,.32); border-radius: 999px; box-shadow: 0 14px 32px rgba(0,0,0,.2); }
.kastanio-logo { width: min(215px, 100%); height: auto; }
.light-checks { display: grid; gap: 9px; margin-bottom: 30px; color: #eee1d6; }
.light-checks li::before { color: #e2a868; }
.invoice-card { width: min(420px, 100%); margin-inline: auto; padding: 14px; color: #2d1607; background: white; border-radius: 8px; box-shadow: 0 35px 80px rgba(0,0,0,.35); transform: rotate(2deg); }
.invoice-card img { width: 100%; height: auto; }

.references { background: white; }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px 28px; }
.project-card { min-width: 0; }
.device-stage { position: relative; height: 365px; overflow: hidden; padding: 30px 34px; background: #dbeef8; border-radius: var(--radius); }
.device-stage.warm { background: #eee2d7; }
.device-stage.gold { background: #eee6cf; }
.device-stage.teal { background: #d8eeee; }
.device-stage.blue { background: #dbe6f1; }
.device-stage.violet { background: #e4e1ef; }
.device { position: absolute; overflow: hidden; background: #fff; box-shadow: 0 17px 40px rgba(19,40,54,.22); }
.device img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.device.desktop { inset: 34px 65px 50px 38px; border: 6px solid #23323d; border-top-width: 20px; border-radius: 10px; }
.device.desktop::before { content: ""; position: absolute; z-index: 2; top: -13px; left: 10px; width: 5px; height: 5px; border-radius: 50%; background: #e66b62; box-shadow: 9px 0 #edbd4e, 18px 0 #66bc77; }
.device.tablet { width: 148px; height: 184px; right: 28px; bottom: 20px; border: 6px solid #26343e; border-radius: 10px; }
.device.phone { width: 74px; height: 140px; right: 150px; bottom: 13px; border: 5px solid #17232c; border-radius: 12px; }
.device.tablet img, .device.phone img { object-fit: contain; background: #fff; }
.device-stage.gold .device img { object-fit: contain; object-position: center top; background: #fff; }
.device-stage.gold .device.phone, .device-stage.teal .device.phone { left: 50%; right: auto; transform: translateX(-50%); }
.project-meta { padding: 18px 4px 0; display: flex; align-items: center; justify-content: space-between; }
.project-meta span { color: var(--blue); font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.project-meta h3 { margin: 2px 0 0; font-size: 1.35rem; }
.project-meta > a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; transition: .2s; }
.project-meta > a:hover { color: white; background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.reference-more { margin: 40px 0 0; color: var(--muted); font-size: 1rem; font-weight: 700; text-align: center; }

.testimonials { background: var(--paper); }
.testimonials .section-heading { align-items: center; }
.google-rating { width: fit-content; justify-self: end; padding: 16px 20px; display: flex; align-items: center; gap: 14px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 35px rgba(20,50,70,.07); transition: transform .2s, border-color .2s, box-shadow .2s; }
.google-rating:hover { transform: translateY(-2px); border-color: #b7cad7; box-shadow: 0 16px 42px rgba(20,50,70,.11); }
.google-stars, .testimonial-stars { color: #f4b400; letter-spacing: .08em; }
.google-stars { font-size: 1.15rem; white-space: nowrap; }
.google-rating strong, .google-rating small { display: block; }
.google-rating strong { color: var(--ink); line-height: 1.25; }
.google-rating small { margin-top: 2px; color: var(--muted); font-size: .75rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { min-width: 0; margin: 0; padding: 30px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 42px rgba(20,50,70,.06); }
.testimonial-stars { font-size: .9rem; }
.testimonial-card blockquote { margin: 20px 0 27px; color: #24333d; font-size: 1.12rem; line-height: 1.55; font-weight: 650; }
.testimonial-card figcaption { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.testimonial-card figcaption strong, .testimonial-card figcaption span { display: block; }
.testimonial-card figcaption strong { font-size: .92rem; }
.testimonial-card figcaption span { margin-top: 2px; color: var(--muted); font-size: .75rem; }

.process { color: white; background: var(--blue-deep); }
.process .kicker { color: #68b5e9; }
.process-list { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { padding: 34px 25px 5px 0; }
.process-list li + li { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.18); }
.process-list > li > span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 40px; color: #86c9f5; border: 1px solid rgba(134,201,245,.5); border-radius: 50%; font-size: .8rem; font-weight: 800; }
.process-list h3 { font-size: 1.2rem; }
.process-list p { color: #afc1cd; font-size: .9rem; }

.team { background: var(--paper); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { overflow: hidden; background: white; border-radius: var(--radius); box-shadow: 0 14px 45px rgba(20,50,70,.07); }
.team-card figure { margin: 0; aspect-ratio: 1; overflow: hidden; background: #e7edf1; }
.team-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transition: transform .5s; }
.team-card:hover img { transform: scale(1.025); }
.team-card div { padding: 23px 25px 27px; }
.team-card span { color: var(--blue); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 850; }
.team-card h3 { margin: 4px 0 0; font-size: 1.4rem; }

.contact { color: white; background: var(--blue); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy p { color: #d8edfb; font-size: 1.03rem; }
.mail-link { display: inline-flex; gap: 10px; margin: 15px 0 25px; font-size: clamp(1.2rem, 2.2vw, 1.7rem); font-weight: 800; border-bottom: 2px solid rgba(255,255,255,.45); }
.contact address { color: #c3e0f3; font-style: normal; }
.contact-form { padding: 35px; background: white; color: var(--ink); border-radius: var(--radius); box-shadow: 0 25px 65px rgba(4,35,58,.24); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 17px; font-size: .8rem; font-weight: 750; }
.contact-form label > span { color: var(--muted); font-weight: 450; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f7f9fa; border: 1px solid #d8e0e5; border-radius: 8px; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,104,168,.12); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.privacy-check { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; line-height: 1.5; font-weight: 450 !important; }
.privacy-check input { margin: 3px 0 0; width: 17px; height: 17px; accent-color: var(--blue); }
.privacy-check a { color: var(--blue); text-decoration: underline; }
.contact-form .submit-button { width: 100%; color: white; background: var(--blue-deep); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }
.form-status { margin-bottom: 18px; padding: 12px 14px; color: #12623e; background: #e4f7ed; border: 1px solid #9ed8ba; border-radius: 8px; }
.form-status.error { color: #8d2c27; background: #fff0ef; border-color: #e7aaa6; }
.honeypot { position: absolute !important; left: -9999px !important; }

.legal-page { background: var(--paper); }
.legal-page .site-header { position: sticky; }
.legal-main { padding: 72px 0 105px; }
.legal-hero { max-width: 820px; margin-bottom: 34px; }
.legal-hero h1 { margin: 13px 0 16px; font-size: clamp(2.7rem, 6vw, 4.7rem); overflow-wrap: anywhere; }
.legal-hero p { color: var(--muted); }
.legal-document { max-width: 920px; padding: clamp(25px, 5vw, 58px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 55px rgba(20,50,70,.07); }
.legal-document h2 { margin: 38px 0 9px; font-size: 1.45rem; }
.legal-document h2:first-child { margin-top: 0; }
.legal-document h3 { margin: 25px 0 7px; font-size: 1.05rem; }
.legal-document p, .legal-document li { color: #465761; }
.legal-document a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.legal-document .legal-note { padding: 14px 17px; background: #eef5f9; border-left: 3px solid var(--blue); }
.site-footer { padding: 35px 0; background: #051721; color: #9fb0bb; }
.footer-grid { display: grid; grid-template-columns: 220px 1fr auto; gap: 40px; align-items: center; }
.footer-grid img { width: 210px; padding: 7px; background: white; border-radius: 5px; }
.footer-grid p { margin: 0; font-size: .84rem; }
.footer-grid nav { display: flex; gap: 20px; font-size: .82rem; }
.copyright { grid-column: 2 / -1; }

.cookie-notice { position: fixed; z-index: 220; right: 22px; bottom: 22px; width: min(570px, calc(100% - 44px)); padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; color: white; background: rgba(8,36,58,.97); border: 1px solid rgba(255,255,255,.17); border-radius: 16px; box-shadow: 0 22px 65px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.cookie-notice[hidden] { display: none; }
.cookie-notice strong { display: block; margin-bottom: 4px; font-size: .94rem; }
.cookie-notice p { margin: 0; color: #c9d9e3; font-size: .78rem; line-height: 1.55; }
.cookie-notice p a { color: #9ed8ff; text-decoration: underline; text-underline-offset: 2px; }
.cookie-notice-button { min-height: 44px; padding: 10px 17px; color: var(--blue-deep); background: white; white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 82px 0 auto; padding: 28px 30px 38px; display: grid; gap: 8px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 25px 50px rgba(8,36,58,.12); transform: translateY(-130%); transition: transform .25s; }
  .site-nav.open { transform: none; }
  .site-nav a { padding: 11px 0; }
  .site-nav .nav-cta { text-align: center; padding: 13px 18px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 900px; }
  .hero-visual { inset: auto 0 0; height: 390px; clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%); background-image: linear-gradient(180deg, #f7fafc 0%, rgba(247,250,252,.05) 45%), url("../images/workspace-hero.jpg"); }
  .hero-grid { min-height: auto; display: block; }
  .hero-copy { max-width: 650px; padding-bottom: 390px; }
  .hero-offer { right: 20px; bottom: 34px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(3) { border-left: 1px solid var(--line); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .price-card.featured { transform: none; }
  .kastanio-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .invoice-card { max-width: 380px; }
  .portfolio-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(3) { border-left: 0; }
  .section-heading.split { grid-template-columns: 1fr; gap: 15px; }
  .google-rating { justify-self: start; }
  .contact-copy { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand img { width: 205px; }
  .nav-wrap { min-height: 72px; }
  .site-nav { top: 72px; }
  .hero { padding-top: 72px; min-height: 860px; }
  .hero-copy { padding-top: 58px; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.5rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-offer { width: calc(100% - 28px); right: 14px; bottom: 25px; }
  .hero-checks { gap: 7px 14px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { padding: 19px 13px; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 35px; }
  .price-card { padding: 27px 24px; }
  .kastanio-grid { gap: 45px; }
  .invoice-card { transform: rotate(1deg); }
  .portfolio-grid { gap: 48px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { padding: 25px; }
  .device-stage { height: 260px; padding: 20px; }
  .device.desktop { inset: 25px 40px 38px 18px; }
  .device.tablet { width: 105px; height: 130px; right: 14px; bottom: 13px; }
  .device.phone { width: 54px; height: 102px; right: 106px; bottom: 9px; border-width: 4px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li + li { padding: 25px 0; display: grid; grid-template-columns: 55px 1fr; gap: 15px; border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .process-list > li > span { margin: 0; }
  .team-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 19px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-grid nav { flex-wrap: wrap; }
  .copyright { grid-column: auto; }
  .cookie-notice { right: 14px; bottom: 14px; width: calc(100% - 28px); grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .cookie-notice-button { width: 100%; }
}

@media (max-width: 460px) {
  .hero-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 10px; font-size: .78rem; }
  .hero-checks li:last-child { grid-column: 1 / -1; }
}
