@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {

    /* =========================
       PRIMARY BRAND COLORS
    ========================== */

    --primary: #0F766E;
    --primary-dark: #115E59;
    --primary-darker: #134E4A;
    --primary-accent: #14B8A6;

    --primary-light: #ECFEFF;
    --primary-soft: #F0FDFA;
    --primary-soft2: #E6FFFB;
    --primary-soft3: #D9FFFA;

    /* =========================
       GLASS
    ========================== */

    --glass: rgba(255, 255, 255, 0.72);
    --glass-black: rgba(15, 23, 42, 0.05);

    /* =========================
       SHADOWS
    ========================== */

    --shadow:
        0 24px 60px rgba(15, 118, 110, 0.10);

    --shadow-soft:
        0 10px 30px rgba(15, 23, 42, 0.06);

    /* =========================
       BACKGROUNDS
    ========================== */

    --bg-start: #F7FFFD;
    --bg-end: #F0FDFA;

    --bg-white: #FFFFFF;
    --bg-main: #FAFCFC;
    --bg-soft: #F1F5F4;
    --bg-muted: #DDE7E6;

    /* =========================
       DECORATIVE BLOBS
    ========================== */

    --blob1: #0F766E;
    --blob2: #14B8A6;
    --blob3: #5EEAD4;

    /* =========================
       SOFT GRADIENT
    ========================== */

    --gradient-soft:
        linear-gradient(135deg,
            #F7FFFD 0%,
            #ECFEFF 50%,
            #E6FFFB 100%);

    /* =========================
       BUTTON GRADIENT
    ========================== */

    --gradient-main-button:
        linear-gradient(135deg,
            #0F766E 0%,
            #14B8A6 55%,
            #2DD4BF 100%);

    /* =========================
       MAIN BACKGROUND
    ========================== */

    --primary-linear:
        linear-gradient(180deg,
            #FFFFFF 0%,
            #F8FAFA 40%,
            #F0FDFA 75%,
            #E6FFFB 100%);

    /* =========================
       FOOTER
    ========================== */

    --primary-footer:
        linear-gradient(135deg,
            #0B1F1D 0%,
            #102927 50%,
            #061312 100%);

    /* =========================
       GLASS TRANSPARENT
    ========================== */

    --primary-transparent:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.72) 0%,
            rgba(255, 255, 255, 0.42) 40%,
            rgba(255, 255, 255, 0.18) 100%),

        radial-gradient(circle at 20% 20%,
            rgba(255, 255, 255, 0.90),
            transparent 60%);

    /* =========================
       STATUS COLORS
    ========================== */

    --success: #16A34A;
    --success-light: #DCFCE7;

    --warning: #F59E0B;
    --warning-light: #FEF3C7;

    --danger: #DC2626;
    --danger-light: #FEE2E2;

    /* =========================
       TEXT
    ========================== */

    --text-main: #0F172A;
    --text-secondary: #334155;
    --text-ultra-light: #64748B;
    --text-light: #94A3B8;
    --text-white: #FFFFFF;

    /* =========================
       EXTRA
    ========================== */

    --mix-more: rgba(255, 255, 255, 0.82);
    --mix-light: rgba(255, 255, 255, 0.92);



    --border: 1px solid rgba(0, 0, 0, 0.06);
    --border-corner: 1px solid rgba(255, 255, 255, 0.08);
    --transparent-bg: 1px solid rgba(255, 255, 255, 0.1);
    --more-transparent-bg: rgba(255, 255, 255, 0.05);
    --border-button: 1px solid rgba(0, 0, 0, 0.08);

    --border-medium: 1px solid rgba(0, 0, 0, 0.10);

    --border-strong: 1px solid rgba(0, 0, 0, 0.16);

    --border-primary: 1px solid var(--primary-soft3);

    --shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.04);

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04),
        0 4px 10px rgba(0, 0, 0, 0.05);

    --shadow-md: 0 4px 14px rgba(0, 0, 0, 0.06),
        0 12px 28px rgba(0, 0, 0, 0.08);

    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08),
        0 25px 60px rgba(0, 0, 0, 0.12);

    --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.14),
        0 40px 80px rgba(0, 0, 0, 0.10);

    --shadow-card: 0 4px 12px rgba(0, 0, 0, 0.05);

    --shadow-hover: 0 18px 35px rgba(0, 0, 0, 0.08);

    --shadow-primary: 0 8px 24px rgba(99, 102, 241, 0.25);

    --box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);

    --icon-background: #EEF2FF;

    --icon-bg-hover: rgba(99, 102, 241, 0.15);



    --radius-xs: 4px;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;
    /* ── TYPOGRAPHY — FONT FAMILY ── */
    --font-main: 'Inter',
        sans-serif;

    --font-display: 'Poppins',
        sans-serif;

    /* ── TYPOGRAPHY — SIZES ── */

    --fs-xs: 12px;
    --fs-6: 14px;
    --fs-5: 16px;
    --fs-4: 18px;
    --fs-3: 20px;
    --fs-2: 24px;
    --fs-1: 32px;
    --fs-bb: 40px;

    --fs-hero: clamp(32px,
            5vw,
            56px);
    /* ── TYPOGRAPHY — WEIGHTS ── */
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    /* ── SPACING ── */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 40px;
    --space-2xl: 64px;
    --space-3xl: 96px;
    /* ── TRANSITIONS ── */
    --transition-fast: 0.18s ease;
    --transition-normal: 0.32s ease;
    --transition-slow: 0.5s ease;
    /* ── LAYOUT ── */
    --container: 1400px;
    --container-width: 1200px;
    --container-sm: 860px;
    --container-xs: 640px;
}

