:root{
    --bg:#091019;
    --bg-2:#101826;
    --panel:rgba(255,255,255,.06);
    --panel-2:rgba(255,255,255,.08);
    --border:rgba(255,255,255,.09);
    --text:#f7f8fa;
    --muted:#c9d0d9;
    --muted-2:#96a2b0;
    --gold:#cda349;
    --gold-2:#e4c16f;
    --green:#22c55e;
    --green-soft:rgba(34,197,94,.12);
    --white:#fff;
    --shadow:0 18px 48px rgba(0,0,0,.28);
    --radius:24px;
    --radius-sm:18px;
    --container:1240px;
    --header-h:88px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
    font-family:Segoe UI, Tahoma, Arial, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(205,163,73,.07), transparent 18%),
        linear-gradient(180deg,#091019 0%,#0d1520 100%);
    color:var(--text);
    overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
button{cursor:pointer;border:none;background:none}
strong{font-weight:800}

.container{
    width:min(calc(100% - 64px), var(--container));
    margin:0 auto;
}

.section{padding:96px 0}
.section-compact{padding:40px 0 32px 0}
.section-soft{
    background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
    border-top:1px solid rgba(255,255,255,.04);
    border-bottom:1px solid rgba(255,255,255,.04);
}

.section-heading{
    max-width:860px;
    margin:0 auto 34px auto;
    text-align:center;
}
.section-heading h2{
    font-size:clamp(2rem,3vw,3.15rem);
    line-height:1.08;
    margin-bottom:12px;
    font-weight:800;
    letter-spacing:-.03em;
}
.section-heading p{
    color:var(--muted);
    font-size:1.04rem;
    line-height:1.7;
}
.section-kicker{
    display:inline-block;
    color:var(--gold-2);
    font-size:.84rem;
    font-weight:700;
    letter-spacing:.18em;
    margin-bottom:12px;
}

.topbar{
    background:linear-gradient(90deg,#07090d 0%, #101725 50%, #07090d 100%);
    border-bottom:1px solid rgba(255,255,255,.05);
}
.topbar-inner{
    min-height:74px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
    padding:10px 0;
}
.topbar-pill{
    min-height:50px;
    padding:0 20px;
    border-radius:999px;
    background:linear-gradient(135deg,#e4c16f 0%, #cda349 50%, #b6842c 100%);
    color:#17120a;
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-weight:800;
    box-shadow:0 10px 26px rgba(205,163,73,.2);
}
.topbar-pill span{font-size:.95rem;opacity:.92}
.topbar-pill strong{font-size:1rem}

.site-header{
    position:sticky;
    top:0;
    z-index:1000;
    backdrop-filter:blur(16px);
    background:rgba(7,10,16,.84);
    border-bottom:1px solid rgba(255,255,255,.05);
}
.header-inner{
    min-height:var(--header-h);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}
.brand{
    display:inline-flex;
    align-items:center;
    flex-shrink:0;
}
.brand-logo{
    height:62px;
    width:auto;
    object-fit:contain;
}

.main-nav{
    display:flex;
    align-items:center;
    gap:24px;
}
.main-nav a{
    color:var(--muted);
    font-weight:600;
    font-size:.98rem;
    position:relative;
}
.main-nav a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:0;
    height:2px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--gold),var(--green));
    transition:.25s ease;
}
.main-nav a:hover{color:var(--white)}
.main-nav a:hover::after{width:100%}

.menu-toggle{
    width:52px;
    height:52px;
    border-radius:16px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    display:none;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    padding:0 12px;
}
.menu-toggle span{
    width:100%;
    height:2px;
    border-radius:999px;
    background:#fff;
}

