/* ══════════════════════════════════════
   FONTS
══════════════════════════════════════ */
@font-face {
    font-family: "Euclid Circular B";
    src: url("../fonts/EuclidCircularB-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular B";
    src: url("../fonts/EuclidCircularB-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular B";
    src: url("../fonts/EuclidCircularB-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular B";
    src: url("../fonts/EuclidCircularB-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular B";
    src: url("../fonts/EuclidCircularB-Bold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ══════════════════════════════════════
   RESET
══════════════════════════════════════ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    font-size: 18px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #222222;
    background: #fff;
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    display: block;
}
button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
    font-size: inherit;
}
input,
select,
textarea {
    font-family: inherit;
}
ul {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
}
h1 {
    font-size: 3.5rem;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 1.333333rem;
}
h4 {
    font-size: 1.111111rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: 0.888889rem;
}

/* ══════════════════════════════════════
   DESIGN TOKENS  (OptimizePress palette)
══════════════════════════════════════ */
:root {
    /* OP Brand Colors */
    --navy: #0d1024;
    --navy-2: #151830;
    --navy-3: #1e2240;
    --indigo: #5850ec;
    --indigo-d: #4540d4;
    --indigo-l: #7b74f5;
    --indigo-sub: rgba(88, 80, 236, 0.07);
    --indigo-border: rgba(88, 80, 236, 0.18);
    --indigo-glow: rgba(88, 80, 236, 0.3);

    /* Surfaces */
    --white: #ffffff;
    --surface: #f9fafb;
    --surface-2: #f3f4f8;
    --surface-3: #ebedf5;

    /* Borders */
    --border: #e5e7f0;
    --border-2: #d0d3e8;

    /* Text */
    --text: #222222;
    --text-2: #222222;
    --text-3: #6b7194;
    --text-4: #222222;

    /* Semantic */
    --green: #16a34a;
    --green-sub: rgba(22, 163, 74, 0.08);
    --gold: #d97706;

    /* Radius */
    --r-sm: 6px;
    --r-md: 10px;
    --r-lg: 14px;
    --r-xl: 20px;
    --r-2xl: 28px;
    --r-pill: 9999px;

    /* Shadows */
    --sh-xs: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
    --sh-sm: 0 2px 8px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    --sh-md: 0 4px 16px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
    --sh-lg: 0 12px 36px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05);
    --sh-xl: 0 24px 60px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
    --sh-indigo: 0 8px 28px rgba(88, 80, 236, 0.32);

    /* Ease */
    --ease: cubic-bezier(0.4, 0, 0.2, 1);

    /* Section Spacing */
    --section-space-regular: 100px;
    --section-space-tablet: 60px;
    --section-space-mobile: 40px;
}

/* ══════════════════════════════════════
   LAYOUT
══════════════════════════════════════ */
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.text-center {
    text-align: center;
}
.justify-center {
    justify-content: center;
}
.w-full {
    width: 100%;
}
.section-header,
.section-intro {
    text-align: center;
    margin-bottom: 56px;
}
.section-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.section-intro.section-intro-spaced {
    margin-top: 36px;
    margin-bottom: 0;
}

/* ══════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════ */
.label-tag {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--indigo);
    font-size: 0.77rem;
    font-weight: 600;
}
.section-label {
    display: inline-block;
    margin-bottom: 10px;
}
.section-h2 {
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--text);
}
.section-title {
    margin-bottom: 16px;
}
.section-title-last {
    margin-bottom: 0;
}
.card-h3 {
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--text);
}
.body-lg,
.section-sub {
    font-size: 1.111111rem;
    line-height: 1.75;
}
.body-md {
    line-height: 1.65;
}
.section-copy {
    margin-top: 14px;
}
.section-copy-sm {
    margin-top: 10px;
}
.section-copy-centered {
    margin-left: auto;
    margin-right: auto;
}
.section-copy-600 {
    max-width: 600px;
}
.section-copy-560 {
    max-width: 560px;
}
.section-copy-520 {
    max-width: 28.889rem;
}
.section-copy-500 {
    max-width: 635px;
}
.section-copy-460 {
    max-width: 460px;
}
.gradient-text {
    background: linear-gradient(135deg, #c7c2ff 0%, #fff 50%, #c2e4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ══════════════════════════════════════
   SHARED SECTION SPACING
══════════════════════════════════════ */
section {
    padding: var(--section-space-regular) 0;
}

/* ══════════════════════════════════════
   BUTTONS  — OP exact style
══════════════════════════════════════ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: -0.01em;
    border: none;
    cursor: pointer;
    transition: all 0.18s var(--ease);
    white-space: nowrap;
    text-decoration: none;
    border-radius: var(--r-lg);
    padding: 13px 26px;
    line-height: 1;
    font-weight: 500;
}
.btn-primary {
    background: var(--indigo);
    color: #fff;
    box-shadow: var(--sh-indigo);
}
.btn-primary:hover {
    background: var(--indigo-d);
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(88, 80, 236, 0.38);
}
.btn-primary:active {
    transform: translateY(0);
}
.btn-outline {
    background: transparent;
    color: var(--text);
    border: 1.5px solid var(--border-2);
}
.btn-outline:hover {
    border-color: var(--indigo);
    color: var(--indigo);
    background: var(--indigo-sub);
}
.btn-outline-white {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.55);
}
.btn-lg {
    padding: 15px 32px;
    border-radius: var(--r-xl);
}
.btn .btn-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s;
}
.btn:hover .btn-arrow {
    transform: translateX(3px);
}

/* ══════════════════════════════════════
   ANNOUNCEMENT BAR
══════════════════════════════════════ */
.ann-bar {
    background: var(--indigo);
    color: #fff;
    text-align: center;
    padding: 10px 48px;
    position: relative;
    z-index: 200;
    letter-spacing: 0.01em;
    font-size: 0.778rem;
}
.ann-bar strong {
    color: #c4dfff;
}
.ann-bar a {
    color: #c4dfff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ann-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.15s;
}
.ann-close:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

/* ══════════════════════════════════════
   NAVIGATION
══════════════════════════════════════ */
.nav {
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--navy);
    transition: box-shadow 0.25s var(--ease);
}
.nav.scrolled {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.nav-inner {
    display: flex;
    align-items: center;
    height: 68px;
}
.logo {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
    margin-right: 36px;
    flex-direction: column;
    line-height: 1;
}
.logo-text {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
}
.logo-text span {
    color: var(--indigo-l);
}
.logo-subtext {
    color: var(--white);
    font-size: 0.778rem;
    margin-left: 5px;
}
ul.nav-links {
    display: flex;
    align-items: center;
    gap: 1px;
    flex: 1;
}
li.nav-item {
    position: relative;
    padding: 12px 0px;
}
.nav-a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 7px 12px;
    color: rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    transition: all 0.15s;
    cursor: pointer;
    white-space: nowrap;
}
.nav-a:hover,
.nav-a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}
.nav-a .nav-chevron {
    width: 10px;
    height: 10px;
    transition: transform 0.2s;
    opacity: 0.6;
}
li.nav-item:hover .nav-chevron {
    transform: rotate(180deg);
}
.nav-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    box-shadow: var(--sh-xl);
    padding: 12px;
    z-index: 300;
    animation: dropIn 0.18s var(--ease);
}
li.nav-item:hover .nav-drop {
    display: grid;
}
.nav-drop-2 {
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    min-width: 480px;
}
.nav-drop-4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    min-width: max-content;
}
.drop-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.15s;
}
.drop-item:hover {
    background: var(--surface);
}
.drop-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--indigo-sub);
    border: 1px solid var(--indigo-border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.drop-title {
    color: var(--text);
}
.drop-desc {
    margin-top: 2px;
    line-height: 1.4;
    font-size: 0.778rem;
}
.drop-footer {
    grid-column: 1/-1;
    border-top: 1px solid var(--border);
    padding-top: 10px;
    margin-top: 4px;
}
.drop-footer-link {
    color: var(--indigo);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border-radius: 8px;
    transition: background 0.15s;
}
.drop-footer-link:hover {
    background: var(--indigo-sub);
}
.nav-right {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.nav-lang {
    padding: 6px 12px;
    color: rgba(255, 255, 255, 0.65);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.6;
}
.nav-lang:hover {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}
.nav-login {
    padding: 7px 13px;
    color: rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    transition: all 0.15s;
    cursor: pointer;
}
.nav-login:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}
.nav-cta {
    padding: 9px 20px;
    background: var(--indigo);
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1.5;
}
.nav-cta:hover {
    background: var(--indigo-d);
    box-shadow: var(--sh-indigo);
}
.hamburger {
    display: none;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
}
.hamburger:hover {
    background: rgba(255, 255, 255, 0.1);
}
.hamburger-lines {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.hamburger-lines span {
    display: block;
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 2px;
    transition: all 0.2s;
}
.hamburger.open .hamburger-lines span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.open .hamburger-lines span:nth-child(2) {
    opacity: 0;
}
.hamburger.open .hamburger-lines span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.mobile-nav {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--navy);
    z-index: 1000;
    overflow-y: auto;
}
.mobile-nav.open {
    display: block;
}
.mobile-nav-inner {
    padding: 20px;
}
.mobile-nav-close-wrap {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 6px;
}
.mobile-nav-close {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    transition:
        background 0.15s,
        transform 0.15s;
}
.mobile-nav-close:hover {
    background: rgba(255, 255, 255, 0.12);
}
.mobile-nav-close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #fff;
    transform-origin: center;
}
.mobile-nav-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-nav-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-nav-inner .mobile-navbox + .mobile-navbox {
    margin-top: 15px;
}
.mobile-nav-label {
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: rgba(255, 255, 255, 1);
    padding: 8px 12px;
    display: block;
    font-weight: 600;
}
.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 13px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.15s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}
.mobile-nav-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}
.mobile-nav-actions .btn {
    width: 100%;
    justify-content: center;
}
@keyframes dropIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* ══════════════════════════════════════
   HERO  — OP style: dark navy bg, big
   centered H1 in 3 clear lines
══════════════════════════════════════ */
.hero {
    background: var(--navy);
    padding: 88px 0 0;
    position: relative;
    overflow: hidden;
}
.hero-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, black 0%, transparent 75%);
}
.hero-radial {
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(88, 80, 236, 0.38) 0%, transparent 60%);
    pointer-events: none;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.hero-media {
    position: relative;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px 5px 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--r-pill);
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 22px;
    font-size: 0.65rem;
    font-weight: 600;
}
.hero-badge-live {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(74, 222, 128, 0.15);
    border: 1px solid rgba(74, 222, 128, 0.25);
    border-radius: var(--r-pill);
    padding: 3px 9px;
    color: #4ade80;
}
.hero-badge-dot {
    width: 6px;
    height: 6px;
    background: #4ade80;
    border-radius: 50%;
    animation: livePulse 2s ease-in-out infinite;
}

/* H1: 3 distinct lines */
.hero h1 {
    line-height: 1;
    margin-bottom: 22px;
    color: #fff;
}
/* .hero h1 .line1 {
    display: block;
}
.hero h1 .line2 {
    display: block;
}
.hero h1 .line3 {
    display: block;
} */

