@font-face{font-family:Inter;src:url('inter-400.woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('inter-600.woff2');font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url('inter-700.woff2');font-style:normal;font-weight:700;font-display:swap}
:root{--ink:#0b2e42;--muted:#566976;--blue:#082f48;--aqua:#98efe0;--yellow:#ffdb69;--line:#d9e2e5;--paper:#fff;--soft:#eff7f7;--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;display:block}button:disabled{cursor:wait;opacity:.65}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #118baf;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.13;letter-spacing:-.045em}h1{font-size:clamp(2.8rem,5vw,4.7rem);font-weight:660}h2{font-size:clamp(2.1rem,3.3vw,3.3rem);font-weight:630;margin-bottom:24px}h3{font-size:1.24rem;letter-spacing:-.025em}p{color:var(--muted)}.container{width:min(1240px,calc(100% - 96px));margin-inline:auto}.icon{vertical-align:middle;flex:none;width:23px;height:23px}.eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#377073;margin-bottom:24px}.eyebrow.light{color:var(--aqua)}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--blue);color:white;padding:15px 24px;border:1px solid transparent;border-radius:9px;font-size:.9rem;font-weight:600}.button:hover{background:#14506d}.button.small{padding:12px 19px}.text-link{display:inline-flex;gap:20px;align-items:center;font-size:.9rem;font-weight:650;border-bottom:1px solid var(--ink);padding-bottom:5px}.text-link:hover{color:#187579}.text-link .icon{width:19px}.site-header{background:#fff;position:relative;z-index:20;border-bottom:1px solid #e9efef}.header-inner{height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:1.14rem;line-height:1.3;letter-spacing:-.04em;white-space:nowrap}.brand img{width:44px;height:44px;border-radius:11px}.brand strong{font-weight:750}.main-nav{display:flex;align-items:center;gap:34px;font-size:.875rem;font-weight:550}.main-nav>a:not(.button):hover{color:#138685}.mobile-menu{display:none}.hero {
    position: relative;
    isolation: isolate;
    background: var(--blue);
    color: #fff;
    overflow: hidden;
}
.hero-backdrop {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% 53%;
}
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(3, 25, 39, .94) 0%, rgba(3, 25, 39, .83) 32%, rgba(3, 25, 39, .4) 61%, rgba(3, 25, 39, .12) 100%);
}.hero-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    min-height: 680px;
    padding-block: 70px;
}.hero-copy{flex:1;max-width:710px;padding-block:12px}.hero h1{margin-bottom:25px;max-width:710px;font-size:clamp(3.2rem,5.2vw,4.7rem)}.hero h1 span{color:var(--aqua);display:block}.hero-description{color:#f0f6f8;max-width:510px;line-height:1.75;font-size:1.05rem;margin-bottom:30px}.hero-note{font-size:.77rem;color:#dce9ef;margin-top:22px;margin-bottom:0}.store-buttons{display:flex;gap:12px;flex-wrap:wrap}.store-button{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#092b40;min-width:169px;padding:10px 17px;border-radius:9px;line-height:1.2;border:1px solid #d9e7ec;transition:box-shadow .15s}.store-button:hover{box-shadow:0 0 0 3px #ffffff55}.store-button span{display:flex;flex-direction:column;gap:2px}.store-button small{font-size:.625rem;letter-spacing:.02em}.store-button strong{font-size:1.2rem;font-weight:650;letter-spacing:-.035em}.phrase-card{display:flex;justify-content:space-between;gap:30px;align-items:center;position:relative;align-self:flex-end;flex:none;width:270px;background:#fff;color:var(--ink);padding:21px 24px;border-radius:15px;box-shadow:0 15px 45px #00213233}.phrase-card>div{display:flex;flex-direction:column}.phrase-label{font-size:.625rem;font-weight:700;letter-spacing:.1em;color:#5c747e}.phrase-card strong{font-size:1.9rem;line-height:1.3;letter-spacing:-.05em;font-weight:680;margin-top:5px}.phrase-card>div>span:last-child{font-size:.9rem;color:var(--muted)}.audio-button{width:55px;height:55px;display:grid;place-items:center;background:var(--yellow);border:0;border-radius:50%;color:var(--ink);flex-shrink:0}.audio-button:hover,.audio-button[aria-pressed=true]{background:var(--aqua)}.benefit-strip{border-bottom:1px solid var(--line)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding-block:27px;font-size:.87rem}.benefits>div{display:flex;align-items:center;gap:12px;justify-content:center;border-right:1px solid var(--line);line-height:1.3}.benefits>div:first-child{justify-content:flex-start}.benefits>div:last-child{border:0;justify-content:flex-end}.benefits b{font-size:1.65rem;line-height:1}.benefits svg{color:#34746e}.section{padding-block:100px}.discover{display:grid;grid-template-columns:1fr 1fr;gap:125px;align-items:center}.section-intro{font-size:1rem;line-height:1.8;margin-bottom:30px}.feature{display:flex;gap:22px;align-items:flex-start;padding-block:22px;border-bottom:1px solid var(--line)}.feature:first-child{padding-top:0}.feature:last-child{border:0;padding-bottom:0}.feature h3{margin-bottom:10px}.feature p{font-size:.9rem;line-height:1.7;margin:0}.feature-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;flex:none}.tone-0{background:#e1f7f0}.tone-1{background:#edf0ff}.tone-2{background:#fff3d0}.topics-section{background:var(--soft);padding-block:80px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:32px}.section-heading h2{margin-bottom:0}.section-heading p:last-child{margin-bottom:0}.section-heading>p{font-size:.9rem;max-width:370px}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.topic{padding:28px 26px;background:#fff;border:1px solid #dce8e7;border-radius:15px;transition:border-color .15s}.topic:hover{border-color:#228d88}.topic-number{font-size:.85rem;display:block;font-weight:600;color:#3e847c;margin-bottom:25px}.topic h3{font-size:1.45rem;margin-bottom:12px}.topic p{font-size:.86rem;min-height:46px;line-height:1.6}.topic>.icon{margin-top:8px}.more-topics{margin-top:28px;border-bottom:1px solid #c7dad8}.more-topics summary{font-size:.9rem;padding:14px 0;cursor:pointer;list-style:none;font-weight:600;display:flex;justify-content:space-between}.more-topics summary::-webkit-details-marker{display:none}.more-topics summary span{font-size:1.3rem}.more-topics[open] summary span{transform:rotate(45deg)}.topic-tags{display:flex;flex-wrap:wrap;gap:9px;padding-block:12px 25px}.topic-tags span{background:white;border-radius:20px;border:1px solid #d4e3e2;padding:5px 15px;font-size:.875rem}.news-intro{margin-top:-13px;margin-bottom:35px;font-size:.94rem}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.news-grid:has(>.news-card:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.news-visual{display:block;height:235px;overflow:hidden;border-radius:16px;margin-bottom:23px}.news-visual img{width:100%;height:100%;object-fit:cover;object-position:center 60%}.type-card{background:#b8ecdf;padding:32px;display:flex;align-items:center;color:#144743}.type-card>span{font-size:3.7rem;line-height:1.2;font-weight:650;letter-spacing:-.055em}.type-card em{display:block;font-size:1.05rem;font-style:normal;letter-spacing:-.02em;margin-top:16px}.news-meta{display:flex;gap:18px;align-items:center;margin-bottom:14px;font-size:.75rem;color:#6c7c84}.news-meta>span{font-weight:650;color:#286d65}.news-card h3{font-size:1.45rem;line-height:1.3;margin-bottom:10px}.news-card h3 a:hover{text-decoration:underline}.news-card p{font-size:.9rem;line-height:1.7;max-width:490px}.news-card .text-link{font-size:.86rem;border:0;margin-top:4px}.download-section{background:var(--aqua);padding-block:65px}.download-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}.download-inner>div:first-child{max-width:630px}.download-inner h2{font-size:2.6rem;margin-bottom:15px}.download-inner p{color:#295c58;max-width:580px}.download-inner .eyebrow{margin-bottom:14px}.download-inner .store-buttons{flex-wrap:nowrap}.download-note{margin:16px 0 0;text-align:center;font-size:.75rem}.site-footer{padding-block:48px 22px}.footer-top{display:flex;justify-content:space-between;gap:30px;align-items:center;padding-bottom:32px}.footer-top p{font-size:.8rem;margin:16px 0 0}.footer-top nav{display:flex;gap:25px;font-size:.8rem}.footer-top nav a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:20px;color:#6b7e88;font-size:.72rem}.story{max-width:920px;padding-block:70px 110px}.story>.news-meta{margin-top:40px}.story h1{font-size:clamp(2.5rem,5vw,4rem);max-width:850px;margin-bottom:25px}.story-intro{font-size:1.2rem}.story-image{width:100%;height:400px;object-fit:cover;border-radius:20px;margin-block:35px}.story-body{max-width:720px;margin:30px auto 0}.story-body p{font-size:1.1rem;white-space:normal;overflow-wrap:anywhere;line-height:1.9}.empty-state{padding:40px;border:1px dashed var(--line);border-radius:15px}.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}.skip-link{position:fixed;left:20px;top:-70px;z-index:1000;background:white;padding:10px;color:var(--ink)}.skip-link:focus{top:10px}
@media(min-width:1500px){.hero-inner{gap:75px}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.hero-inner{gap:30px;min-height:640px}.hero h1{font-size:3.6rem}.hero-description{font-size:.97rem}.main-nav{gap:22px}.discover{gap:65px}.benefits{font-size:.78rem}.download-inner{gap:30px}.download-inner .store-buttons{flex-direction:column}.topic{padding:22px 18px}.topic h3{font-size:1.25rem}}
@media(max-width:760px){.container{width:calc(100% - 40px)}.header-inner{height:78px}.brand{font-size:1rem}.brand img{width:38px;height:38px}.mobile-menu{display:grid;place-items:center;border:1px solid var(--line);background:#fff;width:42px;height:42px;border-radius:8px}.main-nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;box-shadow:0 15px 20px #1233;align-items:stretch}.main-nav.open{display:flex;flex-direction:column;gap:20px}.hero-inner{display:block;min-height:0;padding-block:48px}
.hero-backdrop{object-position:70% center}
.hero::after{background:linear-gradient(90deg,rgba(3,25,39,.82),rgba(3,25,39,.6)),linear-gradient(0deg,rgba(3,25,39,.35),transparent 65%)}.hero-copy{padding:0;align-self:stretch}.hero h1{font-size:clamp(2.8rem,9vw,4.1rem);max-width:580px}.hero .eyebrow{font-size:.72rem;margin-bottom:22px}.hero-description{max-width:540px;font-size:1rem;margin-bottom:25px}.hero-note{font-size:.7rem}.phrase-card{width:260px;max-width:100%;margin-top:32px;padding:17px 20px}.phrase-card strong{font-size:1.6rem}.benefits{grid-template-columns:1fr 1fr;row-gap:22px;padding-block:25px}.benefits>div{font-size:.75rem;justify-content:flex-start!important;gap:10px}.benefits>div:nth-child(2){border:0;padding-left:15px}.benefits>div:nth-child(4){padding-left:15px}.benefits b{font-size:1.4rem}.section{padding-block:65px}.discover{grid-template-columns:1fr;gap:40px}h2{font-size:2.3rem}.eyebrow{font-size:.7rem;letter-spacing:.1em}.features{margin-top:0}.feature{padding-block:23px}.section-heading{display:block}.section-heading>p,.section-heading>.text-link{margin-top:20px}.topic-grid{grid-template-columns:1fr 1fr;gap:12px}.topic{padding:22px 18px}.topic-number{margin-bottom:22px}.topics-section{padding-block:58px}.topic h3{font-size:1.22rem}.topic p{font-size:.82rem}.topic>.icon{width:19px}.news-grid,.news-grid:has(>.news-card:nth-child(2):last-child){grid-template-columns:1fr;gap:40px}.news-visual{height:240px}.news-intro{margin-top:-12px}.news-card h3{font-size:1.5rem}.type-card>span{font-size:3.6rem}.download-inner{display:block}.download-inner h2{font-size:2.35rem}.download-inner .store-buttons{flex-direction:row;flex-wrap:wrap;margin-top:28px}.download-note{text-align:left}.store-button{min-width:153px;padding:10px 13px;gap:9px}.store-button strong{font-size:1.1rem}.footer-top{display:block}.footer-top nav{margin-top:28px;flex-wrap:wrap;gap:18px}.footer-bottom{flex-direction:column;gap:8px;font-size:.7rem}.story{padding-block:45px 75px}.story-image{height:260px}.story h1{font-size:2.6rem}.story-body p{font-size:1rem}}
@media(max-width:360px){.container{width:calc(100% - 32px)}.store-buttons{gap:9px}.store-button{min-width:143px;padding:10px}.store-button strong{font-size:1rem}.store-button svg{width:24px}.brand{font-size:.9rem}.hero h1{font-size:2.6rem}.benefits>div{font-size:.68rem}.topic{padding:18px 14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Readable body copy and long editorial headings. */
.feature p,.topic p,.news-card p{font-size:1rem}.store-button small,.phrase-label,.footer-bottom,.hero-note{font-size:.75rem}.hero-copy,.discover>div{min-width:0}h1,h2,h3{overflow-wrap:anywhere}
