:root {
    --navy: #071c2c;
    --ocean: #087ea4;
    --ocean-light: #65c7d9;
    --sand: #f4f0e8;
    --white: #fafcfc;
    --muted: #dfe9ee;
    --dark-text: #0f1c2b;
    --shadow: rgba(7, 28, 44, 0.18);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: var(--sand);
    color: var(--dark-text);
    line-height: 1.6;
}

main,
section,
article,
header,
footer,
nav,
div,
figure,
img,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
textarea,
select {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

ul,
ol {
    list-style: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.narrow {
    max-width: 850px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(7, 28, 44, 0.9);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.logo {
    width: 130px;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    gap: 20px;
}

.translate-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

.lang-btn {
    appearance: none;
    border: none;
    background: transparent;
    color: rgba(250, 252, 252, 0.8);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.lang-btn:hover,
.lang-btn:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
    outline: none;
}

.lang-btn.active {
    background: rgba(101, 199, 217, 0.2);
    box-shadow: inset 0 0 0 1px rgba(101, 199, 217, 0.35);
    color: var(--white);
}

#google_translate_element {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-banner-container {
    display: none !important;
}

.goog-te-gadget {
    display: none !important;
}

.brand,
.eyebrow,
.hero-tags,
.site-footer h3,
.domain-card h3,
.offer-card h3,
.timeline-item span,
.final-cta h2,
.section-shell h2,
.problem h2,
.video-analysis h2,
.about h2 {
    font-family: "Manrope", "Sora", sans-serif;
    letter-spacing: 0.04em;
}

.brand {
    color: var(--white);
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    color: rgba(250, 252, 252, 0.8);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.main-nav a {
    transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: var(--ocean-light);
}

.nav-cta,
.primary-btn,
.cta-inline a,
.floating-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.nav-cta,
.primary-btn {
    background: var(--ocean);
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(8, 126, 164, 0.25);
}

.nav-cta {
    padding: 0.9rem 1.2rem;
}

.primary-btn {
    padding: 1.1rem 1.8rem;
    width: fit-content;
}

.nav-cta:hover,
.primary-btn:hover,
.cta-inline a:hover,
.floating-whatsapp:hover {
    transform: translateY(-1px);
}

.hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    background: url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
    color: var(--white);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 28, 44, 0.8) 0%, rgba(7, 28, 44, 0.6) 28%, rgba(7, 28, 44, 0.35) 100%);
}

.hero-inner {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 32px));
    padding: 100px 0 90px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--ocean-light);
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    max-width: 900px;
    font-family: "Manrope", "Sora", sans-serif;
    font-size: clamp(2.8rem, 5vw, 6rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 28px 0 30px;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-tags li {
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
}

.section-shell {
    padding: 90px 0;
}

.light-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1));
}

.section-shell h2,
.problem h2,
.video-analysis h2,
.about h2,
.audience h2,
.process h2,
.final-cta h2,
.offers h2,
.domains h2 {
    margin: 0 0 24px;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--navy);
}

.intro h2 {
    font-size: clamp(2.3rem, 4vw, 4.2rem);
    margin: 0 0 18px;
    text-transform: uppercase;
    color: var(--navy);
    line-height: 1.04;
    letter-spacing: -0.06em;
}