.hero-sub {
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
    margin-bottom: 30px;
    max-width: 510px;
}

/* OP-style check list — thin stroke circle with checkmark */
.hero-checks {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 34px;
}
.hero-check {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.78);
}
.hero-check-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(88, 80, 236, 0.3);
    border: 1.5px solid rgba(88, 80, 236, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-ctas {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.hero-trust {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
}
.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.75rem;
}
.hero-trust-item strong {
    color: rgba(255, 255, 255, 0.7);
}
.hero-trust-div {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.15);
}

/* Hero right-side card */
.hero-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 26px;
    backdrop-filter: blur(16px);
    position: relative;
    font-size: 0.778rem;
}
.hero-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.hc-order-badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.hc-live {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4ade80;
}
.hc-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4ade80;
}
.hc-step-pill {
    padding: 4px 10px;
    background: rgba(88, 80, 236, 0.3);
    border: 1px solid rgba(88, 80, 236, 0.4);
    border-radius: var(--r-pill);
    color: var(--indigo-l);
}
.hc-doc-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 13px;
    margin-bottom: 13px;
}
.hc-doc-icon {
    width: 40px;
    height: 46px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.hc-doc-check {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #4ade80;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--navy);
}
.hc-doc-name {
    color: #fff;
}
.hc-doc-pair {
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
}
.hc-doc-price {
    color: var(--indigo-l);
    margin-left: auto;
    flex-shrink: 0;
}
.hc-prog-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.38);
    margin-bottom: 7px;
}
.hc-prog-bar {
    height: 5px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 14px;
}
.hc-prog-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--indigo), var(--indigo-l));
    border-radius: 3px;
    animation: fillBar 1.4s var(--ease) 0.6s forwards;
}
.hc-langs {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 12px;
}
.hc-lang {
    flex: 1;
    text-align: center;
    padding: 8px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.09);
}
.hc-swap {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--indigo-sub);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--indigo-border);
}
.hero-float-badge {
    position: absolute;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 10px 14px;
    box-shadow: var(--sh-lg);
}
.hfb-1 {
    bottom: 14px;
    left: -48px;
    display: flex;
    align-items: center;
    gap: 9px;
    animation: flt1 5s ease-in-out infinite;
}
.hfb-2 {
    top: 40px;
    right: -48px;
    animation: flt2 6s ease-in-out infinite;
}
.hfb-2 .hfb-title {
    margin-top: 3px;
}
.hfb-title {
    font-size: 0.778rem;
}
.hfb-sub {
    font-size: 0.625rem;
    margin-top: 1px;
}
.hfb-stars {
    color: #f59e0b;
    letter-spacing: 1px;
    font-size: 0.778rem;
}
.hero-wave {
    height: 72px;
    background: linear-gradient(to bottom, var(--navy), var(--white));
    position: relative;
    z-index: 2;
}

@keyframes livePulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.7);
        opacity: 0.1;
    }
}
@keyframes fillBar {
    to {
        width: 70%;
    }
}
@keyframes flt1 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}
@keyframes flt2 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(7px);
    }
}

/* ══════════════════════════════════════
   STATS BAR
══════════════════════════════════════ */
.stats-bar {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 32px 0;
}
.stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.stat-item {
    text-align: center;
    padding: 0 24px;
    border-right: 1px solid var(--border);
}
.stat-item:last-child {
    border-right: none;
}
.stat-num {
    color: var(--text);
    letter-spacing: -0.04em;
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
}
.stat-num span {
    color: var(--indigo);
}
.stat-label {
    margin-top: 6px;
    font-size: 0.889rem;
}

/* ══════════════════════════════════════
   TRUST STRIP
══════════════════════════════════════ */
.trust-strip {
    padding: 36px 0;
    border-bottom: 1px solid var(--border);
    background: var(--surface);
}
.trust-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-4);
    margin-bottom: 22px;
    text-align: center;
}
.trust-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}
.trust-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.42;
    transition: opacity 0.2s;
    cursor: default;
}
.trust-logo:hover {
    opacity: 0.72;
}
.trust-logo-icon {
    flex-shrink: 0;
    color: var(--text-2);
}
.trust-logo-name {
    color: var(--text-2);
}

/* ══════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════ */
.how-section {
    background: #fff;
    border-bottom: 1px solid var(--border);
}
.how-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 64px;
    position: relative;
}
.how-connector {
    position: absolute;
    top: 26px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: repeating-linear-gradient(
        90deg,
        var(--border) 0,
        var(--border) 8px,
        transparent 8px,
        transparent 16px
    );
}
.how-step {
    padding: 0 20px;
    text-align: center;
}
.how-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--indigo-sub);
    border: 1.5px solid var(--indigo-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--indigo);
    margin: 0 auto 18px;
    position: relative;
    z-index: 1;
    transition: all 0.22s;
    font-weight: 600;
}
.how-step:hover .how-num {
    background: var(--indigo);
    color: #fff;
    border-color: var(--indigo);
    box-shadow: var(--sh-indigo);
}
.how-step-icon {
    margin-bottom: 10px;
    color: var(--indigo);
}
.how-step-title {
    color: var(--text);
    margin-bottom: 9px;
    letter-spacing: -0.02em;
}
.how-step-desc {
    line-height: 1.65;
}
.birth-how-section .how-header {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.how-green .how-num {
    color: var(--white);
    background: var(--green);
    border-color: var(--green);
}
.how-step.how-green:hover .how-num {
    background: var(--green);
    border-color: var(--green);
    box-shadow: var(--sh-green);
}
.birth-how-section {
    background: var(--surface);
    border-top: 1px solid var(--border);
}

/* ══════════════════════════════════════
   DOCS / DOCUMENTS
══════════════════════════════════════ */
.docs-section {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}
.docs-header {
    margin-bottom: 36px;
}
.filter-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.filter-btn {
    padding: 7px 18px;
    border-radius: var(--r-pill);

    background: #fff;
    border: 1.5px solid var(--border);
    cursor: pointer;
    transition: all 0.15s;
}
.filter-btn:hover {
    color: var(--indigo);
    border-color: var(--indigo);
}
.filter-btn.active {
    background: var(--indigo);
    color: #fff;
    border-color: var(--indigo);
}
.docs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.doc-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    padding: 22px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
}
.doc-card:hover {
    border-color: var(--indigo);
    box-shadow: var(--sh-md);
    transform: translateY(-2px);
}
.doc-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--indigo-sub);
    border: 1px solid var(--indigo-border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: var(--indigo);
}
.doc-name {
    color: var(--text);
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}
.doc-meta {
    color: var(--text-4);
    margin-top: auto;
    padding-top: 12px;
    font-size: 0.889rem;
}
.doc-price {
    color: var(--indigo);
    margin-top: 5px;
    font-weight: 700;
}
.doc-time-tag {
    display: flex;
    align-items: center;
    gap: 5px;

    margin-top: 4px;
    font-size: 0.889rem;
}
.docs-cta {
    text-align: center;
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}
.docs-cta p {
    color: var(--text-4);
    margin-top: 12px;
}

/* ══════════════════════════════════════
   CALCULATOR
══════════════════════════════════════ */
.calc-section {
    background: #fff;
    border-bottom: 1px solid var(--border);
}
.calc-inner {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 72px;
    align-items: center;
}
.calc-features {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-top: 32px;
}
.calc-feat {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--text-2);
}
.calc-feat-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--green-sub);
    border: 1.5px solid rgba(22, 163, 74, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--green);
}
.calc-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-2xl);
    padding: 32px;
    box-shadow: var(--sh-md);
}
.calc-card h3 {
    color: var(--text);
    margin-bottom: 24px;
    letter-spacing: -0.025em;
}
.calc-card p {
    text-align: center;
    color: var(--text-4);
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.form-group {
    margin-bottom: 18px;
}
.form-label {
    display: block;
    letter-spacing: 0.08em;
    color: var(--text-4);
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 0.889rem;
}
.form-select {
    width: 100%;
    padding: 11px 36px 11px 13px;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-md);
    color: var(--text);
    font-family: "Inter", sans-serif;
    outline: none;
    transition: all 0.15s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%239ba3c4' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}
.form-select:focus {
    border-color: var(--indigo);
    box-shadow: 0 0 0 3px var(--indigo-sub);
}
.calc-result {
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: var(--r-lg);
    padding: 18px;
    margin: 8px 0 18px;
}
.calc-result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
}
.calc-result-row span:last-child {
    color: var(--text-2);
    font-weight: 600;
}
.calc-result-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 13px;
    border-top: 1px solid var(--border);
    margin-top: 4px;
}
.calc-result-total .label {
    font-weight: 500;
}
.calc-result-total .value {
    color: var(--indigo);
    letter-spacing: -0.04em;
    font-size: 2rem;
    font-weight: 700;
}

/* ══════════════════════════════════════
   LANGUAGES
══════════════════════════════════════ */
.langs-section {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}
.langs-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-top: 48px;
}
.lang-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    padding: 20px 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}
.lang-card:hover {
    border-color: var(--indigo);
    transform: translateY(-2px);
    box-shadow: var(--sh-sm);
}
.lang-flag {
    margin-bottom: 8px;
}
.lang-name {
    color: var(--text);
    margin-bottom: 2px;
    letter-spacing: -0.02em;
}
.lang-pairs {
    font-size: 0.778rem;
}

/* ══════════════════════════════════════
   WHY US / FEATURES
══════════════════════════════════════ */
.why-section {
    background: #fff;
    border-bottom: 1px solid var(--border);
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}
.why-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    padding: 28px;
    transition: all 0.2s;
}
.why-card:hover {
    border-color: var(--indigo);
    box-shadow: var(--sh-md);
    transform: translateY(-2px);
}
.why-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--indigo-sub);
    border: 1px solid var(--indigo-border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--indigo);
}
.why-card-title {
    color: var(--text);
    margin-bottom: 10px;
    letter-spacing: -0.025em;
}
.why-card-desc {
    line-height: 1.7;
}
.why-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 11px;
    background: var(--green-sub);
    border: 1px solid rgba(22, 163, 74, 0.14);
    color: var(--green);
    border-radius: var(--r-pill);
    margin-top: 14px;
    font-size: 0.889rem;
}

