/* ============================================================
   I&T WebDesign - Visual Stage 7
   Goal: closer 1:1 layout to supplied website mockups
   Debug: CSS loaded through version query in layout
   ============================================================ */

:root {
    --navy-990: #001126;
    --navy-970: #021735;
    --navy-950: #031b3d;
    --navy-930: #062450;
    --blue-900: #073b82;
    --blue-800: #0a4fa8;
    --blue-700: #0b65d8;
    --blue-500: #1b8cff;
    --blue-100: #edf6ff;
    --orange-600: #ff4f00;
    --orange-500: #ff6a00;
    --orange-400: #ff9100;
    --green: #13a851;
    --purple: #7545c8;
    --sky: #229ed9;
    --text: #0b2143;
    --muted: #5f6f84;
    --line: #dbe5f1;
    --white: #ffffff;
    --shadow-soft: 0 12px 28px rgba(5, 31, 72, .12);
    --shadow-strong: 0 22px 50px rgba(0, 12, 35, .28);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: #ffffff;
    line-height: 1.35;
}

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

img {
    max-width: 100%;
    display: block;
}

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

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

/* Topbar */

.topbar {
    background: linear-gradient(90deg, var(--navy-990), var(--navy-950));
    color: #f4f9ff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0;
}

.topbar-inner,
.topbar-left,
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.topbar-left {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.topbar-left span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ecf6ff;
    white-space: nowrap;
}

.topbar-right {
    white-space: nowrap;
    color: #ffffff;
}

/* Header */

.site-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 7px 22px rgba(0, 10, 34, .08);
}

.site-header::after {
    content: "";
    display: block;
    height: 12px;
    background: linear-gradient(180deg, rgba(3,27,61,.1), rgba(3,27,61,0));
    border-radius: 0 0 50% 50%;
}

.nav-inner {
    min-height: 88px;
}

.logo {
    display: inline-flex;
    align-items: center;
    width: 250px;
    flex: 0 0 250px;
}

.logo img {
    width: 245px;
    height: auto;
    object-fit: contain;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    color: var(--navy-950);
}

.main-nav a {
    position: relative;
    padding: 34px 0;
    letter-spacing: .1px;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 27px;
    height: 3px;
    background: var(--blue-700);
    border-radius: 3px;
    transition: .2s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
    left: 0;
    right: 0;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--blue-700);
}

.phone-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 210px;
    padding: 16px 20px;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--orange-600), var(--orange-400));
    color: #fff;
    font-size: 22px;
    font-weight: 950;
    box-shadow: 0 12px 25px rgba(255, 90, 0, .36);
    white-space: nowrap;
}

.mobile-menu-btn {
    display: none;
    border: 0;
    background: var(--navy-950);
    color: #fff;
    width: 48px;
    height: 44px;
    border-radius: 9px;
    font-size: 24px;
    cursor: pointer;
}

/* Buttons */

.btn-orange,
.btn-outline-play,
.btn-small,
.btn-plan,
.contact-email {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 950;
    text-transform: uppercase;
}

.btn-orange {
    padding: 18px 26px;
    color: #fff;
    background: linear-gradient(135deg, var(--orange-600), var(--orange-400));
    box-shadow: 0 13px 28px rgba(255, 90, 0, .36);
    border: 2px solid rgba(255, 255, 255, .32);
    font-size: 16px;
}

.btn-orange:hover {
    transform: translateY(-1px);
}

.btn-outline-play {
    color: #fff;
    font-size: 14px;
    padding: 13px 0;
}

.btn-outline-play span {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255,255,255,.85);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Hero */

.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 80% 12%, rgba(52, 145, 255, .28), transparent 21%),
        radial-gradient(circle at 58% 56%, rgba(0, 92, 190, .26), transparent 24%),
        linear-gradient(135deg, #02142e 0%, #05295d 42%, #062f68 64%, #031b3d 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(115deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 22px),
        radial-gradient(circle at 42% 54%, rgba(255,255,255,.12), transparent 2px),
        radial-gradient(circle at 47% 61%, rgba(255,255,255,.1), transparent 2px),
        radial-gradient(circle at 51% 67%, rgba(255,255,255,.08), transparent 2px);
    opacity: .65;
}

.hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 62%;
    height: 250px;
    background: radial-gradient(ellipse at center, rgba(27, 140, 255, .28), transparent 60%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 2;
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .94fr);
    align-items: center;
    gap: 46px;
    padding: 54px 0 50px;
}

.hero.compact .hero-grid {
    min-height: 355px;
    padding: 45px 0;
}

.hero-text h1 {
    margin: 0 0 20px;
    max-width: 720px;
    font-size: clamp(42px, 5.25vw, 73px);
    line-height: .96;
    letter-spacing: -1.5px;
    font-weight: 950;
    text-transform: uppercase;
    text-shadow: 0 5px 0 rgba(0,0,0,.16), 0 16px 28px rgba(0,0,0,.25);
}

.hero-text .orange,
.hero-text h1 strong {
    color: var(--orange-500);
}

.hero-text p {
    margin: 0 0 28px;
    max-width: 650px;
    font-size: 23px;
    line-height: 1.34;
    color: #f5faff;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 850;
    color: #dceeff;
}

.hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-points span::before {
    content: "✓";
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0b64ca;
    border: 1px solid rgba(255,255,255,.36);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.hero-devices {
    min-height: 315px;
    position: relative;
}

.device-card {
    position: relative;
    background: #101724;
    border: 9px solid #141414;
    border-radius: 24px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .48);
}

.desktop-device {
    width: 585px;
    height: 318px;
    margin-left: auto;
    transform: perspective(900px) rotateY(-7deg) rotateZ(-2deg);
}

.desktop-device::after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -50px;
    width: 88px;
    height: 58px;
    background: linear-gradient(180deg, #c9d3de, #7d8794);
    transform: translateX(-50%);
    clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
}

.desktop-device::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -68px;
    width: 280px;
    height: 22px;
    background: linear-gradient(180deg, #f2f5f7, #b9c2cf);
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 14px 35px rgba(0,0,0,.35);
}

.phone-device {
    position: absolute;
    width: 145px;
    height: 268px;
    right: -7px;
    bottom: -10px;
    border-width: 8px;
    border-radius: 28px;
    transform: rotate(5deg);
}

.tablet-device {
    position: absolute;
    width: 240px;
    height: 172px;
    left: 0;
    bottom: -6px;
    border-width: 8px;
    border-radius: 18px;
    transform: rotate(2deg);
}

.device-screen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    color: var(--text);
}

.mock-browser {
    height: 100%;
    display: grid;
    grid-template-rows: 36px 1fr 62px;
}

.mock-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px;
    border-bottom: 1px solid #d8e2ef;
    font-size: 10px;
    font-weight: 950;
    color: var(--navy-950);
}

.mock-nav {
    display: flex;
    gap: 12px;
    font-size: 7px;
    text-transform: uppercase;
}

.mock-hero {
    position: relative;
    padding: 30px 26px;
    background:
        linear-gradient(90deg, rgba(3,27,61,.94), rgba(6,49,105,.72)),
        url('/assets/images/backgrounds/default-og.jpg') center/cover;
    color: #fff;
}

.mock-hero h3 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.05;
    text-transform: uppercase;
}

.mock-hero ul {
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
    font-size: 10px;
    font-weight: 800;
}

.mock-hero li {
    margin: 3px 0;
}

.mock-hero li::before {
    content: "✓ ";
}

.mock-hero button,
.phone-mini button {
    background: var(--orange-500);
    color: #fff;
    border: 0;
    padding: 8px 12px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.mock-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 9px;
    background: #f7fbff;
}

.mock-bottom div {
    border: 1px solid #d9e3f0;
    border-radius: 8px;
    text-align: center;
    padding: 8px 4px;
    font-size: 8px;
    font-weight: 900;
    color: var(--blue-900);
}

.phone-mini {
    padding: 16px 11px;
    background:
        linear-gradient(180deg, rgba(3,27,61,.96), rgba(5,46,98,.86)),
        url('/assets/images/backgrounds/default-og.jpg') center/cover;
    height: 100%;
    color: #fff;
}

.phone-mini h4 {
    margin: 28px 0 12px;
    font-size: 17px;
    line-height: 1.1;
    text-transform: uppercase;
}

/* Sections */

