:root {
    --bg: #07111f;
    --bg-soft: #0c1829;
    --panel: rgba(8, 22, 36, 0.88);
    --panel-strong: #0d1b2d;
    --line: rgba(87, 166, 255, 0.18);
    --text: #ffffff;
    --muted: #8ea8c7;
    --accent: #57a6ff;
    --accent-2: #2ff3e0;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
    --radius: 24px;
    --container: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(47, 243, 224, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(87, 166, 255, 0.16), transparent 34%),
        linear-gradient(180deg, #07111f 0%, #091423 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto;
}

.site-main {
    overflow: hidden;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: rgba(7, 17, 31, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    min-height: 92px;
}

.site-branding img {
    width: min(320px, 100%);
}

.menu-toggle {
    display: none;
    justify-self: end;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    border-radius: 999px;
    padding: 10px 18px;
    font: inherit;
}

.site-nav {
    justify-self: center;
}

.nav-list {
    display: flex;
    gap: 24px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list a {
    color: var(--muted);
    font-size: 15px;
    transition: color 0.2s ease;
}

.nav-list a:hover,
.nav-list .current-menu-item > a,
.nav-list .current_page_item > a {
    color: var(--text);
}

.site-header__actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button--primary {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #04111c;
}

.button--secondary {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.button--ghost {
    background: transparent;
    border-color: var(--line);
}

.hero-section,
.inner-hero {
    padding: 88px 0 48px;
}

.hero-grid,
.split-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: center;
}

.hero-copy h1,
.inner-hero h1,
.section-heading h2,
.split-grid h2,
.contact-grid h2 {
    margin: 0;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.inner-hero h1,
.section-heading h2,
.split-grid h2,
.contact-grid h2 {
    font-size: clamp(30px, 4vw, 52px);
}

.hero-copy p,
.inner-hero p,
.section-heading p,
.split-grid p,
.contact-grid p,
.info-card p,
.footer-text,
.page-content,
.contact-list span,
.contact-list a {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.eyebrow {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(87, 166, 255, 0.12);
    border: 1px solid rgba(87, 166, 255, 0.2);
    color: #c8dcff;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero-points span,
.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
}

.hero-panel,
.content-shell {
    position: relative;
}

.hero-visual-shell {
    position: relative;
    min-height: 100%;
}

.hero-visual-shell::before {
    content: "";
    position: absolute;
    inset: auto 24px 32px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 243, 224, 0.28) 0%, rgba(47, 243, 224, 0) 72%);
    filter: blur(6px);
}

.hero-visual {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    background: linear-gradient(180deg, rgba(13, 27, 45, 0.94) 0%, rgba(7, 17, 31, 0.92) 100%);
}

.hero-card,
.contact-card,
.info-card,
.step-card,
.showcase-panel,
.showcase-card,
.content-shell,
.page-content table {
    border: 1px solid var(--line);
    background: var(--panel);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hero-card,
.contact-card,
.info-card,
.step-card,
.showcase-panel,
.content-shell {
    padding: 28px;
}

.hero-card {
    min-height: 100%;
}

.hero-card--floating {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: min(360px, calc(100% - 36px));
    backdrop-filter: blur(18px);
    background: rgba(7, 17, 31, 0.82);
}

.hero-card__label,
.post-date,
.info-card__tag {
    display: inline-flex;
    margin-bottom: 18px;
    color: #d2fef8;
    font-size: 14px;
    font-weight: 600;
}

.info-card__tag {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(87, 166, 255, 0.2);
    background: rgba(87, 166, 255, 0.08);
}

.metric-list,
.contact-list,
.footer-list,
.showcase-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.metric-list li,
.contact-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-list li:last-child,
.contact-list li:last-child {
    border-bottom: 0;
}

.metric-list strong,
.contact-list strong {
    color: var(--text);
}

.metric-list span {
    color: var(--muted);
    text-align: right;
}

.section {
    padding: 48px 0;
}

.section--accent .split-grid,
.section--contact .contact-grid,
.inner-hero .container {
    padding: 36px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(13, 27, 45, 0.94) 0%, rgba(7, 17, 31, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.section-heading {
    max-width: 820px;
    margin-bottom: 28px;
}

.form-alert {
    display: grid;
    gap: 6px;
    margin-bottom: 24px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.form-alert--success {
    border-color: rgba(47, 243, 224, 0.22);
    background: rgba(47, 243, 224, 0.08);
}

.form-alert--error {
    border-color: rgba(255, 124, 124, 0.22);
    background: rgba(255, 124, 124, 0.08);
}

.card-grid,
.steps-grid,
.posts-grid,
.content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.quick-request-grid,
.request-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.quick-request-card {
    display: grid;
    gap: 10px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at top right, rgba(87, 166, 255, 0.12), transparent 40%),
        rgba(8, 22, 36, 0.9);
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.quick-request-card:hover {
    transform: translateY(-2px);
    border-color: rgba(87, 166, 255, 0.32);
}

.quick-request-card strong,
.request-card h3 {
    font-size: 24px;
}

.quick-request-card span,
.request-card__header p,
.request-field span,
.request-field input,
.request-field textarea,
.request-field select {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.6;
}

.check-list {
    display: grid;
    gap: 14px;
}

.info-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.info-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(47, 243, 224, 0.12), transparent 34%),
        radial-gradient(circle at bottom left, rgba(87, 166, 255, 0.12), transparent 34%);
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

.info-card:hover::before {
    opacity: 1;
}

.check-list span {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.check-list span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
}

.pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.steps-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.step-card {
    display: grid;
    gap: 18px;
}

.showcase-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 24px;
    align-items: stretch;
}

.showcase-panel {
    background:
        radial-gradient(circle at top left, rgba(87, 166, 255, 0.16), transparent 36%),
        linear-gradient(180deg, rgba(13, 27, 45, 0.94) 0%, rgba(7, 17, 31, 0.92) 100%);
}

.showcase-list {
    display: grid;
    gap: 14px;
}

.showcase-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
}

.showcase-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    flex: 0 0 auto;
}

.showcase-stack {
    display: grid;
    gap: 20px;
}

.showcase-card {
    overflow: hidden;
    display: grid;
    background: rgba(8, 22, 36, 0.92);
}

.showcase-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: linear-gradient(180deg, rgba(13, 27, 45, 0.94) 0%, rgba(7, 17, 31, 0.92) 100%);
}

.showcase-card__body {
    display: grid;
    gap: 10px;
    padding: 22px 24px 24px;
}

.showcase-card__body strong {
    font-size: 22px;
}

.showcase-card__body span {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.location-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: stretch;
}

.location-card,
.map-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(8, 22, 36, 0.92);
    box-shadow: var(--shadow);
}

.location-card {
    padding: 28px;
}

.location-list {
    display: grid;
    gap: 16px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.location-list li {
    display: grid;
    gap: 6px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.location-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.location-list strong {
    color: var(--text);
}

.location-list span,
.location-list a {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.map-card {
    overflow: hidden;
    min-height: 100%;
}

.map-card iframe {
    display: block;
    width: 100%;
    min-height: 100%;
    height: 100%;
    border: 0;
}

.location-section--compact .map-card iframe {
    min-height: 420px;
}

.request-card {
    display: grid;
    gap: 22px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(8, 22, 36, 0.92);
    box-shadow: var(--shadow);
}

.request-card__header h3 {
    margin: 0 0 10px;
}

.request-form__grid {
    display: grid;
    gap: 16px;
}

.request-field {
    display: grid;
    gap: 10px;
}

.request-field input,
.request-field textarea,
.request-field select {
    width: 100%;
    padding: 15px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font: inherit;
}

.request-field input:focus,
.request-field textarea:focus,
.request-field select:focus {
    outline: none;
    border-color: rgba(87, 166, 255, 0.52);
    box-shadow: 0 0 0 4px rgba(87, 166, 255, 0.12);
}

.request-field textarea {
    resize: vertical;
    min-height: 130px;
}

.request-form__submit {
    width: 100%;
    margin-top: 8px;
}

.request-form__trap {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 40;
    display: grid;
    justify-items: end;
    gap: 12px;
}

.floating-whatsapp__panel {
    width: min(360px, calc(100vw - 32px));
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(87, 166, 255, 0.2);
    background: rgba(7, 17, 31, 0.92);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.floating-whatsapp.is-open .floating-whatsapp__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-whatsapp__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #d2fef8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.floating-whatsapp__panel strong {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}

.floating-whatsapp__panel p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.floating-whatsapp__actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.floating-whatsapp__toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #04111c;
    font: inherit;
    font-weight: 700;
    box-shadow: 0 20px 50px rgba(13, 52, 88, 0.4);
    cursor: pointer;
}

.floating-whatsapp__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #04111c;
    box-shadow: 0 0 0 10px rgba(4, 17, 28, 0.12);
}

.mobile-action-bar {
    display: none;
}

.mobile-action-bar__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
}

.mobile-action-bar__link--primary {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #04111c;
}

.step-number {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #04111c;
    font-size: 18px;
    font-weight: 700;
}

.content-shell {
    padding: 32px;
}

.inner-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 28px;
    align-items: center;
}

.inner-hero__visual img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 22, 36, 0.92);
}