/* ══════════════════════════════════════
   REVIEWS
══════════════════════════════════════ */
.reviews-section {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}
.reviews-score-box {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    padding: 16px 22px;
    flex-shrink: 0;
    box-shadow: var(--sh-xs);
}
.reviews-score-num {
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
}
.reviews-score-stars {
    color: #f59e0b;
    letter-spacing: 2px;
}
.reviews-score-label {
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.review-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    padding: 24px;
    transition: all 0.2s;
}
.review-card:hover {
    box-shadow: var(--sh-md);
    border-color: var(--border-2);
    transform: translateY(-2px);
}
.review-stars {
    color: #f59e0b;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.review-text {
    color: var(--text-2);
    line-height: 1.75;
    margin-bottom: 18px;
}
.review-text::before {
    content: "\201C";
    color: var(--indigo-border);
    line-height: 0;
    vertical-align: -14px;
    margin-right: 1px;
}
.review-author {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    font-size: 0.778rem;
}
.review-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--indigo), var(--indigo-l));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.review-name {
    font-weight: 600;
    font-size: 0.889rem;
}
.review-meta {
    margin-top: 2px;
}
.review-verified {
    color: var(--green);
    margin-top: 1px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.birth-reviews-section {
    background: #fff;
}

/* ══════════════════════════════════════
   USE CASES
══════════════════════════════════════ */
.usecases-section {
    background: #fff;
    border-bottom: 1px solid var(--border);
}
.usecases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}
.usecase-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    padding: 26px;
    transition: all 0.2s;
}
.usecase-card:hover {
    border-color: var(--indigo);
    box-shadow: var(--sh-md);
    transform: translateY(-2px);
}
.usecase-icon {
    color: var(--indigo);
    margin-bottom: 14px;
}
.usecase-title {
    color: var(--text);
    margin-bottom: 9px;
    letter-spacing: -0.025em;
}
.usecase-desc {
    line-height: 1.7;
    margin-bottom: 14px;
}
.usecase-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}
.usecase-tag {
    padding: 3px 10px;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: var(--r-pill);
    font-size: 0.778rem;
}
.usecase-link {
    color: var(--indigo);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: gap 0.15s;
    font-weight: 500;
}
.usecase-link:hover {
    gap: 8px;
}

/* ══════════════════════════════════════
   AUTHORITY
══════════════════════════════════════ */
.authority-section {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}
.authority-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 72px;
    align-items: start;
    margin-top: 60px;
}
.authority-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.authority-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: var(--r-xl);
    transition: all 0.15s;
    border: 1.5px solid transparent;
}
.authority-item:hover {
    background: #fff;
    border-color: var(--border);
    box-shadow: var(--sh-xs);
}
.authority-icon {
    color: var(--indigo);
    flex-shrink: 0;
    margin-top: 2px;
}
.authority-item h4 {
    color: var(--text);
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}
.authority-item p {
    line-height: 1.65;
}
.cities-wrap {
    margin-top: 20px;
    padding: 18px;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
}
.cities-label {
    font-weight: 600;
    margin-bottom: 10px;
}
.city-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 0.778rem;
}
.city-pill {
    padding: 4px 12px;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: var(--r-pill);
    color: var(--text-2);
}

/* Guarantee box */
.guarantee-box {
    background: var(--navy);
    border-radius: var(--r-2xl);
    padding: 32px;
    position: sticky;
    top: 80px;
    overflow: hidden;
}
.guarantee-box-relative {
    position: relative;
}
.guarantee-box::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(88, 80, 236, 0.45) 0%, transparent 65%);
    pointer-events: none;
}
.guar-icon {
    color: #4ade80;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.guar-title {
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
    position: relative;
    z-index: 1;
}
.guar-desc {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.guar-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}
.guar-stat {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px;
    text-align: center;
}
.guar-stat-num {
    color: var(--indigo-l);
    letter-spacing: -0.03em;
}
.guar-stat-label {
    color: rgba(255, 255, 255, 0.38);
    margin-top: 2px;
}

/* ══════════════════════════════════════
   LANGPAIRS
══════════════════════════════════════ */
.langpairs-section {
    background: #fff;
    border-bottom: 1px solid var(--border);
}
.langpairs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 48px;
}
.langpair-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-lg);
    padding: 15px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    transition: all 0.18s;
}
.langpair-card:hover {
    border-color: var(--indigo);
    background: var(--indigo-sub);
}
.lp-pair {
    display: flex;
    align-items: center;
    gap: 9px;
}
.lp-name {
    color: var(--text);
}
.lp-price {
    color: var(--indigo);
    font-weight: 600;
}

/* ══════════════════════════════════════
   BLOG
══════════════════════════════════════ */
.blog-section {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}
.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.blog-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
}
.blog-card:hover {
    border-color: var(--border-2);
    box-shadow: var(--sh-md);
    transform: translateY(-2px);
}
.blog-card.featured {
    grid-column: span 2;
    flex-direction: row;
}
.blog-img-wrap {
    background: var(--surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.blog-card:not(.featured) .blog-img-wrap {
    height: 170px;
    font-size: 2rem;
}
.blog-card.featured .blog-img-wrap {
    width: 280px;
    min-height: 100%;
    font-size: 2.888889rem;
    padding: 0 20px;
}
.blog-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-cat {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--indigo);
    margin-bottom: 9px;
    display: block;
    font-weight: 600;
    font-size: 0.667rem;
}
.blog-title {
    color: var(--text);
    line-height: 1.4;
    margin-bottom: 9px;
    letter-spacing: -0.02em;
}
.blog-excerpt {
    line-height: 1.65;
    margin-bottom: 14px;
    flex: 1;
}
.blog-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--text-4);
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--border);
    font-size: 0.778rem;
}
.blog-meta-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--text-4);
}

/* ══════════════════════════════════════
   FAQ
══════════════════════════════════════ */
.faq-section {
    background: #fff;
    border-bottom: 1px solid var(--border);
}
.faq-item {
    display: flex;
    gap: 60px;
    padding: 20px 0px;
    align-items: flex-start;
    cursor: default;
}
.faq-item + .faq-item {
    border-top: 1.5px solid var(--border);
}
.faq-item:hover {
    border-color: var(--border-2);
}

.faq-q-text {
    color: var(--text);
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.faq-q {
    width: 35%;
}
.faq-a {
    line-height: 1.75;
    flex: 1;
}
.faq-link {
    color: var(--indigo);
    cursor: pointer;
}
.stillhave-que-wrapper {
    text-align: center;
    margin: 40px auto 0;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    max-width: 500px;
}
.stillhave-que-title {
    color: var(--text);
    margin-bottom: 6px;
}
.stillhave-que-text {
    margin: 0 0 16px;
}
.stillhave-que-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.stillhave-que-phone {
    padding: 11px 20px;
    background: var(--surface);
}

/* ══════════════════════════════════════
   CTA BAND
══════════════════════════════════════ */
.cta-band {
    background: var(--navy);
    position: relative;
    overflow: hidden;
}
.cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse 80% 100% at 50% -20%,
        rgba(88, 80, 236, 0.42) 0%,
        transparent 58%
    );
    pointer-events: none;
}
.cta-band-inner {
    text-align: center;
    position: relative;
    z-index: 1;
}
.cta-band-inner > .label-tag {
    display: inline-block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.cta-band-inner > h2 {
    color: #fff;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
    line-height: 1.1;
}
.cta-band .section-sub {
    color: rgba(255, 255, 255, 0.55);
    max-width: 500px;
    margin: 0 auto 36px;
}
.cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.cta-band-text {
    color: rgba(255, 255, 255, 0.35);
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.footer {
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 76px 0 0;
    font-size: 0.889rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 70px;
    margin-bottom: 56px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footermenu-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
}
.footer-brand-desc {
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 18px;
}
.footer-social {
    display: flex;
    gap: 8px;
}
.footer-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.15s;
}
.footer-social-btn:hover {
    background: var(--indigo);
    border-color: var(--indigo);
    color: #fff;
}
.footer-col-title {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 14px;
    letter-spacing: 0.02em;
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.footer-link {
    color: rgba(255, 255, 255, 0.42);
    cursor: pointer;
    transition: color 0.15s;
}
.footer-link:hover {
    color: rgba(255, 255, 255, 0.82);
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    gap: 14px;
    flex-wrap: wrap;
}
.footer-bottom-left {
    color: rgba(255, 255, 255, 0.28);
}
.footer-bottom-right {
    display: flex;
    gap: 20px;
}
.footer-bottom-link {
    color: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition: color 0.15s;
}
.footer-bottom-link:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer-badges {
    display: flex;
    gap: 7px;
    margin-top: 14px;
    flex-wrap: wrap;
}
.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--r-pill);
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.667rem;
}

/* ══════════════════════════════════════
   TOAST
══════════════════════════════════════ */
.toast {
    position: fixed;
    top: 28px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    background: var(--navy);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 11px 20px;
    border-radius: var(--r-lg);
    z-index: 2000;
    transition: all 0.2s;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 7px;
    box-shadow: var(--sh-xl);
}
.toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ══════════════════════════════════════
   FLOAT BTN + SKIP
══════════════════════════════════════ */
.float-order {
    display: none;
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 500;
}
.float-order-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 15px;
    background: var(--indigo);
    color: #fff;
    border-radius: var(--r-pill);
    box-shadow: var(--sh-indigo);
    cursor: pointer;
    border: none;
}
.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    padding: 10px 18px;
    background: var(--indigo);
    color: #fff;
    z-index: 9999;
    border-radius: 0 0 8px 0;
    transition: top 0.2s;
}
.skip-link:focus {
    top: 0;
}

/* ══════════════════════════════════════
   BIRTH CERTIFICATE PAGE STYLES
══════════════════════════════════════ */