.hero{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(255,255,255,.18) 0%, transparent 18%),
        radial-gradient(circle at 76% 76%, rgba(34,197,94,.10) 0%, transparent 14%),
        linear-gradient(90deg, rgba(2,7,12,.98) 0%, rgba(10,16,27,.95) 45%, rgba(29,26,19,.78) 72%, rgba(173,173,173,.36) 100%);
}
.hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
    gap:34px;
    align-items:center;
}
.hero-copy{
    max-width:720px;
    padding:10px 4px 20px 4px;
}
.eyebrow{
    display:inline-flex;
    align-items:center;
    min-height:44px;
    padding:0 18px;
    border-radius:999px;
    background:rgba(205,163,73,.13);
    border:1px solid rgba(205,163,73,.24);
    color:var(--gold-2);
    font-size:.84rem;
    font-weight:800;
    letter-spacing:.18em;
    margin-bottom:18px;
}
.hero h1{
    font-size:clamp(2.9rem,5vw,5.5rem);
    line-height:.96;
    font-weight:800;
    letter-spacing:-.06em;
    margin-bottom:22px;
    max-width:720px;
}
.hero p{
    color:#eef2f6;
    font-size:1.06rem;
    line-height:1.7;
    max-width:680px;
}
.hero p + p{margin-top:14px}
.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.btn{
    min-height:54px;
    padding:0 24px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    transition:.25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
    background:linear-gradient(135deg,#e4c16f 0%, #cda349 50%, #b6842c 100%);
    color:#16110a;
    box-shadow:0 12px 28px rgba(205,163,73,.18);
}
.btn-secondary{
    background:rgba(255,255,255,.05);
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
}
.btn-block{width:100%}

.hero-side{
    display:grid;
    gap:18px;
    max-width:520px;
    justify-self:end;
    width:100%;
}
.panel,
.hero-media-card,
.media-card,
.banner-card,
.hero-info-card,
.calculator-card,
.info-card,
.content-panel,
.contact-card,
.currency-card,
.branch-card,
.faq-item,
.trust-card{
    background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.035));
    border:1px solid var(--border);
    box-shadow:var(--shadow);
}
.hero-media-card,
.media-card,
.banner-card{
    overflow:hidden;
    border-radius:28px;
}
.hero-image{
    width:100%;
    height:320px;
    object-fit:cover;
}
.hero-info-card{
    border-radius:28px;
    padding:26px;
}
.hero-info-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}
.hero-info-card h3{
    font-size:1.45rem;
    line-height:1.2;
}
.hero-info-card p{color:var(--muted)}
.status-dot{
    width:14px;
    height:14px;
    border-radius:50%;
    background:var(--green);
    box-shadow:0 0 0 6px var(--green-soft);
    flex-shrink:0;
}
.hero-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-top:18px;
}
.stat-box{
    padding:14px;
    border-radius:18px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
}
.stat-box span{
    display:block;
    color:var(--gold-2);
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.05em;
    text-transform:uppercase;
    margin-bottom:6px;
}
.stat-box strong{
    display:block;
    font-size:1rem;
    line-height:1.35;
}

.trust-strip{
    padding:0 0 20px 0;
    margin-top:-4px;
}
.trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.trust-card{
    padding:24px 20px;
    border-radius:24px;
}
.trust-card h3{
    font-size:1.08rem;
    margin-bottom:10px;
}
.trust-card p{
    color:var(--muted);
    line-height:1.6;
}

.content-panel{
    border-radius:28px;
    padding:28px;
    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(220px,.7fr);
    gap:22px;
}
.content-panel-main p{
    line-height:1.8;
    color:var(--muted);
}
.content-panel-main p + p{margin-top:14px}
.content-panel-side{
    display:flex;
    align-items:flex-start;
    justify-content:flex-end;
}
.reg-card{
    width:100%;
    max-width:250px;
    padding:18px;
    border-radius:20px;
    background:rgba(205,163,73,.12);
    border:1px solid rgba(205,163,73,.25);
}
.reg-card span{
    display:block;
    color:var(--gold-2);
    margin-bottom:8px;
    font-weight:700;
}
.reg-card strong{
    font-size:1.9rem;
    letter-spacing:.04em;
}

.about-grid{
    display:grid;
    grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
    gap:28px;
    align-items:start;
}
.about-copy h2{
    font-size:clamp(2rem,3vw,3.1rem);
    line-height:1.08;
    margin-bottom:16px;
}
.about-copy p{
    color:var(--muted);
    line-height:1.8;
}
.about-copy p + p{margin-top:14px}
.about-side{
    display:grid;
    gap:20px;
}
.media-card-image{
    width:100%;
    height:320px;
    object-fit:cover;
}
.media-card-small .media-card-image{
    height:240px;
}
.info-card{
    border-radius:24px;
    padding:24px;
}
.info-card h3{
    font-size:1.3rem;
    margin-bottom:12px;
}
.info-card p{
    color:var(--muted);
    line-height:1.75;
}
.info-card p + p{margin-top:12px}

