:root {
    --color-text-inverse: #ffffff;
    --landing-blue-900: #234a7e;
    --landing-blue-800: #2f4a86;
    --landing-blue-700: #0177ff;
    --landing-blue-200: #90c0ec;
    --landing-blue-650: #2f67d8;
    --landing-blue-850: #1c3f96;
    --landing-blue-600: #3380f2;
    --landing-blue-100: #dbefff;
    --landing-orange-90: #f36c32;
    --landing-orange-80: #e96107;
    --landing-orange-80-strong: rgb(233 97 7 / 0.88);
    --landing-orange-10: #ffedd4;
    --landing-gray-900: #353f49;
    --landing-gray-700: #4b5563;
    --landing-gray-800: #3a3a3a;
    --landing-gray-600: #555555;
    --landing-gray-500: #444444;
    --landing-gray-950: #1d1d1d;
    --landing-surface: #ffffff;
    --landing-surface-alt: #f8f9fb;
    --landing-border: #e8e8e8;
    --landing-page-bg: #f2f2f7;
    --landing-focus-outline: rgb(35 74 126 / 0.3);
    --landing-shadow-hover: 0 12px 30px rgb(0 0 0 / 0.12);
    --landing-overlay-light: rgb(255 255 255 / 0.08);
    --landing-surface-overlay: rgb(245 245 245 / 0.1);
    --landing-gradient-primary: linear-gradient(135deg, #2f67d8 0%, #1c3f96 100%);
    --landing-gradient-card: linear-gradient(180deg, #ffffff 50%, #5087df 86.11%);
    --landing-gradient-energy-blue: linear-gradient(180deg, #98dff1 0%, #e1f1f5 100%);
    --landing-gradient-energy-yellow: linear-gradient(180deg, #fbf789 0%, #f8f9fb 100%);
    --landing-gradient-fade-white: linear-gradient(
            180deg,
            rgb(255 255 255 / 0) 0%,
            rgb(255 255 255 / 0.85) 100%
    );
    --landing-radius-lg: 40px;
    --landing-radius-md: 24px;
    --landing-shadow: 0 12px 42px rgba(0, 0, 0, 0.08);
    --landing-header-bg: #163b6d;
    --landing-header-bg-hover: #1b4c87;
    --landing-header-text: #ffffff;
    --landing-header-accent: #ff6b2c;
    --landing-header-height: 60px;
}

@font-face {
    font-family: "Golos Text";
    src: url("./fonts/Golos_Text/static/GolosText-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos Text";
    src: url("./fonts/Golos_Text/static/GolosText-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos Text";
    src: url("./fonts/Golos_Text/static/GolosText-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Golos Text";
    src: url("./fonts/Golos_Text/static/GolosText-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Rubik";
    src: url("./fonts/Rubik/rubik-v23-cyrillic_latin-regular.woff2") format("woff2"), url("./fonts/Rubik/rubik-v23-cyrillic_latin-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Rubik";
    src: url("./fonts/Rubik/rubik-v23-cyrillic_latin-500.woff2") format("woff2"), url("./fonts/Rubik/rubik-v23-cyrillic_latin-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Rubik";
    src: url("./fonts/Rubik/rubik-v26-cyrillic_latin-600.woff2") format("woff2"), url("./fonts/Rubik/rubik-v26-cyrillic_latin-600.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
    margin: 0;
}

html,
body {
    height: 100%;
    overscroll-behavior-y: none;
}

body {
    margin: 0;
    font-family: "Golos Text", system-ui, -apple-system, sans-serif;
    background: var(--landing-page-bg);
    color: var(--landing-gray-900);
    line-height: 1.5;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

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

.landing-page {
    background: var(--landing-page-bg);
    color: var(--landing-gray-900);
    font-family: "Golos Text", system-ui, -apple-system, sans-serif;
    line-height: 1.5;
    min-height: 100vh;
}

.landing-section {
    position: relative;
    padding: clamp(60px, 6vw, 100px) 0;
    isolation: isolate;
}

.landing-main {
    display: flex;
    flex-direction: column;
}

.landing-container {
    width: min(1440px, 100%);
    padding: 0 clamp(20px, 4vw, 32px);
    margin: 0 auto;
}

.landing-label {
    font-size: clamp(16px, 1.6vw, 24px);
    text-transform: uppercase;
    color: var(--landing-blue-200);
    font-weight: 500;
}

.landing-title {
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -1.3px;
    color: var(--landing-gray-900);
    font-weight: 400;
    margin-bottom: clamp(24px, 3vw, 48px);
}

.landing-text {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.6;
    color: var(--landing-gray-700);
    max-width: 720px;
}

.landing-grid {
    display: grid;
    gap: clamp(16px, 2vw, 24px);
}

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

@media (max-width: 900px) {
    .landing-grid--two {
        grid-template-columns: 1fr;
    }
}
.landing-card {
    background: var(--landing-surface);
    border-radius: var(--landing-radius-md);
    box-shadow: var(--landing-shadow);
    overflow: hidden;
}

.section-content__title {
    font-size: clamp(26px, 3.6vw, 40px);
    line-height: 1.2;
    font-weight: 600;
    color: var(--landing-blue-900);
    margin: 0 0 12px;
}

.section-content__subtitle {
    font-size: clamp(20px, 2.8vw, 28px);
    line-height: 1.3;
    font-weight: 500;
    color: var(--landing-gray-900);
    margin: 0 0 12px;
}

.section-content__desc {
    font-size: 16px;
    line-height: 1.55;
    color: var(--landing-gray-700);
    margin: 0 0 12px;
}

.landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    border: 1px solid transparent;
}

.landing-btn--primary {
    background: var(--landing-orange-90);
    color: var(--color-text-inverse);
    border-color: var(--landing-orange-90);
}

.landing-btn--ghost {
    background: var(--landing-surface);
    color: var(--landing-orange-90);
    border-color: var(--landing-surface);
}

.landing-btn:focus-visible {
    outline: 3px solid var(--landing-focus-outline);
    outline-offset: 2px;
}

.landing-btn:hover {
    transform: translateY(-1px);
    box-shadow: var(--landing-shadow-hover);
}

.landing-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.v-icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
.app {
    min-height: 100vh;
}

.app__layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app-layout {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.app-layout-landing {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app-layout-landing__content {
    flex: 1;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200;
    background: var(--landing-header-bg);
    color: var(--landing-header-text);
    display: flex;
    align-items: center;
    padding: 0 24px;
    height: var(--landing-header-height);
    font-family: "Rubik", Arial, Helvetica, sans-serif;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 32px;
    cursor: pointer;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-grow: 1;
}

.nav a {
    color: var(--landing-header-text);
    text-decoration: none;
    font-size: 15px;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.nav a:hover {
    opacity: 1;
}

.right {
    display: flex;
    gap: 24px;
    margin-left: auto;
}

.button {
    background: var(--landing-header-accent);
    padding: 10px 18px;
    border-radius: 8px;
    color: var(--landing-header-text);
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.button:hover {
    opacity: 0.95;
}

.login-btn {
    margin-left: 24px;
    min-width: 180px;
    justify-content: center;
}

.login-btn__icon {
    width: 13px;
    height: 24px;
    fill: var(--landing-header-accent);
}

@media (max-width: 1024px) {
    .header {
        padding: 0 16px;
        justify-content: space-between;
    }
    .logo {
        margin-right: 0;
    }
    .logo span {
        display: none;
    }
    .right {
        display: none;
    }
    .burger {
        display: flex;
    }
}
@media (max-width: 900px) {
    .nav {
        display: none;
    }
    .login-btn {
        margin-left: auto;
        min-width: auto;
        width: 40px;
        height: 40px;
        padding: 0;
        flex-shrink: 0;
        margin-right: 8px;
    }
    .login-btn span {
        display: none;
    }
    .login-btn__icon {
        margin: 0;
        fill: var(--landing-header-accent);
    }
}
.extra {
    position: relative;
}

.extra__toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--landing-header-text);
    font-size: 16px;
    opacity: 0.9;
}

.extra__toggle:hover {
    opacity: 1;
}

.extra__menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    background: var(--landing-header-bg-hover);
    padding: 12px 0;
    border-radius: 6px;
    margin-top: 6px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: none;
}

.extra__menu a {
    display: block;
    padding: 10px 16px;
    color: var(--landing-header-text);
    text-decoration: none;
    font-size: 15px;
    opacity: 0.9;
}

.extra__menu a:hover {
    background: rgba(255, 255, 255, 0.12);
    opacity: 1;
}

.extra--open .extra__menu {
    display: block;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s;
    flex-shrink: 0;
}

.burger:hover {
    background: var(--landing-header-bg-hover);
}

.burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--landing-header-text);
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

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

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

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

.mobileMenu {
    position: fixed;
    top: var(--landing-header-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--landing-header-bg);
    padding: 24px;
    color: var(--landing-header-text);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    z-index: 1100;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobileMenu--open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.mobile-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.mobile-section a {
    color: var(--landing-header-text);
    text-decoration: none;
    font-size: 16px;
    opacity: 0.9;
    padding: 8px 0;
}

.mobile-section a:hover {
    opacity: 1;
}

.mobile-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 8px 0;
}

.login-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--landing-header-accent);
    padding: 12px 18px;
    border-radius: 8px;
    color: var(--landing-header-text);
    text-decoration: none;
    font-size: 15px;
    margin-top: auto;
}

@media (max-width: 900px) {
    .burger {
        display: flex;
    }
}
@media (prefers-reduced-motion: reduce) {
    .mobileMenu {
        transition: none;
    }
    .burger span {
        transition: none;
    }
}
.hero {
    position: relative;
    min-height: 600px;
    max-height: 600px;
    background: url("img/deal2.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    color: var(--color-text-inverse);
}

.hero .landing-label {
    color: var(--color-text-inverse);
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0;
}

.hero .landing-container {
    padding-left: 10%;
}

.hero .content {
    position: relative;
    z-index: 2;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero .content h1 {
    font-size: clamp(32px, 5vw, 60px);
    line-height: 100%;
    font-weight: 500;
    margin: 0;
}

.hero .lead {
    font-size: clamp(18px, 2.6vw, 24px);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.hero .features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero .features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.hero .features__icon {
    width: 20px;
    height: 20px;
}

.hero .cta {
    width: max-content;
    gap: 12px;
    font-size: clamp(16px, 1.6vw, 24px);
    font-weight: 500;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.hero .cta__icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 900px) {
    .hero {
        min-height: 520px;
    }
    .hero .content {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .hero {
        min-height: 440px;
    }
}
.experience {
    background-color: var(--landing-surface);
    border-radius: 0 0 40px 40px;
}

.experience .content-row {
    display: grid;
    grid-template-columns: 1fr 0.3fr;
    align-items: stretch;
    column-gap: 20px;
    margin-top: clamp(24px, 3vw, 48px);
}

.experience .photo {
    border-radius: var(--landing-radius-lg);
    overflow: hidden;
    min-height: 404px;
}

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

.experience .stats {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.experience .stat {
    border-radius: var(--landing-radius-lg);
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--landing-blue-100);
}

.experience .stat .value {
    font-size: clamp(48px, 6vw, 80px);
    margin: 0 0 16px;
    font-weight: 600;
}

.experience .stat .desc {
    font-size: clamp(24px, 3vw, 48px);
    line-height: 1.2;
    margin: 0;
}

.experience .blue {
    background: var(--landing-blue-100);
}

.experience .blue .value,
.experience .blue .desc {
    color: var(--landing-blue-600);
    margin: 0;
    font-size: 40px;
}

.experience .orange {
    background: var(--landing-orange-10);
}

.experience .orange .value,
.experience .orange .desc {
    color: var(--landing-orange-90);
    margin: 0;
    font-size: 40px;
}

.experience .landing-text {
    font-size: clamp(16px, 1.6vw, 28px);
    color: var(--landing-gray-900);
}

@media (max-width: 900px) {
    .experience .content-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .experience .photo {
        min-height: 320px;
    }
    .experience .stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
    }
}
@media (max-width: 640px) {
    .experience .stats {
        grid-template-columns: 1fr;
    }
}
.energy {
    background: var(--landing-surface-alt);
}

.energy .cards {
    margin-top: clamp(24px, 3vw, 48px);
}

.energy .card {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.energy .card-item-overlay-hydro {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--landing-gradient-energy-blue);
    z-index: 1;
    opacity: 0.7;
}

.energy .card-item-overlay-sun {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--landing-gradient-energy-yellow);
    z-index: 1;
    opacity: 0.7;
}

.energy .card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.energy .card-content {
    position: relative;
    padding: clamp(20px, 3vw, 32px);
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--landing-gradient-fade-white);
}

.eco {
    background-color: var(--landing-surface);
    border-radius: 40px 40px 0 0;
}

.eco .landing-title {
    margin-bottom: 0;
}

.eco .title-row {
    display: flex;
    align-items: baseline;
    gap: clamp(8px, 2vw, 16px);
    flex-wrap: wrap;
    margin-bottom: clamp(28px, 4vw, 48px);
}

.eco .years {
    display: flex;
    gap: clamp(8px, 2vw, 16px);
}

.eco .years .year {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 400;
    user-select: none;
    letter-spacing: -2px;
    color: var(--landing-blue-900);
    opacity: 0.35;
}

.eco .years .y2025 {
    opacity: 1;
}

.eco .years .y2024 {
    opacity: 0.65;
}

.eco .years .y2022 {
    opacity: 0.15;
}

.eco .metrics {
    display: flex;
    justify-content: center;
    align-items: center;
}

.eco .metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(20px, 3vw, 28px) clamp(40px, 8vw, 100px);
    gap: 16px;
    flex: 1;
    max-width: 420px;
}

.eco .metric__icon-wrap {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eco .metric__icon {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.eco .metric__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.eco .metric__value {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    margin: 0;
    color: #2e7d32;
    line-height: 1;
}

.eco .metric__divider {
    width: 40px;
    height: 3px;
    background: #2e7d32;
    border-radius: 2px;
}

.eco .metric__label {
    font-size: 16px;
    color: var(--landing-gray-700);
    margin: 0;
}

.eco .metrics__separator {
    width: 1px;
    height: 120px;
    background: var(--landing-border);
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .eco .metrics {
        flex-direction: column;
    }
    .eco .metrics__separator {
        width: 60px;
        height: 1px;
    }
    .eco .metric {
        padding: 20px;
    }
}

.stats {
    padding: 0;
    z-index: 1;
}

.stats .landing-title {
    color: var(--color-text-inverse);
}

.stats-full {
    border-radius: 40px;
    width: 100%;
    background: var(--landing-gradient-primary);
    padding: clamp(40px, 4vw, 60px) 0 clamp(56px, 5vw, 80px);
}

.stats-grid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 32px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stats-grid .item {
    background: var(--landing-overlay-light);
    border-radius: 40px;
    text-align: center;
    color: var(--color-text-inverse);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.stats-grid .value {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 18px 0 18px;
}

.stats-grid .num {
    font-size: clamp(40px, 8vw, 100px);
    font-weight: 600;
    letter-spacing: -2px;
    padding: 6px 0 10px;
    line-height: 1;
    -webkit-background-clip: text;
    background: var(--landing-gradient-card);
    background-clip: text;
    color: transparent;
}

.stats-grid .unit {
    font-size: 32px;
    font-weight: 500;
    background: var(--landing-blue-200);
    background-clip: text;
    color: transparent;
    opacity: 0.85;
}

.stats-grid .desc {
    margin: 0;
    border-radius: 40px;
    min-height: 180px;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    background: var(--landing-surface-overlay);
}

@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}
.rta-section {
    position: relative;
    width: 100%;
    padding: clamp(60px, 7vw, 100px) 0;
    background: url("img/power_energy.webp") center/cover no-repeat;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    margin-top: -40px;
    z-index: 0;
}

.rta-section .landing-label {
    opacity: 0.6;
}

.rta-section .section-content__title,
.rta-section .landing-label,
.rta-section .section-content__subtitle {
    color: var(--color-text-inverse);
}

.rta-section .section-content__title {
    margin-bottom: 32px;
}

.rta-section .section-content__subtitle {
    margin-bottom: 60px;
}

.rta-section .overlay {
    position: absolute;
    inset: 0;
    background: var(--landing-orange-80-strong);
    opacity: 0.88;
    mix-blend-mode: multiply;
}

.rta-section .content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--color-text-inverse);
}

.rta-section .rta-btn {
    padding: 23px 32px;
    font-size: clamp(16px, 1.6vw, 28px);
    font-weight: 500;
    border-radius: 60px;
    text-transform: uppercase;
}

.rta-section .rta-btn:hover {
    opacity: 0.9;
}

.footer {
    padding: 48px 32px;
    background: var(--landing-surface);
    color: var(--landing-gray-500);
}

.footer .top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.footer .col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .col h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: var(--landing-gray-950);
    margin: 0 0 8px;
}

.footer .col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer .col a {
    text-align: left;
    color: var(--landing-gray-800);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

.footer .col a:hover,
.footer .col a:focus-visible {
    color: var(--landing-orange-90);
    outline: none;
}

.footer .col p {
    text-align: left;
    font-size: 15px;
    margin: 0;
}

.footer .logo-col .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.footer .brand-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.footer .brand-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--landing-blue-800);
    white-space: nowrap;
}

.footer .logo-col .slogan {
    text-align: left;
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.4;
    color: var(--landing-gray-600);
}

.footer .social {
    margin-top: 10px;
    display: flex;
    gap: 12px;
}

.footer .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--landing-blue-700);
    border-radius: 10px;
    transition: opacity 0.2s ease;
}

.footer .social a:hover {
    opacity: 0.85;
}

.footer .social__icon {
    width: 30px;
    height: 30px;
}

.footer .divider {
    margin: 32px 0 32px;
    height: 1px;
    background: var(--landing-border);
}

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

.footer .copy {
    font-size: 14px;
    opacity: 0.85;
    margin: 0;
}

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

.footer .links a {
    font-size: 14px;
    text-decoration: none;
    color: var(--landing-gray-500);
}

.footer .links a:hover {
    color: var(--landing-orange-90);
}

@media (max-width: 900px) {
    .footer .top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .footer .top {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .footer .bottom {
        flex-direction: column;
        text-align: center;
        align-items: flex-start;
    }
    .footer .links {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}

/*# sourceMappingURL=landing.css.map */