.tagline {
    margin: 0 0 20px;
    font-weight: 700;
    color: var(--ocean);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

p,
li {
    font-size: 1.06rem;
}

p {
    margin: 0 0 0.9rem;
}

.intro h2,
.problem h2,
.domains h2,
.offers h2,
.about h2,
.audience h2,
.process h2,
.final-cta h2,
.video-analysis h2 {
    text-wrap: balance;
}

strong {
    font-weight: 800;
}

.intro-copy p,
.domain-copy p,
.offer-card p,
.about-copy p,
.audience p,
.process p,
.video-analysis p {
    margin-bottom: 0.8rem;
}

.domain-copy,
.intro-copy,
.about-copy,
.offer-card {
    line-height: 1.7;
}

.bullet-list {
    margin: 0 0 18px;
    padding-left: 1.4rem;
    list-style: disc;
}

.bullet-list li {
    margin-bottom: 0.35rem;
}

.intro-split {
    display: grid;
    grid-template-columns: 1.05fr 1.4fr;
    gap: 40px;
    align-items: center;
}

.intro-media,
.domain-media {
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 20px 42px rgba(7, 28, 44, 0.12);
}

.intro-media img,
.domain-media img,
.stays-media img,
.about-image img,
.image-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-image img {
    object-position: left center;
}

.intro-media {
    height: 520px;
}

.intro-copy {
    display: grid;
    gap: 10px;
}

.cta-inline {
    margin-top: 16px;
}

.cta-inline a {
    padding: 0.9rem 1.4rem;
    border: 1px solid rgba(8, 126, 164, 0.4);
    color: var(--ocean);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.problem,
.audience,
.about,
.process,
.offers,
.gallery,
.stays,
.domains,
.video-analysis,
.final-cta {
    background: var(--white);
}

.offer-card,
.domain-card {
    background: #fff;
    border: 1px solid rgba(7, 28, 44, 0.08);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(7, 28, 44, 0.04);
    padding: 30px 26px;
}

.offers .container,
.domains .container {
    display: grid;
    gap: 22px;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.offer-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 14px;
    padding: 26px 22px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(244, 240, 232, 0.48));
}

.offer-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.offer-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ocean);
    color: var(--white);
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
}

.offer-card h3 {
    margin: 0;
    font-size: clamp(1.05rem, 1.8vw, 1.4rem);
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy);
}

.price {
    margin: 8px 0 0;
    color: var(--ocean);
    font-weight: 800;
    font-size: 1.2rem;
}

.accent-card {
    background: linear-gradient(180deg, rgba(8, 126, 164, 0.08), rgba(101, 199, 217, 0.06));
    border-color: rgba(8, 126, 164, 0.2);
}

.stays-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 44px;
    align-items: center;
}

.stays-media {
    height: 540px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(7, 28, 44, 0.14);
}

.stays-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stays-copy {
    display: grid;
    gap: 14px;
}

.stays-copy .eyebrow {
    margin-bottom: 0;
}

.stays-copy h2 {
    margin: 0;
}

.stays-copy h3 {
    margin: 0;
    color: var(--ocean);
}

.domain-stack {
    display: grid;
    gap: 28px;
}

.domain-row {
    display: grid;
    grid-template-columns: 1.05fr 1.4fr;
    gap: 32px;
    align-items: center;
    padding: 12px 0;
}

.domain-row-reverse {
    grid-template-columns: 1.4fr 1.05fr;
}

.domain-row-reverse .domain-media {
    order: 2;
}

.domain-row-reverse .domain-copy {
    order: 1;
}

.domain-media {
    height: 420px;
}

.domain-copy {
    display: grid;
    gap: 10px;
}

.domain-copy h3,
.offer-card h3,
.gallery h3,
.timeline-item h3,
.about h3,
.audience h3,
.video-analysis h3 {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    line-height: 1.12;
    text-transform: uppercase;
    color: var(--navy);
}

.domain-card h4,
.domain-copy h4,
.offer-card h4,
.about h4,
.video-analysis h4,
.audience h4 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.4;
    color: var(--ocean);
    text-transform: uppercase;
}

.image-frame {
    margin-top: 6px;
    border-radius: 18px;
    overflow: hidden;
    height: 280px;
    box-shadow: 0 15px 35px rgba(7, 28, 44, 0.12);
}

.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    align-items: center;
}

.about-image {
    height: 760px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(7, 28, 44, 0.12);
}

.about-copy {
    display: grid;
    gap: 12px;
}

.timeline {
    display: grid;
    gap: 20px;
    margin-top: 24px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 18px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(7, 28, 44, 0.08);
}

.timeline-item:last-child {
    border-bottom: 0;
}

.timeline-item span {
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ocean);
    color: var(--white);
    font-weight: 800;
    font-size: 1.2rem;
}

.timeline-item h3 {
    margin-bottom: 8px;
}