.currencies-layout{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
    gap:24px;
    align-items:start;
}
.currency-cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}
.currency-card{
    border-radius:24px;
    padding:22px;
}
.currency-card-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:18px;
}
.currency-card h3{
    font-size:1.55rem;
    line-height:1;
    margin-bottom:8px;
}
.currency-card p{color:var(--muted)}
.currency-badge{
    padding:8px 12px;
    border-radius:999px;
    background:var(--green-soft);
    color:#92f0b1;
    font-size:.82rem;
    font-weight:800;
    white-space:nowrap;
}
.currency-values{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}
.currency-values div{
    padding:14px;
    border-radius:18px;
    background:rgba(255,255,255,.035);
    border:1px solid rgba(255,255,255,.08);
}
.currency-values span{
    display:block;
    color:var(--gold-2);
    font-size:.86rem;
    margin-bottom:6px;
}
.currency-values strong{font-size:1.35rem}

.calculator-wrap{
    display:grid;
    gap:18px;
}
.calculator-card{
    border-radius:28px;
    padding:24px;
}
.calculator-card h3{
    font-size:1.8rem;
    margin-bottom:18px;
}
.calculator-form{
    display:grid;
    gap:16px;
}
.form-field{
    display:grid;
    gap:8px;
}
.form-field label{
    font-weight:700;
    color:#eef2f6;
}
.form-field input,
.form-field select{
    width:100%;
    min-height:56px;
    border-radius:18px;
    padding:0 16px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.10);
    color:#fff;
    outline:none;
}
.form-field input:focus,
.form-field select:focus{
    border-color:rgba(205,163,73,.45);
    box-shadow:0 0 0 4px rgba(205,163,73,.08);
}
.form-field select option{
    color:#111;
}
.result-box{
    margin-top:18px;
    min-height:64px;
    border-radius:18px;
    display:flex;
    align-items:center;
    padding:0 18px;
    background:linear-gradient(90deg, rgba(205,163,73,.12), rgba(34,197,94,.10));
    border:1px solid rgba(255,255,255,.08);
    color:var(--muted);
}
.result-box strong{
    color:#fff;
    margin-left:6px;
    font-size:1.15rem;
}

.banner-card{
    position:relative;
    margin-bottom:24px;
}
.banner-image{
    width:100%;
    height:300px;
    object-fit:cover;
    filter:brightness(.72);
}
.banner-overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:28px;
    background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.66));
}
.banner-overlay h3{
    font-size:1.9rem;
    margin-bottom:8px;
}
.banner-overlay p{
    color:var(--muted);
    max-width:760px;
}

.branches-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.branch-card{
    border-radius:24px;
    padding:24px;
}
.branch-card h3{
    font-size:1.2rem;
    margin-bottom:12px;
}
.branch-card p{
    color:var(--muted);
    line-height:1.75;
}
.branch-card p + p{margin-top:8px}
.text-link{
    display:inline-flex;
    margin-top:12px;
    color:var(--gold-2);
    font-weight:700;
}

.contact-grid{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
    gap:24px;
    align-items:start;
}
.contact-copy h2{
    font-size:clamp(2rem,3vw,3.1rem);
    line-height:1.08;
    margin-bottom:16px;
}
.contact-copy p{
    color:var(--muted);
    line-height:1.8;
}
.contact-copy p + p{margin-top:14px}
.contact-card{
    border-radius:28px;
    padding:24px;
}
.contact-card h3{
    font-size:1.5rem;
    margin-bottom:16px;
}
.contact-item{
    display:flex;
    flex-direction:column;
    gap:6px;
    min-height:86px;
    justify-content:center;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
}
.contact-item + .contact-item{margin-top:14px}
.contact-item span{
    color:var(--gold-2);
    font-size:.88rem;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.contact-item strong{font-size:1.12rem}

.faq-container{max-width:980px}
.faq-list{
    display:grid;
    gap:16px;
}
.faq-item{
    border-radius:22px;
    overflow:hidden;
}
.faq-question{
    width:100%;
    min-height:74px;
    padding:0 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    text-align:left;
    color:#fff;
    font-weight:700;
}
.faq-icon{
    width:34px;
    height:34px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(205,163,73,.14);
    color:var(--gold-2);
    flex-shrink:0;
    transition:.25s ease;
    font-size:1.25rem;
}
.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
}
.faq-answer p{
    color:var(--muted);
    line-height:1.8;
    padding:16px 22px 22px 22px;
    border-top:1px solid rgba(255,255,255,.06);
}
.faq-item.active .faq-answer{max-height:260px}
.faq-item.active .faq-icon{transform:rotate(45deg)}

