﻿* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
        }

:root {
            --font-body: 'Montserrat', sans-serif;
            --font-display: 'Montserrat', sans-serif;
        }

        body {
            font-family: var(--font-body);
            background-color: #0A0A0F;
            color: #F0F3FA;
            line-height: 1.5;
            scroll-behavior: smooth;
        }

        h1,
        h2,
        h3,
        h4,
        .card-title,
        .section-title,
        .success-modal-dialog h3 {
            font-family: var(--font-display);
            font-weight: 800;
            letter-spacing: 0;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.85rem 0;
            flex-wrap: wrap;
            gap: 0.9rem 1.2rem;
        }

        .logo {
            display: inline-flex;
            align-items: center;
            align-self: center;
            flex: 0 1 clamp(240px, 28vw, 340px);
            max-width: min(40vw, 340px);
            text-decoration: none;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }
        .logo:hover {
            opacity: 0.92;
        }
        .logo img {
            display: block;
            width: 100%;
            height: clamp(32px, 4.2vw, 52px);
            object-fit: contain;
            object-position: left center;
        }

        .nav-links {
            display: flex;
            gap: 2.25rem;
            font-size: clamp(1.05rem, 0.9vw, 1.16rem);
            font-weight: 500;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-links a {
            color: #DDDEEB;
            text-decoration: none;
            transition: 0.2s;
            font-weight: 500;
        }
        .nav-links a:hover {
            color: #3D9CFF;
        }
        .burger-menu {
            display: none;
            width: 44px;
            height: 44px;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            color: #F0F3FA;
            cursor: pointer;
            align-items: center;
            align-self: center;
            justify-content: center;
            flex-direction: column;
            gap: 5px;
            transition: none;
        }
        .burger-menu:hover {
            color: #F0F3FA;
        }
        .burger-menu:active,
        .burger-menu:focus,
        .burger-menu:focus-visible {
            color: #F0F3FA;
        }
        a,
        button,
        .btn,
        input,
        select {
            -webkit-tap-highlight-color: transparent;
            font-family: var(--font-body);
        }
        a:focus,
        a:focus-visible,
        button:focus,
        button:focus-visible,
        .btn:focus,
        .btn:focus-visible {
            outline: none;
        }
        .burger-menu span {
            display: block;
            width: 20px;
            height: 2px;
            border-radius: 999px;
            background: currentColor;
            transition: transform 0.25s ease, opacity 0.2s ease;
        }
        .burger-menu.is-active span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }
        .burger-menu.is-active span:nth-child(2) {
            opacity: 0;
        }
        .burger-menu.is-active span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }
        .tiktok-nav-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            width: max-content;
            background: rgba(0,0,0,0.4);
            padding: 8px 16px;
            border-radius: 60px;
            border: 1px solid rgba(255,255,255,0.1);
        }
        .btn {
            display: inline-block;
            background: linear-gradient(105deg, #1F2A48 0%, #12172F 100%);
            border: 1px solid rgba(61,156,255,0.3);
            padding: 12px 28px;
            border-radius: 40px;
            font-weight: 600;
            color: #F0F3FA;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 0.9rem;
            letter-spacing: 0.3px;
            cursor: pointer;
        }
        .btn-primary {
            background: linear-gradient(95deg, #2B6EDF, #1A4BBF);
            border: none;
            box-shadow: none;
        }
        .btn-primary:hover {
            background: linear-gradient(95deg, #3D7EFF, #1F55CF);
            transform: scale(1.02);
            box-shadow: none;
        }
        .btn-outline {
            background: transparent;
            border: 1px solid rgba(61,156,255,0.7);
            color: #F0F3FA;
        }
        .btn-outline:hover {
            border-color: #3D9CFF;
            background: rgba(61,156,255,0.15);
            transform: scale(1.02);
        }
        .section {
            padding: 5rem 0;
        }
        section[id] {
            scroll-margin-top: 50px;
        }
        section:not(.hero) {
            padding: clamp(3.25rem, 7vw, 5.75rem) 0;
        }
        .section-title {
            font-size: clamp(2.2rem, 3vw, 3rem);
            font-weight: 700;
            width: fit-content;
            margin: 0 auto 3rem;
            position: relative;
            display: block;
            text-align: center;
        }
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 3px;
            background: #3D9CFF;
            border-radius: 6px;
        } 
        #services .container {
            text-align: center;
        }
        .cards-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 2rem;
            margin-top: 0;
            justify-content: center;
        }
        .service-card {
            background: rgba(18, 20, 28, 0.85);
            backdrop-filter: blur(2px);
            border-radius: 28px;
            overflow: hidden;
            text-align: left;
            display: flex;
            flex-direction: column;
            transition: transform 0.3s ease, box-shadow 0.3s;
            border: 2px solid rgba(255,255,255,0.08);
            box-shadow: 0 20px 32px -12px rgba(0,0,0,0.5);
        }
        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 32px -12px rgba(0,0,0,0.5);
            border-color: rgba(61,156,255,0.55);
        }
        .card-img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            display: block;
            transition: transform 0.45s;
            background: #10131e;
        }
        .card-content {
            padding: 1.6rem;
            display: flex;
            flex: 1;
            flex-direction: column;
        }
        .card-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.65rem;
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            flex-wrap: wrap;
        }
        .price-badge {
            background: rgba(61,156,255,0.2);
            padding: 4px 12px;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #6BB5FF;
        }
        .card-text {
            color: #B0B3C5;
            font-size: 0.9rem;
            line-height: 1.45;
            margin-bottom: 1rem;
        }
        .service-feature {
            font-size: 0.85rem;
            color: #C0C4DC;
            border-top: 1px solid rgba(255,255,255,0.07);
            padding-top: 0.9rem;
            margin-top: 0.6rem;
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .service-feature span i {
            color: #3D9CFF;
            margin-right: 6px;
        }
        @media (min-width: 681px) {
            .service-feature {
                min-height: 48px;
                margin-top: auto;
            }
        }
        .extra-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1.5rem;
            margin-top: 0;
        }
        .extra-item {
            background: rgba(12, 14, 22, 0.7);
            backdrop-filter: blur(4px);
            border-radius: 24px;
            padding: 1.3rem 1.5rem;
            transition: 0.2s;
            border: 1px solid rgba(255,255,255,0.04);
        }
        .extra-item i {
            font-size: 2rem;
            color: #3D9CFF;
            margin-bottom: 12px;
        }
        .extra-item h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 8px;
        }
        .extra-item p {
            font-size: 0.85rem;
            color: #A0A4BC;
        }
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 2rem;
            text-align: center;
        }
        .benefit-card {
            background: rgba(22, 24, 34, 0.6);
            border-radius: 32px;
            padding: 1.8rem 1.2rem;
            transition: all 0.2s;
            border: 1px solid rgba(255,255,255,0.03);
        }
        .benefit-card i {
            font-size: 2.6rem;
            background: linear-gradient(145deg, #3D9CFF, #1C6FD9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 1rem;
        }
        .benefit-card h3 {
            font-size: 1.3rem;
            margin-bottom: 10px;
        }
        .benefit-card p {
            color: #B6BAD4;
           font-size: 0.9rem;
        } 
        .contact-wrapper {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: clamp(2rem, 5vw, 4.5rem);
            align-items: start;
            max-width: 1120px;
            margin: 0 auto;
            padding: clamp(1.25rem, 3vw, 2.5rem) 0 0;
        }
        .contact-info h3,
        .contact-form h3 {
            font-size: clamp(1.55rem, 2.4vw, 2.25rem);
            line-height: 1.15;
            margin-bottom: 1rem;
        }
        .contact-kicker {
            display: inline-flex;
            margin-bottom: 0.9rem;
            color: #01BEFF;
            font-size: 0.78rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }
        .contact-lead {
            max-width: 560px;
            color: #B6BAD4;
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 2rem;
        }
        .contact-list {
            display: grid;
            gap: 0;
            border-top: 1px solid rgba(255,255,255,0.1);
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        .contact-detail {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1.05rem 0;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            color: #F0F3FA;
        }
        .contact-detail:last-child {
            border-bottom: 0;
        }
        .contact-detail i {
            width: 40px;
            height: 40px;
            flex: 0 0 40px;
            background: rgba(1,190,255,0.1);
            border: 1px solid rgba(1,190,255,0.22);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #01BEFF;
            font-size: 0.95rem;
        }
        .contact-detail span {
            display: block;
            margin-bottom: 0.25rem;
            color: #858BA4;
            font-size: 0.78rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .contact-detail strong {
            display: block;
            color: #F0F3FA;
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.45;
        }
        .contact-detail a {
            color: inherit;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        .contact-detail a:hover {
            color: #01BEFF;
        }
        .contact-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.9rem;
            margin-top: 2rem;
        }
        .contact-form {
            padding: clamp(1.35rem, 3vw, 2rem);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 24px;
            background: rgba(15, 18, 28, 0.76);
            box-shadow: 0 26px 60px rgba(0,0,0,0.22);
        }
        .contact-form h3 {
            text-align: center;
        }
        .contact-form form {
            margin-top: 1.4rem;
        }
        .map-wrapper {
            position: relative;
            max-width: 1120px;
            height: clamp(320px, 42vw, 460px);
            margin: clamp(2rem, 5vw, 4rem) auto 0;
            overflow: hidden;
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 28px;
            background: rgba(15, 18, 28, 0.76);
            box-shadow: 0 26px 60px rgba(0,0,0,0.22);
        }
        .map-wrapper iframe {
            display: block;
            width: 100%;
            height: 100%;
            border: 0;
            filter: grayscale(0.2) contrast(1.04) brightness(0.78);
        }
        .social-icons {
            display: flex;
            gap: 20px;
            margin-top: 2rem;
        }
        .social-icons a {
            color: #CACDE8;
            font-size: 1.7rem;
            transition: 0.2s;
        }
        .social-icons a:hover {
            color: #3D9CFF;
            transform: translateY(-3px);
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .form-honeypot {
            position: absolute;
            left: -9999px;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }
        #userPhone {
            letter-spacing: 0.02em;
        }
        input, select {
            width: 100%;
            padding: 15px 16px;
            background: rgba(7, 10, 18, 0.72);
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 14px;
            color: white;
            font-family: var(--font-body);
            transition: 0.2s;
            font-size: 0.9rem;
        }
        input:focus, select:focus {
            outline: none;
            border-color: rgba(1,190,255,0.75);
            box-shadow: 0 0 0 3px rgba(1,190,255,0.12);
        }
        .custom-select {
            position: relative;
        }
        .custom-select select {
            position: absolute;
            width: 1px;
            height: 1px;
            opacity: 0;
            pointer-events: none;
        }
        .custom-select-trigger {
            display: flex;
            width: 100%;
            min-height: 52px;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            padding: 15px 16px;
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 14px;
            background: rgba(7, 10, 18, 0.72);
            color: #FFFFFF;
            font-family: var(--font-body);
            font-size: 0.9rem;
            font-weight: 600;
            text-align: left;
            cursor: pointer;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        }
        .custom-select-trigger:hover,
        .custom-select.is-open .custom-select-trigger {
            border-color: rgba(1,190,255,0.75);
            background: rgba(9, 14, 24, 0.92);
            box-shadow: 0 0 0 3px rgba(1,190,255,0.1);
        }
        .custom-select-trigger i {
            color: #01BEFF;
            font-size: 0.78rem;
            transition: transform 0.22s ease;
        }
        .custom-select.is-open .custom-select-trigger i {
            transform: rotate(180deg);
        }
        .custom-select-options {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            z-index: 15;
            width: 100%;
            max-height: none;
            overflow: visible;
            padding: 0.45rem;
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 16px;
            background: rgba(8, 11, 20, 0.98);
            box-shadow: 0 22px 45px rgba(0,0,0,0.42);
            list-style: none;
            opacity: 0;
            pointer-events: none;
            transform: translateY(-6px);
            transition: opacity 0.2s ease, transform 0.2s ease;
        }
        .custom-select.is-open .custom-select-options {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0);
        }
        .custom-select-options li {
            padding: 0.8rem 0.85rem;
            border-radius: 11px;
            color: #DDE3F2;
            cursor: pointer;
            transition: background 0.18s ease, color 0.18s ease;
        }
        .custom-select-options li:hover,
        .custom-select-options li.is-selected {
            background: rgba(1,190,255,0.12);
            color: #FFFFFF;
        }
        button[type="submit"] {
            border: none;
            width: 100%;
            font-weight: 700;
            padding: 15px;
            font-size: 1rem;
            border-radius: 14px;
        }
        button[type="submit"]:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }
        footer {
            border-top: 1px solid rgba(255,255,255,0.05);
            padding: 2rem 0;
            text-align: center;
            font-size: 0.85rem;
            color: #7C7F99;
        }
        .floating-contact {
            position: fixed;
            right: clamp(14px, 2.4vw, 28px);
            bottom: clamp(14px, 2.4vw, 28px);
            z-index: 50;
            display: block;
        }
        .floating-contact-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 56px;
            height: 56px;
            border: 0;
            border-radius: 50%;
            background: #3D9CFF;
            color: #FFFFFF;
            cursor: pointer;
            transition: transform 0.2s ease;
        }
        .floating-contact-button:hover {
            transform: translateY(-2px);
        }
        .floating-contact-button i {
            font-size: 1.2rem;
            transition: transform 0.28s ease;
        }
        .floating-contact.is-open .floating-contact-button i {
            transform: rotate(180deg);
        }
        .floating-contact-menu {
            position: absolute;
            right: 0;
            bottom: calc(100% + 12px);
            display: grid;
            min-width: 220px;
            gap: 0.45rem;
            padding: 0.55rem;
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 18px;
            background: rgba(8, 11, 20, 0.96);
            box-shadow: 0 22px 45px rgba(0,0,0,0.42);
            opacity: 0;
            pointer-events: none;
            transform: translateY(10px) scale(0.96);
            transform-origin: right bottom;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }
        .floating-contact.is-open .floating-contact-menu {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0) scale(1);
        }
        .floating-contact-menu a {
            display: flex;
            align-items: center;
            gap: 0.7rem;
            min-height: 44px;
            padding: 0.65rem 0.8rem;
            border-radius: 13px;
            color: #F0F3FA;
            text-decoration: none;
            font-weight: 700;
            font-size: 0.86rem;
            line-height: 1.3;
            transition: background 0.18s ease, color 0.18s ease;
        }
        .floating-contact-menu a:hover {
            background: rgba(1,190,255,0.12);
            color: #FFFFFF;
        }
        .floating-contact-menu i {
            width: 18px;
            color: #01BEFF;
            text-align: center;
        }
        .success-modal {
            position: fixed;
            inset: 0;
            z-index: 80;
            display: grid;
            place-items: center;
            padding: 20px;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.25s ease;
        }
        .success-modal.is-open {
            opacity: 1;
            pointer-events: auto;
        }
        .success-modal-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(4, 7, 14, 0.74);
            backdrop-filter: blur(6px);
        }
        .success-modal-dialog {
            position: relative;
            width: min(100%, 460px);
            padding: 2rem 1.6rem;
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 24px;
            background: rgba(12, 16, 26, 0.96);
            box-shadow: 0 26px 60px rgba(0,0,0,0.35);
            text-align: center;
        }
        .success-modal-close {
            position: absolute;
            top: 14px;
            right: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            border: 0;
            border-radius: 50%;
            background: transparent;
            color: #9AA3BA;
            cursor: pointer;
            transition: color 0.2s ease, background 0.2s ease;
        }
        .success-modal-close:hover {
            color: #FFFFFF;
            background: rgba(255,255,255,0.06);
        }
        .success-modal-close i {
            font-size: 0.95rem;
        }
        .success-modal-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 68px;
            height: 68px;
            margin-bottom: 1rem;
            border-radius: 50%;
            background: rgba(1,190,255,0.12);
            border: 1px solid rgba(1,190,255,0.24);
            color: #01BEFF;
            font-size: 1.5rem;
        }
        .success-modal-dialog h3 {
            margin-bottom: 0.7rem;
            font-size: clamp(1.6rem, 3vw, 2rem);
        }
        .success-modal-dialog p {
            color: #B6BAD4;
            font-size: 1rem;
            line-height: 1.6;
        }
        @media (max-width: 1023px) {
            section[id] {
                scroll-margin-top: 60px;
            }
            .navbar {
                position: relative;
                flex-wrap: wrap;
                gap: 0 1rem;
                padding: 0.65rem 0;
            }
            .burger-menu {
                display: inline-flex;
                margin-left: auto;
            }
            .nav-links {
                width: 100%;
                max-height: 0;
                opacity: 0;
                overflow: hidden;
                pointer-events: none;
                transform: translateY(-10px);
                display: grid;
                grid-template-columns: 1fr;
                gap: 0.7rem;
                padding: 0;
                border: 0 solid transparent;
                border-radius: 0;
                background: transparent;
                box-shadow: none;
                transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease, padding 0.35s ease, margin-top 0.35s ease, border-color 0.35s ease;
            }
            .nav-links.is-open {
                max-height: 420px;
                opacity: 1;
                pointer-events: auto;
                transform: translateY(0);
                margin-top: 0.65rem;
                padding: 0.85rem;
            }
            .nav-links a {
                display: flex;
                min-height: 48px;
                align-items: center;
                padding: 0.2rem 0.65rem;
                border-radius: 12px;
                border-bottom: 0;
            }
            .nav-links a:hover {
                background: rgba(61,156,255,0.1);
            }
            .nav-links .tiktok-nav-link {
                min-height: auto;
                padding: 8px 16px;
                justify-self: start;
            }
            .logo {
                max-width: min(calc(100% - 64px), clamp(210px, 34vw, 280px));
            }
            .logo img {
                height: clamp(30px, 5.5vw, 44px);
            }
            .cards-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .extra-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .contact-wrapper {
                grid-template-columns: 1fr;
                max-width: 760px;
            }
        }

        @media (max-width: 760px) {
            .section-title {
                font-size: 1.8rem;
            }
            .contact-wrapper {
                padding-top: 0.5rem;
                gap: 2rem;
            }
            .contact-form {
                border-radius: 20px;
                padding: 1.25rem;
            }
            .map-wrapper {
                height: 320px;
                border-radius: 20px;
            }
            .success-modal-dialog {
                border-radius: 20px;
                padding: 1.7rem 1.2rem;
            }
            .contact-actions .btn {
                width: 100%;
                text-align: center;
            }
            section:not(.hero) {
                padding: 3rem 0;
            }
            .card-title {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 680px) {
            .cards-grid,
            .extra-grid,
            .benefits-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 425px) {
            .container {
                padding: 0 14px;
            }
        }
        
        /* HERO з відеофоном + mobile-first адаптацією */
        .hero {
            position: relative;
            min-height: calc(100svh - 70px);
            padding: clamp(3rem, 10vh, 5.25rem) 0 clamp(3.25rem, 12vh, 6rem);
            overflow: hidden;
            margin-top: 0;
            background: #03050b;
            display: flex;
            align-items: center;
        }
        .hero-video-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 25%;
            z-index: 0;
            pointer-events: none;
        }
        .hero-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.7);
            background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.55) 100%);
            z-index: 1;
        }
        .hero .container {
            position: relative;
            z-index: 2;
            width: 100%;
            padding-inline: 1rem;
        }
        .hero-content {
            width: min(100%, 760px);
            margin: 0 auto;
            text-align: left;
        }
        .hero h1 {
            max-width: 768px;
            font-size: 2.35rem;
            font-weight: 800;
            line-height: 1.12;
            margin-bottom: 1rem;
            color: #FFFFFF;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
            letter-spacing: 0;
        }
        .hero p {
            max-width: 620px;
            font-size: 1rem;
            color: #F0F3FA;
            text-shadow: 0 1px 3px rgba(0,0,0,0.5);
            margin-bottom: 1.35rem;
        }
        .hero-buttons {
            display: flex;
            gap: 0.8rem;
            flex-wrap: wrap;
            margin-bottom: 1.4rem;
        }
        .hero-buttons .btn {
            width: 100%;
            text-align: center;
        }
        @media (min-width: 425px) {
            .hero .container {
                padding-inline: 1.5rem;
            }
            .hero-buttons .btn {
                width: auto;
            }
        }
        @media (min-width: 768px) {
            .hero {
                min-height: calc(100svh - 78px);
                padding: clamp(4.25rem, 12vh, 7rem) 0 clamp(4.5rem, 13vh, 7.5rem);
            }
            .hero .container {
                padding-inline: 2rem;
            }
            .hero-content {
                text-align: center;
            }
            .hero h1 {
                max-width: 768px;
                font-size: 3.25rem;
                margin-inline: auto;
            }
            .hero p {
                font-size: 1.12rem;
                margin-inline: auto;
                margin-bottom: 1.75rem;
            }
            .hero-buttons {
                justify-content: center;
                margin-bottom: 1.55rem;
            }
        }
        @media (min-width: 1024px) {
            .hero {
                min-height: calc(100svh - 84px);
                padding: clamp(5rem, 12vh, 8rem) 0 clamp(5.25rem, 14vh, 8.5rem);
            }
            .hero-content {
                width: min(100%, 880px);
            }
            .hero h1 {
                font-size: 3.85rem;
            }
            .hero p {
                font-size: 1.22rem;
            }
        }
.hero-title-accent {
    display: block;
    color: #01BEFF;
}

.hero-lead {
    color: #FFFFFF;
    text-shadow: 0 1px 5px rgba(0,0,0,0.6);
}

.social-follow {
    margin-top: 20px;
}

.btn-compact {
    padding: 8px 18px;
}

.btn-full {
    width: 100%;
}

.form-note {
    font-size: 0.7rem;
    color: #7A7E9E;
    margin-top: 12px;
}

.footer-note {
    margin-top: 8px;
}

.icon-accent {
    color: #3D9CFF;
}