/* Reuseable css */

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: var(--text-main);
    background: var(--bg-main);
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-fast);
}

ul {
    list-style: none;
}

button {
    font-family: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

input,
textarea,
select {
    font-family: inherit;
    outline: none;
    border: none;
}

::selection {
    background: var(--primary-soft3);
    color: var(--text-main);
}

h1 {
    font-size: var(--fs-1);
    font-weight: var(--fw-700);
    color: var(--text-main);
    line-height: 1.2;
}

h2 {
    font-size: var(--fs-2);
    font-weight: var(--fw-600);
    color: var(--text-main);
    line-height: 1.3;
}

h3 {
    font-size: var(--fs-3);
    font-weight: var(--fw-600);
    color: var(--text-main);
}

p {
    font-size: var(--fs-5);
    color: var(--text-secondary);
    line-height: 1.7;
}

.announcement-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--gradient-main-button);
    z-index: 2000;
}

.announcement-container {
    max-width: var(--container);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
}

.announcement-text {
    color: var(--mix-more);
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.navbar {
    position: fixed;
    top: 33px;
    width: 100%;
    z-index: 999;
    /* background: rgba(255, 255, 255, 0.75); */
    background: var(--mix-more);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: var(--shadow-sm);
    border-bottom: var(--border);
}

/* =========================
   CONTAINER
========================= */
.navbar-container {
    max-width: var(--container);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    position: relative;
}

/* =========================
   LOGO
========================= */
.logo {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-main);
}

.logo span {
    color: var(--primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 650;
    letter-spacing: 5px;
    font-size: 18px;
    user-select: none;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}



/* =========================
   NAV MENU (DESKTOP)
========================= */
#nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
}

/* NAV LINKS */
.header-nav {
    font-size: var(--fs-5);
    font-weight: 500;
    color: var(--text-ultra-light);
    transition: color var(--transition-fast);
}

.header-nav:hover {
    color: var(--primary);
}

/* =========================
   BUTTONS
========================= */
.navbar-btn {
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    background: var(--gradient-main-button);
    color: var(--bg-white);
    padding: 9px 16px;
    border-radius: var(--radius-md);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: filter var(--transition-fast), transform var(--transition-fast);
    text-decoration: none;
    cursor: pointer;
}

.navbar-btn:hover {
    filter: brightness(1.07);
}

.navbar-btn:active {
    transform: scale(0.97);
}

.btn-icon {
    transition: transform var(--transition-fast);
}

.navbar-btn:hover .btn-icon {
    transform: translateX(4px);
}

/* LOGIN BUTTON */
.login-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-main);
    background: var(--bg-white);
    border: var(--border-button);
    padding: 9px 16px;
    border-radius: var(--radius-md);
    display: inline-flex;
    align-items: center;
    transition: background var(--transition-fast), color var(--transition-fast);
    text-decoration: none;
}

.login-btn:hover {
    background: var(--primary-soft2);
    color: var(--primary);
}

/* =========================
   PROFILE WRAPPER
========================= */
.profile-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* =========================
   PROFILE (MAIN)
========================= */
.profile {
    background: var(--bg-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;

    border: 1.5px solid rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
    cursor: pointer;
}

/* IMAGE */
.profile img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

/* HOVER */
.profile:hover {
    transform: translateY(-1px);
    box-shadow: var(--border-strong);
    border-color: var(--primary);
}

/* =========================
   DROPDOWN
========================= */
.profile-dropdown {
    position: absolute;
    top: 55px;
    right: 0;
    width: 180px;
    background: white;
    border-radius: 10px;
    box-shadow: var(--shadow-md);

    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 1000;
}

/* SHOW */
.profile-dropdown.active {
    display: flex;
}

/* ITEMS */
.dropdown-item {
    padding: 12px 14px;
    font-size: 14px;
    color: var(--text-main);
    text-decoration: none;
    transition: background 0.2s;
}

.dropdown-item:hover {
    background: var(--primary-soft2);
}

/* DIVIDER */
.dropdown-divider {
    height: 1px;
    background: var(--bg-main);
}

/* LOGOUT */
.logout {
    color: var(--danger);
}

/* =========================
   BURGER
========================= */
.menu-toggle {
    display: none;

}

/* =========================
   PRODUCTS DROPDOWN FIX
========================= */

.nav-dropdown {
    position: relative;
}

/* trigger button */
.dropdown-trigger {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font: inherit;
    padding: 0;
}

/* arrow */
.dropdown-arrow {
    transition: transform 0.25s ease;
}

/* rotate arrow */
.nav-dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

/* dropdown menu */
.dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;

    min-width: 320px;
    background: var(--bg-white);

    border-radius: var(--radius-lg);
    border: var(--border);

    box-shadow: var(--shadow-lg);

    padding: 10px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;

    z-index: 999;
}

/* OPEN STATE */
.nav-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* dropdown items */
.dropdown-menu .dropdown-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    padding: 12px;
    border-radius: var(--radius-md);

    text-decoration: none;
    transition: background 0.2s ease;
}

/* hover */
.dropdown-menu .dropdown-item:hover {
    background: var(--primary-soft2);
}

/* icon */
.dropdown-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: var(--primary-soft2);
    color: var(--primary);

    flex-shrink: 0;
}

/* text */
.dropdown-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dropdown-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-main);
}

.dropdown-desc {
    font-size: 13px;
    color: var(--text-light);
}

/* divider */
.dropdown-menu .dropdown-divider {
    margin: 8px 0;
}

