:root {
    --ink: #07182c;
    --navy: #082a4d;
    --navy-2: #0d3f73;
    --blue: #1668a8;
    --cyan: #58d5ff;
    --gold: #f6c85f;
    --muted: #66778d;
    --surface: #ffffff;
    --soft: #f3f7fb;
}

* {
    letter-spacing: 0;
}

body {
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

main p,
.service-card p,
.client-card span,
.timeline-item span,
.contact-highlight span {
    text-align: justify;
}

.hero-copy,
.page-hero-copy,
.section-text,
.footer-band p,
.contact-card p {
    text-align: left;
}

.site-bg {
    background:
        radial-gradient(circle at 15% 10%, rgba(88, 213, 255, .18), transparent 24rem),
        radial-gradient(circle at 85% 22%, rgba(246, 200, 95, .16), transparent 20rem),
        linear-gradient(135deg, #f8fbff 0%, #eef5fb 52%, #ffffff 100%);
    inset: 0;
    position: fixed;
    z-index: -2;
}

.glass-nav {
    background: rgba(8, 42, 77, .92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 18px 45px rgba(7, 24, 44, .18);
}

.brand-logo {
    height: 54px;
    width: 194px;
}

.brand-location {
    align-items: center;
    background: rgba(88, 213, 255, .12);
    border: 1px solid rgba(88, 213, 255, .25);
    border-radius: 999px;
    color: #dff7ff;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    gap: .4rem;
    padding: .42rem .72rem;
    white-space: nowrap;
}

.navbar-toggler {
    background: rgba(255, 255, 255, .92);
}

.nav-link {
    color: rgba(255, 255, 255, .84);
    font-weight: 700;
}

.nav-link.active,
.nav-link:hover {
    color: var(--cyan);
}

.btn {
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--blue), #0b4d86);
    border: 0;
    box-shadow: 0 14px 32px rgba(22, 104, 168, .32);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0b4d86, var(--navy));
    transform: translateY(-1px);
}

.hero-section,
.page-hero {
    background:
        linear-gradient(130deg, rgba(7, 24, 44, .96), rgba(13, 63, 115, .88)),
        url("data:image/svg+xml,%3Csvg width='1400' height='760' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(255,255,255,.13)' stroke-width='1'%3E%3Cpath d='M0 100h1400M0 220h1400M0 340h1400M0 460h1400M0 580h1400M160 0v760M360 0v760M560 0v760M760 0v760M960 0v760M1160 0v760'/%3E%3C/g%3E%3C/svg%3E");
    color: #fff;
    overflow: hidden;
    position: relative;
}

.hero-section {
    min-height: 790px;
    padding: 168px 0 95px;
}

.page-hero {
    padding: 150px 0 78px;
}

.hero-section::after,
.page-hero::after {
    background: linear-gradient(90deg, var(--cyan), var(--gold), var(--blue));
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.eyebrow {
    color: var(--gold);
    display: inline-block;
    font-size: .78rem;
    font-weight: 900;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.eyebrow.dark {
    color: var(--blue);
}

.hero-copy,
.page-hero-copy {
    color: rgba(255, 255, 255, .78);
    margin: 1.25rem 0 2rem;
    max-width: 720px;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
}

.hero-badges span {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: rgba(255, 255, 255, .86);
    display: inline-flex;
    font-size: .92rem;
    font-weight: 700;
    gap: .5rem;
    padding: .58rem .9rem;
}

.hero-visual {
    border-radius: 18px;
    box-shadow: 0 34px 80px rgba(0, 0, 0, .32);
    min-height: 470px;
    overflow: hidden;
    position: relative;
}

.hero-visual img,
.rio-band img,
.service-card img,
.client-shot img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-visual::after {
    background: linear-gradient(180deg, transparent 18%, rgba(7, 24, 44, .82));
    content: "";
    inset: 0;
    position: absolute;
}

.hero-visual-card {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 12px;
    bottom: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .22);
    color: var(--ink);
    left: 24px;
    padding: 1.1rem;
    position: absolute;
    right: 24px;
    z-index: 2;
}

.hero-visual-card i {
    color: var(--blue);
    font-size: 1.7rem;
}

.hero-visual-card strong,
.hero-visual-card span {
    display: block;
}

.hero-visual-card span {
    color: var(--muted);
}

.section-pad {
    padding: 92px 0;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 900;
    margin: 0;
}

.section-text {
    color: var(--muted);
    font-size: 1.08rem;
    margin: 0;
}

.service-card,
.client-card,
.text-panel,
.contact-card,
.contact-form,
.timeline {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(8, 42, 77, .08);
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(8, 42, 77, .11);
}

.service-card,
.client-card {
    height: 100%;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover,
.client-card:hover {
    box-shadow: 0 32px 78px rgba(22, 104, 168, .2);
    transform: translateY(-8px);
}

.service-card img {
    aspect-ratio: 16 / 10;
    display: block;
}

.service-card-body {
    padding: 1.45rem;
}

.service-card i,
.client-info i {
    color: var(--blue);
    font-size: 2rem;
}

.service-card h3,
.client-card h2 {
    font-size: 1.18rem;
    font-weight: 850;
    margin: .85rem 0 .65rem;
}

.service-card p,
.client-card span {
    color: var(--muted);
}

.rio-band {
    background: linear-gradient(135deg, var(--navy), var(--navy-2));
    color: #fff;
    padding: 76px 0;
}

.rio-band img {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.rio-band h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
}

.rio-band p {
    color: rgba(255, 255, 255, .74);
    font-size: 1.08rem;
}

.impact-band {
    background: var(--ink);
    color: #fff;
    padding: 56px 0;
}

.metric {
    border-left: 4px solid var(--gold);
    padding-left: 1.3rem;
}

.metric strong {
    display: block;
    font-size: 2.55rem;
    font-weight: 950;
}

.metric span {
    color: rgba(255, 255, 255, .72);
}

.cta-panel {
    align-items: center;
    background: linear-gradient(135deg, var(--navy), var(--blue));
    border-radius: 14px;
    color: #fff;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
    overflow: hidden;
}

.cta-panel::after {
    background: linear-gradient(90deg, transparent, rgba(88, 213, 255, .25));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.cta-panel h2 {
    font-weight: 900;
    margin: 0;
    max-width: 780px;
    position: relative;
    z-index: 1;
}

.cta-panel .btn {
    position: relative;
    z-index: 1;
}

.text-panel,
.contact-card,
.contact-form,
.timeline {
    padding: clamp(1.5rem, 4vw, 2.35rem);
}

.text-panel h2,
.contact-card h2,
.contact-form h2 {
    font-weight: 900;
}

.text-panel p {
    color: var(--muted);
    font-size: 1.08rem;
}

.timeline {
    display: grid;
    gap: 1.2rem;
}

.timeline-item {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
}

.timeline-item i {
    align-items: center;
    background: rgba(22, 104, 168, .1);
    border-radius: 12px;
    color: var(--blue);
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 1.35rem;
    height: 48px;
    justify-content: center;
}

.timeline-item strong,
.timeline-item span {
    display: block;
}

.timeline-item span {
    color: var(--muted);
}

.client-shot {
    aspect-ratio: 16 / 10;
    background: #e8eef5;
    overflow: hidden;
}

.client-info {
    align-items: flex-start;
    display: flex;
    gap: .9rem;
    padding: 1.2rem 1.2rem .5rem;
}

.client-card h2 {
    margin: 0 0 .2rem;
}

.client-link {
    align-items: center;
    color: var(--blue);
    display: inline-flex;
    font-weight: 800;
    gap: .45rem;
    margin: .3rem 1.2rem 1.25rem;
    text-decoration: none;
}

.client-link.muted {
    color: var(--muted);
}

.contact-card {
    display: grid;
    gap: 1rem;
}

.contact-card a,
.contact-card p {
    align-items: center;
    color: var(--ink);
    display: flex;
    gap: .75rem;
    margin: 0;
    text-decoration: none;
}

.contact-card i {
    color: var(--blue);
    font-size: 1.35rem;
}

.contact-highlight {
    background: linear-gradient(135deg, rgba(22, 104, 168, .09), rgba(88, 213, 255, .13));
    border: 1px solid rgba(22, 104, 168, .12);
    border-radius: 12px;
    display: grid;
    gap: .3rem;
    padding: 1rem;
}

.contact-highlight span {
    color: var(--muted);
}

.map-section {
    padding: 0 0 92px;
}

.map-panel {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(8, 42, 77, .08);
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(8, 42, 77, .11);
    overflow: hidden;
}

.map-copy {
    padding: clamp(1.5rem, 4vw, 2.2rem);
}

.map-copy h2 {
    font-weight: 900;
}

.map-copy p {
    color: var(--muted);
}

.map-frame {
    aspect-ratio: 16 / 6;
    min-height: 340px;
}

.map-frame iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.form-control,
.form-select {
    border: 1px solid rgba(8, 42, 77, .14);
    border-radius: 10px;
    min-height: 52px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 .25rem rgba(22, 104, 168, .14);
}

.footer-band {
    background: #061526;
    color: rgba(255, 255, 255, .82);
    padding: 58px 0 28px;
}

.footer-brand {
    display: grid;
    gap: 1.1rem;
}

.footer-brand img {
    background: #fff;
    border-radius: 12px;
    padding: .45rem;
    width: 220px;
}

.footer-brand strong,
.footer-band h3 {
    color: #fff;
}

.footer-band h3 {
    font-size: .95rem;
    font-weight: 900;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer-band a,
.footer-band span,
.footer-band p {
    color: rgba(255, 255, 255, .68);
    display: block;
    margin-bottom: .48rem;
    text-decoration: none;
}

.footer-band a:hover {
    color: var(--cyan);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 36px;
    padding-top: 22px;
}

.whatsapp-float {
    align-items: center;
    background: #25d366;
    border-radius: 999px;
    bottom: 22px;
    box-shadow: 0 16px 36px rgba(37, 211, 102, .38);
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    gap: .55rem;
    padding: .9rem 1.15rem;
    position: fixed;
    right: 22px;
    text-decoration: none;
    z-index: 20;
}

.whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: .08s;
}

.delay-2 {
    transition-delay: .16s;
}

.delay-3 {
    transition-delay: .24s;
}

@media (max-width: 1199px) {
    .brand-location {
        display: none;
    }
}

@media (max-width: 991px) {
    .hero-section {
        min-height: auto;
        padding: 135px 0 75px;
    }

    .hero-visual {
        min-height: 390px;
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .brand-logo {
        height: 46px;
        width: 166px;
    }

    .hero-section,
    .page-hero {
        padding-top: 120px;
    }

    .section-pad {
        padding: 65px 0;
    }

    .map-section {
        padding-bottom: 65px;
    }

    .map-frame {
        aspect-ratio: auto;
        min-height: 320px;
    }

    .hero-visual {
        min-height: 330px;
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float {
        border-radius: 50%;
        height: 58px;
        justify-content: center;
        padding: 0;
        width: 58px;
    }
}