.section {
    padding: 48px 0;
}

.white {
    background: #fff;
}

.section-title {
    margin: 0 0 26px;
    color: var(--navy-950);
    text-align: center;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 950;
}

.section-title span {
    color: var(--blue-700);
}

.section-title.small-top {
    margin-top: 44px;
}

.lead {
    max-width: 900px;
    margin: 0 auto 32px;
    color: #233b5a;
    font-size: 20px;
    line-height: 1.55;
    text-align: center;
}

/* Cards */

.card-grid {
    display: grid;
    gap: 18px;
}

.card-grid.six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.card-grid.five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.icon-card,
.mini-card,
.project-card,
.pricing-card,
.process-card,
.testimonial-card,
.before-after-card,
.contact-form-box,
.contact-info-box,
.faq-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
}

.icon-card,
.mini-card {
    min-height: 216px;
    padding: 23px 14px 18px;
    text-align: center;
    transition: .18s ease;
}

.icon-card:hover,
.mini-card:hover,
.project-card:hover,
.pricing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(5,31,72,.16);
}

.big-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-900);
    font-size: 50px;
    line-height: 1;
    min-height: 56px;
    margin-bottom: 13px;
}

.icon-card h3,
.mini-card h3 {
    margin: 0 0 9px;
    color: var(--blue-900);
    font-size: 16px;
    line-height: 1.14;
    font-weight: 950;
    text-transform: uppercase;
}

.icon-card p,
.mini-card p {
    margin: 0 0 14px;
    color: #273f5e;
    font-size: 13px;
    line-height: 1.34;
}

.icon-card a {
    color: var(--orange-600);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

/* Dark feature strip */

.feature-strip {
    padding: 0;
    background: #fff;
}

.feature-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    background: linear-gradient(135deg, #031b3d, #063b7e);
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-strong);
}

.feature-strip-grid > div {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 106px;
    padding: 22px 24px;
    border-right: 1px solid rgba(255,255,255,.16);
}

.feature-strip-grid > div:last-child {
    border-right: 0;
}

.feature-circle {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, #0c71d9, #063b7e);
    border: 2px solid rgba(255,255,255,.28);
    box-shadow: inset 0 0 18px rgba(255,255,255,.18);
    font-size: 29px;
}

.feature-strip-grid strong {
    display: block;
    font-size: 18px;
    line-height: 1.06;
    text-transform: uppercase;
}

.feature-strip-grid strong span {
    color: var(--orange-400);
}

.feature-strip-grid p {
    margin: 7px 0 0;
    color: #dbeeff;
    font-size: 13px;
}

/* Promo */

.promo-section {
    background: #fff;
    padding: 18px 0 42px;
}

.promo-box {
    display: grid;
    grid-template-columns: .95fr 1.55fr 210px;
    gap: 32px;
    align-items: center;
    padding: 30px 42px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 78% 50%, rgba(255, 123, 0, .24), transparent 24%),
        linear-gradient(135deg, #031b3d, #063b7e);
    color: #fff;
    box-shadow: var(--shadow-strong);
}

.promo-box h2,
.promo-box h3 {
    margin: 0 0 12px;
    text-transform: uppercase;
}

.promo-box h2 {
    font-size: 25px;
}

.price-big {
    color: var(--orange-400);
    font-size: 82px;
    line-height: .9;
    font-weight: 950;
    letter-spacing: -2px;
    text-shadow: 0 5px 0 rgba(0,0,0,.22);
}