/* Hero Section */
.hero-section {
    background: var(--navy);
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}
.hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.hero-bg-gradient {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 500px;
    background: radial-gradient(ellipse, rgba(88, 80, 236, 0.22) 0%, transparent 65%);
    pointer-events: none;
}
.hero-container {
    position: relative;
    z-index: 1;
}
.birth-hero-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 56px;
    align-items: start;
}
.hero-breadcrumb {
    margin-bottom: 20px;
}
.hero-breadcrumb-ol {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.75rem;
}
.hero-breadcrumb-li {
    color: rgba(255, 255, 255, 0.22);
}
.hero-breadcrumb-link {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.15s;
}
.hero-breadcrumb-link:hover {
    color: rgba(255, 255, 255, 0.85);
}
.hero-breadcrumb-active {
    color: rgba(255, 255, 255, 0.75);
}
.hero-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.hero-badge-sworn {
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.25);
    color: #4ade80;
}
.hero-badge-pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.3);
    animation: pulse 2s infinite;
}
.hero-badge-express {
    background: rgba(88, 80, 236, 0.15);
    border: 1px solid rgba(88, 80, 236, 0.3);
    color: var(--indigo-l);
}
.hero-badge-rating {
    background: rgba(217, 119, 6, 0.12);
    border: 1px solid rgba(217, 119, 6, 0.25);
    color: #f59e0b;
}
.hero-h1 {
    line-height: 1.2;
    letter-spacing: -0.035em;
    margin: 0 0 24px;
}
.hero-h1-span1 {
    display: block;
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.88));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-h1-span2 {
    display: block;
    background: linear-gradient(135deg, var(--indigo-l), #a8a4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-h1-span3 {
    display: block;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.45));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.72;
    margin: 0 0 28px;
    max-width: 520px;
}
.hero-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hero-checklist-li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.75);
}
.hero-checklist-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(88, 80, 236, 0.3);
    border: 1.5px solid rgba(88, 80, 236, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hero-checklist-svg {
    width: 11px;
    height: 11px;
    stroke: #7b74f5;
    stroke-width: 2.5;
}
.hero-highlight {
    color: rgba(255, 255, 255, 0.9);
}
.hero-card-note {
    color: rgba(255, 255, 255, 0.4);
    margin-top: 3px;
}
.how-num.complete {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.3);
}
.hero-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.hero-btn-primary {
    padding: 16px 36px;
    border-radius: var(--r-xl);
}
.birth-hero-trust {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.birth-hero-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.5);
}
.hero-trust-svg {
    width: 15px;
    height: 15px;
}
.hero-trust-strong {
    color: rgba(255, 255, 255, 0.8);
}
.hero-sticky {
    position: sticky;
    top: 88px;
}
.birth-hero-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--r-2xl);
    padding: 28px;
    backdrop-filter: blur(10px);
}
.hero-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.hero-card-price-label {
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}
.hero-card-price {
    color: #fff;
    line-height: 1;
    font-size: 2rem;
    font-weight: 700;
}
.hero-card-price-span {
    font-size: 1rem;
}
.hero-card-available {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.25);
    border-radius: var(--r-pill);
    color: #4ade80;
    margin-top: 4px;
    font-size: 0.625rem;
    font-weight: 600;
}
.hero-card-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--r-lg);
    overflow: hidden;
    margin-bottom: 20px;
}
.hero-card-stat {
    background: rgba(255, 255, 255, 0.04);
    padding: 13px 10px;
    text-align: center;
}
.hero-card-stat-num {
    color: #fff;
    font-weight: 500;
}
.hero-card-stat-label {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
}
.hero-card-express {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(88, 80, 236, 0.12);
    border: 1px solid rgba(88, 80, 236, 0.25);
    border-radius: var(--r-lg);
    margin-bottom: 20px;
}
.hero-card-express-svg {
    width: 18px;
    height: 18px;
    stroke: var(--indigo-l);
}
.hero-card-express-text {
    color: var(--indigo-l);
    font-weight: 600;
}
.hero-card-express-desc {
    color: rgba(255, 255, 255, 0.45);
    margin-top: 2px;
    font-size: 0.778rem;
}
.hero-card-btn-primary {
    width: 100%;
    justify-content: center;
    border-radius: var(--r-xl);
    padding: 15px;
    margin-bottom: 10px;
}
.hero-card-btn-outline {
    width: 100%;
    justify-content: center;
    border-radius: var(--r-xl);
    padding: 12px;
}
.hero-card-secure {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.75rem;
}
.hero-gradient {
    height: 60px;
    background: linear-gradient(to bottom, transparent, var(--surface));
    margin-top: 64px;
    position: relative;
    z-index: 2;
}

/* Stats Bar */
.birth-stats-bar {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: 0;
}
.stats-bar-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-left: 1px solid var(--border);
}
.stats-bar-item {
    padding: 28px 20px;
    border-right: 1px solid var(--border);
    text-align: center;
}
.stats-bar-price {
    color: var(--text);
    letter-spacing: -0.04em;
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
}
.stats-bar-price-indigo {
    color: var(--indigo);
}
.stats-bar-label {
    margin-top: 6px;
    font-size: 0.889rem;
}

/* Use Cases */
.use-cases {
    background: #fff;
}
.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.use-cases-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 28px;
    border-top: 3px solid var(--indigo);
    transition: all 0.2s;
}
.use-cases-card:hover {
    box-shadow: var(--sh-lg);
    transform: translateY(-3px);
}
.use-cases-card-green {
    border-top-color: #059669;
}
.use-cases-card-purple {
    border-top-color: #7c3aed;
}
.use-cases-card-orange {
    border-top-color: #d97706;
}
.use-cases-card-red {
    border-top-color: #dc2626;
}
.use-cases-card-cyan {
    border-top-color: #0891b2;
}
.use-cases-icon {
    color: var(--indigo);
    margin-bottom: 16px;
}
.use-cases-icon-green {
    color: #059669;
}
.use-cases-icon-purple {
    color: #7c3aed;
}
.use-cases-icon-orange {
    color: #d97706;
}
.use-cases-icon-red {
    color: #dc2626;
}
.use-cases-icon-cyan {
    color: #0891b2;
}
.use-cases-card-h3 {
    margin: 0 0 10px;
}
.use-cases-card-p {
    margin: 0 0 16px;
}
.use-cases-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.778rem;
    font-weight: 500;
}
.use-cases-tag {
    padding: 3px 9px;
    background: var(--indigo-sub);
    color: var(--indigo);
    border-radius: var(--r-pill);
    border: 1px solid var(--indigo-border);
}
.use-cases-tag-green {
    background: rgba(5, 150, 105, 0.08);
    color: #059669;
    border-color: rgba(5, 150, 105, 0.2);
}
.use-cases-tag-purple {
    background: rgba(124, 58, 237, 0.08);
    color: #7c3aed;
    border-color: rgba(124, 58, 237, 0.2);
}
.use-cases-tag-orange {
    background: rgba(217, 119, 6, 0.1);
    color: #d97706;
    border-color: rgba(217, 119, 6, 0.25);
}
.use-cases-tag-red {
    background: rgba(220, 38, 38, 0.08);
    color: #dc2626;
    border-color: rgba(220, 38, 38, 0.2);
}
.use-cases-tag-cyan {
    background: rgba(8, 145, 178, 0.08);
    color: #0891b2;
    border-color: rgba(8, 145, 178, 0.2);
}

/* Pricing */
.pricing-section {
    background: #fff;
}
.pricing-header {
    margin-bottom: 60px;
}
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1.04fr 1fr;
    gap: 20px;
    align-items: start;
}
.pricing-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-2xl);
    padding: 32px 25px;
}
.pricing-card-featured {
    background: var(--navy);
    border: 2px solid var(--indigo);
    border-radius: var(--r-2xl);
    box-shadow: var(--sh-indigo);
    position: relative;
    transform: scale(1.02);
}
.pricing-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--indigo);
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: var(--r-pill);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.625rem;
    font-weight: 600;
}
.pricing-tier {
    letter-spacing: 0.1em;
    text-transform: uppercase;

    margin-bottom: 12px;
}
.pricing-tier-featured {
    color: rgba(255, 255, 255, 0.45);
}
.pricing-price {
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 2rem;
}
.pricing-price-featured {
    color: #fff;
}
.pricing-price-note {
    margin-bottom: 22px;
}
.pricing-price-note-featured {
    color: rgba(255, 255, 255, 0.45);
}
.pricing-delivery {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    margin-bottom: 22px;
}
.pricing-delivery-featured {
    background: rgba(88, 80, 236, 0.2);
    border: 1px solid rgba(88, 80, 236, 0.4);
}
.pricing-delivery-icon {
    width: 16px;
    height: 16px;
}
.pricing-delivery-text {
    font-size: 0.889rem;
    color: var(--text);
}
.pricing-delivery-text-featured {
    color: var(--indigo-l);
}
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pricing-feature {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--text-2);
}
.pricing-feature-featured {
    color: rgba(255, 255, 255, 0.75);
}
.pricing-btn {
    width: 100%;
    justify-content: center;
}
.pricing-footer .pricing-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-2xl);
    padding: 32px;
}
.pricing-price-span {
    font-size: 1rem;
}
.pricing-delivery {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    margin-bottom: 22px;
}
.pricing-delivery-featured {
    background: rgba(88, 80, 236, 0.2);
    border: 1px solid rgba(88, 80, 236, 0.4);
}
.pricing-delivery-icon {
    width: 16px;
    height: 16px;
    stroke: var(--indigo);
}
.pricing-delivery-icon-featured {
    stroke: var(--indigo-l);
}
.pricing-delivery-text {
    color: var(--text);
}
.pricing-delivery-text-featured {
    color: var(--indigo-l);
}

.pricing-feature-featured .pricing-feature-icon {
    stroke: #4ade80;
}
.pricing-feature-icon {
    width: 20px;
    height: 20px;
    stroke: var(--green);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    margin-top: 5px;
}
.pricing-footer {
    text-align: center;
    margin-top: 24px;
}
.pricing-footer-link {
    color: var(--indigo);
    cursor: pointer;
}

/* Languages */
.languages-section {
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.languages-header {
    margin-bottom: 48px;
}
.languages-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}
.languages-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    cursor: pointer;
    transition: all 0.18s;
}
.languages-item:hover {
    border-color: var(--indigo);
    box-shadow: var(--sh-sm);
}
.languages-name {
    color: var(--text);
}
.languages-native {
    font-size: 0.75rem;
}
.languages-cta {
    text-align: center;
}

.how-num-success {
    background: var(--green);
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.3);
}

/* Birth Certificate Why */
.birth-why-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(99, 102, 241, 0.2), transparent 34%),
        linear-gradient(180deg, #0f172a 0%, #111827 100%);
    overflow: hidden;
}
.birth-why-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.35;
    pointer-events: none;
}
.birth-why-container {
    position: relative;
    z-index: 1;
}
.birth-why-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}
.birth-why-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--r-pill);
    background: rgba(255, 255, 255, 0.08);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.75rem;
    font-weight: 600;
}
.birth-why-title {
    margin: 0 0 18px;
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #fff;
}
.birth-why-copy {
    max-width: 620px;
    margin: 0;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
}
.birth-why-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.birth-why-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 36px;
}
.birth-why-stat {
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}
.birth-why-stat-value {
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.birth-why-stat-label {
    margin-top: 8px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.75rem;
}
.birth-why-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.birth-why-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}
.birth-why-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(99, 102, 241, 0.18);
    color: #c7d2fe;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.birth-why-card-title {
    margin: 0 0 8px;
    line-height: 1.25;
    color: #fff;
}
.birth-why-card-text {
    margin: 0;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}
.birth-why-card-guarantee {
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.18), rgba(255, 255, 255, 0.08));
    border-color: rgba(74, 222, 128, 0.22);
}
.birth-why-card-icon-success {
    background: rgba(22, 163, 74, 0.16);
    color: #86efac;
}
.birth-why-card-title-success {
    color: #dcfce7;
}

/* Birth Certificate SEO */
.birth-seo-section {
    background: #fff;
    border-top: 1px solid var(--border);
}
.birth-seo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}
.birth-seo-title {
    margin: 0 0 14px;
    letter-spacing: -0.03em;
    color: var(--text);
}
.birth-seo-subtitle {
    margin: 0 0 14px;
    letter-spacing: -0.02em;
    color: var(--text);
}
.birth-seo-text {
    margin: 0 0 16px;
    line-height: 1.8;
    color: var(--text-2);
}
.birth-seo-text-spaced {
    margin-bottom: 24px;
}
.birth-seo-text-short {
    margin-bottom: 12px;
}
.birth-seo-text-last {
    margin-bottom: 0;
}
.birth-seo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.birth-seo-list-spaced {
    margin-bottom: 24px;
}
.birth-seo-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.7;
    color: var(--text-2);
}
.birth-seo-list-icon {
    margin-top: 2px;
    color: var(--indigo);
    flex-shrink: 0;
}
.birth-seo-list-success .birth-seo-list-icon {
    color: var(--green);
}

