:root {
    --bg: #081623;
    --bg-2: #0d2234;
    --surface: #122a3f;
    --surface-soft: #162f46;
    --text: #e9f2fc;
    --muted: #a7bfd6;
    --line: #2d4d69;
    --line-soft: #3a5f7f;
    --primary: #ff9d2d;
    --primary-2: #ffc578;
    --accent: #0dc7b2;
    --shadow: 0 16px 34px rgba(3, 10, 18, 0.45);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Manrope, "Segoe UI", sans-serif;
    color: var(--text);
    line-height: 1.6;
    background:
        radial-gradient(1000px 540px at 0% -10%, rgba(255, 157, 45, 0.2), transparent 60%),
        radial-gradient(900px 460px at 100% 0%, rgba(13, 199, 178, 0.22), transparent 60%),
        linear-gradient(180deg, #07131f 0%, #0a1828 100%);
}

h1,
h2,
h3,
.brand-text {
    font-family: Sora, "Segoe UI", sans-serif;
    line-height: 1.18;
    margin: 0 0 0.72rem;
}

p {
    margin: 0 0 1rem;
    color: var(--muted);
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1160px, 92%);
    margin-inline: auto;
}

.top-strip {
    padding: 0.55rem 4%;
    background: linear-gradient(90deg, #0f2940, #114468);
    border-bottom: 1px solid rgba(146, 190, 224, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.9rem;
}

.top-strip p,
.top-strip a {
    margin: 0;
    color: #dbeaf8;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(10px);
    background: rgba(6, 16, 26, 0.86);
    border-bottom: 1px solid rgba(138, 177, 208, 0.22);
}

.navbar {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 800;
}

.brand-mark {
    width: 42px;
    aspect-ratio: 1;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 800;
    background: linear-gradient(150deg, var(--primary), var(--primary-2));
    color: #251405;
    box-shadow: 0 8px 18px rgba(255, 157, 45, 0.32);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 0.35rem;
    margin: 0;
    padding: 0.25rem;
    border: 1px solid rgba(148, 183, 211, 0.24);
    border-radius: 999px;
    background: rgba(16, 35, 52, 0.66);
}

.nav-links a {
    color: #d7e8f7;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    transition: background-color 180ms ease;
}

.nav-links a:hover {
    background: rgba(180, 205, 229, 0.14);
}

.nav-toggle {
    display: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 700;
    border: 1px solid transparent;
    padding: 0.8rem 1.2rem;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #201303;
    background: linear-gradient(145deg, var(--primary), #ffb45d);
    box-shadow: 0 10px 22px rgba(255, 159, 58, 0.28);
}

.btn-outline,
.btn-ghost {
    color: #e2edf9;
    border-color: var(--line-soft);
    background: rgba(17, 38, 57, 0.65);
}

.hero {
    position: relative;
    overflow: clip;
}

.hero-grid {
    min-height: calc(100vh - 136px);
    padding: 4.2rem 0 3rem;
    display: grid;
    gap: 1.6rem;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
}

.hero h1 {
    font-size: clamp(2.2rem, 4.4vw, 3.7rem);
    max-width: 14ch;
    letter-spacing: -0.02em;
}

.eyebrow {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
    color: #8bc4f7;
}

.lead {
    max-width: 62ch;
    font-size: 1.03rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.hero-card {
    border-radius: 22px;
    padding: 1.7rem;
    border: 1px solid rgba(156, 192, 220, 0.24);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        linear-gradient(165deg, #132b40, #0d2335);
    box-shadow: var(--shadow);
}

.hero-card h2 {
    margin-bottom: 0.55rem;
}

.hero-card ul {
    margin: 0.95rem 0 1.25rem;
    padding-left: 1.05rem;
}

.hero-card li {
    margin-bottom: 0.58rem;
    color: #e2eef9;
}

.rating-box {
    border-top: 1px solid rgba(185, 207, 226, 0.24);
    padding-top: 0.95rem;
    display: grid;
    gap: 0.35rem;
}

.rating-box strong {
    font-size: 1.45rem;
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-glow-a {
    width: 360px;
    height: 360px;
    top: 10%;
    right: -100px;
    background: radial-gradient(circle, rgba(255, 157, 45, 0.42), rgba(255, 157, 45, 0));
    animation: drift 9s ease-in-out infinite alternate;
}

.hero-glow-b {
    width: 300px;
    height: 300px;
    left: -90px;
    bottom: 6%;
    background: radial-gradient(circle, rgba(13, 199, 178, 0.34), rgba(13, 199, 178, 0));
    animation: drift 7s ease-in-out infinite alternate-reverse;
}

.section {
    padding: 5rem 0;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: 1rem;
    margin-top: -0.35rem;
}

.stats article {
    border-radius: 16px;
    padding: 1.2rem 1rem;
    text-align: center;
    border: 1px solid var(--line);
    background: linear-gradient(165deg, rgba(22, 48, 71, 0.92), rgba(14, 33, 50, 0.96));
}

.stats h3 {
    margin-bottom: 0.2rem;
    font-size: clamp(1.5rem, 3.6vw, 2rem);
}

.stats p {
    margin: 0;
    color: #bdd1e3;
}

.brand-strip {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.section-head {
    margin-bottom: 1.45rem;
}

.section-head h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: 0.75rem;
}

.logo-chip {
    margin: 0;
    min-height: 82px;
    padding: 0.3rem 0.45rem;
    border-radius: 14px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: linear-gradient(165deg, #14304a, #0f2438);
}

.logo-chip img {
    width: min(136px, 96%);
    max-height: 46px;
    object-fit: contain;
}

.two-col {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 1.2rem;
}

.check-grid {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 0.6rem;
}

.check-grid p {
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: rgba(18, 43, 64, 0.74);
    color: #d8e8f8;
    padding: 0.62rem 0.74rem;
}

.panel {
    border-radius: 18px;
    padding: 1.5rem;
    border: 1px solid var(--line);
    background: linear-gradient(165deg, #16324a, #10273d);
    align-self: start;
    box-shadow: var(--shadow);
}

.about-side-visual {
    padding: 0;
    overflow: hidden;
    min-height: 100%;
}

.about-side-visual img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    display: block;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 1rem;
}

.card {
    border-radius: 16px;
    padding: 1.22rem;
    border: 1px solid var(--line);
    background: linear-gradient(165deg, #17344f, #11283e);
    transition: transform 180ms ease, border-color 180ms ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-4px);
    border-color: #4f7ca5;
}

.card-thumb {
    width: calc(100% + 2.44rem);
    height: 225px;
    object-fit: cover;
    display: block;
    margin: -1.22rem -1.22rem 0.9rem;
    border: 0;
    border-bottom: 1px solid #365a76;
    border-radius: 0;
    background: #10283d;
}

.products {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.product-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.68rem;
}

.product-pills span {
    border-radius: 999px;
    border: 1px solid #3f617e;
    background: rgba(17, 42, 63, 0.9);
    color: #e4effa;
    padding: 0.56rem 1rem;
    font-weight: 600;
}

.gallery {
    padding-top: 4.2rem;
}

.media-grid {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 1rem;
}

.media-card {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #375975;
    background: linear-gradient(165deg, #163149, #10263a);
    box-shadow: var(--shadow);
}

.media-card img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    display: block;
    padding: 0.7rem;
    background: #10273b;
}

.media-card figcaption {
    padding: 0.78rem 0.85rem;
    color: #deecf9;
    font-size: 0.93rem;
    font-weight: 700;
}

.contact {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04));
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}

.office-block {
    margin-top: 1rem;
    padding-top: 0.95rem;
    border-top: 1px dashed #3c607e;
}

.contact-form {
    display: grid;
    gap: 0.85rem;
    border-radius: 18px;
    padding: 1.28rem;
    border: 1px solid var(--line);
    background: linear-gradient(165deg, #17344d, #11283d);
}

.contact-form label {
    display: grid;
    gap: 0.35rem;
    color: #d9e9f7;
    font-size: 0.92rem;
    font-weight: 600;
}

.form-status {
    margin: 0.2rem 0 0;
    font-size: 0.9rem;
    color: #1d5c2b;
    font-weight: 600;
}

input,
textarea {
    border: 1px solid #44627d;
    border-radius: 10px;
    padding: 0.76rem;
    background: #0d2235;
    color: #eaf3fc;
    font: inherit;
}

input:focus,
textarea:focus {
    outline: 2px solid rgba(255, 157, 45, 0.36);
    border-color: #ffb35a;
}

.site-footer {
    border-top: 1px solid rgba(147, 179, 206, 0.26);
    background: rgba(7, 16, 26, 0.88);
    padding: 1.2rem 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    gap: 0.75rem;
}

.text-link {
    color: #98d3ff;
    text-decoration: underline;
}

.floating-whatsapp {
    position: fixed;
    right: 16px;
    bottom: 18px;
    z-index: 30;
    border-radius: 999px;
    padding: 0.72rem 1rem;
    font-weight: 800;
    background: #25d366;
    color: #06250f;
    border: 1px solid #1dac56;
    box-shadow: 0 14px 26px rgba(4, 33, 15, 0.45);
    transition: transform 160ms ease;
}

.floating-whatsapp:hover {
    transform: translateY(-2px);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 120ms;
}

.delay-2 {
    transition-delay: 220ms;
}

@keyframes drift {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(20px, -12px);
    }
}

@media (max-width: 980px) {

    .hero-grid,
    .two-col,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .cards {
        grid-template-columns: repeat(2, minmax(190px, 1fr));
    }

    .logo-row,
    .media-grid {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }

    .hero-grid {
        min-height: auto;
        padding-top: 3.3rem;
    }

}

@media (max-width: 760px) {
    .top-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .nav-toggle {
        display: inline-flex;
        border: 1px solid #4b6b88;
        border-radius: 8px;
        padding: 0.45rem 0.7rem;
        color: #d8e9f8;
        background: transparent;
        font-weight: 700;
    }

    .navbar .btn-outline {
        display: none;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: min(92%, 620px);
        margin: 0 auto;
        padding: 0.8rem;
        border-radius: 0 0 14px 14px;
        background: #10263a;
        border: 1px solid #365470;
        display: none;
        flex-direction: column;
    }

    .nav-links a {
        border-radius: 8px;
    }

    .nav-links.open {
        display: flex;
    }

    .cards,
    .media-grid,
    .check-grid,
    .stats {
        grid-template-columns: 1fr;
    }

    .logo-row {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        gap: 0.55rem;
    }

    .section {
        padding: 3.8rem 0;
    }

    .floating-whatsapp {
        right: 12px;
        bottom: 12px;
        padding: 0.66rem 0.9rem;
        font-size: 0.9rem;
    }
}

/* Light theme override */
:root {
    --text: #10263a;
    --muted: #4e657a;
    --line: #c9d8e6;
    --line-soft: #b8ccdc;
}

body {
    color: var(--text);
    background:
        radial-gradient(900px 480px at 0% -10%, rgba(14, 125, 194, 0.12), transparent 60%),
        radial-gradient(900px 500px at 100% 0%, rgba(255, 168, 70, 0.13), transparent 55%),
        #f4f8fc;
}

.top-strip {
    background: linear-gradient(90deg, #0f2f4a, #184669);
    border-bottom-color: rgba(255, 255, 255, 0.14);
}

.site-header {
    background: rgba(10, 27, 42, 0.96);
    border-bottom: 1px solid #294863;
}

.site-header .brand-text,
.site-header .nav-links a,
.site-header .btn-outline {
    color: #dce9f6;
}

.brand-text,
.nav-links a,
.hero h1,
h2,
h3 {
    color: #11304a;
}

.nav-links {
    border-color: #3a5b77;
    background: rgba(15, 42, 62, 0.88);
}

.nav-links a:hover {
    background: rgba(196, 220, 240, 0.14);
}

.btn-outline,
.btn-ghost {
    color: #e0ecf8;
    border-color: #4e6f8d;
    background: rgba(19, 45, 67, 0.7);
}

.hero-card,
.panel,
.card,
.media-card,
.contact-form,
.stats article,
.logo-chip {
    background: #ffffff;
    border-color: #d1deea;
    box-shadow: 0 10px 24px rgba(13, 46, 77, 0.08);
}

.hero-card li,
.rating-box span,
.check-grid p,
.stats p,
.media-card figcaption,
.contact-form label,
.product-pills span,
p {
    color: var(--muted);
}

.check-grid p,
.product-pills span {
    background: #f6faff;
    border-color: #cfdfec;
}

.card-thumb,
.media-card img {
    background: #f4f8fc;
    border-color: #d2e0ec;
}

.brand-strip,
.products,
.contact {
    background: transparent;
}

.about {
    background: #f8fbff;
}

.services {
    background: #f1f7fd;
}

.gallery {
    background: #f8fbff;
}

.contact {
    background: #eef5fc;
}

input,
textarea {
    background: #ffffff;
    color: #1a3b58;
    border-color: #c6d8e7;
}

.site-footer {
    background: #12293e;
    border-top-color: #1f3d57;
}

.site-footer p,
.site-footer a {
    color: #dbe8f5;
}

@media (max-width: 760px) {
    .nav-toggle {
        color: #d9e9f7;
        border-color: #4a6b86;
        background: rgba(18, 43, 63, 0.78);
    }

    .nav-links {
        background: #14334d;
        border-color: #3a5b77;
    }
}