.check-list {
    columns: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.check-list li {
    margin: 8px 0;
    color: #eef7ff;
    font-weight: 700;
}

.check-list li::before {
    content: "✓";
    color: #3aa5ff;
    font-weight: 950;
    margin-right: 8px;
}

.round-badge {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ffab32, #ff5a00 58%, #df3300);
    border: 6px solid #ffbe63;
    box-shadow: 0 15px 30px rgba(255,80,0,.42), inset 0 0 0 2px rgba(255,255,255,.4);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 950;
    text-align: center;
    line-height: 1.05;
    text-transform: uppercase;
}

.round-badge strong {
    font-size: 56px;
    letter-spacing: -2px;
}

/* Benefits */

.benefits-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.benefits-row > div {
    min-height: 92px;
    padding: 17px 18px;
    border-right: 1px solid var(--line);
}

.benefits-row > div:last-child {
    border-right: 0;
}

.benefits-row strong {
    display: block;
    color: var(--blue-900);
    font-size: 15px;
    text-transform: uppercase;
}

.benefits-row p {
    margin: 7px 0 0;
    color: #41546d;
    font-size: 13px;
}

/* Testimonials */

.testimonials-section {
    padding: 48px 0;
    background: linear-gradient(135deg, #031b3d, #063b7e);
    color: #fff;
}

.testimonials-section h2 {
    margin: 0 0 27px;
    text-align: center;
    font-size: 31px;
    font-weight: 950;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.testimonial-card {
    padding: 23px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
}

.testimonial-card p {
    min-height: 82px;
    color: #eef7ff;
}

.testimonial-card strong {
    display: block;
}

.testimonial-card span {
    color: #bcd8ff;
    font-size: 13px;
}

.stars {
    color: var(--orange-400);
    letter-spacing: 3px;
    margin-bottom: 9px;
}

/* CTA */

.cta-strip {
    background: linear-gradient(135deg, #031b3d, #063b7e);
    color: #fff;
}

.cta-row {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.cta-row h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.15;
    text-transform: uppercase;
}

/* Portfolio */

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 0 24px;
}

.filter-pills button {
    padding: 10px 22px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--blue-900);
    border-radius: 999px;
    font-weight: 900;
    cursor: pointer;
}

.filter-pills button.active {
    background: var(--blue-800);
    color: #fff;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.project-card {
    overflow: hidden;
}

.project-img {
    height: 190px;
    background:
        linear-gradient(135deg, rgba(3,27,61,.86), rgba(9,82,170,.55)),
        var(--project-bg, url('/assets/images/backgrounds/default-og.jpg')) center/cover;
}

.project-body {
    padding: 18px;
}

.project-body h3 {
    margin: 0 0 5px;
    color: var(--navy-950);
    font-size: 22px;
    font-weight: 950;
}

.project-body p {
    margin: 0 0 12px;
    color: #41546d;
}

.result {
    display: block;
    margin: 12px 0;
    color: var(--green);
    font-weight: 950;
}

.btn-small {
    padding: 11px 15px;
    background: var(--orange-600);
    color: #fff;
    font-size: 12px;
}

.before-after-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.before-after-card {
    padding: 15px;
    text-align: center;
}

.before-after-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.before-after-images div {
    height: 116px;
    position: relative;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.before-after-images span {
    position: absolute;
    top: 7px;
    left: 7px;
    background: rgba(0,0,0,.75);
    color: #fff;
    border-radius: 5px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
}

.before-after-card h3 {
    margin: 12px 0 4px;
}

.before-after-card strong {
    color: var(--green);
}

/* Pricing */

.pricing-hero .hero-grid {
    grid-template-columns: 1fr 410px;
}

.hero-badge {
    margin-left: auto;
    width: 205px;
    height: 205px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 31px;
}

.pricing-card {
    position: relative;
    overflow: hidden;
    padding: 34px 32px 30px;
    text-align: center;
}

.pricing-card.featured {
    border: 2px solid var(--orange-500);
    transform: translateY(-7px);
}

.badge-corner {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--orange-600);
    color: #fff;
    padding: 9px 19px;
    font-size: 12px;
    font-weight: 950;
    border-radius: 0 12px 0 12px;
    text-transform: uppercase;
}

.pricing-card h3 {
    margin: 0 0 8px;
    color: var(--navy-950);
    font-size: 32px;
    text-transform: uppercase;
}

.pricing-card p {
    min-height: 38px;
    color: #60728a;
}

.plan-price {
    margin: 16px 0 22px;
    color: var(--navy-950);
    font-size: 58px;
    line-height: .9;
    font-weight: 950;
}

.check-list.dark {
    columns: 1;
    max-width: 270px;
    margin: 0 auto 25px;
    text-align: left;
}

.check-list.dark li {
    color: #243b5a;
    font-weight: 700;
}

.btn-plan {
    width: 100%;
    padding: 13px 16px;
    background: var(--blue-900);
    color: #fff;
}

.pricing-card.featured .btn-plan {
    background: var(--orange-600);
}

/* Process, FAQ, Contact */

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.process-card {
    padding: 23px;
    text-align: center;
}

.process-card span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--blue-900);
    color: #fff;
    font-weight: 950;
}