/* Marriage Certificate Content */
.marriage-what-section {
    background: var(--surface);
    border-top: none;
}
.marriage-what-section .label-tag {
    display: inline-block;
    margin-bottom: 12px;
}
.marriage-what-title {
    margin: 0 0 20px;
}
.marriage-what-copy {
    margin-bottom: 32px;
}
.marriage-what-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.marriage-what-card {
    padding: 16px;
    border-radius: var(--r-lg);
    font-size: 0.889rem;
}
.marriage-what-card-provide {
    background: var(--indigo-sub);
    border: 1px solid var(--indigo-border);
}
.marriage-what-card-skip {
    background: var(--green-sub);
    border: 1px solid rgba(22, 163, 74, 0.15);
}
.marriage-what-card-guarantee {
    background: #fff;
    border: 1.5px solid var(--border);
}
.marriage-what-card-title {
    margin-bottom: 15px;
}
.marriage-what-card-title-provide {
    color: var(--indigo);
}
.marriage-what-card-title-skip {
    color: var(--green);
}
.marriage-what-card-title-guarantee {
    color: var(--text);
}
.marriage-what-card-list {
    margin: 0;
}
.marriage-what-card-list li + li {
    margin-top: 10px;
}
.marriage-what-card-text {
    margin: 0;
}

/* Birth Certificate Final CTA */
.birth-final-cta-section {
    position: relative;
    background: var(--indigo);
    overflow: hidden;
}
.birth-final-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}
.birth-final-cta-section::after {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    width: 700px;
    height: 400px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.12) 0%, transparent 65%);
    pointer-events: none;
}
.birth-final-cta-container {
    position: relative;
    z-index: 1;
    text-align: center;
}
.birth-final-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 14px;
    margin-bottom: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--r-pill);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.778rem;
}
.birth-final-cta-title {
    margin: 0 0 16px;
    line-height: 1.08;
    letter-spacing: -0.035em;
    color: #fff;
}
.birth-final-cta-text {
    max-width: 550px;
    margin: 0 auto 32px;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.72);
}
.birth-final-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.birth-final-cta-primary {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 34px;
    background: #fff;
    color: var(--indigo);
    border: none;
    border-radius: var(--r-xl);
    cursor: pointer;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.2);
    line-height: 1;
}
.birth-final-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.25);
}
.birth-final-cta-benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.birth-final-cta-benefit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.7);
}
.birth-final-cta-note {
    color: rgba(255, 255, 255, 0.45);
}
.birth-final-cta-note-strong {
    color: rgba(255, 255, 255, 0.75);
}

/* Why Transzlate */
.why-section {
    background: var(--surface);
    border-top: 1px solid var(--border);
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.why-card {
    text-align: center;
}
.why-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--indigo-sub);
    border: 2px solid var(--indigo-border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.why-h3 {
    color: var(--text);
    margin: 0 0 12px;
}
.why-p-card {
    margin: 0;
}

/* Related Documents */
.related-section {
    background: #fff;
    border-top: 1px solid var(--border);
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.related-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 18px 20px;
    text-align: left;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 14px;
    line-height: 1;
}
.related-card:hover {
    box-shadow: var(--sh-lg);
    transform: translateY(-2px);
}
.related-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--indigo-sub);
    border: 1px solid var(--indigo-border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--indigo);
}
.related-card-name {
    font-size: 0.778rem;
    font-weight: 600;
    margin: 0 0 8px;
}
.related-card-price {
    font-size: 0.778rem;
}
.related-card-arrow {
    margin-left: auto;
    color: var(--indigo-l);
    flex-shrink: 0;
}
.related-cta {
    margin-top: 30px;
    text-align: center;
}

/* Final CTA */
.final-cta-section {
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.final-cta-container {
    text-align: center;
}
.final-cta-h2 {
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.2;
}
.final-cta-p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.final-cta-btn {
    margin-bottom: 16px;
}
.final-cta-note {
    color: rgba(255, 255, 255, 0.5);
}
.faq-section.birth-faq-section {
    background: var(--surface);
    border-top: 1px solid var(--border);
}

/* About Page */
.about-hero-section {
    background: var(--navy);
    padding: 4.889rem 0 0;
    position: relative;
    overflow: hidden;
}
.about-hero-pattern,
.about-cta-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 2.667rem 2.667rem;
}
.about-hero-glow {
    position: absolute;
    top: -6.667rem;
    left: 50%;
    width: 50rem;
    height: 27.778rem;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(88, 80, 236, 0.22) 0%, transparent 65%);
    pointer-events: none;
}
.about-hero-container,
.about-cta-inner {
    position: relative;
    z-index: 1;
}
.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 23.333rem;
    gap: 4rem;
    align-items: center;
}
.about-hero-badge,
.about-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.444rem;
    padding: 0.278rem 0.778rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--r-pill);
    font-size: 0.667rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 1.333rem;
}
.about-hero-title {
    font-size: clamp(2rem, 5vw, 3.667rem);
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: -0.04em;
    margin: 0 0 1.333rem;
}
.about-hero-title-line {
    display: block;
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.88));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.about-hero-title-line-accent {
    background: linear-gradient(135deg, var(--indigo-l), #a8a4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.about-hero-text {
    max-width: 28.889rem;
    margin: 0 0 1.778rem;
    font-size: 1.056rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.72);
}
.about-hero-text strong,
.about-story-mission-text strong {
    color: #fff;
}
.about-hero-actions,
.about-cta-actions {
    display: flex;
    align-items: center;
    gap: 0.778rem;
    flex-wrap: wrap;
}
.about-hero-btn-primary,
.about-cta-order-btn {
    padding: 0.833rem 1.889rem;
    border-radius: var(--r-xl);
}
.about-hero-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--r-2xl);
    padding: 1.778rem;
    backdrop-filter: blur(10px);
}
.about-hero-brand {
    display: flex;
    align-items: center;
    gap: 0.778rem;
    margin-bottom: 1.333rem;
}
.about-hero-brand-mark {
    width: 2.444rem;
    height: 2.444rem;
    border-radius: 0.556rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--indigo), var(--indigo-l));
    flex-shrink: 0;
}
.about-hero-brand-name {
    font-size: 1.111rem;
    color: #fff;
    margin: 0;
}
.about-hero-brand-name span {
    color: var(--indigo-l);
}
.about-hero-brand-label {
    margin: 0.111rem 0 0;
    font-size: 0.667rem;
    color: rgba(255, 255, 255, 0.45);
}
.about-hero-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 1.222rem;
}
.about-hero-list {
    display: flex;
    flex-direction: column;
    gap: 0.667rem;
    margin-bottom: 1.333rem;
}
.about-hero-list-item {
    display: flex;
    align-items: center;
    gap: 0.667rem;
    font-size: 0.778rem;
    color: rgba(255, 255, 255, 0.72);
}
.about-hero-list-icon {
    font-size: 0.889rem;
}
.about-hero-chip-row {
    display: flex;
    gap: 0.444rem;
    flex-wrap: wrap;
}
.about-hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.278rem;
    padding: 0.278rem 0.667rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--r-pill);
    font-size: 0.611rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
}

.about-network-stat-value {
    font-size: 2.111rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--text);
}
.about-network-stat-value {
    color: var(--indigo);
}
.about-network-stat-label {
    margin-top: 0.444rem;
    font-size: 0.75rem;

    font-weight: 500;
}
.about-story-section,
.about-team-section,
.about-network-section {
    background: #fff;
}
.about-values-section,
.about-iso-section {
    background: var(--surface);
}
.about-story-grid,
.about-network-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 25rem;
    gap: 4.444rem;
    align-items: center;
}
.about-story-text {
    margin-top: 1rem;
}
.about-story-signoff {
    margin-top: 1.556rem;
    font-style: italic;
}
.about-story-signoff-name {
    font-style: normal;
}
.about-story-stack {
    display: flex;
    flex-direction: column;
    gap: 0.889rem;
}
.about-story-mission {
    background: var(--navy);
    border-radius: var(--r-2xl);
    padding: 1.556rem;
    color: #fff;
}
.about-story-mission-label {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.about-story-mission-text {
    color: rgba(255, 255, 255, 0.85);
}
.about-story-meta-grid,
.about-network-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.778rem;
}
.about-story-meta-grid {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-2xl);
    padding: 1.556rem;
}
.about-story-meta-card,
.about-network-stat-card {
    text-align: center;
    padding: 0.889rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
}
.about-story-meta-icon {
    font-size: 1.444rem;
    margin-bottom: 0.444rem;
}
.about-story-meta-title {
    margin: 0 0 0.222rem;
}
.about-story-meta-text {
    font-size: 0.889rem;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.111rem;
}
.about-values-card,
.about-team-card,
.about-iso-card {
    transition: all 0.2s;
}
.about-values-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    padding: 1.778rem;
}
.about-values-card:hover,
.about-team-card:hover,
.about-iso-card:hover {
    transform: translateY(-0.167rem);
    box-shadow: var(--sh-lg);
}
.about-values-icon,
.about-iso-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.778rem;
    margin-bottom: 1rem;
}
.about-values-icon {
    width: 2.889rem;
    height: 2.889rem;
    font-size: 1.333rem;
}
.about-values-icon-indigo,
.about-iso-icon-indigo {
    background: var(--indigo-sub);
    border: 1px solid var(--indigo-border);
}
.about-values-icon-green,
.about-iso-icon-green {
    background: var(--green-sub);
    border: 1px solid rgba(22, 163, 74, 0.15);
}
.about-values-icon-amber,
.about-iso-icon-amber {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.2);
}
.about-values-icon-cyan,
.about-iso-icon-cyan {
    background: rgba(8, 145, 178, 0.1);
    border: 1px solid rgba(8, 145, 178, 0.2);
}
.about-values-icon-violet {
    background: rgba(124, 58, 237, 0.1);
    border: 1px solid rgba(124, 58, 237, 0.2);
}
.about-values-card-title {
    margin: 0 0 0.556rem;
}

