@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#18181b;background:#fff;line-height:1.6;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.15;letter-spacing:-.02em}
a{text-decoration:none;color:inherit;transition:color .2s}
img{max-width:100%;height:auto;display:block}
button{cursor:pointer;font-family:inherit}

/* ─── Container ─── */
.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}
@media(min-width:640px){.container{padding:0 2.5rem}}
@media(min-width:1024px){.container{padding:0 3rem}}

/* ─── Header ─── */
.site-header{position:sticky;top:0;z-index:100;width:100%;border-bottom:1px solid #f4f4f5;background:rgba(255,255,255,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 1px 3px rgba(0,0,0,.06)}
.header-inner{display:flex;height:4rem;align-items:center;justify-content:space-between}
.logo{font-size:1.35rem;font-weight:800;color:#18181b;display:flex;align-items:center;gap:.4rem}
.logo span{color:#1b1aff}
.logo-icon{width:28px;height:28px;background:#1b1aff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:900}
.nav-links{display:none;align-items:center;gap:1.75rem}
@media(min-width:768px){.nav-links{display:flex}}
.nav-links a{font-size:.875rem;font-weight:500;color:#71717a;transition:color .15s}
.nav-links a:hover{color:#18181b}
.header-cta{display:none;align-items:center;gap:.75rem}
@media(min-width:768px){.header-cta{display:flex}}
.mobile-actions{display:flex;align-items:center;gap:.5rem}
@media(min-width:768px){.mobile-actions{display:none}}

/* ─── Buttons ─── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:9999px;border:none;transition:all .25s;font-size:.875rem;padding:.625rem 1.25rem;white-space:nowrap}
.btn-sm{padding:.4rem .85rem;font-size:.8rem}
.btn-lg{padding:.9rem 2rem;font-size:1.1rem}
.btn-xl{padding:1rem 2.5rem;font-size:1.25rem}
.btn-blue{background:#1b1aff;color:#fff;box-shadow:0 1px 3px rgba(27,26,255,.3)}
.btn-blue:hover{background:#3534ff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(27,26,255,.3)}
.btn-lime{background:#a3e635;color:#000;font-weight:700;box-shadow:0 10px 40px -10px rgba(163,230,53,.5)}
.btn-lime:hover{background:#bef264;transform:translateY(-2px);box-shadow:0 20px 40px -10px rgba(163,230,53,.6)}
.btn-outline{background:transparent;border:1px solid #e4e4e7;color:#18181b}
.btn-outline:hover{background:#f4f4f5}
.btn-white{background:#fff;color:#18181b;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.btn-white:hover{background:#f9fafb}
.btn-ghost{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.15)}
.btn-ghost:hover{background:rgba(255,255,255,.2)}

/* ─── Mobile Drawer ─── */
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s}
.drawer-overlay.open{opacity:1;pointer-events:auto}
.drawer-panel{position:absolute;top:0;right:0;width:85%;max-width:320px;height:100%;background:#fff;padding:1.5rem;display:flex;flex-direction:column;gap:2rem;transform:translateX(100%);transition:transform .3s ease}
.drawer-overlay.open .drawer-panel{transform:translateX(0)}
.drawer-close{align-self:flex-end;background:none;border:none;font-size:1.5rem;color:#71717a;padding:.25rem}
.drawer-nav{display:flex;flex-direction:column;gap:1.25rem}
.drawer-nav a{font-size:1.1rem;font-weight:600;color:#18181b}
.drawer-nav a:hover{color:#1b1aff}

/* ─── HERO ─── */
.hero{background:#1b1aff;padding:5rem 0 4rem;overflow:hidden;position:relative}
@media(min-width:640px){.hero{padding:6rem 0 5rem}}
@media(min-width:1024px){.hero{padding:7rem 0 6rem}}
.hero-blur-1{position:absolute;top:-20%;left:-10%;width:50%;height:50%;border-radius:50%;background:rgba(255,255,255,.12);filter:blur(100px);pointer-events:none}
.hero-blur-2{position:absolute;top:30%;right:10%;width:30%;height:60%;border-radius:50%;background:rgba(49,46,129,.4);filter:blur(100px);pointer-events:none}
.hero-grid{display:grid;gap:3rem;align-items:center;position:relative;z-index:2}
@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}
.hero-text{display:flex;flex-direction:column;align-items:center;text-align:center}
@media(min-width:1024px){.hero-text{align-items:flex-start;text-align:left}}
.hero-badge{display:inline-flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.95);padding:.375rem 1rem;border-radius:9999px;box-shadow:0 4px 15px rgba(0,0,0,.1);margin-bottom:1.5rem;font-size:.8rem;font-weight:700;transition:transform .2s}
.hero-badge:hover{transform:scale(1.04)}
.hero-badge-name{color:#1b1aff}
.hero-badge-sep{color:#a1a1aa;font-size:.7rem}
.hero-badge-partner{color:#1b1aff;display:flex;align-items:center;gap:.25rem}
.hero h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.08;letter-spacing:-.03em}
@media(min-width:640px){.hero h1{font-size:3.25rem}}
@media(min-width:1024px){.hero h1{font-size:4.25rem}}
.hero h1 span{color:rgba(255,255,255,.88)}
.hero-desc{font-size:1.05rem;color:#c7d2fe;margin-bottom:2rem;max-width:32rem;line-height:1.65}
@media(min-width:640px){.hero-desc{font-size:1.15rem}}
.hero-cta-row{margin-bottom:2rem;display:flex;width:100%;justify-content:center}
@media(min-width:640px){.hero-cta-row{width:auto}}
@media(min-width:1024px){.hero-cta-row{justify-content:flex-start}}
.hero-cta-row .btn{width:100%}
@media(min-width:640px){.hero-cta-row .btn{width:auto}}
.trust-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}
@media(min-width:1024px){.trust-row{justify-content:flex-start}}
.trust-pill{display:inline-flex;align-items:center;gap:.375rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(4px);padding:.375rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:600;color:rgba(255,255,255,.9)}
.trust-pill .check{color:#a3e635;font-size:1rem}
.hero-visual{display:flex;justify-content:center;position:relative}
@media(min-width:1024px){.hero-visual{justify-content:flex-end;padding-left:2rem}}
.hero-img-wrap{position:relative;width:100%;max-width:520px}
@media(min-width:1024px){.hero-img-wrap{max-width:none;width:115%;margin-right:-7.5%}}
.hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(163,230,53,.18),rgba(99,102,241,.08) 50%,transparent 70%);border-radius:50%;pointer-events:none}
.hero-img-wrap img{position:relative;z-index:2;border-radius:20px;filter:drop-shadow(0 20px 50px rgba(0,0,0,.35));animation:bobbing 6s ease-in-out infinite;transition:transform .5s}
.hero-img-wrap img:hover{transform:scale(1.02)}

/* ─── Stats Bar ─── */
.stats-bar{background:#fff;padding:3.5rem 0;border-bottom:1px solid #f4f4f5}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}
@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
.stat-val{font-size:2rem;font-weight:800;color:#1b1aff;margin-bottom:.25rem}
@media(min-width:640px){.stat-val{font-size:2.5rem}}
.stat-label{font-size:.85rem;font-weight:500;color:#71717a}

/* ─── Showcase Sections (two-column outcome + CTA like linkplease) ─── */
.showcase{padding:0 0 1rem}
.showcase-block{padding:5rem 0}
.showcase-grid{display:grid;gap:3rem;align-items:center}
@media(min-width:1024px){.showcase-grid{grid-template-columns:1.1fr .9fr;gap:5rem}}
.showcase-grid.reverse{direction:ltr}
@media(min-width:1024px){.showcase-grid.reverse{grid-template-columns:.9fr 1.1fr}.showcase-grid.reverse .showcase-text{order:2}.showcase-grid.reverse .showcase-visual{order:1}}
.showcase-text{display:flex;flex-direction:column;align-items:center;text-align:center}
@media(min-width:1024px){.showcase-text{align-items:flex-start;text-align:left}}
.showcase-text h2{font-size:2rem;margin-bottom:.75rem;color:#18181b;letter-spacing:-.025em}
@media(min-width:640px){.showcase-text h2{font-size:2.5rem}}
@media(min-width:1024px){.showcase-text h2{font-size:3rem}}
.showcase-text p{color:#52525b;font-size:1.05rem;line-height:1.7;max-width:30rem;margin-bottom:2rem}
.showcase-cta-row{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}
@media(min-width:640px){.showcase-cta-row{flex-direction:row;width:auto}}
@media(min-width:1024px){.showcase-cta-row{align-items:flex-start}}
.showcase-cta-row .btn{width:100%}
@media(min-width:640px){.showcase-cta-row .btn{width:auto}}
.showcase-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;font-size:.8rem;font-weight:600;color:#52525b;justify-content:center}
@media(min-width:1024px){.showcase-badges{justify-content:flex-start}}
.showcase-badges span{display:flex;align-items:center;gap:.25rem}
.showcase-badges .dot{color:#a3e635}
.showcase-visual{display:flex;justify-content:center;position:relative}
.showcase-card{background:#09090b;border-radius:20px;overflow:hidden;box-shadow:0 25px 60px -15px rgba(0,0,0,.25);padding:0;width:100%;max-width:520px;border:1px solid rgba(255,255,255,.05)}
.showcase-card img{width:100%;display:block}

/* Phone mockup card used in showcases */
.phone-mock{width:260px;height:520px;background:#09090b;border:8px solid #27272a;border-radius:36px;overflow:hidden;position:relative;box-shadow:0 25px 60px -15px rgba(0,0,0,.4)}
.phone-notch{width:100px;height:18px;background:#27272a;border-radius:0 0 12px 12px;position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:5}
.phone-screen{padding:2rem 1.25rem 1.25rem;height:100%;display:flex;flex-direction:column;color:#fff;font-size:.8rem;gap:.75rem}
.phone-screen .msg{padding:.6rem .85rem;border-radius:12px;max-width:85%;line-height:1.4;animation:fadeUp .4s ease forwards}
.phone-screen .msg-ai{background:#27272a;align-self:flex-start;border-bottom-left-radius:3px}
.phone-screen .msg-user{background:#1b1aff;align-self:flex-end;border-bottom-right-radius:3px}
.phone-screen .msg-status{text-align:center;color:rgba(255,255,255,.35);font-size:.7rem}

/* ─── Dark Features Grid ─── */
.features-section{background:#09090b;padding:5rem 0;color:#fff}
.features-header{text-align:center;max-width:36rem;margin:0 auto 3.5rem}
.features-header .tag{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#a3e635;margin-bottom:.75rem}
.features-header h2{font-size:2rem;color:#fff;margin-bottom:1rem}
@media(min-width:640px){.features-header h2{font-size:2.5rem}}
.features-header p{color:rgba(255,255,255,.55);font-size:1rem}
.features-grid{display:grid;gap:1.25rem}
@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}
.feature-card{background:#18181b;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem;transition:all .3s ease}
.feature-card:hover{transform:translateY(-4px);border-color:rgba(163,230,53,.3);box-shadow:0 8px 30px -12px rgba(163,230,53,.15)}
.feature-icon{width:44px;height:44px;border-radius:12px;background:rgba(27,26,255,.2);border:1px solid rgba(27,26,255,.3);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#a3e635;font-size:1.25rem}
.feature-card h3{font-size:1.15rem;color:#fff;margin-bottom:.6rem;font-weight:700}
.feature-card p{font-size:.875rem;color:rgba(255,255,255,.5);line-height:1.6}

/* ─── How It Works ─── */
.how-section{background:#f9fafb;padding:5rem 0}
.how-header{text-align:center;margin-bottom:3rem}
.how-header .tag{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1b1aff;background:#e0e7ff;padding:.3rem .85rem;border-radius:9999px;margin-bottom:1rem}
.how-header h2{font-size:2rem;margin-bottom:.5rem}
@media(min-width:640px){.how-header h2{font-size:2.5rem}}
.how-header p{color:#71717a;max-width:28rem;margin:0 auto}
.steps-grid{display:grid;gap:2.5rem}
@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}}
.step{text-align:center;position:relative}
.step-num{width:3.5rem;height:3.5rem;border-radius:50%;background:#1b1aff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.15rem;margin:0 auto 1.5rem;box-shadow:0 0 0 8px rgba(27,26,255,.1);position:relative;z-index:3}
.step h3{font-size:1.2rem;margin-bottom:.6rem}
.step p{color:#71717a;font-size:.9rem;max-width:18rem;margin:0 auto;line-height:1.6}
@media(min-width:768px){
  .step:not(:last-child)::after{content:'';position:absolute;top:1.75rem;left:calc(50% + 2rem);width:calc(100% - 4rem);height:2px;background:#e4e4e7;z-index:1}
}

/* ─── CTA Banner ─── */
.cta-banner{background:#1b1aff;padding:5rem 0;color:#fff;text-align:center;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;background:radial-gradient(circle,rgba(255,255,255,.06),transparent 60%);pointer-events:none}
.cta-inner{max-width:36rem;margin:0 auto;position:relative;z-index:2}
.cta-inner h2{font-size:2rem;color:#fff;margin-bottom:1rem}
@media(min-width:640px){.cta-inner h2{font-size:2.5rem}}
.cta-inner p{color:#c7d2fe;font-size:1.05rem;margin-bottom:2rem;line-height:1.65}
.cta-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;font-size:.8rem;color:rgba(255,255,255,.65);font-weight:500}

/* ─── FAQ ─── */
.faq-section{background:#fff;padding:5rem 0}
.faq-header{text-align:center;margin-bottom:3rem}
.faq-header h2{font-size:2rem;margin-bottom:.5rem}
@media(min-width:640px){.faq-header h2{font-size:2.5rem}}
.faq-header p{color:#71717a;font-size:1rem}
.faq-list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}
.faq-item{background:#fff;border:1px solid #e4e4e7;border-radius:14px;overflow:hidden;transition:border-color .2s}
.faq-item:hover{border-color:#a5b4fc}
.faq-q{width:100%;padding:1.25rem 1.5rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;text-align:left;font-weight:700;font-size:1rem;color:#18181b;gap:1rem}
.faq-icon{width:26px;height:26px;border-radius:50%;background:#f4f4f5;display:flex;align-items:center;justify-content:center;color:#71717a;font-weight:700;font-size:1.1rem;transition:all .3s;flex-shrink:0}
.faq-item.open .faq-icon{transform:rotate(45deg);background:#1b1aff;color:#fff}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a-inner{padding:0 1.5rem 1.25rem;color:#52525b;font-size:.925rem;line-height:1.65}

/* ─── Footer ─── */
.site-footer{background:#09090b;color:rgba(255,255,255,.45);padding:4rem 0 2rem}
.footer-grid{display:grid;gap:3rem;margin-bottom:3rem}
@media(min-width:768px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}
.footer-brand .logo{color:#fff;margin-bottom:1rem}
.footer-brand p{font-size:.85rem;max-width:20rem;line-height:1.6}
.footer-col h4{color:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.footer-col ul a{font-size:.85rem;color:rgba(255,255,255,.45);transition:color .15s}
.footer-col ul a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.75rem}
@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}

/* ─── Modal ─── */
.modal-bg{position:fixed;inset:0;background:rgba(9,9,11,.6);backdrop-filter:blur(8px);z-index:1000;display:none;align-items:center;justify-content:center;padding:1.5rem}
.modal-bg.open{display:flex}
.modal-box{background:#fff;width:100%;max-width:460px;border-radius:20px;padding:2.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:modalPop .35s cubic-bezier(.34,1.56,.64,1) forwards;position:relative}
.modal-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#a1a1aa}
.modal-box h3{font-size:1.5rem;font-weight:800;margin-bottom:.4rem}
.modal-box>p{color:#71717a;font-size:.85rem;margin-bottom:1.5rem}
.form-group{margin-bottom:1.1rem}
.form-group label{display:block;font-size:.825rem;font-weight:600;margin-bottom:.4rem;color:#18181b}
.form-group input,.form-group select{width:100%;padding:.65rem .9rem;border:1px solid #e4e4e7;border-radius:10px;outline:none;font-size:.9rem;transition:border-color .15s,box-shadow .15s}
.form-group input:focus,.form-group select:focus{border-color:#1b1aff;box-shadow:0 0 0 3px rgba(27,26,255,.1)}
.field-hint{display:block;font-size:.75rem;color:#71717a;margin-top:.3rem;line-height:1.3}
.modal-success{display:none;text-align:center;padding:1rem 0}
.modal-success .check-circle{width:64px;height:64px;background:#dcfce7;color:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.25rem}
.modal-success h3{margin-bottom:.5rem}
.modal-success p{color:#71717a;font-size:.9rem;margin-bottom:1.5rem}

/* ─── Interactive Voice Demo ─── */
.demo-section{background:#fff;padding:5rem 0;border-top:1px solid #f4f4f5;border-bottom:1px solid #f4f4f5}
.demo-header{text-align:center;margin-bottom:3rem}
.demo-tag{display:inline-block;font-size:.8rem;font-weight:700;color:#1b1aff;background:#e0e7ff;padding:.35rem 1rem;border-radius:9999px;margin-bottom:1rem}
.demo-header h2{font-size:2rem;margin-bottom:.5rem}
@media(min-width:640px){.demo-header h2{font-size:2.5rem}}
.demo-header p{color:#71717a;max-width:30rem;margin:0 auto;font-size:1rem}
.demo-grid{display:grid;gap:3rem;align-items:center}
@media(min-width:1024px){.demo-grid{grid-template-columns:1fr 1fr;gap:4rem}}
.demo-form-card{background:#f9fafb;border:1px solid #e4e4e7;border-radius:20px;padding:2.5rem;box-shadow:0 4px 12px rgba(0,0,0,.04)}
.demo-form-inner h3{font-size:1.5rem;margin-bottom:.4rem}
.demo-form-inner>p{color:#71717a;font-size:.9rem;margin-bottom:1.5rem;line-height:1.6}
.demo-tts-toggle{margin-top:.75rem}
.demo-phone-col{display:flex;justify-content:center}

/* Demo Phone Frame */
.demo-phone{width:300px;height:620px;background:#000;border:10px solid #1c1c1e;border-radius:42px;overflow:hidden;position:relative;box-shadow:0 30px 80px -20px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.05)}
.demo-phone .phone-notch{width:110px;height:22px;background:#1c1c1e;border-radius:0 0 14px 14px;position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:20}
.demo-phone .phone-screen{flex:1;height:100%;display:flex;flex-direction:column;background:#09090b;color:#fff;position:relative;overflow:hidden}

/* Phone topbar */
.ph-topbar{display:flex;justify-content:space-between;padding:.65rem 1.25rem 0;font-size:.65rem;color:rgba(255,255,255,.5);position:relative;z-index:10;font-weight:600}

/* Phone states */
.ph-state{display:none;flex-direction:column;height:calc(100% - 22px);width:100%;position:absolute;top:22px;left:0}
.ph-state.active{display:flex}

/* Idle */
.ph-idle-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;gap:.25rem}
.ph-idle-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.4}
.ph-idle-title{font-size:1rem;font-weight:700;color:rgba(255,255,255,.6)}
.ph-idle-sub{font-size:.75rem;color:rgba(255,255,255,.3);line-height:1.5;margin-bottom:1.5rem}
.ph-notif{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:.85rem;width:100%;text-align:left;backdrop-filter:blur(10px)}
.ph-notif-head{display:flex;justify-content:space-between;margin-bottom:.25rem}
.ph-notif-app{font-size:.7rem;font-weight:700;color:#a3e635}
.ph-notif-time{font-size:.65rem;color:rgba(255,255,255,.3)}
.ph-notif-title{font-size:.8rem;font-weight:700}
.ph-notif-body{font-size:.7rem;color:rgba(255,255,255,.45);margin-top:.15rem}

/* Ringing */
.ph-ring-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2.5rem 1.5rem 2rem;text-align:center}
.ph-ring-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.4);margin-bottom:.25rem}
.ph-ring-name{font-size:1.75rem;font-weight:800}
.ph-ring-sub{font-size:.75rem;color:rgba(255,255,255,.4)}
.ph-avatar-pulse{position:relative;width:100px;height:100px;margin:1.5rem 0}
.ph-avatar-ring{position:absolute;inset:0;border-radius:50%;background:#1b1aff;opacity:.35;animation:pulseRing 2s cubic-bezier(.215,.61,.355,1) infinite}
.ph-avatar-core{position:absolute;top:12px;left:12px;width:76px;height:76px;border-radius:50%;background:#1b1aff;display:flex;align-items:center;justify-content:center;font-size:2rem;z-index:2}
.ph-ring-actions{display:flex;gap:3rem}
.ph-ring-btn{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:none;border:none;color:#fff;cursor:pointer}
.ph-ring-btn span:last-child{font-size:.7rem;color:rgba(255,255,255,.5)}
.ph-ring-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;color:#fff;transition:transform .15s}
.ph-ring-btn:hover .ph-ring-icon{transform:scale(1.1)}

/* Active call */
.ph-active-top{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}
.ph-call-timer{font-size:.75rem;color:#a3e635;font-weight:700;font-variant-numeric:tabular-nums}
.ph-active-label{font-size:.65rem;color:rgba(255,255,255,.35)}
.ph-waves{display:flex;align-items:center;gap:3px;height:18px}
.ph-wave-bar{width:3px;height:6px;background:#a3e635;border-radius:9999px;animation:soundwave 1.2s ease-in-out infinite}
.ph-wave-bar:nth-child(2){animation-delay:.12s}
.ph-wave-bar:nth-child(3){animation-delay:.24s}
.ph-wave-bar:nth-child(4){animation-delay:.36s}
.ph-wave-bar:nth-child(5){animation-delay:.48s}
.ph-chat{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.6rem;padding:1rem 1rem .5rem;justify-content:flex-end}
.ph-chat .bubble{padding:.6rem .85rem;border-radius:14px;max-width:88%;font-size:.78rem;line-height:1.45;animation:fadeUp .35s ease forwards}
.ph-chat .b-ai{background:#27272a;align-self:flex-start;border-bottom-left-radius:3px}
.ph-chat .b-user{background:#1b1aff;align-self:flex-end;border-bottom-right-radius:3px}
.ph-chat .b-status{text-align:center;color:rgba(255,255,255,.3);font-size:.68rem;align-self:center}
.ph-options{display:flex;flex-direction:column;gap:.4rem;padding:.5rem 1rem;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}
.ph-opt-btn{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;padding:.55rem .75rem;border-radius:10px;font-size:.78rem;font-weight:600;text-align:left;cursor:pointer;transition:background .15s}
.ph-opt-btn:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.25)}
.ph-hangup-row{display:flex;justify-content:center;padding:.6rem 0;flex-shrink:0;border-top:1px solid rgba(255,255,255,.06)}
.ph-hangup{width:44px;height:44px;border-radius:50%;background:#ef4444;border:none;color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .15s}
.ph-hangup:hover{transform:scale(1.1)}

/* Outcome */
.ph-outcome-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;gap:.4rem}
.ph-outcome-icon{font-size:3rem;margin-bottom:.5rem}
.ph-outcome-title{font-size:1.15rem;font-weight:800}
.ph-outcome-desc{font-size:.78rem;color:rgba(255,255,255,.55);line-height:1.5;max-width:14rem}
.ph-calendar{margin-top:1rem;width:100%}
.ph-cal-label{font-size:.65rem;font-weight:700;color:#a3e635;letter-spacing:.08em;margin-bottom:.5rem}
.ph-cal-slots{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}
.ph-cal-slot{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;padding:.5rem;border-radius:8px;font-size:.72rem;font-weight:600;text-align:center;cursor:pointer;transition:all .15s}
.ph-cal-slot:hover{background:#a3e635;color:#000;border-color:#a3e635}

/* ─── Animations ─── */
@keyframes bobbing{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes modalPop{from{opacity:0;transform:scale(.92) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}
@keyframes pulseRing{0%{transform:scale(.7);opacity:.5}50%{opacity:.3}100%{transform:scale(1.35);opacity:0}}
@keyframes soundwave{0%,100%{transform:scaleY(1)}50%{transform:scaleY(2.5)}}

/* Scroll reveals */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
