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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: #ffffff;
    color: #000000;
    overflow-x: hidden;
}

/* ── TYPOGRAPHY ── */
h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
}

/* ── COLORS ── */
/* navy: #212C58 | black: #000000 | light: #f0f0f0 | white: #ffffff */

/* ── HEADER ── */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(33, 44, 88, 0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: box-shadow 0.3s;
}

.header.scrolled {
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.3);
}

.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    height: 72px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}
.logo img {
    max-width: 55px;
}
.logo-mark {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #4A60C8, #212C58);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.logo-mark::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
}

.logo-mark svg {
    position: relative;
    z-index: 1;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-text span:first-child {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.logo-text span:last-child {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    justify-content: center;
}

nav a {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

nav a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 4px;
    flex-shrink: 0;
}
.lang-switcher a {
    text-decoration: none;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    background: transparent;
    letter-spacing: 0.5px;
}

.lang-btn.active {
    background: #212C58;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.lang-btn:hover:not(.active) {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.flag {
    font-size: 16px;
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
    margin-left: auto;
}

.burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s;
}

.burger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background: #1a2347;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 24px 24px;
    gap: 4px;
}

.mobile-menu.open {
    display: flex;
}

.mobile-menu a {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

.mobile-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.mobile-lang {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    padding: 0 16px;
}

/* ── HERO ── */
.hero {
    min-height: 100vh;
    background: #212C58;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 72px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 80% 60% at 60% 40%, rgba(74, 96, 200, 0.35) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 10% 80%, rgba(33, 44, 88, 0.8) 0%, transparent 50%);
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    padding: 8px 18px;
    width: fit-content;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    animation: fadeUp 0.6s ease both;
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 8px #4ade80;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.hero h1 {
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.12;
    letter-spacing: -0.5px;
    animation: fadeUp 0.6s 0.1s ease both;
}

.hero h1 em {
    font-style: normal;
    background: linear-gradient(135deg, #7BA3FF, #A78BFA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-sub {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.65;
    animation: fadeUp 0.6s 0.2s ease both;
}

.hero-bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: fadeUp 0.6s 0.3s ease both;
}

.hero-bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500;
}

.hero-bullet-icon {
    width: 28px;
    height: 28px;
    background: rgba(74, 96, 200, 0.4);
    border: 1px solid rgba(74, 96, 200, 0.6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: fadeUp 0.6s 0.4s ease both;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    color: #212C58;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 14px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    width: fit-content;
    border: none;
    cursor: pointer;
    letter-spacing: 0.2px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    background: #f0f0f0;
}

.btn-primary:active {
    transform: translateY(0);
}

.hero-quick {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.hero-quick svg {
    color: #4ade80;
}

.hero-image {
    position: relative;
    animation: fadeUp 0.6s 0.3s ease both;
}

.hero-img-wrap {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.4);
    aspect-ratio: 4/4;
    position: relative;
}

.hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-img-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-img-badge-num {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #212C58;
    line-height: 1;
}

.hero-img-badge-text {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    line-height: 1.3;
}

.hero-img-badge2 {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #212C58;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.hero-img-badge2 svg {
    opacity: 0.8;
}

.hero-img-badge2-text {
    font-size: 12px;
    font-weight: 600;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── SECTIONS ── */
section {
    padding: 100px 40px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212C58;
    margin-bottom: 16px;
}

.section-label::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #212C58;
    border-radius: 2px;
}

.section-title {
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.3px;
    color: #000000;
    margin-bottom: 16px;
}

.section-title em {
    font-style: normal;
    color: #212C58;
}

.section-sub {
    font-size: 17px;
    color: #555;
    line-height: 1.65;
    max-width: 560px;
}

/* ── WHO IT'S FOR ── */
.who {
    background: #f0f0f0;
}

.who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.who-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.who-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid rgba(33, 44, 88, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.who-card:hover {
    transform: translateX(6px);
    box-shadow: 0 8px 32px rgba(33, 44, 88, 0.12);
}

.who-card-icon {
    width: 44px;
    height: 44px;
    background: #212C58;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.who-card h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.who-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.who-image {
    position: relative;
}

.who-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    aspect-ratio: 3/4;
}

.who-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── VALUES ── */
.values {
    background: #ffffff;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.value-card {
    background: #f0f0f0;
    border-radius: 20px;
    padding: 36px 28px;
    border: 1px solid transparent;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #212C58, #4A60C8);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}

.value-card:hover {
    background: #ffffff;
    border-color: rgba(33, 44, 88, 0.15);
    box-shadow: 0 12px 40px rgba(33, 44, 88, 0.1);
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-icon {
    width: 52px;
    height: 52px;
    background: #212C58;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    transition: transform 0.3s;
}

.value-card:hover .value-icon {
    transform: scale(1.1) rotate(-4deg);
}

.value-card h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.value-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ── DIRECTIONS ── */
.directions {
    background: #212C58;
    position: relative;
    overflow: hidden;
}

.directions::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 60% at 80% 50%, rgba(74, 96, 200, 0.3) 0%, transparent 60%);
}

.directions .section-label {
    color: rgba(255, 255, 255, 0.6);
}

.directions .section-label::before {
    background: rgba(255, 255, 255, 0.4);
}

.directions .section-title {
    color: #ffffff;
}

.directions .section-title em {
    color: #7BA3FF;
}

.directions .section-sub {
    color: rgba(255, 255, 255, 0.6);
}

.dirs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 60px;
}

