:root {
  --primary: #069eaa;
  --primary-dark: #007f8c;
  --primary-deep: #03566b;
  --secondary: #14192f;
  --muted: #65707c;
  --soft: #f7fbfc;
  --border: #dce6e9;
  --white: #ffffff;
  --shadow: 0 16px 45px rgba(27, 51, 63, .10);
  --radius: 12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Nunito',sans-serif;color:var(--secondary);background:#fff;line-height:1.55;overflow-x:hidden}
a{text-decoration:none}
img{max-width:100%;display:block}
.custom-container{max-width:1180px}
.section-space{padding:66px 0}
.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid #e8eef0;backdrop-filter:blur(12px)}
.brand-logo{width:208px;height:auto}.navbar .nav-link{font-size:14px;font-weight:700;color:#272c3b!important;padding:.6rem .4rem!important}.navbar .nav-link:hover,.login-link:hover{color:var(--primary)!important}.login-link{font-size:14px;font-weight:700;color:#202534}.dropdown-menu{border-radius:12px}.dropdown-item{font-weight:700;font-size:14px;padding:.7rem 1rem}
.brand-btn,.brand-outline{min-width:238px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}.navbar .brand-btn{min-width:112px}.brand-btn{background:linear-gradient(135deg,var(--primary),#058e9b);border:none;border-radius:7px;font-weight:800;box-shadow:0 8px 18px rgba(6,158,170,.2);transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.brand-btn:hover{background:linear-gradient(135deg,#087f8b,var(--primary-dark));transform:translateY(-2px);box-shadow:0 12px 24px rgba(6,158,170,.28)}.brand-outline{border:1.5px solid var(--primary);color:var(--primary);border-radius:7px;font-weight:800;background:#fff;transition:transform .25s ease,background .25s ease,color .25s ease}.brand-outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}
.hero-section{padding:26px 0 0;background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%)}.hero-shell{position:relative;padding:30px 22px 56px;border-bottom:1px solid #f1f4f5}.hero-copy h1{font-size:45px;line-height:1.08;font-weight:900;letter-spacing:0;margin-bottom:22px}.hero-copy h1 span{color:var(--primary)}.hero-text{font-size:17px;color:#2e3340;max-width:520px;margin-bottom:26px}.hero-visual{margin-top:-2px;background:#fff;border:1px solid #e1eaec;border-radius:16px;box-shadow:var(--shadow);overflow:hidden;animation:soft-float 5.5s ease-in-out infinite}.hero-dashboard{width:100%;min-height:520px;object-fit:cover}.feature-strip{margin-top:10px}.mini-feature{position:relative;padding-right:6px}.mini-icon{width:34px;height:34px;border-radius:9px;background:var(--primary);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:17px;margin-bottom:9px;transform:rotate(30deg);transition:transform .3s ease}.mini-feature:hover .mini-icon{transform:rotate(30deg) scale(1.08)}.mini-icon i{transform:rotate(-30deg)}.mini-feature h3{font-size:13px;font-weight:900;margin-bottom:2px}.mini-feature p{font-size:11px;color:#57616b;margin:0}.hero-actions .btn{font-size:14px;padding:13px 18px}.trust-row span{font-size:11px;color:#51606a}.trust-row i{color:var(--primary);font-weight:900}.hand-note{position:absolute;right:124px;bottom:24px;color:var(--primary);font-family:"Segoe Print","Comic Sans MS",cursive;font-size:20px;font-style:normal;font-weight:700;line-height:1.05;transform:rotate(-4deg);animation:note-write 2.8s ease-in-out infinite}.hand-note:before{content:"";position:absolute;right:-78px;bottom:6px;width:76px;height:52px;border-right:4px solid var(--primary);border-bottom:4px solid var(--primary);border-radius:0 0 48px 0;transform:rotate(-4deg);animation:arrow-swing 2.8s ease-in-out infinite}.hand-note:after{content:"";position:absolute;right:-88px;bottom:58px;width:17px;height:15px;background:var(--primary);clip-path:polygon(50% 0,0 100%,100% 100%);transform:rotate(58deg);animation:arrow-swing 2.8s ease-in-out infinite}
.section-heading h2{font-size:31px;font-weight:900;letter-spacing:0;margin-bottom:7px}.section-heading p{color:var(--muted);font-size:15px}.audience-section{background:#fff}.audience-card{background:#fff;border:1px solid var(--border);border-radius:9px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.audience-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:#b8dfe3}.audience-card img{width:100%;height:183px;object-fit:cover;transition:transform .45s ease}.audience-card:hover img{transform:scale(1.035)}.audience-card .card-body{padding:18px}.audience-card h3{font-size:17px;font-weight:900;margin-bottom:8px}.audience-card p{font-size:13px;color:#3d4650;margin-bottom:7px}.card-cta{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:13px;background:var(--primary);color:#fff;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:800;width:174px;max-width:100%;transition:background .25s ease,gap .25s ease,transform .25s ease}.card-cta:hover{background:var(--primary-dark);gap:15px;color:#fff;transform:translateY(-1px)}
.pricing-section{background:linear-gradient(180deg,#fafcfd 0%,#fff 100%)}.pricing-card{background:#fff;border:1px solid var(--border);border-radius:9px;padding:28px 26px 24px;text-align:center;box-shadow:0 10px 32px rgba(25,46,58,.06);transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.plan-badge{display:inline-block;font-size:10px;font-weight:900;padding:5px 12px;border-radius:999px}.monthly{background:#ede6ff;color:#6351ca}.yearly{background:#dff7f6;color:#168d95}.price{margin:14px 0 0;color:var(--primary);line-height:1}.price strong{font-size:54px;font-weight:900;letter-spacing:0}.price sup{font-size:24px;font-weight:900;top:-1em}.price-note{font-size:14px;color:var(--primary);font-weight:900;margin:5px 0 0}.pricing-card small{color:#7a848c}.plan-list{list-style:none;padding:0;margin:24px 0;text-align:left}.plan-list li{font-size:12px;margin:10px 0;color:#3e4851}.plan-list i{color:#708895;margin-right:8px}.pricing-card .brand-btn{width:100%;min-width:0}.honest-badge{position:absolute;right:28px;top:0;width:142px;height:142px;border:2px solid var(--primary);clip-path:polygon(50% 0%,58% 7%,70% 3%,77% 14%,90% 15%,91% 29%,100% 38%,94% 50%,100% 62%,91% 71%,90% 85%,77% 86%,70% 97%,58% 93%,50% 100%,42% 93%,30% 97%,23% 86%,10% 85%,9% 71%,0% 62%,6% 50%,0% 38%,9% 29%,10% 15%,23% 14%,30% 3%,42% 7%);align-items:center;justify-content:center;text-align:center;color:var(--primary);font-family:"Segoe Print","Comic Sans MS",cursive;font-size:12px;font-weight:900;line-height:1.25;background:#e9fbfd;box-shadow:0 10px 24px rgba(6,158,170,.08);transform:rotate(9deg);animation:badge-pulse 4s ease-in-out infinite}.honest-badge:before{content:"";position:absolute;inset:8px;border:1px solid rgba(6,158,170,.45);clip-path:inherit}.honest-badge-arrow{position:absolute;right:92px;top:154px;width:58px;height:38px;border-left:3px solid var(--primary);border-bottom:3px solid var(--primary);border-radius:0 0 0 36px;transform:rotate(-30deg);animation:arrow-swing 3s ease-in-out infinite}.honest-badge-arrow:after{content:"";position:absolute;left:-16px;bottom:27px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:15px solid var(--primary);transform:rotate(45deg)}
.results-section{padding:0 0 18px}.results-panel{padding:28px 34px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#00a3ae 0%,#087f90 100%);position:relative;overflow:hidden}.results-panel:before,.results-panel:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.05)}.results-panel:before{width:350px;height:350px;right:-140px;top:-180px}.results-panel:after{width:260px;height:260px;left:-120px;bottom:-180px}.results-panel h2{text-align:center;font-size:22px;font-weight:900;position:relative}.result-item{text-align:center;position:relative;border-right:1px solid rgba(255,255,255,.25)}.result-item:last-child{border-right:0}.result-item i{display:block;font-size:28px;margin-bottom:5px}.result-item strong{display:block;font-size:25px;font-weight:900}.result-item span{display:block;font-size:11px;line-height:1.3}.coffee-item span{font-size:12px}
.site-footer{background:linear-gradient(135deg,#075f73,#063c55);color:#d5edf1}.footer-logo{width:170px}.site-footer h3{color:#fff;font-size:15px;font-weight:900;margin-bottom:13px}.site-footer p,.site-footer small,.site-footer a,.site-footer span{font-size:11px}.site-footer a{display:block;color:#d7eef2;margin-bottom:8px;transition:.2s}.site-footer a:hover{color:#fff;transform:translateX(3px)}.rating span{color:#ffd24a}.socials a{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.12);font-size:14px;margin:0}.socials a:hover{transform:translateY(-3px);background:var(--primary)}.avatar-strip{display:flex;align-items:center;width:150px}.avatar-strip span{width:30px;height:30px;margin-right:-7px;border:2px solid #0b6b7d;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4d0b7,#8acfd1);color:#064354;font-size:10px;font-weight:900}.avatar-strip span:nth-child(2){background:linear-gradient(135deg,#ffd86f,#4ab3c0)}.avatar-strip span:nth-child(3){background:linear-gradient(135deg,#b9d7ff,#ef9a9a)}.avatar-strip span:nth-child(4){background:linear-gradient(135deg,#d8c7ff,#7fd9aa)}.avatar-strip span:last-child{background:#069eaa;color:#fff}.newsletter-form{display:flex;border:1px solid rgba(255,255,255,.22);border-radius:6px;overflow:hidden}.newsletter-form input{flex:1;min-width:0;background:transparent;border:0;color:#fff;padding:10px 12px;outline:none;font-size:12px}.newsletter-form input::placeholder{color:#9fc4cb}.newsletter-form button{width:44px;border:0;background:var(--primary);color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12)}.footer-bottom a{display:inline-block;margin:0}.heart{color:#ff5b6e!important}
.scroll-top{position:fixed;right:24px;bottom:24px;width:44px;height:44px;border:0;border-radius:50%;background:var(--primary);color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s;z-index:999}.scroll-top.show{opacity:1;visibility:visible;transform:none}.scroll-top:hover{background:var(--primary-dark);transform:translateY(-3px)}
.reveal-up,.reveal-right,.reveal-scale{opacity:0;will-change:opacity,transform;transition:opacity .72s ease,transform .72s cubic-bezier(.2,.72,.18,1)}.reveal-up{transform:translateY(42px)}.reveal-right{transform:translateX(48px)}.reveal-scale{transform:scale(.96)}.reveal-up.visible,.reveal-right.visible,.reveal-scale.visible{opacity:1;transform:none}
@keyframes soft-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes note-write{0%,100%{opacity:.9;transform:rotate(-4deg) translateY(0)}50%{opacity:1;transform:rotate(-4deg) translateY(-6px)}}@keyframes arrow-swing{0%,100%{opacity:.72}50%{opacity:1}}@keyframes badge-pulse{0%,100%{transform:rotate(9deg) scale(1)}50%{transform:rotate(9deg) scale(1.045)}}
@media (max-width:1199.98px){.hero-copy h1{font-size:39px}.hero-dashboard{min-height:460px}.honest-badge{right:-5px}.honest-badge-arrow{right:58px}}
@media (max-width:991.98px){.site-header .navbar-collapse{padding:14px 0 4px}.hero-section{padding-top:10px}.hero-shell{padding:30px 8px 45px}.hero-copy h1{font-size:43px}.hero-text{max-width:none}.hero-dashboard{min-height:auto}.hero-visual{margin-top:5px}.section-space{padding:60px 0}.result-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.14);padding:14px 8px}.coffee-item{border-bottom:0}}
@media (max-width:767.98px){.brand-logo{width:168px}.brand-btn,.brand-outline{min-width:0}.hero-copy h1{font-size:37px;letter-spacing:0}.hero-text{font-size:15px}.mini-feature h3{font-size:11px}.mini-feature p{font-size:9px}.hero-actions .btn{width:100%}.section-heading h2{font-size:26px}.audience-card img{height:215px}.results-panel{padding:24px 14px}.results-panel h2{font-size:19px}.footer-bottom{text-align:center}}
@media (max-width:575.98px){.custom-container{padding-left:18px;padding-right:18px}.hero-shell{padding-left:0;padding-right:0}.hero-copy h1{font-size:33px}.feature-strip>.col-4{padding-left:5px;padding-right:5px}.mini-feature{padding:0}.mini-icon{width:30px;height:30px}.trust-row{gap:7px!important}.audience-card img{height:190px}.price strong{font-size:48px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal-up,.reveal-right,.reveal-scale{opacity:1;transform:none}}