.site-footer{
    padding:34px 0;
    border-top:1px solid rgba(255,255,255,.05);
    background:linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.45));
}
.footer-inner{
    display:grid;
    grid-template-columns:1.1fr .9fr .6fr;
    gap:24px;
    align-items:start;
}
.footer-logo{
    height:72px;
    width:auto;
    margin-bottom:10px;
}
.footer-brand p{color:var(--muted)}
.footer-links{
    display:grid;
    gap:10px;
}
.footer-links a{
    color:var(--muted);
    font-weight:600;
}
.footer-reg span{
    display:block;
    color:var(--gold-2);
    margin-bottom:8px;
}
.footer-reg strong{font-size:1.3rem}

/* animaciones opcionales, sin ocultar contenido */
.animate-in{
    animation:fadeUp .7s ease both;
}
.delay-1{animation-delay:.12s}
.delay-2{animation-delay:.22s}

@keyframes fadeUp{
    from{opacity:0;transform:translateY(20px)}
    to{opacity:1;transform:translateY(0)}
}

/* responsive */
@media (max-width: 1180px){
    .hero-grid,
    .about-grid,
    .currencies-layout,
    .contact-grid{
        grid-template-columns:1fr;
    }

    .hero-side{
        max-width:100%;
        justify-self:stretch;
    }

    .trust-grid{grid-template-columns:repeat(2,1fr)}
    .branches-grid{grid-template-columns:repeat(2,1fr)}

    .footer-inner{
        grid-template-columns:1fr 1fr;
    }
    .footer-reg{
        grid-column:1 / -1;
    }
}

@media (max-width: 980px){
    .menu-toggle{display:flex}

    .main-nav{
        position:absolute;
        top:calc(100% + 10px);
        left:24px;
        right:24px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        border-radius:22px;
        overflow:hidden;
        background:rgba(8,12,18,.98);
        border:1px solid rgba(255,255,255,.08);
        box-shadow:var(--shadow);
    }

    .main-nav.show{display:flex}

    .main-nav a{
        padding:16px 18px;
        border-bottom:1px solid rgba(255,255,255,.06);
    }

    .main-nav a:last-child{border-bottom:none}
    .main-nav a::after{display:none}

    .currency-cards{grid-template-columns:1fr 1fr}
    .branches-grid{grid-template-columns:1fr 1fr}
    .content-panel{grid-template-columns:1fr}
    .content-panel-side{justify-content:flex-start}
}

@media (max-width: 768px){
    .container{
        width:min(calc(100% - 32px), var(--container));
    }

    .section{padding:78px 0}
    .section-compact{padding:24px 0 18px 0}

    .topbar-inner{gap:10px}
    .topbar-pill{
        width:100%;
        justify-content:center;
    }

    .header-inner{min-height:78px}
    .brand-logo{height:56px}

    .hero h1{
        font-size:2.95rem;
        max-width:100%;
    }

    .hero-image{height:250px}
    .hero-stats{grid-template-columns:1fr}

    .hero-actions{
        flex-direction:column;
    }
    .hero-actions .btn{width:100%}

    .trust-grid,
    .currency-cards,
    .branches-grid,
    .footer-inner{
        grid-template-columns:1fr;
    }

    .media-card-image{height:260px}
    .media-card-small .media-card-image{height:220px}
    .banner-image{height:240px}
    .banner-overlay{
        padding:20px;
    }
    .banner-overlay h3{
        font-size:1.4rem;
    }
}

@media (max-width: 540px){
    .container{
        width:min(calc(100% - 22px), var(--container));
    }

    .topbar{display:none}
    .brand-logo{height:50px}

    .hero h1{
        font-size:2.3rem;
        line-height:1;
    }

    .hero p,
    .section-heading p,
    .about-copy p,
    .contact-copy p{
        font-size:1rem;
    }

    .hero-image{height:210px}

    .hero-info-card,
    .content-panel,
    .calculator-card,
    .contact-card,
    .branch-card,
    .info-card,
    .currency-card{
        padding:20px;
    }

    .calculator-card h3{
        font-size:1.55rem;
    }

    .faq-question{
        padding:0 18px;
        min-height:68px;
    }

    .faq-answer p{
        padding:16px 18px 18px 18px;
    }

    .footer-logo{height:64px}
}