.about-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.111rem;
    margin-bottom: 1.778rem;
}
.about-team-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-2xl);
    padding: 1.778rem;
    display: flex;
    gap: 1.222rem;
    align-items: flex-start;
}
.about-team-avatar {
    width: 3.778rem;
    height: 3.778rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.222rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--indigo), var(--indigo-l));
}
.about-team-avatar-alt {
    background: linear-gradient(135deg, #0052cc, #ffae00);
}
.about-team-details {
    flex: 1;
}
.about-team-name {
    margin: 0 0 0.222rem;
}
.about-team-role {
    margin: 0 0 0.889rem;
    font-size: 0.722rem;
    font-weight: 600;
    color: var(--indigo);
}
.about-team-divider {
    height: 1px;
    background: var(--border);
    margin-bottom: 0.889rem;
}
.about-team-meta {
    display: flex;
    flex-direction: column;
    gap: 0.556rem;
}
.about-team-link,
.about-team-static {
    display: flex;
    align-items: center;
    gap: 0.556rem;
    font-size: 0.889rem;
}
.about-team-link {
    transition: color 0.15s;
}
.about-team-link:hover {
    color: var(--indigo);
}
.about-team-contact-bar {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
    border-radius: var(--r-2xl);
    padding: 2rem 2.444rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.778rem;
    flex-wrap: wrap;
}
.about-team-contact-title {
    font-size: 1.111rem;
    color: #fff;
    margin: 0 0 0.333rem;
}
.about-team-contact-text {
    font-size: 0.833rem;
    color: rgba(255, 255, 255, 0.64);
    line-height: 1.6;
}
.about-team-contact-actions {
    display: flex;
    gap: 0.667rem;
    flex-wrap: wrap;
}
.about-team-contact-link,
.about-team-contact-link-light {
    display: inline-flex;
    align-items: center;
    gap: 0.444rem;
    padding: 0.722rem 1.333rem;
    border-radius: var(--r-xl);
    font-size: 0.833rem;
    font-weight: 700;
    transition:
        transform 0.18s,
        background 0.18s;
}
.about-team-contact-link {
    background: #fff;
    color: var(--navy);
}
.about-team-contact-link-light {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.about-team-contact-link:hover,
.about-team-contact-link-light:hover {
    transform: translateY(-0.111rem);
}
.about-iso-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.111rem;
}
.about-iso-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-2xl);
    padding: 1.778rem;
    text-align: center;
}
.about-iso-icon {
    width: 3.556rem;
    height: 3.556rem;
    font-size: 1.667rem;
    margin: 0 auto 1rem;
}
.about-iso-code {
    margin: 0 0 0.444rem;
    font-size: 0.722rem;
    font-weight: 700;
    color: var(--indigo);
    letter-spacing: 0.06em;
}
.about-iso-code-green {
    color: var(--green);
}
.about-iso-code-amber {
    color: #d97706;
}
.about-iso-code-cyan {
    color: #0891b2;
}
.about-iso-title {
    margin: 0 0 0.667rem;
    font-size: 0.889rem;
    color: var(--text);
}
.about-network-list {
    display: flex;
    flex-direction: column;
    gap: 0.667rem;
    margin-top: 1.556rem;
}
.about-network-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.667rem;
    font-size: 0.861rem;
    color: var(--text-2);
}
.about-network-list-icon {
    width: 1rem;
    height: 1rem;
    color: var(--indigo);
    flex-shrink: 0;
    margin-top: 0.222rem;
}
.about-network-stat-card {
    background: var(--surface);
    border-radius: var(--r-xl);
    padding: 1.333rem;
}
.about-cta-section {
    background: var(--indigo);
    position: relative;
    overflow: hidden;
}
.about-cta-glow {
    position: absolute;
    top: -3.333rem;
    left: 50%;
    width: 38.889rem;
    height: 22.222rem;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.12) 0%, transparent 65%);
    pointer-events: none;
}
.about-cta-inner {
    text-align: center;
}
.about-cta-title {
    font-size: clamp(1.556rem, 4vw, 2.889rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    color: #fff;
    margin: 0 0 0.889rem;
}
.about-cta-text {
    max-width: 27.778rem;
    margin: 0 auto 1.778rem;
    font-size: 0.944rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.74);
}
.about-cta-actions {
    justify-content: center;
    margin-bottom: 1.333rem;
}
.about-cta-order-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.444rem;
    border: none;
    background: #fff;
    color: var(--indigo);
    font-size: 0.889rem;
    font-weight: 700;
    box-shadow: 0 0.556rem 2rem rgba(0, 0, 0, 0.2);
    transition: transform 0.18s;
}
.about-cta-order-btn:hover {
    transform: translateY(-0.111rem);
}
.about-cta-benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.333rem;
    flex-wrap: wrap;
}
.about-cta-benefit {
    display: inline-flex;
    align-items: center;
    gap: 0.333rem;
    font-size: 0.722rem;
    color: rgba(255, 255, 255, 0.72);
}
.about-network-text {
    margin-top: 30px;
}

/* ══════════════════════════════════════
   CONTACT PAGE
══════════════════════════════════════ */
.contact-page {
    background: #fff;
}
.contact-topbar {
    background: var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    flex-wrap: wrap;
    padding: 14px 0;
}
.contact-topbar-inner .hero-breadcrumb {
    margin-bottom: 0;
}
.contact-topbar-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 0.778rem;
}
.contact-topbar-link {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
    transition: color 0.15s;
}
.contact-topbar-link,
.contact-topbar-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.contact-topbar-note {
    color: rgba(255, 255, 255, 0.4);
}

.contact-topbar-link:hover {
    color: #fff;
}
.contact-hero-section {
    position: relative;
    overflow: hidden;
    background: var(--navy);
    text-align: center;
    padding: 40px 0 48px;
}
.contact-hero-section::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    width: 600px;
    height: 350px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(88, 80, 236, 0.2) 0%, transparent 65%);
    pointer-events: none;
}
.contact-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
}
.contact-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--r-pill);
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    font-size: 0.889rem;
}
.contact-hero-title {
    margin: 0;
    color: #fff;
    line-height: 1.08;
}
.contact-hero-text {
    max-width: 460px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, 0.66);
}
.contact-main-section {
    background: #f7f8fc;
}
.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}
.contact-main-column,
.contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.contact-sidebar {
    position: sticky;
    top: 96px;
}
.contact-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-2xl);
    box-shadow: var(--sh-xs);
    overflow: hidden;
}
.contact-card-header {
    padding: 26px 28px;
    border-bottom: 1px solid var(--border);
}
.contact-card-body {
    padding: 26px 28px;
}
.contact-card-heading,
.contact-sidebar-title {
    color: var(--text);
    margin: 0 0 6px;
}
.contact-card-copy,
.contact-sidebar-copy,
.contact-channel-text,
.contact-person-role {
    font-size: 0.778rem;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.contact-field-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
.contact-form-control {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--border);
    border-radius: var(--r-md);
    background: #fff;
    color: var(--text);
    transition:
        border-color 0.15s,
        box-shadow 0.15s;
}
.contact-form-control:focus {
    outline: none;
    border-color: var(--indigo);
    box-shadow: 0 0 0 3px var(--indigo-sub);
}
.contact-form-control::placeholder {
    color: var(--text-4);
}
.contact-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%239ba3c4' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}
.contact-textarea {
    min-height: 160px;
    resize: vertical;
}
.contact-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.contact-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: var(--indigo);
    flex-shrink: 0;
}
.contact-checkbox-copy {
    font-size: 0.889rem;
    line-height: 1.6;
}
.contact-form-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.778rem;
    text-align: center;
}
.contact-form-success {
    margin-top: 4px;
    padding: 24px;
    background: var(--green-sub);
    border: 1.5px solid rgba(22, 163, 74, 0.2);
    border-radius: var(--r-xl);
    text-align: center;
}
.contact-form-success-title {
    margin: 0 0 8px;
    color: var(--green);
}
.contact-form-success-text {
    color: var(--text-2);
    line-height: 1.6;
}
.contact-channel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.contact-channel-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
    transition:
        border-color 0.18s,
        box-shadow 0.18s,
        transform 0.18s;
}
a.contact-channel-card:hover {
    border-color: var(--indigo);
    box-shadow: var(--sh-sm);
    transform: translateY(-1px);
}
.contact-channel-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--indigo-sub);
    border: 1px solid var(--indigo-border);
    color: var(--indigo);
}
.contact-channel-title,
.contact-person-name {
    color: var(--text);
    margin: 0 0 4px;
}
.contact-team-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contact-person {
    display: flex;
    align-items: center;
    gap: 12px;
}
.contact-person-avatar {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--indigo), var(--indigo-l));
    color: #fff;
    font-weight: 700;
}
.contact-person-avatar-alt {
    background: linear-gradient(135deg, #0052cc, #ffae00);
}
.contact-sidebar-button {
    margin-top: 18px;
    font-size: 0.889rem;
}
.contact-answer-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.778rem;
    margin-top: 20px;
}
.contact-answer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    color: var(--text-2);
}
.contact-answer-value {
    color: var(--green);
    font-weight: 600;
    text-align: right;
}
.contact-order-box {
    padding: 22px;
    background: var(--indigo-sub);
    border: 1.5px solid var(--indigo-border);
    border-radius: var(--r-2xl);
}
.contact-order-box .btn {
    margin-top: 15px;
}
.contact-badge-panel {
    padding: 18px 20px;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: var(--r-xl);
}
.contact-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.contact-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    font-size: 0.889rem;
}
.contact-final-cta-section {
    position: relative;
    overflow: hidden;
    background: var(--indigo);
}
.contact-final-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}
.contact-final-cta-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}
.contact-final-cta-title {
    margin: 0 0 14px;
    color: #fff;
}
.contact-final-cta-text {
    max-width: 560px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.72);
}
.contact-final-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.contact-final-cta-primary {
    background: #fff;
    color: var(--indigo);
}

