:root {
  --navy: #0d2945;
  --navy-deep: #071d34;
  --navy-soft: #123757;
  --teal: #159b91;
  --teal-soft: #e9f7f5;
  --mint: #d9f0eb;
  --gold: #f7c946;
  --gold-deep: #e7ad16;
  --ink: #17334a;
  --muted: #66798b;
  --line: #dce8eb;
  --soft: #f6fafb;
  --white: #fff;
  --shadow: 0 18px 50px rgba(8, 32, 54, .14);
  --radius: 20px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); padding: 10px 15px; border-radius: 8px; background: var(--gold); color: #122b41; font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(214,228,233,.85); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; min-width: 213px; }
.brand-mark { width: 41px; height: 41px; border: 2px solid currentColor; display: grid; place-items: center; color: var(--navy); border-radius: 5px; font-weight: 900; letter-spacing: -.05em; font-size: 1rem; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { color: var(--navy); font-size: .82rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--teal); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { color: #26435a; text-decoration: none; font-weight: 750; font-size: .82rem; transition: color .18s ease; }
.main-nav a:hover { color: var(--teal); }
.main-nav .nav-cta { padding: 10px 15px; color: #102c45; background: var(--gold); border-radius: 7px; box-shadow: 0 4px 0 #deb119; }
.main-nav .nav-cta:hover { color: #102c45; background: #ffd356; }
.menu-toggle { display: none; border: 0; background: none; padding: 7px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }
.hero { position: relative; overflow: hidden; color: #fff; padding: 74px 0 76px; background: radial-gradient(circle at 75% 20%, rgba(50,147,159,.42), transparent 25%), linear-gradient(115deg, var(--navy-deep) 0%, var(--navy) 53%, #0b4665 100%); }
.hero-glow { position: absolute; width: 400px; height: 400px; filter: blur(4px); opacity: .3; pointer-events: none; background: radial-gradient(circle, #6ee5db 0%, transparent 65%); }
.glow-one { top: -260px; left: 45%; } .glow-two { right: -180px; bottom: -290px; }
.hero-grid { display: grid; grid-template-columns: .97fr 1.03fr; gap: 42px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; font-size: .76rem; font-weight: 900; line-height: 1.1; letter-spacing: .085em; text-transform: uppercase; color: var(--teal); }
.eyebrow-light { color: #a3e4df; }
.dot { display: inline-block; width: 9px; height: 9px; border-radius: 100%; background: var(--gold); box-shadow: 0 0 0 4px rgba(247,201,70,.14); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; font-size: clamp(2.55rem, 4.5vw, 4.4rem); line-height: 1.03; letter-spacing: -.055em; margin-bottom: 22px; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero h1 em { color: var(--gold); }
.hero-lead { max-width: 650px; margin-bottom: 19px; color: #d6e5ed; font-size: 1.08rem; }
.hero-points { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 8px; color: #f0f8fa; font-size: .92rem; }
.hero-points li { position: relative; padding-left: 25px; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy-deep); font-size: .65rem; font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 47px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 12px 17px; border: 0; border-radius: 8px; text-decoration: none; font-weight: 850; font-size: .88rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #102d46; box-shadow: 0 4px 0 #dca81b; }
.button-primary:hover { background: #ffd55c; box-shadow: 0 6px 0 #dca81b; }
.button-ghost { color: #fff; border: 1px solid rgba(231,246,250,.48); background: rgba(13,43,68,.2); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-dark { background: var(--navy); color: #fff; box-shadow: 0 4px 0 #0b5f6f; margin-top: 23px; }
.button-outline { color: var(--navy); background: #fff; border: 1px solid #aec7d0; }
.button-outline:hover { border-color: var(--teal); color: var(--teal); }
.hero-visual { position: relative; min-height: 475px; }
.hero-photo-wrap { height: 100%; min-height: 475px; position: relative; overflow: hidden; border-radius: 26px; box-shadow: 0 26px 55px rgba(0,0,0,.34); border: 1px solid rgba(255,255,255,.24); background: #eaf4f4; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 57% 47%; transform: scale(1.02); }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(2,26,46,.15), transparent 55%); pointer-events: none; }
.hero-chip { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: rgba(255,255,255,.97); box-shadow: 0 12px 29px rgba(4,21,38,.24); border-radius: 11px; color: var(--ink); }
.hero-chip span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: #fff; font-weight: 900; background: var(--teal); }
.hero-chip p { margin: 0; line-height: 1.1; }
.hero-chip b { display: block; font-size: .73rem; }
.hero-chip small { display: block; margin-top: 2px; font-size: .61rem; color: var(--muted); }
.chip-top { top: 24px; right: -25px; } .chip-bottom { bottom: 25px; left: -23px; }
.quick-bar { background: #fff; border-bottom: 1px solid #e4eef0; }
.quick-bar-inner { min-height: 69px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px; color: #3f596b; }
.quick-bar-inner p { margin: 0; font-weight: 800; font-size: .81rem; }
.quick-bar-inner span { color: var(--teal); font-size: .69rem; letter-spacing: .08em; font-weight: 900; }
.quick-bar-inner i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: start; }
h2 { color: var(--navy); font-size: clamp(2.05rem, 3.2vw, 3.25rem); line-height: 1.08; letter-spacing: -.052em; margin-bottom: 18px; }
.section-lead { color: var(--muted); font-size: 1.06rem; max-width: 590px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 850; text-decoration: none; margin-top: 8px; }
.text-link span { font-size: 1.25rem; }
.reason-list { border-top: 1px solid #dce8eb; }
.reason-list article { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid #dce8eb; }
.reason-icon { flex: 0 0 45px; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: .76rem; font-weight: 900; }
.reason-list h3 { margin: 0 0 4px; color: var(--navy); font-size: 1.12rem; }
.reason-list p { margin: 0; color: var(--muted); font-size: .94rem; }
.section-heading { margin-bottom: 39px; }
.split-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 72px; align-items: end; }
.split-heading > p, .section-heading.centered > p { color: var(--muted); margin: 0; }
.centered { text-align: center; max-width: 860px; margin-left: auto; margin-right: auto; }
.centered .eyebrow { justify-content: center; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-card { min-height: 230px; padding: 25px 22px; border: 1px solid #dfeaec; border-radius: 14px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 13px 28px rgba(13,41,69,.09); }
.feature-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 17px; border-radius: 11px; background: var(--teal-soft); color: var(--teal); font-size: 1.3rem; font-weight: 900; }
.feature-card h3 { margin-bottom: 8px; color: var(--navy); font-size: 1rem; line-height: 1.2; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .84rem; }
.trust-section { padding: 70px 0; background: #fff; }
.trust-box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; padding: 54px 58px; border-radius: 22px; color: #fff; background: linear-gradient(125deg, #0b2948, #0a6871); overflow: hidden; position: relative; }
.trust-box::after { content:""; position: absolute; width: 400px; height: 400px; right: -220px; top: -250px; border-radius: 50%; background: rgba(105,230,216,.12); }
.trust-box h2 { color: #fff; }
.trust-box h2 em { color: #a7e6e1; }
.trust-copy p:not(.eyebrow) { margin-bottom: 0; color: #d7ebec; }
.trust-list { display: grid; gap: 11px; align-content: center; position: relative; z-index: 1; }
.trust-list > div { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgba(215,239,239,.22); border-radius: 11px; background: rgba(255,255,255,.07); }
.trust-list span { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: var(--gold); color: #102e47; font-weight: 900; }
.trust-list p { margin: 0; line-height: 1.2; }
.trust-list b, .trust-list small { display: block; }
.trust-list b { font-size: .88rem; }
.trust-list small { color: #bee0e0; font-size: .73rem; margin-top: 3px; }
.persona { padding-top: 112px; }
.persona-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 78px; align-items: center; }
.portrait-wrap { position: relative; }
.portrait-backdrop { position: absolute; inset: -17px 18px 16px -15px; border-radius: 58px 20px 20px 20px; background: var(--mint); }
.portrait { position: relative; width: 100%; min-height: 500px; object-fit: cover; object-position: center; border-radius: 52px 18px 18px 18px; box-shadow: var(--shadow); }
.experience-badge { position: absolute; right: -18px; bottom: 25px; display: flex; align-items: center; gap: 8px; padding: 12px 16px; border: 1px solid #d4eae8; border-radius: 12px; background: #fff; box-shadow: 0 12px 26px rgba(7,43,62,.13); }
.experience-badge strong { color: var(--teal); font-size: 2rem; line-height: 1; letter-spacing: -.08em; }
.experience-badge span { color: #557184; font-size: .68rem; line-height: 1.18; font-weight: 800; }
.persona-copy > p { color: var(--muted); }
.persona-copy .persona-strong { color: var(--navy); font-weight: 850; }
.direct-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 20px; }
.direct-benefits > div { display: flex; gap: 8px; min-height: 72px; padding: 10px; border: 1px solid #dcebed; border-radius: 10px; background: #fff; }
.direct-benefits span { display: grid; place-items: center; flex: 0 0 27px; height: 27px; border-radius: 7px; background: var(--teal-soft); color: var(--teal); font-size: .85rem; }
.direct-benefits p { margin: 0; line-height: 1.18; }
.direct-benefits b, .direct-benefits small { display:block; }
.direct-benefits b { font-size: .7rem; color: var(--navy); }
.direct-benefits small { font-size: .62rem; color: var(--muted); margin-top: 3px; }
.audience-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 24px; }
.audience-list ul { padding: 0; margin: 0; list-style: none; }
.audience-list li { position: relative; padding-left: 24px; margin: 0 0 11px; color: #3c5769; font-size: .9rem; }
.audience-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--teal); font-weight: 900; }
.audience-art { position:relative; display:block; height:430px; margin:0; overflow:hidden; border-radius:22px; background:#e8f1ef; box-shadow:0 16px 34px rgba(7,41,61,.10); }
.audience-art::after { content:""; position:absolute; inset:0; border:1px solid rgba(18,70,83,.10); border-radius:22px; pointer-events:none; }
.audience-art img { display:block; width:100%; height:100%; object-fit:cover; object-position:50% 52%; }
.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #d8e4e8; border-bottom: 1px solid #d8e4e8; }
.process-grid article { position: relative; padding: 27px 18px 26px; text-align: center; border-right: 1px solid #d8e4e8; }
.process-grid article:last-child { border-right: 0; }
.process-grid article::after { content:""; position:absolute; top:40px; right:-5px; width:9px; height:9px; border-right:1px solid #a6bcc6; border-top:1px solid #a6bcc6; transform:rotate(45deg); background:#fff; z-index:1; }
.process-grid article:last-child::after { display:none; }
.process-grid span { display: grid; place-items: center; width: 31px; height:31px; margin: 0 auto 13px; border-radius:50%; background:var(--navy); color:#fff; font-weight:900; font-size:.8rem; }
.process-grid h3 { margin: 0 0 7px; font-size: .92rem; color:var(--navy); }
.process-grid p { margin:0; color:var(--muted); font-size:.76rem; }
.pricing { padding-top: 97px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; align-items: stretch; }
.price-card { position:relative; padding: 30px 27px; display:flex; flex-direction:column; border:1px solid #d5e2e5; border-radius:16px; background:#fff; box-shadow:0 7px 17px rgba(16,54,72,.04); }
.price-card.featured { transform:translateY(-10px); border:2px solid var(--teal); box-shadow:0 18px 35px rgba(15,133,128,.14); }
.popular { position:absolute; top:-14px; left:50%; transform:translateX(-50%); white-space:nowrap; border-radius:999px; background:var(--teal); color:#fff; padding:5px 13px; font-size:.64rem; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.price-kicker { color:var(--teal); font-weight:900; font-size:.73rem; text-transform:uppercase; letter-spacing:.11em; margin-bottom:5px; }
.price-card h3 { color:var(--navy); font-size:1.6rem; letter-spacing:-.04em; margin-bottom:8px; }
.price-desc { color:var(--muted); font-size:.88rem; min-height:63px; }
.price { color:var(--navy); margin:18px 0 22px; display:flex; align-items:end; gap:7px; }
.price strong { line-height:.9; font-size:2.6rem; letter-spacing:-.08em; }
.price span { font-size:.82rem; font-weight:850; padding-bottom:2px; }
.price-card .button { width:100%; margin-bottom:22px; }
.price-card ul { list-style:none; padding:18px 0 0; margin:0; border-top:1px solid #e2ebed; }
.price-card li { position:relative; padding:0 0 0 22px; margin:0 0 10px; color:#476172; font-size:.83rem; }
.price-card li::before { content:"✓"; position:absolute; left:0; top:0; color:var(--teal); font-weight:900; }
.pricing-note { margin:25px auto 0; max-width:820px; text-align:center; color:var(--muted); font-size:.84rem; }
.portfolio { background:#fff; }
.portfolio-grid { display:grid; grid-template-columns: 1fr 1fr; gap:28px; }
.portfolio-card { overflow:hidden; border:1px solid #dce7e9; border-radius:18px; background:#fff; box-shadow:0 12px 30px rgba(7,41,61,.08); transition:transform .2s ease, box-shadow .2s ease; }
.portfolio-card:hover { transform:translateY(-5px); box-shadow:0 19px 39px rgba(7,41,61,.13); }
.portfolio-image { display:grid; place-items:center; min-height:330px; padding:18px 22px 12px; overflow:hidden; background:var(--white); border-bottom:1px solid #e2ebed; }
.portfolio-image img { display:block; width:100%; height:100%; max-height:355px; object-fit:contain; object-position:center; background:transparent; transition:transform .35s ease; }
.portfolio-card:hover .portfolio-image img { transform:scale(1.025); }
.portfolio-content { padding:26px; }
.portfolio-label { margin-bottom:6px!important; color:var(--teal)!important; font-weight:900; font-size:.68rem!important; letter-spacing:.1em; text-transform:uppercase; }
.portfolio-content h3 { margin-bottom:7px; color:var(--navy); font-size:1.36rem; letter-spacing:-.03em; }
.portfolio-content h3+p { margin-bottom:18px; color:var(--muted); font-size:.9rem; }
.portfolio-content a:not(.portfolio-image) { color:var(--teal); text-decoration:none; font-weight:900; font-size:.86rem; }
.portfolio-content a span { font-size:1.15rem; }
.investment { background: linear-gradient(180deg,#fff 0%,#f6fafb 100%); }
.investment-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.investment-grid article { text-align:center; padding:18px 9px; }
.investment-grid span { display:grid; place-items:center; width:43px; height:43px; margin:0 auto 12px; color:var(--teal); font-size:1.45rem; border-radius:12px; background:var(--teal-soft); }
.investment-grid h3 { margin:0 0 7px; color:var(--navy); font-size:.89rem; line-height:1.15; }
.investment-grid p { margin:0; color:var(--muted); font-size:.75rem; }
.contact-section { padding: 78px 0 0; color:#fff; background:var(--navy); }
.contact-box { display:grid; grid-template-columns:.86fr 1.14fr; gap:75px; padding-bottom:75px; }
.contact-copy h2 { color:#fff; }
.contact-copy h2 em { color:#9fe1db; }
.contact-copy > p:not(.eyebrow) { color:#d0e0e7; }
.contact-details { display:grid; gap:12px; margin-top:28px; }
.contact-details a, .contact-details > div { display:flex; gap:12px; align-items:center; color:#fff; text-decoration:none; }
.contact-details > a:hover b { color:var(--gold); }
.contact-details span { display:grid; place-items:center; flex:0 0 35px; width:35px; height:35px; border-radius:9px; color:#0b334c; background:var(--gold); font-size:1rem; }
.contact-details p { margin:0; line-height:1.08; }
.contact-details small, .contact-details b { display:block; }
.contact-details small { color:#9fc2d2; font-size:.66rem; }
.contact-details b { margin-top:4px; font-size:.86rem; }
.contact-form { padding:29px; border-radius:17px; background:#fff; color:var(--ink); box-shadow:0 18px 34px rgba(0,0,0,.15); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.contact-form label { display:block; margin-bottom:13px; color:#2b495c; font-size:.75rem; font-weight:900; }
.contact-form input:not([type=checkbox]), .contact-form textarea, .contact-form select { display:block; width:100%; margin-top:6px; padding:12px; color:var(--ink); border:1px solid #cbdcdf; border-radius:8px; background:#fff; outline:none; font-size:.88rem; }
.contact-form textarea { resize:vertical; }
.contact-form select { min-height:44px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color:var(--teal); box-shadow:0 0 0 3px rgba(21,155,145,.14); }
.consent { display:flex!important; gap:8px; align-items:flex-start; color:#5e7482!important; font-weight:500!important; line-height:1.35; }
.consent input { margin-top:3px; }
.consent a { color:var(--teal); }
.form-submit { width:100%; margin-top:3px; }
.form-note { margin:12px 0 0; text-align:center; color:#748895; font-size:.72rem; }
.honeypot { display:none!important; }
.site-footer { padding:42px 0 17px; color:#cfe1e8; background:#071b30; }
.footer-grid { display:grid; grid-template-columns:1.35fr .7fr .95fr; gap:70px; }
.footer-brand .brand-mark { color:#fff; border-color:#b9d0dc; }
.footer-brand .brand-copy strong { color:#fff; }.footer-brand .brand-copy small { color:#79d4cd; }
.site-footer p { margin:15px 0 0; max-width:400px; color:#9db5c2; font-size:.83rem; }
.site-footer h3 { margin:4px 0 12px; color:#80dcd5; font-size:.69rem; text-transform:uppercase; letter-spacing:.12em; }
.site-footer div:not(.brand-copy):not(.brand-mark) { display:flex; flex-direction:column; align-items:flex-start; }
.site-footer a { margin:4px 0; color:#d2e1e6; text-decoration:none; font-size:.82rem; }.site-footer a:hover { color:#fff; }
.footer-bottom { display:flex!important; flex-direction:row!important; justify-content:space-between; align-items:center; margin-top:35px; padding-top:14px; border-top:1px solid rgba(197,226,235,.13); color:#7994a4; font-size:.7rem; }
.footer-bottom a { margin:0; color:#9db9c7; font-size:.72rem; }
@media (max-width: 1050px) {
  .main-nav { gap: 14px; }.main-nav a { font-size:.76rem; }.nav-wrap { gap:12px; }.brand { min-width:190px; }
  .hero-grid { gap:28px; }.two-col { gap:55px; }.persona-grid { gap:50px; }.feature-grid { grid-template-columns:repeat(3,1fr); }.investment-grid { grid-template-columns:repeat(3,1fr); }.trust-box{gap:40px;padding:46px}.audience-grid{gap:40px}.contact-box{gap:45px}
}
@media (max-width: 840px) {
  .site-header { position:sticky; }.nav-wrap { min-height:68px; }.menu-toggle { display:block; }
  .main-nav { display:none; position:absolute; top:68px; right:20px; left:20px; padding:9px; flex-direction:column; align-items:stretch; gap:0; border:1px solid #d8e6e9; border-radius:12px; background:#fff; box-shadow:0 17px 35px rgba(7,36,59,.15); }.main-nav.open { display:flex; }.main-nav a{padding:11px 10px}.main-nav .nav-cta{text-align:center;margin:5px}
  .hero{padding:59px 0 68px}.hero-grid,.two-col,.persona-grid,.audience-grid,.contact-box { grid-template-columns:1fr; }.hero-copy { max-width:700px; }.hero-visual{width:min(620px,100%);min-height:430px;margin:0 auto;}.hero-photo-wrap{min-height:430px}.chip-top{right:10px}.chip-bottom{left:10px}.split-heading{grid-template-columns:1fr;gap:13px}.feature-grid{grid-template-columns:repeat(2,1fr)}.trust-box{grid-template-columns:1fr}.portrait-wrap{width:min(600px,100%);margin:0 auto}.audience-art{max-width:550px;width:100%;height:470px;margin:0 auto}.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid article:nth-child(2n){border-right:0}.process-grid article:nth-child(-n+4){border-bottom:1px solid #d8e4e8}.process-grid article::after{display:none}.pricing-grid{grid-template-columns:1fr;max-width:550px;margin:0 auto}.price-card.featured{transform:none}.portfolio-grid{grid-template-columns:1fr}.investment-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}
}
@media (max-width: 560px) {
  .container{width:min(100% - 30px,var(--container))}.brand{min-width:auto}.brand-copy strong{font-size:.72rem}.brand-copy small{font-size:.59rem}.brand-mark{width:37px;height:37px}.hero{padding-top:45px}.hero h1{font-size:2.34rem}.hero-lead{font-size:.98rem}.hero-points{font-size:.85rem}.hero-actions .button{width:100%}.hero-visual{min-height:273px}.hero-photo-wrap{min-height:273px;border-radius:16px}.hero-photo-wrap img{object-position:58% 49%}.hero-chip{padding:7px 8px}.hero-chip span{width:22px;height:22px;font-size:.66rem}.hero-chip b{font-size:.58rem}.hero-chip small{font-size:.49rem}.chip-top{top:12px;right:6px}.chip-bottom{bottom:12px;left:6px}.quick-bar-inner{padding:14px 0;gap:10px}.quick-bar-inner p{width:100%;text-align:center}.quick-bar-inner span{font-size:.55rem}.quick-bar-inner i{display:none}.section{padding:72px 0}h2{font-size:2rem}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.trust-box{padding:32px 22px}.trust-list b{font-size:.78rem}.trust-list small{font-size:.66rem}.portrait{min-height:390px;border-radius:42px 15px 15px 15px}.portrait-backdrop{border-radius:48px 17px 17px 17px}.experience-badge{right:-6px;bottom:16px;padding:9px 11px}.experience-badge strong{font-size:1.55rem}.experience-badge span{font-size:.58rem}.direct-benefits{grid-template-columns:1fr}.audience-list{grid-template-columns:1fr;gap:0}.audience-art{height:420px}.audience-art img{object-position:49% 50%}.portfolio-image{min-height:260px;padding:12px 14px 8px}.portfolio-image img{max-height:285px}.process-grid{grid-template-columns:1fr}.process-grid article{border-right:0!important;border-bottom:1px solid #d8e4e8!important}.process-grid article:last-child{border-bottom:0!important}.pricing-grid{gap:28px}.price-card{padding:27px 21px}.investment-grid{grid-template-columns:repeat(2,1fr)}.portfolio-content{padding:22px}.contact-section{padding-top:60px}.contact-box{gap:40px;padding-bottom:56px}.form-row{grid-template-columns:1fr}.contact-form{padding:22px 17px}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:7px}
}


/* Informacja o plikach cookie */
.footer-cookie-settings {
  margin: 4px 0;
  padding: 0;
  border: 0;
  color: #d2e1e6;
  background: transparent;
  font-size: .82rem;
  text-align: left;
  cursor: pointer;
}
.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible { color: #fff; text-decoration: underline; }
.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  width: min(560px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(175, 210, 216, .72);
  border-radius: 16px;
  color: #eaf5f6;
  background: rgba(7, 29, 52, .98);
  box-shadow: 0 22px 55px rgba(2, 18, 33, .32);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner-inner { display: flex; align-items: center; gap: 19px; }
.cookie-copy { flex: 1; }
.cookie-kicker { margin: 0 0 4px; color: #9fe1db; font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cookie-banner h2 { margin: 0 0 5px; color: #fff; font-size: 1.08rem; letter-spacing: -.02em; }
.cookie-banner p:not(.cookie-kicker) { margin: 0; color: #c8dbe3; font-size: .8rem; line-height: 1.42; }
.cookie-banner a { display: inline-block; margin-top: 7px; color: #a7e6e1; font-size: .77rem; font-weight: 800; }
.cookie-banner a:hover { color: #fff; }
.cookie-accept { flex: 0 0 auto; min-height: 42px; white-space: nowrap; }
@media (max-width: 560px) {
  .cookie-banner { right: 15px; bottom: 15px; width: calc(100% - 30px); padding: 17px; }
  .cookie-banner-inner { flex-direction: column; align-items: stretch; gap: 13px; }
  .cookie-accept { width: 100%; }
}
