@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap";:root{line-height:1.5;font-weight:400;color:#101840;background-color:#edf3ff;--color-navy: #101840;--color-blue: #3366ff;--color-slate: #474d66;--color-grey: #8a94aa;--color-soft-blue: #eff2ff;--color-error: #d7263d;--color-success: #22c35e;--color-card: #ffffff;--page-bg: radial-gradient(circle at 10% 20%, #e7f0ff 0%, #f9fbff 35%, #f3f8ff 70%, #eef3ff 100%)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--page-bg);color:var(--color-navy)}#root{min-height:100vh}.login-screen{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff;font-family:Roboto,sans-serif}.login-hero{position:relative;background:#f5f7ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.login-hero-image{width:100%;height:100%;object-fit:cover;opacity:.9}.login-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0006,#000000b3);display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff;text-align:center}.login-hero-content h1{font-size:2.5rem;font-weight:800;margin:0;line-height:1.2;color:#fff}.login-hero-content h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#ffffffe6}.login-card{display:flex;flex-direction:column;padding:0 4rem;max-width:500px;margin:0 auto;width:100%}.login-banner-content{position:relative;pointer-events:auto;width:100%;max-width:1200px;padding:2rem 4rem 3rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#101840;z-index:1}.login-banner{width:100%;min-height:28vh;background-image:url(/assets/login-banner.png);background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:center;position:relative;z-index:0;pointer-events:none}.login-banner:after{content:"";position:absolute;inset:0;pointer-events:none}.login-card{align-self:center;margin-top:-218px;width:min(600px,90%);background:#fff;border-radius:24px;padding:2.5rem clamp(1.5rem,4vw,3.5rem);box-shadow:0 30px 70px #11269226;display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:2;pointer-events:auto}.login-card-heading{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.login-logo{width:clamp(120px,16vw,00px);height:auto;object-fit:contain}.login-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:linear-gradient(180deg,#10184014,#10184005);border-radius:16px;gap:.35rem;box-shadow:inset 0 1px #1018400d}.login-tab{border:none;border-radius:8px;padding:.75rem 1.4rem;font-size:1rem;font-weight:600;color:var(--color-slate);background-color:transparent;cursor:pointer;transition:all .2s ease}.login-tab.active{background-color:var(--color-blue);color:#fff;box-shadow:0 10px 25px #3366ff59}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-field-group{display:flex;flex-direction:column;gap:.6rem}.login-title{font-size:1.75rem;color:var(--color-navy);text-align:center;font-weight:500}.login-label{font-size:.95rem;font-weight:600;color:var(--color-slate)}.login-phone-input,.login-input{border:1px solid rgba(194,197,212,.732);border-radius:12px;background:#fff;display:flex;align-items:center;height:51px;padding:0 .6rem}.login-phone-input{border:1px solid rgba(194,197,212,.732);transition:border-color .2s ease,box-shadow .2s ease}.login-phone-input:focus-within{border-color:#3366ffe6;box-shadow:0 0 0 3px #3366ff26}.login-phone-input input,.login-input input{border:none;outline:none;flex:1;font-size:1rem;color:var(--color-navy)}.login-phone-input input::placeholder,.login-input input::placeholder{color:var(--color-grey)}.login-country-selector{border:none;background:transparent;font-size:.95rem;font-weight:600;color:var(--color-navy);display:flex;align-items:center;gap:.4rem;cursor:pointer;appearance:none}.login-country-selector:focus{outline:none}.login-country-wrapper{width:80px;display:inline-flex;align-items:center;gap:.3rem;padding:.3rem;border-radius:10px;background:#1018400d;font-weight:600;color:var(--color-navy);flex:0 0 auto}.login-phone-input input{min-width:0}.divider{width:1px;height:65%;background:#474d6633}.chevron{font-size:.8rem;color:var(--color-grey)}.login-error{background-color:#d7263d1a;color:var(--color-error);padding:.75rem 1rem;border-radius:10px;font-size:.95rem}.login-primary-button{border:none;border-radius:8px;background:#0f4ee3;color:#e5e8ef;padding:.85rem 1rem;font-size:.95rem;font-weight:700;width:50%;display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;transition:background .2s ease;text-align:left}.login-primary-button:disabled{opacity:.8;cursor:not-allowed;box-shadow:none}.login-primary-button:not(:disabled):hover{background:#0f4ee3;color:#fff}.login-footer-text{text-align:center;color:var(--color-slate);font-size:.95rem}.login-footer-text button{border:none;background:none;color:var(--color-blue);font-weight:700;cursor:pointer;font-size:.95rem}.arrow{font-size:1.2rem}@media(max-width:900px){.login-card{width:min(520px,95%)}}@media(max-width:768px){.login-screen{grid-template-columns:1fr;background:#f5f7ff;min-height:auto}.login-hero{display:none}.login-card{width:min(420px,92%);margin:13rem auto 3rem;border-radius:12px;box-shadow:none;border:1px solid rgba(0,0,0,.08);padding:2rem clamp(1.25rem,5vw,2.5rem);background:#fff}.login-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.login-card{padding:1.75rem 1.25rem 2.25rem}}.signup-screen{min-height:100vh;height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff;overflow:hidden;font-family:Roboto,sans-serif}.signup-logo{width:clamp(120px,16vw,00px);height:auto;object-fit:contain;margin:0 auto .3rem;display:block;align-items:center;justify-content:center;text-align:center}.signup-title{font-size:1.75rem;color:var(--color-navy);text-align:center;font-weight:500}.signup-hero{position:relative;background:#f5f7ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.signup-hero-image{width:100%;height:100%;object-fit:cover;opacity:.9}.signup-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0006,#000000b3);display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff;text-align:center}.signup-hero-content h1{font-size:2.5rem;font-weight:800;margin:0;line-height:1.2;color:#fff}.signup-hero-content h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#ffffffe6}.signup-container{display:flex;align-items:center;justify-content:center;padding:1rem}.signup-card{width:100%;max-width:420px;padding:1rem;background:#fff;border-radius:12px;box-shadow:none;border:1px solid rgba(0,0,0,.08)}.signup-form{display:flex;flex-direction:column;gap:1rem}.signup-field-group{display:flex;flex-direction:column;gap:.6rem}.signup-label{font-size:.95rem;font-weight:600;color:var(--color-slate)}.signup-hint{margin:0;font-size:.85rem;color:var(--color-grey)}.signup-field-group input,.signup-field-group select{border:1px solid rgba(0,0,0,.15);border-radius:8px;padding:.65rem .9rem;font-size:.95rem;color:#0d0f23;background:#fff}.signup-field-group select{cursor:pointer}.signup-phone-input{border:1px solid rgba(0,0,0,.15);border-radius:8px;background:#fff;display:flex;align-items:center;min-height:48px;overflow:hidden}.signup-country-wrapper{display:inline-flex;align-items:center;gap:.4rem;position:relative}.signup-country-selector{border:none;background:none;font-size:.95rem;font-weight:600;color:var(--color-navy);appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:0 1.25rem 0 0;outline:none;box-shadow:none}.signup-phone-input .signup-country-selector{border:none;border-radius:0;padding-left:.5rem}.signup-country-selector:focus{outline:none}.signup-phone-input input{border:none;flex:1;font-size:1rem;color:var(--color-navy)}.signup-phone-input input::placeholder{color:var(--color-grey)}.signup-inline-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.signup-terms{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--color-slate)}.signup-terms input{width:18px;height:18px}.signup-error{background-color:#d7263d1a;color:var(--color-error);padding:.85rem 1.1rem;border-radius:12px;font-weight:600}.signup-primary-button{border:none;border-radius:8px;background:#0f4ee3;color:#e5e8ef;text-align:left;padding:.85rem 1rem;font-size:.95rem;font-weight:700;width:50%;cursor:not-allowed;transition:background .2s ease}.signup-primary-button:disabled{opacity:1}.signup-primary-button:not(:disabled):hover{background:#0f4ee3;color:#fff}.signup-footer-text{text-align:center;color:var(--color-slate);font-size:.95rem}.signup-footer-text button{border:none;background:none;color:var(--color-blue);font-weight:700;cursor:pointer;font-size:.95rem}.emoji{font-size:1.2rem}.chevron{position:absolute;right:.2rem;color:var(--color-grey);pointer-events:none}@media(max-width:900px){.signup-card{max-width:520px}}@media(max-width:768px){.signup-screen{grid-template-columns:1fr;min-height:auto;height:auto;background:#f5f7ff}.signup-hero{display:none}.signup-container{padding:2rem 1.5rem 3rem}.signup-card{max-width:100%;border-radius:0;box-shadow:none;border:none;padding:2rem clamp(1.25rem,5vw,2.5rem);background:#fff}.signup-primary-button{justify-content:center}.signup-inline-row{grid-template-columns:1fr}}@media(max-width:480px){.signup-card{padding:1.75rem 1.25rem 2.25rem}.signup-form{gap:.85rem}}.otp-screen{min-height:100vh;height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#f5f7ff;overflow:hidden;font-family:Roboto,sans-serif}.otp-hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.otp-hero-image{width:100%;height:100%;object-fit:cover}.otp-hero-overlay{position:absolute;inset:0;background:linear-gradient(200deg,#052a5e33,#052a5ee6 85%);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem);gap:.5rem}.otp-hero-badge{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.6);display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1rem}.otp-hero-overlay p{margin:0;font-size:1.1rem}.otp-hero-overlay h2{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.otp-form-container{display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#e4efff,#d0dcff,#f5f7ff)}.otp-card{width:100%;max-width:520px;padding:clamp(1.75rem,3vw,3rem);background:#fff;border-radius:24px;box-shadow:0 30px 70px #1126921f;display:flex;flex-direction:column;gap:1.5rem}.otp-card-heading{display:flex;flex-direction:column;align-items:center;gap:.5rem}.otp-logo{width:clamp(120px,18vw,150px);height:auto;object-fit:contain}.otp-title{font-size:2rem;margin:0;text-align:center;font-weight:800;color:var(--color-navy)}.otp-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.6rem;background-color:#474d6614;border-radius:12px}.otp-tab{border:none;border-radius:10px;padding:.7rem 1.4rem;font-size:1rem;font-weight:600;color:var(--color-slate);background-color:transparent;cursor:pointer;transition:all .2s ease}.otp-tab.active{background-color:var(--color-blue);color:#fff;box-shadow:0 8px 20px #3366ff59}.otp-message{margin:0;font-size:1rem;color:var(--color-slate);font-weight:600}.otp-form{display:flex;flex-direction:column;gap:1.5rem}.otp-field-group{display:flex;flex-direction:column;gap:.6rem}.otp-label{font-size:.95rem;font-weight:600;color:var(--color-slate)}.otp-field-group input{border:1px solid rgba(16,24,64,.1);border-radius:12px;padding:1rem 1.1rem;font-size:1.1rem;color:var(--color-navy);letter-spacing:.3rem;text-align:center}.otp-field-group input::placeholder{letter-spacing:normal}.otp-error{background-color:#d7263d1a;color:var(--color-error);padding:.85rem 1.1rem;border-radius:12px;font-weight:600}.otp-success{background-color:#22c35e1a;color:var(--color-success);padding:.85rem 1.1rem;border-radius:12px;font-weight:600}.otp-actions{display:flex;gap:1rem;flex-wrap:wrap}.otp-primary-button,.otp-secondary-button{border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.otp-primary-button{background:linear-gradient(135deg,#36f,#5a8bff);color:#fff}.otp-primary-button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.otp-primary-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 18px 35px #3366ff59}.otp-secondary-button{background:#1018400d;color:var(--color-navy)}.otp-secondary-button:hover{transform:translateY(-2px)}@media(max-width:1024px){.otp-screen{grid-template-columns:1fr;min-height:auto;height:auto}.otp-form-container{padding:2rem 1.5rem}.otp-card{max-width:100%}}@media(max-width:768px){.otp-hero{display:none}.otp-form-container{padding:2rem 1.25rem 2.5rem;background:#f5f7ff;margin-top:11rem}.otp-card{border-radius:0;box-shadow:none;padding:2rem clamp(1.25rem,5vw,2.25rem)}.otp-actions{flex-direction:row;justify-content:center;flex-wrap:nowrap;gap:.75rem}.otp-primary-button,.otp-secondary-button{width:50%;justify-content:center}}@media(max-width:480px){.otp-card{padding:1.75rem 1.1rem 2.1rem}.otp-field-group input{letter-spacing:.2rem;padding:.85rem 1rem}}.app-header{position:fixed;top:0;left:0;right:0;height:56px;padding:0 .75rem;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);z-index:1000;box-sizing:border-box;width:100%;min-width:320px;overflow:hidden}.app-header__brand{display:flex;align-items:center;gap:.5rem;cursor:pointer}.app-header__brand{display:flex;align-items:center;min-width:0;padding-right:.5rem}.app-header__brand img{height:26px;width:auto;max-width:120px;object-fit:contain;display:block}.app-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.app-header__cart{border:1px solid #e0e0e0;background:#f8f8f8;color:#333;padding:.35rem .6rem;border-radius:20px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:40px;height:36px;box-sizing:border-box;font-size:0}.app-header__cart-icon{font-size:1.2rem;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin:0}.app-header__cart-label{display:none}.app-header__cart-count{background:#ff3b30;color:#fff;border-radius:10px;min-width:18px;height:18px;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:-4px;padding:0 4px;line-height:1}.app-header__cart-wrapper{position:relative;display:flex;align-items:center}.app-header__logout{background:#f8f8f8;border:1px solid #e0e0e0;color:#333;border-radius:20px;padding:.35rem .8rem;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;height:36px;box-sizing:border-box}@media(max-width:480px){.app-header{padding:0 .75rem;height:56px}.app-header__brand img{height:24px;max-width:100px}.app-header__cart{min-width:36px;height:36px;padding:0;justify-content:center}.app-header__logout{padding:.3rem .7rem;font-size:.8rem;height:34px}}@media(max-width:360px){.app-header{padding:0 .5rem}.app-header__brand img{max-width:90px}.app-header__logout{padding:.25rem .6rem;font-size:.75rem}}.app-header__cart-count{background:#1022d8;color:#fff;border-radius:999px;padding:0 .5rem;font-size:.8rem;line-height:1.4}.app-header__cart-wrapper{position:relative}.app-header__cart-popover{position:absolute;top:calc(100% + .75rem);right:0;width:320px;background:#fff;border-radius:18px;box-shadow:0 22px 50px #0b225a2e;border:1px solid rgba(15,30,71,.08);padding:1rem;z-index:120}.app-header__cart-popover-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.app-header__cart-list{list-style:none;margin:0;padding:0;max-height:260px;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.app-header__cart-list li{display:flex;gap:.75rem;align-items:center}.app-header__cart-thumb{width:48px;height:48px;border-radius:12px;overflow:hidden;background:#1125610d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-header__cart-thumb img{width:100%;height:100%;object-fit:cover}.app-header__cart-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1125611a,#11256133);border-radius:12px}.app-header__cart-item-title{font-weight:600;margin:0;color:#0e173a}.app-header__cart-item-meta{margin:0;font-size:.85rem;color:#0e173aa6}.app-header__cart-empty{margin:1rem 0;color:#0e173a99;font-size:.95rem}.app-header__cart-manage{margin-top:1rem;width:100%;border:none;border-radius:12px;padding:.65rem;background:linear-gradient(120deg,#2f57ff,#1439c0);color:#fff;font-weight:600;cursor:pointer}.app-header__logout{border:none;background:linear-gradient(120deg,#2f57ff,#1439c0);color:#fff;padding:.5rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #2f57ff4d}.app-header__logout-modal{position:fixed;inset:0;background:#040a1e80;display:flex;align-items:center;justify-content:center;z-index:2000}.app-header__logout-modal-card{background:#fff;border-radius:28px;padding:1.75rem;width:min(420px,90vw);display:flex;flex-direction:column;gap:1.5rem}.app-header__logout-modal-header{display:flex;justify-content:center;align-items:center}.app-header__logout-modal-header h3{margin:0;font-size:1.5rem;font-weight:600;color:#0d1f47}.app-header__logout-modal-body{text-align:center}.app-header__logout-modal-body p{margin:0;font-size:1rem;color:#0d1f47}.app-header__logout-modal-actions{display:flex;gap:1rem;justify-content:center}.app-header__logout-modal-cancel,.app-header__logout-modal-confirm{padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;border:none;min-width:100px}.app-header__logout-modal-cancel{background:#f8f8f8;color:#333;border:1px solid #e0e0e0}.app-header__logout-modal-cancel:hover{background:#e8e8e8}.app-header__logout-modal-confirm{background:linear-gradient(120deg,#2f57ff,#1439c0);color:#fff;box-shadow:0 10px 25px #2f57ff4d}.app-header__logout-modal-confirm:hover{opacity:.9}.app-footer{padding:2rem clamp(1.5rem,4vw,4rem);background:#06285e;color:#ffffffd9;display:flex;flex-direction:column;align-items:center;gap:1.2rem;text-align:center;font-family:Roboto,sans-serif}.app-footer__links{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.app-footer__links a{color:inherit}.app-footer__links a:hover{opacity:1}.app-footer__meta{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;line-height:1.4;align-items:center}.app-footer__meta p{margin:0}.app-sidebar{padding:clamp(2rem,6vw,2rem);background:#06285e;color:#fff;display:flex;flex-direction:column;gap:.65rem;font-family:Roboto,sans-serif;width:100%;max-width:439px;margin-top:3rem}.app-sidebar__video-section{margin-top:1.5rem;background:#ffffff0f;border-radius:20px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.app-sidebar__video-label{text-transform:uppercase;font-size:.85rem;letter-spacing:.08em;margin:0;color:#ffffffb3}.app-sidebar__video-muted{margin:0;color:#ffffffa6;font-size:.9rem}.app-sidebar__video-card{border:none;background:#00000040;border-radius:20px;padding:.75rem;color:#fff;text-align:left;display:flex;flex-direction:column;gap:.75rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.app-sidebar__video-card:hover{transform:translateY(-2px);box-shadow:0 15px 30px #00000040}.app-sidebar__video-thumb{position:relative;border-radius:16px;overflow:hidden;background:#ffffff1a;height:160px}.app-sidebar__video-thumb img{width:100%;height:100%;object-fit:cover;display:block}.app-sidebar__video-thumb--placeholder{width:100%;height:100%;background:#ffffff14}.app-sidebar__video-play{position:absolute;bottom:.75rem;right:.75rem;background:#1e40ff;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;box-shadow:0 10px 20px #1e40ff66}.app-sidebar__video-meta h4{margin:0;font-size:1rem;line-height:1.4}.app-sidebar__video-meta p{margin:.35rem 0 0;font-size:.85rem;color:#ffffffb3}.app-sidebar__video-dots{display:flex;gap:.3rem}.app-sidebar__video-dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d}.app-sidebar__video-dot.active{background:#fff}.app-sidebar__eyebrow{letter-spacing:.2rem;text-transform:uppercase;font-size:.95rem;opacity:.75}.app-sidebar__title{margin:0;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.1}.app-sidebar__subtitle{font-size:1.1rem;opacity:.85}.app-sidebar__pill{margin-top:1.25rem;display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border-radius:999px;background:#ffffff26;font-weight:600;font-size:.95rem}.quiz-about-screen{min-height:100vh;display:grid;grid-template-columns:minmax(320px,.35fr) minmax(0,.65fr);background:linear-gradient(135deg,#dbe8ff,#ecf1ff 35%,#f5f7ff);overflow:hidden;font-family:Roboto,sans-serif}.quiz-about-hero{padding:clamp(2rem,6vw,4rem);background:#06285e;color:#fff;display:flex;flex-direction:column;justify-content:center;gap:.4rem}.quiz-about-hero p{margin:0;font-size:1rem;opacity:.8}.quiz-about-hero h1{margin:0;font-size:clamp(2.5rem,4vw,3.4rem);line-height:1.1}.quiz-about-hero span{font-size:1.05rem;opacity:.85}.quiz-about-panel{padding:clamp(2rem,6vw,4rem);display:flex;align-items:center;justify-content:center}.quiz-about-card{width:min(508px,100%);border-radius:32px;padding:clamp(2rem,4vw,3.5rem);background:#fff;box-shadow:0 40px 70px #18346d26;display:flex;flex-direction:column;gap:2rem}.quiz-about-tabs{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.quiz-about-tab{border:none;background:transparent;color:#10204aa6;font-weight:700;letter-spacing:.05em;font-size:.92rem;text-transform:uppercase;padding:0;position:relative;padding-bottom:.4rem}.quiz-about-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:transparent;transition:background .2s ease,transform .2s ease;transform-origin:left;transform:scaleX(0)}.quiz-about-tab.active{color:#2958ff}.quiz-about-tab.active:after{background:#2958ff;transform:scaleX(1)}.quiz-about-tab:disabled{cursor:default}.quiz-about-progress{display:flex;align-items:center;width:100%}.progress-label{font-weight:700;color:#1a2050;min-width:48px}.progress-slider{flex:1;height:4px;border-radius:999px;background:linear-gradient(90deg,#dfe4f5,#d0d5e6);position:relative;overflow:visible}.progress-slider-active{position:absolute;inset:0;width:0;border-radius:inherit;background:linear-gradient(90deg,#6e62b6,#a675ff);box-shadow:0 3px 12px #6e62b640;transition:width .2s ease}.progress-slider-thumb{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#c7b7ff,#7d67ff 65%,#624ddc);transform:translate(-50%,-50%);box-shadow:0 4px 12px #6e62b659,0 0 0 2px #f7f8fd;transition:left .2s ease}.quiz-about-question{border-radius:12px;background:#f7f8fc;padding:clamp(1.5rem,3vw,2rem);box-shadow:0 30px 50px #12265f1f;border:1px solid rgba(13,32,77,.08)}.quiz-about-question.upload-step{padding:2.25rem}.upload-card{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.upload-description{text-align:center;font-weight:600;color:#0c1f44;margin:0}.upload-guideline{width:min(220px,60vw);border:1px dashed rgba(12,31,68,.25);border-radius:24px;padding:1rem;background:#fff;text-align:center;box-shadow:inset 0 0 15px #14285e0d}.upload-guideline-image{width:100%;border-radius:16px;object-fit:cover;margin-bottom:.75rem}.upload-guideline p{margin:0;font-size:.9rem;color:#0c1f44b3}.upload-actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.upload-camera-inline{width:100%;margin-top:1.25rem;border:1px dashed rgba(12,31,68,.25);border-radius:24px;padding:1.25rem;background:#fff;box-shadow:inset 0 0 15px #14285e0d;display:flex;flex-direction:column;gap:1rem}@media(max-width:1024px){.quiz-about-screen{grid-template-columns:1fr}.quiz-about-hero{display:none}.quiz-about-panel{padding:2rem 1.5rem 3rem}}.upload-camera-content{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.upload-camera-preview,.upload-camera-reference{flex:1 1 240px;max-width:360px;border-radius:18px;background:#f4f6ff;padding:.75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.upload-camera-preview video{width:100%;border-radius:14px;background:#000;min-height:220px;object-fit:cover}.upload-camera-reference-image{width:100%;border-radius:14px;object-fit:cover}.upload-camera-reference p{margin:0;font-size:.9rem;color:#0c1f44b3}.upload-camera-controls{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.upload-camera-controls .camera-capture,.upload-camera-controls .camera-cancel{border:none;border-radius:12px;padding:.9rem 1.6rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.upload-camera-controls .camera-capture{background:linear-gradient(135deg,#36f,#5a8bff);color:#fff;box-shadow:0 18px 35px #3366ff40}.upload-camera-controls .camera-cancel{background:#1018400f;color:#0c1f44}.camera-error{margin:0;text-align:center;color:var(--color-error);font-weight:600}.upload-action{border:none;border-radius:16px;padding:.95rem 1.2rem;background:#09123a;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.upload-action:last-child{background:#0d1c5b}.upload-action:hover{transform:translateY(-2px);box-shadow:0 12px 28px #09123a40}.hidden-file-input{display:none}.question-heading{margin:0 0 .5rem;font-size:1.1rem;font-weight:500;color:#0c1f44}.question-body{margin:0;font-size:1.05rem;color:#36415c;line-height:1.6}.question-input{border:none;border-bottom:2px solid rgba(10,46,128,.15);padding:.2rem .4rem;font-size:1.05rem;font-weight:700;color:#0a2e80;background:transparent;min-width:160px}.question-input.narrow{min-width:72px;width:90px;text-align:center}.question-input:focus{outline:none;border-bottom-color:#2958ff}.question-input::placeholder{color:#0a2e8066}.question-highlight{font-weight:700;color:#0c2f7b}.quiz-about-options{display:grid;grid-template-columns:1fr;gap:.9rem}.quiz-about-option{border:1px solid rgba(12,31,68,.15);border-radius:10px;padding:1.1rem;background:#fbfcff;font-weight:400;color:#0c1f44;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.quiz-about-option.selected{border-color:#4f7bff;box-shadow:0 18px 30px #4f7bff47;background:#eef2ff}.quiz-about-option:hover{border-color:#4f7bff;box-shadow:0 18px 30px #4f7bff2e}.pattern-section{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.pattern-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:1rem;justify-items:center}.pattern-card{border:1px solid rgba(13,32,77,.12);border-radius:22px;background:#f9fbff;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:border-color .2s ease,box-shadow .2s ease;min-height:92px;box-shadow:0 18px 30px #14285e14;overflow:hidden}.pattern-card.action-card{justify-content:center;min-height:94px;width:99px;padding:1.2rem}.pattern-card img{width:119%;max-width:82px;height:auto;object-fit:contain;flex:1}.pattern-card .pattern-number{position:absolute;top:.65rem;left:.9rem;font-weight:700;font-size:.9rem;color:#1d41a0;opacity:.85}.pattern-label{font-weight:600;color:#0c1f44;text-align:center}.pattern-card.selected{border-color:#0c143666;box-shadow:none;background:#e1e3eb}.quiz-about-primary{border:none;border-radius:10px;padding:1rem 2.4rem;background:linear-gradient(135deg,#3566ff,#5e87ff);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;align-self:center;box-shadow:0 25px 45px #3566ff59;transition:transform .2s ease,box-shadow .2s ease;min-width:220px;text-align:center}.quiz-about-primary:hover{transform:translateY(-2px);box-shadow:0 32px 55px #3566ff66}@media(max-width:900px){.quiz-about-screen{grid-template-columns:1fr}.quiz-about-panel{padding:2rem 1.5rem 3rem}.quiz-about-card{border-radius:24px}.quiz-about-tabs{gap:.5rem}.quiz-about-tab{flex:1 0 auto;text-align:center}.quiz-about-primary{width:100%;justify-content:center}}.completion-screen{height:100vh;display:grid;grid-template-columns:minmax(320px,.35fr) minmax(0,.65fr);background:linear-gradient(135deg,#dbe8ff,#ecf1ff 35%,#f5f7ff);padding:0;gap:0;overflow:hidden;font-family:Roboto,sans-serif}.completion-pane--hero{background:#06285e;color:#fff;width:30rem;display:flex;align-items:center;justify-content:center}.completion-pane-content{display:flex;flex-direction:column;gap:.5rem}.completion-pane-content p{margin:0;letter-spacing:.2rem;text-transform:uppercase;opacity:.7}.completion-pane-content h1{margin:0;font-size:clamp(2.2rem,4vw,3rem);line-height:1.1}.completion-pane-content span{font-size:1.1rem;opacity:.85}.completion-pane--content{display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,4vw,3rem)}.completion-card{width:min(520px,100%);background:#fff;border-radius:32px;padding:clamp(2rem,2vw,3rem);box-shadow:0 35px 80px #1126922e;display:flex;flex-direction:column;gap:1.4rem;text-align:center}.completion-subtitle{margin:0;font-size:1rem;letter-spacing:.2rem;text-transform:uppercase;color:#09123a99}.completion-timeline{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:1024px){.completion-screen{grid-template-columns:1fr}.completion-pane--hero{display:none}.completion-pane--content{padding:2rem 1.5rem 3rem}}.completion-step{display:flex;flex-direction:column;align-items:center;gap:.75rem}.completion-icon{width:43px;height:43px;border-radius:50%;border:2px solid rgba(13,32,77,.3);display:flex;align-items:center;justify-content:center;font-size:2rem;color:#0d204d4d;transition:border-color .3s ease,color .3s ease,transform .3s ease}.completion-icon.done{border-color:#2b4cba;color:#2b4cba;transform:scale(1.05)}.completion-step p{margin:0;font-size:1rem;font-weight:700;color:#0c1f44}.completion-connector{width:2px;height:32px;background:#0d204d33;margin-top:.5rem}.completion-connector.done{background:#2b4cba}.completion-button{border:none;border-radius:16px;padding:1rem 2rem;background:linear-gradient(135deg,#36f,#5a8bff);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 22px 45px #3366ff59}.completion-button:hover{transform:translateY(-2px)}@media(max-width:900px){.completion-screen{grid-template-columns:1fr;padding:1.5rem;gap:1.5rem;height:auto}.completion-card{width:100%}}.medicine-card{background:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 12px 30px #0a123814;display:flex;flex-direction:column;gap:1.25rem}.medicine-card-header{display:flex;align-items:center;gap:.85rem}.medicine-card-icon{width:48px;height:48px;border-radius:14px;background:#245dff1f;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.medicine-card-header h3{margin:0;font-size:1.15rem;color:#101637}.medicine-card-header p{margin:.1rem 0 0;color:#101637a6;font-size:.95rem}.medicine-guest-pill{margin-left:auto;border-radius:999px;padding:.3rem .8rem;background:#ffc10726;color:#a66b00;font-size:.78rem;font-weight:600}.medicine-loading{display:flex;align-items:center;gap:.75rem;color:#101637b3;font-weight:600}.medicine-spinner{width:16px;height:16px;border:2px solid rgba(36,93,255,.2);border-top-color:#245dff;border-radius:50%;animation:medicine-spin .8s linear infinite}@keyframes medicine-spin{to{transform:rotate(360deg)}}.medicine-error{color:#d64545;font-weight:600;margin:0}.medicine-calendar-wrapper{border:1px solid rgba(16,24,64,.08);border-radius:16px;padding:1rem}.medicine-calendar-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#101537;margin-bottom:.75rem}.medicine-calendar-nav button{border:none;background:#245dff1a;color:#245dff;width:32px;height:32px;border-radius:8px;font-size:1.15rem;cursor:pointer;transition:transform .15s ease}.medicine-calendar-nav button:disabled{opacity:.3;cursor:not-allowed}.medicine-calendar-nav button:not(:disabled):hover{transform:translateY(-1px)}.medicine-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-size:.7rem;letter-spacing:.06em;color:#1018408c;margin-bottom:.5rem}.medicine-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.55rem}.medicine-calendar-day{border:none;background:transparent;width:42px;height:42px;border-radius:50%;font-weight:600;color:#0d1438;cursor:pointer;border:1px solid rgba(13,20,56,.08);transition:background .15s ease,color .15s ease,transform .15s ease}.medicine-calendar-day:hover:not(.disabled){transform:translateY(-1px);border-color:#245dff66}.medicine-calendar-day.taken{background:#0f6cff;color:#fff;border:none}.medicine-calendar-day.selected{background:#0f6cff26;color:#0f6cff;border-color:#0f6cff4d}.medicine-calendar-day.disabled{opacity:.35;cursor:not-allowed}.medicine-muted{margin:0;color:#0f163699;font-size:.92rem}.medicine-primary-cta{width:100%;border:none;border-radius:12px;background:#245dff;color:#fff;padding:.95rem 1rem;font-size:.95rem;font-weight:700;letter-spacing:.04em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.35rem;transition:transform .15s ease,box-shadow .2s ease}.medicine-primary-cta:hover{transform:translateY(-1px);box-shadow:0 12px 20px #245dff40}.medicine-modal{position:fixed;inset:0;background:#04081666;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:40}.medicine-modal-card{background:#fff;width:min(480px,100%);border-radius:18px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.medicine-modal-header{display:flex;gap:.75rem;align-items:center;justify-content:space-between}.medicine-modal-header h4{margin:.1rem 0 0}.medicine-modal-header button{border:none;background:#0d143814;width:32px;height:32px;border-radius:8px;cursor:pointer}.medicine-modal-date{margin:0;color:#0f163699;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase}.medicine-modal-body{display:flex;flex-direction:column;gap:.65rem;max-height:450px;overflow-y:auto}.medicine-option{border:1px solid rgba(15,22,54,.15);border-radius:12px;padding:.8rem 1rem;display:flex;align-items:center;gap:.75rem;background:transparent;text-align:left;font-weight:600;color:#0d1438;cursor:pointer}.medicine-option-box{width:22px;height:22px;border-radius:6px;border:2px solid rgba(15,22,54,.25);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#fff}.medicine-option.checked{border-color:#245dff59;background:#245dff0f}.medicine-option.checked .medicine-option-box{background:#245dff;border-color:#245dff}.medicine-opt-group{border:1px solid rgba(15,22,54,.1);border-radius:14px;padding:12px;background:#fdfdfd}.medicine-opt-group-title{margin:0 0 10px;font-size:.95rem;font-weight:700;color:#101637}.medicine-view-only-banner{background:#f3f4f6;color:#6b7280;padding:8px 12px;border-radius:8px;font-size:.85rem;font-weight:600;text-align:center;margin-bottom:8px}.medicine-modal-footer{display:flex;gap:.6rem;justify-content:flex-end;flex-wrap:wrap}.medicine-text-button,.medicine-outline-button,.medicine-primary-button,.medicine-close-button{border-radius:10px;padding:.65rem 1.4rem;font-weight:600;cursor:pointer;border:none}.medicine-text-button{background:transparent;color:#245dff}.medicine-outline-button{border:1px solid #d0d5dd;background:transparent;color:#0d1438}.medicine-primary-button{background:#245dff;color:#fff;min-width:120px}.medicine-close-button{background:#e5e7eb;color:#374151}@media(max-width:768px){.medicine-card{padding:1.2rem}.medicine-calendar-grid{gap:.4rem}.medicine-calendar-day{width:38px;height:38px}}.analysis-card{display:flex;flex-direction:column;gap:1rem}.analysis-card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.analysis-card__greeting{margin:0;font-size:1rem;font-weight:700;color:#1b1f3b}.analysis-card__subtitle{margin:0;font-size:.95rem;color:#5a5d72}.analysis-card__support-text{margin:0;font-size:.9rem;color:#5a5d72}.analysis-card__cta{width:100%}.analysis-card__recommendation-btn{width:100%;border:none;border-radius:12px;padding:.9rem 1.25rem;font-size:.95rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background-color:#10b981;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.analysis-card__recommendation-btn:disabled{cursor:not-allowed;background:#cfd4dc;color:#4a4c63;box-shadow:none}.analysis-card__recommendation-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 20px #10b98133}.analysis-card__spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:analysis-card-spin .9s linear infinite}@keyframes analysis-card-spin{to{transform:rotate(360deg)}}.analysis-card__icon svg{display:block}.analysis-card__reasons{display:flex;justify-content:center;gap:2.5rem;padding:.75rem 0}.analysis-card__reason-bubble{display:inline-flex;align-items:center;justify-content:center;min-width:80px;padding:.45rem .75rem;border-radius:24px;background:#245dff14;color:#1b1f3b;font-size:.8rem;font-weight:600}.analysis-card__orders-button{white-space:nowrap}.order-confirmation-card{background:#fff;border-radius:18px;padding:1.5rem;box-shadow:20px 30px 60px 44px #0f275d14;display:flex;flex-direction:column;gap:.5rem;width:100%;margin-bottom:.5rem}.card-header{display:flex;align-items:flex-start;gap:1rem}.icon-box{width:46px;height:46px;background:#fff;border-radius:12px;box-shadow:0 6px 12px #00000014;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#245dff;flex-shrink:0}.card-header h3{margin:0 0 .25rem;color:#14213d;font-size:1.15rem;font-weight:700}.card-header p{margin:0;color:#4a4c63;font-size:.9rem;line-height:1.4}.card-actions{display:flex;gap:1rem;margin-top:1rem}.btn-primary-outline{flex:1;padding:.85rem;border-radius:14px;border:1px solid #e0e4f0;background:#fff;color:#0f5ef7;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-secondary{flex:1;padding:.85rem;border-radius:14px;border:none;background:#245dff;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.order-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.order-modal{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column}.order-modal-header{padding:1.5rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.order-modal-header h3{margin:0;color:#14213d;font-size:1.1rem}.close-button{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#666}.order-modal-content{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.product-block{background:#f7f9ff;border-radius:14px;border:1px solid rgba(159,182,255,.35);padding:1rem}.product-block h4{margin:0 0 1rem;color:#14213d;font-size:1rem}.label{display:block;font-size:.85rem;font-weight:700;color:#4a4c63;margin-bottom:.5rem}.chips{display:flex;gap:.5rem;margin-bottom:1rem}.chip{padding:.5rem 1rem;border-radius:20px;border:1px solid #ddd;background:#fff;font-size:.85rem;cursor:pointer;color:#4a4c63}.chip.active{background:#245dff;color:#fff;border-color:#245dff}.slot-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;background:#fff;padding:.5rem .75rem;border-radius:10px;border:1px solid #eee}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.slot-name{font-size:.9rem;font-weight:600;color:#14213d}.capitalize{text-transform:capitalize}.time-input{border:1px solid #ddd;border-radius:6px;padding:.25rem;font-family:inherit;color:#245dff;font-weight:600}.order-modal-footer{padding:1rem;border-top:1px solid #eee}.submit-button{width:100%;padding:1rem;background:#245dff;color:#fff;border:none;border-radius:14px;font-weight:700;cursor:pointer}.home-screen{min-height:100vh;height:100vh;display:grid;grid-template-columns:360px minmax(0,1fr);width:100%;background:linear-gradient(135deg,#dbe8ff,#ecf1ff 35%,#f5f7ff);font-family:Roboto,sans-serif}.home-pane{display:flex;flex-direction:column}.home-pane--hero .app-sidebar{width:100%;max-width:420px;margin-top:2rem;align-self:center}.home-pane--hero{background:#06285e;color:#fff;justify-content:center}.home-pane--content{overflow:hidden;display:flex;justify-content:flex-start;align-items:stretch}.home-content-shell{width:100%;min-height:100%;display:flex;justify-content:flex-start;align-items:stretch}.home-content-card{width:100%;max-width:1200px;min-height:100%;overflow-y:auto;background:#fff;box-shadow:0 30px 70px #16224f2e;padding:clamp(1.5rem,3vw,1rem)}.home-container{display:flex;flex-direction:column;gap:1.5rem}.home-alert{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;margin-top:1rem;border-radius:12px;background:#245dff14;color:#1b1f3b;font-weight:600}.home-alert button{border:none;background:transparent;font-size:1rem;cursor:pointer;color:inherit}.home-hero-row{width:100%;height:230px;overflow:hidden;display:flex;margin-top:3rem;align-items:center;gap:clamp(1rem,3vw,2.5rem);padding:0rem 2rem}.home-hero-copy{flex:1}.home-hero-copy p{margin:0;text-transform:uppercase;font-size:.85rem;letter-spacing:.18em;color:#081d3c99}.home-hero-copy h2{margin:.35rem 0;font-size:clamp(1.6rem,3.5vw,2.4rem);color:#071847}.home-hero-copy span{color:#071847bf;font-size:1rem}.home-hero-art{flex:1;display:flex;justify-content:flex-end}.home-hero-art img{margin-top:144px;width:min(344px,80%);display:block}.home-card{background:#fff;border-radius:28px;padding:clamp(1.25rem,3vw,1rem);box-shadow:20px 30px 60px 44px #0f275d14}.home-subtitle,.home-muted{color:#0a1b3ca6}.home-link{color:#2548ff;font-weight:600;cursor:pointer}.home-reasons{display:flex;gap:1rem;flex-wrap:wrap}.home-reason-bubble{flex:1;min-width:120px;padding:1.5rem;border-radius:22px;background:linear-gradient(145deg,#f1f5ff,#fff);box-shadow:inset 0 1px #fffc}.home-partners{position:relative;overflow:hidden}.home-partners-track{display:flex;gap:2.25rem;padding:.85rem 1.5rem;width:fit-content;animation:partner-scroll 18s linear infinite}.home-partner{display:flex;align-items:center;gap:.75rem;min-width:max-content}.home-partner img{height:26px;width:auto;object-fit:contain}.home-partner--rating{font-weight:600;color:#0f1a39}.home-partner-rating{display:flex;align-items:baseline;gap:.35rem;font-size:1rem}.home-partner-rating-score{font-size:1.15rem}.home-partner-rating-text{font-weight:400;color:#0f1a39bf}@keyframes partner-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-orders-button{border:none;border-radius:18px;padding:.9rem 1.5rem;background:#142257;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease}.home-orders-button:hover{transform:translateY(-2px)}.home-products-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.home-product-card{border:1px solid rgba(22,49,95,.08);border-radius:20px;padding:0;display:flex;flex-direction:column;overflow:hidden}.home-product-media{background:#f7f8ff;border-radius:16px;border:none;padding:1.1rem;cursor:pointer}.home-product-media img{width:100%;height:135px;object-fit:contain}.home-product-body{display:flex;flex-direction:column;padding:.85rem 1rem 1.25rem;flex:1}.home-product-price{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-weight:600}.home-product-description{color:#08123899;font-size:.92rem;line-height:1.4;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.25rem}.home-product-description.expanded{line-clamp:unset;-webkit-line-clamp:unset;max-height:none}.home-description-toggle{background:none;border:none;color:#1d4ed8;font-weight:600;align-self:flex-start;padding:0;margin-bottom:.5rem;cursor:pointer}.home-description-toggle:hover{text-decoration:underline}.home-primary-button{border:none;border-radius:10px;padding:.75rem 1.25rem;font-weight:600;color:#fff;background:linear-gradient(120deg,#3066ff,#2b57c0);cursor:pointer;transition:box-shadow .2s;margin-top:auto}.home-primary-button:hover{box-shadow:0 15px 30px #2e5bff4d}.home-reminder-summary{display:flex;flex-direction:column;gap:.4rem;font-weight:600}.home-journey-card h3{margin-bottom:1.5rem;text-transform:uppercase;font-size:1.1rem;letter-spacing:.08em}.home-journey-track{display:flex;flex-direction:column;gap:1.2rem}.home-journey-line{position:relative;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 .5rem;gap:0}.home-journey-line:before{content:"";position:absolute;left:1rem;right:1rem;height:4px;background:#5e6793;top:50%;transform:translateY(-50%);border-radius:999px}.home-journey-dot{width:20px;height:20px;border-radius:50%;background:#5e6793;position:relative;justify-self:center}.home-journey-dot.active{background:#34c38f;box-shadow:0 0 0 6px #34c38f40}.home-journey-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.home-journey-steps div{text-align:center}.home-journey-steps p{margin:0;font-weight:700;font-size:1rem}.home-journey-steps span{color:#0c1834b3;font-size:.95rem}.home-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.home-benefit{border-radius:20px;background:#f7f7fc;padding:1rem;text-align:center}.home-benefit-media{width:100%;height:120px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.home-benefit-media img{max-width:80%;max-height:80%;object-fit:contain}.home-video-carousel{position:relative;width:100%}.home-video-carousel-track{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home-video-carousel-track::-webkit-scrollbar{height:6px}.home-video-carousel-track::-webkit-scrollbar-thumb{background:#08123833;border-radius:999px}.home-video-card{flex:0 0 calc((100% - 2rem) / 3);min-width:clamp(220px,calc((100% - 2rem) / 3),320px);scroll-snap-align:start;border:none;background:transparent;border-radius:24px;padding:0;text-align:left;cursor:pointer}.home-video-card:not(:last-child){margin-bottom:0}.home-video-thumb{position:relative;overflow:hidden;border-radius:18px;box-shadow:0 18px 40px #1e2a5c2e}.home-video-thumb img{width:100%;height:140px;object-fit:cover;display:block}.home-video-play{position:absolute;right:12px;bottom:12px;background:#ffffffe6;color:#1a38b8;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:.85rem}.home-account-actions{display:flex;flex-wrap:wrap;gap:1rem}.home-outline-button,.home-danger-button{flex:1;min-width:180px;border-radius:16px;padding:.85rem 1.25rem;font-weight:600;cursor:pointer}.home-outline-button{border:1px solid rgba(16,34,78,.2);background:#fff;color:#0f1f4e}.home-danger-button{border:none;background:#ffe8eb;color:#d11b3e}.home-cart-overlay{position:fixed;inset:0;background:#04091a73;display:flex;justify-content:flex-end;z-index:40}.home-cart-sheet{width:min(420px,90vw);background:#fff;border-radius:1px 0 0 24px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;margin-top:4rem}.home-cart-header{display:flex;justify-content:space-between;align-items:center}.home-cart-list{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.home-cart-product{display:flex;gap:1rem;align-items:center;justify-content:space-between}.home-cart-product-info{display:flex;gap:1rem;align-items:center;flex:1}.home-cart-thumb{width:72px;height:72px;border-radius:16px;background:#f3f4ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-cart-thumb img{width:100%;height:100%;object-fit:contain}.home-cart-thumb-placeholder{width:100%;height:100%;background:#2338701a;border-radius:16px}.home-cart-remove{border:none;background:#d124241f;color:#d12424;cursor:pointer;border-radius:999px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0}.home-cart-remove svg{display:block}.home-cart-checkout{width:100%;border:none;border-radius:18px;padding:1rem;font-size:1.05rem;font-weight:600;background:linear-gradient(135deg,#2b4cba,#3140ff);color:#fff;cursor:pointer}.home-cart-error{color:#d1253c;margin:0;font-size:.92rem}.home-toast{position:fixed;left:50%;bottom:clamp(1rem,4vw,2.5rem);transform:translate(-50%);background:#081544;color:#fff;padding:.9rem 1.5rem;border-radius:28px;display:flex;align-items:center;gap:1rem}.home-toast button{border:none;background:none;color:inherit;cursor:pointer;font-size:1rem}.home-modal{position:fixed;inset:0;background:#040a1e80;display:flex;align-items:center;justify-content:center;z-index:50}.home-modal-card{background:#fff;border-radius:28px;padding:1.75rem;width:min(420px,90vw);display:flex;flex-direction:column;gap:1rem}.home-modal-header{display:flex;justify-content:space-between;align-items:center}.home-modal-body{display:flex;flex-direction:column;gap:1rem}.home-reminder-field{display:flex;flex-direction:column;gap:.4rem;font-size:.95rem;color:#0d1f47}.home-reminder-field select{border:1px solid rgba(15,39,93,.15);border-radius:12px;padding:.65rem .75rem;font-size:1rem}.home-modal-actions{display:flex;gap:1rem}.home-card-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.3rem}.home-card-heading h3{margin:0;font-size:1.4rem}.home-card-heading+.home-benefits,.home-card-heading+.home-video-row{margin-top:.5rem}.home-cart-button{position:fixed;right:clamp(1rem,4vw,2.5rem);bottom:clamp(1rem,4vw,2.5rem);background:#111b3d;color:#fff;border:none;border-radius:999px;padding:.85rem 1.4rem;display:flex;gap:.7rem;align-items:center;box-shadow:0 25px 50px #070d2659}@media(max-width:1024px){.home-screen{display:flex;flex-direction:column;grid-template-columns:minmax(0,1fr);height:auto;min-height:auto;gap:clamp(1rem,4vw,2.5rem);padding:clamp(1.25rem,6vw,2.5rem)}.home-pane--hero{display:none}.home-pane--content{overflow:visible;grid-column:1 / -1}.home-content-card{min-height:auto;overflow:visible;box-shadow:0 18px 40px #16224f24;border-radius:24px}}@media(max-width:768px){.home-screen{display:flex;flex-direction:column;min-height:100vh;height:auto;background:#f5f7ff}.app-header{position:sticky;top:0;padding:.65rem 1rem;height:auto;min-height:56px;border-bottom:none;box-shadow:0 8px 20px #00000014;border-radius:0 0 16px 16px;gap:.75rem}.app-header__brand{flex:1;padding-right:.75rem}.app-header__brand img{max-width:135px;height:28px;object-fit:contain}.app-header__actions{gap:.6rem}.app-header__cart{border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#fff;padding:.35rem .9rem;min-width:56px;justify-content:center;gap:.35rem}.app-header__cart-icon{font-size:1rem}.app-header__cart-label{display:inline-block;font-size:.85rem;font-weight:600;color:#111b3d}.app-header__cart-count{position:static;min-width:22px;height:22px;font-size:.75rem}.app-header__logout{padding:.45rem 1.25rem;border-radius:999px;border:none;background:linear-gradient(120deg,#3066ff,#2b57c0);color:#fff;font-weight:600;font-size:.9rem}.home-pane--hero{display:none}.home-pane--content{width:100%;max-width:100%}.home-pane--content{grid-column:1 / -1;flex:1}.home-content-card{box-shadow:none;border-radius:0;padding:0;background:transparent;overflow:visible}.home-container{gap:1.5rem}.home-hero-row{flex-direction:row;height:auto;margin:0;padding:1rem;background:#f8f9ff;border-radius:16px;overflow:hidden;align-items:center;gap:1rem}.home-hero-copy{padding:0;flex:1}.home-hero-copy h2{font-size:1.5rem;color:#1a1a1a;margin:.5rem 0 1rem}.home-hero-copy p{font-size:.9rem;color:#666;letter-spacing:.5px}.home-hero-art{flex:0 0 45%;justify-content:center;padding:0}.home-hero-art img{margin:0;width:100%;max-width:220px;height:auto}.home-card{padding:1.25rem;border-radius:12px;background:#fff;box-shadow:0 2px 12px #0000000d;margin-bottom:1rem}.home-card-heading{flex-direction:row;align-items:center;margin-bottom:1rem}.home-card-heading h3{font-size:1.1rem;color:#1a1a1a}.home-reasons{display:flex;flex-direction:column;gap:.75rem}.home-reason-bubble{padding:1rem;border-radius:10px;background:#f8f9ff;box-shadow:none;display:flex;align-items:center;gap:.75rem}.home-cart-button{position:fixed;bottom:1rem;left:1rem;right:1rem;width:auto;background:#1a1a1a;color:#fff;border:none;border-radius:50px;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;z-index:100}}@media(max-width:600px){.home-screen{padding-bottom:5.5rem}.home-container{gap:1.25rem}.home-products-row{display:flex;flex-direction:row;gap:1rem;overflow-x:auto;padding-bottom:.25rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.home-products-row::-webkit-scrollbar{display:none}.home-product-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d;flex:0 0 78%;scroll-snap-align:start}.home-product-media{width:100%;height:170px;padding:.75rem;display:flex;align-items:center;justify-content:center;background:#f8f9ff}.home-product-media img{width:100%;height:100%;object-fit:contain}.home-product-body{flex:1;padding:.85rem;display:flex;flex-direction:column;justify-content:space-between}.home-product-title{font-size:.95rem;font-weight:600;margin:0 0 .25rem;color:#1a1a1a}.home-product-description{font-size:.8rem;color:#666;margin:0 0 .75rem;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-product-footer{display:flex;align-items:center;justify-content:space-between}.home-product-price{font-size:1rem;font-weight:700;color:#1a1a1a}.home-product-actions{display:flex;align-items:center;gap:.5rem}.home-add-to-cart{background:#1a1a1a;color:#fff;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:500}.home-cart-count{background:#f0f2f7;color:#1a1a1a;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}}.orders-page{min-height:100vh;background:var(--orders-bg);display:flex;flex-direction:column;font-family:Roboto,sans-serif}.orders-layout{display:grid;grid-template-columns:minmax(280px,.32fr) minmax(0,.68fr);gap:1.5rem;flex:1;width:100%}.orders-sidebar{color:#fff;display:flex;align-items:stretch;height:100%}.orders-screen{flex:1;padding:clamp(1.5rem,3vw,3rem);max-width:1200px;width:100%;margin:0 auto}.orders-top-bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:4rem;background:var(--orders-card-bg);border-radius:10px;box-shadow:0 25px 60px #0f275d14;border:1px solid var(--orders-border);margin-bottom:clamp(1.5rem,3vw,2.5rem)}.orders-back{border:none;border-radius:9px;padding:.3rem 1rem;background:#101c3d;color:#fff;font-weight:600;height:3rem;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.orders-back:hover{transform:translateY(-2px);box-shadow:0 12px 30px #101c3d40}.orders-greeting{margin:0;color:var(--orders-muted);font-weight:500}.orders-top-bar h1{margin:.25rem 0 0;font-size:clamp(1.5rem,2.5vw,2.4rem);color:var(--orders-text)}.orders-state{width:100%;text-align:center;padding:3rem 1rem;color:var(--orders-muted);font-size:1.05rem;background:var(--orders-card-bg);border-radius:24px;border:1px solid var(--orders-border)}.orders-state--error{color:var(--orders-tone-danger)}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:var(--orders-card-bg);border-radius:24px;border:1px solid var(--orders-border);padding:clamp(1.25rem,2vw,1.75rem);box-shadow:0 25px 60px #0f275d14}.order-card__header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:space-between}.order-status{padding:.45rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:.35rem}.order-status--success{color:var(--orders-tone-success);background:#2b93481f}.order-status--danger{color:var(--orders-tone-danger);background:#d7263d1f}.order-status--neutral{color:var(--orders-tone-neutral);background:#1d4ed81f}.order-card__meta{display:flex;flex-direction:column;text-align:right;gap:.2rem;color:var(--orders-muted);font-size:.9rem}.order-card__meta strong{color:var(--orders-text);font-size:1.2rem}.order-products{margin-top:1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.order-product-card{border:1px solid rgba(15,28,61,.08);border-radius:18px;padding:.9rem;display:flex;gap:.85rem;align-items:center;background:#fefefe}.order-product-thumb{width:64px;height:64px;border-radius:16px;background:#edf2ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.order-product-thumb img{width:100%;height:100%;object-fit:cover}.order-product-thumb__placeholder{font-size:.7rem;color:var(--orders-muted);text-align:center}.order-product-body{flex:1;min-width:0}.order-product-title{margin:0;font-size:.95rem;font-weight:600;color:var(--orders-text);line-height:1.3}.order-product-quantity,.order-product-variant{margin:.25rem 0 0;font-size:.85rem;color:var(--orders-muted)}@media(max-width:640px){.orders-top-bar{flex-direction:column}.order-card__header{flex-direction:column;align-items:flex-start}.order-card__meta{text-align:left}}:root{--recommendations-bg: #f8fafc;--recommendations-border: #e2e8f0;--recommendations-text: #0f172a;--recommendations-muted: #64748b;--recommendations-accent: #2563eb}.recommendations-page{background:var(--recommendations-bg);min-height:100vh}.recommendations-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:2rem;padding:2.5rem 3rem 4rem}.recommendations-sidebar{position:sticky;top:0;align-self:flex-start}.recommendations-content{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 30px 60px #0f172a14}.recommendations-top-bar{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem}.recommendations-back{border:none;background:#6366f11f;color:#3730a3;padding:.65rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.recommendations-back:hover{background:#6366f12e;transform:translateY(-1px)}.recommendations-greeting{margin:0;font-size:.95rem;color:var(--recommendations-muted)}.recommendations-content h1{margin:.1rem 0 0;font-size:2rem;color:var(--recommendations-text)}.analysis-section{border:1px solid var(--recommendations-border);border-radius:20px;padding:1.5rem;margin-bottom:2rem;display:grid;grid-template-columns:160px minmax(0,1fr);gap:1.5rem;background:#fdfdfd}.analysis-section__badge{color:#fff;font-weight:700;letter-spacing:.05em;padding:.75rem;border-radius:16px;text-align:center}.analysis-section__meta{color:var(--recommendations-text)}.analysis-section__label{display:block;font-size:.8rem;text-transform:uppercase;color:var(--recommendations-muted);margin-bottom:.35rem}.analysis-section__summary{margin:0;font-size:1.15rem;font-weight:600}.analysis-section__concern{margin-top:1.25rem;border-top:1px dashed var(--recommendations-border);padding-top:1rem}.analysis-section__concern-header{display:flex;align-items:center;gap:.6rem;font-weight:600;color:var(--recommendations-text)}.analysis-section__concern-icon{width:28px;height:28px;border-radius:50%;border:2px solid currentColor;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.recommendations-section{margin-bottom:2.5rem}.recommendations-section__title{margin:0 0 1.5rem;font-size:1.4rem;color:var(--recommendations-text)}.recommendations-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.recommendation-card{border:1px solid var(--recommendations-border);border-radius:20px;padding:1.5rem;background:#fff;display:flex;flex-direction:column;gap:.9rem}.recommendation-card__header{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.recommendation-card__pill{background:#2563eb1a;color:var(--recommendations-accent);padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600}.recommendation-card__category{font-size:.85rem;color:var(--recommendations-muted)}.recommendation-card__price{margin-left:auto;font-size:1rem}.recommendation-card__title{margin:0;font-size:1.2rem;color:var(--recommendations-text)}.recommendation-card__description{margin:0;color:var(--recommendations-muted);font-size:.95rem}.recommendation-card__section{display:flex;flex-direction:column;gap:.65rem}.recommendation-card__section-title{margin:0;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--recommendations-muted)}.recommendation-card__chips{display:flex;flex-wrap:wrap;gap:.5rem}.recommendation-card__chip{padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:600;background:#0f766e1a;color:#0f766e}.recommendation-card__chip.ingredient{background:#4338ca1a;color:#4338ca}.recommendation-card__usage{margin:0;color:var(--recommendations-muted);font-size:.9rem}.recommendations-state{border:1px dashed var(--recommendations-border);border-radius:16px;padding:1.75rem;text-align:center;color:var(--recommendations-muted)}@media(max-width:1024px){.recommendations-layout{grid-template-columns:1fr}.recommendations-sidebar{display:none}}@media(max-width:768px){.recommendations-content{padding:1.75rem}.analysis-section{grid-template-columns:1fr}}.tnc{max-width:960px;margin:0 auto;padding:64px 24px 96px;font-family:Roboto,sans-serif;color:#0f172a}.tnc__header{text-align:center;margin-bottom:48px}.tnc__header h1{font-size:clamp(2.25rem,4vw,3rem);font-weight:600;margin:8px 0 12px;color:#0f172a}.tnc__header p{font-size:1rem;line-height:1.6;color:#475569;max-width:720px;margin:0 auto}.tnc__eyebrow{display:inline-flex;padding:6px 14px;border-radius:999px;background:#4f46e514;color:#4f46e5;text-transform:uppercase;font-size:.78rem;font-weight:600;letter-spacing:.08em}.tnc__content{background:#fff;border-radius:32px;padding:48px;box-shadow:0 30px 80px #0f172a1a,inset 0 1px #fff6;border:1px solid rgba(79,70,229,.08)}.tnc__content section+section{margin-top:40px;padding-top:40px;border-top:1px solid rgba(15,23,42,.08)}.tnc__content h2{font-size:1.5rem;margin-bottom:20px;color:#111827}.tnc__subsection{margin-bottom:20px}.tnc__subsection h3{font-size:1.05rem;margin-bottom:8px;font-weight:600;color:#4f46e5}.tnc__subsection p{margin:0;line-height:1.7;color:#334155}.tnc__subsection ul{margin:12px 0 0 16px;padding-left:16px;color:#334155}.tnc__subsection li{margin-bottom:12px;line-height:1.6}.tnc__subsection a{color:#4f46e5;text-decoration:none;font-weight:600}.tnc__subsection a:hover{text-decoration:underline}@media(max-width:768px){.tnc{padding:48px 16px 72px}.tnc__content{padding:32px 20px;border-radius:24px}}.privacy{max-width:960px;margin:0 auto;padding:64px 24px 96px;font-family:Roboto,sans-serif;color:#0b1220}.privacy__header{text-align:center;margin-bottom:48px}.privacy__header h1{font-size:clamp(2.2rem,4vw,3rem);margin:8px 0 12px;font-weight:600;color:#081226}.privacy__header p{color:#475467;line-height:1.6;max-width:720px;margin:0 auto}.privacy__eyebrow{display:inline-flex;padding:6px 14px;border-radius:999px;border:1px solid rgba(22,163,74,.3);color:#15803d;text-transform:uppercase;font-size:.78rem;letter-spacing:.12em;font-weight:600}.privacy__content{background:#fff;border-radius:28px;padding:44px;box-shadow:0 40px 80px #0f172a14;border:1px solid rgba(15,118,110,.12)}.privacy__content section+section{margin-top:36px;padding-top:36px;border-top:1px solid rgba(15,23,42,.08)}.privacy__content h2{font-size:1.45rem;color:#0f172a;margin-bottom:16px}.privacy__subsection{margin-bottom:18px}.privacy__subsection h3{font-size:1.05rem;font-weight:600;color:#0d9488;margin-bottom:8px}.privacy__subsection p{margin:0;line-height:1.65;color:#334155}@media(max-width:768px){.privacy{padding:48px 16px 72px}.privacy__content{padding:32px 20px}}.refund{max-width:960px;margin:0 auto;padding:64px 24px 96px;font-family:Roboto,sans-serif;color:#1f1306}.refund__header{text-align:center;margin-bottom:48px}.refund__header h1{font-size:clamp(2.1rem,4vw,3rem);margin:8px 0 12px;font-weight:600;color:#78350f}.refund__header p{color:#7c4a27;line-height:1.6;max-width:720px;margin:0 auto}.refund__eyebrow{display:inline-flex;padding:6px 16px;border-radius:999px;border:1px solid rgba(249,115,22,.35);color:#ea580c;background:#fad8b966;text-transform:uppercase;font-size:.78rem;letter-spacing:.12em;font-weight:600}.refund__content{background:#fff;border-radius:28px;padding:44px;box-shadow:0 40px 90px #78350f1f;border:1px solid rgba(250,119,22,.15)}.refund__content section+section{margin-top:36px;padding-top:36px;border-top:1px solid rgba(120,53,15,.15)}.refund__content h2{font-size:1.45rem;color:#78350f;margin-bottom:16px}.refund__subsection{margin-bottom:18px}.refund__subsection h3{font-size:1.05rem;font-weight:600;color:#c2410c;margin-bottom:8px}.refund__subsection p{margin:0;line-height:1.65;color:#3f2e21}.refund__subsection a{color:#ea580c;font-weight:600;text-decoration:none}.refund__subsection a:hover{text-decoration:underline}@media(max-width:768px){.refund{padding:48px 16px 72px}.refund__content{padding:32px 20px}}.shipping{max-width:960px;margin:0 auto;padding:64px 24px 96px;font-family:Roboto,sans-serif;color:#061521}.shipping__header{text-align:center;margin-bottom:48px}.shipping__header h1{font-size:clamp(2.1rem,4vw,3rem);margin:8px 0 12px;font-weight:600;color:#082f49}.shipping__header p{color:#0f172a;line-height:1.6;max-width:720px;margin:0 auto}.shipping__eyebrow{display:inline-flex;padding:6px 16px;border-radius:999px;border:1px solid rgba(14,116,144,.35);color:#0e7490;background:#bfedff80;text-transform:uppercase;font-size:.78rem;letter-spacing:.12em;font-weight:600}.shipping__content{background:#fff;border-radius:28px;padding:44px;box-shadow:0 40px 90px #0f172a1a;border:1px solid rgba(8,47,73,.12)}.shipping__content section+section{margin-top:36px;padding-top:36px;border-top:1px solid rgba(8,47,73,.12)}.shipping__content h2{font-size:1.45rem;color:#082f49;margin-bottom:16px}.shipping__subsection{margin-bottom:18px}.shipping__subsection h3{font-size:1.05rem;font-weight:600;color:#0ea5e9;margin-bottom:8px}.shipping__subsection p{margin:0;line-height:1.65;color:#0c1b2b}.shipping__subsection a{color:#0ea5e9;font-weight:600;text-decoration:none}.shipping__subsection a:hover{text-decoration:underline}@media(max-width:768px){.shipping{padding:48px 16px 72px}.shipping__content{padding:32px 20px}}.contact{max-width:960px;margin:0 auto;padding:64px 24px 96px;font-family:Roboto,sans-serif;color:#0d151b}.contact__header{text-align:center;margin-bottom:48px}.contact__header h1{font-size:clamp(2.2rem,4vw,3rem);margin:8px 0 12px;color:#111e2f;font-weight:600}.contact__header p{color:#4b5563;line-height:1.65;max-width:720px;margin:0 auto}.contact__eyebrow{display:inline-flex;padding:6px 16px;border-radius:999px;background:#4f46e514;color:#4f46e5;text-transform:uppercase;font-size:.78rem;letter-spacing:.12em;font-weight:600}.contact__content{background:#fff;border-radius:28px;padding:48px;box-shadow:0 40px 90px #0f172a1f;border:1px solid rgba(79,70,229,.15)}.contact__content section+section{margin-top:40px;padding-top:36px;border-top:1px solid rgba(15,23,42,.08)}.contact__content h2{font-size:1.45rem;color:#111e2f;margin-bottom:16px}.contact__content p{margin:0;line-height:1.7;color:#2f3a4c}.contact__card{background:linear-gradient(135deg,#6366f114,#0ea5e914);border:1px solid rgba(79,70,229,.1);padding:20px 24px;border-radius:20px;margin-top:16px}.contact__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.contact__label{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5;margin-bottom:8px;font-weight:600}.contact__value{font-size:1.05rem;font-weight:600;color:#0f172a}.contact__value span{display:block;font-weight:400;color:#475569;margin-top:4px}.contact__note{font-size:.9rem;color:#64748b;margin-top:8px}.contact__value a,a.contact__value{color:#2563eb;text-decoration:none}.contact__value a:hover,a.contact__value:hover{text-decoration:underline}@media(max-width:768px){.contact{padding:48px 16px 72px}.contact__content{padding:32px 20px}}