/* Order Page */
.order-page {
    --shop-r: 16px;
    --step-dot: 36px;
    --sh-card: 0 2px 12px rgba(0, 0, 0, 0.06);
    --sh-card-hover: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.order-page .shop-progress {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
}
.order-page .shop-progress-inner {
    display: flex;
    align-items: center;
    gap: 0;
}
.order-page .shop-step {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
    font-size: 0.778rem;
    color: var(--text-3);
}
.order-page .shop-step-num {
    width: var(--step-dot);
    height: var(--step-dot);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--border);
    border-radius: 50%;
    background: #fff;

    font-weight: 700;
    transition:
        border-color 0.2s,
        background 0.2s,
        color 0.2s,
        box-shadow 0.2s;
}
.order-page .shop-step-label {
    font-weight: 600;
    transition: color 0.2s;
}
.order-page .shop-step-line {
    flex: 1;
    height: 2px;
    margin: 0 6px;
    background: var(--border);
    border-radius: 2px;
    transition: background 0.2s;
}
.order-page .shop-step.active .shop-step-num {
    background: var(--indigo);
    border-color: var(--indigo);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(88, 80, 236, 0.15);
}
.order-page .shop-step.active {
    color: var(--text);
}
.order-page .shop-step.done .shop-step-num {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.order-page .shop-step.done .shop-step-label {
    color: var(--green);
}
.order-page .shop-step-line.done {
    background: var(--green);
}
.order-page .shop-trust {
    padding: 15px 0;
    background: linear-gradient(135deg, var(--navy) 0%, #1a1f48 100%);
}
.order-page .shop-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}
.order-page .shop-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
    font-size: 0.778rem;
}
.order-page .shop-trust-item svg,
.order-page .order-upload-meta-item svg,
.order-page .summary-trust-item svg,
.order-page .order-help-link svg,
.order-page .upload-file-item svg {
    flex-shrink: 0;
}
.order-page .shop-body {
    min-height: 70vh;
    padding: 32px 0 60px;
    background: #f7f8fc;
}
.order-page .shop-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
    font-size: 0.889rem;
}
.order-page .shop-main,
.order-page .shop-sidebar {
    display: flex;
    flex-direction: column;
}
.order-page .shop-main {
    gap: 16px;
}
.order-page .shop-sidebar {
    position: sticky;
    top: 80px;
    gap: 14px;
}
.order-page .shop-card,
.order-page .summary-card,
.order-page .order-help-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--shop-r);
}
.order-page .shop-card {
    overflow: hidden;
}
.order-page .shop-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--border);
}
.order-page .shop-card-head > div:last-child {
    flex: 1;
    min-width: 0;
}
.order-page .shop-card-num {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--indigo);
    color: #fff;
    font-weight: 700;
}
.shop-card-title {
    margin-bottom: 5px;
}
.order-page .shop-card-sub {
    font-size: 0.889rem;
}
.order-page .shop-card-body {
    padding: 20px;
}
.order-page .shop-card-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.order-page .shop-card-optional {
    font-weight: 400;
}
.order-page .order-cart-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}
.order-page .order-empty-state {
    padding: 32px 0;
    text-align: center;
}
.order-page .order-empty-icon {
    display: block;
    margin-bottom: 12px;
}
.order-page .order-empty-text {
    margin: 0 0 20px;
}
.order-page .cart-item {
    position: relative;
    padding: 18px 20px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
}
.order-page .cart-item:hover {
    border-color: var(--indigo-border);
    box-shadow: var(--sh-card);
}
.order-page .cart-item-header {
    display: flex;
    align-items: center;
    gap: 14px;
}
.order-page .cart-item-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--indigo-border);
    border-radius: 10px;
    background: var(--indigo-sub);
}
.order-page .cart-item-info {
    flex: 1;
    min-width: 0;
}
.order-page .cart-item-name {
    margin: 0;
    color: var(--text);
    font-weight: 700;
}
.order-page .cart-item-lang {
    margin: 2px 0 0;
}
.order-page .cart-item-price {
    flex-shrink: 0;
    color: var(--text);
    font-weight: 700;
}
.order-page .cart-item-remove {
    position: absolute;
    top: 4px;
    right: 14px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: #fff;
    font-size: 0.778rem;

    cursor: pointer;
    transition:
        background 0.2s,
        border-color 0.2s,
        color 0.2s;
}
.order-page .cart-item-remove:hover {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #dc2626;
}
.order-page .cart-item-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}
.order-page .cart-item-field-full {
    grid-column: 1 / 3;
}
.order-page .cart-item-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.order-page .cart-item-field select {
    width: 100%;
    padding: 8px 10px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    background: #fff;
    color: var(--text);
    outline: none;
    transition: border-color 0.15s;
}
.order-page .cart-item-field select:focus,
.order-page .promo-input:focus,
.order-page .doc-picker-search input:focus,
.order-page .checkout-input:focus {
    border-color: var(--indigo);
}
.order-page .cart-item-pages {
    display: flex;
    align-items: center;
    gap: 8px;
}
.order-page .cart-item-pages button {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--border);
    border-radius: 6px;
    background: #fff;
    color: var(--text-2);
    cursor: pointer;
    font-weight: 600;
    transition:
        border-color 0.15s,
        color 0.15s;
}
.order-page .cart-item-pages button:hover {
    border-color: var(--indigo);
    color: var(--indigo);
}
.order-page .cart-item-pages span {
    min-width: 24px;
    color: var(--text);
    font-weight: 700;
    text-align: center;
}
.order-page .add-doc-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border: 2px dashed var(--border);
    border-radius: 12px;
    background: transparent;
    color: var(--text-3);

    cursor: pointer;
    font-weight: 700;
    transition:
        border-color 0.2s,
        color 0.2s,
        background 0.2s;
}
.order-page .add-doc-btn:hover {
    border-color: var(--indigo);
    background: var(--indigo-sub);
    color: var(--indigo);
}
.order-page .upload-zone-v2 {
    position: relative;
    padding: 28px 20px;
    border: 2px dashed var(--border);
    border-radius: 12px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition:
        border-color 0.2s,
        background 0.2s,
        border-style 0.2s;
}
.order-page .upload-zone-v2:hover,
.order-page .upload-zone-v2.dragover {
    border-color: var(--indigo);
    background: var(--indigo-sub);
}
.order-page .upload-zone-v2.has-file {
    border-color: var(--green);
    border-style: solid;
    background: var(--green-sub);
}
.order-page .upload-zone-inner {
    pointer-events: none;
}
.order-page .upload-zone-icon {
    margin-bottom: 12px;
}
.order-page .upload-zone-title {
    margin-bottom: 4px;
}
.order-page .upload-zone-copy {
    margin: 0 0 12px;
}
.order-page .upload-zone-copy-accent {
    color: var(--indigo);
    font-weight: 600;
    text-decoration: underline;
}
.order-page .upload-zone-format-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.order-page .upload-zone-format,
.order-page .pay-logo {
    padding: 5px 10px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--surface);
    color: var(--text-2);
    font-weight: 700;
    font-size: 0.715rem;
}
.order-page .upload-file-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}
.order-page .upload-file-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--surface);
    color: var(--text-2);
}
.order-page .upload-file-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order-page .upload-file-size {
    flex-shrink: 0;
    color: var(--text-4);
}
.order-page .upload-file-remove {
    margin-left: auto;
    padding: 2px 4px;
    border-radius: 4px;
    background: transparent;

    cursor: pointer;
    line-height: 1;
    transition:
        background 0.15s,
        color 0.15s;
}
.order-page .upload-file-remove:hover {
    background: #fee2e2;
    color: #dc2626;
}
.order-page .order-upload-meta {
    display: flex;
    align-items: center;
    gap: 5px 16px;
    flex-wrap: wrap;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}
.order-page .order-upload-meta-item,
.order-page .summary-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.order-page .delivery-v2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.order-page .delivery-opt-v2 {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    cursor: pointer;
    transition:
        border-color 0.2s,
        background 0.2s;
    font-size: 0.778rem;
}
.order-page .delivery-opt-v2:hover {
    border-color: var(--indigo-border);
}
.order-page .delivery-opt-v2.selected {
    border-color: var(--indigo);
    background: var(--indigo-sub);
}
.order-page .delivery-radio {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--border);
    border-radius: 50%;
    transition: border-color 0.2s;
}
.order-page .delivery-opt-v2.selected .delivery-radio {
    border-color: var(--indigo);
}
.order-page .delivery-radio-dot {
    width: 8px;
    height: 8px;
    display: none;
    border-radius: 50%;
    background: var(--indigo);
}
.order-page .delivery-opt-v2.selected .delivery-radio-dot {
    display: block;
}
.order-page .delivery-opt-content {
    flex: 1;
    min-width: 0;
}
.order-page .delivery-opt-desc {
    margin: 2px 0 0;

    line-height: 1.6;
}
.order-page .delivery-opt-badge-v2 {
    margin-left: 6px;
    padding: 2px 7px;
    border-radius: 4px;
    background: var(--indigo);
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    font-size: 0.725rem;
}
.order-page .delivery-opt-badge-v2.green {
    background: var(--green);
}
.order-page .delivery-opt-price-v2 {
    flex-shrink: 0;
    font-weight: 700;
    font-size: initial;
}
.order-page .delivery-note {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    background: var(--surface);
    font-size: 0.778rem;
    line-height: 1.6;
}
.order-page .delivery-note strong {
    color: var(--text);
}
.order-page .addon-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.order-page .addon-item-v2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    cursor: pointer;
    transition:
        border-color 0.2s,
        background 0.2s;
}
.order-page .addon-item-v2:hover {
    border-color: var(--indigo-border);
}
.order-page .addon-item-v2.selected {
    border-color: var(--indigo);
    background: var(--indigo-sub);
}
.order-page .addon-checkbox {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border: 2px solid var(--border);
    border-radius: 4px;
    transition:
        background 0.2s,
        border-color 0.2s;
}
.order-page .addon-item-v2.selected .addon-checkbox {
    background: var(--indigo);
    border-color: var(--indigo);
}
.order-page .addon-check-icon {
    display: none;
}
.order-page .addon-item-v2.selected .addon-check-icon {
    display: block;
}
.order-page .addon-icon-v2 {
    flex-shrink: 0;
}
.order-page .addon-body-v2 {
    flex: 1;
    min-width: 0;
}
.order-page .addon-desc-v2 {
    margin: 3px 0 0;

    line-height: 1.5;
}
.order-page .addon-price-v2 {
    margin-top: 4px;
    color: var(--indigo);
    font-weight: 700;
}
.order-page .addon-price-v2-free,
.order-page .summary-line-value-free {
    color: var(--green);
}
.order-page .promo-row {
    display: flex;
    gap: 8px;
}
.order-page .promo-input {
    flex: 1;
    padding: 10px 14px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    outline: none;
    transition:
        border-color 0.15s,
        background 0.15s;
}
.order-page .promo-input.valid {
    border-color: var(--green);
    background: var(--green-sub);
}
.order-page .promo-apply {
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    background: var(--indigo);
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 700;
    transition: background 0.2s;
}
.order-page .promo-apply:hover,
.order-page .summary-submit-btn:hover {
    background: var(--indigo-d);
}
.order-page .promo-msg {
    margin-top: 8px;
}
.order-page .promo-msg.is-valid {
    color: var(--green);
}
.order-page .promo-msg.is-error {
    color: #dc2626;
}
.order-page .summary-card {
    overflow: hidden;
}
.order-page .summary-head,
.order-page .summary-total,
.order-page .summary-cta,
.order-page .payment-logos {
    padding-right: 20px;
    padding-left: 20px;
}
.order-page .summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}
.order-page .summary-head-meta {
    font-weight: 600;
}
.order-page .summary-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 20px;
}
.order-page .summary-empty {
    padding: 16px 0;

    text-align: center;
}
.order-page .summary-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    color: var(--text-2);
}
.order-page .summary-line .label {
    flex: 1;
    line-height: 1.4;
}
.order-page .summary-line .value {
    flex-shrink: 0;
    color: var(--text);
    font-weight: 700;
}
.order-page .summary-line-label-sub {
    display: block;
    margin-top: 2px;
}
.order-page .summary-line.discount .value {
    color: var(--green);
}
.order-page .summary-divider {
    height: 1px;
    margin: 4px 0;
    background: var(--border);
}
.order-page .summary-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid var(--border);
    background: var(--surface);
}
.order-page .summary-total-label {
    color: var(--text);
    font-weight: 700;
}
.order-page .summary-total-value {
    color: var(--text);
    font-weight: 700;
    letter-spacing: -0.03em;
}
.order-page .summary-cta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.order-page .summary-submit-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px;
    border: none;
    border-radius: 12px;
    background: var(--indigo);
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    transition:
        background 0.2s,
        transform 0.2s,
        box-shadow 0.2s;
}
.order-page .summary-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(88, 80, 236, 0.3);
}
.order-page .summary-trust {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 20px 14px;
}
.order-page .payment-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 10px;
    padding-bottom: 14px;
    border-top: 1px solid var(--border);
}
.order-page .order-help-card {
    padding: 18px;
}
.order-page .order-help-title {
    margin-bottom: 10px;
}
.order-page .order-help-text {
    margin: 0 0 14px;

    line-height: 1.6;
}
.order-page .order-help-link {
    width: 100%;
    justify-content: center;
    gap: 8px;
    font-size: 0.778rem;
}
.order-page .doc-picker-overlay {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
}
.order-page .doc-picker-overlay.open {
    display: flex;
}
.order-page .doc-picker-modal {
    width: 100%;
    max-width: 680px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}