/* view all */
.dropdown-item-all {
    justify-content: center;
    font-weight: 600;
}

.header-nav-login-responsive {
    display: none;
}



/* ========================= */
/* FOOTER */
/* ========================= */

.footer {
    background: var(--primary-footer);
    color: var(--bg-white);
    padding: 64px 24px 28px;
}

.footer-container {
    max-width: var(--container-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 48px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 160px;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-logo {
    font-size: 20px;
    font-weight: 700;
    color: var(--bg-white);
    margin-bottom: 10px;
    display: block;
}

.footer-logo span {
    color: var(--primary-soft3);
    display: inline;
}

.footer-text {
    font-size: 14px;
    line-height: 1.65;
    color: var(--mix-more);
}

.footer-col h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--mix-light);
    margin-bottom: 6px;
    letter-spacing: 0.03em;
}

.footer-col a {
    font-size: 13px;
    color: var(--mix-more);
    text-decoration: none;
    transition: color var(--transition-fast);
    display: block;
}

.footer-col p {
    color: var(--primary-linear);
}

.footer-col a:hover {
    color: var(--bg-white);
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    margin-top: 28px;
    font-size: 13px;
    color: var(--mix-more);
}

.footer-payment-prom {
    max-width: var(--container-width);
    margin: 0 auto 0;
    padding-bottom: 28px;
    border-bottom: var(--border-corner);
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
    flex-wrap: wrap;
}

/* promo side */
.footer-prom {
    text-align: right;
    margin-bottom: 28px;
}

.footer-prom p {
    font-size: 13px;
    color: var(--bg-muted);
    margin-bottom: 6px;
}

.footer-prom h4 {
    font-size: 13px;
    margin-bottom: 8px;
}

.promo-main {
    color: var(--primary);
    font-weight: 600;
}


/* container */
.footer-payments {
    margin-top: 24px;
}

/* label text */
.footer-payments p {
    font-size: 13px;
    color: var(--mix-more);
    margin-bottom: 10px;
}

/* icons wrapper */
.payment-icons {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

/* icon style */
.payment-icons img {
    height: 34px;
    padding: 6px 10px;
    /* spacing inside */
    background: var(--more-transparent-bg);
    /* subtle card */
    border: var(--transparent-bg);
    border-radius: 8px;
    /* smooth corners */
    filter: grayscale(100%) brightness(0) invert(1);
    /* white icons for dark bg */

    opacity: 0.75;
    transition: all 0.25s ease;
}

/* hover effect */
.payment-icons img:hover {
    opacity: 1;
    transform: translateY(-2px);
    /* slight lift */
    background: var(--transparent-bg);
    border-color: var(--mix-more);
}

.footer-note {
    margin-top: 1.6rem;
    font-size: var(--fs-6);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    animation: fade-up 0.4s 0.5s both;
}

.footer-note a {
    color: var(--primary);
    font-weight: var(--fw-500);
    text-decoration: none;
}

.footer-note a:hover {
    text-decoration: underline;
}

.footer-complete-page {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: var(--text-ultra-light);
}

/* ===== GLOBAL FIX ===== */

html,
body {
    overflow-x: hidden !important;
}

/* ===== NAVBAR FIX ===== */

#header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999 !important;
}

/* Actual navbar */
#header header,
header,
.navbar,
.nav-container {
    position: relative !important;
    z-index: 999999999 !important;
}

/* ===== HERO ===== */

.hero {
    position: relative;
    z-index: 1;

    background: var(--primary-linear);
    padding: 180px 24px 80px;
    border-bottom: var(--border);
}