.process-card h3 {
    margin: 0 0 8px;
    color: var(--navy-950);
    text-transform: uppercase;
}

.two-cols {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 28px;
}

.contact-form-box,
.contact-info-box,
.faq-box {
    padding: 28px;
}

.contact-form label,
.admin-field {
    display: block;
    margin-bottom: 14px;
}

.contact-form span {
    display: block;
    margin-bottom: 6px;
    color: var(--navy-950);
    font-weight: 900;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #cbd8e8;
    border-radius: 8px;
    font-size: 15px;
}

.btn-orange.full {
    width: 100%;
}

.alert {
    padding: 12px 14px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-weight: 850;
}

.alert.success {
    background: #e6f8ee;
    color: #087b35;
}

.alert.error {
    background: #ffe7e0;
    color: #a52a10;
}

details {
    padding: 14px 15px;
    margin-bottom: 10px;
    border: 1px solid var(--line);
    border-radius: 9px;
}

summary {
    font-weight: 950;
    color: var(--navy-950);
    cursor: pointer;
}

.contact-buttons-vertical {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.contact-phone,
.contact-whatsapp,
.contact-viber,
.contact-telegram,
.contact-email {
    color: #fff;
    padding: 15px 18px;
    border-radius: 8px;
    font-weight: 950;
    text-align: center;
}

.contact-phone {
    background: #061a38;
    border: 1px solid rgba(255,255,255,.25);
}

.contact-whatsapp {
    background: #20b857;
}

.contact-viber {
    background: var(--purple);
}

.contact-telegram {
    background: var(--sky);
}

/* Footer */

.footer {
    background: linear-gradient(135deg, #031b3d, #02142e);
    color: #fff;
}

.footer-cta {
    display: grid;
    grid-template-columns: 1fr 1.65fr;
    gap: 28px;
    align-items: center;
    padding: 29px 0;
}

.footer-cta h2 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.12;
    text-transform: uppercase;
}

.footer-cta p {
    margin: 0;
    color: #d9ebff;
}

.footer-contact-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.footer-contact-buttons .contact-email {
    grid-column: span 2;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.35fr .8fr .95fr .9fr;
    gap: 34px;
    padding: 34px 0;
    border-top: 1px solid rgba(255,255,255,.14);
}

.footer-brand img {
    width: 215px;
    filter: brightness(0) invert(1);
}

.footer-brand p {
    color: #d9ebff;
}

.footer-main h3 {
    text-transform: uppercase;
    margin: 0 0 13px;
}

.footer-main a {
    display: block;
    margin: 0 0 7px;
    color: #d9ebff;
}

.footer-badge {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #f8c86a;
    font-weight: 950;
    text-transform: uppercase;
}

.footer-badge strong {
    width: 95px;
    height: 95px;
    border: 4px solid #f8c86a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
}

.footer-bottom {
    padding: 14px 0;
    background: var(--navy-990);
    font-size: 13px;
    color: #d6e8ff;
}

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

.footer-bottom a {
    margin: 0 8px;
    color: #d6e8ff;
}

/* Cookie banner */

.cookie-banner {
    position: fixed;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 200;
}

.cookie-content {
    max-width: 990px;
    margin: 0 auto;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(0,0,0,.28);
}

.cookie-content h3 {
    margin: 0 0 6px;
    color: var(--navy-950);
}

.cookie-content p {
    margin: 0 0 12px;
    color: #334760;
}

.cookie-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 8px 0 13px;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cookie-actions button {
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f7fbff;
    font-weight: 950;
    cursor: pointer;
}

.cookie-actions [data-cookie-accept] {
    background: var(--orange-600);
    color: #fff;
    border-color: var(--orange-600);
}

/* Legal */

.legal-page {
    padding: 55px 0;
}

.legal-page h1 {
    color: var(--navy-950);
    font-size: 44px;
}

.legal-page h2 {
    color: var(--blue-900);
}

/* Utility */

.debug-box {
    display: none;
}
