:root{--navy:#0b2f63;--dark:#071f43;--red:#c4002f;--cream:#f7f3ec;--ink:#15233b;--muted:#65748a;--line:#dce2e9;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Manrope,Arial,sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}img{max-width:100%}.topbar{background:var(--navy);color:#fff;text-align:center;padding:8px;font-size:11px;letter-spacing:.1em}.site-header{height:88px;display:flex;align-items:center;gap:38px;padding:0 max(4vw,28px);border-bottom:1px solid #e7ebef;background:#fff;position:sticky;top:0;z-index:30}.brand{margin-right:auto}.brand img{display:block;width:128px;height:66px;object-fit:contain}.main-nav{display:flex;gap:28px;font-size:14px;font-weight:800}.main-nav a:hover,.plain-link:hover{color:var(--red)}.header-actions{display:flex;gap:18px;align-items:center}.plain-link{font-size:14px;font-weight:800}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;background:var(--red);color:#fff;padding:15px 23px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px #c4002f24}.button.small{font-size:13px;padding:12px 17px}.button.light{background:#fff;color:var(--navy);box-shadow:none}.button.wide{width:100%;margin-top:8px}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;background:var(--navy);margin:5px}.eyebrow,.mini-label{font-size:11px;letter-spacing:.15em;font-weight:900;color:var(--red)}h1,h2{font-family:Merriweather,Georgia,serif;color:var(--dark);letter-spacing:-.025em}h1{font-size:clamp(44px,5vw,74px);line-height:1.08;margin:18px 0 24px}h1 em{color:var(--red);font-style:normal}h2{font-size:clamp(30px,3vw,44px);line-height:1.2}h3{color:var(--dark)}.hero{min-height:650px;padding:75px max(6vw,40px);display:grid;grid-template-columns:1.08fr .92fr;align-items:center;background:linear-gradient(100deg,#fff 0 54%,var(--cream) 54%)}.hero-copy{max-width:670px}.lead{max-width:620px;color:var(--muted);font-size:18px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:28px;margin:32px 0}.text-link{color:var(--navy);font-weight:800;font-size:14px}.trust{display:flex;flex-wrap:wrap;gap:23px;color:#50617a;font-size:12px;font-weight:800}.hero-art{height:500px;display:grid;place-items:center;position:relative}.hero-art:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;border:55px solid #c4002f10}.seal-card{width:360px;height:430px;background:#fff;border-radius:190px 190px 24px 24px;display:grid;place-items:center;box-shadow:0 25px 65px #08244a24;position:relative}.seal-card>img{width:305px}.verified{position:absolute;bottom:22px;left:-35px;background:#fff;padding:12px 17px;border-radius:10px;box-shadow:0 10px 28px #08244a2a;display:flex;align-items:center;gap:10px}.verified b{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#e6f5ec;color:#17864a}.verified span{display:flex;flex-direction:column}.verified small{color:var(--muted)}.verify-band{padding:30px max(6vw,40px);background:var(--dark);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px}.verify-band h2{font:700 24px Merriweather;color:#fff;margin:6px 0}.verify-band form{width:min(590px,52%);display:flex;background:#fff;border-radius:8px;padding:6px}.verify-band input{flex:1;border:0;outline:0;padding:13px}.verify-band button{border:0;border-radius:5px;background:var(--red);color:#fff;padding:0 22px;font-weight:800}.section{padding:100px max(6vw,40px)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:42px}.section-head h2{max-width:680px}.section-head>p{max-width:420px;color:var(--muted);line-height:1.7}.red{color:var(--red)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card-grid article{padding:34px;border:1px solid var(--line);border-top:4px solid var(--red);border-radius:12px}.icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#edf2f7;color:var(--navy);font-size:24px;margin-bottom:25px}.tag{font-size:10px;font-weight:900;letter-spacing:.1em;color:var(--red)}.card-grid p{color:var(--muted);line-height:1.65}.card-grid a{display:inline-block;margin-top:17px;font-size:13px;font-weight:900;color:var(--navy)}.steps{padding:85px max(6vw,40px);background:var(--navy);color:#fff;display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}.steps h2,.steps h3{color:#fff}.steps>div>p,.step-list p{color:#bdcbde;line-height:1.7}.step-list{border-left:1px solid #ffffff2c}.step-list>div{display:flex;gap:28px;padding:23px 34px;border-bottom:1px solid #ffffff22}.step-list b{color:#ff6084;font-size:13px}.step-list h3{margin:0 0 7px}.step-list p{margin:0}.resources{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.resource-art{min-height:420px;background:var(--cream);border-radius:18px;display:grid;place-items:center}.resource-art img{width:270px}.resources>div>p{color:var(--muted);line-height:1.75}.resources ul{list-style:none;padding:0}.resources li{padding:9px 0;font-weight:700}.resources li:before{content:"✓";color:var(--red);margin-right:11px}.cta{margin:70px max(6vw,40px);padding:45px 55px;background:var(--red);color:#fff;border-radius:17px;display:flex;align-items:center;gap:34px}.cta>img{width:112px}.cta h2{color:#fff;margin:8px 0}.cta p{margin:0;color:#ffe0e7}.cta .button{margin-left:auto;white-space:nowrap}.site-footer{background:#071d3d;color:#fff;padding:62px max(6vw,40px) 28px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:55px}.footer-grid>div{display:flex;flex-direction:column;gap:11px}.footer-logo{width:130px;filter:brightness(0) invert(1)}.footer-grid p,.footer-grid a{color:#a9b8cc;font-size:13px;line-height:1.65}.footer-grid h3{color:#fff}.footer-legal{border-top:1px solid #ffffff18;margin-top:45px;padding-top:24px;display:flex;justify-content:space-between;gap:35px;color:#8fa1b9;font-size:11px;line-height:1.6}.footer-legal p{max-width:900px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.auth-page{min-height:760px;display:grid;grid-template-columns:44% 56%}.auth-side{background:var(--navy);padding:45px 6vw;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.auth-side>img{width:150px;filter:brightness(0) invert(1)}.auth-side h1{font-size:46px;color:#fff}.auth-side p{max-width:500px;line-height:1.7;color:#c3d0e1}.auth-panel{display:grid;place-items:center;background:#faf9f6;padding:45px}.auth-box{width:min(460px,100%);text-align:center}.auth-seal{width:85px}.auth-box h2{font-size:34px;margin-bottom:7px}.auth-box>p{color:var(--muted)}form label{display:block;text-align:left;font-size:13px;font-weight:800;margin:17px 0}form label small{float:right;color:var(--muted);font-weight:500}input,select,textarea{width:100%;border:1px solid #d4dce5;background:#fff;border-radius:7px;padding:13px;margin-top:7px;outline:0}input:focus,select:focus,textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #0b2f6310}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.switch{font-size:13px;margin-top:24px!important}.switch a{color:var(--red);font-weight:800}.terms{display:block;color:#8a97a8;line-height:1.5}.alert{border-radius:7px;padding:13px 16px;margin:16px 0;font-size:13px;text-align:left}.alert.error{background:#fde8ed;color:#981332}.alert.success{background:#e6f5ec;color:#157344}
.account-shell{min-height:700px;background:#f5f7f9;display:grid;grid-template-columns:240px 1fr}.account-nav{background:#fff;border-right:1px solid var(--line);padding:38px 25px;display:flex;flex-direction:column;gap:7px}.account-nav h2{font:700 23px Merriweather;margin:0 0 18px}.account-nav a{padding:12px 14px;border-radius:7px;font-size:13px;font-weight:800;color:#53637a}.account-nav a.active,.account-nav a:hover{background:#eaf0f7;color:var(--navy)}.account-content{padding:55px max(4vw,35px)}.account-heading{display:flex;justify-content:space-between;align-items:center;gap:30px}.account-heading h1{font-size:43px;margin:9px 0}.account-heading p{color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:32px 0}.stat-grid article,.panel{background:#fff;border:1px solid #e3e7ec;border-radius:12px;padding:25px}.stat-grid span{font-size:12px;color:var(--muted);font-weight:800}.stat-grid strong{display:block;font-size:27px;color:var(--navy);margin-top:9px}.panel{margin-top:22px}.panel h2{font-size:25px}.panel-title{display:flex;justify-content:space-between;align-items:center}.panel-title a{font-size:13px;color:var(--red);font-weight:800}.empty{text-align:center;padding:35px}.empty img{width:90px}.empty p{color:var(--muted)}.pet-list article{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}.pet-list article:last-child{border:0}.pet-avatar,.pet-photo{width:58px;height:58px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:23px;font-weight:900}.pet-list h3{margin:0 0 4px}.pet-list p{margin:0;color:var(--muted);font-size:12px}.pet-list article>a{margin-left:auto;color:var(--red);font-size:13px;font-weight:800}.form-panel{max-width:780px}.form-actions{display:flex;align-items:center;gap:20px}.form-actions a{color:var(--muted);font-weight:700}
.verify-page,.content-page{min-height:650px}.verify-hero,.content-hero{text-align:center;padding:80px 25px;background:var(--cream)}.verify-hero h1,.content-hero h1{font-size:50px;max-width:900px;margin:15px auto}.verify-hero p,.content-hero p{color:var(--muted)}.verify-hero form{display:flex;gap:10px;max-width:590px;margin:28px auto 0}.verification-result{padding:55px 25px;text-align:center}.valid-badge{display:inline-block;padding:8px 15px;background:#e5f4eb;color:#147543;border-radius:20px;font-size:12px;font-weight:900;margin-bottom:18px}.id-card{max-width:680px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 18px 50px #08244a18;overflow:hidden;text-align:left}.id-card-head{background:var(--navy);color:#fff;padding:15px 22px;display:flex;align-items:center;justify-content:space-between;font-weight:800}.id-card-head img{width:105px;filter:brightness(0) invert(1)}.id-card-body{display:grid;grid-template-columns:180px 1fr;gap:28px;padding:28px}.id-card-body>img{width:180px;height:180px;object-fit:contain;border-radius:10px;background:var(--cream)}.id-card-body h2{font-size:31px;margin:8px 0}.id-card-body p{margin:8px 0;color:var(--muted)}.id-card-note{padding:15px 22px;background:#f4f6f8;color:var(--muted);font-size:11px}.not-found{max-width:600px;margin:auto;padding:35px;border:1px solid #f0cad4;background:#fff7f9;border-radius:12px}.article-grid{padding:70px max(6vw,40px);display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-grid article{border:1px solid var(--line);border-radius:12px;padding:30px}.article-grid h2{font-size:26px}.article-grid p,.article-grid li{color:var(--muted);line-height:1.7}.official-links{padding:60px max(6vw,40px);background:var(--navy);color:#fff;display:flex;flex-direction:column;gap:14px}.official-links h2{color:#fff}.official-links a{font-weight:800}.legal-page{max-width:900px;margin:auto;padding:80px 30px}.legal-page h1{font-size:50px}.legal-page p{color:var(--muted);line-height:1.8}.not-found-page{text-align:center;padding:100px 25px}.not-found-page img{width:120px}.not-found-page h1{font-size:48px}
@media(max-width:960px){.main-nav{display:none;position:absolute;top:88px;left:0;right:0;background:#fff;padding:20px;box-shadow:0 15px 25px #0001;flex-direction:column}.main-nav.open{display:flex}.menu-toggle{display:block}.hero,.steps,.resources,.auth-page{grid-template-columns:1fr}.hero{background:#fff}.card-grid,.article-grid{grid-template-columns:1fr}.auth-side{display:none}.account-shell{grid-template-columns:1fr}.account-nav{flex-direction:row;overflow:auto;padding:15px 20px;border-right:0}.account-nav h2{display:none}.footer-grid{grid-template-columns:1fr 1fr}.section-head{align-items:start;flex-direction:column}.cta{align-items:flex-start;flex-direction:column}.cta .button{margin-left:0}}@media(max-width:640px){.site-header{height:72px;padding:0 18px}.brand img{width:100px}.header-actions .plain-link{display:none}.main-nav{top:72px}.hero{padding:52px 22px}.hero h1{font-size:42px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-art{height:390px}.seal-card{width:275px;height:335px}.seal-card>img{width:235px}.verify-band{padding:28px 22px;flex-direction:column;align-items:stretch}.verify-band form{width:100%}.section,.steps{padding:70px 22px}.cta{margin:45px 18px;padding:35px 24px}.footer-grid{grid-template-columns:1fr}.footer-legal{flex-direction:column}.form-row,.stat-grid,.id-card-body{grid-template-columns:1fr}.account-content{padding:35px 18px}.account-heading{align-items:flex-start;flex-direction:column}.account-heading h1{font-size:36px}.verify-hero h1,.content-hero h1{font-size:39px}.verify-hero form{flex-direction:column}.id-card-body>img{width:140px;height:140px}.article-grid{padding:50px 20px}}