.hero-div {
    position: relative;

    max-width: var(--container);
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* ===== REVEAL ANIMATION ===== */

[data-reveal] {
    opacity: 0;

    transition:
        opacity 0.65s ease,
        transform 0.65s ease;
}

/* Initial positions */

[data-reveal="fade-up"] {
    transform: translateY(40px);
}

[data-reveal="fade-left"] {
    transform: translateX(-50px);
}

[data-reveal="fade-right"] {
    transform: translateX(50px);
}

/* Visible */

[data-reveal].is-visible {
    opacity: 1;
    transform: translate(0, 0);
}


.hero-btn {
    padding: 11px 28px !important;
    font-size: 15px !important;
}

.hero-text {
    flex: 1;
    min-width: 0;
    max-width: 560px;
}

.trusted {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    background: var(--primary-soft3);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.star {
    width: 16px;
    height: 16px;
    fill: var(--success);
    flex-shrink: 0;
    display: inline-block;
}

.h1-hero {
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.12;
    color: var(--text-main);
    letter-spacing: -0.5px;
    margin-bottom: 18px;
}

.highlight {
    color: var(--primary);
}

.p-hero {
    font-size: 17px;
    color: var(--text-ultra-light);
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 28px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.secondary-btn {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    background: var(--bg-white);
    color: var(--text-main);
    padding: 9px 18px;
    border-radius: var(--radius-md);
    border: 1px solid #E2E8F0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
    text-decoration: none;
}

.secondary-btn:hover {
    background: var(--primary-soft2);
    color: var(--primary);
    border-color: var(--primary-soft3);
    opacity: 1;
}

.hero-image {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-image img {
    width: 100%;
    max-width: 520px;
    max-height: 440px;
    border-radius: var(--radius-lg);
    object-fit: contain;
    box-shadow: var(--shadow-lg);
}

/* ========================= */
/* TRUST / MARQUEE SECTION */
/* ========================= */

.trust {
    padding: 36px 0;
    background: var(--bg-white);
    border-top: var(--border);
    border-bottom: var(--border);
}

.trust-title {
    text-align: center;
    font-size: 13px;
    color: var(--text-ultra-light);
    letter-spacing: 0.03em;
    margin-bottom: 22px;
}

.trust-wrapper {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.trust-track {
    display: flex;
    gap: 80px;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.trust-track span {
    font-size: 15px;
    color: var(--text-light);
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ========================= */
/* FEATURES / SERVICES SECTION */
/* ========================= */

.features {
    padding: 90px 24px;
    background: var(--primary-linear);
    border-bottom: var(--border);
}

.features-container {
    max-width: var(--container);
    margin: 0 auto;
    text-align: center;

}

.section-tag {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.section-title {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 52px;
    line-height: 1.2;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

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

.feature-card {
    background: var(--bg-white);
    padding: 28px 24px 44px;
    border-radius: var(--radius-lg);
    box-shadow: var(--box-shadow);
    text-align: left;
    position: relative;
    cursor: pointer;
    border: var(--border);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
    text-decoration: none;
    color: inherit;
    display: block;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--hover-shadow);
    opacity: 1;
}

.feature-card:hover .feature-icon {
    background: var(--icon-bg-hover);
}

.feature-icon {
    width: 44px;
    height: 44px;
    background: var(--icon-background);
    color: var(--primary);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: background var(--transition-fast);
}

.feature-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--primary);
}

.feature-card h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 10px;
    line-height: 1.3;
}

.feature-card p {
    font-size: 14px;
    color: var(--text-ultra-light);
    line-height: 1.65;
}

.feature-arrow {
    position: absolute;
    bottom: 14px;
    right: 18px;
    width: 64px;
    height: 20px;
    display: flex;
    align-items: center;
    color: var(--primary);
    opacity: 0.6;
    transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.feature-arrow svg {
    width: 100%;
    height: 100%;
}

.feature-card:hover .feature-arrow {
    transform: translateX(6px);
    opacity: 1;
}

/* ========================= */
/* HOW IT WORKS SECTION */
/* ========================= */

.how-it-works {
    background: var(--primary-linear);
    padding: 90px 24px;
    text-align: center;
}

.steps-container {
    max-width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.step-box h3 {
    margin-top: 18px;
    font-size: 17px;
    font-weight: 600;
    color: var(--text-main);
}

.step-box p {
    margin-top: 8px;
    font-size: 14px;
    color: var(--text-ultra-light);
    line-height: 1.6;
}

.icon-box {
    width: 68px;
    height: 68px;
    background: var(--primary-soft2);
    border: 2px solid var(--primary-soft3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    transition: background var(--transition-fast);
}

.step-box:hover .icon-box {
    background: var(--primary-light);
}

.icon-box svg {
    width: 28px;
    height: 28px;
    color: var(--primary);
    stroke: var(--primary);
}

.step-number {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 22px;
    height: 22px;
    background: var(--success);
    color: var(--bg-white);
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ========================= */
/* FAQ SECTION */
/* ========================= */

.faq-section {
    padding: 30px 24px;
    background: var(--bg-main);
    border-top: var(--border);
    border-bottom: var(--border);
}

.faq-container {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.faq-list {
    margin-top: 0;
    text-align: left;
}

.faq-item {
    background: var(--bg-white);
    border: var(--border);
    border-radius: var(--radius-lg);
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow var(--transition-fast), transform var(--transition-fast);
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
}

.faq-item.open {
    box-shadow: var(--shadow-md);
    border-color: var(--primary-soft3);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: var(--fs-5);
    font-weight: var(--fw-600);
    color: var(--text-main);
    text-align: left;
    transition: color var(--transition-fast), background var(--transition-fast);
    line-height: 1.4;
}

.faq-question:hover {
    color: var(--primary);
}

.faq-item.open .faq-question {
    color: var(--primary);
    background: var(--primary-light);
}

.faq-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--text-light);
    transition: transform 0.3s ease, color var(--transition-fast);
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
    color: var(--primary);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.open .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 16px 24px 20px;
    font-size: var(--fs-6);
    color: var(--text-secondary);
    line-height: 1.8;
    margin: 0;
    border-top: var(--border);
}

.faq-answer a {
    color: var(--primary);
    font-weight: var(--fw-500);
    text-decoration: none;
}

.faq-answer a:hover {
    text-decoration: underline;
}

.faq-more {
    text-align: center;
    margin-top: 32px;
    font-size: var(--fs-6);
    color: var(--text-ultra-light);
}

.faq-more a {
    color: var(--primary);
    font-weight: var(--fw-600);
    text-decoration: none;
    margin-left: 4px;
    transition: opacity var(--transition-fast);
}

.faq-more a:hover {
    text-decoration: underline;
    opacity: 0.85;
}

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

.faq-hero {
    background: var(--primary-linear);
    padding: 120px 24px 60px;
    border-bottom: var(--border);
    text-align: center;
}

.faq-hero-inner {
    max-width: 680px;
    margin: 0 auto;
}

.faq-hero-title {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: var(--fw-700);
    color: var(--text-main);
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.faq-hero-desc {
    font-size: var(--fs-5);
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
}

.faq-hero-desc a {
    color: var(--primary);
    font-weight: var(--fw-500);
    text-decoration: none;
}

.faq-hero-desc a:hover {
    text-decoration: underline;
}

.faq-page-section {
    padding: 70px 24px 90px;
    background: var(--bg-main);
}

.faq-cta {
    text-align: center;
    margin-top: 52px;
    padding-top: 40px;
    border-top: var(--border);

}

.faq-cta p {
    font-size: var(--fs-5);
    color: var(--text-secondary);
    margin-bottom: 18px;
}

.logo-link {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.logo-link span {
    color: var(--primary);
    font-weight: 700;
    display: inline;
}

/* ========================= */
/* ABOUT SECTION */
/* ========================= */

.about {
    padding: 90px 24px;
    background: var(--bg-main);
}

.about-container {
    max-width: var(--container-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 70px;
    align-items: center;
}

.about-tag {
    color: var(--success);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.about-title {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.25;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 16px;
    color: var(--text-ultra-light);
    line-height: 1.75;
    margin-bottom: 14px;
    max-width: 500px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


.stat-card {
    background: var(--bg-white);
    padding: 28px 20px;
    border-radius: var(--radius-lg);
    text-align: center;
    border: var(--border);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition-fast), transform var(--transition-fast);
}

.stat-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.stat-card h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
    line-height: 1;
}

.stat-card p {
    font-size: 14px;
    color: var(--text-ultra-light);
}

.about-image-2 {
    display: none;
}

.about-image img {
    width: 100%;
    max-width: 460px;
    border-radius: var(--radius-lg);
}

/* ========================= */
/* CTA SECTION */
/* ========================= */

.cta {
    background: var(--gradient-main-button);
    padding: 90px 24px;
    text-align: center;
}

.cta h2 {
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 700;
    color: var(--bg-white);
    margin-bottom: 14px;
    line-height: 1.15;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 34px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}

.cta-btn {
    background: var(--bg-white);
    color: var(--text-main);
    padding: 12px 28px;
    height: auto;
    width: auto;
    font-weight: 700;
    font-size: 15px;
    border-radius: var(--radius-md);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.cta-btn:hover {
    background: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    opacity: 1;
    color: var(--primary);
}

.cta-btn .btn-icon {
    color: var(--primary);
}

.section-tag {
    margin-top: 50px;
}

/* ========================= */
/* PRIVACY / LEGAL PAGE */
/* ========================= */

.container {
    max-width: 860px;
    margin: 0 auto;
    padding: 120px 24px 80px;
}

.policy-box {
    background: var(--bg-white);
    padding: 52px 48px;
    border-radius: var(--radius-lg);
    border: var(--border);
    box-shadow: var(--shadow-md);
}

.policy-box h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: var(--text-main);
    margin-bottom: 8px;
    line-height: 1.2;
}

.policy-date {
    text-align: center;
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 36px;
    display: block;
}

.policy-box h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-main);
    margin-top: 36px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: var(--border);
}

.policy-box p {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.75;
    margin-bottom: 14px;
}

.policy-box ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 16px;
}

.policy-box li {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 8px;
}

.policy-box a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.policy-box a:hover {
    text-decoration: underline;
}

.policy-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.policy-breadcrumb a {
    color: var(--text-ultra-light);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.policy-breadcrumb a:hover {
    color: var(--primary);
}

.policy-breadcrumb span:last-child {
    color: var(--primary);
    font-weight: var(--fw-500);
}

.policy-date {
    text-align: center;
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 28px;
    margin-top: -10px;
    display: block;
}

/* ========================= */
/* SERVICE / GOOGLE REVIEW PAGE */
/* ========================= */

.service-hero {
    background: var(--primary-linear);
    padding: 130px 24px 70px;
    border-bottom: var(--border);
    text-align: center;
}

.service-hero-inner {
    max-width: 720px;
    margin: 0 auto;
}

.service-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 100px;
    border: 1px solid var(--primary-soft3);
    margin-bottom: 20px;
}

.service-hero-badge svg {
    width: 14px;
    height: 14px;
    stroke: var(--primary);
}

.service-hero-title {
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.12;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
}

.service-hero-title span {
    color: var(--primary);
}

.service-hero-desc {
    font-size: 17px;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 32px;
}

.service-hero-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.service-features {
    padding: 80px 24px;
    background: var(--bg-white);
    border-bottom: var(--border);
}

.service-features-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.features-6-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--bg-main);
    border: var(--border);
    border-radius: var(--radius-lg);
    padding: 22px 20px;
    transition: box-shadow var(--transition-fast), transform var(--transition-fast);
}

.feature-box:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.feature-box-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: var(--primary-light);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--primary);
}

.feature-box-text h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 4px;
}

.feature-box-text p {
    font-size: 13px;
    color: var(--text-ultra-light);
    line-height: 1.5;
    margin: 0;
}

.service-hiw {
    padding: 80px 24px;
    background: var(--primary-linear);
    text-align: center;
    border-bottom: var(--border);
}

.service-hiw-inner {
    max-width: 900px;
    margin: 0 auto;
}

.hiw-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.hiw-step {
    position: relative;
}

.hiw-step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gradient-main-button);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: var(--shadow-primary);
}

.service-why {
    padding: 80px 24px;
    background: var(--bg-soft);
    border-top: var(--border);
}

.service-why-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hiw-step h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 8px;
}

