.logo-dark,img.logo-dark{display:none!important}[data-theme=dark] .logo-dark,[data-theme=dark] img.logo-dark{display:block!important}[data-theme=dark] .logo-light,[data-theme=dark] img.logo-light{display:none!important}::-moz-selection{background:#dca76661}::selection{background:#dca76661}:root{--paper-bg: #f9f6f1;--line: rgba(139, 119, 101, .08);--line-gap: 6px;--line-thick: 1px;--sidebar-stripe-gap: 4px;--sidebar-stripe-width: 2px;--sidebar-stripe-color: rgba(222, 200, 168, .55);--lu-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji";--lu-font-serif: Palatino, "Palatino Linotype", "Book Antiqua", "Noto Serif", Georgia, "Times New Roman", serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--lu-font-sans);background:var(--paper-bg);color:#3d3630;overflow-x:hidden;min-height:100vh;position:relative;font-size:17px;line-height:1.7;-webkit-tap-highlight-color:transparent}body:before{content:"";position:fixed;inset:0;background:var(--paper-bg);z-index:-2}body:after{content:"";position:fixed;inset:0;background:repeating-linear-gradient(0deg,transparent 0,transparent var(--line-gap),var(--line) var(--line-gap),var(--line) calc(var(--line-gap) + var(--line-thick)));opacity:.35;pointer-events:none;z-index:-1}nav{position:sticky;top:0;z-index:100;padding:1.5rem 5%;background:#f9f6f18c;border-bottom:3px solid rgba(30,25,20,.5);box-shadow:0 8px 24px #4a8fb559;transition:all .3s ease;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%)}nav.scrolled{background:#f9f6f1a6;border-bottom:3px solid rgba(30,25,20,.55);box-shadow:0 10px 30px #4a8fb566}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative}.nav-left{display:flex;align-items:center;gap:1rem}.logo{display:inline-flex;align-items:center;text-decoration:none}.logo-image{height:46px;width:auto;display:block}.nav-links{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:2rem;align-items:center;font-family:var(--lu-font-sans)}.nav-links a{color:#5d5347;text-decoration:none;transition:all .3s;font-weight:500;position:relative;letter-spacing:-.01em}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#8b7355;transition:width .3s}.nav-links a:hover:after{width:100%}.nav-links a.active{color:#3d3630;font-weight:600}.nav-links a.active:after{width:100%}.side-menu-nav a.active{color:#5a3d1a;font-weight:600;background:transparent;border-left:3px solid #a38458;border-radius:0;padding-left:calc(1.25rem - 3px)}.menu-toggle{display:none;flex-direction:column;gap:6px;align-items:center;justify-content:center;background:#f5f0e8bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:2px solid rgba(139,115,85,.35);cursor:pointer;padding:10px;border-radius:12px;z-index:200;position:fixed;top:1.5rem;left:5%;width:44px;height:44px;transition:transform .2s ease,box-shadow .2s ease}.menu-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #3d342826}.menu-toggle span{display:block;width:20px;height:2px;background:#6d6358;border-radius:999px;transition:transform .28s ease,opacity .28s ease,background-color .28s ease;transform-origin:center}.menu-toggle:hover span{background:#8b7355}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.side-menu{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:#faeedb;border-right:1px solid #a38458;box-shadow:0 24px 48px -36px #5b483038;transition:left 80ms ease-out;z-index:150;padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column}.side-menu-logo{display:flex;justify-content:center;margin-bottom:1.5rem;padding-bottom:1rem;padding-left:2.5rem;border-bottom:1px solid rgba(163,132,88,.3);opacity:0;visibility:hidden;transition:opacity 0ms,visibility 0ms}.side-menu.active .side-menu-logo{opacity:1;visibility:visible;transition:opacity 60ms ease-out 80ms,visibility 0ms 80ms}.side-menu-logo img{height:40px;width:auto;display:block}.side-menu-nav{display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity 0ms,visibility 0ms}.side-menu.active .side-menu-nav{opacity:1;visibility:visible;transition:opacity 60ms ease-out 80ms,visibility 0ms 80ms}.side-menu:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(var(--sidebar-stripe-gap) - var(--sidebar-stripe-width)),var(--sidebar-stripe-color) calc(var(--sidebar-stripe-gap) - var(--sidebar-stripe-width)),var(--sidebar-stripe-color) var(--sidebar-stripe-gap));opacity:.4;pointer-events:none;z-index:-1}.side-menu.active{left:0}.side-menu.is-swiping{transition:none!important}.side-menu.is-snapping{transition:transform .15s ease-out!important}.side-menu-nav a{display:block;color:#5d5347;text-decoration:none;padding:1rem 1.25rem;font-size:1.1rem;font-weight:500;border:1px solid transparent;transition:all .2s ease;font-family:var(--lu-font-sans);letter-spacing:-.01em;border-radius:12px;margin-bottom:.5rem}.side-menu-nav a:hover:not(.active){color:#5a3d1a;background:#dec8a833;border-color:#a3845826}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#3d36304d;z-index:120}.menu-overlay.active{display:block}.nav-buttons{display:flex;align-items:center;gap:1rem}.btn{padding:.75rem 1.5rem;border-radius:10px;border:none;font-weight:600;cursor:pointer;transition:all .3s;font-size:.95rem;text-decoration:none;display:inline-block;box-shadow:0 1px 3px #3d36301a;font-family:var(--lu-font-sans);letter-spacing:-.01em}.btn-login{background:#f9f6f1;color:#5d5347;border:2px solid rgba(30,25,20,.55)}.btn-login:hover{background:#8b7355;color:#fff;transform:translateY(-1px);box-shadow:0 3px 8px #8b735540}.btn-primary{background:linear-gradient(135deg,#8b7355,#6b5742);color:#fff;border:none;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b735559}.hero{position:relative;z-index:10;padding:5rem 5% 3rem;max-width:1100px;margin:0 auto}.hero-split{min-height:calc(100vh - 80px);display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:center;justify-content:center;padding:4rem 5% 2rem;max-width:1300px;margin:0 auto}.hero-left{display:flex;flex-direction:column;justify-content:center}.hero-right{display:flex;align-items:center;justify-content:center}.hero-globe-wrap{position:relative;width:100%;max-width:520px;aspect-ratio:1;overflow:hidden}.hero-features{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:400px}.hero-feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;background:#fffc;border-radius:16px;border:2px solid rgba(30,25,20,.15);box-shadow:0 4px 12px #3d36300f;transition:transform .2s ease,box-shadow .2s ease}.hero-feature-item:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3d36301a}.hero-feature-icon{font-size:1.75rem;line-height:1;flex-shrink:0}.hero-feature-text{display:flex;flex-direction:column;gap:.25rem}.hero-feature-text strong{font-size:1rem;color:#3d3630;font-weight:600}.hero-feature-text span{font-size:.9rem;color:#6d6358;line-height:1.4}[data-theme=dark] .hero-feature-item{background:#2a2826cc;border-color:#8b735540}[data-theme=dark] .hero-feature-text strong{color:#f0e8dc}[data-theme=dark] .hero-feature-text span{color:#a8a095}.hero-features-section{padding:0 5% 3rem;max-width:1100px;margin:0 auto}.hero-features-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:100%}.hero-features-row .hero-feature-item{flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:1.5rem 1rem}.hero-features-row .hero-feature-text{align-items:center}@media (max-width: 968px){.hero-features-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.hero-features-row{grid-template-columns:repeat(2,1fr)}.hero-features-row .hero-feature-item{padding:1rem .75rem;gap:.5rem}}.hero-minimal{min-height:calc(100vh - 250px);display:flex;align-items:center;justify-content:center;padding:3rem 5% 2rem}.globe-canvas{position:absolute;top:0;left:0;width:100%;height:100%;cursor:grab;touch-action:pan-y;opacity:0;transition:opacity .8s ease}.globe-canvas.is-ready{opacity:1}.workflow-section{padding:0 5% 4rem;max-width:900px;margin:0 auto}.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.workflow-step{text-align:center}.workflow-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#8b7355,#6b5742);border-radius:50%;color:#fff;font-size:1rem;font-weight:600;margin-bottom:.75rem}.workflow-step h3{font-size:1.1rem;color:#3d3630;margin-bottom:.4rem;font-weight:600;font-family:var(--lu-font-serif)}.workflow-step p{font-size:.95rem;color:#6d6358;line-height:1.5;margin:0}@media (max-width: 600px){.workflow-grid{grid-template-columns:1fr;gap:1.5rem}.workflow-section{padding:0 5% 3rem}}.highlights-section{padding:2rem 5% 4rem;max-width:1000px;margin:0 auto}.highlights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.highlight-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fff;border-radius:12px;border:2px solid rgba(30,25,20,.55);box-shadow:0 2px 8px #3d36300a}.highlight-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.highlight-text{display:flex;flex-direction:column;gap:.15rem}.highlight-text strong{font-size:.9rem;color:#3d3630;font-weight:600}.highlight-text span{font-size:.8rem;color:#7d7367}@media (max-width: 900px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.highlights-grid{grid-template-columns:1fr;gap:1rem}.highlights-section{padding:1.5rem 5% 3rem}}.hero-content{text-align:left;max-width:550px;animation:fadeInUp 1s ease-out}.hero-split .hero-content{text-align:left;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#e8f4f8,#d4e9f2);border:1px solid #b8dae8;border-radius:8px;color:#2c5f7a;font-size:.8rem;font-weight:600;letter-spacing:1.5px;margin-bottom:2rem;text-transform:uppercase;box-shadow:0 2px 6px #2c5f7a1f}.hero-title-container{margin-bottom:2.5rem;padding:1rem 0}h1{font-size:3.5rem;font-weight:600;line-height:1.3;color:#3d3630;margin-bottom:.5rem;letter-spacing:-.02em;font-family:var(--lu-font-serif)}.language-showcase{display:inline-block;position:relative;height:4.5rem;font-size:3.5rem;font-weight:600;color:#8b7355;min-width:400px;text-align:center;padding:0 2rem;font-family:var(--lu-font-sans);letter-spacing:-.02em;margin:1.5rem 0}.language-showcase:before,.language-showcase:after{content:"·\a│\a◆\a│\a·";white-space:pre;position:absolute;top:50%;transform:translateY(-50%);font-size:.9rem;line-height:1.1;background:linear-gradient(180deg,#6ba3c5 0% 25%,#8b7355 50%,#6ba3c5 75% 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;opacity:.7}.language-showcase:before{left:0}.language-showcase:after{right:0}.language-word{position:absolute;top:0;left:50%;transform:translate(-50%);opacity:0;animation:rotateWords 24s infinite;white-space:nowrap;font-weight:600;font-family:var(--lu-font-sans)}.language-word:nth-child(1){animation-delay:0s}.language-word:nth-child(2){animation-delay:2s}.language-word:nth-child(3){animation-delay:4s}.language-word:nth-child(4){animation-delay:6s}.language-word:nth-child(5){animation-delay:8s}.language-word:nth-child(6){animation-delay:10s}.language-word:nth-child(7){animation-delay:12s}.language-word:nth-child(8){animation-delay:14s}.language-word:nth-child(9){animation-delay:16s}.language-word:nth-child(10){animation-delay:18s}.language-word:nth-child(11){animation-delay:20s}.language-word:nth-child(12){animation-delay:22s}@keyframes rotateWords{0%{opacity:0;transform:translate(-50%) translateY(20px)}4%{opacity:1;transform:translate(-50%) translateY(0)}7%{opacity:1;transform:translate(-50%) translateY(0)}10%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}.hero-headline{font-size:clamp(2rem,3.5vw + .8rem,2.8rem);font-weight:600;line-height:1.25;color:#3d3630;margin-bottom:1.5rem;letter-spacing:-.02em;font-family:var(--lu-font-sans)}.hero-headline-accent{color:#8b7355;display:block;margin-top:.25rem}.hero-description{font-size:1.15rem;color:#6d6358;margin-bottom:1.25rem;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto}.comparison-line{font-size:1rem;color:#2c5f7a;margin-bottom:2rem;font-style:italic;max-width:650px;margin-left:auto;margin-right:auto;font-weight:500}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.btn-large{padding:1rem 2.5rem;font-size:1.05rem}.trust-line{font-size:.9rem;color:#4a8fb5;margin-top:1rem;font-weight:500}.hero-auth{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.75rem;padding:2rem 2.5rem;border:1px solid rgba(139,115,85,.45);border-radius:16px;background:#3c322814;margin-top:.5rem}[data-theme=dark] .hero-auth{border-color:#8b735540;background:#00000026}.hero-auth-tagline{font-size:1.5rem;font-weight:600;color:#3d3630;margin:0 0 .75rem;letter-spacing:-.01em}.hero-auth-tagline-accent{color:#8b7355}[data-theme=dark] .hero-auth-tagline{color:#fff}[data-theme=dark] .hero-auth-tagline-accent{color:#d4a85c}.hero-sso-primary.btn-sso{padding:1rem 2rem;font-size:1.05rem;border-radius:14px;min-width:260px;background:#fff!important;border:2px solid #6b5742!important;color:#3d3630!important}.hero-sso-primary.btn-sso:hover{background:#f7f1e6!important;border-color:#8b7355!important}[data-theme=dark] .hero-sso-primary.btn-sso{background:#2a2826!important;border-color:#8b735580!important;color:#f0e8dc!important}[data-theme=dark] .hero-sso-primary.btn-sso:hover{background:#3a3836!important;border-color:#8b7355b3!important}.hero-more-options{font-size:.9rem;color:#6d6358;text-decoration:none;transition:color .2s}.hero-more-options:hover{color:#3d3630;text-decoration:underline}[data-theme=dark] .hero-more-options{color:#a8a095}[data-theme=dark] .hero-more-options:hover{color:#f0e8dc}.hero-terms{font-size:.65rem;color:#6d6358;margin:.5rem 0 0;line-height:1.4;white-space:nowrap}.hero-terms a{color:#4a8fb5;text-decoration:underline;text-underline-offset:2px}.hero-terms a:hover{color:#3d7a9e}[data-theme=dark] .hero-terms{color:#9a9285}[data-theme=dark] .hero-terms a{color:#7eb8d8}[data-theme=dark] .hero-terms a:hover{color:#a8d4ed}@media (max-width: 968px){.hero-split{grid-template-columns:1fr;gap:1.5rem;min-height:auto;padding:2rem 5%;align-items:center}.hero-left{order:1}.hero-right{order:2}.hero-content{text-align:center;max-width:100%}.hero-split .hero-content{text-align:center}.hero-auth{align-items:center}.hero-terms{text-align:center}.hero-globe-wrap{max-width:420px;margin:0 auto}}@media (max-width: 768px){.hero-split{gap:1rem;padding:1.5rem 5%}.hero-headline{font-size:clamp(1.6rem,5vw,2.2rem);margin-bottom:.5rem}.hero-auth-tagline{font-size:1.3rem;margin-bottom:.75rem}.hero-globe-wrap{max-width:420px}}@media (max-width: 520px){.hero-split{gap:0;padding:1rem 5%}.hero-headline{font-size:clamp(1.4rem,5vw,1.8rem);line-height:1.2}.hero-auth-tagline{font-size:1.2rem;margin-bottom:.75rem}.hero-auth{gap:.5rem}.hero-more-options{margin-top:.5rem}.hero-sso-primary{width:100%;max-width:300px;min-width:unset}.hero-feature-item{padding:1rem 1.25rem}.hero-feature-icon{font-size:1.5rem}.hero-feature-text strong{font-size:.95rem}.hero-feature-text span{font-size:.85rem}.hero-globe-wrap{max-width:85vw}}section{padding:4rem 5%;max-width:1400px;margin:0 auto}section h2{text-align:center;font-size:2.5rem;color:#3d3630;margin-bottom:3rem;font-weight:600;letter-spacing:-.02em;line-height:1.3;font-family:var(--lu-font-serif)}.how-it-works{background:#fff;border-radius:24px;padding:4rem 5%;margin:3rem auto;box-shadow:0 10px 40px #3d363014,0 2px 8px #3d36300a;border:2px solid rgba(30,25,20,.55);transform:translateY(0);transition:all .3s ease}.how-it-works:hover{transform:translateY(-5px);box-shadow:0 20px 60px #3d36301f,0 5px 15px #3d36300f}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.step{text-align:center;position:relative}.step-icon{width:60px;height:60px;background:linear-gradient(135deg,#8b7355,#6b5742);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 1.5rem;box-shadow:0 4px 15px #8b735540;transition:all .3s ease}.step:hover .step-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 6px 20px #8b735559}.step h3{font-size:1.3rem;color:#3d3630;margin-bottom:.75rem;font-weight:600;font-family:var(--lu-font-serif);letter-spacing:-.01em}.step p{color:#6d6358;line-height:1.6}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#8b7355,#6b5742);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff;margin:0 auto 1.25rem;box-shadow:0 4px 15px #8b735540}.features-section{padding:3rem 5% 4rem;max-width:1200px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #3d36300f;border:2px solid rgba(30,25,20,.55);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #3d36301a}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#8b73551a,#8b73550d);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#8b7355}.feature-card h3{font-size:1.25rem;color:#3d3630;margin-bottom:.5rem;font-weight:600;font-family:var(--lu-font-serif)}.feature-highlight{font-size:.85rem;font-weight:600;color:#4a8fb5;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.feature-card p:last-child{color:#6d6358;line-height:1.6;margin:0}.cta-section{padding:4rem 5%;max-width:1200px;margin:0 auto}.cta-content{background:linear-gradient(135deg,#3d3630,#2a2420);border-radius:24px;padding:4rem 3rem;text-align:center;box-shadow:0 20px 50px #3d363033}.cta-content h2{color:#f5f0e8;font-size:2rem;margin-bottom:1rem}.cta-content p{color:#f5f0e8cc;font-size:1.1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-login{background:transparent;border:2px solid rgba(245,240,232,.3);color:#f5f0e8}.cta-buttons .btn-login:hover{background:#f5f0e81a;border-color:#f5f0e880;color:#fff}.pricing-languages{text-align:center;padding:.5rem 0 .75rem;overflow:hidden}.pricing-languages-count{font-size:.95rem;color:#8b7355;font-weight:600;margin-bottom:.75rem;letter-spacing:.02em;font-family:var(--lu-font-sans)}.pricing-marquee{overflow:hidden;padding-block:4px;mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent)}.pricing-marquee-track{display:flex;gap:.5rem;width:-moz-max-content;width:max-content;will-change:transform;animation:marqueeScroll 300s linear infinite}.pricing-marquee-item{display:inline-flex;align-items:center;padding:.35rem .85rem;background:#64789112;border:1px solid rgba(100,120,145,.15);border-radius:20px;font-size:.8rem;color:#6b7580;white-space:nowrap;font-family:var(--lu-font-sans);font-weight:500;letter-spacing:.01em}.pricing-marquee-item.marquee-main{background:#a078321f;border-color:#a0783240;color:#6b5630;font-weight:600}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.pricing-value-anchor{text-align:center;padding:1rem 5% .75rem;max-width:700px;margin:0 auto}.pricing-value-anchor h2{font-size:1.1rem;color:#6d6358;margin-bottom:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-family:var(--lu-font-sans)}.value-anchor-items{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.value-anchor-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.25rem;background:#8b73550f;border-radius:10px}.value-anchor-label{color:#5d5347;font-size:1rem;font-weight:500}.value-anchor-cost{color:#8b7355;font-size:1rem;font-weight:700}.value-anchor-punchline{font-size:1.25rem;color:#3d3630;font-weight:700;line-height:1.4;letter-spacing:-.01em}.value-anchor-punchline .gold-highlight{color:#8b7355}.pricing-toggle-wrapper{display:flex;justify-content:center;gap:.25rem;margin-bottom:1.5rem;background:#8b735514;border-radius:12px;padding:.3rem;max-width:340px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.pricing-habit-nudge{text-align:center;font-size:.9rem;color:#8a7a6a;margin-bottom:2rem;font-style:italic}.pricing-toggle-btn{padding:.65rem 1.5rem;border:none;background:transparent;color:#6d6358;font-weight:600;font-size:.95rem;border-radius:10px;cursor:pointer;position:relative;display:flex;align-items:center;gap:.5rem}.pricing-toggle-btn.active{background:#fff;color:#3d3630;box-shadow:0 2px 8px #3d36301a}.pricing-save-badge{background:linear-gradient(135deg,#2a7d4f,#1d5c3a);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:6px;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.pricing-original{text-decoration:line-through;color:#8d8074;font-size:1rem;font-weight:400;margin-right:.35rem}.pricing-annual-total{display:block;font-size:.85rem;font-weight:500;color:#8d8074;margin-top:.1rem}.pricing-period{font-size:1rem;color:#8d8074;font-weight:400}[data-pricing-cycle=annual] .price-monthly{display:none}[data-pricing-cycle=annual] .price-annual,[data-pricing-cycle=monthly] .price-monthly{display:inline}[data-pricing-cycle=monthly] .price-annual{display:none}.pricing-guarantee{text-align:center;padding:3rem 5%;max-width:600px;margin:0 auto}.guarantee-icon{color:#2a7d4f;margin-bottom:1rem}.guarantee-icon svg{width:48px;height:48px}.pricing-guarantee h2{font-size:1.5rem;color:#3d3630;margin-bottom:.75rem;font-weight:600}.pricing-guarantee p{color:#6d6358;font-size:1.05rem;line-height:1.6}.pricing-section{background:linear-gradient(135deg,#f4f0e8,#f9f6f1);padding:3rem 5% 5rem;position:relative;overflow:visible}.pricing-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(139,115,85,.03) 1px,transparent 1px);background-size:30px 30px;pointer-events:none}.pricing-section h2{margin-bottom:1rem;position:relative;z-index:1}.pricing-subtitle{text-align:center;font-size:1.1rem;color:#6d6358;margin-bottom:3rem;position:relative;z-index:1;font-family:var(--lu-font-sans)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;max-width:1200px;margin:0 auto;position:relative;z-index:1;overflow:visible;padding-top:20px}.pricing-tax-note{text-align:center;color:#7a8694;font-size:.88rem;margin-top:1.5rem;position:relative;z-index:1}.pricing-card{background:#fff;border:2px solid #a8a8a8;border-radius:14px;padding:1.5rem 1.75rem;box-shadow:0 10px 30px #3d36300f,0 2px 8px #3d36300a;position:relative;cursor:pointer;display:flex;flex-direction:column;overflow:visible;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}.pricing-card:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#a8a8a8,silver,#a8a8a8,silver);background-size:300% 300%;border-radius:14px;z-index:-1;opacity:0;animation:shimmer 6s ease infinite}.pricing-card:hover:before,.pricing-card:focus-within:before,.pricing-card.touch-active:before,.pricing-card:active:before{opacity:.4}.pricing-card:hover,.pricing-card:focus-within,.pricing-card.touch-active,.pricing-card:active{transform:translateY(-12px);box-shadow:0 25px 60px #3d363026,0 10px 25px #3d36301a}.pricing-card.featured{border:2px solid #8b7355;box-shadow:0 15px 45px #8b735526,0 5px 15px #3d363014;overflow:visible;position:relative;background:#faf7f2;transform:scale(1.03)}.pricing-card.featured .pricing-badge{background:linear-gradient(135deg,#8b7355,#6b5742)}.pricing-card.featured:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#8b7355,#9d8b72,#8b7355,#9d8b72);background-size:300% 300%;border-radius:14px;z-index:-1;opacity:0;animation:shimmer 6s ease infinite}.pricing-card.featured:hover:before,.pricing-card.featured:focus-within:before,.pricing-card.featured.touch-active:before,.pricing-card.featured:active:before{opacity:.4}.pricing-card.featured:hover,.pricing-card.featured:focus-within,.pricing-card.featured.touch-active,.pricing-card.featured:active{transform:scale(1.03) translateY(-12px)}.pricing-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#4a8fb5,#2c5f7a);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 3px 10px #4a8fb559;z-index:100}.pricing-card h3{font-size:1.5rem;color:#3d3630;margin-bottom:.25rem;font-family:var(--lu-font-serif);font-weight:600;letter-spacing:-.01em}.pricing-price{font-size:2rem;font-weight:700;color:#8b7355;margin-bottom:.25rem;min-height:5.5rem}.pricing-price span{font-size:1rem;color:#8d8074;font-weight:400}.pricing-description{color:#6d6358;margin-bottom:.75rem;font-size:.95rem}.pricing-features{list-style:none;margin-bottom:1rem}.pricing-features li{padding:.4rem 0;color:#5d5347;font-size:.875rem;font-weight:600;border-bottom:1px solid rgba(93,83,71,.1)}.pricing-features li:before{content:"✓";color:#5d5347;font-weight:700;margin-right:.75rem}.pricing-cta{margin-top:auto;width:100%;padding:.7rem;border-radius:10px;border:2px solid rgba(30,25,20,.55);background:#f9f6f1;color:#5d5347;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}.pricing-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3d363026}.pricing-card.featured .pricing-cta{background:linear-gradient(135deg,#8b7355,#6b5742);color:#fff;border:none}.pricing-card.featured .pricing-cta:hover{transform:translateY(-2px)}.pricing-card.pro-card{position:relative;overflow:visible}.pricing-card.pro-card:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#4a8fb5,#6ba3c5,#4a8fb5,#6ba3c5);background-size:300% 300%;border-radius:14px;z-index:-1;opacity:0;animation:shimmer 6s ease infinite}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.pricing-card.pro-card:hover:before,.pricing-card.pro-card:focus-within:before,.pricing-card.pro-card.touch-active:before,.pricing-card.pro-card:active:before{opacity:.4}.pricing-card.pro-card .pricing-cta{background:linear-gradient(135deg,#4a8fb5,#2c5f7a);color:#fff;border:none}.pricing-card.pro-card .pricing-cta:hover{background:linear-gradient(135deg,#5a9fc5,#3c6f8a);box-shadow:0 4px 12px #4a8fb54d;transform:translateY(-2px)}.pricing-trust{text-align:center;font-size:.75rem;color:#8d8074;margin-top:.5rem}.pricing-price .pricing-savings{display:inline-block;font-size:.75rem;font-weight:600;color:#2a7d4f;background:#2a7d4f1a;padding:.15rem .5rem;border-radius:4px;margin-left:.35rem;vertical-align:middle}.pricing-features li strong{color:#3d3630}.pricing-shared-features{text-align:center;margin-top:1rem;position:relative;z-index:1}.pricing-shared-features>p{font-size:.75rem;color:#8d8074;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:.35rem}.shared-features-list{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.shared-features-list span{font-size:.875rem;color:#5d5347;font-weight:600}.shared-features-list span:before{content:"✓ ";font-weight:700}@keyframes priceFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.pricing-price.animate .price-monthly,.pricing-price.animate .price-annual{animation:priceFadeIn .3s ease}.faq-section{padding:5rem 5%;max-width:900px;margin:0 auto}.faq-section h2{text-align:center;font-size:2.5rem;color:#3d3630;margin-bottom:3rem;font-weight:600;font-family:var(--lu-font-sans);letter-spacing:-.02em}.faq-container{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:2px solid rgba(30,25,20,.55);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #3d36300a}.faq-question{width:100%;padding:1.5rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.1rem;font-weight:600;color:#3d3630;text-align:left;transition:background .2s ease;font-family:var(--lu-font-sans);letter-spacing:-.01em}.faq-question:hover{background:#fafaf8}.faq-icon{font-size:1.5rem;color:#8b7355;font-weight:300;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#6d6358;line-height:1.7;margin:0}footer{background:#3d3630;color:#d4c4a8;padding:3rem 5%;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-contact{margin-bottom:2rem;font-size:1.05rem}.footer-contact a{color:#6ba3c5;text-decoration:none;font-weight:600;transition:color .3s}.footer-contact a:hover{color:#8bb5d5;text-decoration:underline}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.footer-links a{color:#d4c4a8;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#6ba3c5}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(212,196,168,.2);color:#9d8b72;font-size:.9rem}.modal{display:none;position:fixed;z-index:1000;inset:0;width:100%;height:100%;padding:1.5rem;background:#3d363038;align-items:center;justify-content:center}.modal.show{display:flex}.modal-content{position:relative;width:min(92%,480px);background:#fffdf6;padding:3rem 3rem 2.75rem;border:2px solid var(--landing-brown-border, #6b5742);border-radius:24px;box-shadow:0 18px 40px #3d34282e;overflow:hidden}.modal-content.auth-modal{display:flex;flex-direction:column;gap:1.5rem}.modal-content.auth-modal--compact{gap:1rem;padding:2rem 2.5rem}.auth-modal--compact .auth-modal-header{margin-top:0;margin-bottom:.25rem}.auth-modal--compact .auth-modal-title{font-size:clamp(1.6rem,2vw + 1rem,2rem);margin-bottom:0}.auth-modal-illustration{display:none}.auth-modal-header{text-align:center;margin-top:.5rem}.auth-modal-kicker{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4a8fb51f,#4a8fb538);color:var(--landing-accent-blue, #2c5f7a);font-size:.8rem;letter-spacing:.18em;font-weight:600;text-transform:uppercase;padding:.42rem 1.3rem;border-radius:999px;border:1px solid rgba(74,143,181,.4);box-shadow:0 4px 12px #4a8fb52e;margin-bottom:1rem}.auth-modal-title{font-family:var(--lu-font-serif);font-size:clamp(2rem,2.4vw + 1.2rem,2.6rem);color:#3d3630;font-weight:600;letter-spacing:-.01em;margin:0 0 .5rem}.auth-modal-subtitle{color:#3d3428b8;font-size:1.05rem;max-width:25ch;margin:0 auto;line-height:1.6}.auth-modal-subtitle--emphasis{color:#1f160c}.auth-modal-footer{text-align:center;font-size:.95rem;color:#3d3428b3;border-top:1px solid rgba(139,115,85,.12);padding-top:1.25rem;margin-top:.5rem}.auth-modal-footer a{color:#4a8fb5;font-weight:600;text-decoration:none}.auth-modal-footer a:hover{color:#357392}.supabase-auth{display:flex;flex-direction:column;gap:1.5rem}.auth-modal--compact .supabase-auth{gap:1rem}.supabase-auth-buttons{display:grid;gap:.85rem}.auth-modal--compact .supabase-auth-buttons{gap:.65rem}.supabase-auth-divider{margin-top:.9rem}.auth-modal--compact .supabase-auth-divider{margin-top:.5rem}.btn-sso{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.9rem 1.25rem;border-radius:14px;border:2px solid #6b5742;background:#fff;color:#231b13;font-weight:600;font-size:1rem;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.auth-modal--compact .btn-sso{padding:.75rem 1rem;font-size:.95rem}.btn-sso:hover{background:#f7f1e6;border-color:#8b7355;box-shadow:0 6px 14px #241d1614}.btn-sso:focus-visible{outline:3px solid rgba(74,143,181,.35);outline-offset:2px}.btn-sso-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px}.btn-sso-text{color:inherit;text-align:center}.btn-sso.is-loading{opacity:.6;pointer-events:none}.btn-sso:disabled,.btn-sso.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn-sso-google{border-color:#6b5742}.btn-sso-google:hover{border-color:#8b7355}.btn-sso-microsoft{border-color:#6b5742}.btn-sso-microsoft:hover{border-color:#8b7355}.supabase-auth-divider{position:relative;text-align:center;color:#3d342899;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.12em}.supabase-auth-divider span{background:#fdf8f1e6;padding:0 .75rem}.supabase-auth-divider:before,.supabase-auth-divider:after{content:"";position:absolute;top:50%;width:36%;height:1px;background:#3d342829}.supabase-auth-divider:before{left:0}.supabase-auth-divider:after{right:0}.supabase-auth-form{display:flex;flex-direction:column;gap:.85rem}.auth-modal--compact .supabase-auth-form{gap:.65rem}.supabase-auth-label{font-size:.9rem;color:#3d3428b3;font-weight:600;text-align:center;display:block;margin-bottom:.35rem}.auth-modal--compact .supabase-auth-label{font-size:.85rem;margin-bottom:.25rem}.supabase-input-wrapper{position:relative}.supabase-input-wrapper input{width:100%;padding:.85rem .5rem .65rem;border:none;border-bottom:2px solid rgba(61,52,40,.2);background:transparent;font-size:1.05rem;color:#3d3428;border-radius:0;transition:border-color .2s ease,background .2s ease}.auth-modal--compact .supabase-input-wrapper input{padding:.7rem .5rem .55rem;font-size:.98rem}.supabase-input-wrapper input::-moz-placeholder{color:#3d342873}.supabase-input-wrapper input::placeholder{color:#3d342873}.supabase-input-wrapper input:focus{outline:none;border-color:#8b7355;background:#fff9}.btn-supabase{border-radius:16px;padding:1rem;font-size:1.05rem;font-weight:600;width:100%;display:inline-flex;align-items:center;justify-content:center;background:var(--landing-brown-base, #8b7355);color:var(--landing-brown-contrast, #ffffff);border:1px solid var(--landing-brown-border, #6b5742);box-shadow:0 6px 16px var(--landing-brown-soft-shadow, rgba(107, 87, 66, .16));transition:background .2s ease,color .2s ease,box-shadow .2s ease}.auth-modal--compact .btn-supabase{padding:.8rem;font-size:.95rem;border-radius:12px}.btn-supabase:hover{background:var(--landing-brown-hover, #7a6147);color:var(--landing-brown-contrast, #ffffff);box-shadow:0 10px 22px var(--landing-brown-soft-shadow, rgba(107, 87, 66, .18))}.btn-supabase:focus-visible{outline:3px solid rgba(58,43,29,.45);outline-offset:2px}.btn-supabase.is-loading{opacity:.65}.btn-supabase:disabled,.btn-supabase.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.supabase-auth-message,.supabase-auth-error{font-size:.92rem;margin:0 0 .75rem;text-align:center;font-weight:500}.supabase-auth-message{color:#3a9a5c}.supabase-auth-error{color:#d9534f}.supabase-auth-terms{font-size:.7rem;color:#3d342899;text-align:center;margin:1rem 0 0;line-height:1.4;white-space:nowrap}.supabase-auth-terms a{color:#4a8fb5;text-decoration:underline;text-underline-offset:2px}.supabase-auth-terms a:hover{color:#3d7a9e}.form-status{margin-bottom:1.25rem;padding:.75rem 1rem;border-radius:12px;background:#d9cdb64d;color:#6b5742;border:1px solid rgba(139,115,85,.18);font-size:.92rem}.close{position:absolute;right:1.5rem;top:1.5rem;font-size:2rem;font-weight:300;color:#6b5742cc;cursor:pointer;width:2.25rem;height:2.25rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,background .2s ease,transform .2s ease}.close:hover,.close:focus-visible{color:#2d2115;background:#3f30211f;transform:scale(1.05);outline:none}.modal-content h2{margin-bottom:.5rem;font-size:clamp(2rem,2.4vw + 1.2rem,2.6rem);color:#3d3630;font-family:var(--lu-font-sans);font-weight:600;letter-spacing:-.01em}.modal-content p{color:#3d3428b8;margin-bottom:1.75rem;line-height:1.6}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#3d3630;font-weight:600}.form-group input{width:100%;padding:.875rem;border-radius:10px;border:1px solid #e8dfc8;background:#fafaf8;color:#3d3630;font-size:1rem;transition:all .3s}.form-group input:focus{outline:none;border-color:#8b7355;background:#fff;box-shadow:0 0 0 3px #8b73551a}.form-error{margin-top:.5rem;font-size:.85rem;color:#b04b49}.form-status{margin-bottom:1.25rem;padding:.75rem 1rem;border-radius:10px;background:#f0ece3;color:#4a3e32;font-size:.9rem}.form-support{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;font-size:.9rem;color:#6d6358}.form-support a{color:#4a7fb1;font-weight:600;text-decoration:none}.form-support a:hover{text-decoration:underline}.form-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6d6358}.form-checkbox input{width:auto;accent-color:#8b7355}.form-group input::-moz-placeholder{color:#b5a794}.form-group input::placeholder{color:#b5a794}.btn-submit{width:100%;padding:1rem;margin-top:1rem}.modal-footer{text-align:center;margin-top:1.5rem;color:#6d6358}.modal-footer a{color:#8b7355;text-decoration:none;font-weight:600}.modal-footer a:hover{text-decoration:underline}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-up.visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.15s}.stagger-2{transition-delay:.35s}.stagger-3{transition-delay:.55s}@media (max-width: 968px){nav{padding:1rem 4%}h1{font-size:2.5rem;font-weight:600}.language-showcase{font-size:2.5rem;height:3.5rem;min-width:300px;font-weight:600}.nav-links{display:none}.menu-toggle{display:flex;top:1rem;left:4%}.nav-left .logo{display:none}.nav-buttons{gap:.5rem}.nav-buttons .btn{padding:.6rem 1rem;font-size:.85rem}.hero{padding:4rem 4% 3rem}.hero-buttons{flex-direction:column;align-items:center;max-width:400px;margin-left:auto;margin-right:auto;gap:.75rem}.btn-large{width:auto;min-width:240px;max-width:280px}section{padding:3rem 4%}section h2{font-size:2rem;font-weight:600}.steps-grid,.pricing-grid{grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto}.pricing-card.featured{transform:none}.pricing-card.featured.touch-active,.pricing-card.featured:focus-within,.pricing-card.featured:active,.pricing-card.featured:hover{transform:translateY(-10px)}.pricing-card.featured:before{opacity:0}.pricing-card.featured.touch-active:before,.pricing-card.featured:focus-within:before,.pricing-card.featured:active:before,.pricing-card.featured:hover:before{opacity:.4}.pricing-card{overflow:visible}.faq-section{padding:3rem 4%}.faq-question{font-size:1rem;padding:1.25rem}}@media (max-width: 480px){.nav-buttons .btn{padding:.5rem .75rem;font-size:.8rem}.nav-left{gap:.25rem}.logo{font-size:1rem;gap:.35rem}.logo-image{height:32px}h1{font-size:2rem;font-weight:600}.language-showcase{font-size:2rem;height:2.8rem;min-width:200px;font-weight:600}.hero{padding:3rem 5% 2rem}.badge{font-size:.7rem;padding:.4rem .8rem}.hero-description{font-size:1rem}.btn-large{padding:.875rem 2rem;font-size:1rem}section h2{font-size:1.75rem;font-weight:600}.faq-section h2{font-size:1.75rem}.faq-question{font-size:.95rem}.modal-content{padding:2.5rem 1.75rem 2.25rem}.auth-modal-subtitle{font-size:.98rem}.btn-sso{font-size:.95rem;padding:.85rem 1rem}}.pricing-main{padding-top:4rem}.pricing-hero{text-align:center;padding:0 5% .75rem;max-width:800px;margin:0 auto}.pricing-hero h1{font-size:clamp(1.6rem,2.5vw + .5rem,2rem);color:#3d3630;margin-bottom:.75rem;font-weight:600;letter-spacing:-.02em}.pricing-hero-subtitle{font-size:.95rem;color:#6d6358}.pricing-faq{padding:4rem 5%;max-width:900px;margin:0 auto}.pricing-faq h2{text-align:center;font-size:2rem;color:#3d3630;margin-bottom:2rem;font-weight:600}.language-switcher{position:relative;margin-right:.25rem}.language-switcher-btn{background:none;border:none;cursor:pointer;padding:.4rem .5rem;border-radius:8px;display:flex;align-items:center;gap:.25rem;transition:background .2s;color:#6d6358;font-size:.8rem;font-weight:500;line-height:1}.language-switcher-btn:hover{background:#8b73551a;color:#3d3630}.language-switcher-btn svg{width:16px;height:16px;flex-shrink:0}.language-switcher-btn .chevron{width:10px;height:10px;transition:transform .2s;opacity:.7}.language-switcher.open .chevron{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026;border:1px solid rgba(139,115,85,.15);min-width:240px;max-height:320px;overflow-y:auto;overscroll-behavior:contain;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:200;padding:4px}.language-dropdown::-webkit-scrollbar{width:6px}.language-dropdown::-webkit-scrollbar-track{background:transparent}.language-dropdown::-webkit-scrollbar-thumb{background:#8b735540;border-radius:3px}.language-dropdown::-webkit-scrollbar-thumb:hover{background:#8b735566}.language-switcher.open .language-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.language-dropdown a{display:flex;align-items:center;gap:.5rem;padding:.6rem .85rem;color:#3d3630;text-decoration:none;font-size:.85rem;border-radius:7px;transition:background .15s;border-bottom:1px solid rgba(139,115,85,.18)}.language-dropdown a:last-child{border-bottom:none}.language-dropdown a:hover{background:#8b735514}.language-dropdown a.active{background:#4a8fb51a;font-weight:600}.language-dropdown a.active:after{content:"✓";margin-left:auto;color:#4a8fb5}[data-theme=dark] .language-switcher-btn{color:#c9c1b4}[data-theme=dark] .language-switcher-btn:hover{background:#8b735526;color:#f0e8dc}[data-theme=dark] .language-dropdown{background:#2a2826;border-color:#8b735540;box-shadow:0 4px 20px #0006}[data-theme=dark] .language-dropdown::-webkit-scrollbar-thumb{background:#8b735559}[data-theme=dark] .language-dropdown a{color:#e8e2d9;border-bottom-color:#8b735540}[data-theme=dark] .language-dropdown a:hover{background:#8b735526}[data-theme=dark] .language-dropdown a.active{background:#4a8fb526}@media (max-width: 768px){.language-dropdown{right:auto;left:0;min-width:200px;max-width:calc(100vw - 2rem)}}.theme-toggle{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s;margin-right:.5rem}.theme-toggle:hover{background:#8b73551a}.theme-toggle svg{width:20px;height:20px;color:#6d6358;transition:color .2s}.theme-toggle:hover svg{color:#3d3630}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}body,nav,.pricing-card,.support-card,.support-legal,.faq-item,.highlight-item,.legal-content,footer{transition:background-color .25s ease,color .25s ease,border-color .25s ease}[data-theme=dark]{--paper-bg: #22201e;--line: rgba(255, 255, 255, .05);--sidebar-stripe-color: rgba(255, 255, 255, .08)}[data-theme=dark] body{background:#22201e;color:#e8e2d9}[data-theme=dark] body:before{background:#22201e}[data-theme=dark] body:after{opacity:.25}[data-theme=dark] .theme-toggle .icon-sun{display:block}[data-theme=dark] .theme-toggle .icon-moon{display:none}[data-theme=dark] .theme-toggle svg{color:#c9c1b4}[data-theme=dark] .theme-toggle:hover svg{color:#f0e8dc}[data-theme=dark] .theme-toggle:hover{background:#8b735526}[data-theme=dark] nav{background:#120f0c8c;border-bottom:2px solid rgba(139,115,85,.35);box-shadow:0 8px 24px #4a8fb540,0 4px 12px #0000004d}[data-theme=dark] nav.scrolled{background:#120f0ca6}[data-theme=dark] .nav-links a{color:#c9c1b4}[data-theme=dark] .nav-links a:hover,[data-theme=dark] .nav-links a.active{color:#f0e8dc}[data-theme=dark] .side-menu-nav a{color:#c9c1b4}[data-theme=dark] .side-menu-nav a:hover:not(.active){color:#f0e8dc;background:#8b73551f;border-color:#8b735533}[data-theme=dark] .side-menu-nav a.active{color:#f0e8dc;background:transparent;border-left:3px solid #a38458;border-radius:0}[data-theme=dark] .btn-login{background:transparent;color:#e8e2d9;border-color:#c8b49680}[data-theme=dark] .btn-login:hover{background:#8b735540;color:#f5efe6;border-color:#c8b496b3}[data-theme=dark] .menu-toggle{background:#1e1a16cc;border-color:#8b735566}[data-theme=dark] .menu-toggle span{background:#c9c1b4}[data-theme=dark] .menu-toggle:hover span{background:#fff}[data-theme=dark] .side-menu{background:#1a1510;border-right-color:#3d2f22;box-shadow:0 24px 48px -36px #000000b3}[data-theme=dark] .side-menu-logo{border-bottom-color:#8b735540}[data-theme=dark] .side-menu-nav a{color:#c9c1b4;border-bottom-color:#8b735526}[data-theme=dark] .side-menu-nav a:hover{background:#8b73551a;color:#f0e8dc}[data-theme=dark] .menu-overlay{background:#0009}[data-theme=dark] .hero-headline{color:#f0e8dc}[data-theme=dark] .hero-headline-accent{color:#c4a77d}[data-theme=dark] .trust-line{color:#9a9285}[data-theme=dark] .workflow-step h3{color:#f0e8dc}[data-theme=dark] .workflow-step p{color:#a8a095}[data-theme=dark] .workflow-number{box-shadow:0 4px 15px #0006}[data-theme=dark] .highlight-item{background:#2a2826;border-color:#8b735540;box-shadow:0 2px 8px #0003}[data-theme=dark] .highlight-text strong{color:#f0e8dc}[data-theme=dark] .highlight-text span{color:#9a9285}[data-theme=dark] footer{background:#1a1816;border-top-color:#8b735526}[data-theme=dark] .footer-links a{color:#a8a095}[data-theme=dark] .footer-links a:hover{color:#c4a77d}[data-theme=dark] .footer-bottom p{color:#7a7368}[data-theme=dark] .pricing-hero h1{color:#f0e8dc}[data-theme=dark] .pricing-hero-subtitle{color:#a8a095}[data-theme=dark] .pricing-languages-count{color:#c4a77d}[data-theme=dark] .pricing-marquee-item{background:#6482a51f;border-color:#6482a538;color:#95a5b5}[data-theme=dark] .pricing-marquee-item.marquee-main{background:#b48c3c2e;border-color:#b48c3c59;color:#e0c888}[data-theme=dark] .pricing-value-anchor h2{color:#a8a095}[data-theme=dark] .value-anchor-item{background:#8b73551a}[data-theme=dark] .value-anchor-label{color:#b8b0a3}[data-theme=dark] .value-anchor-cost{color:#c4a77d}[data-theme=dark] .value-anchor-punchline{color:#f0e8dc}[data-theme=dark] .value-anchor-punchline .gold-highlight{color:#c4a77d}[data-theme=dark] .pricing-toggle-wrapper{background:#8b73551f}[data-theme=dark] .pricing-toggle-btn{color:#a8a095}[data-theme=dark] .pricing-toggle-btn.active{background:#3a3836;color:#f0e8dc;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .pricing-original{color:#7a7268}[data-theme=dark] .pricing-annual-total,[data-theme=dark] .pricing-period{color:#9a9285}[data-theme=dark] .guarantee-icon{color:#3fa86e}[data-theme=dark] .pricing-guarantee h2{color:#f0e8dc}[data-theme=dark] .pricing-guarantee p{color:#a8a095}[data-theme=dark] .pricing-section{background:#22201e}[data-theme=dark] .pricing-section:before{background-image:radial-gradient(circle,rgba(139,115,85,.08) 1px,transparent 1px)}[data-theme=dark] .pricing-tax-note{color:#6a6258}[data-theme=dark] .pricing-card{background:#2a2826;border-color:#8b735540}[data-theme=dark] .pricing-card h3,[data-theme=dark] .pricing-price{color:#f0e8dc}[data-theme=dark] .pricing-price span{color:#9a9285}[data-theme=dark] .pricing-description{color:#a8a095}[data-theme=dark] .pricing-features li{color:#b8b0a3;border-bottom-color:#b8b0a31a}[data-theme=dark] .pricing-features li:before{color:#c4a77d}[data-theme=dark] .pricing-card.featured{background:linear-gradient(135deg,#332f2a,#2e2b26);border-color:#c4a77d80;box-shadow:0 15px 45px #8b735533,0 5px 15px #0003,0 0 0 1px #c4a77d26}[data-theme=dark] .pricing-trust{color:#6a6258}[data-theme=dark] .pricing-price .pricing-savings{color:#3fa86e;background:#3fa86e1a}[data-theme=dark] .pricing-features li strong{color:#f0e8dc}[data-theme=dark] .pricing-shared-features>p{color:#9a9285}[data-theme=dark] .shared-features-list span{color:#d0c8bb}[data-theme=dark] .pricing-badge{background:linear-gradient(135deg,#c4a77d,#9a7b4f)}[data-theme=dark] .pricing-faq h2{color:#f0e8dc}[data-theme=dark] .faq-item{background:#2a2826;border-color:#8b735540}[data-theme=dark] .faq-question{color:#e8e2d9}[data-theme=dark] .faq-question:hover{background:#8b73551a}[data-theme=dark] .faq-answer p{color:#a8a095}[data-theme=dark] .legal-header{border-bottom-color:#8b735540}[data-theme=dark] .legal-header h1{color:#f0e8dc}[data-theme=dark] .legal-updated{color:#9a9285}[data-theme=dark] .legal-section h2{color:#e8e2d9}[data-theme=dark] .legal-section p,[data-theme=dark] .legal-section li{color:#b8b0a3}[data-theme=dark] .legal-section a{color:#7eb8d8}[data-theme=dark] .legal-section a:hover{color:#a8d4ed}[data-theme=dark] .legal-section strong,[data-theme=dark] .support-title{color:#f0e8dc}[data-theme=dark] .support-subtitle{color:#a8a095}[data-theme=dark] .support-card{background:#2a2826;border-color:#8b735540}[data-theme=dark] .support-card h3{color:#f0e8dc}[data-theme=dark] .support-card p{color:#b8b0a3}[data-theme=dark] .support-link{color:#7eb8d8}[data-theme=dark] .support-secondary{color:#9a9285}[data-theme=dark] .support-social span{color:#a8a095}[data-theme=dark] .support-legal{background:#2a2826;border-color:#8b735540;box-shadow:0 12px 30px #0003}[data-theme=dark] .support-legal h3{color:#f0e8dc}[data-theme=dark] .support-legal .legal-section{border-color:#8b735526}[data-theme=dark] .legal-label{color:#c4a77d}[data-theme=dark] .legal-content{background:#2a2826;border-color:#8b735540;box-shadow:0 12px 30px #0003;color:#b8b0a3}[data-theme=dark] .legal-content a{color:#7eb8d8}[data-theme=dark] .legal-content a:hover{color:#a8d4ed}[data-theme=dark] .modal{background:#0c0907b3}[data-theme=dark] .modal-content{background:#22201e;border-color:#5a443699;box-shadow:0 20px 40px #0000008c,inset 0 0 0 1px #ffffff0a;color:#f3ede4}[data-theme=dark] .auth-modal-kicker{background:#4a8fb52e;color:#b7d4e6;border-color:#4a8fb573}[data-theme=dark] .auth-modal-title,[data-theme=dark] .modal-content h2{color:#f7f1e8}[data-theme=dark] .auth-modal-subtitle,[data-theme=dark] .modal-content p{color:#f3ede4b3}[data-theme=dark] .auth-modal-footer{color:#f3ede499;border-top-color:#5a443666}[data-theme=dark] .auth-modal-footer a{color:#b7d4e6}[data-theme=dark] .btn-sso{background:#15110e;color:#f3ede4;border-color:#5a443699}[data-theme=dark] .btn-sso:hover{background:#241c16;border-color:#78583cb3}[data-theme=dark] .supabase-auth-divider{color:#f3ede499}[data-theme=dark] .supabase-auth-divider span{background:#1f1813}[data-theme=dark] .supabase-auth-label{color:#f3ede4b3}[data-theme=dark] .supabase-input-wrapper input{color:#f3ede4;border-bottom-color:#f3ede440}[data-theme=dark] .supabase-input-wrapper input::-moz-placeholder{color:#f3ede480}[data-theme=dark] .supabase-input-wrapper input::placeholder{color:#f3ede480}[data-theme=dark] .supabase-input-wrapper input:focus{border-color:#f0c98acc;background:#1b1510e6}[data-theme=dark] .btn-supabase{background:#3a2c21;color:#f7f1e8;border-color:#5a443699}[data-theme=dark] .btn-supabase:hover{background:#4a382a}[data-theme=dark] .supabase-auth-message{color:#5cbf7a}[data-theme=dark] .supabase-auth-error,[data-theme=dark] .form-error{color:#ff8f8f}[data-theme=dark] .supabase-auth-terms{color:#f3ede480}[data-theme=dark] .supabase-auth-terms a{color:#7eb8d8}[data-theme=dark] .supabase-auth-terms a:hover{color:#a8d4ed}[data-theme=dark] .close{color:#f3ede4b3}[data-theme=dark] .close:hover{color:#fff;background:#f0c98a2e}[data-theme=dark] .form-group label,[data-theme=dark] .form-support{color:#f3ede4b3}[data-theme=dark] .form-group input{background:#15110e;border-color:#5a443699;color:#f3ede4}[data-theme=dark] .form-group input:focus{border-color:#f0c98acc;background:#1f1813}[data-theme=dark] .form-support a{color:#b7d4e6}
