*{margin:0;padding:0;box-sizing:border-box}
:root{--bg:#0a0a0f;--bg2:#12121a;--bg3:#1a1a25;--text:#ffffff;--text2:rgba(255,255,255,.7);--text3:rgba(255,255,255,.4);--accent:#00CEC8;--accent2:#1ba8af;--accent-glow:rgba(0,206,200,.15);--border:rgba(255,255,255,.08);--card:rgba(255,255,255,.03);--radius:12px;--font:'Inter',sans-serif}
[data-theme="light"]{--bg:#ffffff;--bg2:#f8f9fb;--bg3:#f0f2f5;--text:#111827;--text2:#4b5563;--text3:#9ca3af;--accent:#00A8A3;--accent2:#023747;--accent-glow:rgba(0,168,163,.08);--border:rgba(0,0,0,.08);--card:rgba(0,0,0,.02)}
body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;transition:background .4s,color .4s}
a{color:inherit;text-decoration:none}

/* ========== NAV ========== */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;transition:all .3s}
.nav.scrolled{background:var(--bg);border-bottom:1px solid var(--border);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.nav-logo{font-size:1.4rem;font-weight:900;background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.nav-links{display:flex;gap:2rem}
.nav-links a{font-size:.9rem;font-weight:500;color:var(--text2);transition:color .2s}
.nav-links a:hover{color:#1ba8af}
.nav-actions{display:flex;align-items:center;gap:1rem}
.theme-toggle{background:none;border:1px solid var(--border);border-radius:8px;padding:.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;width:36px;height:36px;transition:all .2s}
.theme-toggle:hover{border-color:#1ba8af;background:rgba(27,168,175,.1)}
.theme-toggle svg{width:18px;height:18px;stroke:var(--text2)}
[data-theme="dark"] .theme-icon-moon{display:none}
[data-theme="light"] .theme-icon-sun{display:none}
.btn-nav{font-size:.9rem;font-weight:600;color:var(--text2);transition:color .2s}
.btn-nav:hover{color:var(--text)}
.btn-primary-nav{font-size:.9rem;font-weight:600;padding:.5rem 1.25rem;border-radius:8px;background:linear-gradient(135deg,#023747,#1ba8af);color:#fff;transition:all .2s}
.btn-primary-nav:hover{transform:translateY(-1px);box-shadow:0 4px 20px rgba(27,168,175,.4)}

/* ========== HERO — FULLSCREEN ========== */
.hero-fullscreen{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:4.5rem 2rem 1.5rem;
    position:relative;
    overflow:hidden;
}
.hero-fullscreen::before{
    content:'';position:absolute;top:-40%;left:-30%;width:160%;height:160%;
    background:radial-gradient(ellipse at 30% 40%,var(--accent-glow) 0%,transparent 55%);
    pointer-events:none;
}
.hero-fullscreen-inner{
    max-width:1400px;margin:0 auto;width:100%;
    display:flex;align-items:center;gap:3rem;
    position:relative;z-index:1;
    flex:1;
}
.hero-copy{flex:1;min-width:0;}
.hero-badge{display:inline-block;padding:.35rem .9rem;border-radius:20px;font-size:.72rem;font-weight:600;color:var(--accent);border:1px solid rgba(0,206,200,.3);background:var(--accent-glow);margin-bottom:1.25rem;letter-spacing:.02em}
.hero-title{font-size:clamp(2.4rem,5vw,4rem);font-weight:900;line-height:1.06;letter-spacing:-.03em;margin-bottom:1rem}
.c-highlight{
    background:linear-gradient(135deg,#1ba8af,#0d5c6a,#023747);
    -webkit-background-clip:text;-webkit-text-fill-color:transparent;
    background-size:200% 200%;animation:gradientShift 4s ease infinite;
    font-style:normal;
}
.c-rotate{display:inline-block;transition:opacity .3s ease,transform .3s ease}
.nowrap-word{white-space:nowrap}
.gradient-text{background:linear-gradient(135deg,#1ba8af,#0d5c6a,#023747);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:gradientShift 4s ease infinite}
@keyframes gradientShift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.hero-sub{font-size:1.05rem;color:var(--text2);max-width:480px;line-height:1.65;margin-bottom:1.5rem}
.hero-cta{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}
.btn-hero{padding:.8rem 2rem;border-radius:10px;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#023747,#1ba8af);color:#fff;transition:all .3s;display:inline-block}
.btn-hero:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(27,168,175,.4)}
.btn-hero-secondary{padding:.8rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;border:1px solid var(--border);color:var(--text2);transition:all .3s}
.btn-hero-secondary:hover{border-color:#1ba8af;color:#1ba8af;background:rgba(27,168,175,.1)}
.hero-stats{display:flex;gap:1.5rem;align-items:center;margin-bottom:1.5rem}
.stat{text-align:center}
.stat-num{display:block;font-size:1.3rem;font-weight:800;color:#1ba8af}
.stat-label{font-size:.75rem;color:var(--text3);font-weight:500}
.stat-divider{width:1px;height:32px;background:var(--border)}

/* Hero use-case pills */
.hero-usecases{margin-bottom:1.25rem}
.hero-usecases-label{font-size:.75rem;font-weight:600;color:var(--text3);margin-bottom:.5rem;letter-spacing:.01em;font-style:italic}
.hero-usecases-pills{display:flex;flex-wrap:wrap;gap:.4rem}
.hero-usecase-pill{
    display:inline-flex;align-items:center;gap:5px;
    padding:.3rem .7rem;border-radius:16px;
    font-size:.72rem;font-weight:600;
    color:var(--text2);
    border:1px solid var(--border);
    background:var(--card);
    transition:all .25s;
}
.hero-usecase-pill svg{width:13px;height:13px;stroke:#1ba8af;flex-shrink:0}
.hero-usecase-pill:hover{border-color:#1ba8af;color:#1ba8af;background:rgba(27,168,175,.08)}

/* "C is for..." */
.c-is-for{
    display:flex;align-items:center;gap:.75rem;
    padding:.6rem 1rem;border-radius:10px;
    background:var(--card);border:1px solid var(--border);
    width:fit-content;
}
.c-letter{
    font-size:1.6rem;font-weight:900;
    color:#1ba8af;
    line-height:1;
}
.c-meanings{position:relative;height:1.4em;overflow:hidden;min-width:180px}
.c-word{
    position:absolute;top:0;left:0;
    font-size:.9rem;font-weight:600;color:var(--text2);white-space:nowrap;
    opacity:0;transform:translateY(10px);
    transition:opacity .4s ease,transform .4s ease;
}
.c-word.active{opacity:1;transform:translateY(0)}

/* Mockup -- right side */
.hero-mockup-side{flex:1.1;min-width:0;perspective:1200px}
.mockup-browser{background:var(--bg2);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 16px 60px rgba(0,0,0,.3);transform:rotateY(-2deg) rotateX(1deg);transition:transform .6s}
.mockup-browser:hover{transform:rotateY(0) rotateX(0)}
.mockup-bar{display:flex;gap:5px;padding:8px 12px;background:var(--bg3);border-bottom:1px solid var(--border)}
.mockup-bar span{width:8px;height:8px;border-radius:50%;background:var(--border)}
.mockup-bar span:first-child{background:#ef4444}
.mockup-bar span:nth-child(2){background:#f59e0b}
.mockup-bar span:nth-child(3){background:#10b981}
.mockup-screen{display:flex;min-height:260px}
.mockup-sidebar{width:110px;background:linear-gradient(180deg,#023747,#0d5c6a);padding:.5rem;flex-shrink:0}
.mockup-logo{font-weight:800;color:#fff;font-size:.75rem;margin-bottom:.75rem}
.mockup-nav-item{height:auto;border-radius:5px;background:rgba(255,255,255,.06);margin-bottom:3px;transition:all .3s}
.mockup-nav-item.active{background:rgba(255,255,255,.18);box-shadow:0 0 8px rgba(0,206,200,.25)}
.mockup-main{flex:1;padding:.5rem;display:flex;flex-direction:column;gap:.35rem}
.mockup-cards{display:flex;flex-direction:column;gap:.3rem}
.mockup-card{display:flex;align-items:center;gap:.4rem;padding:.4rem;background:var(--card);border:1px solid var(--border);border-radius:6px}
.mockup-card.pulse-1{animation:cardPulse1 4s ease infinite}
.mockup-card.pulse-2{animation:cardPulse2 4s ease infinite 1s}
@keyframes cardPulse1{0%,100%{border-color:var(--border)}50%{border-color:rgba(16,185,129,.4);box-shadow:0 0 15px rgba(16,185,129,.1)}}
@keyframes cardPulse2{0%,100%{border-color:var(--border)}50%{border-color:rgba(59,130,246,.4);box-shadow:0 0 15px rgba(59,130,246,.1)}}
.mockup-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;flex:1}
.mockup-block{border-radius:8px;background:var(--card);border:1px solid var(--border);min-height:50px}
.mockup-customer-item{display:flex;align-items:center;gap:4px;padding:3px 6px;font-size:.44rem;color:rgba(255,255,255,.55);border-radius:3px;margin-bottom:1px}
.mockup-cust-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}

/* Mockup customer banner */
.mockup-customer-banner{
    padding:6px 8px;border-radius:6px;
    background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(2,55,71,.12));
    border:1px solid rgba(16,185,129,.2);
    margin-bottom:5px;
    display:flex;align-items:center;justify-content:space-between;gap:6px;
}
.mockup-mini-badge{
    padding:1px 5px;border-radius:3px;font-size:.36rem;font-weight:600;
    background:var(--card);border:1px solid var(--border);color:var(--text3);
    white-space:nowrap;
}

/* Mockup table */
.mockup-table{border:1px solid var(--border);border-radius:6px;overflow:hidden;font-size:.5rem}
.mockup-table-header{display:flex;padding:4px 6px;background:var(--bg3);font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.04em;font-size:.38rem;border-bottom:1px solid var(--border)}
.mockup-table-header>div,.mockup-table-row>div{padding:0 2px}
.mockup-table-row{display:flex;padding:4px 6px;border-bottom:1px solid var(--border);color:var(--text2);align-items:center;font-size:.42rem}
.mockup-table-row:last-child{border-bottom:none}
.mockup-pill{padding:1px 5px;border-radius:3px;font-size:.36rem;font-weight:700;white-space:nowrap}
.mockup-priority{font-size:.42rem;letter-spacing:1px}
.mockup-priority.high{color:#ef4444}
.mockup-priority.med{color:#f59e0b}
.mockup-priority.low{color:#3b82f6}

/* Mockup meeting detail */
.mockup-meeting-detail{
    border:1px solid var(--border);border-radius:6px;overflow:hidden;
    background:var(--card);margin-top:4px;
}
.mockup-meeting-detail-header{
    padding:5px 7px;border-bottom:1px solid var(--border);
    background:linear-gradient(135deg,rgba(59,130,246,.06),rgba(2,55,71,.08));
}
.mockup-meeting-tabs{
    display:flex;gap:0;border-bottom:1px solid var(--border);
    background:var(--bg3);
}
.mmt-tab{
    padding:3px 7px;font-size:.36rem;font-weight:600;
    color:var(--text3);cursor:default;
    border-bottom:2px solid transparent;
    transition:all .2s;
}
.mmt-tab.active{
    color:#1ba8af;
    border-bottom-color:#1ba8af;
    background:rgba(27,168,175,.06);
}
.mockup-meeting-notes-body{
    padding:5px 7px;
}

/* Scroll hint */
.scroll-hint{
    position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);
    opacity:.4;animation:bounceDown 2s ease infinite;
}
@keyframes bounceDown{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}

/* ========== THE HONEST BIT ========== */
.the-honest-bit{
    min-height:100vh;
    display:flex;align-items:center;justify-content:center;
    padding:4rem 2rem;
    background:var(--bg2);
    text-align:center;
    position:relative;
    overflow:hidden;
}
.the-honest-bit::before{
    content:'';position:absolute;bottom:-20%;right:-20%;width:60%;height:60%;
    background:radial-gradient(circle,var(--accent-glow) 0%,transparent 60%);
    pointer-events:none;
}
.honest-inner{max-width:560px;position:relative;z-index:1}
.honest-emoji{font-size:4rem;margin-bottom:1.5rem;animation:wobble 3s ease infinite}
@keyframes wobble{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}
.honest-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;margin-bottom:1.25rem;letter-spacing:-.02em;line-height:1.15}
.honest-text{font-size:1.05rem;color:var(--text2);line-height:1.7;margin-bottom:.75rem}
.honest-text-alt{font-size:1.2rem;font-weight:700;color:#1ba8af;margin-bottom:2rem}
.honest-card{
    display:flex;align-items:center;gap:1rem;text-align:left;
    padding:1.25rem 1.5rem;border-radius:14px;
    background:var(--bg);border:1px solid var(--border);
    margin-bottom:2rem;
    transition:border-color .3s;
}
.honest-card:hover{border-color:#1ba8af}
.honest-card-icon{font-size:1.8rem;flex-shrink:0}
.honest-card-title{font-size:1rem;font-weight:700;margin-bottom:.2rem}
.honest-card-sub{font-size:.85rem;color:var(--text2);line-height:1.5}
.honest-cta{font-size:1.1rem;padding:1rem 2.5rem;margin-bottom:1.5rem}
.honest-usecases{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}
.honest-usecase{display:inline-flex;align-items:center;gap:5px;padding:.4rem .9rem;border-radius:20px;font-size:.8rem;font-weight:600;border:1px solid var(--border);color:var(--text2);background:var(--card);transition:all .2s}
.honest-usecase svg{width:14px;height:14px;stroke:#1ba8af;flex-shrink:0}
.honest-usecase:hover{border-color:#1ba8af;color:#1ba8af;background:rgba(27,168,175,.1)}
.honest-footnote{font-size:.8rem;color:var(--text3);font-style:italic}

/* ========== FOOTER ========== */
.footer{border-top:1px solid var(--border);padding:3rem 2rem 1.5rem}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;gap:3rem;margin-bottom:2rem}
.footer-brand p{color:var(--text3);font-size:.9rem;margin-top:.5rem}
.footer-links{display:flex;gap:4rem}
.footer-links div{display:flex;flex-direction:column;gap:.5rem}
.footer-links h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text3);margin-bottom:.25rem}
.footer-links a{font-size:.9rem;color:var(--text2);transition:color .2s}
.footer-links a:hover{color:#1ba8af}
.footer-bottom{max-width:1100px;margin:0 auto;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}
.footer-bottom p{font-size:.8rem;color:var(--text3)}

/* ========== ANIMATIONS ========== */
.animate-in{opacity:0;transform:translateY(30px);animation:fadeUp .8s ease forwards}
.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}.delay-4{animation-delay:.6s}
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}

/* ========== PRICING (pricing.html) ========== */
.section-inner{max-width:1100px;margin:0 auto;padding:6rem 2rem}
.section-label{font-size:.8rem;font-weight:700;color:#1ba8af;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;text-align:center}
.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;text-align:center;margin-bottom:3rem;letter-spacing:-.02em;line-height:1.2}
.pricing{background:var(--bg2)}
.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:700px;margin:0 auto}
.pricing-grid.four-col{grid-template-columns:repeat(4,1fr);max-width:1100px}
.price-card{padding:2.5rem;border-radius:16px;background:var(--bg);border:1px solid var(--border);position:relative;transition:all .3s}
.price-card:hover{transform:translateY(-4px)}
.price-card.featured{border-color:#1ba8af;box-shadow:0 0 40px rgba(27,168,175,.15)}
.price-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:.3rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;background:linear-gradient(135deg,#023747,#1ba8af);color:#fff}
.price-name{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}
.price-amount{font-size:3rem;font-weight:900;line-height:1}
.price-amount span{font-size:1rem;font-weight:500;color:var(--text2)}
.price-period{font-size:.85rem;color:var(--text3);margin-bottom:1.5rem}
.price-features{list-style:none;margin-bottom:2rem}
.price-features li{padding:.4rem 0;font-size:.9rem;color:var(--text2);display:flex;align-items:center;gap:.5rem}
.price-features li::before{content:'✓';color:#1ba8af;font-weight:700}
.btn-price{display:block;text-align:center;padding:.75rem;border-radius:10px;font-weight:700;border:1px solid var(--border);color:var(--text);transition:all .3s}
.btn-price:hover{border-color:#1ba8af;background:rgba(27,168,175,.1)}
.btn-price.featured{background:linear-gradient(135deg,#023747,#1ba8af);color:#fff;border:none}
.btn-price.featured:hover{box-shadow:0 8px 30px rgba(27,168,175,.4);transform:translateY(-1px)}

/* ========== RESPONSIVE ========== */

/* Large screens — scale up to fill space */
@media(min-width:1600px){
    .hero-fullscreen-inner{max-width:1600px;gap:4rem}
    .hero-title{font-size:4.5rem}
    .hero-sub{font-size:1.2rem;max-width:540px}
    .hero-badge{font-size:.85rem;padding:.45rem 1.1rem}
    .stat-num{font-size:1.6rem}
    .mockup-screen{min-height:320px}
    .mockup-sidebar{width:130px;padding:.6rem}
    .mockup-table{font-size:.55rem}
    .mockup-table-header{font-size:.48rem}
    .mockup-table-row{font-size:.52rem}
    .c-is-for{padding:.75rem 1.25rem}
    .c-letter{font-size:2rem}
    .c-word{font-size:1rem}
}
@media(min-width:2000px){
    .hero-fullscreen{padding:5rem 4rem 2rem}
    .hero-fullscreen-inner{max-width:1800px;gap:5rem}
    .hero-title{font-size:5.2rem}
    .hero-sub{font-size:1.3rem;max-width:600px}
    .mockup-screen{min-height:360px}
    .mockup-sidebar{width:150px}
    .btn-hero,.btn-hero-secondary{padding:1rem 2.5rem;font-size:1.1rem}
}

@media(max-width:900px){
    .hero-fullscreen-inner{flex-direction:column;text-align:center}
    .hero-copy{order:1}
    .hero-mockup-side{order:2;max-width:600px;width:100%}
    .hero-sub{margin-left:auto;margin-right:auto}
    .hero-cta{justify-content:center}
    .hero-stats{justify-content:center}
    .hero-usecases{text-align:center}
    .hero-usecases-pills{justify-content:center}
    .c-is-for{margin:0 auto}
    .mockup-sidebar{width:100px}
    .pricing-grid.four-col{grid-template-columns:repeat(2,1fr)}
    .footer-inner{flex-direction:column}
    .nav-links{display:none}
}
@media(max-width:600px){
    .hero-fullscreen{padding:5rem 1rem 2rem}
    .hero-stats{flex-direction:column;gap:.75rem}
    .stat-divider{width:40px;height:1px}
    .mockup-screen{flex-direction:column}
    .mockup-sidebar{width:100%;height:auto;padding:.5rem;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}
    .mockup-sidebar>*{margin-bottom:0!important}
    .mockup-logo{margin-bottom:0!important;margin-right:auto}
    .mockup-nav-item,.mockup-customer-item{display:none!important}
    .pricing-grid.four-col{grid-template-columns:1fr}
    .footer-links{flex-direction:column;gap:2rem}
    .honest-card{flex-direction:column;text-align:center}
}

/* ========== ABOUT PAGE ========== */
.about-section{margin-bottom:4rem}
.about-heading{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em;color:var(--text)}
.about-text{font-size:1.05rem;color:var(--text2);line-height:1.8;max-width:700px;margin-bottom:2rem}
.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}
.about-card{padding:1.5rem;border-radius:14px;background:var(--bg2);border:1px solid var(--border);transition:all .3s}
.about-card:hover{border-color:#1ba8af;transform:translateY(-3px);box-shadow:0 8px 30px rgba(27,168,175,.08)}
.about-card-icon{font-size:1.5rem;margin-bottom:.75rem}
.about-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}
.about-card p{font-size:.88rem;color:var(--text2);line-height:1.65}
.about-features{display:flex;flex-direction:column;gap:1.25rem}
.about-feature{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;border-radius:12px;background:var(--bg2);border:1px solid var(--border);transition:border-color .2s}
.about-feature:hover{border-color:#1ba8af}
.about-feature-icon{font-size:1.3rem;flex-shrink:0;margin-top:.1rem}
.about-feature strong{display:block;font-size:.95rem;margin-bottom:.3rem}
.about-feature p{font-size:.85rem;color:var(--text2);line-height:1.6;margin:0}

/* ========== AUTH MODAL ========== */
.auth-overlay{
    position:fixed;top:0;left:0;right:0;bottom:0;
    background:rgba(0,0,0,.6);backdrop-filter:blur(4px);
    z-index:200;opacity:0;pointer-events:none;transition:opacity .3s;
}
.auth-overlay.active{opacity:1;pointer-events:auto}
.auth-modal{
    position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);
    background:var(--bg);border:1px solid var(--border);border-radius:16px;
    padding:2.5rem 2rem;width:90%;max-width:400px;
    z-index:201;opacity:0;pointer-events:none;
    transition:opacity .3s,transform .3s;
    box-shadow:0 20px 60px rgba(0,0,0,.4);
}
.auth-modal.active{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}
.auth-close{
    position:absolute;top:1rem;right:1rem;background:none;border:none;
    color:var(--text3);font-size:1.5rem;cursor:pointer;line-height:1;
    transition:color .2s;
}
.auth-close:hover{color:var(--text)}
.auth-modal-logo{font-size:1.5rem;font-weight:900;text-align:center;margin-bottom:.5rem}
.auth-modal-title{font-size:1.3rem;font-weight:800;text-align:center;margin-bottom:.25rem}
.auth-modal-sub{font-size:.8rem;color:var(--text3);text-align:center;margin-bottom:1.5rem}
.auth-google-btn{
    display:flex;align-items:center;justify-content:center;gap:.6rem;
    width:100%;padding:.7rem;border-radius:10px;
    border:1px solid var(--border);background:var(--bg2);
    color:var(--text);font-size:.9rem;font-weight:600;
    cursor:pointer;transition:all .2s;
}
.auth-google-btn:hover{border-color:#1ba8af;background:rgba(27,168,175,.06)}
.auth-divider{
    display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;
    color:var(--text3);font-size:.75rem;
}
.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--border)}
.auth-input{
    display:block;width:100%;padding:.65rem .85rem;margin-bottom:.6rem;
    border-radius:8px;border:1px solid var(--border);
    background:var(--bg2);color:var(--text);font-size:.9rem;
    font-family:var(--font);transition:border-color .2s;
}
.auth-input:focus{outline:none;border-color:#1ba8af}
.auth-submit{
    display:block;width:100%;padding:.7rem;margin-top:.25rem;
    border-radius:10px;border:none;
    background:linear-gradient(135deg,#023747,#1ba8af);
    color:#fff;font-size:.95rem;font-weight:700;
    cursor:pointer;transition:all .2s;font-family:var(--font);
}
.auth-submit:hover{box-shadow:0 4px 20px rgba(27,168,175,.4);transform:translateY(-1px)}
.auth-footer{display:flex;justify-content:space-between;margin-top:1rem}
.auth-link{
    background:none;border:none;color:var(--text3);font-size:.75rem;
    cursor:pointer;text-decoration:underline;font-family:var(--font);
    transition:color .2s;
}
.auth-link:hover{color:#1ba8af}

/* Landing toast */
.landing-toast{
    position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(20px);
    padding:.6rem 1.5rem;border-radius:10px;font-size:.85rem;font-weight:600;
    z-index:300;opacity:0;pointer-events:none;transition:all .3s;
    font-family:var(--font);
}
.landing-toast.success{background:#023747;color:#fff;border:1px solid #1ba8af}
.landing-toast.error{background:#7f1d1d;color:#fca5a5;border:1px solid #ef4444}
.landing-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* Billing toggle */
.billing-toggle{display:inline-flex;border-radius:10px;border:1px solid var(--border);overflow:hidden;background:var(--bg2)}
.billing-btn{padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;border:none;background:none;color:var(--text2);cursor:pointer;transition:all .2s;font-family:var(--font);display:inline-flex;align-items:center}
.billing-btn.active{background:linear-gradient(135deg,#023747,#1ba8af);color:#fff}
.billing-btn:hover:not(.active){background:var(--bg3)}