.hiw-step p {
    font-size: 14px;
    color: var(--text-ultra-light);
    line-height: 1.6;
    margin: 0;
}

.service-packages {
    padding: 90px 24px;
    background: var(--bg-main);
}

.service-packages-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.why-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.why-stat {
    background: var(--bg-white);
    border: var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 20px;
    box-shadow: var(--shadow-sm);
}

.about-image {
    display: none;
}

.why-stat-num {
    font-size: 36px;
    font-weight: 800;
    background: var(--gradient-main-button);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.why-stat p {
    font-size: 14px;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.5;
}

.service-faq {
    padding: 80px 24px;
    background: var(--bg-main);
}

.service-faq-inner {
    max-width: 720px;
    margin: 0 auto;
}

.service-cta {
    background: var(--gradient-main-button);
    padding: 90px 24px;
    text-align: center;
}

.service-cta h2 {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.15;
}

.service-cta p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}

.service-features {
    padding: 80px 24px;
    background: var(--bg-white);
    border-bottom: var(--border);
}

.service-features-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.features-6-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--bg-main);
    border: var(--border);
    border-radius: var(--radius-lg);
    padding: 22px 20px;
    transition: box-shadow var(--transition-fast), transform var(--transition-fast);
}

.feature-box:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.feature-box-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: var(--primary-light);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--primary);
}

