:root {
    --bg: #050c17;
    --bg-deep: #07101d;
    --bg-soft: #0b1728;

    --surface: rgba(12, 23, 41, 0.78);
    --surface-strong: rgba(12, 24, 44, 0.94);
    --surface-elevated: rgba(17, 31, 56, 0.96);
    --surface-light: rgba(255, 255, 255, 0.04);

    --border: rgba(255, 255, 255, 0.08);
    --border-soft: rgba(255, 255, 255, 0.05);
    --border-strong: rgba(255, 255, 255, 0.16);

    --text: #f7fbff;
    --text-soft: #cad7ec;
    --text-muted: #8fa6c7;

    --primary: #57abff;
    --primary-strong: #238bff;
    --primary-deep: #0b5fcc;

    --accent: #7dd3fc;

    --shadow-soft: 0 14px 36px rgba(0, 0, 0, 0.24);
    --shadow-medium: 0 26px 70px rgba(0, 0, 0, 0.34);
    --shadow-large: 0 42px 110px rgba(0, 0, 0, 0.46);
    --shadow-glow: 0 28px 80px rgba(35, 139, 255, 0.24);

    --radius-sm: 14px;
    --radius-md: 20px;
    --radius-lg: 28px;
    --radius-xl: 36px;

    --container: 1180px;
    --transition: all 0.28s ease;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(35, 139, 255, 0.2), transparent 24%),
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.12), transparent 18%),
        radial-gradient(circle at 50% 20%, rgba(87, 171, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #040b15 0%, #07101c 42%, #091422 100%);
    color: var(--text);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 88%);
    z-index: -2;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 10%, rgba(87, 171, 255, 0.08), transparent 18%),
        radial-gradient(circle at 80% 18%, rgba(125, 211, 252, 0.06), transparent 16%),
        radial-gradient(circle at 50% 100%, rgba(35, 139, 255, 0.08), transparent 28%);
    z-index: -3;
}

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

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

ul {
    list-style: none;
}

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

.section {
    padding: 118px 0;
    position: relative;
}

.section-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.008));
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.section-heading {
    max-width: 840px;
    margin: 0 auto 62px;
    text-align: center;
}

.section-heading h2 {
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    margin-bottom: 18px;
    text-wrap: balance;
}

.section-heading p {
    color: var(--text-soft);
    font-size: 1.06rem;
    line-height: 1.82;
}

.section-kicker,
.section-badge,
.card-badge,
.mini-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    border-radius: 999px;
    border: 1px solid rgba(125, 211, 252, 0.16);
    background: linear-gradient(180deg, rgba(87, 171, 255, 0.12), rgba(87, 171, 255, 0.07));
    color: #ddf0ff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
    background: rgba(5, 12, 22, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

.logo {
    font-size: 1.06rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text);
    white-space: nowrap;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.nav-links a {
    padding: 10px 15px;
    border-radius: 999px;
    color: var(--text-soft);
    font-size: 0.96rem;
    font-weight: 600;
    transition: var(--transition);
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
}

.hero-section {
    padding: 104px 0 126px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -140px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(35, 139, 255, 0.24), transparent 66%);
    pointer-events: none;
}

.hero-section::after {
    content: "";
    position: absolute;
    left: -180px;
    bottom: -220px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(125, 211, 252, 0.08), transparent 70%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
    align-items: center;
}

.hero-content h1 {
    font-size: clamp(3.1rem, 5.4vw, 5.95rem);
    line-height: 0.9;
    letter-spacing: -0.075em;
    max-width: 780px;
    margin-bottom: 24px;
    text-wrap: balance;
}

.hero-text {
    max-width: 700px;
    color: var(--text-soft);
    font-size: 1.14rem;
    line-height: 1.82;
    margin-bottom: 36px;
}

.button-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--primary-strong));
    color: #ffffff;
    font-weight: 700;
    font-size: 0.98rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(35, 139, 255, 0.28);
    transition: var(--transition);
    cursor: pointer;
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(35, 139, 255, 0.34);
}

.button.button-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: none;
}

.button.button-secondary:hover {
    background: rgba(255, 255, 255, 0.07);
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.proof-item {
    padding: 20px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.022));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

.proof-item strong {
    display: block;
    font-size: 1.08rem;
    margin-bottom: 6px;
}

.proof-item span {
    display: block;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.hero-visual {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-card {
    width: 100%;
    max-width: 575px;
    padding: 18px;
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(16, 30, 54, 0.99), rgba(8, 17, 31, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: var(--shadow-large), var(--shadow-glow);
    position: relative;
    overflow: hidden;
}

.dashboard-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.18), transparent 28%),
        radial-gradient(circle at bottom left, rgba(87, 171, 255, 0.14), transparent 34%);
    pointer-events: none;
}