.order-page .doc-picker-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--border);
}
.order-page .doc-picker-close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--border);
    border-radius: 50%;
    background: #fff;

    cursor: pointer;
    transition:
        background 0.2s,
        color 0.2s;
}
.order-page .doc-picker-close:hover {
    background: var(--surface);
    color: var(--text);
}
.order-page .doc-picker-search {
    padding: 14px 20px;
    border-bottom: 1px solid var(--border);
}
.order-page .doc-picker-search input {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    outline: none;
}
.order-page .doc-picker-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 16px 20px;
    overflow-y: auto;
}
.order-page .doc-picker-item {
    position: relative;
    padding: 16px 12px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition:
        border-color 0.2s,
        background 0.2s,
        transform 0.2s;
}
.order-page .doc-picker-item:hover {
    transform: translateY(-2px);
    border-color: var(--indigo);
    background: var(--indigo-sub);
}
.order-page .doc-picker-item.in-order {
    border-color: rgba(79, 70, 229, 0.4);
    background: rgba(79, 70, 229, 0.08);
}
.order-page .doc-picker-item.selected {
    border-color: var(--indigo);
    background: var(--indigo-sub);
    box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.16);
}
.order-page .doc-picker-item-icon {
    margin-bottom: 8px;
}
.order-page .doc-picker-item-name {
    margin: 0 0 4px;
    color: var(--text);
    font-weight: 700;
}
.order-page .doc-picker-item-price {
    color: var(--indigo);
    font-weight: 500;
    font-size: 0.889rem;
}
.order-page .doc-picker-item-state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.12);
    color: var(--indigo);
    font-weight: 500;
    font-size: 0.715rem;
}
.order-page .doc-picker-item.selected .doc-picker-item-state {
    background: var(--indigo);
    color: #fff;
}
.order-page .doc-picker-empty {
    grid-column: 1 / -1;
    padding: 12px 0;

    text-align: center;
}
.order-page .doc-picker-foot {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 20px;
    border-top: 1px solid var(--border);
}
.order-page .doc-picker-btn {
    justify-content: center;
}

/* Checkout Page */
.checkout-page .checkout-form {
    gap: 16px;
}
.checkout-page .checkout-grid,
.checkout-page .checkout-grid-three {
    display: grid;
    gap: 14px;
}
.checkout-page .checkout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.checkout-page .checkout-grid-three {
    grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1fr);
}
.checkout-page .checkout-field-span-full {
    grid-column: 1 / -1;
}
.checkout-page .checkout-input {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    background: #fff;
    color: var(--text);
    outline: none;
    transition:
        border-color 0.15s,
        box-shadow 0.15s,
        background 0.15s;
}
.checkout-page .checkout-input.error {
    border-color: #ef4444;
    background: #fff5f5;
}
.checkout-page .checkout-card-note {
    margin: 0 0 16px;
    color: var(--text-3);
    line-height: 1.6;
}
.checkout-page .checkout-pay-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}
.checkout-page .pay-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 14px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    transition:
        border-color 0.2s,
        background 0.2s,
        color 0.2s;
    font-size: 0.778rem;
}
.checkout-page .pay-tab:hover,
.checkout-page .pay-tab.active {
    border-color: var(--indigo);
    background: var(--indigo-sub);
    color: var(--indigo);
}
.checkout-page .pay-panel {
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--surface);
}
.checkout-page .pay-panel-featured {
    border-color: #ffc8d8;
    background: linear-gradient(135deg, #fff0f4, #ffe4ec);
}
.checkout-page .pay-panel[hidden] {
    display: none;
}
.checkout-page .pay-panel-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.checkout-page .pay-panel-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffc8d8;
    border-radius: 10px;
    background: #fff;
    color: #ff6b9d;
}
.checkout-page .pay-panel-title {
    margin: 0 0 4px;
}
.checkout-page .pay-panel-copy {
    margin: 0;
    color: var(--text-2);
    line-height: 1.65;
}
.checkout-page .pay-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.checkout-page .checkout-legal {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--surface);
}
.checkout-page .checkout-legal.error {
    border-color: #ef4444;
    background: #fff5f5;
}
.checkout-page .checkout-legal-input {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px;
    accent-color: var(--indigo);
}
.checkout-page .checkout-legal-copy {
    margin: 0;
    line-height: 1.65;
}
.checkout-page .checkout-inline-link {
    color: var(--indigo);
    font-weight: 600;
}
.checkout-page .checkout-submit-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    color: var(--text-3);
    text-align: center;
    font-size: 0.778rem;
}
.checkout-page .checkout-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0 0;
    color: var(--text-3);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.checkout-page .checkout-back-link:hover {
    color: var(--text);
}
.checkout-page .checkout-summary-meta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.checkout-page .checkout-summary-edit {
    color: var(--indigo);
    font-weight: 700;
    text-decoration: none;
}
.checkout-page .checkout-summary-breakdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px 14px;
    border-top: 1px solid var(--border);
    background: #fff;
}
.checkout-page .checkout-summary-breakdown .summary-line:first-child {
    padding-top: 14px;
}

/* Confirmation Page */
.confirm-page .confirm-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 56px;
    background: var(--navy);
    text-align: center;
}
.confirm-page .confirm-hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.confirm-page .confirm-hero-glow {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(74, 222, 128, 0.12) 0%, transparent 65%);
    transform: translateX(-50%);
    pointer-events: none;
}
.confirm-page .confirm-hero-inner {
    position: relative;
    z-index: 1;
}
.confirm-page .confirm-hero-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border: 2px solid rgba(74, 222, 128, 0.3);
    border-radius: 50%;
    background: rgba(74, 222, 128, 0.15);
}
.confirm-page .confirm-hero-title {
    margin: 0 0 12px;
    color: #fff;
}
.confirm-page .confirm-hero-text {
    max-width: 480px;
    margin: 0 auto 24px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
}
.confirm-page .confirm-order-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--r-pill);
    background: rgba(255, 255, 255, 0.08);
}
.confirm-page .confirm-order-pill-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.778rem;
}
.confirm-page .confirm-order-pill-value {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.confirm-page .shop-body {
    padding: 40px 0 80px;
}
.confirm-page .shop-main {
    gap: 20px;
}
.confirm-page .confirm-timeline {
    display: flex;
    flex-direction: column;
}
.confirm-page .confirm-step {
    display: flex;
    gap: 16px;
}
.confirm-page .confirm-step-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.confirm-page .confirm-step-marker {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--indigo-border);
    border-radius: 50%;
    background: var(--indigo-sub);
    color: var(--indigo);
}
.confirm-page .confirm-step.is-complete .confirm-step-marker {
    border-color: var(--indigo);
    background: var(--indigo);
    color: #fff;
}
.confirm-page .confirm-step.is-highlight .confirm-step-marker {
    border-color: #ffc8d8;
    background: linear-gradient(135deg, #ffb3c7, #ffd6e0);
    color: #c5004a;
}
.confirm-page .confirm-step-line {
    width: 2px;
    flex: 1;
    min-height: 40px;
    margin: 4px 0;
    background: var(--border);
}
.confirm-page .confirm-step:last-child .confirm-step-line {
    display: none;
}
.confirm-page .confirm-step-content {
    flex: 1;
    padding-bottom: 36px;
}
.confirm-page .confirm-step:last-child .confirm-step-content {
    padding-bottom: 0;
}
.confirm-page .confirm-step-title {
    margin: 0 0 4px;
    color: var(--text);
}
.confirm-page .confirm-step-copy {
    margin: 0;
    color: var(--text-3);
    line-height: 1.6;
}
.confirm-page .confirm-order-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 12px;
}
.confirm-page .confirm-order-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}
.confirm-page .confirm-order-item-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--indigo-border);
    border-radius: 10px;
    background: var(--indigo-sub);
}
.confirm-page .confirm-order-item-body {
    flex: 1;
    min-width: 0;
}
.confirm-page .confirm-order-item-title {
    margin: 0 0 2px;
    color: var(--text);
}
.confirm-page .confirm-order-item-meta {
    color: var(--text-3);
}
.confirm-page .confirm-order-item-price {
    flex-shrink: 0;
    color: var(--text);
    font-weight: 700;
}
.confirm-page .confirm-order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.confirm-page .confirm-order-total-label,
.confirm-page .confirm-order-total-value {
    color: var(--text);
    font-weight: 700;
}
.confirm-page .confirm-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.confirm-page .confirm-status-card {
    border-color: var(--indigo-border);
    background: var(--indigo-sub);
}
.confirm-page .confirm-status-name {
    color: var(--text);
    font-weight: 700;
}
.confirm-page .confirm-status-email {
    color: var(--text-3);
}
.confirm-page .confirm-status-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
    margin-top: 6px;
    border-top: 1px solid rgba(88, 80, 236, 0.12);
    color: var(--text-2);
}
.confirm-page .confirm-status-order strong {
    color: var(--text);
    font-weight: 700;
}
.confirm-page .confirm-payment-card {
    border-color: #ffc8d8;
}
.confirm-page .confirm-payment-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 22px;
}
.confirm-page .confirm-payment-card-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 9px;
    background: linear-gradient(135deg, #ffb3c7, #ffd6e0);
    color: #c5004a;
}
.confirm-page .confirm-payment-card-title {
    margin: 0 0 6px;
    color: #1a0a10;
}
.confirm-page .confirm-payment-card-copy {
    margin: 0;
    color: #4a1a28;
    line-height: 1.65;
}
.confirm-page .confirm-support-card {
    background: var(--navy);
    border-color: transparent;
}
.confirm-page .confirm-support-card .order-help-title {
    color: #fff;
}
.confirm-page .confirm-support-card .order-help-text {
    color: rgba(255, 255, 255, 0.6);
}
.confirm-page .confirm-support-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.confirm-page .confirm-support-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-weight: 600;
}
.confirm-page .confirm-badge-card .payment-logos {
    padding: 16px 20px;
    border-top: 0;
}
.confirm-page .confirm-badges {
    gap: 7px;
}
.cart-item-field-note {
    font-size: 13px;
    color: var(--text-3);
    font-weight: 500;
}
.order-page.checkout-page .summary-trust {
    padding: 18px;
}
.checkout-summary-breakdown .summary-line + .summary-line {
    border-top: 1px solid var(--border);
    padding-top: 10px;
}
.order-page.checkout-page .order-help-card {
    background: var(--navy);
    color: var(--white);
}
.order-page.checkout-page .order-help-card .order-help-link {
    color: var(--white);
}
.order-page.checkout-page .shop-step {
    flex: inherit;
}
.order-page.checkout-page .shop-progress-inner {
    max-width: 800px;
}
