:root{--navy:#0e1b2d;--navy2:#172d49;--navy3:#223b5d;--cream:#f5f1e8;--paper:#fff;--gold:#cfad63;--gold2:#ead7a7;--ink:#152033;--muted:#6f7887;--line:#e5ded2;--green:#177a5c;--red:#b44747;--blue:#466a9f;--shadow:0 16px 40px rgba(15,28,46,.08)}*{box-sizing:border-box}body,html{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button:disabled{opacity:.55;cursor:not-allowed}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#0e1b2d,#0b1625);color:white;padding:22px 18px;position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;z-index:20}.brand{display:flex;gap:12px;align-items:center;margin-bottom:26px}.brandMark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--gold),#f3dfaa);display:grid;place-items:center;color:var(--navy);font-weight:900;box-shadow:0 8px 22px rgba(207,173,99,.18)}.brandMark.large{width:58px;height:58px;border-radius:17px;font-size:19px;margin-bottom:18px}.brand b{display:block;font-size:14px}.brand small{display:block;color:#aeb8c7;margin-top:3px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar nav{display:grid;grid-gap:7px;gap:7px}.settingsLink,.sidebar nav a{padding:10px 12px;border-radius:10px;color:#dbe2ee;font-size:14px;transition:.18s ease}.settingsLink:hover,.sidebar nav a.active,.sidebar nav a:hover{background:var(--navy2);color:#fff;transform:translateX(2px)}.sidebarBottom{margin-top:auto}.settingsLink{display:block;border-top:1px solid #2b3d57;padding-top:16px}.userMini{margin-top:14px;padding-top:12px;border-top:1px solid #21344f;display:grid;grid-gap:7px;gap:7px}.userMini span{font-size:11px;color:#91a0b4;overflow:hidden;text-overflow:ellipsis}.userMini button{background:none;border:0;color:#d6deea;text-align:left;padding:0;font-size:12px;cursor:pointer}.main{padding:28px;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--gold);font-weight:900}.eyebrow.light{color:#e6cb8b}h1{font-size:32px;letter-spacing:-.035em;margin:4px 0 0;line-height:1.05}h2,h3{letter-spacing:-.02em}.sub{color:var(--muted);margin-top:7px}.actions{display:flex;gap:10px;flex-wrap:wrap}.btn{border:0;border-radius:10px;padding:10px 14px;font-weight:850;cursor:pointer;transition:.16s ease}.btn:hover{transform:translateY(-1px)}.btnGold{background:var(--gold);color:var(--navy)}.btnGhost{background:white;border:1px solid var(--line)}.btnDanger{background:#fff0f0;color:var(--red);border:1px solid #f1cece}.btn.wide{width:100%;margin-top:16px}.grid{display:grid;grid-gap:16px;gap:16px}.grid4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:18px}.kpi .label{color:var(--muted);font-size:13px}.kpi .value{font-size:29px;font-weight:900;margin-top:8px}.kpi .tiny{font-size:11px;color:var(--muted);margin-top:5px}.sectionTitle{display:flex;justify-content:space-between;align-items:center;margin:28px 0 12px}.sectionTitle h2{margin:0;font-size:18px}.tableWrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:10px 8px;border-bottom:1px solid var(--line);white-space:nowrap}.table td{padding:12px 8px;border-bottom:1px solid #f0ece4;font-size:14px;vertical-align:middle}.table tr:last-child td{border-bottom:0}.table .rowActions{display:flex;gap:7px;justify-content:flex-end}.tableBtn{border:1px solid var(--line);background:white;border-radius:8px;padding:6px 9px;font-weight:750;font-size:12px;cursor:pointer}.status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:850;text-transform:capitalize}.available,.complete{background:#e7f5ef;color:var(--green)}.reserved,.upcoming{background:#f9f0d9;color:#856719}.archived,.sold{background:#eceef2;color:#596273}.keeper{background:#ece6f8;color:#664b9a}.overdue{background:#fde9e9;color:#a13a3a}.puppyGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.puppyCard{overflow:hidden;padding:0;transition:.18s ease}.puppyCard:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(15,28,46,.12)}.puppyPhoto{aspect-ratio:4/3;background:linear-gradient(135deg,#d7cebc,#f1ebdf);display:grid;place-items:center;color:#857966;font-weight:800;overflow:hidden}.puppyPhoto img{width:100%;height:100%;object-fit:cover}.puppyBody{padding:16px}.puppyMeta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;margin-top:8px}.profileHead{display:grid;grid-template-columns:180px 1fr;grid-gap:22px;gap:22px;align-items:center}.profilePhoto{width:180px;height:180px;border-radius:20px;background:linear-gradient(135deg,#d7cebc,#f1ebdf);display:grid;place-items:center;color:#857966;font-weight:800;overflow:hidden;position:relative}.profilePhoto img{width:100%;height:100%;object-fit:cover}.profilePhoto label{position:absolute;bottom:10px;left:10px;right:10px;background:rgba(14,27,45,.82);color:white;padding:8px 10px;border-radius:9px;text-align:center;font-size:11px;cursor:pointer}.metaGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:16px}.metaItem{background:#fbfaf7;border:1px solid var(--line);border-radius:12px;padding:12px}.metaItem .k{font-size:11px;color:var(--muted)}.metaItem .v{font-weight:850;margin-top:4px;word-break:break-word}.formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.formGrid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field label{display:block;font-size:12px;font-weight:850;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink);outline:none}.field textarea{min-height:90px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#bca05e;box-shadow:0 0 0 3px rgba(207,173,99,.14)}.field.full{grid-column:1/-1}.helper{font-size:11px;color:var(--muted);margin-top:5px}.dashboardHero{position:relative;overflow:hidden;min-height:230px;border-radius:22px;padding:30px 32px;background:linear-gradient(125deg,#102038,#183452 62%,#203d5d);color:white;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;box-shadow:0 18px 44px rgba(15,28,46,.18);margin-bottom:20px}.dashboardHero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 10%,rgba(255,255,255,.08),transparent 25%),linear-gradient(90deg,transparent,rgba(255,255,255,.025));pointer-events:none}.heroCopy{position:relative;z-index:2}.heroCopy h1{font-size:43px;margin:5px 0 10px}.heroCopy p{max-width:650px;color:#dbe5ef;line-height:1.55;margin:0}.heroActions{display:flex;align-items:center;gap:15px;margin-top:20px;flex-wrap:wrap}.heroStat{font-size:12px;color:#c8d5e4}.heroArt{align-self:stretch;display:grid;place-items:center;opacity:.94}.heroArt svg{width:100%;max-width:430px;height:100%}.reportSheet{background:white;max-width:900px;margin:0 auto;padding:34px;border:1px solid var(--line);box-shadow:var(--shadow)}.reportHead{display:flex;justify-content:space-between;gap:20px;border-bottom:2px solid var(--navy);padding-bottom:18px;margin-bottom:18px}.modalBackdrop{position:fixed;inset:0;background:rgba(6,14,24,.56);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:grid;place-items:center;padding:20px}.modal{background:white;border-radius:18px;width:min(580px,100%);max-height:90vh;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.25);display:flex;flex-direction:column}.modalWide{width:min(840px,100%)}.modalHead{padding:20px 22px 12px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line)}.modalHead h2{margin:4px 0 0}.modalBody{padding:20px 22px;overflow:auto}.modalFoot{padding:14px 22px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px}.iconBtn{width:34px;height:34px;border:1px solid var(--line);background:white;border-radius:10px;font-size:22px;line-height:1;cursor:pointer}.emptyState{padding:40px 22px;text-align:center;background:white;border:1px dashed #d8cebd;border-radius:16px}.emptyIcon{width:46px;height:46px;margin:0 auto 12px;border-radius:14px;background:#f5ecd8;display:grid;place-items:center;color:#9a7a35;font-size:20px}.emptyState h3{margin:0}.emptyState p{color:var(--muted);max-width:480px;margin:7px auto 16px;line-height:1.5}.fullLoader,.onboardingPage{min-height:100vh;display:grid;place-items:center;padding:24px}.fullLoader{text-align:center;color:var(--muted)}.fullLoader .loaderMark{width:54px;height:54px;border-radius:16px;background:var(--navy);color:var(--gold2);display:grid;place-items:center;margin:0 auto;font-weight:900;animation:pulse 1.2s infinite alternate}@keyframes pulse{to{transform:scale(1.04);box-shadow:0 0 0 10px rgba(15,28,46,.05)}}.onboardingCard{width:min(520px,100%);background:white;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:var(--shadow)}.errorBox{border-radius:10px;background:#fff0f0;color:#963c3c;border:1px solid #f2cece}.errorBox,.successBox{margin-top:12px;padding:10px 12px;font-size:13px}.successBox{border-radius:10px;background:#eaf7f1;color:#256a53;border:1px solid #cbe8dc}.splitHeader{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.pillNav{display:flex;gap:8px;flex-wrap:wrap}.pillNav button{border:1px solid var(--line);background:white;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;cursor:pointer}.pillNav button.active{background:var(--navy);color:white;border-color:var(--navy)}.progressTrack{height:8px;background:#eee8dc;border-radius:99px;overflow:hidden}.progressFill{height:100%;background:linear-gradient(90deg,var(--gold),#e4c982)}.twoColLayout{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:18px;gap:18px}.stickyCard{position:-webkit-sticky;position:sticky;top:28px}@media(max-width:1050px){.grid4,.puppyGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardHero{grid-template-columns:1fr}.heroArt{display:none}.twoColLayout{grid-template-columns:1fr}}@media(max-width:900px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.sidebar nav{grid-template-columns:repeat(3,1fr)}.sidebarBottom{margin-top:16px}.main{padding:18px}.formGrid,.formGrid.three,.grid2,.metaGrid{grid-template-columns:1fr 1fr}.profileHead{grid-template-columns:1fr}.profilePhoto{width:100%;height:260px}}@media(max-width:600px){.sidebar nav{grid-template-columns:1fr 1fr}.splitHeader,.topbar{align-items:flex-start;flex-direction:column}.formGrid,.formGrid.three,.grid2,.grid3,.grid4,.metaGrid,.puppyGrid{grid-template-columns:1fr}.main{padding:14px}h1{font-size:27px}.dashboardHero{padding:24px 20px;min-height:220px}.heroCopy h1{font-size:34px}.reportSheet{padding:18px}.reportHead{flex-direction:column}.modalBackdrop{padding:8px}.modal{max-height:96vh}}@media print{.modalBackdrop,.noPrint,.sidebar{display:none!important}.shell{display:block}.main{padding:0;background:white}.reportSheet{box-shadow:none;border:0;max-width:none}}.authPage{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#fff}.authVisual{background:linear-gradient(140deg,#0d1a2c,#183553 70%,#244466);color:white;padding:38px 46px;display:flex;flex-direction:column;min-height:100vh;position:relative;overflow:hidden}.authVisual:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;border:1px solid rgba(231,206,145,.17);right:-170px;bottom:-210px;box-shadow:0 0 0 80px rgba(231,206,145,.04),0 0 0 160px rgba(231,206,145,.025)}.authVisual .brand,.authVisualCopy{position:relative;z-index:2}.authVisualCopy{margin:auto 0;max-width:660px}.authVisualCopy h1{font-size:54px;max-width:620px;margin:9px 0 18px}.authVisualCopy p{font-size:18px;line-height:1.65;color:#d4deea;max-width:620px}.authFormWrap{display:grid;place-items:center;padding:32px;background:var(--cream)}.authCard{width:min(460px,100%);background:white;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:var(--shadow)}.authSwitch{width:100%;border:0;background:transparent;color:var(--navy2);font-weight:800;margin-top:14px;cursor:pointer;padding:8px}.landing{min-height:100vh;background:linear-gradient(180deg,#f7f3eb,#f7f3eb 62%,#f2ede3);color:var(--ink)}.landingNav{width:min(100% - 40px,1500px);margin:0 auto;padding:22px 0;display:flex;justify-content:space-between;align-items:center;color:var(--navy)}.landingNav .brand{margin:0}.landingNav .btnGhost{background:#fff;border-color:#ded5c6;color:var(--navy)}.landingHero{max-width:1220px;margin:0 auto;padding:54px 28px 92px;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:56px;gap:56px;align-items:center;color:white}.landingHero h1{font-size:64px;max-width:680px;margin:10px 0 18px}.landingHero p{font-size:18px;line-height:1.65;color:#d6e0ea;max-width:680px}.landingMock{background:white;color:var(--ink);border-radius:20px;padding:18px;box-shadow:0 30px 80px rgba(0,0,0,.28);transform:rotate(1deg)}.mockTop{font-weight:900;padding:8px 4px 16px;border-bottom:1px solid var(--line)}.mockGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin:14px 0}.mockGrid div{background:#f8f5ef;border:1px solid var(--line);border-radius:10px;padding:12px}.mockGrid small{display:block;color:var(--muted);font-size:10px}.mockGrid b{display:block;margin-top:6px;font-size:20px}.mockPups{display:flex;justify-content:space-between;gap:14px;padding:13px;border:1px solid var(--line);border-radius:10px;margin-top:8px;font-size:12px}.landingFeatures{width:min(100% - 40px,1220px);margin:0 auto;padding:0 0 74px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.featureCard{background:white;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow)}.featureCard .emptyIcon{margin:0 0 15px}.featureCard h3{margin:0 0 8px}.featureCard p{color:var(--muted);line-height:1.55;margin:0}.landingFooter{width:min(100% - 40px,1220px);margin:0 auto;padding:28px 0;border-top:1px solid #ddd5c7;display:flex;justify-content:space-between;color:var(--muted);gap:18px}@media(max-width:900px){.authPage{grid-template-columns:1fr}.authVisual{min-height:auto;padding:26px}.authVisualCopy{margin:60px 0 30px}.authVisualCopy h1{font-size:40px}.landingHero{grid-template-columns:1fr;padding-top:34px}.landingHero h1{font-size:48px}.landingFeatures{grid-template-columns:1fr}.landing{background:linear-gradient(180deg,#0d1a2c 0,#142942 58%,var(--cream) 58%)}}@media(max-width:600px){.landingNav{padding:18px 16px}.landingNav .brand small{display:none}.landingHero{padding:30px 16px 70px}.landingHero h1{font-size:38px}.mockGrid{grid-template-columns:1fr 1fr}.landingFeatures{padding:0 16px 50px}.landingFooter{margin:0 16px;padding:24px 0;flex-direction:column}.authFormWrap{padding:16px}.authCard{padding:24px}}.heroDecor{position:relative;align-self:stretch;min-height:170px;overflow:hidden}.heroRing{position:absolute;border:1px solid rgba(231,206,145,.18);border-radius:50%}.heroRingOne{width:240px;height:240px;right:42px;top:-38px;box-shadow:0 0 0 42px rgba(231,206,145,.035),0 0 0 84px rgba(231,206,145,.02)}.heroRingTwo{width:110px;height:110px;right:12px;bottom:-26px;border-color:rgba(184,198,215,.18)}.heroMonogram{position:absolute;right:94px;top:50%;transform:translateY(-50%);font-size:74px;font-weight:950;letter-spacing:-.08em;color:rgba(231,206,145,.16)}.heroGrid{position:absolute;inset:18px 0 0 20px;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:28px 28px;-webkit-mask-image:linear-gradient(270deg,#000,transparent 85%);mask-image:linear-gradient(270deg,#000,transparent 85%)}.whelprBrand{gap:11px;align-items:center;margin:0}.whelprMarkWrap{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto}.whelprMarkWrap img{width:100%;height:100%;object-fit:contain;display:block}.whelprBrandText b{font-family:Georgia,Times New Roman,serif;font-size:20px;letter-spacing:-.025em;color:inherit}.whelprBrandText small{display:block;margin-top:2px;color:inherit;opacity:.66;font-size:10px;letter-spacing:.02em;max-width:190px}.sidebar .whelprBrand{margin-bottom:28px}.sidebar .whelprMarkWrap{width:38px;height:38px}.sidebar .whelprBrandText b{font-size:18px}.sidebarPromise{margin:0 0 13px;padding:13px 12px;border:1px solid rgba(234,215,167,.12);border-radius:12px;color:#c9b57f;font-family:Georgia,Times New Roman,serif;font-size:12px;line-height:1.45;background:rgba(255,255,255,.025)}.loaderWhelprMark{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(14,27,45,.14));animation:pulse 1.2s infinite alternate}.onboardingCard>.whelprBrand{margin-bottom:20px;color:var(--navy)}.onboardingCard>.whelprBrand .whelprMarkWrap{width:52px;height:52px}.whelprLanding{background:linear-gradient(180deg,#f7f3eb,#f7f3eb 56%,#f2ede3);color:var(--ink)}.whelprLanding .landingNav{max-width:1280px;color:var(--navy);padding:20px 28px}.whelprLanding .landingNav .btnGhost{background:#fff;border-color:#ded5c6;color:var(--navy)}.whelprLanding .landingNav .whelprBrandText b{font-size:22px}.whelprHeroWrap{max-width:1320px;margin:0 auto;padding:8px 28px 28px}.whelprHeroImage{overflow:hidden;border-radius:28px;box-shadow:0 28px 70px rgba(14,27,45,.14);border:1px solid rgba(176,151,93,.18);background:#f7f3eb}.whelprHeroImage img{display:block;width:100%;height:auto}.landingPitch{max-width:1220px;margin:0 auto;padding:72px 28px 52px;display:grid;grid-template-columns:1.35fr .65fr;grid-gap:56px;gap:56px;align-items:start}.landingPitch h1{font-family:Georgia,Times New Roman,serif;color:var(--navy);font-size:54px;line-height:1.02;margin:8px 0 18px;max-width:760px}.landingPitch p{font-size:17px;line-height:1.7;color:var(--muted);max-width:760px}.btnLarge{padding:13px 18px;font-size:15px}.pitchNote{font-size:12px;color:var(--muted)}.landingPromise{background:linear-gradient(160deg,#102038,#193654);color:#fff;border-radius:22px;padding:28px;box-shadow:0 18px 40px rgba(14,27,45,.14)}.promiseLabel{text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900;color:#d9bf80;margin-bottom:12px}.landingPromise strong{font-family:Georgia,Times New Roman,serif;font-size:31px;line-height:1.08}.landingPromise p{color:#d7e0ea;font-size:14px;line-height:1.6;margin-bottom:0}.premiumFeatures{max-width:1220px;margin:0 auto;padding:0 28px 74px}.premiumFeatures .featureCard{position:relative;overflow:hidden;padding:28px}.featureNumber{font-size:11px;letter-spacing:.18em;color:#b18d43;font-weight:900;margin-bottom:18px}.premiumFeatures .featureCard h3{font-family:Georgia,Times New Roman,serif;font-size:21px;color:var(--navy)}.landingClosing{max-width:1220px;margin:0 auto 72px;padding:34px 38px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:24px}.landingClosing h2{font-family:Georgia,Times New Roman,serif;font-size:34px;margin:5px 0 0;color:var(--navy)}.whelprLanding .landingFooter{max-width:1220px}.dashboardBrandPanel{position:relative;z-index:2;justify-self:end;text-align:center;min-width:250px;padding:14px 22px;border:1px solid rgba(234,215,167,.18);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dashboardHomeLogo{position:relative;width:190px;height:105px;overflow:hidden;margin:0 auto}.dashboardHomeLogo img{position:absolute;left:0;top:0;width:1536px;height:1024px;max-width:none;transform:translate(-210px);display:block}.authVisual .whelprBrand{color:#fff;position:relative;z-index:2}.authVisual .whelprMarkWrap{width:52px;height:52px}.authVisual .whelprBrandText b{font-size:24px}.authVisual .whelprBrandText small{color:#d6e0ea;opacity:1}.authVisualCopy h1{font-family:Georgia,Times New Roman,serif}@media(max-width:900px){.landingPitch{grid-template-columns:1fr;gap:28px;padding-top:48px}.landingPitch h1{font-size:44px}.landingClosing{align-items:flex-start;flex-direction:column}.dashboardBrandPanel{display:none}}@media(max-width:600px){.whelprHeroWrap{padding:4px 14px 20px}.whelprHeroImage{border-radius:18px}.landingPitch{padding:40px 16px}.landingPitch h1{font-size:36px}.landingClosing{margin:0 16px 48px;padding:26px}.whelprLanding .landingNav .whelprBrandText small{display:none}.whelprLanding .landingNav .whelprBrandText b{font-size:18px}}.landing.whelprLanding{background:linear-gradient(180deg,#f7f3eb,#f7f3eb 62%,#f2ede3)!important;color:var(--ink)!important}.landing.whelprLanding .landingNav{width:min(100% - 40px,1500px)!important;max-width:none!important;color:var(--navy)!important}.landing.whelprLanding .whelprHeroWrap{width:min(100% - 40px,1500px)!important;max-width:none!important;margin:0 auto!important;padding:8px 0 34px!important}.landing.whelprLanding .whelprHeroImage{width:100%!important}.landing.whelprLanding .whelprHeroImage img{width:100%!important;height:auto!important;display:block!important}.landing.whelprLanding .landingPitch,.landing.whelprLanding .premiumFeatures{width:min(100% - 40px,1220px)!important;max-width:none!important;margin:0 auto!important}.landing.whelprLanding .landingClosing{width:min(100% - 40px,1220px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}@media(min-width:1800px){.landing.whelprLanding .landingNav,.landing.whelprLanding .whelprHeroWrap{width:min(86vw,1600px)!important}}.whelprTopNav{width:min(100% - 56px,1500px);margin:0 auto;height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:40px;gap:40px;border-bottom:1px solid rgba(14,27,45,.08)}.whelprTopNav .whelprBrandText b{font-size:24px;color:var(--navy)}.whelprTopNav .whelprMarkWrap{width:54px;height:44px}.publicNavLinks{display:flex;justify-content:center;gap:34px;font-family:Georgia,Times New Roman,serif;color:var(--navy);font-size:15px}.publicNavLinks a{opacity:.88}.publicNavLinks a:hover{opacity:1}.publicLogin{font-family:Georgia,Times New Roman,serif;color:var(--navy);padding:10px 8px}.premiumPublicHero{position:relative;min-height:700px;overflow:hidden;background:linear-gradient(90deg,#fbf8f1,#fbf8f1 42%,#f5efe4);border-bottom:1px solid rgba(14,27,45,.06)}.premiumHeroArt{position:absolute;inset:0 0 0 38%;opacity:.98}.premiumHeroArt:after{background:linear-gradient(90deg,#fbf8f1,rgba(251,248,241,.92) 12%,rgba(251,248,241,.18) 38%,rgba(251,248,241,0) 62%)}.premiumHeroArt img{width:100%;object-position:66% center;transform:scale(1.04)}.premiumHeroCopy{position:relative;z-index:3;width:min(100% - 56px,1500px);margin:0 auto;padding:44px 0 190px;max-width:1500px}.premiumHeroCopy>.heroBrandLockup,.premiumHeroCopy>.premiumHeroButtons,.premiumHeroCopy>.trustStrip,.premiumHeroCopy>h1,.premiumHeroCopy>h2,.premiumHeroCopy>p{max-width:570px}.heroBrandLockup{margin-bottom:30px}.heroBrandLockup .whelprBrand{display:inline-flex;color:var(--navy);align-items:flex-start}.heroBrandLockup .whelprMarkWrap{width:125px;height:90px}.heroBrandLockup .whelprBrandText b{font-family:Georgia,Times New Roman,serif;font-size:62px;line-height:.9}.heroBrandLockup .whelprBrandText small{font-family:Georgia,Times New Roman,serif;color:#aa8744;opacity:1;font-size:17px;max-width:none;margin-top:8px}.premiumHeroCopy h1{font-size:56px;line-height:1.02;color:var(--navy);margin:0 0 10px;letter-spacing:-.035em}.premiumHeroCopy h1,.premiumHeroCopy h2{font-family:Georgia,Times New Roman,serif}.premiumHeroCopy h2{font-size:26px;font-weight:400;color:#404955;margin:0 0 18px}.premiumHeroCopy p{font-size:16px;line-height:1.7;color:#68717c;margin:0}.premiumHeroButtons{display:flex;gap:12px;margin-top:24px}.heroSecondary{background:#fff;border:1px solid #c9a65d;color:var(--navy)}.trustStrip{display:flex;gap:28px;margin-top:28px;padding-top:18px;border-top:1px solid rgba(14,27,45,.08)}.trustStrip span{display:grid;grid-gap:2px;gap:2px}.trustStrip b{font-family:Georgia,Times New Roman,serif;font-size:14px;color:var(--navy)}.trustStrip small{font-size:10px;color:#7c8490}.productShowcase{position:absolute;z-index:4;right:max(4vw,44px);width:min(56vw,850px);display:flex;justify-content:flex-end}.laptopShell{width:78%;filter:drop-shadow(0 24px 28px rgba(14,27,45,.18))}.laptopScreen{aspect-ratio:16/9;border:solid #20252c;border-width:10px 10px 15px;border-radius:15px 15px 7px 7px;display:grid;grid-template-columns:22% 1fr}.laptopBase{height:14px;background:linear-gradient(#babec3,#8f949a);border-radius:0 0 50% 50%;width:106%;margin-left:-3%;box-shadow:0 5px 8px rgba(0,0,0,.14)}.mockSidebar{background:linear-gradient(180deg,#10223a,#173756);padding:15px 10px;color:#dfe7f0}.mockLogo{font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:700;margin:2px 0 14px}.mockNav{font-size:9px;padding:7px 8px;border-radius:6px;margin-bottom:3px}.mockNav.active{background:rgba(255,255,255,.12);color:white}.mockMain{padding:16px;background:#fbfcfd;min-width:0}.mockGreeting{display:flex;justify-content:space-between}.mockGreeting b{display:block;font-family:Georgia,Times New Roman,serif;font-size:15px;color:var(--navy)}.mockGreeting small{display:block;font-size:7px;color:#8993a1;margin-top:3px}.mockStats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px;margin:13px 0}.mockStats div{background:#fff;border:1px solid #edf0f3;border-radius:7px;padding:9px}.mockStats small{display:block;font-size:6px;color:#818b98}.mockStats b{font-size:15px;color:var(--navy);display:block;margin-top:3px}.mockPanelTitle{display:flex;justify-content:space-between;font-size:9px;font-weight:800;color:var(--navy);margin:10px 0 7px}.mockPanelTitle span{font-weight:500;color:#8d96a2}.mockRows{display:grid;grid-gap:5px;gap:5px}.mockRows>div{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;background:#fff;border:1px solid #edf0f3;border-radius:7px;padding:6px;grid-column-gap:8px;column-gap:8px}.mockThumb{grid-row:1/3;background:#e9dcc0;border-radius:5px;display:grid;place-items:center;font-size:10px;color:#795f2f}.mockRows b{font-size:8px;color:var(--navy)}.mockRows small{font-size:6px;color:#8a929e}.phoneShell{width:18%;min-width:135px;margin-left:-3%;background:#fff;border:7px solid #1f242a;border-radius:24px;padding:12px 9px 11px;box-shadow:0 20px 30px rgba(14,27,45,.18)}.phoneTop{position:absolute;top:0;left:32%;right:32%;height:9px;background:#1f242a;border-radius:0 0 8px 8px}.phoneBrand{font-weight:800;margin-top:3px}.phoneShell h3{font-family:Georgia,Times New Roman,serif;text-align:center;font-size:16px;margin:4px 0 7px;color:var(--navy)}.phoneTabs{display:flex;justify-content:space-between;background:#f5f3ed;border-radius:8px;padding:3px;color:#8a919b}.phoneTabs b{background:var(--navy);color:#fff;border-radius:6px;padding:4px 6px}.phoneTabs span{padding:4px 5px}.phoneCard{margin-top:8px;border:1px solid #ece7dc;border-radius:9px;padding:6px;display:grid;grid-gap:3px;gap:3px}.phonePhoto{height:50px;border-radius:7px;background:linear-gradient(135deg,#d9c8a4,#f2eadb);display:grid;place-items:center;font-size:7px;color:#705a34}.phoneCard b{font-size:8px;color:var(--navy)}.phoneCard small{font-size:6px;color:#8b929d}.phoneCard em{font-style:normal;font-size:6px;color:#3a7e64;background:#e7f5ef;width:max-content;border-radius:999px;padding:3px 5px}.homeFeatureBand{padding:58px 28px 68px;text-align:center;background:#faf7f0}.homeFeatureBand h2{font-family:Georgia,Times New Roman,serif;color:var(--navy);font-size:34px;margin:8px 0 24px}.homeFeatureGrid{width:min(100%,1250px);margin:0 auto 26px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px}.homeFeatureCard{background:#fff;border:1px solid #ece4d7;border-radius:12px;padding:20px 14px;box-shadow:0 8px 20px rgba(14,27,45,.04)}.homeFeatureCard span{font-size:9px;letter-spacing:.15em;color:#b18b41}.homeFeatureCard h3{font-family:Georgia,Times New Roman,serif;color:var(--navy);font-size:15px;margin:9px 0 8px}.homeFeatureCard p{font-size:11px;line-height:1.5;color:#7b838e;margin:0}.homePermanent{width:min(100% - 56px,1220px);margin:64px auto;display:flex;align-items:center;justify-content:space-between;gap:34px;background:linear-gradient(135deg,#102039,#1d3c5d);color:#fff;border-radius:22px;padding:34px 40px;box-shadow:0 20px 44px rgba(14,27,45,.13)}.homePermanent>div{max-width:760px}.homePermanent h2{font-family:Georgia,Times New Roman,serif;font-size:34px;margin:6px 0 10px}.homePermanent p{color:#d6e0e9;line-height:1.6;margin:0}@media(max-width:1100px){.publicNavLinks{display:none}.premiumPublicHero{min-height:760px}.premiumHeroArt{inset:0 0 0 48%;opacity:.7}.premiumHeroCopy{padding-bottom:330px}.productShowcase{left:50%;right:auto;transform:translateX(-50%);width:88%;bottom:28px}.homeFeatureGrid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.whelprTopNav{width:calc(100% - 28px);grid-template-columns:1fr auto;gap:12px;height:68px}.whelprTopNav .actions .publicLogin{display:none}.whelprTopNav .btn{padding:9px 11px}.premiumPublicHero{min-height:auto;padding-bottom:26px}.premiumHeroArt{position:absolute;inset:0;opacity:.16}.premiumHeroArt:after{background:linear-gradient(#fbf8f1,rgba(251,248,241,.8) 55%,#fbf8f1)}.premiumHeroCopy{width:calc(100% - 32px);padding:34px 0 26px}.heroBrandLockup .whelprMarkWrap{width:82px;height:62px}.heroBrandLockup .whelprBrandText b{font-size:46px}.heroBrandLockup .whelprBrandText small{font-size:13px}.premiumHeroCopy h1{font-size:39px}.premiumHeroCopy h2{font-size:21px}.premiumHeroButtons,.trustStrip{flex-wrap:wrap}.trustStrip{gap:14px}.productShowcase{position:relative;left:auto;right:auto;bottom:auto;transform:none;width:calc(100% - 28px);margin:0 auto}.laptopShell{width:100%}.phoneShell{display:none}.homeFeatureGrid{grid-template-columns:1fr 1fr}.homeFeatureBand{padding:44px 14px 54px}.homePermanent{width:calc(100% - 28px);margin:38px auto;flex-direction:column;align-items:flex-start;padding:28px}.homePermanent h2{font-size:29px}}.publicBrand{display:flex;align-items:center;gap:10px;color:var(--navy);font-family:Georgia,Times New Roman,serif;font-weight:700;font-size:24px}.publicBrand img{width:56px;height:38px;object-fit:contain;display:block}.heroBrandLockup{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px;max-width:620px}.heroBrandLockup>img{width:135px;height:96px;object-fit:contain;display:block;flex:0 0 auto}.heroWordmark{font-size:64px;line-height:.88;font-weight:700;letter-spacing:-.045em;color:var(--navy)}.heroPermanentTag,.heroWordmark{font-family:Georgia,Times New Roman,serif}.heroPermanentTag{color:#ae8941;font-size:17px;margin-top:9px}.premiumPublicHero{min-height:720px;background:#fbf8f1}.premiumHeroArt{left:auto;right:0;width:57%;inset:auto 0 0 auto;height:100%;overflow:hidden;opacity:1}.premiumHeroArt img{position:absolute;width:145%;height:100%;right:-15%;top:0;object-fit:cover;object-position:52% center;transform:none}.premiumHeroArt:after{background:linear-gradient(90deg,#fbf8f1,rgba(251,248,241,.84) 16%,rgba(251,248,241,.2) 40%,rgba(251,248,241,0) 60%),linear-gradient(180deg,rgba(251,248,241,.08),rgba(251,248,241,.04))}.premiumHeroCopy{padding-top:34px}.premiumHeroCopy h1{font-size:58px;max-width:620px}.premiumHeroCopy h2{font-size:27px}.premiumHeroCopy>p{max-width:570px}.productShowcase{width:min(55vw,860px);right:max(4vw,52px);bottom:28px;align-items:flex-end}.laptopShell{width:79%;position:relative;filter:drop-shadow(0 26px 32px rgba(14,27,45,.23))}.laptopCamera{position:absolute;z-index:3;top:7px;left:50%;transform:translateX(-50%);width:5px;height:5px;border-radius:50%;background:#06090d;box-shadow:0 0 0 2px rgba(255,255,255,.05)}.laptopScreen{aspect-ratio:16/10;border:solid #171c22;border-width:9px 9px 13px;border-radius:15px 15px 5px 5px;background:#fff;box-shadow:inset 0 0 0 1px #333;overflow:hidden}.laptopBase{position:relative;height:16px;width:108%;margin-left:-4%;background:linear-gradient(180deg,#d8dbde,#b3b8bd 46%,#8a9096);border-radius:0 0 70% 70%/0 0 100% 100%;box-shadow:0 6px 10px rgba(0,0,0,.16)}.laptopBase:after{content:"";position:absolute;left:9%;right:9%;bottom:-4px;height:4px;background:#757b81;border-radius:0 0 50% 50%}.laptopNotch{position:absolute;top:0;left:43%;width:14%;height:5px;background:#959ba1;border-radius:0 0 7px 7px}.phoneShell{position:relative;width:17.5%;min-width:142px;aspect-ratio:.49;background:#080b0f;border:2px solid #62666b;border-radius:30px;padding:8px;box-shadow:0 24px 34px rgba(14,27,45,.24);margin-left:-2.5%;margin-bottom:-3px}.phoneShell:before{content:"";position:absolute;inset:5px;border-radius:24px;background:#fff;z-index:0}.phoneShell>*{position:relative;z-index:1}.phoneTop{position:absolute!important;z-index:4!important;top:8px;left:50%;transform:translateX(-50%);width:43%;height:16px;background:#0a0d11;border-radius:12px}.phoneTop span{position:absolute;width:4px;height:4px;border-radius:50%;right:8px;top:6px;background:#242b31}.phoneSideButton{position:absolute!important;z-index:0!important;width:3px;background:#575c62;border-radius:3px;right:-4px}.phoneSideButtonTop{top:82px;height:38px}.phoneSideButtonMid{top:129px;height:62px}.phoneStatus{display:flex;justify-content:space-between;padding:8px 8px 1px;font-size:5px;color:#1b2430}.phoneBrand{margin-top:7px;font-size:8px;color:var(--navy);font-weight:850;text-align:center;display:flex;justify-content:center;align-items:center;gap:4px}.phoneBrand img{width:15px;height:11px;object-fit:contain}.phoneShell h3{font-size:17px;margin:5px 0 8px}.phoneTabs{font-size:6px}.phoneCard{margin:9px 2px 3px;padding:7px}.phonePhoto{height:58px}@media(max-width:1100px){.premiumHeroArt{width:62%;opacity:.58}.premiumHeroArt img{width:160%;right:-28%}}@media(max-width:700px){.publicBrand{font-size:19px}.publicBrand img{width:42px;height:30px}.heroBrandLockup>img{width:88px;height:66px}.heroWordmark{font-size:47px}.heroPermanentTag{font-size:13px}.premiumHeroArt{width:100%;opacity:.14}.premiumHeroArt img{width:125%;right:-30%;object-position:60% center}}.premiumPublicHero{min-height:690px!important}.premiumHeroCopy{width:min(100% - 56px,1500px)!important;padding:28px 0 190px!important}.heroBrandLockup{gap:18px!important;margin:0 0 22px!important;max-width:640px!important}.heroBrandLockup>img{width:132px!important;height:94px!important}.heroWordmark{font-size:66px!important;line-height:.88!important}.heroPermanentTag{color:#aa8744!important;margin-top:10px!important}.premiumHeroCopy h1{line-height:1.03!important;max-width:620px!important;margin:0 0 8px!important}.premiumHeroCopy h2{margin:0 0 18px!important;color:#424b57!important}.premiumHeroCopy>p{max-width:560px!important;line-height:1.7!important}.premiumHeroButtons{margin-top:24px!important}.premiumHeroButtons .btn{min-width:174px;text-align:center}.heroSecondary{background:#fff!important;border:1px solid #bf9850!important;color:var(--navy)!important}.premiumHeroArt{inset:0 0 0 auto!important;width:58%!important;pointer-events:none}.premiumHeroArt img{width:155%!important;right:-30%!important;top:0!important;object-position:48% center!important}.premiumHeroArt:before{z-index:2;top:0;right:0;width:27%;height:100%;background:linear-gradient(90deg,rgba(251,248,241,0),#fbf8f1 84%)}.premiumHeroArt:after,.premiumHeroArt:before{content:"";position:absolute;pointer-events:none}.premiumHeroArt:after{z-index:3;inset:0;background:linear-gradient(90deg,#fbf8f1,rgba(251,248,241,.94) 10%,rgba(251,248,241,.5) 27%,rgba(251,248,241,.08) 45%,rgba(251,248,241,0) 62%)}.productShowcase{right:max(7vw,74px)!important;bottom:26px!important;width:min(51vw,820px)!important}.laptopShell{width:80%!important}.phoneShell{min-width:138px!important;margin-left:-2%!important}.publicBrand img{width:58px!important;height:40px!important}.publicBrand span{font-size:25px!important}.premiumHeroArt{-webkit-clip-path:inset(0 14% 0 0);clip-path:inset(0 14% 0 0)}@media(max-width:1100px){.premiumHeroArt{width:62%!important;opacity:.62!important;-webkit-clip-path:inset(0 18% 0 0);clip-path:inset(0 18% 0 0)}.productShowcase{width:86%!important;right:7%!important}}@media(max-width:700px){.heroBrandLockup>img{width:88px!important;height:66px!important}.heroWordmark{font-size:47px!important}.heroPermanentTag{font-size:13px!important}.premiumHeroArt{width:100%!important;opacity:.14!important;-webkit-clip-path:none;clip-path:none}.premiumHeroCopy{width:calc(100% - 32px)!important;padding:28px 0 24px!important}.premiumHeroCopy h1{font-size:39px!important}}.whelprAboutPage{min-height:100vh;background:#f7f3eb;color:var(--ink)}.aboutHero{width:min(100% - 40px,1100px);margin:0 auto;padding:84px 0 52px}.aboutHero>.whelprBrand{color:var(--navy);margin-bottom:34px}.aboutHero>.whelprBrand .whelprMarkWrap{width:72px;height:54px}.aboutHero>.whelprBrand .whelprBrandText b{font-size:34px}.aboutHero h1{font-family:Georgia,Times New Roman,serif;font-size:58px;max-width:900px;color:var(--navy);margin:10px 0 18px}.aboutHero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:820px}.aboutGrid{width:min(100% - 40px,1100px);margin:0 auto 64px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.aboutGrid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:var(--shadow)}.aboutGrid article span{font-size:11px;letter-spacing:.18em;color:#b18b41;font-weight:900}.aboutGrid article h2{font-family:Georgia,Times New Roman,serif;color:var(--navy);font-size:24px;margin:12px 0 10px}.aboutGrid article p{color:var(--muted);line-height:1.65;margin:0}.aboutCta{width:min(100% - 40px,1100px);margin:0 auto 72px;background:linear-gradient(135deg,#102039,#1d3c5d);color:#fff;border-radius:22px;padding:34px 40px;display:flex;justify-content:space-between;align-items:center;gap:28px}.aboutCta h2{font-family:Georgia,Times New Roman,serif;font-size:34px;margin:6px 0 0}@media(max-width:800px){.aboutHero h1{font-size:42px}.aboutGrid{grid-template-columns:1fr}.aboutCta{flex-direction:column;align-items:flex-start}}.premiumHeroArt img{right:-20%!important;width:145%!important;object-position:43% center!important}.premiumHeroArt{-webkit-clip-path:inset(0 24% 0 0)!important;clip-path:inset(0 24% 0 0)!important}@media(max-width:1100px){.premiumHeroArt{-webkit-clip-path:inset(0 26% 0 0)!important;clip-path:inset(0 26% 0 0)!important}}.whelprTopNav{width:min(100% - 64px,1450px)!important;height:76px!important;padding:0!important}.publicBrand{display:flex!important;align-items:center!important;gap:10px!important}.publicBrand img{width:54px!important;height:38px!important;display:block!important;object-fit:contain!important;opacity:1!important;visibility:visible!important}.publicBrand span{font-family:Georgia,Times New Roman,serif!important;font-size:28px!important;color:var(--navy)!important;font-weight:700!important}.publicNavLinks{gap:38px!important;font-size:15px!important}.premiumPublicHero{min-height:650px!important;background:#fbf8f1!important;overflow:hidden!important}.premiumHeroCopy{width:min(100% - 64px,1450px)!important;margin:0 auto!important;padding:28px 0 175px!important;position:relative!important;z-index:5!important}.heroBrandLockup{display:flex!important;align-items:flex-start!important;gap:16px!important;max-width:590px!important;margin:0 0 18px!important;color:inherit!important;text-decoration:none!important}.heroBrandLockup>img{width:118px!important;height:86px!important;object-fit:contain!important;display:block!important;opacity:1!important;filter:none!important}.heroWordmark{font-size:60px!important;line-height:.9!important;font-weight:700!important;letter-spacing:-.045em!important;color:var(--navy)!important}.heroPermanentTag,.heroWordmark{font-family:Georgia,Times New Roman,serif!important}.heroPermanentTag{color:#ab8744!important;font-size:17px!important;margin-top:8px!important}.premiumHeroCopy h1{font-size:58px!important;line-height:1.02!important;max-width:590px!important;margin:0 0 10px!important;color:var(--navy)!important}.premiumHeroCopy h1,.premiumHeroCopy h2{font-family:Georgia,Times New Roman,serif!important}.premiumHeroCopy h2{font-size:27px!important;font-weight:400!important;color:#444d59!important;margin:0 0 17px!important}.premiumHeroCopy>p{max-width:555px!important;font-size:16px!important;line-height:1.65!important;color:#68717c!important}.premiumHeroButtons{margin-top:23px!important;gap:14px!important}.premiumHeroButtons .btn{min-width:168px!important;text-align:center!important}.trustStrip{max-width:555px!important;gap:34px!important;margin-top:28px!important;padding-top:18px!important}.premiumHeroArt{top:0!important;right:0!important;bottom:0!important;left:auto!important;width:53%!important;overflow:hidden!important;-webkit-clip-path:none!important;clip-path:none!important;opacity:1!important;pointer-events:none!important;z-index:1!important}.premiumHeroArt,.premiumHeroArt img{position:absolute!important;height:100%!important}.premiumHeroArt img{width:100%!important;inset:0!important;object-fit:cover!important;object-position:50% 44%!important;transform:none!important;filter:none!important}.premiumHeroArt:before{content:""!important;position:absolute!important;z-index:2!important;inset:0!important;background:linear-gradient(90deg,#fbf8f1,rgba(251,248,241,.83) 10%,rgba(251,248,241,.22) 28%,rgba(251,248,241,0) 48%)!important}.premiumHeroArt:after{display:none!important}.productShowcase{position:absolute!important;z-index:4!important;right:max(5.5vw,64px)!important;bottom:22px!important;width:min(50vw,800px)!important;display:flex!important;align-items:flex-end!important;justify-content:flex-end!important}.laptopShell{width:79%!important;filter:drop-shadow(0 22px 28px rgba(14,27,45,.18))!important}.laptopScreen{aspect-ratio:16/9!important;border:solid #20252c!important;border-width:9px 9px 14px!important;border-radius:14px 14px 6px 6px!important}.laptopBase{height:15px!important;width:107%!important;margin-left:-3.5%!important}.phoneShell{width:17%!important;min-width:132px!important;margin-left:-2.3%!important;border-radius:28px!important;border:5px solid #1c2025!important;padding:8px!important}.phoneShell:before{border-radius:22px!important}.phoneTop{top:6px!important;width:39%!important;height:14px!important;border-radius:10px!important}.homeFeatureBand{padding:50px 28px 64px!important;background:#faf7f0!important}.homeFeatureBand h2{font-size:34px!important;margin:7px 0 22px!important}.homeFeatureGrid{width:min(100%,1280px)!important;grid-template-columns:repeat(6,1fr)!important;gap:14px!important}.homeFeatureCard{min-height:126px!important;padding:20px 14px!important;border-radius:12px!important}@media(max-width:1100px){.premiumPublicHero{min-height:760px!important}.premiumHeroCopy{padding-bottom:330px!important}.premiumHeroArt{width:62%!important;opacity:.62!important}.productShowcase{width:88%!important;right:6%!important}.homeFeatureGrid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:700px){.whelprTopNav{width:calc(100% - 28px)!important}.premiumPublicHero{min-height:auto!important}.premiumHeroCopy{width:calc(100% - 32px)!important;padding:28px 0 26px!important}.heroBrandLockup>img{width:82px!important;height:60px!important}.heroWordmark{font-size:46px!important}.heroPermanentTag{font-size:13px!important}.premiumHeroCopy h1{font-size:39px!important}.premiumHeroArt{width:100%!important;opacity:.13!important}.productShowcase{position:relative!important;right:auto!important;bottom:auto!important;width:calc(100% - 28px)!important;margin:0 auto!important}.laptopShell{width:100%!important}.phoneShell{display:none!important}.homeFeatureGrid{grid-template-columns:1fr 1fr!important}}.approvedLanding{min-height:100vh;margin:0;background:#f8f4ec;display:flex;justify-content:center;align-items:flex-start;overflow-x:hidden}.approvedLandingFrame{position:relative;width:min(100vw,1448px);aspect-ratio:1448/1086;flex:0 0 auto;background:#f8f4ec}.approvedLandingImage{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.approvedLandingLoading{position:absolute;inset:0;background:#f8f4ec}.approvedHotspot{position:absolute;z-index:10;display:block;background:transparent;border:0;border-radius:10px;text-indent:-9999px;overflow:hidden}.approvedHotspot:focus-visible{outline:3px solid #c6a256;outline-offset:2px}.hsLogo{left:3.3%;top:.5%;width:15.5%;height:5.5%}.hsFeatures{left:22%;top:.7%;width:6.6%;height:4.7%}.hsPricing{left:29%;top:.7%;width:5.4%;height:4.7%}.hsResources{left:34.6%;top:.7%;width:7.4%;height:4.7%}.hsAboutTop{left:42%;top:.7%;width:5.7%;height:4.7%}.hsLogin{left:77%;top:.6%;width:5.5%;height:4.9%}.hsTopStart{left:83%;top:.4%;width:11%;height:5.4%}.hsHeroStart{left:4%;top:54.6%;width:15.4%;height:5.5%}.hsHeroAbout{left:20%;top:54.6%;width:13.7%;height:5.5%}.hsExploreFeatures{left:40.7%;top:91.1%;width:16.5%;height:4.7%}.approvedSeoCopy{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.approvedFeaturesAnchor{position:absolute;pointer-events:none;visibility:hidden}@media(max-width:700px){.approvedLandingFrame{width:100vw}}.exactWhelprPage{min-height:100vh;margin:0;background:#f8f4ec;display:flex;justify-content:center;align-items:flex-start;overflow-x:hidden}.exactWhelprFrame{position:relative;width:min(100vw,1448px);aspect-ratio:1448/1086;flex:0 0 auto;background:#f8f4ec}.exactWhelprImage{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.exactWhelprLoading{position:absolute;inset:0;background:#f8f4ec}.exactWhelprHotspot{position:absolute;z-index:10;display:block;background:transparent;border:0;border-radius:10px;text-indent:-9999px;overflow:hidden}.exactWhelprHotspot:focus-visible{outline:3px solid #c6a256;outline-offset:2px}.exactHsLogo{left:3.3%;top:.5%;width:15.5%;height:5.5%}.exactHsFeatures{left:22%;top:.7%;width:6.6%;height:4.7%}.exactHsPricing{left:29%;top:.7%;width:5.4%;height:4.7%}.exactHsResources{left:34.6%;top:.7%;width:7.4%;height:4.7%}.exactHsAboutTop{left:42%;top:.7%;width:5.7%;height:4.7%}.exactHsLogin{left:77%;top:.6%;width:5.5%;height:4.9%}.exactHsTopStart{left:83%;top:.4%;width:11%;height:5.4%}.exactHsHeroStart{left:4%;top:54.6%;width:15.4%;height:5.5%}.exactHsHeroAbout{left:20%;top:54.6%;width:13.7%;height:5.5%}.exactHsExploreFeatures{left:40.7%;top:91.1%;width:16.5%;height:4.7%}.exactWhelprSeo{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.exactFeaturesAnchor{position:absolute;pointer-events:none;visibility:hidden}.publicPage{min-height:100vh;background:#f7f3eb;color:var(--ink)}.publicHero{width:min(100% - 40px,1100px);margin:0 auto;padding:82px 0 46px;text-align:center}.publicHero h1{font-family:Georgia,Times New Roman,serif;font-size:56px;line-height:1.05;color:var(--navy);max-width:900px;margin:10px auto 18px}.publicHero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:780px;margin:0 auto 26px}.publicFeatureGrid{width:min(100% - 40px,1180px);margin:0 auto 64px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.publicFeatureCard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:var(--shadow)}.publicFeatureCard h2{font-family:Georgia,Times New Roman,serif;color:var(--navy);font-size:23px;margin:0 0 9px}.publicFeatureCard p{color:var(--muted);line-height:1.65;margin:0}.publicCta{width:min(100% - 40px,1100px);margin:0 auto 72px;background:linear-gradient(135deg,#102039,#1d3c5d);color:#fff;border-radius:22px;padding:34px 40px;display:flex;justify-content:space-between;align-items:center;gap:28px}.publicCta h2{font-family:Georgia,Times New Roman,serif;font-size:32px;margin:6px 0 0}.pricingHero{padding-bottom:28px}.pricingGrid{width:min(100% - 40px,900px);margin:0 auto 24px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px;align-items:stretch}.pricingCard{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow);display:flex;flex-direction:column}.pricingCard.featured{border:2px solid #c9a057;transform:translateY(-6px)}.pricingBadge{position:absolute;right:18px;top:16px;background:#c9a057;color:#111;font-size:10px;font-weight:900;letter-spacing:.12em;padding:7px 10px;border-radius:999px}.price{font-family:Georgia,Times New Roman,serif;color:var(--navy);font-size:48px;font-weight:700;margin:12px 0}.price span{font-family:Arial,sans-serif;font-size:14px;font-weight:600;color:var(--muted);margin-left:5px}.pricingCard p{color:var(--muted);line-height:1.6}.pricingCard ul{padding-left:20px;color:var(--ink);line-height:1.9;margin:10px 0 26px}.pricingCard .btn{margin-top:auto}.pricingNote{text-align:center;color:var(--muted);font-size:13px;padding:0 20px 70px}.contactHero{padding-bottom:28px}.contactWrap{width:min(100% - 40px,760px);margin:0 auto 80px}.contactCard{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.contactCard textarea{width:100%;box-sizing:border-box;resize:vertical}.planPage{min-height:100vh;background:#f7f3eb;padding:46px 20px;color:var(--ink)}.planWrap{width:min(100%,980px);margin:0 auto}.planWrap>.whelprBrand{color:var(--navy);margin-bottom:34px}.planWrap>h1{font-family:Georgia,Times New Roman,serif;color:var(--navy);font-size:48px;margin:10px 0 12px}.planWrap>.sub{max-width:700px;font-size:17px;line-height:1.6;margin-bottom:34px}.planPricingGrid{width:100%;margin:0 auto 20px}.planError{max-width:700px;margin:18px auto}.billingSuccess{width:min(100%,620px);margin:80px auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:40px;text-align:center;box-shadow:var(--shadow)}.billingSuccess>.whelprBrand{justify-content:center;color:var(--navy);margin-bottom:24px}.billingSuccess h1{font-family:Georgia,Times New Roman,serif;color:var(--navy);font-size:38px}.billingSuccess p{color:var(--muted)}.successCheck{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:20px auto;background:#dff3e5;color:#216d39;font-size:32px;font-weight:900}@media(max-width:800px){.publicHero h1{font-size:42px}.pricingGrid,.publicFeatureGrid{grid-template-columns:1fr}.pricingCard.featured{transform:none}.publicCta{flex-direction:column;align-items:flex-start}.planWrap>h1{font-size:38px}}.landingExact{width:100%;min-height:100svh;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;background:#050505}.landingCanvas{position:relative;width:min(100vw,calc(100svh * 1.5));aspect-ratio:3/2;flex:0 0 auto;background:#050505}.landingCanvas picture,.landingImage{display:block;width:100%;height:100%}.landingImage{object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.startOverlay{position:absolute;z-index:5;display:block;background:transparent;color:transparent;text-decoration:none;border:0;box-sizing:border-box;text-indent:-9999px;overflow:hidden}.topStart{left:75.6%;top:2.6%;width:9.7%;height:4.2%;font-size:clamp(8px,.82vw,14px)}.heroStart{left:40%;top:68.1%;width:11.3%;height:4.7%;font-size:clamp(8px,.86vw,15px)}.mobileLinks{display:none}@media(max-width:700px){.landingExact{min-height:auto}.landingCanvas{width:100vw;aspect-ratio:941/1672}.desktopLinks{display:none}.mobileLinks{display:block}.mobileTopStart{left:51%;top:2.3%;width:17%;height:3%;font-size:clamp(6px,1.85vw,9px);white-space:nowrap;line-height:1;border-radius:5px;padding:0 3px}.mobileHeroStart{left:36.7%;top:46.1%;width:25.2%;height:3.2%;font-size:clamp(7px,2.25vw,11px);white-space:nowrap;line-height:1;border-radius:4px;padding:0 4px}}.mobileHomeMenu{display:none}@media(max-width:700px){.mobileHomeMenu{display:block}.mobileHamburgerHotspot{position:absolute;z-index:20;left:72.3%;top:2.05%;width:10.5%;height:4.3%;border:0;background:transparent;color:transparent;overflow:hidden;cursor:pointer}.mobileMenuBackdrop{position:fixed;inset:0;z-index:30;border:0;background:rgba(0,0,0,.48)}.mobileMenuPanel{position:absolute;z-index:40;top:6.4%;right:4.2%;width:min(78vw,330px);padding:12px;border-radius:14px;background:rgba(12,12,12,.98);border:1px solid rgba(255,255,255,.13);box-shadow:0 18px 45px rgba(0,0,0,.38);display:grid;grid-gap:4px;gap:4px}.mobileMenuPanel a{display:block;padding:14px 15px;border-radius:9px;color:#fff;text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:800;letter-spacing:.01em}.mobileMenuPanel a:active{background:rgba(255,255,255,.08)}.mobileMenuPanel .mobileMenuStart{margin-top:5px;background:#d3a15d;color:#111;text-align:center;text-transform:uppercase;font-size:13px}}.homeFunnel{width:100%;background:#080808;color:#f4f0e8;overflow:hidden}.homeFinalCta,.homeFooter,.homeIntroSection,.homeProofSection,.homeSecuritySection,.homeSplitSection{width:min(100% - 48px,1180px);margin:0 auto;box-sizing:border-box}.homeIntroSection{padding:110px 0 96px;text-align:center}.homeEyebrow{display:inline-block;color:#d3a15d;font:900 12px/1 Arial,Helvetica,sans-serif;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px}.homeFinalCta h2,.homeIntroSection h2,.homeProofQuote h2,.homeSecurityHeader h2,.homeSplitCopy h2{margin:0;font-family:Georgia,Times New Roman,serif;color:#fff;line-height:1.04;font-weight:700}.homeIntroSection h2{max-width:850px;margin:0 auto;font-size:clamp(40px,5.2vw,68px)}.homeLead{max-width:780px;margin:24px auto 0;color:#c9c4bb;font-size:18px;line-height:1.75}.homeDifferenceGrid{margin-top:58px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;text-align:left}.homeDifferenceCard{min-height:280px;padding:30px;border:1px solid rgba(211,161,93,.22);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012)),#0d0d0d;box-shadow:0 24px 70px rgba(0,0,0,.28)}.homeCardNumber{display:block;color:#d3a15d;font:800 12px/1 Arial,Helvetica,sans-serif;letter-spacing:.16em;margin-bottom:58px}.homeDifferenceCard h3{margin:0 0 13px;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1.2;color:#fff}.homeDifferenceCard p{margin:0;color:#bdb8af;font-size:15px;line-height:1.7}.homeSplitSection{min-height:620px;padding:96px 0;border-top:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);grid-gap:72px;gap:72px;align-items:center}.homeSplitCopy h2{font-size:clamp(38px,4.3vw,58px);max-width:620px}.homeSplitCopy p{max-width:620px;margin:22px 0 0;color:#c2bdb4;font-size:17px;line-height:1.75}.homeTextLink{display:inline-flex;gap:10px;align-items:center;margin-top:30px;color:#d8ad6a;font-weight:800;text-decoration:none}.homeTextLink span{transition:transform .2s ease}.homeTextLink:hover span{transform:translateX(4px)}.homeStackVisual{position:relative;height:410px;perspective:1000px}.homeStackCard{position:absolute;left:50%;width:min(90%,440px);height:145px;border:1px solid rgba(211,161,93,.35);border-radius:18px;background:linear-gradient(145deg,#171717,#0c0c0c);box-shadow:0 30px 60px rgba(0,0,0,.4);padding:26px 30px;box-sizing:border-box;transform-origin:center}.homeStackCard span{display:block;color:#d3a15d;font:900 11px/1 Arial,Helvetica,sans-serif;letter-spacing:.16em;margin-bottom:18px}.homeStackCard b{color:#f7f4ed;font:700 24px/1.2 Georgia,Times New Roman,serif}.homeStackCardBack{top:28px;transform:translateX(-50%) rotate(-4deg);opacity:.58}.homeStackCardMid{top:118px;transform:translateX(-47%) rotate(3deg);opacity:.78}.homeStackCardFront{top:216px;transform:translateX(-52%) rotate(-1deg)}.homeSecuritySection{padding:100px 0;border-top:1px solid rgba(255,255,255,.09)}.homeSecurityHeader{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:70px;gap:70px;align-items:end}.homeSecurityHeader h2{font-size:clamp(38px,4.5vw,60px);max-width:700px}.homeSecurityHeader>p{margin:0 0 4px;color:#c0bbb2;font-size:16px;line-height:1.75}.homeSecurityGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:55px}.homeSecurityGrid article{padding:28px 26px 30px;border-top:2px solid #d3a15d;background:#0d0d0d}.homeSecurityIcon{width:42px;height:42px;border:1px solid rgba(211,161,93,.4);border-radius:50%;display:grid;place-items:center;color:#d3a15d;font:800 11px/1 Arial,Helvetica,sans-serif;margin-bottom:26px}.homeSecurityGrid h3{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:23px;margin:0 0 12px}.homeSecurityGrid p{color:#b9b4ac;line-height:1.7;margin:0;font-size:15px}.homeProofSection{padding:92px 0;border-top:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:1.05fr .95fr;grid-gap:80px;gap:80px;align-items:center}.homeProofQuote span{display:block;color:#d3a15d;font:900 11px/1 Arial,Helvetica,sans-serif;letter-spacing:.15em;margin-bottom:18px}.homeProofQuote h2{font-size:clamp(35px,4vw,54px)}.homeProofItems{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14)}.homeProofItems div{min-height:135px;padding:25px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.homeProofItems strong{display:block;color:#f5f2eb;font-family:Georgia,Times New Roman,serif;font-size:21px;margin-bottom:9px}.homeProofItems span{color:#9f9a92;font-size:14px;line-height:1.5}.homeFinalCta{margin-top:24px;margin-bottom:70px;padding:58px;border-radius:26px;background:linear-gradient(120deg,rgba(211,161,93,.16),rgba(211,161,93,0) 48%),#121212;border:1px solid rgba(211,161,93,.28);display:grid;grid-template-columns:1fr auto;grid-gap:54px;gap:54px;align-items:center}.homeEyebrowLight{color:#d8ad6a}.homeFinalCta h2{font-size:clamp(36px,4.2vw,56px);max-width:760px}.homeFinalCta p{margin:18px 0 0;color:#bbb6ae;font-size:16px;line-height:1.65}.homeFinalActions{display:flex;flex-direction:column;gap:12px;min-width:190px}.homePrimaryButton,.homeSecondaryButton{display:flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:8px;font-weight:900;text-transform:uppercase;text-decoration:none;font-size:13px;letter-spacing:.02em}.homePrimaryButton{background:#d3a15d;color:#111}.homeSecondaryButton{border:1px solid rgba(255,255,255,.26);color:#fff;background:transparent}.homeFooter{padding:26px 0 44px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:30px}.homeFooter>div{display:flex;align-items:baseline;gap:14px}.homeFooter strong{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:23px}.homeFooter span{color:#827e77;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.homeFooter nav{display:flex;gap:24px;flex-wrap:wrap}.homeFooter nav a{color:#aaa59d;text-decoration:none;font-size:13px}.homeFooter nav a:hover{color:#fff}@media(max-width:900px){.homeDifferenceGrid{grid-template-columns:1fr}.homeDifferenceCard{min-height:auto}.homeCardNumber{margin-bottom:32px}.homeFinalCta,.homeProofSection,.homeSecurityHeader,.homeSplitSection{grid-template-columns:1fr}.homeSplitSection{gap:34px}.homeSecurityHeader{gap:20px}.homeSecurityGrid{grid-template-columns:1fr}.homeProofSection{gap:40px}.homeFinalCta{gap:30px}.homeFinalActions{flex-direction:row;min-width:0}}@media(max-width:700px){.homeFinalCta,.homeFooter,.homeIntroSection,.homeProofSection,.homeSecuritySection,.homeSplitSection{width:min(100% - 32px,1180px)}.homeIntroSection{padding:74px 0 66px}.homeIntroSection h2{font-size:40px}.homeLead{font-size:16px;line-height:1.65}.homeDifferenceGrid{margin-top:38px}.homeDifferenceCard{padding:24px;border-radius:15px}.homeDifferenceCard h3{font-size:23px}.homeSplitSection{padding:72px 0;min-height:0}.homeSplitCopy h2{font-size:39px}.homeSplitCopy p{font-size:16px}.homeStackVisual{height:340px;margin-top:8px}.homeStackCard{height:122px;padding:21px 22px}.homeStackCard b{font-size:20px}.homeStackCardBack{top:16px}.homeStackCardMid{top:94px}.homeStackCardFront{top:178px}.homeSecuritySection{padding:72px 0}.homeSecurityHeader h2{font-size:39px}.homeSecurityGrid{margin-top:36px}.homeProofSection{padding:70px 0}.homeProofQuote h2{font-size:37px}.homeProofItems{grid-template-columns:1fr}.homeProofItems div{min-height:auto}.homeFinalCta{width:calc(100% - 24px);padding:36px 24px;border-radius:20px;margin-bottom:46px}.homeFinalCta h2{font-size:38px}.homeFinalActions,.homeFooter{flex-direction:column}.homeFooter{padding:22px 0 34px;align-items:flex-start}.homeFooter>div{flex-direction:column;gap:4px}.homeFooter nav{gap:18px}}