.navbar-header{-webkit-backdrop-filter:blur(12px);z-index:100;background-color:#f9f9ffe6;border-bottom:1px solid #080f1d0d;align-items:center;width:100%;height:81px;display:flex;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1280px;height:81px;margin:0 auto;padding:0 60px;display:flex}.navbar-brand{align-items:center;gap:.85rem;text-decoration:none;display:flex}.brand-logo-img{object-fit:cover;border-radius:12px;width:42px;height:42px;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 14px #0000001f}.navbar-brand:hover .brand-logo-img{transform:scale(1.05);box-shadow:0 6px 18px #0000002e}.brand-title{font-family:var(--font-serif);color:var(--color-dark);letter-spacing:-.03em;font-size:1.85rem;font-weight:700}.navbar-actions{align-items:center;display:flex}.btn-get-started{background-color:var(--color-primary);color:#fff;border-radius:9999px;padding:.8rem 2.2rem;font-size:1rem;font-weight:600;transition:all .25s;box-shadow:0 8px 24px #dda74a52}.btn-get-started:hover{background-color:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 12px 30px #dda74a6b}@media (width<=1024px){.navbar-container{padding:0 30px}}@media (width<=640px){.navbar-header{background-color:#fffffff2;height:72px}.navbar-container{height:72px;padding:0 20px}.brand-logo-img{border-radius:9px;width:36px;height:36px}.brand-title{font-size:1.5rem}.btn-get-started{padding:.65rem 1.4rem;font-size:.88rem}}.hero-section{background-color:var(--color-bg-white);width:100%;padding:3.5rem 0 4.5rem;position:relative;overflow:hidden}.hero-container{justify-content:space-between;align-items:center;gap:2.5rem;width:100%;max-width:1280px;min-height:520px;margin:0 auto;padding:0 60px;display:flex}.hero-content{flex-direction:column;flex:1;max-width:501px;display:flex}.hero-title{font-family:var(--font-serif);color:var(--color-dark);letter-spacing:-.025em;margin-bottom:1.5rem;font-size:3.8rem;font-weight:700;line-height:1.12}.hero-subtitle{font-family:var(--font-sans);color:var(--color-text-muted);max-width:437px;margin-bottom:2.25rem;font-size:1.1rem;line-height:1.6}.hero-cta-group{flex-wrap:nowrap;align-items:center;gap:16px;display:flex}.btn-primary-cta{background-color:var(--color-primary);color:#fff;white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;padding:.95rem 2.2rem;font-size:1.05rem;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #dda74a59}.btn-primary-cta:hover{background-color:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 12px 30px #dda74a73}.btn-secondary-cta{border:1.5px solid var(--color-dark);color:var(--color-dark);white-space:nowrap;background-color:#fff;border-radius:9999px;align-items:center;gap:.75rem;padding:.85rem 1.85rem;font-size:.98rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-secondary-cta:hover{background-color:var(--color-dark);color:#fff;transform:translateY(-2px)}.btn-secondary-cta:hover .play-icon-circle{color:var(--color-dark);background-color:#fff}.play-icon-circle{background-color:var(--color-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .25s;display:flex}.play-svg{width:14px;height:14px;margin-left:2px}.hero-visual{flex:1;justify-content:flex-end;align-items:center;width:100%;max-width:623px;display:flex;position:relative}.hero-image-wrapper{aspect-ratio:623/451;justify-content:center;align-items:center;width:100%;max-width:623px;height:auto;transition:transform .4s cubic-bezier(.2,.8,.2,1);display:flex;position:relative}.hero-image-wrapper:after{content:"";filter:blur(8px);z-index:0;pointer-events:none;background:radial-gradient(#00000042 0%,#0000 75%);border-radius:50%;width:90%;height:28px;position:absolute;bottom:-10px;left:5%}.hero-image-wrapper:hover{transform:translateY(-6px)scale(1.015)}.hero-phones-image{z-index:1;object-fit:contain;width:100%;max-width:100%;height:auto;display:block;position:relative}.scroll-indicator-btn{background-color:var(--color-primary);color:#fff;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;animation:2.2s ease-in-out infinite bounce;display:flex;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #dda74a61}.scroll-indicator-btn:hover{background-color:var(--color-primary-hover);transform:translate(-50%)scale(1.08);box-shadow:0 8px 24px #dda74a80}.scroll-arrow{width:20px;height:20px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-6px)}60%{transform:translate(-50%)translateY(-3px)}}@media (width<=1080px){.hero-container{text-align:left;flex-direction:column;align-items:flex-start;gap:2.5rem;min-height:auto;padding:0 40px}.hero-content{align-items:flex-start;width:100%;max-width:100%}.hero-title{font-size:3.2rem}.hero-title br{display:none}.hero-subtitle{max-width:100%}.hero-visual{justify-content:center;width:100%;max-width:520px;margin:0 auto}}@media (width<=640px){.hero-section{background-color:var(--color-bg-white);padding:2.5rem 0 4rem}.hero-container{text-align:left;align-items:flex-start;gap:2rem;padding:0 24px}.hero-title{text-align:left;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.3rem;line-height:1.15}.hero-subtitle{text-align:left;color:var(--color-text-muted);margin-bottom:1.75rem;font-size:1rem;line-height:1.55}.hero-cta-group{flex-direction:column;gap:.85rem;width:100%;margin-bottom:1rem}.btn-primary-cta,.btn-secondary-cta{text-align:center;justify-content:center;width:100%;padding:.95rem 1.5rem;font-size:1rem}.btn-secondary-cta{background-color:#fff}.hero-visual{justify-content:center;width:100%;margin-top:.5rem}.hero-image-wrapper{width:100%;max-width:320px;margin:0 auto}.scroll-indicator-btn{display:flex;bottom:1rem}}.language-section{background-color:var(--color-bg-white);flex-direction:column;align-items:center;width:100%;padding:2.5rem 0 3rem;display:flex;overflow:hidden}.language-header-text{font-family:var(--font-sans);letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-muted);text-align:center;opacity:.9;margin-bottom:1.5rem;font-size:.82rem;font-weight:700}.language-ticker-wrapper{background-color:#1e2433;align-items:center;width:100%;padding:1.25rem 0;display:flex;position:relative;overflow:hidden}.language-ticker-wrapper:before,.language-ticker-wrapper:after{content:"";z-index:2;pointer-events:none;width:90px;position:absolute;top:0;bottom:0}.language-ticker-wrapper:before{background:linear-gradient(90deg,#1e2433 0%,#1e243300 100%);left:0}.language-ticker-wrapper:after{background:linear-gradient(270deg,#1e2433 0%,#1e243300 100%);right:0}.language-ticker-track{white-space:nowrap;will-change:transform;align-items:center;gap:2.5rem;animation:28s linear infinite scrollMarquee;display:flex}.language-ticker-track:hover{animation-play-state:paused}.language-item{font-family:var(--font-serif);letter-spacing:.08em;align-items:center;gap:2.5rem;font-size:1.2rem;font-weight:700;display:inline-flex}.gold-text{color:#dda74a}.white-text{color:#fff}.language-arrow{color:#ffffff73;font-family:var(--font-sans);font-size:1.05rem}.language-footer-text{font-family:var(--font-sans);color:var(--color-text-muted);text-align:center;opacity:.85;margin-top:1.5rem;font-size:.85rem}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=640px){.language-section{padding:2rem 0 2.5rem}.language-header-text{letter-spacing:.12em;margin-bottom:1.25rem;padding:0 1.25rem;font-size:.72rem}.language-ticker-wrapper{padding:1rem 0}.language-item{gap:1.75rem;font-size:1rem}.language-ticker-track{gap:1.75rem}.language-arrow{font-size:.95rem}.language-footer-text{margin-top:1.25rem;font-size:.8rem}}.lockscreen-feature-section{background:linear-gradient(#fbf6ed 0%,#f6e6c9 100%);width:100%;padding:5rem 0 6rem;position:relative;overflow:hidden}.lockscreen-feature-container{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1280px;margin:0 auto;padding:0 60px;display:flex}.lockscreen-visual{flex:1;justify-content:center;align-items:center;display:flex}.lockscreen-phone-wrapper{filter:drop-shadow(0 30px 60px #0000002e);justify-content:center;width:100%;max-width:390px;transition:transform .4s;display:flex;position:relative}.lockscreen-phone-wrapper:hover{transform:translateY(-6px)}.lockscreen-phone-img{width:100%;height:auto;display:block}.lockscreen-notif-pill{filter:drop-shadow(0 4px 4px #00000040);pointer-events:none;border-radius:14px;width:61.5%;max-width:240px;height:auto;transition:transform .3s;position:absolute;top:38.5%;left:37%;transform:translate(-50%,-50%)}.lockscreen-phone-wrapper:hover .lockscreen-notif-pill{transform:translate(-50%,-50%)scale(1.03)}.lockscreen-content{flex-direction:column;flex:1;align-items:flex-start;max-width:520px;display:flex}.feature-badge-tag{font-family:var(--font-sans);letter-spacing:.16em;text-transform:uppercase;color:var(--color-primary);margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.lockscreen-title{font-family:var(--font-serif);color:var(--color-dark);letter-spacing:-.02em;margin-bottom:1.75rem;font-size:3.2rem;font-weight:700;line-height:1.15}.lockscreen-description{font-family:var(--font-sans);color:var(--color-text-muted);max-width:460px;font-size:1.125rem;line-height:1.7}@media (width<=1024px){.lockscreen-feature-container{text-align:left;flex-direction:column;gap:3rem;padding:0 30px}.lockscreen-content{text-align:left;order:1;align-items:flex-start;max-width:100%}.lockscreen-visual{order:2;justify-content:center;width:100%;display:flex}.lockscreen-description{text-align:left}}@media (width<=640px){.lockscreen-feature-section{padding:3.5rem 0 4.5rem}.lockscreen-feature-container{gap:2.5rem;padding:0 24px}.lockscreen-phone-wrapper{max-width:310px}.lockscreen-title{text-align:left;font-size:2rem;line-height:1.2}.lockscreen-description{text-align:left;font-size:.98rem;line-height:1.6}}.features-list-wrapper{background-color:var(--color-bg-white);width:100%;padding:9rem 0 6rem;position:relative;overflow:hidden}.connecting-dashed-line,.desktop-line,.mobile-line{display:none!important}.features-container{z-index:2;flex-direction:column;gap:7rem;width:100%;max-width:1280px;margin:0 auto;padding:0 60px;display:flex;position:relative}.feature-block{justify-content:space-between;align-items:center;gap:5rem;width:100%;display:flex}.feature-even,.feature-odd{flex-direction:row}.feature-content-col{flex-direction:column;flex:1;align-items:flex-start;max-width:520px;padding-top:1.5rem;display:flex;position:relative}.feature-visual-col{flex:1;justify-content:center;align-items:center;display:flex}.feature-badge{font-family:var(--font-sans);letter-spacing:.16em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.feature-title{font-family:var(--font-serif);color:var(--color-dark);letter-spacing:-.02em;white-space:nowrap;margin-bottom:.5rem;font-size:2.65rem;font-weight:700;line-height:1.15}.feature-tagline{font-family:var(--font-serif);color:var(--color-primary);margin-bottom:1.25rem;font-size:1.18rem;font-style:italic;font-weight:500}.feature-desc{font-family:var(--font-sans);color:var(--color-text-muted);font-size:1.1rem;line-height:1.68}.sticker-card{z-index:5;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:138.09px;height:111.8px;transition:transform .3s;display:flex;position:absolute;top:-40px;right:0;box-shadow:0 4px 4px #00000040}.sticker-card:hover{transform:scale(1.06)rotate(0)!important}.sticker-card-text{font-family:"Libre Caslon Text", var(--font-serif);letter-spacing:0;z-index:1;white-space:nowrap;font-size:21px;font-weight:700;line-height:1;position:absolute;top:34px;left:26px;transform:rotate(-2deg)}.sticker-voyage-card{color:#1a1d20;background-color:#fcf2e9;border:1px solid #fbf2e8;transform:rotate(-6deg)}.sticker-merci-card{color:#fff;background-color:#556b52;transform:rotate(5deg)}.sticker-explore-card{color:#1a1d20;background-color:#fcf2e9;border:1px solid #fbf2e8;transform:rotate(-6deg)}.sticker-flaner-card{color:#fff;background-color:#dda74a;transform:rotate(5deg)}.sticker-bonjour-card{color:#fff;background-color:#0f172a;transform:rotate(-6deg)}.sparkle-rays{justify-content:space-between;width:16.61px;height:12.99px;display:flex;position:absolute;top:14px;right:14px}.sparkle-rays .ray{background-color:#ed9b0c;border-radius:2px;width:2px}.sparkle-rays .ray-1{height:8px;margin-top:3px;transform:rotate(-25deg)}.sparkle-rays .ray-2{height:12.99px;transform:rotate(0)}.sparkle-rays .ray-3{height:8px;margin-top:3px;transform:rotate(25deg)}.sticker-badge-icon{z-index:2;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:12px;left:14px;box-shadow:0 3px 8px #0000002e}.card-image-wrapper{justify-content:center;align-items:center;width:100%;max-width:480px;transition:transform .4s;display:flex}.card-image-wrapper:hover{transform:translateY(-6px)}.feature-card-img{filter:drop-shadow(0 20px 40px #0000001f);border-radius:24px;width:100%;height:auto}.custom-dark-card{color:#fff;text-align:center;background-color:#0f172a;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:460px;padding:2.5rem 2rem;display:flex;box-shadow:0 24px 48px #0f172a38}.card-word{font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:2rem;font-size:2.4rem;font-weight:700}.mic-button-circle{color:#0f172a;cursor:pointer;background-color:#dda74a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:2rem;transition:transform .25s,background-color .25s;display:flex;box-shadow:0 10px 24px #dda74a59}.mic-button-circle:hover{background-color:#e5a93c;transform:scale(1.08)}.mic-icon{width:32px;height:32px}.accuracy-box{background-color:#ffffff0d;border-radius:16px;width:100%;padding:1.25rem 1.5rem}.accuracy-header{color:#ffffffb3;justify-content:space-between;margin-bottom:.65rem;font-size:.88rem;display:flex}.accuracy-score{color:#22c55e;font-weight:700}.accuracy-bar-track{background-color:#ffffff1f;border-radius:9999px;width:100%;height:6px;margin-bottom:.75rem;overflow:hidden}.accuracy-bar-fill{background-color:#22c55e;border-radius:9999px;height:100%}.accuracy-note{color:#ffffff8c;font-size:.8rem}.custom-settings-card{background-color:#faf6ef;border:1px solid #efe4d2;border-radius:24px;flex-direction:column;gap:1.25rem;width:100%;max-width:460px;padding:2.25rem 2rem;display:flex;box-shadow:0 20px 40px #00000014}.settings-header{font-family:var(--font-sans);letter-spacing:.16em;color:var(--color-text-light);text-transform:uppercase;margin-bottom:.5rem;font-size:.78rem;font-weight:700}.settings-row{background-color:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:.85rem 1.15rem;display:flex;box-shadow:0 2px 8px #00000008}.settings-label{color:var(--color-dark);font-size:.95rem;font-weight:600}.settings-value{color:var(--color-text-muted);font-size:.9rem}.settings-footer{text-align:center;margin-top:.75rem}.btn-reset-link{font-family:var(--font-sans);color:#d97706;cursor:pointer;opacity:.9;background:0 0;border:none;font-size:.88rem;font-weight:600;text-decoration:underline}.btn-reset-link:hover{opacity:1;color:#b45309}@media (width<=1024px){.features-container{gap:5rem;padding:0 30px}.feature-block{text-align:left;gap:3rem;flex-direction:column!important}.feature-content-col{order:1;align-items:flex-start;max-width:100%}.feature-visual-col{order:2;width:100%}.feature-title-row{justify-content:flex-start}.feature-desc{text-align:left}.connecting-dashed-line,.desktop-line,.mobile-line{display:none!important}}@media (width<=640px){.features-list-wrapper{padding:3rem 0 4rem}.features-container{gap:4rem;padding:0 24px}.feature-badge{margin-bottom:.35rem}.sticker-card{border-radius:12px;width:100px;height:80px;top:-30px;right:0}.sticker-card-text{font-size:15px;top:24px;left:18px}.sticker-badge-icon{width:20px;height:20px;bottom:8px;left:10px}.badge-svg{width:10px;height:10px}.feature-title{white-space:nowrap;margin-bottom:.35rem;font-size:1.85rem}.feature-tagline{margin-bottom:1rem;font-size:1.05rem}.feature-desc{font-size:.98rem}}.how-it-works-section{background-color:var(--color-bg-white);width:100%;padding:5rem 0 6rem;position:relative;overflow:hidden}.how-it-works-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 60px;display:flex}.how-title{font-family:var(--font-serif);color:var(--color-dark);letter-spacing:-.02em;margin-bottom:.75rem;font-size:3.2rem;font-weight:700}.how-subtitle{font-family:var(--font-sans);color:var(--color-text-muted);margin-bottom:4rem;font-size:1.125rem}.steps-flow-wrapper{width:100%;max-width:1100px;position:relative}.flow-line-track{z-index:1;pointer-events:none;border-radius:9999px;height:3px;position:absolute;top:36px;left:12.5%;right:12.5%;overflow:hidden}.flow-line-gray{background-color:#e2e8f0;width:100%;height:100%;position:absolute;top:0;left:0}.flow-line-gold{background-color:#dda74a;border-radius:9999px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;box-shadow:0 0 12px #dda74a99}.steps-grid{z-index:2;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;display:grid;position:relative}.step-card{text-align:center;cursor:pointer;outline:none;flex-direction:column;align-items:center;display:flex}.step-icon-box{background-color:#fff;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;transition:transform .35s cubic-bezier(.34,1.56,.64,1),border-color .35s,background-color .35s,color .35s,box-shadow .35s;display:flex}.step-gold .step-icon-box{color:#dda74a;background-color:#fdf9f2;border:2px solid #dda74a;transform:translateY(-4px);box-shadow:0 10px 24px #dda74a40}.step-gray .step-icon-box{color:#94a3b8;background-color:#f8fafc;border:1.5px solid #e2e8f0;box-shadow:0 4px 14px #00000008}.step-card:hover .step-icon-box{transform:translateY(-6px)scale(1.05)}.step-svg{width:28px;height:28px;transition:stroke .35s,transform .35s}.step-title{font-family:var(--font-serif);margin-bottom:.75rem;font-size:1.4rem;font-weight:700;transition:color .35s}.gold-title{color:#dda74a}.dark-title{color:#64748b}.step-desc{font-family:var(--font-sans);color:var(--color-text-muted);max-width:220px;font-size:.95rem;line-height:1.55}@media (width<=1024px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.flow-line-track{display:none}}@media (width<=640px){.how-it-works-section{padding:3.5rem 0 4.5rem}.how-it-works-container{padding:0 24px}.how-title{font-size:2.25rem}.how-subtitle{margin-bottom:3rem;font-size:1rem}.steps-grid{grid-template-columns:1fr;gap:2.5rem}.step-desc{max-width:280px}}.cta-banner-section{background-color:var(--color-bg-white);width:100%;padding:15rem 0 9rem;position:relative;overflow:hidden}.cta-banner-container{justify-content:center;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 60px;display:flex;position:relative}.cta-dark-card{text-align:center;z-index:2;background-color:#19202e;border-radius:120px;flex-direction:column;align-items:center;width:100%;max-width:960px;padding:4.5rem 3rem;display:flex;position:relative;box-shadow:0 24px 48px #0f172a40}.cta-title{font-family:var(--font-serif);color:#fff;letter-spacing:-.02em;margin-bottom:2.25rem;font-size:3rem;font-weight:700}.cta-buttons-group{align-items:center;gap:1.25rem;display:flex}.btn-download-gold{color:#fff;font-family:var(--font-sans);background-color:#dda74a;border-radius:14px;align-items:center;gap:.65rem;padding:.9rem 2.2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 10px 24px #dda74a59}.btn-download-gold:hover{background-color:#e5a93c;transform:translateY(-3px);box-shadow:0 14px 30px #dda74a73}.store-icon{width:22px;height:22px}.cta-sticker-card{z-index:3;cursor:pointer;border-radius:18px;justify-content:center;align-items:center;width:138px;height:111px;transition:transform .3s;display:flex;position:absolute;box-shadow:0 4px 4px #00000040}.cta-sticker-card:hover{transform:scale(1.1)rotate(0)!important}.cta-sticker-text{font-family:"Libre Caslon Text", var(--font-serif);z-index:1;white-space:nowrap;font-size:21px;font-weight:700;line-height:1;position:absolute;top:34px;left:24px;transform:rotate(-2deg)}.cta-card-cream{color:#1a1d20;background-color:#fcf2e9;border:1px solid #fbf2e8}.cta-card-gold{color:#fff;background-color:#dda74a}.cta-card-green{color:#fff;background-color:#556b52}.cta-card-dark{color:#fff;background-color:#252e41}.cta-badge-icon{z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:12px;left:14px}.cta-badge-white{background-color:#fff;box-shadow:0 3px 8px #0000002e}.cta-badge-orange{background-color:#ed9b0c;box-shadow:0 3px 8px #ed9b0c59}.badge-svg{width:14px;height:14px}.cta-sticker-pos-1{top:-167px;left:6%;transform:rotate(-7deg)}.cta-sticker-pos-2{top:-49px;left:15%;transform:rotate(-5deg)}.cta-sticker-pos-3{top:22%;left:3%;transform:rotate(-5deg)}.cta-sticker-pos-4{top:52%;left:15%;transform:rotate(1deg)}.cta-sticker-pos-5{bottom:-102px;left:8%;transform:rotate(-4deg)}.cta-sticker-pos-6{top:-45px;right:18%;transform:rotate(352deg)}.cta-sticker-pos-7{top:26%;right:14%;transform:rotate(-4deg)}.cta-sticker-pos-8{bottom:-12px;right:16%;transform:rotate(360deg)}.cta-sticker-pos-9{bottom:-136px;right:16%;transform:rotate(-5deg)}.cta-sticker-pos-10{bottom:-55px;right:2%;transform:rotate(6deg)}@media (width<=768px){.cta-banner-section{padding:24rem 0 22rem}.cta-banner-container{justify-content:center;padding:0 16px;display:flex;position:relative}.cta-dark-card{box-sizing:border-box;z-index:2;background-color:#1e2433;border-radius:200px;width:342px;max-width:100%;height:682px;padding:200px 36px 20px;position:relative;box-shadow:0 8px 10px -6px #0000001a,0 20px 25px -5px #0000001a}.cta-title{margin-bottom:1.75rem;font-size:2.1rem;line-height:1.2}.cta-buttons-group{flex-direction:column;gap:.75rem;width:100%}.btn-download-gold{color:#fff;background-color:#dda74a;justify-content:center;width:100%;box-shadow:0 8px 20px #dda74a59}.cta-sticker-card{z-index:5;border-radius:16px;width:118px;height:95px;position:absolute}.cta-sticker-text{font-size:18px;top:28px;left:18px}.cta-badge-icon{width:24px;height:24px;bottom:10px;left:12px}.badge-svg{width:12px;height:12px}.cta-sticker-pos-1{inset:-378px auto auto 76px;transform:rotate(-6deg)}.cta-sticker-pos-2{inset:-281px auto auto 187px;transform:rotate(355deg)}.cta-sticker-pos-3{inset:-225px auto auto 60px;transform:rotate(5deg)}.cta-sticker-pos-4{inset:-96px auto auto 102px;transform:rotate(4deg)}.cta-sticker-pos-5{inset:44px auto auto 32px;transform:rotate(349deg)}.cta-sticker-pos-6{inset:auto auto -9px 161px;transform:rotate(350deg)}.cta-sticker-pos-7{inset:auto 51px -124px auto;transform:rotate(6deg)}.cta-sticker-pos-8{inset:auto auto -225px 89px;transform:rotate(350deg)}.cta-sticker-pos-10{inset:auto 33px -245px auto;transform:rotate(4deg)}.cta-sticker-pos-9{inset:auto auto -346px 138px;transform:rotate(10deg)}}.testimonials-section{background-color:var(--color-bg-white);width:100%;padding:2rem 0 3rem;position:relative;overflow:hidden}.oval-arch-container{pointer-events:none;width:100%;height:220px;line-height:0;position:relative;overflow:hidden}.oval-arch-svg{width:100%;height:100%;display:block}.top-arch{margin-bottom:-2px}.bottom-arch{margin-top:-2px}.testimonials-bg-wrapper{background-color:#f5f2e9;width:100%;padding:1rem 0 1.5rem}.testimonials-container{flex-direction:column;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 60px;display:flex}.testimonials-header{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:900px;margin-bottom:3.5rem;display:flex}.testimonials-title{font-family:var(--font-serif);color:var(--color-dark);letter-spacing:-.02em;text-align:center;font-size:3.2rem;font-weight:700}.gold-text-brand{color:#dda74a}.nav-arrow-btn{color:#fff;cursor:pointer;background-color:#dda74a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.8rem;line-height:1;transition:all .25s;display:flex;box-shadow:0 8px 20px #dda74a4d}.nav-arrow-btn:hover{background-color:#e5a93c;transform:scale(1.08);box-shadow:0 12px 26px #dda74a6b}.testimonial-cards-grid{flex-wrap:nowrap;justify-content:center;align-items:center;gap:2.25rem;width:100%;max-width:100%;padding:1.5rem 0;display:flex;overflow:hidden}.testimonial-circle-card{text-align:center;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:310px;height:310px;padding:2.25rem 1.75rem;transition:transform .35s,opacity .35s;display:flex;position:relative;box-shadow:0 20px 40px #00000014}.testimonial-circle-card:hover{transform:translateY(-6px)scale(1.03);box-shadow:0 26px 52px #00000024}.card-style-dark{color:#fff;background-color:#0f172a}.card-style-dark .quote-mark,.card-style-dark .user-name{color:#dda74a}.card-style-dark .user-role{color:#ffffffa6}.card-style-gold{color:#fff;background-color:#dda74a}.card-style-gold .quote-mark{color:#fff}.card-style-gold .user-name{color:#0f172a}.card-style-gold .user-role{color:#0f172ab3}.card-style-cream{color:#1a1d20;background-color:#f3e6d3}.card-style-cream .quote-mark,.card-style-cream .user-name{color:#1a1d20}.card-style-cream .user-role{color:#64748b}.quote-mark{font-family:var(--font-serif);margin-bottom:.25rem;font-size:2.2rem;line-height:1}.testimonial-quote{font-family:var(--font-sans);max-width:230px;margin-bottom:1.15rem;font-size:.9rem;line-height:1.55}.user-profile-row{align-items:center;gap:.75rem;display:flex}.user-avatar-img{object-fit:cover;border-radius:50%;width:40px;height:40px;box-shadow:0 4px 10px #00000026}.user-info{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.user-name{font-family:var(--font-serif);font-size:.95rem;font-weight:700}.user-role{font-family:var(--font-sans);font-size:.76rem}@media (width<=1100px){.oval-arch-container{height:150px}}@media (width<=1100px) and (width>=768px){.testimonial-cards-grid{gap:2rem}.testimonial-circle-card{width:285px;height:285px;padding:1.8rem 1.4rem}.testimonial-circle-card:nth-child(n+3){display:none}}@media (width<=767px){.oval-arch-container{height:100px}.testimonials-container{padding:0 20px}.testimonials-header{margin-bottom:2.5rem}.testimonials-title{font-size:2.1rem}.testimonial-cards-grid{gap:0}.testimonial-circle-card{width:270px;height:270px;padding:1.6rem 1.2rem}.testimonial-quote{max-width:200px;font-size:.82rem}.testimonial-circle-card:nth-child(n+2){display:none}}.faq-section{background-color:var(--color-bg-white);width:100%;padding:6rem 0 7rem}.faq-container{flex-direction:column;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 60px;display:flex}.faq-title{font-family:var(--font-serif);color:var(--color-dark);text-align:center;letter-spacing:-.02em;margin-bottom:4rem;font-size:3rem;font-weight:700}.gold-text-italic{color:#dda74a}.faq-accordion-list{flex-direction:column;width:100%;max-width:780px;display:flex}.faq-item{border-bottom:1px solid #00000014;transition:background-color .2s}.faq-question-btn{text-align:left;cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.75rem .5rem;display:flex}.question-text{font-family:var(--font-serif);color:var(--color-dark);letter-spacing:-.01em;font-size:1.25rem;font-weight:600;transition:color .2s}.faq-question-btn:hover .question-text{color:#dda74a}.chevron-icon{width:20px;height:20px;color:var(--color-dark);flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,color .2s;display:flex}.chevron-svg{width:18px;height:18px}.chevron-up{color:#dda74a;transform:rotate(180deg)}.faq-answer-panel{font-family:var(--font-sans);color:var(--color-text-muted);padding:0 .5rem 1.5rem;font-size:1.02rem;line-height:1.68;animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.faq-load-more-row{text-align:center;margin-top:3.5rem}.btn-load-more{font-family:var(--font-sans);color:#dda74a;cursor:pointer;background:0 0;border:none;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;transition:color .2s,transform .2s}.btn-load-more:hover{color:#c9943b;transform:translateY(-2px)}@media (width<=640px){.faq-section{padding:4rem 0 5rem}.faq-container{padding:0 24px}.faq-title{text-align:center;margin-bottom:2.5rem;font-size:2.3rem;line-height:1.25}.gold-text-italic{margin-top:.25rem;display:block}.question-text{font-size:1.08rem}.faq-question-btn{padding:1.35rem .25rem}}.pre-footer-cta{background:linear-gradient(#fbf6ed 0%,#f6e6c9 100%);justify-content:center;align-items:center;width:100%;padding:6rem 0 9rem;display:flex;position:relative;overflow:hidden}.pre-footer-container{text-align:center;z-index:2;flex-direction:column;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 60px;display:flex;position:relative}.pre-footer-title{font-family:var(--font-serif);color:var(--color-dark);letter-spacing:-.02em;margin-bottom:2.5rem;font-size:3.5rem;font-weight:700;line-height:1.15}.pre-footer-buttons{align-items:center;gap:1.25rem;display:flex}.btn-gold-cta{color:#fff;font-family:var(--font-sans);background-color:#dda74a;border-radius:9999px;padding:1.05rem 2.35rem;font-size:1.05rem;font-weight:600;transition:all .25s;box-shadow:0 10px 28px #dda74a59}.btn-gold-cta:hover{background-color:#c9943b;transform:translateY(-3px);box-shadow:0 14px 36px #dda74a73}.btn-dark-cta{color:#fff;font-family:var(--font-sans);background-color:#0f172a;border-radius:9999px;padding:1.05rem 2.35rem;font-size:1.05rem;font-weight:600;transition:all .25s;box-shadow:0 10px 28px #0f172a40}.btn-dark-cta:hover{background-color:#1e293b;transform:translateY(-3px);box-shadow:0 14px 36px #0f172a59}@media (width<=640px){.pre-footer-cta{padding:4rem 0 6rem}.pre-footer-container{padding:0 24px}.pre-footer-title{font-size:2.25rem}.pre-footer-buttons{flex-direction:column;width:100%}.btn-gold-cta,.btn-dark-cta{justify-content:center;width:100%}}.footer-section{color:#fff;background-color:#0f172a;width:100%;padding:5rem 0 3rem}.footer-container{flex-direction:column;width:100%;max-width:1280px;margin:0 auto;padding:0 60px;display:flex}.footer-main-row{justify-content:space-between;gap:4rem;padding-bottom:4rem;display:flex}.footer-brand-col{flex-direction:column;align-items:flex-start;max-width:320px;display:flex}.footer-brand-logo{align-items:center;gap:.75rem;margin-bottom:1.25rem;text-decoration:none;display:flex}.footer-logo-img{border-radius:10px;width:36px;height:36px}.footer-brand-title{font-family:var(--font-serif);color:#dda74a;font-size:1.6rem;font-weight:700}.footer-tagline{font-family:var(--font-sans);color:#fff9;font-size:.88rem;line-height:1.6}.footer-nav-cols{gap:5rem;display:flex}.footer-col{flex-direction:column;gap:.85rem;display:flex}.footer-col-title{font-family:var(--font-sans);letter-spacing:.16em;color:#dda74a;margin-bottom:.5rem;font-size:.76rem;font-weight:700}.footer-link{font-family:var(--font-sans);color:#ffffffb3;font-size:.92rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-bottom-bar{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.copyright-text{font-family:var(--font-sans);color:#ffffff73;font-size:.82rem}.footer-utility-icons{align-items:center;gap:1rem;display:flex}.utility-icon-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;transition:color .2s;display:flex}.utility-icon-btn:hover{color:#fff}.utility-svg{width:20px;height:20px}@media (width<=1024px){.footer-main-row{flex-direction:column;gap:3rem}.footer-nav-cols{flex-wrap:wrap;gap:3rem}}@media (width<=640px){.footer-container{padding:0 24px}.footer-nav-cols{flex-direction:column;gap:2rem}}:root{--color-primary:#dda74a;--color-primary-hover:#c89338;--color-dark:#1e2433;--color-dark-hover:#141824;--color-text-muted:#45464c;--color-text-light:#6b7280;--color-bg-white:#fff;--color-bg-cream:#f6f4ee;--color-border:#e2e8f0;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--shadow-primary:0 10px 30px #dda74a47;--shadow-card:0 20px 40px #0000001f;--shadow-subtle:0 4px 20px #0000000d}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-sans);background-color:var(--color-bg-white);color:var(--color-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}button{font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;outline:none;transition:all .2s ease-in-out}a{color:inherit;text-decoration:none}.lernd-app{background-color:var(--color-bg-white);flex-direction:column;min-height:100vh;display:flex}
