:root{
  --ink:#10233f;
  --muted:#5f6f82;
  --blue:#087cc5;
  --blue-deep:#0a67a3;
  --blue-soft:#eaf7fd;
  --gold:#f4b41b;
  --green:#35a76d;
  --paper:#ffffff;
  --mist:#f6fafc;
  --line:#dce7ef;
  --shadow:0 16px 38px rgba(18,54,82,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.wrap{width:min(1160px,calc(100% - 48px));margin:auto}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(25,92,131,.10)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:850;font-size:1.15rem;letter-spacing:-.02em}
.brand-mark{width:38px;height:38px;border-radius:10px;display:block;object-fit:cover;box-shadow:0 5px 14px rgba(0,111,181,.15)}
.home-lang{color:var(--blue);font-weight:800;text-decoration:none}.home-lang:hover{text-decoration:underline}
.links{display:flex;align-items:center;gap:24px;font-weight:700;font-size:.94rem}.links a{text-decoration:none;color:#3d5067}.links a:hover{color:var(--blue)}.lang{border-left:1px solid var(--line);padding-left:20px;color:var(--blue)!important}
.home-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}
.home-main{padding:34px 0 26px;background:linear-gradient(180deg,#eef9ff 0,#fff 94%)}
.home-wrap{width:min(1240px,calc(100% - 40px));margin:auto}
.showcase-image{display:block;width:100%;height:auto;border-radius:22px;border:4px solid rgba(255,255,255,.96);box-shadow:var(--shadow)}
.stores{display:flex;flex-wrap:wrap;gap:14px;margin:0}
.home-stores{justify-content:center;margin:26px 0 0}
.store,.store-light{display:inline-flex;align-items:center;justify-content:flex-start;gap:13px;width:224px;min-height:66px;padding:10px 18px;text-decoration:none;color:#fff!important;background:#000!important;border:1px solid #a6a6a6!important;border-radius:10px;box-shadow:none;transition:.18s transform,.18s box-shadow}
.store:hover,.store-light:hover{transform:translateY(-2px);box-shadow:0 7px 16px rgba(0,0,0,.14)}
.store span,.store-light span{display:block;text-align:left}.store b,.store-light b{display:block;color:#fff;font-size:1.2rem;line-height:1.02;font-weight:500;letter-spacing:-.015em}.store small,.store-light small{display:block;color:#fff!important;font-size:.68rem;line-height:1.05;margin-bottom:3px;white-space:nowrap;opacity:1;font-weight:500;letter-spacing:.012em}
.store[href*="apps.apple.com"],.store-light[href*="apps.apple.com"]{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Arial,sans-serif}
.store[href*="apps.apple.com"] svg,.store-light[href*="apps.apple.com"] svg{width:40px;height:40px;display:block;fill:#fff;flex:none}
.store[href*="play.google.com"],.store-light[href*="play.google.com"]{font-family:Roboto,"Google Sans",Arial,sans-serif}
.store[href*="play.google.com"] svg,.store-light[href*="play.google.com"] svg{display:none}
.store[href*="play.google.com"]::before,.store-light[href*="play.google.com"]::before{content:"";width:37px;height:41px;flex:none;background:url('/assets/google-play-seeklogo.png?v=1') center/contain no-repeat}
.section{padding:84px 0}.section-soft{background:var(--mist);border-block:1px solid var(--line)}.narrow-content{max-width:1160px;margin:auto}
.section-head,.section-head.centered,.section-head-wide{max-width:1000px;margin:0 auto 40px;text-align:center}
.section-head h2{margin:18px auto 18px;max-width:960px;font-size:clamp(2.25rem,3.3vw,3.05rem);line-height:1.08;letter-spacing:-.04em;text-wrap:balance;overflow-wrap:normal;word-break:normal;hyphens:none}
.section-head p{margin:0 auto 14px;max-width:900px;color:var(--muted);font-size:1.04rem;line-height:1.76;text-wrap:pretty}.section-head p:last-child{margin-bottom:0}
.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:10px 17px;border-radius:999px;background:#e4f5fc;color:#00679f;border:1px solid #c6e6f5;font-size:1rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;line-height:1.15;box-shadow:0 4px 12px rgba(0,109,169,.055)}
.eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--green);flex:none}
.cards{display:grid;gap:20px}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px 26px;text-align:center;box-shadow:0 5px 18px rgba(35,73,99,.035)}
.num{width:38px;height:38px;border-radius:11px;background:#1595cf;color:#fff;display:grid;place-items:center;font-weight:900;margin:0 auto 17px}.card h3{margin:0 0 9px;font-size:1.12rem;line-height:1.34;letter-spacing:-.012em;text-wrap:balance}.card p{margin:0;color:var(--muted);font-size:.98rem;line-height:1.65}.feature-cards .card{min-height:0}
.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:30px auto 0;max-width:930px}.feature{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px 22px;text-align:center}.feature strong{display:block;font-size:1.01rem;margin-bottom:4px}.feature span{display:block;color:var(--muted);font-size:.95rem;line-height:1.55}
.science-callout{max-width:900px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 34px;text-align:center}.science-callout p{margin:0 auto 13px;color:var(--muted);max-width:820px}.science-callout p:last-child{margin-bottom:0}.science-callout .big-quote{font-size:1.12rem;line-height:1.65;color:var(--ink)}
.notice{max-width:920px;margin:28px auto 0;padding:19px 22px;border-left:4px solid var(--gold);background:#fff8dd;border-radius:0 12px 12px 0;color:#5b4b1d;font-size:.94rem;line-height:1.62;text-align:left}.notice-bottom{margin-top:30px}
.cta{background:linear-gradient(135deg,#0b6fab 0%,#12a0d6 100%);color:#fff;border-radius:24px;padding:48px 44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;box-shadow:0 18px 40px rgba(5,91,151,.13);text-align:center}.cta-copy{max-width:780px}.cta h2{font-size:clamp(2.05rem,3vw,2.7rem);line-height:1.1;margin:0 0 13px;letter-spacing:-.035em;text-wrap:balance}.cta p{margin:0 auto 9px;color:#eaf7fd;line-height:1.65;max-width:720px}.cta .cta-micro{font-size:.9rem;color:#d9effb;margin:9px 0 0}.cta-stores{margin:0;flex-direction:row;justify-content:center;flex:none;gap:14px}
.science-sources{padding-top:82px}.source-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:980px;margin:auto}.source-list a{display:flex;flex-direction:column;gap:7px;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 22px;text-align:center;transition:.18s border-color,.18s background,.18s transform}.source-list a:hover{border-color:#b7d6e8;background:#fbfdff;transform:translateY(-1px)}.source-list strong{font-size:1rem;line-height:1.42;color:#175f91}.source-list span{font-size:.92rem;line-height:1.52;color:var(--muted)}
.site-footer{padding:34px 0 44px;color:#5b6b7c}.home-footer{padding-top:14px}.footer-row{display:flex;justify-content:center;gap:28px;align-items:center;border-top:1px solid var(--line);padding-top:26px;text-align:center;flex-wrap:wrap}.footer-links{display:flex;flex-wrap:wrap;gap:18px}.footer-links a{color:#42566d;text-decoration:none}.footer-links a:hover{color:var(--blue)}
.legal-shell{padding:54px 0 86px}.legal{max-width:900px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(25px,5vw,56px);box-shadow:var(--shadow)}.legal h1{font-size:clamp(2.15rem,5vw,3.5rem);line-height:1.05;margin:0 0 14px;letter-spacing:-.04em;text-wrap:balance}.legal h2{margin:34px 0 10px;font-size:1.35rem;color:#175f91}.legal p,.legal li{color:#3f5063}.legal ul{padding-left:22px}.legal .meta{color:#687789;margin-bottom:30px}.legal .topline{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}.legal .topline a{color:var(--blue);font-weight:800;text-decoration:none}.contact-box{padding:22px;border-radius:16px;background:var(--mist);border:1px solid var(--line);margin:25px 0}.contact-box a{color:var(--blue);font-weight:800}.back{display:inline-flex;gap:8px;align-items:center;color:var(--blue);font-weight:800;text-decoration:none}.legal .privacy-title{font-size:clamp(1.8rem,4vw,2.75rem);line-height:1.12;letter-spacing:-.035em}
@media(max-width:900px){.section{padding:68px 0}.cards-3{grid-template-columns:1fr}.source-list{grid-template-columns:1fr}.section-head h2{font-size:clamp(2rem,5.6vw,2.55rem);max-width:860px}.section-head p{font-size:1rem}.cta-stores{flex-wrap:wrap}}
@media(max-width:580px){.wrap{width:min(100% - 28px,1160px)}.home-wrap{width:min(100% - 18px,1240px)}.nav{height:64px}.brand{font-size:1.04rem}.brand-mark{width:36px;height:36px}.showcase-image{border-width:3px;border-radius:16px}.home-main{padding-top:16px}.home-stores{align-items:center;flex-direction:column;margin-top:20px}.home-stores .store{width:224px;max-width:100%;margin:auto}.section{padding:54px 0}.section-head{margin-bottom:30px}.section-head h2{font-size:clamp(1.85rem,8vw,2.2rem);line-height:1.12;max-width:100%;margin-top:14px}.section-head p{font-size:.98rem;line-height:1.7}.eyebrow{font-size:.82rem;letter-spacing:.035em;padding:9px 13px}.card{padding:22px}.feature-grid{grid-template-columns:1fr}.science-callout{padding:24px}.notice{font-size:.86rem;line-height:1.56;padding:17px 17px;margin-left:-5px;margin-right:-5px}.cta{padding:32px 22px;gap:24px;border-radius:20px}.cta-stores{width:100%;flex-direction:column;align-items:center}.cta-stores .store{width:224px;max-width:100%}.source-list a{padding:20px}.footer-row{flex-direction:column;gap:12px}.legal-shell{padding:24px 0 55px}.legal{border-radius:18px}.legal .topline{align-items:flex-start;flex-direction:column}}