.dir-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
}

.dir-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.dir-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s;
}

.dir-card:hover .dir-icon {
    background: rgba(255, 255, 255, 0.2);
}

.dir-card h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.dir-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 2px;
}

.dir-more {
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-weight: 500;
}

.directions-cta {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    background: transparent;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
}

/* ── PROCESS ── */
.process {
    background: #f0f0f0;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 60px;
    position: relative;
}

.process-step {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 28px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.process-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(33, 44, 88, 0.12);
}

.step-num {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 800;
    color: rgba(33, 44, 88, 0.07);
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 20px;
}

.step-icon {
    width: 52px;
    height: 52px;
    background: #212C58;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 20px;
}

.process-step h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.process-step p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.process-cta {
    margin-top: 48px;
    text-align: center;
}

.btn-dark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #212C58;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-dark:hover {
    background: #1a2347;
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(33, 44, 88, 0.3);
}

/* ── RESULTS ── */
.results {
    background: #ffffff;
}

.results-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}

.stat {
    background: #f0f0f0;
    border-radius: 16px;
    padding: 24px;
}

.stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 700;
    color: #212C58;
    line-height: 1;
}

.stat-text {
    font-size: 13px;
    color: #666;
    margin-top: 6px;
    line-height: 1.4;
}

.cases {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.case-card {
    background: #f0f0f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border-left: 4px solid #212C58;
    transition: transform 0.3s, box-shadow 0.3s;
}

.case-card:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(33, 44, 88, 0.12);
}

.case-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #212C58;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.case-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.case-country {
    font-size: 13px;
    color: #212C58;
    font-weight: 600;
    margin-bottom: 6px;
}

.case-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.countries {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.country-tag {
    background: rgba(33, 44, 88, 0.08);
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #212C58;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ── WHY US ── */
.whyus {
    background: #212C58;
    position: relative;
    overflow: hidden;
}

.whyus::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(74, 96, 200, 0.3) 0%, transparent 60%);
}

.whyus .section-label {
    color: rgba(255, 255, 255, 0.6);
}

.whyus .section-label::before {
    background: rgba(255, 255, 255, 0.4);
}

.whyus .section-title {
    color: #ffffff;
}

.whyus .section-title em {
    color: #7BA3FF;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.why-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 36px;
    transition: all 0.3s;
}

.why-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.why-num {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.12);
    line-height: 1;
    margin-bottom: 12px;
}

.why-card h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.65;
}

/* ── OFFER ── */
.offer {
    background: #f0f0f0;
}

.offer-box {
    background: #212C58;
    border-radius: 28px;
    padding: 72px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.offer-box::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(74, 96, 200, 0.5) 0%, transparent 60%);
}