.dashboard-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.dashboard-topbar {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.dashboard-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
}

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

.dashboard-panel {
    border-radius: 28px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.dashboard-panel h3 {
    font-size: 1.75rem;
    line-height: 1.04;
    letter-spacing: -0.04em;
    margin-bottom: 12px;
}

.dashboard-panel p {
    color: var(--text-soft);
    font-size: 0.98rem;
    line-height: 1.72;
}

.dashboard-panel-primary {
    margin-bottom: 18px;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.dashboard-stat {
    padding: 19px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
}

.stat-title {
    display: block;
    color: var(--text-muted);
    font-size: 0.84rem;
    margin-bottom: 8px;
}

.dashboard-stat strong {
    font-size: 1.16rem;
    font-weight: 800;
}

.floating-badge {
    position: absolute;
    padding: 12px 17px;
    border-radius: 999px;
    background: rgba(10, 19, 35, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: var(--shadow-soft);
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.floating-badge-one {
    top: 70px;
    left: -8px;
}

.floating-badge-two {
    bottom: 80px;
    right: -6px;
}

.grid-2,
.grid-3,
.process-grid {
    display: grid;
    gap: 24px;
}

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

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

.grid-large-cards {
    gap: 26px;
}

.card,
.info-card,
.process-step,
.contact-point-card,
.legal-card,
.cta-box,
.smartflow-box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.024));
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(14px);
}

.card::before,
.info-card::before,
.process-step::before,
.contact-point-card::before,
.legal-card::before,
.cta-box::before,
.smartflow-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 36%);
    pointer-events: none;
}

.card,
.process-step,
.contact-point-card,
.legal-card {
    padding: 32px;
}

.card h3,
.info-card h3,
.process-step h3,
.contact-point-card h3,
.legal-card h2 {
    font-size: 1.4rem;
    line-height: 1.12;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
    position: relative;
    z-index: 1;
}

.card p,
.info-card p,
.process-step p,
.contact-point-card p,
.legal-card p,
.legal-card li {
    color: var(--text-soft);
    line-height: 1.76;
    position: relative;
    z-index: 1;
}

.card-number,
.process-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: rgba(87, 171, 255, 0.12);
    color: #def1ff;
    font-weight: 800;
    border: 1px solid rgba(87, 171, 255, 0.2);
    position: relative;
    z-index: 1;
}

.feature-card {
    min-height: 100%;
}

.feature-list {
    display: grid;
    gap: 12px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.feature-list li {
    position: relative;
    padding-left: 26px;
    color: var(--text-soft);
    line-height: 1.7;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--primary));
    box-shadow: 0 0 0 6px rgba(87, 171, 255, 0.08);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #d9edff;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.text-link:hover {
    color: #ffffff;
}

.split-section {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 28px;
    align-items: stretch;
}

.split-content h2 {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
    margin-bottom: 18px;
    text-wrap: balance;
}

.split-content p {
    color: var(--text-soft);
    font-size: 1.05rem;
    line-height: 1.84;
    margin-bottom: 16px;
    max-width: 760px;
}

.info-card {
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.process-step {
    position: relative;
    overflow: hidden;
}

.process-step::after {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(87, 171, 255, 0.12), transparent 70%);
    pointer-events: none;
}

.smartflow-section {
    padding-top: 86px;
    padding-bottom: 86px;
}

.smartflow-box {
    padding: 44px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    background:
        radial-gradient(circle at top right, rgba(87, 171, 255, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(13, 25, 45, 0.98), rgba(8, 16, 30, 0.98));
}

.smartflow-content h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
    margin-bottom: 16px;
}

.smartflow-content p {
    max-width: 760px;
    color: var(--text-soft);
    margin-bottom: 14px;
    line-height: 1.82;
}

.smartflow-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.cta-section {
    padding-top: 74px;
}

.cta-box {
    padding: 50px 46px;
    text-align: center;
    background:
        radial-gradient(circle at top center, rgba(87, 171, 255, 0.2), transparent 32%),
        linear-gradient(180deg, rgba(12, 25, 45, 0.98), rgba(8, 16, 29, 1));
}

