/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}}:root{--teal:#20b7b3;--teal-dark:#087d7a;--teal-soft:#def5f2;--ink:#082f34;--muted:#60777a;--paper:#f7fbfa;--white:#fff;--coral:#ee5f63;--yellow:#f5ca44;--line:#d9e8e6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1180px,100% - 48px);margin-inline:auto}.preview-ribbon{background:var(--ink);color:#d8f9f6;text-align:center;letter-spacing:.14em;text-transform:uppercase;padding:7px 16px;font-size:11px;font-weight:800}.nav{justify-content:space-between;align-items:center;gap:32px;height:96px;display:flex}.brand img{width:270px;height:auto;display:block}.nav-links{color:#365a5d;align-items:center;gap:32px;font-size:14px;font-weight:700;display:flex}.nav-links a:hover,.text-link:hover{color:var(--teal-dark)}.button{background:var(--teal);min-height:58px;color:var(--white);border:0;border-radius:16px;justify-content:center;align-items:center;gap:16px;padding:0 26px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 16px 30px #20b7b338}.button:hover{background:var(--teal-dark);transform:translateY(-2px)}.button-small{border-radius:13px;min-height:46px;padding:0 20px;font-size:13px}.hero{grid-template-columns:1.02fr .98fr;align-items:center;gap:46px;min-height:690px;padding-block:46px 76px;display:grid}.hero-copy{z-index:2;position:relative}.kicker{color:var(--teal-dark);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:12px;font-size:13px;font-weight:800;display:flex}.kicker span{background:var(--coral);border-radius:99px;width:34px;height:3px}h1{letter-spacing:-.055em;max-width:680px;margin:24px 0;font-size:clamp(48px,5.6vw,76px);line-height:.98}h1 em{color:var(--teal-dark);white-space:nowrap;font-style:normal;position:relative}h1 em:after{content:"";background:var(--yellow);z-index:-1;border-radius:50%;height:10px;position:absolute;bottom:-8px;left:3px;right:0;transform:rotate(-1.5deg)scaleY(.38)}.hero-text{max-width:610px;color:var(--muted);margin:0;font-size:19px;line-height:1.75}.hero-actions{align-items:center;gap:30px;margin-top:34px;display:flex}.text-link{color:#244d50;align-items:center;gap:12px;font-size:14px;font-weight:800;display:inline-flex}.play{background:var(--white);width:42px;height:42px;color:var(--coral);border:1px solid var(--line);border-radius:50%;place-items:center;padding-left:2px;display:grid;box-shadow:0 8px 24px #082f3414}.care-row{align-items:center;gap:18px;margin-top:44px}.care-faces,.care-row{display:flex}.care-faces span{border:3px solid var(--paper);background:var(--teal-soft);width:42px;height:42px;color:var(--teal-dark);border-radius:50%;place-items:center;margin-left:-8px;font-size:10px;font-weight:900;display:grid}.care-faces span:first-child{color:#8b4728;background:#ffd9c7;margin-left:0}.care-faces span:last-child{color:#465a9d;background:#dce4ff}.care-row p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.care-row strong{color:var(--ink);font-size:13px}.phone-stage{isolation:isolate;place-items:center;min-height:640px;display:grid;position:relative}.phone-stage:before{content:"";z-index:-3;background:linear-gradient(145deg,#d7f4ef,#a9e2dd);border-radius:42% 58% 60% 40%/45% 36% 64% 55%;width:520px;height:520px;position:absolute;transform:rotate(-8deg)}.orbit{z-index:-2;border:1px solid #087d7a2e;border-radius:50%;position:absolute}.orbit-one{width:590px;height:350px;transform:rotate(27deg)}.orbit-two{width:520px;height:450px;transform:rotate(-22deg)}.phone{background:#082f34;border-radius:47px;width:314px;height:618px;padding:10px;transform:rotate(3deg);box-shadow:0 42px 70px #082f3440}.phone-speaker{background:var(--ink);z-index:5;border-radius:0 0 14px 14px;width:80px;height:18px;margin:10px 0 0 107px;position:absolute}.phone-screen{background:#f8fbfb;border-radius:38px;height:100%;padding:26px 17px 18px;overflow:hidden}.app-topbar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.mini-brand{color:var(--teal-dark);letter-spacing:-.02em;align-items:center;gap:7px;font-size:11px;font-weight:900;display:inline-flex}.clock-mark{width:32px;height:32px;color:var(--teal);border:3px solid;border-radius:50%;flex:0 0 32px;place-items:center;display:inline-grid;position:relative}.clock-mark:before{content:"";transform-origin:bottom;width:2px;height:9px;top:6px;transform:rotate(35deg)}.clock-mark span,.clock-mark:before{background:currentColor;position:absolute}.clock-mark span{width:8px;height:2px;transform:translate(2px,2px)}.profile-dot{color:#94553a;background:#ffdac9;border-radius:50%;place-items:center;width:31px;height:31px;font-size:9px;font-weight:900;display:grid}.eyebrow{color:var(--teal-dark);letter-spacing:.13em;text-transform:uppercase;margin:0 0 13px;font-size:12px;font-weight:900}.app-eyebrow{margin-bottom:4px;font-size:8px}.phone h3{letter-spacing:-.04em;margin:0 0 16px;font-size:23px}.medicine-card{background:var(--white);border-radius:18px;align-items:center;gap:13px;padding:14px;display:flex;box-shadow:0 10px 25px #082f3414}.medicine-icon{color:#b08100;background:#fff1bd;border-radius:15px;place-items:center;width:54px;height:54px;font-size:29px;display:grid;transform:rotate(40deg)}.medicine-card div:last-child{flex-direction:column;gap:2px;display:flex}.medicine-card small{color:var(--coral);letter-spacing:.08em;font-size:7px;font-weight:900}.medicine-card strong{font-size:14px}.medicine-card span{color:var(--muted);font-size:9px}.taken-button{background:var(--teal);color:#fff;border:0;border-radius:13px;width:100%;margin:12px 0 23px;padding:12px;font-size:11px;font-weight:900}.app-section-title{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.app-section-title strong{font-size:11px}.app-section-title span{color:var(--teal-dark);font-size:7px;font-weight:800}.vital-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.vital-grid>div{background:#eaf7f5;border-radius:14px;grid-template-rows:auto auto;grid-template-columns:32px 1fr;align-items:center;padding:10px;display:grid}.vital-grid>div>span{width:26px;height:26px;color:var(--coral);background:#fff;border-radius:50%;grid-row:1/3;place-items:center;display:grid}.vital-grid small{color:var(--muted);font-size:7px}.vital-grid strong{font-size:13px}.family-strip{background:var(--white);border:1px solid #e5efee;border-radius:15px;align-items:center;margin-top:12px;padding:12px;display:flex}.family-strip>span{background:#ffe0ce;border:2px solid #fff;border-radius:50%;place-items:center;width:26px;height:26px;margin-left:-6px;font-size:6px;font-weight:900;display:grid}.family-strip>span:first-child{margin-left:0}.family-strip .pet{color:#4d6a26;background:#d8ecbd}.family-strip div{flex-direction:column;margin-left:9px;display:flex}.family-strip strong{font-size:8px}.family-strip small{color:var(--muted);font-size:6px}.floating-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:4;background:#fffffff2;border-radius:16px;align-items:center;gap:10px;padding:13px 15px;display:flex;position:absolute;box-shadow:0 16px 35px #082f3429}.floating-card>span{border-radius:10px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.floating-card div{flex-direction:column;gap:2px;display:flex}.floating-card strong{font-size:10px}.floating-card small{color:var(--muted);font-size:7px}.floating-alarm{top:135px;left:4px}.floating-report{bottom:120px;right:-10px}.ring-icon{color:var(--coral);background:#ffe8e7}.report-icon{color:var(--teal-dark);background:#def5f2}.trust-bar{background:var(--white);border-block:1px solid var(--line)}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-grid div{border-left:1px solid var(--line);flex-direction:column;gap:4px;padding:27px 30px;display:flex}.trust-grid div:last-child{border-right:1px solid var(--line)}.trust-grid strong{font-size:14px}.trust-grid span{color:var(--muted);font-size:11px}.section{padding-block:115px}.section-heading{grid-template-columns:1.4fr .6fr;align-items:end;gap:80px;margin-bottom:52px;display:grid}.cta-section h2,.family h2,.how h2,.section-heading h2{letter-spacing:-.045em;margin:0;font-size:clamp(36px,4vw,54px);line-height:1.08}.family-copy>p,.how-copy>p:last-child,.section-heading>p{color:var(--muted);margin:0;line-height:1.75}.feature-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.feature-card{background:var(--white);border:1px solid var(--line);border-radius:24px;min-height:300px;padding:28px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-6px);box-shadow:0 24px 45px #082f341a}.feature-number{background:var(--teal-soft);width:42px;height:42px;color:var(--teal-dark);border-radius:13px;place-items:center;font-size:11px;font-weight:900;display:inline-grid}.feature-card:nth-child(2) .feature-number{color:#866500;background:#fff1bd}.feature-card:nth-child(3) .feature-number{color:#a64245;background:#ffe1df}.feature-card:nth-child(4) .feature-number{color:#495ba1;background:#e3e8ff}.feature-card h3{letter-spacing:-.025em;margin:46px 0 14px;font-size:20px;line-height:1.25}.feature-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.feature-arrow{color:var(--teal-dark);font-size:22px;position:absolute;bottom:22px;right:25px}.how{background:var(--ink);color:#fff}.how-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:115px;display:grid}.eyebrow.light{color:#8de0db}.how-copy>p:last-child{color:#a9c0c1;margin-top:24px}.steps{border-top:1px solid #ffffff2e}.step{border-bottom:1px solid #ffffff2e;grid-template-columns:48px 1fr;gap:20px;padding:30px 0;display:grid}.step>span{background:var(--teal);border-radius:50%;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.step h3{margin:0 0 7px;font-size:18px}.step p{color:#a9c0c1;margin:0;font-size:13px;line-height:1.6}.family{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.family-visual{place-items:center;min-height:490px;display:grid;position:relative}.family-halo{background:var(--teal-soft);border-radius:45% 55% 47% 53%;width:400px;height:400px;position:absolute;transform:rotate(12deg)}.profile-card{background:#fff;border-radius:20px;align-items:center;gap:15px;min-width:280px;padding:18px;display:flex;position:absolute;box-shadow:0 18px 38px #082f341f}.profile-card>div{flex-direction:column;flex:1;gap:3px;display:flex}.profile-card small{color:var(--muted);font-size:10px}.profile-card b{background:var(--teal);color:#fff;border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.avatar{border-radius:50%;place-items:center;width:48px;height:48px;font-size:14px;font-weight:900;display:grid}.avatar-mother{color:#8a4a2b;background:#ffddca}.avatar-child{color:#4c5c99;background:#dfe6ff}.avatar-pet{color:#4b6c28;background:#dcecc8}.main-profile{z-index:3;transform:translate(-20px,-20px)}.child-profile{z-index:2;transform:translate(80px,110px)rotate(3deg)}.pet-profile{z-index:2;transform:translate(-105px,-145px)rotate(-4deg)}.family-copy>p{margin-top:22px;font-size:16px}.family-copy ul{gap:14px;margin:28px 0 0;padding:0;list-style:none;display:grid}.family-copy li{align-items:center;gap:12px;font-size:13px;font-weight:700;display:flex}.family-copy li span{background:var(--teal-soft);width:24px;height:24px;color:var(--teal-dark);border-radius:50%;place-items:center;display:grid}.cta-section{color:#fff;background:linear-gradient(125deg,#087d7a,#20b7b3);border-radius:34px;grid-template-columns:1fr 1fr;align-items:center;gap:70px;margin-bottom:90px;padding:70px;display:grid;box-shadow:0 28px 55px #087d7a38}.cta-copy>p:last-child{color:#d7f6f3;margin:20px 0 0}.interest-form{background:#ffffff1f;border:1px solid #fff3;border-radius:24px;padding:26px}.interest-form label{margin-bottom:10px;font-size:11px;font-weight:800;display:block}.interest-form>div{gap:8px;display:flex}.interest-form input{min-width:0;height:52px;color:var(--ink);border:0;border-radius:12px;outline:none;flex:1;padding:0 15px}.interest-form button{background:var(--ink);color:#fff;border:0;border-radius:12px;min-width:140px;font-size:12px;font-weight:900}.interest-form small{color:#d7f6f3;margin-top:10px;font-size:8px;display:block}footer{color:#fff;background:#052428}.footer-grid{grid-template-columns:1fr auto auto;align-items:center;gap:40px;min-height:150px;display:grid}.footer-grid>p,.footer-grid>span{color:#9bb5b6;font-size:11px}.footer-grid>p{font-weight:700}.footer-brand{align-items:center;gap:12px;display:flex}.footer-brand>div{flex-direction:column;display:flex}.footer-brand strong{font-size:16px;font-style:italic}.footer-brand span{letter-spacing:.25em;font-size:8px}@media (max-width:980px){.nav-links{display:none}.hero{text-align:center;grid-template-columns:1fr;padding-top:70px}.hero-copy{flex-direction:column;align-items:center;display:flex}.hero-text{max-width:700px}.phone-stage{margin-top:20px}.cta-section,.family,.how-grid,.section-heading{grid-template-columns:1fr}.feature-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.how-grid{gap:60px}.family{gap:50px}.cta-section{gap:40px}.footer-grid{grid-template-columns:1fr;gap:12px;padding-block:38px}}@media (max-width:640px){.shell{width:min(100% - 30px,1180px)}.nav{height:78px}.brand img{width:205px}.nav .button{display:none}.hero{gap:15px;min-height:0;padding-block:58px 70px}h1{font-size:46px}.hero-text{font-size:16px;line-height:1.65}.hero-actions{flex-direction:column;gap:18px}.care-row{text-align:left;margin-top:34px}.phone-stage{min-height:610px;margin-inline:-25px;transform:scale(.88)}.floating-alarm{left:-10px}.floating-report{right:-12px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid div{padding:20px 14px}.section{padding-block:80px}.section-heading{gap:22px;margin-bottom:35px}.cta-section h2,.family h2,.how h2,.section-heading h2{font-size:37px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:250px}.how-grid{gap:40px}.step{grid-template-columns:40px 1fr;gap:14px}.family-visual{min-height:430px;margin-inline:-30px;transform:scale(.85)}.cta-section{border-radius:26px;margin-bottom:50px;padding:42px 24px}.interest-form{padding:16px}.interest-form>div{flex-direction:column}.interest-form button{height:50px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important}}