@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Lato:wght@400;700;900&display=swap");:root{--bg:#0a0807;--bg-2:#14110d;--bg-3:#1c1812;--bg-card:#14110d;--bg-overlay:rgba(10,8,7,.85);--bg-glass:rgba(20,17,13,.7);--accent:#c9a961;--accent-light:#dfc47a;--accent-dim:#a8883e;--text-on-accent:#0a0807;--accent-glow:rgba(201,169,97,.25);--accent-soft:rgba(201,169,97,.1);--accent-soft-bg:rgba(201,169,97,.1);--accent-border-subtle:rgba(201,169,97,.15);--accent-border:rgba(201,169,97,.2);--accent-border-strong:rgba(201,169,97,.4);--accent-hover:rgba(201,169,97,.3);--gold:#c9a961;--gold-light:#dfc47a;--gold-dim:#a8883e;--cream:#f5ecd9;--cream-dim:#d4cab3;--muted:hsla(41,58%,91%,.5);--text:#f5ecd9;--text-dim:#d4cab3;--text-muted:hsla(41,58%,91%,.5);--text-soft:hsla(41,58%,91%,.6);--text-soft-dim:hsla(41,58%,91%,.35);--line:rgba(201,169,97,.15);--line-light:rgba(201,169,97,.08);--line-strong:rgba(201,169,97,.25);--shadow-sm:0 2px 8px rgba(0,0,0,.25);--shadow:0 4px 24px rgba(0,0,0,.3);--shadow-lg:0 16px 48px rgba(0,0,0,.4);--shadow-glow:0 0 30px rgba(201,169,97,.15);--sidebar-width:260px;--header-height:64px;--radius:10px;--radius-sm:6px;--radius-full:9999px;--transition-fast:0.2s cubic-bezier(0.4,0,0.2,1);--transition:0.3s cubic-bezier(0.4,0,0.2,1);--transition-slow:0.5s cubic-bezier(0.23,1,0.32,1);--font-heading:"Playfair Display",serif;--font-body:"Inter",sans-serif;--font-elegant:"Cormorant Garamond",serif}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100vh;overflow-x:hidden;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}.font-elegant{font-family:var(--font-elegant)}.font-heading{font-family:var(--font-heading)}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:var(--font-body)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:rgba(91,189,158,.25);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(91,189,158,.45)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.02)}}@keyframes glow{0%,to{box-shadow:0 0 20px rgba(91,189,158,.1)}50%{box-shadow:0 0 40px rgba(91,189,158,.25)}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-fadeIn{animation:fadeIn .5s ease-out}.animate-fadeInUp{animation:fadeInUp .6s ease-out}.animate-slideIn{animation:slideIn .4s ease-out}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.gradient-text{background:linear-gradient(135deg,var(--accent-light),var(--accent),var(--accent-dim));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:var(--bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.glow-effect{box-shadow:var(--shadow-glow)}body:has(.frontend-theme){background:#fff!important}.frontend-theme{--bg:#fff;--bg-2:#fff;--bg-3:#fff;--bg-card:#fff;--bg-overlay:hsla(0,0%,100%,.95);--bg-glass:hsla(0,0%,100%,.7);--accent:#8a6d1e;--accent-light:#a07d2a;--accent-dim:#7d631a;--text-on-accent:#1a1410;--accent-glow:rgba(138,109,30,.2);--accent-soft:rgba(138,109,30,.1);--accent-soft-bg:rgba(138,109,30,.1);--accent-border-subtle:rgba(138,109,30,.3);--accent-border:rgba(138,109,30,.4);--accent-border-strong:rgba(138,109,30,.5);--accent-hover:rgba(138,109,30,.3);--text:#1a1410;--text-dim:#6b6258;--text-muted:#5d5349;--text-soft:rgba(26,20,16,.7);--text-soft-dim:rgba(26,20,16,.55);--line:rgba(138,109,30,.15);--line-light:rgba(138,109,30,.08);--line-strong:rgba(138,109,30,.25);--shadow-sm:0 1px 4px rgba(0,0,0,.06);--shadow:0 4px 16px rgba(0,0,0,.08);--shadow-lg:0 8px 32px rgba(0,0,0,.1);--shadow-glow:0 0 20px rgba(138,109,30,.15)}@media (max-width:767px){.navbar-desktop-links{display:none!important}}.home-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden;background:#fffdf8}.home-hero-background,.home-hero-background img,.home-hero-background picture,.home-hero-scrim{position:absolute;inset:0}.home-hero-background{z-index:0}.home-hero-background img,.home-hero-background picture{display:block;width:100%;height:100%}.home-hero-background img{object-fit:cover}.home-hero-scrim{z-index:1;background:var(--home-hero-desktop-scrim)}.home-hero-content{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto}.home-hero-layout{display:flex;align-items:center;justify-content:space-between;gap:2rem}.home-hero-copy{flex:1 1;max-width:52%;padding-right:2rem}.home-hero-badge{display:inline-block;padding:.4rem 1.1rem;margin-bottom:2rem;border:1px solid rgba(201,169,97,.3);border-radius:100px;background:#fff;color:var(--accent);box-shadow:0 2px 8px rgba(0,0,0,.06);font-size:.8rem;letter-spacing:.2em;text-transform:uppercase}.home-hero-title{margin-bottom:1rem;color:#1a1410;font-family:var(--font-heading);font-size:clamp(2.6rem,4.6vw,4.2rem);font-weight:600;line-height:1.15}.home-hero-title span{color:#8a6d1e;font-size:clamp(3.4rem,6vw,5.4rem);font-style:italic;font-weight:700}.home-hero-description{max-width:500px;margin:0 0 2.25rem;color:#554d44;font-size:1.1rem;line-height:1.8}.home-hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.home-hero-action{display:inline-flex;align-items:center;padding:.9rem 2.25rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.05em;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1)}.home-hero-action-primary{border:none;background:linear-gradient(135deg,#e0b843,#c9a961);color:#1a1410;box-shadow:0 4px 16px rgba(201,169,97,.4)}.home-hero-action-secondary{border:1.5px solid #d4c5a9;background:#fff;color:#1a1410;box-shadow:0 2px 8px rgba(0,0,0,.08)}.home-hero-media{position:relative;flex:1 1;max-width:640px}.home-hero-device{position:relative;aspect-ratio:var(--home-hero-aspect-ratio);filter:var(--home-hero-shadow);transform:var(--home-hero-rotation)}.home-hero-device-laptop{width:100%;isolation:isolate}.home-hero-device-phone{position:absolute;right:-2.6rem;bottom:-4.2rem;width:33%}.home-hero-screen{left:var(--home-hero-screen-left);top:var(--home-hero-screen-top);width:var(--home-hero-screen-width);height:var(--home-hero-screen-height);overflow:hidden;border-radius:var(--home-hero-screen-radius);isolation:isolate}.home-hero-screen,.home-hero-screen video{position:absolute;z-index:1;background:#0a0807}.home-hero-screen video{inset:0;display:block;width:100%;height:100%;transform:translateZ(0);object-fit:cover}.home-hero-frame{z-index:2;pointer-events:none;object-fit:contain}.home-hero-premium-badge{position:absolute;top:-1rem;left:50%;transform:translateX(-50%);padding:.35rem .8rem;border-radius:100px;background:linear-gradient(135deg,#e0b843,#c9a961);color:#1a1410;box-shadow:0 6px 18px rgba(201,169,97,.35);font-size:.65rem;font-weight:700;letter-spacing:.1em;white-space:nowrap}.home-hero-feature-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-top:4.5rem;padding:.9rem 1.5rem;border:1px solid rgba(201,169,97,.2);border-radius:100px;background:hsla(0,0%,100%,.72);box-shadow:0 8px 30px rgba(0,0,0,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.home-hero-feature-item{display:flex;align-items:center;justify-content:center;gap:.6rem;color:#4a4239;font-size:.85rem;font-weight:500}.home-hero-feature-item i{flex-shrink:0;color:var(--accent);font-size:.9rem}@media (max-width:767px){.home-hero{padding:5.75rem 1rem 2.5rem}.home-hero-scrim{background:linear-gradient(180deg,rgba(255,253,248,.99),rgba(255,253,248,.98) 25%,rgba(255,253,248,.93) 55%,rgba(255,253,248,.82) 80%,rgba(255,253,248,.75))}.home-hero-layout{flex-direction:column;gap:1.5rem}.home-hero-copy{width:100%;max-width:100%;padding-right:0;text-align:center}.home-hero-badge{margin-bottom:.85rem;font-size:.75rem}.home-hero-title{font-size:clamp(2.1rem,7vw,3.2rem)}.home-hero-title span{font-size:clamp(2.6rem,9vw,4rem)}.home-hero-description{margin:0 auto 1.15rem;font-size:.9rem;line-height:1.55}.home-hero-actions{justify-content:center;gap:.65rem}.home-hero-action{padding:.72rem 1.15rem;font-size:.9rem}.home-hero-media{width:100%;margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.home-hero-device-laptop{width:100%;max-width:340px}.home-hero-device-phone{position:relative;right:auto;bottom:auto;width:100%;max-width:180px}.home-hero-premium-badge{position:relative;top:auto;left:auto;transform:none}.home-hero-feature-strip{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:2.25rem;padding:1rem;border-radius:16px}.home-hero-feature-item{justify-content:flex-start;padding:.35rem 0;font-size:.8rem}}