.feature-box-text h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 4px;
}

.feature-box-text p {
    font-size: 13px;
    color: var(--text-ultra-light);
    line-height: 1.5;
    margin: 0;
}

.service-hiw {
    padding: 80px 24px;
    background: var(--primary-linear);
    text-align: center;
    border-bottom: var(--border);
}

.service-hiw-inner {
    max-width: 900px;
    margin: 0 auto;
}

.hiw-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.hiw-step {
    position: relative;
}

.hiw-step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gradient-main-button);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: var(--shadow-primary);
}

.hiw-step h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 8px;
}

.hiw-step p {
    font-size: 14px;
    color: var(--text-ultra-light);
    line-height: 1.6;
    margin: 0;
}

.about-sp {
    display: block !important;
}

.contact-hero {

    padding: 140px 20px 70px;
    text-align: center;

}

.contact-hero-inner {

    max-width: 850px;
    margin: auto;

}

.contact-title {

    font-size: clamp(40px, 6vw, 64px);
    line-height: 1.1;
    font-weight: 800;
    color: var(--text-main);
    margin-top: 14px;
    margin-bottom: 18px;

}

.contact-desc {

    font-size: 18px;
    line-height: 1.7;
    color: var(--text-secondary);
    max-width: 720px;
    margin: auto;

}

.contact-section {

    padding: 30px 20px 100px;

}

.contact-container {

    max-width: 1250px;
    margin: auto;

    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 30px;

    align-items: start;

}

.contact-info {

    display: flex;
    flex-direction: column;
    gap: 20px;

}

.contact-card {

    background: var(--bg-white);
    border: var(--border);
    border-radius: 28px;

    padding: 26px;

    display: flex;
    gap: 18px;

    align-items: flex-start;

    box-shadow: var(--shadow-sm);

}

.contact-icon {

    width: 58px;
    height: 58px;

    border-radius: 18px;

    background: var(--primary-soft);

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--primary);

    flex-shrink: 0;

}

.contact-icon i {

    width: 26px;
    height: 26px;

}

.contact-card h3 {

    font-size: 18px;
    margin-bottom: 8px;
    color: var(--text-main);

}

.contact-card a,
.contact-card p {

    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.6;

}

.contact-card a:hover {

    color: var(--primary);

}

.contact-form-wrap {

    background: var(--bg-white);
    border: var(--border);

    border-radius: 32px;

    padding: 34px;

    box-shadow: var(--shadow-md);

}

.contact-form {

    display: flex;
    flex-direction: column;
    gap: 22px;

}

.input-group input,
.input-group textarea {

    width: 100%;

    border: var(--border);
    background: var(--bg-main);

    border-radius: 18px;

    padding: 18px 20px;

    font-size: 16px;
    font-family: inherit;

    color: var(--text-main);

    transition: 0.25s ease;

    outline: none;

}

.input-group textarea {

    resize: vertical;
    min-height: 160px;

}

.input-group input:focus,
.input-group textarea:focus {

    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);

}

.contact-btn {

    width: fit-content;

}
/* ========================= */
/* COOKIE BANNER */
/* ========================= */

.cookie-banner {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(120px);
    width: calc(100% - 48px);
    max-width: 780px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.4s ease;
}

.cookie-banner.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.cookie-banner.hide {
    transform: translateX(-50%) translateY(120px);
    opacity: 0;
    pointer-events: none;
}

.cookie-banner-inner {
    background: var(--bg-white);
    border: var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 3px solid transparent;
    background-image:
        linear-gradient(var(--bg-white), var(--bg-white)),
        var(--gradient-main-button);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.cookie-content {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.cookie-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-light);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    border: 1px solid var(--primary-soft3);
}

.cookie-text {
    min-width: 0;
}

.cookie-title {
    font-size: var(--fs-6);
    font-weight: var(--fw-700);
    color: var(--text-main);
    margin-bottom: 3px;
    line-height: 1.3;
}

.cookie-desc {
    font-size: 13px;
    color: var(--text-ultra-light);
    line-height: 1.55;
    margin: 0;
}

.cookie-desc a {
    color: var(--primary);
    text-decoration: none;
    font-weight: var(--fw-500);
}

.cookie-desc a:hover {
    text-decoration: underline;
}

.cookie-desc strong {
    color: var(--text-secondary);
    font-weight: var(--fw-600);
}

.cookie-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn {
    font-family: var(--font-main);
    font-size: var(--fs-6);
    font-weight: var(--fw-600);
    padding: 9px 18px;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: transform var(--transition-fast);
    border: none;
    line-height: 1;
}

.cookie-decline {
    background: var(--bg-white);
    color: var(--text-secondary);
    border: var(--border-button);
    box-shadow: var(--shadow-sm);
}

.cookie-decline:hover {
    background: var(--bg-soft);
    color: var(--text-main);
    transform: translateY(-1px);
}

