:root {
    --navy-950: #071225;
    --navy-900: #0b1830;
    --navy-800: #102345;
    --navy-700: #19335e;
    --gold-500: #d5a83f;
    --gold-400: #e7c66d;
    --gold-300: #f2dda1;
    --cream: #f8f4ea;
    --soft: #f5f7fa;
    --white: #ffffff;
    --text: #172033;
    --muted: #667085;
    --border: #e4e7ec;
    --success: #1f9d68;
    --shadow-sm: 0 10px 30px rgba(10, 25, 50, .08);
    --shadow-lg: 0 24px 70px rgba(10, 25, 50, .16);
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 34px;
    --transition: all .3s ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.65;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .navbar-brand { font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }

::selection { color: var(--navy-950); background: var(--gold-300); }

.topbar {
    position: relative;
    z-index: 1040;
    min-height: 38px;
    padding: .45rem 0;
    color: #fff;
    background: #1A1A1A;
    font-size: .82rem;
}
.topbar a { transition: var(--transition); }
.topbar a:hover { color: var(--gold-400); }

.navbar-golden {
    top: 38px;
    min-height: 78px;
    padding: .75rem 0;
    background: #1d1d1d;
    border-bottom: 1px solid #1A1A1A;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: var(--transition);
}
.navbar-golden.scrolled {
    top: 0;
    min-height: 70px;
    box-shadow: 0 8px 30px #1A1A1A;
}
.navbar-brand img { display: block; height: 46px; width: auto; }
.navbar-nav .nav-link {
    position: relative;
    padding: .55rem .75rem !important;
    color: #fff;
    font-weight: 600;
    font-size: .92rem;
}
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: .75rem;
    right: .75rem;
    bottom: .25rem;
    height: 2px;
    border-radius: 99px;
    background: var(--gold-500);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }
.navbar-nav .nav-link.active { color: #fff; }

.btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: -.01em;
    transition: var(--transition);
}
.btn-lg { padding: .95rem 1.45rem; font-size: 1rem; }
.btn-sm { padding-block: .65rem; }
.btn-gold {
    color: var(--navy-950);
    border-color: var(--gold-500);
    background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
    box-shadow: 0 10px 24px rgba(213,168,63,.24);
}
.btn-gold:hover,
.btn-gold:focus {
    color: var(--navy-950);
    border-color: var(--gold-400);
    background: linear-gradient(135deg, #f0d17f, #dbae47);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(213,168,63,.32);
}
.btn-navy { color: #fff; border-color: var(--navy-900); background: var(--navy-900); }
.btn-navy:hover { color: #fff; background: var(--navy-700); transform: translateY(-2px); }
.btn-outline-navy { color: var(--navy-900); border: 1px solid var(--navy-900); }
.btn-outline-navy:hover { color: #fff; background: var(--navy-900); transform: translateY(-2px); }
.btn-outline-gold { color: var(--gold-400); border: 1px solid rgba(231,198,109,.55); }
.btn-outline-gold:hover { color: var(--navy-950); background: var(--gold-400); border-color: var(--gold-400); }

.hero-section {
    min-height: 850px;
    padding: 190px 0 110px;
    color: #fff;
    background:
        radial-gradient(circle at 70% 10%, rgba(213, 168, 63, .11), transparent 26%), linear-gradient(135deg, #1a1a1a, #1d1d1d);
}
.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .08;
    /* background-image:
        linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); */
    background-size: 70px 70px;
    mask-image: linear-gradient(to right, #000 0%, transparent 72%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; top: -170px; right: -130px; background: rgba(213,168,63,.10); }
.hero-glow-two { width: 260px; height: 260px; bottom: -100px; left: 20%; background: rgba(213,168,63,.10); }
.hero-content { z-index: 2; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    margin-bottom: 1.25rem;
    color: var(--gold-400);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.eyebrow.text-navy { color: var(--navy-700) !important; }
.display-title {
    max-width: 700px;
    margin: 0 0 1.35rem;
    font-size: 60px;
    line-height: .99;
    letter-spacing: -.055em;
    font-weight: 800;
}
.text-gold-gradient {
    display: inline-block;
    color: var(--gold-400);
    background: linear-gradient(135deg, #f4dea4, #c99629);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-lead {
    max-width: 620px;
    margin-bottom: 2rem;
    color: rgba(255,255,255,.74);
    font-size: 1.15rem;
}
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
    margin-top: 2rem;
    color: rgba(255,255,255,.78);
    font-size: .88rem;
}
.hero-trust div { display: flex; align-items: center; gap: .45rem; }
.hero-trust i { color: var(--gold-400); }
.hero-visual { position: relative; min-height: 580px; padding: 30px 0 20px 50px; }
.hero-image-wrap {
    position: absolute;
    inset: 0 0 30px 70px;
    overflow: hidden;
    border-radius: 220px 28px 220px 28px;
    box-shadow: 0 45px 100px rgba(0,0,0,.32);
}
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(7,18,37,.55));
}
.floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: .9rem;
    color: var(--navy-900);
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(12px);
}
.floating-card-main { left: 0; bottom: 0; width: min(330px, 80%); padding: 1rem; border-radius: 18px; }
.floating-card-main span { display: block; color: var(--muted); font-size: .75rem; }
.floating-card-main strong { display: block; font-family: "Manrope", sans-serif; font-size: .95rem; }
.floating-icon {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--navy-950);
    border-radius: 16px;
    background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
    font-size: 1.35rem;
}
.floating-card-mini { top: 15%; right: -30px; padding: .8rem 1rem; border-radius: 999px; font-size: .82rem; font-weight: 700; }
.floating-card-mini i { color: var(--gold-500); }
.hero-seal {
    position: absolute;
    z-index: 4;
    right: 5px;
    bottom: 36px;
    display: grid;
    width: 120px;
    height: 120px;
    place-items: center;
    color: var(--navy-950);
    border-radius: 50%;
    background: var(--gold-400);
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
}
.hero-seal svg { position: absolute; inset: 7px; width: calc(100% - 14px); height: calc(100% - 14px); animation: spin 18s linear infinite; }
.hero-seal text { fill: var(--navy-950); font-size: 9px; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: 1.8px; }
.hero-seal i { font-size: 1.7rem; }
@keyframes spin { to { transform: rotate(360deg); } }
.scroll-indicator {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 26px;
    display: flex;
    align-items: center;
    gap: .6rem;
    color: rgba(255,255,255,.55);
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: translateX(-50%);
}
.scroll-indicator i { animation: bounce 1.8s infinite; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

.section-padding { padding: 110px 0; }
.section-sm { padding: 30px 0; }
.bg-soft { background: linear-gradient(180deg, #1a1a1b 0%, #3c3c3ceb 100%); }
.bg-soft2 {background: linear-gradient(0deg, rgb(26, 26, 27) 0%, rgb(60, 60, 60) 100%);}
.section-title {
    margin: 0 0 1.15rem;
    color: #000;
    font-size: 38px;
    line-height: 40px;
    font-weight: 800;
}
.section-description { color: var(--muted); font-size: 1.05rem; }
.section-heading { max-width: 720px; }

.audience-strip { position: relative; z-index: 5; background: #1d1d1d;}
.audience-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-height: 60px;
    color: #fff;
    border-right: 1px solid var(--border);
    font-weight: 700;
}
.audience-item i { color: var(--gold-500); font-size: 1.25rem; }
.audience-strip [class*="col-"]:last-child .audience-item { border-right: 0; }

.service-card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.service-card h3 { margin: .9rem 0 .75rem; color: var(--navy-950); font-size: 1.5rem; font-weight: 800; }
.service-card p { margin: 0; color: var(--muted); }
.service-card-featured { min-height: 520px; display: flex; align-items: stretch; padding: 0; background: linear-gradient(145deg, #fff, #f3eee2); }
.service-card-content { position: relative; z-index: 2; width: 57%; padding: 2.6rem; }
.service-art { position: relative; width: 43%; min-height: 100%; overflow: hidden; background: linear-gradient(214deg, #000000 0%, #3C3C3C 100%); }
.service-art::before,
.service-art::after { content: ""; position: absolute; border-radius: 50%; }
.service-art::before { width: 320px; height: 320px; top: -80px; right: -140px; background: rgba(213,168,63,.18); }
.service-art::after { width: 180px; height: 180px; bottom: -80px; left: -60px; border: 1px solid rgba(255,255,255,.15); }
.service-number { position: absolute; top: 1.5rem; right: 1.7rem; color: rgba(11,24,48,.13); font-family: "Manrope", sans-serif; font-size: 2.3rem; font-weight: 800; }
.service-icon { display: grid; width: 62px; height: 62px; place-items: center; color: var(--navy-950); border-radius: 18px; background: var(--gold-300); font-size: 1.5rem; }
.service-list { display: grid; gap: .65rem; margin: 1.5rem 0 1.8rem; padding: 0; list-style: none; color: var(--navy-800); font-size: .94rem; }
.service-list li { display: flex; gap: .55rem; }
.service-list i { color: var(--success); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--navy-900); font-weight: 800; }
.text-link i { transition: transform .25s ease; }
.text-link:hover i { transform: translate(3px,-3px); }
.credit-card-art {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 205px;
    padding: 1.7rem;
    color: var(--navy-950);
    border-radius: 24px;
    background: linear-gradient(135deg, #f3dfa1, #bd8621 75%);
    box-shadow: 0 30px 55px rgba(0,0,0,.32);
    transform: translate(-42%, -50%) rotate(-11deg);
}
.credit-card-art::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(115deg, rgba(255,255,255,.35), transparent 42%); }
.credit-card-art > * { position: relative; z-index: 1; display: block; }
.card-chip { width: 45px; height: 35px; margin-bottom: 1.1rem; border: 1px solid rgba(20,25,30,.2); border-radius: 8px; background: linear-gradient(135deg, #f8e9b5, #c59535); }
.credit-card-art span { font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.credit-card-art strong { margin: .35rem 0 1.25rem; font-size: 1.08rem; }
.credit-card-art small { letter-spacing: .13em; }
.service-card-dark { color: #fff; border-color: transparent; background: linear-gradient(135deg, #1b1b1c, #1d1d1d); }
.service-card-dark h3 { color: #fff; }
.service-card-dark p { margin-bottom: 1.2rem; color: rgba(255,255,255,.67); }
.service-card-dark .service-icon { color: var(--gold-400); background: rgba(255,255,255,.08); }
.service-card-dark .service-number { color: rgba(255,255,255,.09); }

.benefits-section { background: linear-gradient(0deg, #1a1a1b 0%, #3C3C3C 100%); }
.image-composition { position: relative; min-height: 600px; }
.composition-image { width: calc(100% - 45px); height: 570px; object-fit: cover; object-position: center; border-radius: 28px 160px 28px 28px; box-shadow: var(--shadow-lg); }
.composition-badge {
    position: absolute;
    right: 0;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: .9rem;
    min-width: 275px;
    padding: 1rem 1.15rem;
    color: #1d1d1e;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-lg);
}
.composition-badge > i { display: grid; width: 48px; height: 48px; place-items: center; color: var(--navy-950); border-radius: 14px; background: var(--gold-400); font-size: 1.25rem; }
.composition-badge strong, .composition-badge span { display: block; }
.composition-badge strong { font-family: "Manrope", sans-serif; }
.composition-badge span { color: #1d1d1e; font-size: .78rem; }
.composition-dots { position: absolute; z-index: -1; left: -30px; bottom: -20px; width: 150px; height: 150px; opacity: .35; background-image: radial-gradient(var(--gold-500) 2px, transparent 2px); background-size: 15px 15px; }
.benefit-list { display: grid; gap: .7rem; margin-top: 2rem; }
.benefit-item { display: flex; gap: 1rem; padding: 1.1rem; border-radius: 18px; transition: var(--transition); }
.benefit-item:hover { background: linear-gradient(270deg, var(--gold-400), var(--gold-500)); transform: translateX(6px); }
.benefit-icon { display: grid; flex: 0 0 55px; width: 55px; height: 55px; place-items: center; color: var(--gold-500); border: 1px solid rgba(213,168,63,.25); border-radius: 16px; background: #fffaf0; font-size: 1.3rem; }
.benefit-item h3 { margin: 0 0 .3rem; color: var(--navy-950); font-size: 1.05rem; font-weight: 800; }
.benefit-item p { margin: 0; color: var(--muted); font-size: .93rem; }

.process-section { position: relative; color: #fff; background: linear-gradient(180deg, #1a1a1b 0%, #3C3C3C 100%); }
.process-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(rgba(255,255,255,.55) 1px, transparent 1px); background-size: 28px 28px; }
.process-section .container { position: relative; }
.process-section .section-heading p { color: rgba(255,255,255,.62); }
.process-line { position: absolute; top: 56%; left: 19%; right: 19%; height: 1px; border-top: 1px dashed rgba(231,198,109,.35); }
.process-card { position: relative; min-height: 310px; padding: 2rem; border: 1px solid #fff; border-radius: var(--radius-md); background: linear-gradient(214deg, #000000 0%, #3C3C3C 100%); backdrop-filter: blur(10px); transition: var(--transition); }
.process-card:hover { border-color: rgba(231,198,109,.38); background: rgba(255,255,255,.08); transform: translateY(-8px); }
.process-step { position: absolute; top: 1.5rem; right: 1.5rem; color: rgba(255,255,255,.12); font-family: "Manrope", sans-serif; font-size: 2.3rem; font-weight: 800; }
.process-icon { display: grid; width: 66px; height: 66px; margin-bottom: 2.5rem; place-items: center; color: var(--navy-950); border-radius: 50%; background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); box-shadow: 0 0 0 12px rgba(213,168,63,.08); font-size: 1.45rem; }
.process-card h3 { margin-bottom: .7rem; font-size: 1.35rem; font-weight: 800; }
.process-card p { margin: 0; color: rgba(255,255,255,.62); }

.calculator-card { padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-lg); }
.range-group label { color: var(--navy-950); font-weight: 800; }
.range-group output { padding: .45rem .75rem; color: var(--navy-900); border-radius: 10px; background: var(--cream); font-weight: 800; }
.range-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: .73rem; }
.form-range.golden-range::-webkit-slider-thumb { width: 22px; height: 22px; margin-top: -8px; border: 4px solid #fff; background: var(--gold-500); box-shadow: 0 2px 10px rgba(11,24,48,.25); }
.form-range.golden-range::-webkit-slider-runnable-track { height: 6px; border-radius: 99px; background: linear-gradient(to right, var(--gold-500), #e8e9ed); }
.form-range.golden-range::-moz-range-thumb { width: 18px; height: 18px; border: 4px solid #fff; background: var(--gold-500); box-shadow: 0 2px 10px rgba(11,24,48,.25); }
.form-select, .form-control { border-color: #dfe3e8; border-radius: 13px; }
.form-select:focus, .form-control:focus { border-color: var(--gold-500); box-shadow: 0 0 0 .25rem rgba(213,168,63,.15); }
.calculator-result { display: flex; flex-direction: column; padding: 1.7rem; color: #fff; border-radius: 22px; background: linear-gradient(214deg, rgb(0, 0, 0) 0%, rgb(60, 60, 60) 100%); }
.calculator-result > span { color: rgba(255,255,255,.62); font-size: .82rem; }
.calculator-result > strong { margin-top: .3rem; color: var(--gold-400); font-family: "Manrope", sans-serif; font-size: clamp(1.9rem, 3.5vw, 2.7rem); line-height: 1; letter-spacing: -.04em; }
.calculator-result > small { margin-top: .4rem; color: rgba(255,255,255,.55); }
.calculator-result hr { margin: 1.4rem 0; border-color: rgba(255,255,255,.17); }
.result-row { display: flex; justify-content: space-between; margin-bottom: .7rem; color: rgba(255,255,255,.66); font-size: .83rem; }
.result-row b { color: #fff; font-weight: 700; }
.simulator-notice { display: flex; gap: .8rem; margin-top: 1.6rem; padding: 1rem; border-left: 3px solid var(--gold-500); border-radius: 0 12px 12px 0; background: #fff; box-shadow: var(--shadow-sm); }
.simulator-notice i { color: var(--gold-500); }
.simulator-notice p { margin: 0; color: var(--muted); font-size: .87rem; }

.about-section { background: #fff; }
.about-tabs-card { padding: 1.2rem; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--soft); }
.about-tabs { gap: .5rem; padding: .4rem; border-radius: 999px; background: #fff; }
.about-tabs .nav-item { flex: 1; }
.about-tabs .nav-link { width: 100%; color: var(--muted); border-radius: 999px; font-weight: 800; }
.about-tabs .nav-link.active { color: #000; background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); }
.about-tabs-card .tab-content { min-height: 330px; padding: 2.2rem 1.5rem 1.5rem; }
.tab-icon { display: grid; width: 58px; height: 58px; margin-bottom: 1.2rem; place-items: center; color: var(--gold-500); border-radius: 17px; background: #fff; box-shadow: var(--shadow-sm); font-size: 1.35rem; }
.about-tabs-card h3 { max-width: 570px; margin-bottom: .8rem; color: var(--navy-950); font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; line-height: 1.2; }
.about-tabs-card p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.value-card { height: 100%; padding: 1.35rem; border: 1px solid var(--border); border-radius: 18px; background: #fff; transition: var(--transition); }
.value-card:hover { border-color: rgba(213,168,63,.5); transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.value-card > i { color: var(--gold-500); font-size: 1.4rem; }
.value-card h3 { margin: .65rem 0 .25rem; color: var(--navy-950); font-size: 1rem; font-weight: 800; }
.value-card p { margin: 0; color: var(--muted); font-size: .8rem; }

/* .golden-accordion { border-top: 1px solid var(--border); } */
.golden-accordion .accordion-item { border-color: var(--border); background: transparent; }
.golden-accordion .accordion-button { padding: 1.4rem .5rem; color: var(--navy-950); background: transparent; box-shadow: none; font-family: "Manrope", sans-serif; font-weight: 800; }
.golden-accordion .accordion-button:not(.collapsed) { color: var(--gold-500); }
.golden-accordion .accordion-button::after { width: 2rem; height: 2rem; border-radius: 50%; background-color: #fff; background-position: center; box-shadow: var(--shadow-sm); }
.golden-accordion .accordion-body { padding: 0 .5rem 1.5rem; color: var(--muted); }

.lead-section { color: #fff; background: var(--navy-950); }
.lead-panel { border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-lg); background: var(--navy-900); box-shadow: 0 40px 100px rgba(0,0,0,.28); }
.lead-panel-copy { position: relative; padding: 3.5rem; background: linear-gradient(214deg, #000000 0%, #3C3C3C 100%); border: 1px solid #fff; border-radius: 34px 0 0 34px;}
.lead-panel-copy::after { content: ""; position: absolute; right: -80px; bottom: -110px; width: 280px; height: 280px; border: 1px solid rgba(231,198,109,.16); border-radius: 50%; }
.lead-panel-copy h2 { position: relative; z-index: 1; margin-bottom: 1.2rem; font-size: 38px; font-weight: 800; line-height: 38px; letter-spacing: 0px; }
.lead-panel-copy > p { position: relative; z-index: 1; color: rgba(255,255,255,.63); }
.lead-contact-list { position: relative; z-index: 1; display: grid; gap: .75rem; margin-top: 2.2rem; }
.lead-contact-list a { display: flex; align-items: center; gap: .85rem; padding: .8rem; border-radius: 14px; transition: var(--transition); }
.lead-contact-list a:hover { background: rgba(255,255,255,.06); }
.lead-contact-list i { display: grid; width: 44px; height: 44px; place-items: center; color: var(--navy-950); border-radius: 13px; background: var(--gold-400); }
.lead-contact-list small, .lead-contact-list span { display: block; }
.lead-contact-list small { color: rgba(255,255,255,.48); font-size: .7rem; }
.lead-panel-form { padding: 3.5rem; color: var(--text); background: #fff; }
.lead-panel-form .form-label { color: var(--navy-950); font-weight: 700; font-size: .88rem; }
.lead-panel-form .form-control-lg,
.lead-panel-form .form-select-lg { min-height: 54px; font-size: .95rem; }
.form-check-label { color: var(--muted); font-size: .82rem; }
.form-check-input:checked { border-color: var(--gold-500); background-color: var(--gold-500); }
.link-button { padding: 0; color: var(--navy-900); border: 0; background: transparent; text-decoration: underline; }
.form-security { color: var(--muted); font-size: .72rem; }

.contact-section { color: #fff; background:#3b3b3b; }
.map-column iframe { display: block; width: 100%; min-height: 100vh; border: 0; filter: grayscale(.18) contrast(.96); }
.contact-info-column { display: flex; align-items: center; min-height: 100vh; padding: 0 50px; background: linear-gradient(180deg, #1a1a1b 0%, #3C3C3C 100%); }
.contact-info-inner { max-width: 610px; }
.contact-info-inner h2 { margin-bottom: 1rem; font-size: 38px; line-height: 38px; letter-spacing:0; font-weight: 800; }
.contact-info-inner > p { color: rgba(255,255,255,.62); }
.contact-cards { display: grid; gap: .7rem; margin-top: 2rem; }
.contact-card { display: grid; grid-template-columns: 46px 1fr 24px; align-items: center; gap: .9rem; padding: .9rem; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(255,255,255,.04); transition: var(--transition); }
.contact-card:hover { border-color: rgba(231,198,109,.4); background: rgba(255,255,255,.07); transform: translateX(5px); }
.contact-card > i:first-child { display: grid; width: 46px; height: 46px; place-items: center; color: var(--navy-950); border-radius: 14px; background: var(--gold-400); }
.contact-card small, .contact-card span { display: block; }
.contact-card small { color: rgba(255,255,255,.45); font-size: .7rem; }
.contact-card > i:last-child { color: var(--gold-400); }

.site-footer { color: rgba(255,255,255,.62); background: #1d1d1d; }
.footer-logo { height: auto; margin-bottom: 1.3rem; }
.footer-description { max-width: 390px; margin-bottom: 1.5rem; }
.footer-title { margin-bottom: 1.1rem; color: #fff; font-size: .9rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer-links, .footer-contact { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.footer-links a, .footer-links button { padding: 0; color: rgba(255,255,255,.58); border: 0; background: none; transition: var(--transition); }
.footer-links a:hover, .footer-links button:hover { color: var(--gold-400); transform: translateX(3px); }
.footer-contact li { display: flex; gap: .65rem; }
.footer-contact i { color: var(--gold-400); }
.footer-bottom { padding: 1.2rem 0 1.5rem; border-top: 1px solid rgba(255,255,255,.08); font-size: .76rem; }
.footer-legal { color: rgba(255,255,255,.42); }

.whatsapp-float {
    position: fixed;
    z-index: 1050;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: 56px;
    padding: 0 1.05rem;
    color: #fff;
    border-radius: 999px;
    background: #25d366;
    box-shadow: 0 14px 35px rgba(37,211,102,.32);
    font-weight: 800;
    font-size: .84rem;
    transition: var(--transition);
}
.whatsapp-float:hover { color: #fff; transform: translateY(-4px) scale(1.02); }
.whatsapp-float i { font-size: 1.35rem; }
.back-to-top {
    position: fixed;
    z-index: 1030;
    right: 27px;
    bottom: 95px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    background: var(--navy-900);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition);
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-cta { position: fixed; z-index: 1040; right: 0; bottom: 0; left: 0; padding: .75rem; background: rgba(255,255,255,.94); box-shadow: 0 -8px 30px rgba(10,25,50,.12); backdrop-filter: blur(12px); }
.modal-content { border: 0; border-radius: 24px; box-shadow: var(--shadow-lg); }
.modal-header, .modal-footer { border-color: var(--border); }

@media (max-width: 1199.98px) {
    .hero-section { min-height: 800px; }
    .hero-visual { min-height: 520px; }
    .hero-image-wrap { left: 25px; }
    .floating-card-mini { right: 0; }
    .service-card-content { width: 62%; padding: 2rem; }
    .service-art { width: 38%; }
    .credit-card-art { width: 300px; }
    .contact-info-column { padding: 3.5rem; }
}

@media (max-width: 991.98px) {
    html { scroll-padding-top: 70px; }
    body { padding-bottom: 78px; }
    .navbar-golden { top: 0; }
    .navbar-golden .navbar-collapse { margin-top: .75rem; padding: 1rem; border: 1px solid var(--border); border-radius: 18px; background: #fff; box-shadow: var(--shadow-lg); }
    .navbar-nav .nav-link::after { display: none; }
    .hero-section { min-height: auto; padding: 140px 0 100px; }
    .hero-copy { text-align: center; }
    .hero-lead, .display-title { margin-inline: auto; }
    .hero-copy .d-flex, .hero-trust { justify-content: center; }
    .hero-visual { max-width: 700px; min-height: 600px; margin-inline: auto; padding-left: 0; }
    .hero-image-wrap { inset: 0 20px 50px; }
    .floating-card-main { left: 0; }
    .floating-card-mini { right: 0; }
    .hero-seal { right: 20px; }
    .scroll-indicator { display: none; }
    .audience-item { border-right: 0; }
    .section-padding { padding: 85px 0; }
    .service-card-featured { min-height: 500px; }
    .process-line { display: none; }
    .image-composition { max-width: 720px; margin-inline: auto; }
    .contact-info-column { min-height: auto; padding: 4rem 2rem; }
    .map-column iframe { min-height: 430px; }
    .whatsapp-float { bottom: 90px; width: 56px; padding: 0; justify-content: center; }
    .whatsapp-float span { display: none; }
    .back-to-top { bottom: 157px; }
}

@media (max-width: 767.98px) {
    .navbar-brand img { width: 180px; }
    .display-title { font-size: clamp(2.65rem, 12vw, 4.2rem); }
    .hero-lead { font-size: 1rem; }
    .hero-visual { min-height: 470px; }
    .hero-image-wrap { inset: 0 0 60px; border-radius: 130px 24px 130px 24px; }
    .floating-card-main { width: 90%; }
    .floating-card-mini { top: 8%; }
    .hero-seal { width: 95px; height: 95px; right: 4px; bottom: 40px; }
    .hero-seal text { font-size: 8px; }
    .audience-item { justify-content: flex-start; padding-left: 1rem; font-size: .82rem; }
    .section-title { font-size: clamp(2rem, 9vw, 3rem); }
    .service-card-featured { display: block; min-height: auto; }
    .service-card-content, .service-art { width: 100%; }
    .service-art { min-height: 330px; }
    .credit-card-art { width: 290px; height: 180px; }
    .composition-image { width: 100%; height: 440px; border-radius: 24px 100px 24px 24px; }
    .image-composition { min-height: 500px; }
    .composition-badge { right: 5px; min-width: 260px; }
    .calculator-card { padding: 1.2rem; }
    .calculator-result { min-height: 370px; }
    .about-tabs-card .tab-content { min-height: 370px; padding: 1.8rem 1rem 1rem; }
    .value-card { padding: 1rem; }
    .value-card p { display: none; }
    .lead-panel-copy, .lead-panel-form { padding: 2rem; }
    .contact-info-column { padding: 3.2rem 1.25rem; }
}

@media (max-width: 575.98px) {
    .hero-section { padding-top: 120px; }
    .hero-copy .btn { width: 100%; }
    .hero-trust { display: grid; text-align: left; }
    .hero-visual { min-height: 410px; }
    .floating-card-mini { display: none; }
    .floating-card-main { left: 50%; width: 96%; transform: translateX(-50%); }
    .hero-seal { display: none; }
    .service-card, .service-card-content { padding: 1.45rem; }
    .service-art { min-height: 285px; }
    .credit-card-art { width: 265px; transform: translate(-47%, -50%) rotate(-8deg); }
    .process-card { min-height: 280px; }
    .about-tabs { border-radius: 18px; }
    .about-tabs .nav-link { padding-inline: .4rem; font-size: .78rem; }
    .contact-card { grid-template-columns: 44px 1fr; }
    .contact-card > i:last-child { display: none; }
    .footer-bottom { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