.dark-cta {
    background: var(--navy);
    color: var(--white);
}

.gallery .container {
    display: grid;
    gap: 14px;
}

.gallery-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(7, 28, 44, 0.15);
    aspect-ratio: 4 / 5;
}

.gallery-open {
    appearance: none;
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: zoom-in;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-open:focus-visible {
    outline: 3px solid var(--ocean);
    outline-offset: -3px;
}

.gallery-empty {
    grid-column: 1 / -1;
    color: rgba(7, 28, 44, 0.7);
    font-style: italic;
}

.gallery-cta {
    margin-top: 10px;
}

.gallery-actions {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.gallery-toggle {
    appearance: none;
    border: 1px solid rgba(8, 126, 164, 0.4);
    background: transparent;
    color: var(--ocean);
    border-radius: 999px;
    padding: 0.75rem 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}

.gallery-toggle:hover,
.gallery-toggle:focus-visible {
    background: var(--ocean);
    color: var(--white);
    transform: translateY(-1px);
    outline: none;
}

.dark-cta h2,
.dark-cta h3,
.dark-cta p,
.dark-cta strong {
    color: var(--white);
}

.center {
    text-align: center;
}

.site-footer {
    background: #03131d;
    color: var(--white);
    padding: 54px 0 24px;
}

.section-intro {
    max-width: 760px;
    margin: 0 0 26px;
    color: var(--muted-text);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.9fr 1.35fr 0.8fr;
    align-items: flex-start;
    gap: 38px;
    padding: 30px 0 34px;
    border-top: 1px solid rgba(151, 224, 235, 0.2);
}

.footer-intro {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    padding-bottom: 34px;
}

.footer-kicker {
    margin: 0 0 12px;
    color: var(--ocean-light);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.footer-intro h2 {
    margin: 0;
    color: var(--white);
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    letter-spacing: 0.02em;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid var(--ocean-light);
    color: var(--white);
    font-weight: 800;
    white-space: nowrap;
}

.footer-cta span {
    color: var(--ocean-light);
    font-size: 1.4rem;
}

.footer-contact,
.footer-meta,
.brand-footer,
.footer-nav {
    min-width: 180px;
}

.footer-contact h3,
.footer-meta h3,
.brand-footer h3,
.footer-nav h3 {
    margin-bottom: 10px;
}

.footer-brand-block {
    max-width: 260px;
}

.footer-nav {
    display: grid;
    justify-items: start;
    gap: 8px;
}

.footer-nav a {
    color: rgba(250, 252, 252, 0.9);
}

.footer-nav a:hover,
.footer-cta:hover {
    color: var(--ocean-light);
}

.contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 0.96rem;
}

.contact-list a {
    color: rgba(250, 252, 252, 0.9);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(250, 252, 252, 0.8);
    font-size: 0.8rem;
}

.footer-legal {
    margin-top: 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(250, 252, 252, 0.78);
    font-size: 0.82rem;
}

.footer-legal p {
    margin: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.footer-bottom a {
    color: var(--ocean-light);
}

.brand-footer {
    text-align: right;
}

.floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 62px;
    height: 62px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 16px 40px rgba(37, 211, 102, 0.35);
    font-size: 2rem;
    z-index: 40;
}

@media (max-width: 980px) {
    .main-nav {
        display: none;
    }

    .nav-wrap {
        justify-content: space-between;
    }

    .translate-wrap {
        min-width: auto;
    }

    .intro-split,
    .stays-grid,
    .domain-row,
    .domain-row-reverse,
    .offers-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .domain-row-reverse .domain-media,
    .domain-row-reverse .domain-copy {
        order: initial;
    }

    .intro-media,
    .stays-media,
    .domain-media {
        height: 340px;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-image {
        height: 540px;
    }
}

@media (max-width: 680px) {
    .hero {
        min-height: 620px;
    }

    .hero-inner {
        padding: 80px 0 60px;
    }

    .nav-cta {
        display: none;
    }

    .section-shell {
        padding: 70px 0;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .footer-cta {
        white-space: normal;
    }

    .brand-footer {
        text-align: left;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
