:root{--rose:#e05e86;--rose-light:#fdf2f6;--rose-medium:#fbcfe8;--rose-dark:#821c3b;--rose-rgb:224, 94, 134;--cream:#fdfbf9;--cream-dark:#f5efe9;--sage:#5b9270;--sage-light:#eef6f1;--saffron:#e8952a;--saffron-light:#fef4e8;--ink:#1a0b12;--muted:#6b5862;--white:#fff;--glass-bg:#fdfbf9bf;--glass-border:#e05e861a;--shadow-sm:0 2px 8px #821c3b0a;--shadow-md:0 8px 24px #821c3b14;--shadow-lg:0 16px 48px #821c3b1f;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1);--font-serif:"Playfair Display", Georgia, serif;--font-sans:"DM Sans", -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font-family:inherit}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-medium{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-6px)rotate(1deg)}}@keyframes pulse-soft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.95;transform:scale(1.03)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradient-bg{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.gradient-text{background:linear-gradient(135deg, var(--rose-dark) 0%, var(--rose) 50%, var(--saffron) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bg-mesh{z-index:-1;pointer-events:none;background:radial-gradient(circle at 10% 20%,#fbcfe840 0%,#0000 40%),radial-gradient(circle at 90% 10%,#eef6f166 0%,#0000 45%),radial-gradient(circle at 50% 80%,#fef4e859 0%,#0000 50%);height:850px;position:absolute;top:0;left:0;right:0}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--shadow-md)}.nav-container{z-index:1000;border-radius:var(--radius-xl);width:90%;max-width:1100px;transition:var(--transition-smooth);justify-content:space-between;align-items:center;padding:.8rem 2rem;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.nav-container.scrolled{width:95%;box-shadow:var(--shadow-lg);background:#fdfbf9e6;padding:.6rem 2rem;top:.5rem}.logo-link{font-family:var(--font-serif);color:var(--rose-dark);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.logo-accent{color:var(--rose);font-style:italic}.nav-links{gap:2.2rem;list-style:none;display:flex}@media (max-width:768px){.nav-links{display:none}}.nav-link{color:var(--muted);transition:var(--transition-smooth);padding:.2rem 0;font-size:.95rem;font-weight:500;position:relative}.nav-link:after{content:"";background-color:var(--rose);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.nav-link:hover{color:var(--rose-dark)}.nav-link:hover:after{width:100%}.nav-cta-btn{background:var(--rose);color:var(--white);border-radius:var(--radius-xl);cursor:pointer;transition:var(--transition-smooth);border:none;padding:.7rem 1.6rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #e05e8633}.nav-cta-btn:hover{background:var(--rose-dark);transform:translateY(-2px);box-shadow:0 6px 16px #82123b4d}.hero-wrapper{padding-top:10rem;padding-bottom:6rem;position:relative}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}@media (max-width:968px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:3rem}}.hero-badge{background:var(--rose-light);color:var(--rose-dark);border-radius:var(--radius-xl);text-transform:uppercase;letter-spacing:1px;border:1px solid #e05e8633;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-title{font-family:var(--font-serif);color:var(--ink);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.15}.hero-title em{color:var(--rose);font-style:italic;font-weight:400}.hero-description{color:var(--muted);max-width:580px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}@media (max-width:968px){.hero-description{margin-left:auto;margin-right:auto}}.form-group{gap:.8rem;width:100%;max-width:520px;display:flex}@media (max-width:968px){.form-group{margin:0 auto}}@media (max-width:560px){.form-group{flex-direction:column}}.email-input{background:var(--white);border-radius:var(--radius-xl);color:var(--ink);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border:1px solid #e05e8626;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem}.email-input:focus{border-color:var(--rose);box-shadow:0 0 0 4px #e05e861a}.submit-btn{background:var(--rose-dark);color:var(--white);border-radius:var(--radius-xl);cursor:pointer;transition:var(--transition-smooth);border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;display:flex;box-shadow:0 4px 12px #821c3b40}.submit-btn:hover{background:var(--rose);transform:translateY(-1px);box-shadow:0 6px 18px #e05e8659}.waitlist-stats{align-items:center;gap:1rem;margin-top:1.8rem;display:flex}@media (max-width:968px){.waitlist-stats{justify-content:center}}.avatars-group{margin-left:.5rem;display:flex}.avatar-mini{border:2px solid var(--cream);background-color:var(--rose-medium);width:32px;height:32px;color:var(--rose-dark);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;margin-left:-8px;font-size:.6rem;font-weight:700;display:flex}.stats-text{color:var(--muted);font-size:.88rem;font-weight:500}.stats-text span{color:var(--rose-dark);font-weight:700}.mockup-container{justify-content:center;align-items:center;display:flex;position:relative}.phone-mockup{background:var(--ink);width:290px;height:580px;box-shadow:var(--shadow-lg), 0 30px 60px #821c3b26;z-index:5;border:10px solid #28141f;border-radius:44px;position:relative;overflow:hidden}.phone-screen{background:linear-gradient(#fff9fb 0%,#fef5f8 100%);flex-direction:column;gap:1rem;width:100%;height:100%;padding:1.5rem 1.2rem;display:flex;position:relative}.phone-status-bar{color:var(--ink);opacity:.8;justify-content:space-between;align-items:center;padding:0 .2rem;font-size:.7rem;font-weight:600;display:flex}.phone-header{justify-content:space-between;align-items:center;display:flex}.phone-user{flex-direction:column;gap:2px;display:flex}.phone-greet{color:var(--muted);font-size:.65rem;font-weight:500}.phone-name{font-family:var(--font-serif);color:var(--rose-dark);font-size:.95rem;font-weight:700}.phone-notification{background:var(--rose-light);width:28px;height:28px;color:var(--rose);border-radius:50%;justify-content:center;align-items:center;display:flex}.phone-cycle-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #e05e8614;flex-direction:column;align-items:center;gap:1rem;padding:1.2rem;display:flex}.cycle-ring-visual{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.cycle-svg{width:100%;height:100%;transform:rotate(-90deg)}.cycle-track{fill:none;stroke:var(--rose-light);stroke-width:10px}.cycle-progress{fill:none;stroke:var(--rose);stroke-width:10px;stroke-dasharray:408;stroke-dashoffset:140px;stroke-linecap:round;transition:stroke-dashoffset 1s ease-in-out}.cycle-center{background:var(--white);width:108px;height:108px;box-shadow:inset 0 2px 6px #821c3b0d, var(--shadow-sm);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute}.cycle-day-number{font-family:var(--font-serif);color:var(--rose-dark);font-size:1.8rem;font-weight:700;line-height:1}.cycle-phase-label{text-transform:uppercase;letter-spacing:.5px;color:var(--rose);margin-top:2px;font-size:.6rem;font-weight:700}.cycle-countdown{color:var(--muted);font-size:.55rem;font-weight:500}.phone-metrics-row{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.phone-metric-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #e05e8614;flex-direction:column;gap:.4rem;padding:.8rem;display:flex}.metric-header{color:var(--muted);justify-content:space-between;align-items:center;font-size:.65rem;font-weight:600;display:flex}.metric-icon-wrap{border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.metric-val{font-family:var(--font-serif);color:var(--ink);font-size:1.1rem;font-weight:700}.metric-sub{color:var(--sage);font-size:.58rem;font-weight:500}.phone-nav-bar{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid #e05e860f;border-radius:20px;justify-content:space-between;margin-top:auto;padding:.5rem 1rem;display:flex}.phone-nav-item{opacity:.5;cursor:pointer;transition:var(--transition-smooth);flex-direction:column;align-items:center;gap:2px;display:flex}.phone-nav-item.active{opacity:1;color:var(--rose)}.phone-nav-item span{font-size:.55rem;font-weight:600}.floating-card{z-index:10;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--glass-border);align-items:center;gap:.8rem;padding:.8rem 1.2rem;display:flex;position:absolute}.floating-card.left{animation:5s ease-in-out infinite float-slow;top:12rem;left:-4rem}.floating-card.right{animation:6s ease-in-out infinite float-medium;bottom:8rem;right:-3rem}@media (max-width:1100px){.floating-card.left{left:-1rem}.floating-card.right{right:-1rem}}@media (max-width:560px){.floating-card{display:none}}.fc-icon{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.fc-text{flex-direction:column;display:flex}.fc-title{color:var(--muted);font-size:.72rem;font-weight:500}.fc-value{font-family:var(--font-serif);color:var(--rose-dark);font-size:1rem;font-weight:700}.ticker-strip{background:var(--rose-light);border-top:1px solid #e05e8614;border-bottom:1px solid #e05e8614;width:100%;padding:1.2rem 0;position:relative;overflow:hidden}.ticker-track{width:max-content;animation-name:ticker-scroll;animation-duration:25s;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{color:var(--rose-dark);white-space:nowrap;align-items:center;gap:.6rem;padding:0 2.5rem;font-size:.95rem;font-weight:600;display:flex}.section{padding:7rem 0;position:relative}.section-bg-alt{background-color:var(--cream-dark)}.section-header{text-align:center;max-width:650px;margin:0 auto 4rem}.section-eyebrow{color:var(--rose);text-transform:uppercase;letter-spacing:2px;margin-bottom:.8rem;font-size:.85rem;font-weight:700;display:block}.section-title{font-family:var(--font-serif);color:var(--ink);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.2}.section-desc{color:var(--muted);margin-top:1rem;font-size:1.05rem}.cycle-sync-layout{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}@media (max-width:968px){.cycle-sync-layout{grid-template-columns:1fr;gap:3rem}}.interactive-wheel-panel{justify-content:center;align-items:center;display:flex;position:relative}.wheel-outer{border:2px dashed #e05e8633;border-radius:50%;justify-content:center;align-items:center;width:320px;height:320px;animation:45s linear infinite spin-slow;display:flex;position:relative}.wheel-outer.paused{animation-play-state:paused}.wheel-inner-static{background:var(--white);width:240px;height:240px;box-shadow:var(--shadow-lg);text-align:center;z-index:5;border:1px solid #e05e8614;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute}.wheel-node{background:var(--white);border:2.5px solid var(--rose-light);width:50px;height:50px;box-shadow:var(--shadow-md);cursor:pointer;color:var(--muted);transition:var(--transition-smooth);z-index:6;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex;position:absolute}.wheel-node:hover,.wheel-node.active{background:var(--rose-dark);color:var(--white);border-color:var(--rose);transform:scale(1.15)}.wheel-node.node-1{top:-25px;left:calc(50% - 25px)}.wheel-node.node-2{top:calc(50% - 25px);right:-25px}.wheel-node.node-3{bottom:-25px;left:calc(50% - 25px)}.wheel-node.node-4{top:calc(50% - 25px);left:-25px}.phase-details-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #e05e860f;flex-direction:column;min-height:380px;padding:2.5rem;display:flex}.phase-header-badge{text-transform:uppercase;letter-spacing:1px;border-radius:100px;align-self:flex-start;margin-bottom:1.2rem;padding:.4rem 1rem;font-size:.72rem;font-weight:700}.phase-title{font-family:var(--font-serif);color:var(--rose-dark);margin-bottom:.5rem;font-size:1.8rem}.phase-subtitle{color:var(--muted);margin-bottom:1.5rem;font-size:.95rem;font-weight:500}.phase-info-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:auto;display:grid}@media (max-width:500px){.phase-info-grid{grid-template-columns:1fr;gap:1rem}}.phase-info-item{gap:.8rem;display:flex}.pi-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.pi-text{flex-direction:column;display:flex}.pi-title{text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:700}.pi-desc{color:var(--ink);margin-top:1px;font-size:.88rem;font-weight:500}.ai-advisor-layout{grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem;display:grid}@media (max-width:968px){.ai-advisor-layout{grid-template-columns:1fr;gap:3rem}}.ai-prompts-container{flex-direction:column;gap:1rem;display:flex}.prompt-pill{background:var(--white);border-radius:var(--radius-md);text-align:left;cursor:pointer;transition:var(--transition-smooth);box-shadow:var(--shadow-sm);border:1px solid #e05e8614;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;display:flex}.prompt-pill:hover,.prompt-pill.active{border-color:var(--rose);background:var(--rose-light);transform:translate(6px)}.prompt-pill-text{color:var(--ink);font-size:.95rem;font-weight:500}.prompt-pill-arrow{color:var(--rose);opacity:0;transition:var(--transition-smooth);transform:translate(-4px)}.prompt-pill:hover .prompt-pill-arrow,.prompt-pill.active .prompt-pill-arrow{opacity:1;transform:translate(0)}.chat-simulator-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #e05e8614;flex-direction:column;height:480px;display:flex;overflow:hidden}.chat-header{background:var(--rose-light);border-bottom:1px solid #e05e860f;align-items:center;gap:1rem;padding:1.2rem 1.5rem;display:flex}.chat-bot-avatar{background:var(--rose-dark);width:42px;height:42px;color:var(--white);font-family:var(--font-serif);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.chat-bot-info{flex-direction:column;display:flex}.chat-bot-name{font-family:var(--font-serif);color:var(--rose-dark);font-size:1.05rem;font-weight:700}.chat-bot-status{color:var(--sage);align-items:center;gap:4px;font-size:.7rem;font-weight:600;display:flex}.chat-bot-status:before{content:"";background-color:var(--sage);border-radius:50%;width:6px;height:6px;animation:2s infinite blink;display:inline-block}.chat-messages{flex-direction:column;flex:1;gap:1.2rem;padding:1.5rem;display:flex;overflow-y:auto}.message-bubble{max-width:80%;padding:1rem 1.2rem;font-size:.92rem;line-height:1.6}.message-bubble.bot{background:var(--cream-dark);color:var(--ink);border-radius:0 16px 16px;align-self:flex-start}.message-bubble.user{background:var(--rose);color:var(--white);border-radius:16px 16px 0;align-self:flex-end}.chat-typing-indicator{align-self:flex-start;align-items:center;gap:4px;padding:.5rem 0;display:flex}.chat-typing-dot{background-color:var(--muted);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing-dots}.chat-typing-dot:first-child{animation-delay:0s}.chat-typing-dot:nth-child(2){animation-delay:.2s}.chat-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-dots{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-footer{background:var(--cream);border-top:1px solid #e05e860d;gap:.5rem;padding:1rem 1.5rem;display:flex}.chat-mock-input{background:var(--white);color:var(--muted);border:1px solid #e05e8614;border-radius:100px;flex:1;justify-content:space-between;align-items:center;padding:.8rem 1.2rem;font-size:.85rem;display:flex}.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.feature-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border:1px solid #e05e860d;flex-direction:column;gap:1.2rem;padding:2.2rem;display:flex}.feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--rose-medium);transform:translateY(-5px)}.feature-icon-box{border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.feature-title{font-family:var(--font-serif);color:var(--ink);font-size:1.35rem;font-weight:700}.feature-desc{color:var(--muted);font-size:.95rem;line-height:1.6}.privacy-banner{background:linear-gradient(135deg, var(--rose-dark) 0%, #5d1127 100%);border-radius:var(--radius-xl);color:var(--white);box-shadow:var(--shadow-lg);padding:4rem;position:relative;overflow:hidden}@media (max-width:768px){.privacy-banner{padding:2.5rem 1.5rem}}.privacy-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#fbcfe826 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-100px;right:-100px}.privacy-grid{grid-template-columns:.15fr .85fr;align-items:center;gap:2.5rem;display:grid}@media (max-width:768px){.privacy-grid{text-align:center;grid-template-columns:1fr;gap:1.5rem}}.privacy-lock-icon{width:72px;height:72px;color:var(--white);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;margin:0 auto;font-size:2rem;display:flex}.privacy-content-wrap{flex-direction:column;gap:.8rem;display:flex}.privacy-title{font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.25}.privacy-text{opacity:.88;font-size:1.05rem;line-height:1.7}.privacy-highlights{flex-wrap:wrap;gap:2rem;margin-top:1rem;display:flex}@media (max-width:768px){.privacy-highlights{justify-content:center;gap:1.2rem}}.ph-item{background:#ffffff14;border-radius:100px;align-items:center;gap:.5rem;padding:.4rem 1.2rem;font-size:.88rem;font-weight:600;display:flex}.faq-list{flex-direction:column;gap:1.2rem;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border:1px solid #e05e860d;overflow:hidden}.faq-item.active{border-color:var(--rose-medium);box-shadow:var(--shadow-md)}.faq-trigger{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.5rem 2rem;display:flex}.faq-question{color:var(--ink);font-size:1.1rem;font-weight:600;font-family:var(--font-sans)}.faq-icon-arrow{color:var(--rose);flex-shrink:0;transition:transform .3s}.faq-item.active .faq-icon-arrow{transform:rotate(180deg)}.faq-content{max-height:0;padding:0 2rem;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .4s;overflow:hidden}.faq-item.active .faq-content{max-height:300px;padding-bottom:1.5rem}.faq-answer{color:var(--muted);font-size:.95rem;line-height:1.6}.footer{background:var(--ink);color:var(--cream-dark);border-top:1px solid #ffffff0d;padding:5rem 0 3rem}.footer-top{grid-template-columns:1.2fr .8fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}@media (max-width:768px){.footer-top{grid-template-columns:1fr;gap:3rem}}.footer-brand{flex-direction:column;gap:1.2rem;display:flex}.footer-logo{font-family:var(--font-serif);color:var(--white);font-size:1.8rem;font-weight:700}.footer-logo span{color:var(--rose);font-style:italic}.footer-tagline{opacity:.7;font-size:.95rem;line-height:1.6}.footer-title{text-transform:uppercase;letter-spacing:1px;color:var(--white);margin-bottom:1.5rem;font-size:.9rem;font-weight:700}.footer-links{flex-direction:column;gap:.8rem;list-style:none;display:flex}.footer-link{opacity:.7;transition:var(--transition-smooth);font-size:.92rem}.footer-link:hover{opacity:1;color:var(--rose)}.footer-socials{gap:1rem;display:flex}.social-circle{width:40px;height:40px;color:var(--cream);transition:var(--transition-smooth);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-circle:hover{background:var(--rose);color:var(--white);border-color:var(--rose);transform:translateY(-3px)}.footer-bottom{opacity:.6;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}@media (max-width:768px){.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.success-card{background:var(--white);border-radius:var(--radius-lg);border:1.5px solid var(--rose-medium);box-shadow:var(--shadow-lg);text-align:center;width:100%;max-width:520px;margin:0 auto;padding:3rem;animation:3s ease-in-out infinite pulse-soft}.success-icon-wrap{background:var(--sage-light);width:64px;height:64px;color:var(--sage);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.8rem;display:flex}.success-title{font-family:var(--font-serif);color:var(--rose-dark);margin-bottom:.8rem;font-size:1.8rem}.success-text{color:var(--muted);margin-bottom:2rem;font-size:.98rem;line-height:1.6}.referral-box{background:var(--cream-dark);border-radius:var(--radius-md);border:1px dashed #e05e8633;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;display:flex}.referral-link{color:var(--rose-dark);text-overflow:ellipsis;white-space:nowrap;max-width:75%;font-size:.85rem;font-weight:600;overflow:hidden}.copy-badge{background:var(--rose);color:var(--white);cursor:pointer;transition:var(--transition-smooth);border-radius:100px;padding:.4rem 1rem;font-size:.72rem;font-weight:700}.copy-badge:hover{background:var(--rose-dark)}.vip-badge{background:var(--saffron-light);color:#c9710f;text-transform:uppercase;border-radius:100px;align-items:center;gap:.4rem;margin-top:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.hero-trust-badges{flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;margin-bottom:2rem;display:flex}.trust-badge{color:var(--muted);align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;display:flex}.trust-badge svg{color:var(--rose)}.why-grid{grid-template-columns:1fr 1.1fr;gap:2.5rem;margin-top:3rem;display:grid}.why-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition-smooth);border:1px solid #00000005;padding:2.5rem;position:relative}.why-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.why-card-title{font-family:var(--font-serif);color:var(--ink);margin-bottom:.25rem;font-size:1.75rem}.why-card-desc{color:var(--muted);margin-bottom:2rem;font-size:.88rem}.mysakhi-card-premium{background:linear-gradient(180deg, var(--white) 0%, var(--rose-light) 100%);border:2px solid #e05e8633;overflow:hidden}.premium-glow{pointer-events:none;background:radial-gradient(circle,#e05e8626 0%,#e05e8600 70%);width:300px;height:300px;position:absolute;top:-150px;right:-150px}.card-badge-premium{background:var(--rose);color:var(--white);text-transform:uppercase;letter-spacing:.5px;border-radius:100px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:1.5rem;right:1.5rem}.comparison-list{flex-direction:column;gap:1.5rem;display:flex}.comp-item{align-items:flex-start;gap:1rem;display:flex}.comp-icon-box{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:.25rem;display:flex}.x-box{color:#ef4444;background:#fef2f2}.check-box{background:var(--sage-light);color:var(--sage)}.comp-label{color:var(--ink);margin-bottom:.15rem;font-size:.88rem;font-weight:700;display:block}.comp-text{color:var(--muted);font-size:.85rem;line-height:1.4}.features-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.feat-grid-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border:1px solid #00000003;padding:2rem}.feat-grid-card:hover{box-shadow:var(--shadow-md);border-color:#e05e861a;transform:translateY(-4px)}.feat-icon-wrap{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.25rem;display:inline-flex}.feat-icon-wrap.rose{background:var(--rose-light);color:var(--rose)}.feat-icon-wrap.sage{background:var(--sage-light);color:var(--sage)}.feat-icon-wrap.saffron{background:var(--saffron-light);color:var(--saffron)}.feat-grid-title{color:var(--ink);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.feat-grid-desc{color:var(--muted);font-size:.88rem;line-height:1.5}.pregnancy-wrap{flex-direction:column;gap:3.5rem;margin-top:3.5rem;display:flex}.pregnancy-timeline-bar{justify-content:space-between;width:100%;max-width:900px;margin:0 auto;display:flex;position:relative}.timeline-connector-line{background:var(--cream-dark);z-index:1;height:3px;position:absolute;top:24px;left:0;right:0}.timeline-node{cursor:pointer;z-index:2;transition:var(--transition-smooth);background:0 0;border:none;flex-direction:column;align-items:center;gap:.75rem;display:flex}.node-dot{background:var(--white);border:3px solid var(--cream-dark);width:48px;height:48px;transition:var(--transition-smooth);box-shadow:var(--shadow-sm);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;line-height:1;display:flex}.node-dot span{color:var(--muted);text-transform:uppercase;font-size:.58rem}.node-dot strong{color:var(--ink);font-size:.88rem}.node-label{color:var(--muted);transition:var(--transition-smooth);text-align:center;max-width:120px;font-size:.88rem;font-weight:700}.timeline-node.active .node-dot{border-color:var(--rose);box-shadow:var(--shadow-md);transform:scale(1.15)}.timeline-node.active .node-label{color:var(--rose-dark)}.pregnancy-detail-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #e05e860d;grid-template-columns:1fr 1.5fr;align-items:center;gap:3.5rem;padding:3rem;display:grid;position:relative;overflow:hidden}.preg-graphic-panel{text-align:center;background:var(--rose-light);border-radius:var(--radius-md);border:1px dashed #e05e8633;flex-direction:column;align-items:center;padding:2rem;display:flex}.fruit-circle-outer{background:var(--white);width:130px;height:130px;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;animation:4s ease-in-out infinite float-slow;display:flex}.fruit-emoji-large{font-size:4rem}.preg-size-badge{background:var(--rose-dark);color:var(--white);border-radius:50px;margin-bottom:.75rem;padding:.3rem .8rem;font-size:.8rem;font-weight:700}.preg-size-desc{color:var(--muted);font-size:.82rem;line-height:1.4}.preg-details-panel{flex-direction:column;display:flex}.preg-header-row{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.preg-week-header{font-family:var(--font-serif);color:var(--ink);font-size:1.75rem}.preg-badge-trimester{background:var(--sage-light);color:var(--sage);text-transform:uppercase;border-radius:100px;padding:.35rem .85rem;font-size:.78rem;font-weight:700}.preg-info-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.preg-info-item{flex-direction:column;gap:.5rem;display:flex}.preg-info-title{color:var(--ink);align-items:center;gap:.5rem;font-size:.94rem;font-weight:700;display:flex}.preg-info-text{color:var(--muted);font-size:.88rem;line-height:1.5}.dashboard-preview-grid{grid-template-columns:1fr 1.2fr 1fr;gap:2rem;margin-top:3rem;display:grid}.dash-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid #00000003;flex-direction:column;padding:2rem;display:flex}.dash-card-title{color:var(--ink);margin-bottom:1.25rem;font-size:1.05rem;font-weight:700}.dash-icon-circle{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-icon-circle.water{background:var(--sage-light);color:var(--sage)}.dash-icon-circle.sleep{background:var(--saffron-light);color:var(--saffron)}.dash-icon-circle.mood{background:var(--rose-light);color:var(--rose)}.score-ring-wrapper{width:140px;height:140px;margin:1.5rem auto;position:relative}.score-ring-svg{width:100%;height:100%;transform:rotate(-90deg)}.score-ring-track{fill:none;stroke:var(--cream-dark);stroke-width:10px}.score-ring-progress{fill:none;stroke:var(--rose);stroke-width:10px;stroke-linecap:round;transition:stroke-dashoffset 1s ease-out}.score-ring-center{flex-direction:column;align-items:center;line-height:1;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.score-number{color:var(--ink);font-size:2.25rem;font-weight:700}.score-label{color:var(--rose);text-transform:uppercase;margin-top:.25rem;font-size:.68rem;font-weight:700}.score-insights{color:var(--muted);background:var(--saffron-light);border-radius:var(--radius-sm);align-items:center;gap:.5rem;margin-top:auto;padding:.6rem .8rem;font-size:.78rem;display:flex}.hydration-progress-area{flex-grow:1;align-items:center;gap:1.5rem;display:flex}.water-level-bar{background:var(--cream-dark);border-radius:100px;width:44px;height:160px;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #00000008}.water-level-fill{background:linear-gradient(180deg, #60a5fa 0%, var(--sage) 100%);border-radius:100px 100px 0 0;transition:height .6s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0}.hydration-controls{flex-direction:column;flex-grow:1;display:flex}.cup-counter{color:var(--muted);font-size:.88rem}.cup-counter strong{color:var(--ink);font-size:1.5rem}.cup-buttons{gap:.5rem;margin-top:.75rem;margin-bottom:.75rem;display:flex}.cup-btn{background:var(--white);border:1.5px solid var(--cream-dark);cursor:pointer;width:36px;height:36px;color:var(--ink);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.cup-btn:hover{background:var(--rose-light);border-color:var(--rose);color:var(--rose)}.hydration-status-text{color:var(--muted);font-size:.75rem;line-height:1.4}.sleep-graph-container{border-bottom:1.5px solid var(--cream-dark);justify-content:space-between;align-items:flex-end;height:140px;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.sleep-graph-col{flex-direction:column;align-items:center;width:10%;display:flex}.sleep-graph-bar-wrapper{background:var(--cream-dark);cursor:pointer;border-radius:10px;align-items:flex-end;width:12px;height:110px;display:flex;position:relative}.sleep-graph-bar{background:linear-gradient(180deg, var(--saffron) 0%, #c9710f 100%);width:100%;transition:var(--transition-smooth);border-radius:10px;position:relative}.sleep-graph-bar-wrapper:hover .sleep-graph-bar{opacity:.85}.sleep-bar-tooltip{background:var(--ink);color:var(--white);white-space:nowrap;opacity:0;visibility:hidden;transition:var(--transition-smooth);z-index:10;border-radius:4px;padding:.25rem .5rem;font-size:.58rem;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.sleep-graph-bar-wrapper:hover .sleep-bar-tooltip{opacity:1;visibility:visible}.sleep-graph-label{color:var(--muted);margin-top:.5rem;font-size:.68rem}.sleep-insights-footer{color:var(--muted);align-items:center;gap:.5rem;font-size:.78rem;display:flex}.mood-selections{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.mood-pill-btn{background:var(--cream-dark);color:var(--muted);cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:50px;padding:.4rem .8rem;font-size:.78rem;font-weight:600}.mood-pill-btn.active,.mood-pill-btn:hover{background:var(--rose);color:var(--white)}.mood-feedback-box{background:var(--rose-light);border-radius:var(--radius-sm);border:1px dashed #e05e8626;padding:1rem}.mood-feedback-title{color:var(--ink);margin-bottom:.25rem;font-size:.82rem}.mood-feedback-desc{color:var(--muted);font-size:.78rem;line-height:1.4}.checklist-list{flex-direction:column;gap:1rem;display:flex}.chk-item{align-items:flex-start;gap:.75rem;display:flex}.chk-input{width:16px;height:16px;accent-color:var(--rose);cursor:pointer;border-radius:4px;margin-top:.2rem}.chk-title{color:var(--ink);font-size:.88rem;font-weight:700;display:block}.chk-desc{color:var(--muted);font-size:.78rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition-smooth);border:1px solid #00000003;flex-direction:column;padding:2.5rem;display:flex}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.test-top-row{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;display:flex}.test-user-info{align-items:center;gap:.75rem;display:flex}.test-avatar{width:44px;height:44px;box-shadow:var(--shadow-sm);background-size:cover;border-radius:50%}.test-name{color:var(--ink);font-size:.94rem;font-weight:700;line-height:1.2}.test-role{color:var(--muted);font-size:.72rem}.test-badge{text-transform:uppercase;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.62rem;font-weight:700;display:flex}.test-badge.clinical{background:var(--sage-light);color:var(--sage)}.test-badge.user{background:var(--rose-light);color:var(--rose)}.test-review{color:var(--muted);flex-grow:1;margin-bottom:1.5rem;font-size:.88rem;font-style:italic;line-height:1.5}.test-stars{gap:.2rem;display:flex}.download-app-section{background:linear-gradient(135deg, var(--rose-dark) 0%, var(--ink) 100%);color:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);margin:4rem 1.5rem;padding:5rem;position:relative;overflow:hidden}.download-mesh{pointer-events:none;background:radial-gradient(circle at 80% 20%,#e05e8633 0%,#0000 60%);position:absolute;inset:0}.download-grid{z-index:2;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;max-width:1100px;padding:0;display:grid;position:relative}.download-badge{color:var(--rose-medium);text-transform:uppercase;letter-spacing:.5px;background:#ffffff1a;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.72rem;font-weight:700;display:inline-flex}.download-title{font-family:var(--font-serif);color:var(--white);margin-bottom:1rem;font-size:2.75rem;line-height:1.15}.download-desc{color:#ffffffbf;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.download-waitlist-wrap{max-width:520px;margin-bottom:2.5rem}.app-stores-row{gap:1rem;display:flex}.store-badge-btn{background:var(--ink);color:var(--white);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-smooth);border:1px solid #ffffff26;align-items:center;gap:.75rem;padding:.6rem 1.2rem;display:flex}.store-badge-btn:hover{border-color:var(--rose);background:#ffffff0d}.store-badge-btn svg{flex-shrink:0}.store-badge-text{text-align:left;flex-direction:column;line-height:1.1;display:flex}.store-badge-text span{text-transform:uppercase;color:#fff9;font-size:.58rem}.store-badge-text strong{font-size:.88rem;font-weight:700}.download-visual{justify-content:center;display:flex}.qr-container-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;color:var(--ink);border:1px solid #ffffff1a;flex-direction:column;align-items:center;max-width:280px;padding:2.2rem;display:flex;box-shadow:0 20px 40px #00000026}.qr-box-wrapper{background:var(--white);border:2px solid var(--rose-light);border-radius:var(--radius-sm);margin-bottom:1.5rem;padding:.75rem;position:relative}.qr-center-logo{background:var(--rose);width:32px;height:32px;color:var(--white);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:.94rem;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.qr-text-info h4{color:var(--ink);margin-bottom:.5rem;font-size:.94rem;font-weight:700}.qr-text-info p{color:var(--muted);font-size:.72rem;line-height:1.4}@media (max-width:1024px){.why-grid{grid-template-columns:1fr;gap:2rem}.dashboard-preview-grid{grid-template-columns:1fr 1fr}.dash-card.health-score-card{grid-column:span 2}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.download-grid{grid-template-columns:1fr;gap:3rem}.download-visual{justify-content:flex-start}}@media (max-width:768px){.hero-trust-badges{gap:1rem}.timeline-node .node-label{display:none}.pregnancy-detail-card{grid-template-columns:1fr;gap:2rem;padding:2rem}.dashboard-preview-grid{grid-template-columns:1fr}.dash-card.health-score-card,.dash-card.sleep-card,.dash-card.mood-card,.dash-card.checklist-card{grid-column:span 1}.testimonials-grid{grid-template-columns:1fr}.download-app-section{padding:2.5rem}.download-title{font-size:2rem}.app-stores-row{flex-direction:column}}