.cta-box h2 {
    font-size: clamp(2.1rem, 3.9vw, 3.7rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
    max-width: 940px;
    margin: 0 auto 18px;
    text-wrap: balance;
}

.cta-box p {
    max-width: 760px;
    margin: 0 auto 28px;
    color: var(--text-soft);
    font-size: 1.07rem;
    line-height: 1.82;
    position: relative;
    z-index: 1;
}

.cta-box .button-group {
    justify-content: center;
    margin-bottom: 0;
}

.page-hero {
    padding: 94px 0 42px;
}

.page-hero-simple .container {
    max-width: 920px;
}

.page-hero h1 {
    font-size: clamp(2.7rem, 4.8vw, 4.7rem);
    line-height: 0.94;
    letter-spacing: -0.07em;
    margin-bottom: 18px;
    text-wrap: balance;
}

.page-hero p {
    color: var(--text-soft);
    font-size: 1.1rem;
    max-width: 760px;
    line-height: 1.82;
}

.contact-layout {
    align-items: start;
}

.contact-points {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.contact-point-card {
    padding: 24px;
}

.contact-label {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--text-muted);
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 1;
}

.contact-value {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 10px;
    word-break: break-word;
    position: relative;
    z-index: 1;
}

.contact-info-card {
    position: sticky;
    top: 108px;
}

.contact-forms-grid {
    align-items: start;
}

.form-card {
    height: 100%;
}

.contact-form {
    margin-top: 24px;
    position: relative;
    z-index: 1;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group-full {
    grid-column: 1 / -1;
}

.form-group label {
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 700;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.045);
    color: var(--text);
    font-size: 0.98rem;
    outline: none;
    transition: var(--transition);
    resize: vertical;
    backdrop-filter: blur(6px);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-muted);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: rgba(87, 171, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(87, 171, 255, 0.12);
    background: rgba(255, 255, 255, 0.065);
}

.hidden-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.legal-section {
    padding: 52px 0 112px;
}

.legal-container {
    display: grid;
    gap: 22px;
}

.legal-card h2 {
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.legal-card ul {
    margin-top: 14px;
    padding-left: 18px;
    list-style: disc;
    position: relative;
    z-index: 1;
}

.legal-card li + li {
    margin-top: 8px;
}

.site-footer {
    padding: 38px 0 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(4, 10, 18, 0.62);
}

.footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-brand {
    font-size: 1.06rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.footer-text {
    max-width: 560px;
    color: var(--text-muted);
    line-height: 1.75;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--text-soft);
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--text);
}

.card-link-group {
    margin-top: 18px;
    position: relative;
    z-index: 1;
}

.card,
.info-card,
.process-step,
.contact-point-card,
.button,
.nav-links a,
.footer-links a,
.dashboard-card,
.smartflow-box,
.cta-box,
.legal-card,
.form-group input,
.form-group select,
.form-group textarea {
    transition: var(--transition);
}

.card:hover,
.info-card:hover,
.process-step:hover,
.contact-point-card:hover,
.legal-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow-medium);
}

.dashboard-card:hover,
.smartflow-box:hover,
.cta-box:hover {
    transform: translateY(-4px);
}

@media (max-width: 1080px) {
    .hero-grid,
    .split-section,
    .smartflow-box {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: auto;
    }

    .floating-badge-one {
        left: 10px;
    }

    .floating-badge-two {
        right: 10px;
    }

    .contact-info-card {
        position: static;
    }

    .smartflow-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .grid-3,
    .process-grid,
    .dashboard-stats,
    .form-grid,
    .hero-proof {
        grid-template-columns: 1fr;
    }

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

    .section {
        padding: 94px 0;
    }

    .hero-section {
        padding: 78px 0 98px;
    }

    .navbar {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 16px 0;
    }

    .nav-links {
        width: 100%;
    }

    .nav-links a {
        padding-left: 0;
        padding-right: 0;
        background: transparent;
    }

    .nav-links a:hover,
    .nav-links a.active {
        background: transparent;
        color: #ffffff;
    }

    .dashboard-card {
        max-width: 100%;
    }

    .cta-box,
    .smartflow-box,
    .info-card,
    .card,
    .process-step,
    .contact-point-card,
    .legal-card {
        padding: 24px;
    }

    .form-group-full {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(var(--container), calc(100% - 28px));
    }

    .hero-content h1,
    .page-hero h1,
    .section-heading h2,
    .split-content h2,
    .cta-box h2,
    .smartflow-content h2 {
        word-break: break-word;
    }

    .button,
    .button.button-secondary {
        width: 100%;
    }

    .button-group {
        flex-direction: column;
    }

    .floating-badge {
        position: static;
        margin-top: 14px;
        display: inline-flex;
    }

    .hero-visual {
        display: block;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