.offer-box::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(74, 96, 200, 0.3) 0%, transparent 60%);
}

.offer-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    width: fit-content;
}

.offer-title {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 12px;
}

.offer-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.offer-content {
    position: relative;
    z-index: 1;
}

.offer-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.offer-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 20px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.3s;
}

.offer-item:hover {
    background: rgba(255, 255, 255, 0.13);
}

.offer-item-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.offer-item h5 {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}

.offer-item p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}

.offer-cta {
    margin-top: 32px;
}

/* ── FAQ ── */
.faq {
    background: #ffffff;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: border-color 0.3s;
}

.faq-item.open {
    border-color: rgba(33, 44, 88, 0.2);
    background: #fff;
    box-shadow: 0 4px 24px rgba(33, 44, 88, 0.08);
}

.faq-q {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    user-select: none;
}

.faq-arrow {
    width: 28px;
    height: 28px;
    background: #212C58;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.faq-item.open .faq-arrow {
    transform: rotate(45deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
    padding: 0 24px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.faq-item.open .faq-a {
    max-height: 200px;
    padding: 0 24px 20px;
}

.faq-cta-box {
    background: #f0f0f0;
    border-radius: 24px;
    padding: 40px;
}

.faq-cta-box h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #000;
}

.faq-cta-box p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 28px;
}

/* ── FINAL CTA ── */
.final {
    background: #000000;
    padding: 120px 40px;
    position: relative;
    overflow: hidden;
}

.final::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(33, 44, 88, 0.8) 0%, transparent 60%);
}

.final-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.final h2 {
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 20px;
}

.final h2 em {
    font-style: normal;
    background: linear-gradient(135deg, #7BA3FF, #A78BFA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.final p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin-bottom: 40px;
}

.final-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── FOOTER ── */
footer {
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 72px 40px 32px;
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 32px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.footer-logo img {
    width: 70px;
}
.footer-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.65;
    margin-bottom: 20px;
}

.footer-col h5 {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 16px;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-col ul li a:hover {
    color: #ffffff;
}

.footer-reqs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-req {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-req span:first-child {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-req span:last-child {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-copy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
}

.footer-addr {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
}

/* ── WHATSAPP WIDGET ── */
.wa-widget {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.wa-btn {
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: waPop 0.5s 1s ease both;
}

.wa-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
}

@keyframes waPop {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.wa-tooltip {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateX(8px);
    transition: all 0.2s;
}

.wa-widget:hover .wa-tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

/* ── SCROLL TOP ── */
.scroll-top {
    position: fixed;
    bottom: 100px;
    right: 28px;
    z-index: 999;
    width: 44px;
    height: 44px;
    background: #212C58;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(33, 44, 88, 0.4);
}

.scroll-top.visible {
    opacity: 1;
    pointer-events: auto;
}

.scroll-top:hover {
    background: #1a2347;
    transform: translateY(-2px);
}

/* ── SCROLL ANIMATION ── */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .header-inner {
        padding: 0 24px;
    }

    nav {
        display: none;
    }

    .lang-switcher {
        display: none;
    }

    .burger {
        display: flex;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 60px 24px 80px;
    }

    section {
        padding: 72px 24px;
    }

    .who-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

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

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .results-top {
        grid-template-columns: 1fr;
        gap: 48px;
    }

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

    .offer-box {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 48px 40px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 640px) {
    .header-inner {
        padding: 0 16px;
        height: 64px;
    }

    .hero h1 {
        font-size: 32px;
    }

    section {
        padding: 56px 16px;
    }

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

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

    .process-steps {
        grid-template-columns: 1fr;
    }

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

    .offer-box {
        padding: 36px 24px;
    }

    .final-btns {
        flex-direction: column;
        align-items: center;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    footer {
        padding: 48px 16px 24px;
    }

    .wa-widget {
        bottom: 20px;
        right: 16px;
    }

    .scroll-top {
        right: 16px;
        bottom: 92px;
    }
}
