@charset "UTF-8";:root{--obsidian: #0a0c0f;--deep-navy: #0d1421;--midnight: #111827;--slate: #1e293b;--gold: #c9a84c;--gold-light: #e4c97b;--gold-pale: #f5e6c0;--cream: #f8f4ec;--mist: #e8e4dc;--stone: #9ca3af;--fog: #6b7280;--white: #ffffff;--espresso: #110402;--chestnut: #8d5f42;--ivory: #f4f4f1}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Lora,serif;background:var(--ivory);color:var(--cream);overflow-x:hidden;cursor:default}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:.4}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 5%;height:72px;display:flex;align-items:center;justify-content:space-between;background:var(--ivory)}.nav-links{display:flex;gap:4.5rem;list-style:none}.nav-links a{text-decoration:none;color:var(--espresso);font-size:1.25rem;text-transform:capitalize;transition:color .3s}.nav-cta{display:flex;gap:1rem;align-items:center}.nav-links li:after{content:"+";font-weight:300;font-size:1.65rem;color:var(--espresso);margin-left:.5rem;display:inline-block;transform:translateY(.125rem)}.btn-ghost{background:transparent;border:1px solid rgba(201,168,76,.35);color:var(--gold-light);padding:.5rem 1.4rem;font-family:Inter,sans-serif;font-size:.78rem;text-transform:capitalize;cursor:pointer;transition:all .3s;text-decoration:none}.btn-ghost:hover{background:#c9a84c1a;border-color:var(--gold)}.btn-primary{background:var(--espresso);color:var(--ivory);padding:.65rem 1.75rem;font-family:Inter,sans-serif;font-size:1rem;text-transform:capitalize;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none;border-radius:7px}.hero{min-height:100vh;overflow:hidden;padding-bottom:0}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:120px 15% 80px;animation:fadeInUp 1s ease forwards;opacity:0;animation-delay:.2s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-headline{font-size:clamp(3rem,5.5vw,5.2rem);font-weight:300;line-height:1.06;letter-spacing:-.01em;color:var(--espresso);margin-bottom:.3rem;padding:0 10%;text-align:center}.hero-headline em{font-style:italic;color:var(--chestnut)}.hero-sub{font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;color:var(--espresso);max-width:530px;margin-bottom:2.5rem;font-weight:400;margin-top:1.5rem;text-align:center}.hero-actions{display:flex;gap:1.2rem;align-items:center}.hero-note{font-size:.72rem;color:var(--fog);margin-top:2.5rem;letter-spacing:.05em}.hero-visual{position:relative;z-index:2;grid-column:2;display:flex;align-items:center;justify-content:center;padding:80px 6% 80px 0;animation:fadeInUp 1s ease forwards;opacity:0;animation-delay:.5s}.hero-visual{position:relative;width:100%;height:480px;display:flex;justify-content:center;align-items:center}.hero-visual>div{position:absolute;display:flex;justify-content:center;align-items:center}.hero-visual img{display:block;width:100%;height:auto}.layer-bg{width:100%;height:100%;z-index:1}.layer-bg img{width:100%;height:100%;object-fit:contain}.layer-card-left{left:15%;top:35%;transform:rotate(-10deg);z-index:2;transition:transform .3s ease}.layer-widget-center{left:50%;transform:translate(-50%);z-index:3}.layer-card-right{right:20%;top:25%;transform:rotate(-10deg);z-index:4;transition:transform .3s ease}.currency-strip{width:100%;height:70px;background:var(--ivory);display:flex;align-items:center;justify-content:center;box-sizing:border-box}.strip-content{width:100%;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:15px}.ticker-item{font-family:Lora,serif;font-weight:500;font-size:16px;line-height:22px;display:flex;align-items:center;gap:8px;white-space:nowrap}.ticker-item .pair{color:#11040259}.ticker-item .rate{color:#000;font-weight:600}.ticker-item .change.positive{color:#094}.ticker-item .change.negative{color:#d60000}.trust-strip{padding:1.5rem 8%;border-top:1px solid rgba(201,168,76,.1);border-bottom:1px solid rgba(201,168,76,.1);background:#0d142199;display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.trust-label{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--fog);white-space:nowrap}.trust-items{display:flex;gap:2.5rem;align-items:center;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--stone);letter-spacing:.05em}.trust-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}section{padding:8rem 8%;position:relative}.section-eyebrow{font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:.8rem}.section-eyebrow:before{content:"";display:block;width:1.5rem;height:1px;background:var(--gold)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.5vw,3.5rem);font-weight:300;line-height:1.1;color:var(--white);margin-bottom:1.2rem;max-width:560px}.section-title em{font-style:italic;color:var(--gold-light)}.section-desc{font-size:.92rem;line-height:1.8;color:var(--stone);max-width:480px;font-weight:300}.features{background:var(--deep-navy);overflow:hidden}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:5rem}.feature-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.feature-card{background:#ffffff05;border:1px solid rgba(201,168,76,.1);padding:1.8rem 1.5rem;position:relative;transition:all .4s;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--gold),transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s}.feature-card:hover{background:#c9a84c0a;border-color:#c9a84c40;transform:translateY(-3px)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{font-size:1.4rem;margin-bottom:1rem;display:block;line-height:1}.feature-card h3{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:500;color:var(--cream);margin-bottom:.6rem;letter-spacing:.02em}.feature-card p{font-size:.8rem;line-height:1.7;color:var(--fog);font-weight:300}.feature-card.wide{grid-column:span 2}.global{background:var(--obsidian);position:relative;overflow:hidden}.global:after{content:"";position:absolute;top:-20%;right:-10%;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.04) 0%,transparent 70%);pointer-events:none}.global-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.global-map{position:relative}.world-grid{width:100%;opacity:.15}.connection-dots{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.city-dot{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--fog);letter-spacing:.08em}.city-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 8px #c9a84c80;animation:pulse 2.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.cta-section{background:var(--obsidian);text-align:center;padding:10rem 8%;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 70% at 50% 100%,rgba(201,168,76,.07) 0%,transparent 70%);pointer-events:none}.cta-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1.1;color:var(--white);max-width:700px;margin:0 auto 1.5rem}.cta-title em{font-style:italic;color:var(--gold-light)}.cta-sub{font-size:.92rem;color:var(--stone);margin-bottom:3rem;font-weight:300;letter-spacing:.02em}.cta-btn{display:inline-flex;align-items:center;gap:.8rem;background:transparent;border:1px solid var(--gold);color:var(--gold);padding:1rem 2.5rem;font-family:DM Sans,sans-serif;font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .4s;position:relative;overflow:hidden}.cta-btn:before{content:"";position:absolute;inset:0;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .4s;z-index:0}.cta-btn:hover:before{transform:scaleX(1)}.cta-btn:hover{color:var(--obsidian)}.cta-btn span{position:relative;z-index:1}:root{--chestnut-dark: #262626}.footer-container{background:linear-gradient(180deg,#000 28.65%,#252525);color:var(--ivory);font-family:Inter,sans-serif;padding:5rem 10% 2rem}.footer-cta{text-align:center;margin-bottom:5rem}.footer-cta h2{font-family:Lora,serif;font-size:2.5rem;font-weight:400;margin-bottom:1rem}.footer-cta p{color:var(--ivory);font-size:.95rem;margin-bottom:2rem}.cta-form{display:flex;justify-content:center;gap:.75rem}.cta-form input{background-color:#1a1a1a;border:1px solid var(--chestnut-dark);border-radius:6px;color:var(--ivory);padding:1rem 1.25rem;width:320px;font-size:.9rem}.cta-form button{background-color:var(--ivory);color:var(--espresso);border:none;border-radius:6px;padding:1rem 1.75rem;font-weight:600;font-size:.9rem;cursor:pointer}.footer-divider{border:0;border-top:1px solid var(--chestnut-dark);margin:3rem 0}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:3rem}.footer-brand{flex:1;min-width:200px}.brand-logo{display:flex;align-items:center;gap:1rem}.logo-grid{display:grid;grid-template-columns:repeat(3,10px);gap:4px}.logo-grid span{width:10px;height:10px;background-color:var(--ivory);border-radius:2px}.logo-grid span:nth-child(3),.logo-grid span:nth-child(6),.logo-grid span:nth-child(7),.logo-grid span:nth-child(8),.logo-grid span:nth-child(9){opacity:.4}.logo-text{font-size:1.3rem;font-weight:500;letter-spacing:.1em;line-height:1.1}.footer-columns{flex:3;display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem}.column h3{font-size:.85rem;text-transform:capitalize;margin-bottom:1.5rem;letter-spacing:.05em}.column ul{list-style:none;padding:0;margin:0}.column li{margin-bottom:.9rem}.column a{color:var(--ivory);text-decoration:none;font-size:.85rem;transition:color .2s ease}.column a:hover{color:var(--ivory)}.footer-bottom{display:flex;justify-content:space-between;font-size:.75rem;color:var(--ivory)}.gold-line{width:3rem;height:1px;background:linear-gradient(90deg,var(--gold),transparent);margin:1.5rem 0}.pricing-bar{background:#c9a84c0a;border:1px solid rgba(201,168,76,.1);padding:1.5rem 2.5rem;display:inline-flex;align-items:center;gap:3rem;margin-top:3rem;flex-wrap:wrap}.price-item{text-align:center}.price-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--fog);margin-bottom:.3rem}.price-value{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;color:var(--gold-light)}.price-divider{width:1px;height:40px;background:#c9a84c33}@media (max-width: 1024px){.hero{grid-template-columns:1fr}.hero-content{padding:120px 6% 40px}.hero-visual{grid-column:1;padding:40px 0}.card-stack{transform:scale(.9)}.features-grid,.global-layout{grid-template-columns:1fr;gap:3rem}.security-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){nav{padding:0 4%}.nav-links{display:none}.nav-cta{gap:.5rem}.btn-ghost,.btn-primary{padding:.45rem 1rem;font-size:.7rem}.hero{grid-template-columns:1fr;text-align:center}.hero-content{padding:110px 5% 30px;align-items:center}.hero-sub{max-width:100%}.hero-actions{flex-direction:column;width:100%}.hero-actions a{width:100%;text-align:center}.hero-visual{padding:20px 0 40px}.card-stack{transform:scale(.8)}.trust-strip{flex-direction:column;align-items:flex-start;gap:1rem}section{padding:5rem 5%}.feature-cards,.security-grid{grid-template-columns:1fr}.pricing-bar{flex-direction:column;gap:1.5rem}.price-divider{display:none}.cta-section{padding:6rem 5%}footer{flex-direction:column;text-align:center}}@media (max-width: 480px){.hero-headline{font-size:2.2rem}.section-title{font-size:1.8rem}.cta-title{font-size:2rem}.card-stack{transform:scale(.7)}}
