:root {
    --ink: #102027;
    --muted: #64747b;
    --brand: #00b6ad;
    --brand-dark: #007d79;
    --accent: #ffb33c;
    --night: #08171d;
    --paper: #f5fbfa;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    background: var(--white);
}

a {
    text-decoration: none;
}

.top-strip,
.footer {
    background: var(--night);
}

.navbar-brand {
    color: var(--ink);
}

.brand-mark {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-right: 8px;
    place-items: center;
    color: var(--night);
    background: var(--accent);
    border-radius: 8px;
}

.nav-link {
    color: var(--ink);
    font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--brand-dark);
}

.btn-brand {
    color: var(--night);
    font-weight: 800;
    border: 0;
    background: linear-gradient(135deg, var(--accent), #ffe08a);
    box-shadow: 0 14px 26px rgba(255, 179, 60, 0.32);
}

.btn-brand:hover,
.btn-brand:focus {
    color: var(--night);
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(255, 179, 60, 0.42);
}

.btn-glass {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.btn-glass:hover,
.btn-glass:focus {
    color: var(--night);
    background: var(--white);
}

.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(8, 23, 29, 0.94), rgba(8, 23, 29, 0.5)), url("assets/i_1.jpg") center / cover;
}

.hero-overlay {
    position: absolute;
    inset: auto -8% -14% auto;
    width: 45vw;
    height: 45vw;
    min-width: 360px;
    min-height: 360px;
    border: 70px solid rgba(0, 182, 173, 0.3);
    border-radius: 50%;
    animation: orbitPulse 7s ease-in-out infinite;
}

.min-vh-hero {
    min-height: 720px;
    padding: 82px 0;
}

.fw-black {
    font-weight: 900;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.78);
}

.eyebrow,
.section-kicker {
    color: var(--brand);
    font-size: 0.83rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.booking-panel {
    position: relative;
    padding: 32px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.panel-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    place-items: center;
    color: var(--night);
    background: var(--accent);
    border-radius: 8px;
    font-size: 1.5rem;
}

.contact-line {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 16px;
    color: var(--white);
    background: rgba(8, 23, 29, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    font-weight: 700;
}

.contact-line:hover,
.contact-line:focus {
    color: var(--night);
    background: var(--accent);
}

.feature-band {
    margin-top: -62px;
    position: relative;
    z-index: 3;
}

.feature-card,
.process-card,
.service-card,
.contact-form {
    height: 100%;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 40px rgba(16, 32, 39, 0.1);
}

.feature-card {
    padding: 30px;
    border-bottom: 5px solid var(--brand);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.feature-card:hover,
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 54px rgba(16, 32, 39, 0.16);
}

.feature-card i {
    color: var(--brand-dark);
    font-size: 2.3rem;
}

.feature-card h3,
.process-card h3,
.why-item h3,
.service-card h3 {
    margin-top: 18px;
    font-size: 1.2rem;
    font-weight: 900;
}

.feature-card p,
.process-card p,
.why-item p,
.service-card p,
.section-copy {
    color: var(--muted);
    line-height: 1.7;
}

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

.section-title {
    max-width: 760px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 900;
    line-height: 1.08;
}

.process-card {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border: 1px solid rgba(0, 182, 173, 0.14);
}

.process-card span {
    display: inline-grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--night);
    background: var(--accent);
    border-radius: 50%;
    font-weight: 900;
}

.process-card::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 110px;
    height: 110px;
    border: 22px solid rgba(0, 182, 173, 0.12);
    border-radius: 50%;
}

.why-section,
.contact-section {
    background: var(--paper);
}

.why-image {
    width: 100%;
    min-height: 470px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 26px 52px rgba(16, 32, 39, 0.16);
}

.why-item {
    display: flex;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(16, 32, 39, 0.1);
}

.why-item i {
    flex: 0 0 auto;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--white);
    background: var(--brand-dark);
    border-radius: 8px;
    font-size: 1.35rem;
}

.service-heading {
    max-width: 720px;
}

.service-card {
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-body {
    padding: 26px;
}

.service-body a {
    color: var(--brand-dark);
    font-weight: 900;
}

.stats-section {
    padding: 54px 0;
    color: var(--white);
    background: linear-gradient(135deg, var(--night), #0b4647);
}

.stats-section strong {
    display: block;
    color: var(--accent);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
}

.stats-section span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 700;
}

.contact-form {
    padding: 32px;
}

.form-control,
.form-select {
    min-height: 52px;
    border: 1px solid rgba(16, 32, 39, 0.16);
    border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 0.25rem rgba(0, 182, 173, 0.18);
}

.contact-info p {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
    font-weight: 700;
}

.contact-info i {
    color: var(--brand-dark);
}

.form-status {
    color: var(--brand-dark);
    font-weight: 800;
}

.btn-location {
    min-height: 52px;
    padding: 0 18px;
    color: var(--white);
    font-weight: 800;
    border: 0;
    background: var(--brand-dark);
    border-radius: 8px;
}

.btn-location:hover,
.btn-location:focus {
    color: var(--white);
    background: var(--night);
}

.btn-location:disabled {
    opacity: 0.72;
}

.location-status {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.6;
}

.location-status a {
    color: var(--brand-dark);
    font-weight: 800;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 10;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--white);
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 16px 36px rgba(37, 211, 102, 0.42);
    font-size: 1.8rem;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
    color: var(--white);
    transform: translateY(-3px);
}

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

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

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

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

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

@keyframes orbitPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.9;
    }
}

@media (max-width: 991.98px) {
    .min-vh-hero {
        min-height: auto;
        padding: 74px 0 118px;
    }
    .feature-band {
        margin-top: -86px;
    }
    .section-pad {
        padding: 72px 0;
    }
}

@media (max-width: 575.98px) {
    .display-3 {
        font-size: 2.7rem;
    }
    .booking-panel,
    .contact-form {
        padding: 24px;
    }
    .why-image {
        min-height: 320px;
    }
    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
    }
}