.page-content > *:first-child {
    margin-top: 0;
}

.page-content > *:last-child {
    margin-bottom: 0;
}

.page-content h2,
.page-content h3,
.info-card h2,
.info-card h3,
.step-card h3,
.hero-card h2,
.footer-title {
    margin: 0 0 14px;
    color: var(--text);
}

.page-content ul,
.page-content ol {
    padding-left: 20px;
}

.text-link {
    display: inline-flex;
    margin-top: 14px;
    color: #d3ebff;
    font-weight: 600;
}

.site-footer {
    padding: 56px 0 32px;
    margin-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(5, 12, 22, 0.76);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
    gap: 28px;
}

.footer-list {
    display: grid;
    gap: 12px;
}

.footer-list li {
    line-height: 1.6;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--muted);
    font-size: 14px;
}

@media (max-width: 1080px) {
    .site-header__inner {
        grid-template-columns: auto auto;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        display: none;
        grid-column: 1 / -1;
        justify-self: stretch;
        width: 100%;
    }

    .site-nav.is-open {
        display: block;
    }

    .nav-list {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
        border-radius: 22px;
        background: rgba(12, 24, 41, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .site-header__actions {
        display: none;
    }

    .hero-grid,
    .split-grid,
    .contact-grid,
    .showcase-grid,
    .location-grid,
    .site-footer__grid,
    .card-grid,
    .quick-request-grid,
    .request-grid,
    .content-grid,
    .posts-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .hero-card--floating {
        position: static;
        width: 100%;
        margin-top: 18px;
    }

    .inner-hero__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    body {
        padding-bottom: 92px;
    }

    .hero-section,
    .inner-hero,
    .section {
        padding: 36px 0;
    }

    .site-header__inner {
        min-height: 78px;
    }

    .site-branding img {
        width: 220px;
    }

    .hero-copy h1,
    .inner-hero h1,
    .section-heading h2,
    .split-grid h2,
    .contact-grid h2 {
        font-size: 34px;
    }

    .hero-card,
    .contact-card,
    .info-card,
    .step-card,
    .showcase-panel,
    .content-shell,
    .section--accent .split-grid,
    .section--contact .contact-grid,
    .inner-hero .container {
        padding: 22px;
    }

    .hero-visual {
        min-height: auto;
    }

    .map-card iframe,
    .location-section--compact .map-card iframe {
        min-height: 300px;
    }

    .mobile-action-bar {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 45;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding: 10px;
        border-radius: 22px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(7, 17, 31, 0.94);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(18px);
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 92px;
    }

    .floating-whatsapp__toggle {
        min-height: 52px;
        padding: 0 16px;
    }

    .metric-list li,
    .contact-list li,
    .site-footer__bottom {
        flex-direction: column;
    }
}