.cookie-decline:active {
    transform: translateY(0);
}

.cookie-accept {
    background: var(--gradient-main-button);
    color: var(--bg-white);
    box-shadow: var(--shadow-md);
}

.cookie-accept:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
}

.cookie-accept:active {
    transform: translateY(0);
    filter: brightness(0.95);
}
.page {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    padding: 1.5rem;
    background: var(--primary-linear);
}
.page .card {
    background: var(--bg-white);
    border: var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 3rem 2.8rem 2.6rem;
    max-width: 620px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: card-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes card-in {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.page .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-main-button);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.card-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(99, 102, 241, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 102, 241, 0.025) 1px, transparent 1px);
    background-size: 30px 30px;
    border-radius: var(--radius-lg);
}

.card-body {
    position: relative;
    z-index: 1;
}

.svg-wrap {
    width: 210px;
    margin: 0 auto 1.4rem;
    animation: float 4.5s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--primary-light);
    color: var(--primary);
    font-size: var(--fs-6);
    font-weight: var(--fw-600);
    padding: 0.28rem 0.85rem;
    border-radius: 100px;
    border: 1px solid var(--primary-soft3);
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
    animation: fade-up 0.4s 0.15s both;
}

.badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
    animation: blink 1.4s step-start infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
.error-code {
    font-size: clamp(5rem, 15vw, 8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    background: var(--gradient-main-button);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.1rem;
    animation: fade-up 0.4s 0.1s both;
}

.error-h1 {
    font-size: var(--fs-2);
    font-weight: var(--fw-700);
    color: var(--text-main);
    margin-bottom: 0;
    animation: fade-up 0.4s 0.22s both;
}

.divider {
    width: 36px;
    height: 3px;
    background: var(--gradient-main-button);
    border-radius: 2px;
    margin: 0.85rem auto 0.95rem;
    animation: fade-up 0.4s 0.28s both;
}

.error-p {
    font-size: var(--fs-5);
    color: var(--text-secondary);
    line-height: 1.75;
    max-width: 360px;
    margin: 0 auto 1.8rem;
    animation: fade-up 0.4s 0.32s both;
}

.buttons {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fade-up 0.4s 0.4s both;
}

.error-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.68rem 1.4rem;
    border-radius: var(--radius-md);
    font-family: var(--font-main);
    font-size: var(--fs-6);
    font-weight: var(--fw-600);
    text-decoration: none;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.error-btn-primary {
    background: var(--gradient-main-button);
    color: var(--bg-white);
    border: none;
    box-shadow: var(--shadow-md);
}

.error-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--hover-shadow), 0 0 0 3px rgba(99, 102, 241, 0.15);
    opacity: 1;
}

.error-btn-primary:active {
    transform: translateY(0);
}

.error-btn-secondary {
    background: var(--bg-white);
    color: var(--text-main);
    border: var(--border-button);
    box-shadow: var(--shadow-sm);
}

.error-btn-secondary:hover {
    background: var(--primary-soft2);
    color: var(--primary);
    border-color: var(--primary-soft3);
    transform: translateY(-2px);
    box-shadow: var(--hover-shadow);
    opacity: 1;
}

.footer-note {
    margin-top: 1.6rem;
    font-size: var(--fs-6);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    animation: fade-up 0.4s 0.5s both;
}

.footer-note a {
    color: var(--primary);
    font-weight: var(--fw-500);
    text-decoration: none;
}

.footer-note a:hover {
    text-decoration: underline;
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .cookie-banner {
        bottom: 16px;
        width: calc(100% - 32px);
    }

    .cookie-banner-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 18px 18px;
    }

    .cookie-actions {
        width: 100%;
        gap: 8px;
    }

    .cookie-btn {
        flex: 1;
        text-align: center;
        padding: 11px 12px;
    }

    .cookie-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .hero-div {
        gap: 40px;
    }

    .hero-image img {
        max-width: 420px;
    }

    .trust {
        padding: 28px 0;
    }

    .trust-track {
        gap: 60px;
    }

    .trust-track span {
        font-size: 14px;
    }

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

    .section-tag {
        margin-top: 45px;
    }
    .contact-container {

        grid-template-columns: 1fr;

    }
}

