
:root{
  --navy:#0f2d4d;--navy2:#08233f;--cream:#fff8ea;--paper:#fffdf7;--blue:#d9f1f5;
  --yellow:#ffc532;--orange:#ea8a2f;--ink:#0b2b4d;--muted:#617080;--line:#b8c5cd
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.45}
img{display:block;max-width:100%}
a{color:inherit}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em;line-height:.98}
h1{font-size:clamp(4rem,7.4vw,7.5rem);margin-bottom:24px}
h2{font-size:clamp(2.35rem,4vw,4.4rem);margin-bottom:18px}
h3{font-size:1.45rem;margin-bottom:8px}
p{color:var(--muted)}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.section{padding:88px 0}
.eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.2em;font-weight:900;color:var(--orange);margin-bottom:10px}
.eyebrow.light{color:var(--yellow)}
.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;border:1.5px solid var(--navy);text-decoration:none;font-weight:800;cursor:pointer;transition:.2s}
.button:hover{transform:translateY(-2px)}
.button-dark{background:var(--navy);color:white}
.button-light{background:white;color:var(--navy)}
.button-yellow{background:var(--yellow);color:var(--navy);border-color:var(--yellow)}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,253,247,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(15,45,77,.12)}
.nav-shell{height:94px;display:flex;align-items:center;gap:26px}
.brand{margin-right:auto}
.brand img{width:270px;height:76px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:center;gap:23px}
.nav a{text-decoration:none;font-size:.86rem;font-weight:800}
.nav a:hover{color:var(--orange)}
.menu-toggle{display:none;border:1px solid var(--navy);background:white;border-radius:999px;padding:9px 14px;font-weight:800}
.hero{padding:64px 0 52px;background:linear-gradient(180deg,#fffdf8 0%,#fff8e9 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:.92fr 1.28fr;gap:24px;align-items:center}
.hero h1 em{color:var(--orange);font-weight:500}
.lead{font-size:1.1rem;max-width:560px}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-points{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px;font-size:.78rem;font-weight:800;color:#667582}
.hero-visual{position:relative;min-height:510px}
.laptop{position:absolute;width:87%;right:0;top:10px;filter:drop-shadow(0 20px 24px rgba(15,45,77,.18))}
.screen{height:340px;background:#eef2f2;border:12px solid #17283b;border-bottom-width:18px;border-radius:20px 20px 8px 8px;overflow:hidden}
.browser-bar{height:34px;background:#f7f4ee;display:flex;align-items:center;gap:7px;padding:0 13px;color:#526170}
.browser-bar span{width:8px;height:8px;border-radius:50%;background:#e96f61}
.browser-bar span:nth-child(2){background:#f2bd38}.browser-bar span:nth-child(3){background:#57b981}
.browser-bar small{margin-left:12px;font-weight:800}
.mini-site{height:calc(100% - 34px);background:linear-gradient(145deg,#fffdf7 0 57%,#e7f7f5 57%);display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:34px}
.mini-copy span{font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.15em;color:#dc8b31}
.mini-copy h2{font-size:2.2rem;margin:12px 0}
.mini-copy p{font-size:.8rem;margin-bottom:14px}
.mini-copy b{display:inline-block;background:var(--yellow);border-radius:999px;padding:8px 13px;font-size:.72rem}
.mini-art{position:relative;overflow:hidden;border-radius:14px;background:linear-gradient(#cfeef6,#fff8df)}
.hill{position:absolute;border-radius:50% 50% 0 0;background:#78a86f}.hill-one{width:170px;height:100px;bottom:-12px;left:16px}.hill-two{width:135px;height:76px;bottom:0;right:-8px;background:#4e805d}
.sun-dot{position:absolute;width:54px;height:54px;border-radius:50%;background:#ffd365;right:25px;top:28px}
.tree{position:absolute;width:18px;height:80px;background:#3e7456;clip-path:polygon(50% 0,100% 70%,70% 70%,100% 100%,0 100%,30% 70%,0 70%);bottom:18px}
.t1{left:45px}.t2{left:85px;height:60px}.t3{right:44px;height:70px}
.keyboard{width:108%;height:28px;background:linear-gradient(#b9bdc0,#e0e1e0);margin-left:-4%;clip-path:polygon(3% 0,97% 0,100% 100%,0 100%)}
.base{width:120%;height:10px;margin-left:-10%;background:#b9bdc0;border-radius:0 0 50% 50%}
.duck-family{position:absolute;width:49%;right:-4%;bottom:2px;z-index:3;filter:drop-shadow(0 10px 8px rgba(15,45,77,.15))}
.spark{position:absolute;color:var(--yellow);font-size:2.2rem;font-weight:900}.s1{right:7%;top:17%}.s2{right:0;top:28%}
.proof-strip{background:var(--navy);color:white}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);height:56px;align-items:center;text-align:center;font-weight:800;font-size:.86rem}
.proof-grid span+span{border-left:1px solid rgba(255,255,255,.3)}
.services{background:#f9f5ec}
.split-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:40px}
.split-heading>p{font-size:1.02rem;max-width:500px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.service-grid article{position:relative;min-height:175px;background:white;border:1px solid #c8d0d4;border-radius:14px;padding:24px 48px 22px 84px}
.service-icon{position:absolute;left:18px;top:20px;width:50px;height:50px;border-radius:14px;display:grid;place-items:center;font-size:1.45rem;font-weight:900}
.service-icon.yellow{background:var(--yellow)}.service-icon.blue{background:#c7edf4}
.service-grid p{margin-bottom:0;font-size:.9rem}
.arrow{position:absolute;right:18px;bottom:18px;width:28px;height:28px;border-radius:50%;background:var(--navy);color:white;display:grid;place-items:center}
.planner-feature{background:var(--blue);padding:58px 0;overflow:hidden}
.planner-grid{display:grid;grid-template-columns:.75fr 1.05fr .75fr;gap:42px;align-items:center}
.phone-wrap{position:relative;height:330px;display:grid;place-items:center}
.phone{width:210px;height:390px;border:9px solid #14283a;border-radius:38px;background:#111;box-shadow:0 15px 0 rgba(15,45,77,.18);transform:rotate(-5deg);overflow:hidden}
.notch{position:absolute;width:90px;height:22px;background:#14283a;border-radius:0 0 15px 15px;top:0;left:50%;transform:translateX(-50%);z-index:3}
.phone-screen{height:100%;padding:52px 14px 18px;background:linear-gradient(180deg,#eefbff,#d2eef8);display:flex;flex-direction:column;gap:14px}
.msg{max-width:88%;padding:12px 13px;border-radius:16px;font-size:.77rem;font-weight:700;box-shadow:0 2px 6px rgba(0,0,0,.06)}
.msg.incoming{background:white;align-self:flex-start}.msg.outgoing{background:var(--yellow);align-self:flex-end}
.phone-input{margin-top:auto;background:white;border-radius:999px;padding:9px 10px;display:flex;justify-content:space-between;color:#8c969c;font-size:.7rem}
.phone-input b{color:var(--navy)}
.phone-spark{position:absolute;color:var(--yellow);font-size:2rem}.phone-spark.one{left:8%;top:10%}.phone-spark.two{right:7%;bottom:14%}
.planner-copy h2{font-size:3.55rem}
.check-list{list-style:none;margin:0;padding:0;display:grid;gap:17px;font-weight:800}.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--yellow);margin-right:10px}
.center-heading{text-align:center;max-width:870px;margin:0 auto 48px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.steps article{padding:28px 24px}.steps article+article{border-left:1px solid var(--line)}
.steps span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--yellow);font-weight:900;margin-bottom:18px}
.about{background:linear-gradient(180deg,#d8f1f5,#f7f4ed)}
.about-grid{display:grid;grid-template-columns:.62fr 1.12fr .62fr;gap:46px;align-items:center}
.about-photo-wrap{position:relative}.about-photo-wrap img{border-radius:22px;border:2px solid var(--navy);box-shadow:8px 8px 0 var(--navy)}
.about-photo-wrap span{position:absolute;left:18px;bottom:16px;background:var(--navy);color:white;border-radius:999px;padding:7px 11px;font-size:.7rem;font-weight:800}
.about-copy h2{font-size:4rem}
.signature{border-top:1px solid #aebcc5;padding-top:18px;display:flex;gap:12px;align-items:center}
.signature>b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);font-family:Georgia,serif}
.signature div{display:grid}.signature span{font-size:.8rem;color:var(--muted)}
.about-stats{display:grid;gap:18px}.about-stats div{padding:8px 0 18px;border-bottom:1px solid #aebcc5}
.about-stats strong{display:block;color:var(--orange);font:700 2.6rem Georgia,serif}.about-stats span{font-size:.8rem;color:var(--muted)}
.pricing{background:#fff8e8}
.price-grid,.care-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card,.care-grid article{position:relative;background:rgba(255,255,255,.78);border:1.5px solid var(--navy);border-radius:16px;padding:26px}
.price-card.featured,.care-grid .featured{background:#dff3f6;border-width:2px}
.badge{position:absolute;right:20px;top:-12px;background:var(--yellow);padding:6px 12px;border-radius:999px;font-size:.68rem;font-weight:900}
.price{font:700 2.8rem Georgia,serif;margin:16px 0}.price small{display:block;font:700 .65rem Arial,sans-serif;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}
.price-card ul,.care-grid ul{padding-left:18px;color:var(--muted);min-height:145px}.price-card li,.care-grid li{margin:7px 0}.price-card .button{width:100%}
.payment-note{margin:26px auto 64px;max-width:780px;border:1px solid #c8d0d4;border-radius:14px;padding:20px;text-align:center;background:white}
.payment-note span{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--orange);font-weight:900}.payment-note strong{display:block;font:700 1.8rem Georgia,serif;margin:5px 0}
.care-intro{max-width:760px;margin:0 auto 34px;text-align:center}
.care-price{font:700 2.3rem Georgia,serif}.care-price small{font:500 .8rem Arial,sans-serif;color:var(--muted)}
.ownership{display:grid;grid-template-columns:auto 1fr;gap:20px;background:var(--yellow);border:2px solid var(--navy);border-radius:16px;padding:25px;margin-top:28px}
.ownership-check{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:white;font-weight:900}
.ownership h3{font-size:1.75rem}.ownership p:last-child{margin-bottom:0}
.faq{background:#fbfaf5}
.faq-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:65px}
.faq-list details{border-bottom:1px solid var(--line);padding:16px 0}.faq-list summary{font-weight:900;cursor:pointer}.faq-list p{margin:12px 0 0}
.final-cta{background:var(--navy);padding:82px 0;color:white}.final-cta h2,.final-cta p,.final-cta a{color:white}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:start}
.contact-links{display:grid;gap:6px;font-weight:800}
.lead-form{background:white;color:var(--ink);padding:26px;border-radius:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lead-form label{display:grid;gap:6px;font-size:.78rem;font-weight:900;margin-bottom:14px}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid #b6c1c8;background:#fffdf8;border-radius:9px;padding:11px 12px;font:inherit}.honeypot{position:absolute!important;left:-9999px!important}
.lead-form .button{width:100%}.form-status{min-height:20px;margin:10px 0 0;color:var(--navy)!important;font-weight:800;font-size:.82rem}
footer{background:var(--navy2);color:white;padding:25px 0 16px}.footer-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px}.footer-grid img{width:210px;height:72px;object-fit:contain;background:white;border-radius:8px;padding:4px}.footer-grid span{display:block;color:#aebfd0;font-size:.8rem}.footer-links{display:grid;text-align:right;gap:4px}.footer-links a{text-decoration:none}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.16);margin-top:18px;padding-top:13px;color:#8ea2b6;font-size:.72rem}

@media(max-width:980px){
  .nav{display:none;position:absolute;top:90px;left:20px;right:20px;background:white;border:1px solid var(--line);border-radius:14px;padding:18px;flex-direction:column;align-items:stretch}
  .nav.open{display:flex}.menu-toggle{display:block}.nav-cta{display:none}
  .hero-grid,.split-heading,.planner-grid,.about-grid,.faq-grid,.contact-grid{grid-template-columns:1fr}
  .hero-visual{min-height:500px}.laptop{width:82%;right:9%}.duck-family{width:45%;right:2%}
  .service-grid,.price-grid,.care-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}.steps article:nth-child(3){border-left:0;border-top:1px solid var(--line)}.steps article:nth-child(4){border-top:1px solid var(--line)}
  .phone-wrap{height:420px}
}
@media(max-width:650px){
  .container{width:min(100% - 28px,1180px)}.section{padding:64px 0}.nav-shell{height:80px}.brand img{width:195px;height:58px}
  .hero{padding-top:36px}.hero-visual{min-height:390px}.screen{height:230px;border-width:8px;border-bottom-width:12px}.mini-site{padding:18px}.mini-copy h2{font-size:1.35rem}.duck-family{width:52%}
  .proof-grid{grid-template-columns:1fr;height:auto;padding:8px 0}.proof-grid span{padding:8px}.proof-grid span+span{border-left:0;border-top:1px solid rgba(255,255,255,.18)}
  .service-grid,.price-grid,.care-grid,.steps,.form-row,.footer-grid{grid-template-columns:1fr}
  .service-grid article{padding-left:76px}.steps article+article{border-left:0;border-top:1px solid var(--line)}
  .planner-copy h2,.about-copy h2{font-size:3rem}.about-stats{grid-template-columns:repeat(3,1fr)}.about-stats div{text-align:center}
  .footer-grid{text-align:center}.footer-grid img{margin:auto}.footer-links{text-align:center}
}


/* ============================================================
   LUCKY DUCK V4 POLISH
   ============================================================ */

/* Larger, cleaner logo */
.site-header .brand img,
.brand img {
  width: 300px;
  height: 82px;
  object-fit: contain;
  object-position: left center;
}

/* Hero should read like a website, not a poster */
.hero {
  padding-top: 42px;
  padding-bottom: 34px;
}
.hero-grid {
  min-height: 590px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: center;
}
.hero-copy {
  align-self: center;
  padding-bottom: 12px;
}
.hero h1 {
  font-size: clamp(3.6rem, 6vw, 6.25rem);
  line-height: .94;
  margin-bottom: 18px;
  max-width: 650px;
}
.hero .lead {
  max-width: 590px;
  margin-bottom: 22px;
}
.hero .actions,
.hero .button-row {
  max-width: 590px;
}

/* Let the right edge of the button row finish near the duck art */
.hero .actions .button,
.hero .button-row .button {
  white-space: nowrap;
}

/* Hero art gets more visual authority without adding vertical scrolling */
.hero-visual,
.hero-art {
  min-height: 470px;
  transform: translateY(-4px);
}
.hero-visual .laptop {
  width: 92%;
  right: 1%;
  top: 0;
}
.hero-visual .duck-family {
  width: 52%;
  right: -2%;
  bottom: 0;
}
.hero-art img {
  width: 108%;
  max-width: none;
  margin-left: -3%;
}

/* Clear visual chapter breaks */
.section-divider {
  min-height: 46px;
  padding: 9px 20px;
  background: var(--navy, #102b4a);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: .66rem;
  font-weight: 900;
}
.section-divider i {
  color: var(--yellow, #f6be35);
  font-style: normal;
  font-size: .7rem;
}
.section-divider:nth-of-type(even) {
  background: #183b5d;
}

/* More breathing room on the real site */
.section {
  padding-top: 104px;
  padding-bottom: 104px;
}
.services,
.pricing,
.faq,
.about,
.process {
  scroll-margin-top: 100px;
}
.service-grid,
.services-grid,
.price-grid,
.pricing-grid,
.care-grid {
  gap: 24px;
}
.service-grid article,
.service-card,
.price-card,
.care-card,
.care-grid article {
  padding-top: 31px;
  padding-bottom: 31px;
}

/* Planner phone should feel like a phone, not floating speech boxes */
.planner-feature,
.planner-band {
  padding-top: 88px;
  padding-bottom: 88px;
}
.planner-grid {
  gap: 60px;
}
.phone-wrap {
  min-height: 430px;
}
.phone {
  width: 235px;
  height: 435px;
  border-width: 10px;
  border-radius: 42px;
}
.phone-screen {
  padding: 58px 15px 20px;
  gap: 17px;
}
.msg {
  padding: 14px 14px;
  font-size: .84rem;
  line-height: 1.35;
}
.planner-copy h2 {
  line-height: 1.02;
}

/* Payment schedule - percentages are intentionally different colors */
.payment-note {
  max-width: 860px;
  padding: 30px 34px;
}
.payment-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 18px auto 14px;
  max-width: 650px;
}
.payment-split > div {
  border: 1px solid rgba(15,45,77,.16);
  border-radius: 15px;
  padding: 20px;
  background: rgba(255,255,255,.8);
}
.payment-split b {
  display: block;
  margin-top: 4px;
  color: var(--navy, #102b4a);
  font-size: .92rem;
}
.percent {
  display: block;
  font: 800 3.3rem/1 Georgia, "Times New Roman", serif;
}
.percent-one {
  color: #e98b33;
}
.percent-two {
  color: #2a7485;
}

/* Only this ownership/trust card gets the softer yellow-orange background */
.ownership,
.ownership-banner {
  background: #fff0c8 !important;
  color: var(--navy, #102b4a);
}
.ownership h3,
.ownership-banner strong {
  color: var(--navy, #102b4a);
}
.ownership p,
.ownership-banner span {
  color: #43566a;
}

/* Founder area: more editorial and less cramped */
.about-grid,
.founder-grid {
  gap: 64px;
}
.about-copy p,
.founder-card p {
  font-size: 1rem;
  line-height: 1.7;
}
.about-photo-wrap img,
.founder-photo {
  min-height: 500px;
  object-fit: cover;
}

/* FAQ rows should breathe */
.faq-list details {
  padding: 21px 0;
}
.faq-list summary {
  line-height: 1.35;
}
.faq-list details p {
  max-width: 780px;
  line-height: 1.7;
}

/* Cards feel less compact */
.price-card ul,
.care-card ul,
.care-grid ul {
  line-height: 1.55;
}
.price small {
  margin-bottom: 5px;
}

/* Desktop above-fold tuning */
@media (min-width: 1100px) and (min-height: 720px) {
  .hero-grid {
    min-height: 540px;
  }
  .hero-visual,
  .hero-art {
    min-height: 440px;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .site-header .brand img,
  .brand img {
    width: 240px;
    height: 70px;
  }
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .hero-visual,
  .hero-art {
    min-height: 500px;
  }
  .section-divider {
    gap: 14px;
  }
}

/* Phone */
@media (max-width: 650px) {
  .site-header .brand img,
  .brand img {
    width: 190px;
    height: 58px;
  }
  .hero {
    padding-top: 28px;
    padding-bottom: 26px;
  }
  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }
  .hero-visual,
  .hero-art {
    min-height: 375px;
  }
  .section {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .section-divider {
    min-height: 38px;
    font-size: .56rem;
    gap: 9px;
    letter-spacing: .11em;
  }
  .section-divider span:first-child,
  .section-divider span:last-child {
    display: none;
  }
  .payment-split {
    grid-template-columns: 1fr;
  }
  .phone {
    width: 220px;
    height: 410px;
  }
}


/* V4B logo background fix */
.site-header .brand img,
.brand img,
.footer-grid img,
footer img{
    background:#ffffff !important;
    padding:6px !important;
    border-radius:10px;
}

/* V4E: clean tightly-cropped white logo */
.site-header .brand img,
.brand img {
  width: 310px !important;
  height: 82px !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: #fff !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.footer-grid img,
footer img {
  object-fit: contain !important;
  background: #fff !important;
}
