:root{--green:#0f5138;--green2:#1f7a55;--mint:#eaf5ef;--cream:#fff9ef;--ink:#17352b;--muted:#64766f;--line:#dce7e1;--gold:#dba64f;--shadow:0 20px 60px rgba(24,70,52,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fffdf8}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,76px);position:sticky;top:0;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid rgba(220,231,225,.7)}.brand{display:flex;align-items:center;gap:10px}.brand .paw{font-size:30px}.brand strong{display:block;font-size:25px}.brand small{display:block;color:var(--muted);font-size:11px}.site-header nav{display:flex;gap:28px;font-weight:650}.site-header nav a:hover{color:var(--green2)}.pill{border:1px solid var(--green);padding:10px 16px;border-radius:999px;font-weight:750;font-size:13px}.hero{min-height:640px;display:grid;grid-template-columns:1.02fr .98fr;background:linear-gradient(120deg,#fff9ef 0%,#f7efe1 52%,#dbe9df 100%)}.hero-copy{padding:clamp(56px,8vw,115px) clamp(32px,7vw,110px);align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:850;color:var(--green2)}h1{font-family:Georgia,serif;font-size:clamp(48px,6vw,82px);line-height:.98;margin:20px 0 24px;max-width:780px}h1 em{color:var(--green2);font-weight:500}.hero-copy>p{font-size:19px;line-height:1.65;max-width:720px;color:#3f5b51}.hero-actions{display:flex;gap:14px;margin:30px 0}.button{border:0;border-radius:12px;padding:14px 20px;font-weight:800;cursor:pointer}.primary{background:var(--green);color:white}.primary:hover{background:#0b402d}.secondary{background:white;color:var(--green);border:1px solid var(--line)}.ticks{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:10px 28px;padding:0;margin:28px 0 0;list-style:none;max-width:600px}.ticks li:before{content:"✓";display:inline-grid;place-items:center;background:var(--green);color:white;border-radius:50%;width:20px;height:20px;margin-right:8px;font-size:12px}.hero-photo{background:url('assets/hero-dog.jpg') center/cover no-repeat;min-height:640px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:24px clamp(24px,5vw,76px);gap:22px;border-bottom:1px solid var(--line);background:white}.trust-strip div{display:flex;flex-direction:column}.trust-strip span{color:var(--muted);font-size:13px;margin-top:5px}.section{padding:90px clamp(24px,7vw,110px)}.section-heading{max-width:840px;margin:0 auto 50px;text-align:center}.section-heading h2,.price-card h2,.preview h2{font-family:Georgia,serif;font-size:clamp(36px,4vw,56px);margin:14px 0}.section-heading p{font-size:18px;color:var(--muted);line-height:1.65}.how{background:white}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:auto}.steps article{padding:30px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdfb);box-shadow:0 10px 30px rgba(24,70,52,.06)}.steps b{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--mint);color:var(--green);font-size:20px}.steps h3{font-size:22px}.steps p{color:var(--muted);line-height:1.6}.pricing{display:grid;grid-template-columns:1fr .8fr;gap:40px;align-items:stretch;background:var(--cream)}.price-card{background:var(--green);color:white;padding:48px;border-radius:28px;box-shadow:var(--shadow)}.price-card .eyebrow{color:#bfe6cf}.price-card p{font-size:18px;color:#d7eee1}.price-card small{display:block;line-height:1.6;color:#d7eee1}.split{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0}.split div{padding:20px;background:rgba(255,255,255,.1);border-radius:16px}.split strong{font-size:34px;display:block}.split span{font-size:13px;color:#d7eee1}.pricing img{width:100%;height:100%;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.preview{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:start;background:white}.preview aside{position:sticky;top:110px;background:var(--mint);padding:30px;border-radius:22px}.preview aside h2{font-size:36px}.preview aside p{color:var(--muted);line-height:1.55}.progress{height:8px;background:#d3e6da;border-radius:999px;overflow:hidden;margin:24px 0}.progress span{display:block;width:20%;height:100%;background:var(--green2);transition:.3s}.preview ol{list-style:none;padding:0;margin:0}.preview li{padding:11px 0;color:#789086;font-weight:700}.preview li.active{color:var(--green)}form{background:white;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow)}.form-step{display:none}.form-step.active{display:block}.form-step h3{font-family:Georgia,serif;font-size:34px;margin:0 0 26px}.form-step h4{margin:30px 0 16px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.field label{font-weight:750;font-size:14px}.field input,.field select,.field textarea{width:100%;border:1px solid #ccd9d2;border-radius:11px;padding:13px;background:#fff;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green2);box-shadow:0 0 0 3px rgba(31,122,85,.12)}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.inline{display:flex;gap:10px}.inline input{flex:1}.map{height:230px;border-radius:16px;background:radial-gradient(circle at 30% 30%,#cde8d6,#eaf5ef 45%,#d7e7df);display:grid;place-items:center;margin:12px 0 22px;border:1px solid #cbded3}.map div{text-align:center}.map span{display:block;font-size:38px}.map small{display:block;color:var(--muted);margin-top:5px}.choice-row,.declarations{display:grid;gap:12px}.choice-row label,.declarations label{padding:13px 15px;border:1px solid var(--line);border-radius:12px;background:#fcfefc}.upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.upload{border:1px dashed #9fbaab;border-radius:14px;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;background:#fbfefc}.upload span{font-size:28px}.upload small{color:var(--muted);margin-top:4px}.text-button{border:0;background:none;color:var(--green2);font-weight:800;cursor:pointer}.review-box{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.review-box div{padding:16px;border:1px solid var(--line);border-radius:12px}.review-box small{display:block;color:var(--muted);margin-bottom:4px}.notice{margin-top:24px;background:#fff7dd;border:1px solid #ead49a;border-radius:14px;padding:18px}.notice p{margin-bottom:0}.form-controls{display:flex;justify-content:space-between;margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}footer{padding:48px clamp(24px,7vw,110px);background:#0b3d2b;color:white;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}footer p{color:#cde5d7}footer>small{color:#a9cbbb}
@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-photo{min-height:420px}.trust-strip{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.pricing{grid-template-columns:1fr}.pricing img{height:300px}.preview{grid-template-columns:1fr}.preview aside{position:static}.grid.three,.grid.two{grid-template-columns:1fr}.upload-grid{grid-template-columns:1fr}.review-box{grid-template-columns:1fr}footer{grid-template-columns:1fr}}
@media(max-width:560px){.site-header{padding:0 18px}.pill{display:none}.hero-copy{padding:54px 22px}.hero-photo{min-height:330px}.ticks{grid-template-columns:1fr}.trust-strip{grid-template-columns:1fr}.section{padding:65px 20px}form{padding:24px 18px}.inline{flex-direction:column}.hero-actions{flex-direction:column}.button{text-align:center}}

.regulation-banner{background:#164c3b;color:#fff;padding:11px 20px;text-align:center;font-size:.92rem;line-height:1.4}
.regulation-banner strong,.regulation-banner span{display:block}
.regulation-banner span{opacity:.93}
.preview-fixture-warning{display:block;background:#fff0c2;border:2px solid #9b5c00;border-radius:12px;padding:12px;color:#5c3500}.preview-fixture-journey{position:sticky;top:0;z-index:50;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;background:#7a2e00;color:#fff;padding:.75rem 1rem;text-align:center}.preview-fixture-journey[hidden],.preview-fixture-warning[hidden]{display:none}
.vet-start-note{margin:-.25rem 0 1.2rem;color:#547167;font-weight:700}
.sample-section{display:grid;grid-template-columns:1.4fr .8fr;gap:2rem;align-items:center;background:#f5faf7}
.sample-copy h2{margin:.35rem 0 .8rem}
.sample-warning{font-size:.9rem;color:#6b746f}
.sample-card{background:#fff;border:1px solid #d9e7e0;border-radius:24px;padding:2rem;box-shadow:0 12px 34px rgba(17,73,55,.08)}
.sample-card ul{padding-left:1.2rem;line-height:1.8}
.partner-panel{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.partner-panel>div{background:#eef6f2;border:1px solid #d8e8e0;border-radius:24px;padding:2rem}
@media(max-width:800px){.sample-section,.partner-panel{grid-template-columns:1fr}.site-header nav{display:none}}