@media (max-width: 768px) {
    .hero {
        padding: 115px 20px 52px;
    }


    .hero-div {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        margin-top: 20px;
    }

    .hero-text {
        max-width: 100%;
        flex: none;
    }

    .hero-image {
        flex: none;
        width: 100%;
        justify-content: center;
    }

    .hero-image img {
        max-width: 100%;
        border-radius: var(--radius-lg);
    }

    .h1-hero {
        font-size: clamp(36px, 7vw, 42px);
        line-height: 1.15;
    }

    .p-hero {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .trust {
        padding: 24px 0;
    }

    .trust-track {
        gap: 40px;
        animation: scroll 16s linear infinite;
    }

    .trust-track span {
        font-size: 13px;
    }

    .features {
        padding: 60px 20px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .section-title {
        font-size: 26px;
        margin-bottom: 36px;
    }

    .how-it-works {
        padding: 60px 20px;
    }

    .steps-container {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .faq-section {
        padding: 60px 20px;
    }

    .faq-question {
        font-size: var(--fs-6);
        padding: 16px 18px;
    }

    .faq-answer p {
        padding: 14px 18px 18px;
    }

    .faq-hero {
        padding: 100px 20px 48px;
    }

    .faq-hero-title {
        font-size: clamp(26px, 7vw, 36px);
    }

    .faq-page-section {
        padding: 48px 20px 60px;
    }

    .about {
        padding: 60px 20px;
    }

    .about-container {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .about-title {
        font-size: 26px;
    }

    .about-image {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .about-image-2 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .cta {
        padding: 64px 20px;
    }

    .cta h2 {
        font-size: 26px;
    }

    .cta p {
        font-size: 15px;
    }

    .section-tag {
        margin-top: 40px;
    }
    .service-hero {
        padding: 110px 20px 56px;
    }

    .service-hero-title {
        font-size: clamp(26px, 7vw, 36px);
    }

    .service-hero-btns {
        flex-direction: column;
        align-items: center;
    }

    .service-hero-btns a {
        width: 100%;
        justify-content: center;
    }

    .features-6-grid {
        grid-template-columns: 1fr;
    }

    .hiw-steps {
        grid-template-columns: 1fr;
        gap: 24px;
    }

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

    .why-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-features {
        padding: 60px 20px;
    }

    .service-hiw {
        padding: 60px 20px;
    }

    .service-packages {
        padding: 60px 20px;
    }

    .service-why {
        padding: 60px 20px;
    }

    .service-faq {
        padding: 60px 20px;
    }

    .service-cta {
        padding: 64px 20px;
    }

    .page-wrapper .card {
        padding: 36px 24px 32px;
    }

    .page-wrapper .card h1 {
        font-size: 19px;
    }

    .actions {
        flex-direction: column;
    }

    .btn-primary,
    .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .url-chip span {
        max-width: 200px;
    }

    .page-wrapper .blob-1 {
        width: 280px;
        height: 280px;
    }

    .page-wrapper .blob-2 {
        width: 220px;
        height: 220px;
    }

    .card-complete-page {
        padding: 20px;
        border-radius: 20px;
    }
    .contact-hero {

        padding-top: 120px;

    }

    .contact-title {

        font-size: 38px;

    }

    .contact-form-wrap {

        padding: 24px;

    }

    .contact-card {

        padding: 22px;

    }

}
@media (max-width: 1024px) {

    nav {
        gap: 20px;
    }

    .header-nav {
        font-size: 14px;
    }

    .navbar-btn,
    .login-btn {
        padding: 8px 13px;
        font-size: 13px;
    }

}
/* ========================= */
/* MOBILE — max 768px */
/* ========================= */

@media (max-width: 768px) {

    .announcement-container {
        flex-direction: column;
        gap: 4px;
        padding: 8px 12px;
    }

    .announcement-text {
        font-size: 12px;
    }

    .buy-button {
        font-size: 11px;
    }

    .navbar {
        top: 52px;
    }



    .logo a {
        display: inline;
        color: inherit;
        text-decoration: none;
    }

    nav {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--bg-white);
        padding: 12px 20px;
        box-shadow: var(--shadow-md);
        border-top: var(--border);
        transform: translateY(-8px);
        opacity: 0;
        pointer-events: none;
        transition: opacity var(--transition-fast), transform var(--transition-fast);
        z-index: 998;
    }

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

    .header-nav {
        font-size: 16px;
        display: block;
        padding: 10px 4px;
        width: 100%;
    }

    .header-nav-login {
        display: none;
    }

    .navbar-div {
        gap: 8px;
    }

    .navbar-btn {
        width: 100%;
        justify-content: center;
    }

    .login-btn {
        display: none;
    }

    .navbar-container {
        display: flex;
        align-items: center;
    }

    .logo {
        flex: 1;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
        margin-right: 14px;
        margin-bottom: 4px !important;
        font-size: 28px;
        font-weight: 450;
        order: 2;
        cursor: pointer;
        align-items: center;
    }

    .profile-wrapper {
        order: 3;
        gap: 0;
    }

    .nav-dropdown {
        width: 100%;
    }

    /* PRODUCTS BUTTON */
    .dropdown-trigger {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 14px 4px;

        font-size: 16px;
        color: var(--text-ultra-light);
    }

    /* DROPDOWN MENU */
    .dropdown-menu {

        position: static;
        /* IMPORTANT */
        top: unset;
        left: unset;

        width: 100%;
        min-width: 100%;

        margin-top: 6px;
        padding: 8px;

        border-radius: 14px;

        opacity: 1;
        visibility: visible;

        transform: none;

        display: none;

        box-shadow: none;

        border: var(--border);

        background: var(--text-white);
    }

    /* OPEN */
    .nav-dropdown.open .dropdown-menu {
        display: flex;
        flex-direction: column;
    }

    /* ITEMS */
    .dropdown-menu .dropdown-item {
        width: 100%;
        padding: 14px;
        border-radius: 12px;
    }

    /* HOVER */
    .dropdown-menu .dropdown-item:hover {
        background: var(--mix-more);
    }

    /* TEXT */
    .dropdown-title {
        font-size: 15px;
    }

    .dropdown-desc {
        font-size: 12px;
    }

    .header-nav-login-responsive {
        display: block;
        width: 100%;
        padding: 12px;
        font-size: 14px;
        font-weight: 600;
        color: var(--bg-white);
        border-radius: var(--radius-md);
        text-align: center;
        margin-top: 8px;
    }
    .footer {
        padding: 48px 20px 24px;
    }

    .footer-container {
        flex-direction: column;
        gap: 28px;
    }

    .footer-col {
        max-width: 100%;
    }

    .footer-payment-prom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-prom {
        text-align: left;
    }
    nav {
        gap: 20px;
    }

    .header-nav {
        font-size: 14px;
    }

    .navbar-btn,
    .login-btn {
        padding: 8px 13px;
        font-size: 13px;
    }

}