/* Inter font now loaded via link in base.html for better performance */

/* ===== EZY-ESCROW Premium Brand Variables ===== */
:root {
    --ezy-primary: #2563eb;      /* Royal Blue */
    --ezy-primary-dark: #1d4ed8;
    --ezy-primary-light: #eff6ff;
    --ezy-secondary: #f59e0b;    /* Premium Gold */
    --ezy-secondary-dark: #d97706;
    --ezy-dark: #0f172a;         /* Deep Slate */
    --ezy-bg-light: #f8fafc;     /* Soft Cool Grey */
    --ezy-text: #0f172a;         /* High Contrast Slate */
    --ezy-success: #10b981;
    --ezy-danger: #ef4444;
    --ezy-muted: #64748b;
}

/* ===== Base ===== */
html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    background-color: var(--ezy-bg-light);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--ezy-text);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
}

main {
    flex: 1;
}

/* ===== Currency Selector Bar ===== */
.currency-top-bar {
    background: var(--ezy-dark);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 0.78rem;
    min-height: 34px;
}

.currency-bar-label {
    color: rgba(255,255,255,0.45);
    font-size: 0.76rem;
    font-weight: 500;
    white-space: nowrap;
    margin-right: 4px;
}

.currency-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.60);
    border-radius: 6px;
    padding: 3px 10px 3px 7px;
    font-size: 0.76rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, border-color 0.18s, color 0.18s, transform 0.15s, box-shadow 0.18s;
    line-height: 1.4;
    white-space: nowrap;
}

.currency-pill:hover {
    background: rgba(13,148,136,0.22);
    border-color: rgba(13,200,185,0.45);
    color: #5eead4;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(13,148,136,0.25);
}

.currency-pill.active {
    background: var(--ezy-primary);
    border-color: var(--ezy-primary);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(13,148,136,0.40);
}

.currency-pill .cp-flag {
    font-size: 0.95rem;
    line-height: 1;
}

.currency-pill .cp-code {
    letter-spacing: 0.4px;
}

/* ===== Announcement Bar ===== */
.announcement-bar {
    background: var(--ezy-primary);
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* ===== Navbar ===== */
.navbar-ezy {
    background: #fff !important;
    border-bottom: 2px solid var(--ezy-primary-light);
    padding: 0.6rem 0;
    box-shadow: 0 1px 6px rgba(13, 148, 136, 0.08);
}

.navbar-ezy .navbar-brand {
    color: var(--ezy-primary) !important;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.navbar-ezy .nav-link {
    color: var(--ezy-text) !important;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
}

.navbar-ezy .nav-link:hover,
.navbar-ezy .nav-link.active {
    color: var(--ezy-primary) !important;
    background: var(--ezy-primary-light);
}

.navbar-ezy .dropdown-menu {
    border: 1px solid var(--ezy-primary-light);
    box-shadow: 0 4px 16px rgba(13, 148, 136, 0.12);
}

.navbar-ezy .dropdown-item:hover {
    background: var(--ezy-primary-light);
    color: var(--ezy-primary);
}

.navbar-toggler {
    border-color: var(--ezy-primary);
}

/* ===== Hero Section ===== */
.hero-section {
    background: linear-gradient(135deg, var(--ezy-primary) 0%, var(--ezy-primary-dark) 60%, #0f172a 100%);
    border-radius: 16px;
    color: white;
    padding: 80px 20px 60px;
    margin-bottom: 20px;
}

.hero-section h1 {
    color: white;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.hero-section .lead {
    color: rgba(255,255,255,0.85) !important;
}

.hero-section .btn-primary-ezy {
    background: var(--ezy-secondary);
    border-color: var(--ezy-secondary);
    color: #000;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    transition: background 0.2s, transform 0.1s;
}

.hero-section .btn-primary-ezy:hover {
    background: var(--ezy-secondary-dark);
    border-color: var(--ezy-secondary-dark);
    transform: translateY(-1px);
}

.hero-section .btn-outline-light-ezy {
    border: 2px solid rgba(255,255,255,0.7);
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    transition: background 0.2s, transform 0.1s;
}

.hero-section .btn-outline-light-ezy:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-1px);
}

/* Trust badges row */
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

/* ===== Step Cards ===== */
.step-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 2px 12px rgba(13, 148, 136, 0.08);
    border: 1px solid var(--ezy-primary-light);
    transition: box-shadow 0.2s, transform 0.2s;
    height: 100%;
}

.step-card:hover {
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.18);
    transform: translateY(-4px);
}

.step-circle {
    width: 52px;
    height: 52px;
    background: var(--ezy-primary);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.step-icon {
    font-size: 2rem;
    color: var(--ezy-primary);
    margin-bottom: 0.75rem;
    display: block;
}

/* ===== Service Cards ===== */
.service-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    border: 2px solid transparent;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    height: 100%;
    cursor: default;
}

.service-card:hover {
    border-color: var(--ezy-primary);
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.15);
    transform: translateY(-4px);
}

.service-card .service-icon {
    font-size: 2.5rem;
    color: var(--ezy-primary);
    margin-bottom: 0.75rem;
    display: block;
}

.service-card h5 {
    font-weight: 700;
    color: var(--ezy-text);
    margin-bottom: 0.5rem;
}

.service-card p {
    color: var(--ezy-muted);
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* ===== Stats Section ===== */
.stats-section {
    background: var(--ezy-dark);
    border-radius: 16px;
    padding: 3rem 2rem;
    color: #fff;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--ezy-secondary);
    line-height: 1;
}

.stat-label {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

/* ===== Feature Cards ===== */
.feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--ezy-primary-light);
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s, transform 0.2s;
    height: 100%;
}

.feature-card:hover {
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.12);
    transform: translateY(-3px);
}

.feature-icon {
    width: 72px;
    height: 72px;
    background: var(--ezy-primary-light);
    color: var(--ezy-primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* ===== CTA Banner ===== */
.cta-banner {
    background: linear-gradient(135deg, var(--ezy-primary) 0%, var(--ezy-primary-dark) 100%);
    border-radius: 16px;
    color: #fff;
    padding: 3.5rem 2rem;
    text-align: center;
}

.cta-banner h2 {
    font-weight: 800;
    margin-bottom: 1rem;
}

/* ===== Auth Cards ===== */
.auth-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(13, 148, 136, 0.12);
    overflow: hidden;
}

.auth-card .card-header-ezy {
    background: linear-gradient(135deg, var(--ezy-primary), var(--ezy-primary-dark));
    color: #fff;
    padding: 1.5rem;
    text-align: center;
}

.trust-badge-form {
    background: var(--ezy-primary-light);
    color: var(--ezy-primary-dark);
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}

/* ===== Dashboard ===== */
.welcome-banner {
    background: linear-gradient(135deg, var(--ezy-primary) 0%, var(--ezy-primary-dark) 100%);
    border-radius: 14px;
    color: #fff;
    padding: 1.75rem 2rem;
    margin-bottom: 1.5rem;
}

.stat-card-teal {
    background: linear-gradient(135deg, var(--ezy-primary), var(--ezy-primary-dark));
    color: #fff;
    border: none;
}

.stat-card-amber {
    background: linear-gradient(135deg, var(--ezy-secondary), var(--ezy-secondary-dark));
    color: #000;
    border: none;
}

.quick-action-btn {
    background: var(--ezy-primary-light);
    color: var(--ezy-primary-dark);
    border: 2px solid var(--ezy-primary);
    font-weight: 600;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    transition: background 0.2s, color 0.2s, transform 0.1s;
}

.quick-action-btn:hover {
    background: var(--ezy-primary);
    color: #fff;
    transform: translateY(-2px);
}

/* ===== Footer ===== */
.footer-ezy {
    background: var(--ezy-dark);
    color: rgba(255,255,255,0.75);
    padding: 3.5rem 0 0;
    margin-top: auto;
}

.footer-ezy h6 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    font-size: 0.85rem;
}

.footer-ezy a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-ezy a:hover {
    color: var(--ezy-secondary);
}

.footer-ezy .footer-brand {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}

.footer-ezy .footer-desc {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.55);
    margin-top: 0.5rem;
    line-height: 1.6;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1rem 0;
    margin-top: 2.5rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.4);
    text-align: center;
}

.footer-crypto-badge {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.8);
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 0.82rem;
    margin: 2px;
}

/* ===== General ===== */
.card {
    border-radius: 12px;
}

.navbar-brand {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
}

.btn-warning {
    color: #000;
}

.progress {
    border-radius: 10px;
}

.badge {
    font-weight: 500;
}

.section-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--ezy-text);
    margin-bottom: 0.5rem;
}

.section-subtitle {
    color: var(--ezy-muted);
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
}

/* How It Works page */
.hiw-step-icon {
    width: 80px;
    height: 80px;
    background: var(--ezy-primary-light);
    color: var(--ezy-primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.hiw-step-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: var(--ezy-secondary);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
}

/* Timeline */
.timeline {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.timeline-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    background: #f8f9fa;
}

.timeline-item.active {
    background: #e8f5e9;
}

.font-monospace {
    font-family: 'Courier New', monospace;
    font-size: 0.85em;
}

/* ===== Binary World Trust Section ===== */
.world-trust-section .row {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0,0,0,0.25), 0 4px 12px rgba(13,148,136,0.15);
}

.binary-world-card {
    background: #060d1a;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

#binaryWorldCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.binary-world-overlay {
    position: relative;
    z-index: 2;
    padding: 1.5rem;
}

.binary-globe-badge {
    background: rgba(13, 148, 136, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(13, 200, 185, 0.4);
    color: #5eead4;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.3px;
    text-shadow: 0 0 8px rgba(94, 234, 212, 0.5);
}

.trust-content-card {
    background: #fff;
    padding: 3rem 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid var(--ezy-primary-light);
    border-left: none;
}

.trust-license-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0d9488, #0f766e);
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    width: fit-content;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
    letter-spacing: 0.3px;
}

.trust-headline {
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--ezy-text);
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.trust-lead {
    color: var(--ezy-muted);
    font-size: 0.97rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.trust-audit-box {
    background: var(--ezy-primary-light);
    border-left: 4px solid var(--ezy-primary);
    border-radius: 0 10px 10px 0;
    padding: 1.1rem 1.4rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.trust-audit-box i {
    color: var(--ezy-primary);
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.trust-audit-box p {
    margin: 0;
    color: var(--ezy-primary-dark);
    font-size: 0.87rem;
    line-height: 1.65;
}

.trust-stat-mini {
    text-align: center;
    background: var(--ezy-bg-light);
    border: 1.5px solid var(--ezy-primary-light);
    border-radius: 12px;
    padding: 0.85rem 0.5rem;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(13,148,136,0.06);
}

.trust-stat-mini:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(13, 148, 136, 0.18);
}

.trust-stat-mini i {
    display: block;
    font-size: 1.6rem;
    color: var(--ezy-primary);
    margin-bottom: 0.3rem;
}

.trust-stat-mini span {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--ezy-text);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* ===== Footer Safety Banner ===== */
.footer-safety-strip {
    background: linear-gradient(135deg, #060d1a 0%, #0a1628 50%, #0d1f3a 100%);
    border-top: 3px solid var(--ezy-secondary);
    padding: 3rem 0 2.5rem;
    text-align: center;
}

.footer-safety-icon-ring {
    width: 70px;
    height: 70px;
    background: radial-gradient(circle, rgba(245,158,11,0.2) 0%, rgba(245,158,11,0.05) 70%);
    border: 2px solid rgba(245,158,11,0.4);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--ezy-secondary);
    margin-bottom: 1.25rem;
    box-shadow: 0 0 24px rgba(245,158,11,0.25), 0 0 6px rgba(245,158,11,0.15);
    animation: pulse-amber 3s ease-in-out infinite;
}

@keyframes pulse-amber {
    0%, 100% { box-shadow: 0 0 24px rgba(245,158,11,0.25), 0 0 6px rgba(245,158,11,0.15); }
    50%       { box-shadow: 0 0 36px rgba(245,158,11,0.45), 0 0 12px rgba(245,158,11,0.25); }
}

.footer-safety-headline {
    font-size: 1.55rem;
    font-weight: 900;
    color: var(--ezy-secondary);
    margin-bottom: 0.85rem;
    line-height: 1.3;
    text-shadow: 0 0 20px rgba(245,158,11,0.2);
}

.footer-safety-sub {
    color: rgba(255,255,255,0.72);
    font-size: 0.95rem;
    line-height: 1.75;
    max-width: 540px;
    margin: 0 auto 0;
}

.footer-safety-sub strong {
    color: #fff;
}

/* ===== Footer Language Bar ===== */
.footer-lang-bar {
    background: #04080f;
    padding: 0.9rem 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.lang-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.60);
    border-radius: 6px;
    padding: 5px 14px;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
}

.lang-btn:hover {
    background: var(--ezy-primary);
    border-color: var(--ezy-primary);
    color: #fff;
    text-decoration: none;
}

.lang-btn.active {
    background: var(--ezy-primary);
    border-color: var(--ezy-primary);
    color: #fff;
    font-weight: 700;
}

/* ===== Fees Calculator Page ===== */
.fees-hero {
    background: linear-gradient(135deg, #060d1a 0%, #0f2040 55%, var(--ezy-primary-dark) 100%);
    border-radius: 16px;
    color: white;
    padding: 64px 20px 52px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fees-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 40%, rgba(13,148,136,0.25) 0%, transparent 65%);
    pointer-events: none;
}

.fees-hero h1 {
    color: white;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.fees-hero .lead {
    color: rgba(255,255,255,0.82) !important;
    position: relative;
    z-index: 1;
}

.fee-calc-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(13,148,136,0.14), 0 2px 8px rgba(0,0,0,0.06);
    padding: 2.5rem;
    border: 2px solid var(--ezy-primary-light);
}

.fee-amount-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

.fee-amount-prefix {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--ezy-muted);
    pointer-events: none;
    z-index: 2;
}

.fee-amount-input {
    padding-left: 2.4rem !important;
    font-size: 1.55rem !important;
    font-weight: 700 !important;
    height: 68px !important;
    border: 2.5px solid var(--ezy-primary-light) !important;
    border-radius: 14px !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

.fee-amount-input:focus {
    border-color: var(--ezy-primary) !important;
    box-shadow: 0 0 0 4px rgba(13,148,136,0.12) !important;
    outline: none !important;
}

.fee-type-tabs {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid var(--ezy-primary-light);
    margin-bottom: 1.5rem;
}

.fee-type-tab {
    flex: 1;
    padding: 0.85rem 1rem;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: none;
    font-weight: 600;
    color: var(--ezy-muted);
    font-size: 0.95rem;
    transition: all 0.2s;
    position: relative;
}

.fee-type-tab.active {
    background: var(--ezy-primary);
    color: #fff;
}

.fee-type-tab:not(.active):hover {
    background: var(--ezy-primary-light);
    color: var(--ezy-primary);
}

.fee-type-tab small {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    opacity: 0.8;
    margin-top: 1px;
}

.fee-payment-toggle {
    background: var(--ezy-bg-light);
    border: 1.5px solid var(--ezy-primary-light);
    border-radius: 10px;
    padding: 0.9rem 1.2rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.fee-payment-toggle:hover {
    border-color: var(--ezy-primary);
    background: #fff;
}

.fee-payment-toggle .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    flex-shrink: 0;
    border-color: var(--ezy-primary);
}

.fee-payment-toggle .form-check-input:checked {
    background-color: var(--ezy-primary);
    border-color: var(--ezy-primary);
}

.fee-result-box {
    background: linear-gradient(145deg, #060d1a, #0f2040);
    border-radius: 16px;
    padding: 2rem;
    color: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.05);
    border: 1px solid rgba(13,200,185,0.15);
}

.fee-result-total-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.25rem;
}

.fee-result-total-amount {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--ezy-secondary);
    line-height: 1;
    margin-bottom: 0.2rem;
    text-shadow: 0 0 24px rgba(245,158,11,0.35);
}

.fee-result-total-sub {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    margin-bottom: 1.5rem;
}

.fee-result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 0.9rem;
}

.fee-result-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.fee-result-row .lbl { color: rgba(255,255,255,0.55); }
.fee-result-row .val { font-weight: 700; color: #fff; }

.fee-result-row.grand-total {
    padding-top: 0.75rem;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: none;
}

.fee-result-row.grand-total .lbl { color: var(--ezy-secondary); font-weight: 700; font-size: 0.95rem; }
.fee-result-row.grand-total .val { color: var(--ezy-secondary); font-size: 1.05rem; }

.fee-schedule-table {
    font-size: 0.88rem;
}

.fee-schedule-table thead th {
    background: var(--ezy-dark);
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 0.85rem 1rem;
    white-space: nowrap;
}

.fee-schedule-table thead th:first-child { border-radius: 10px 0 0 0; }
.fee-schedule-table thead th:last-child  { border-radius: 0 10px 0 0; }

.fee-schedule-table tbody tr td {
    padding: 0.75rem 1rem;
    border-color: var(--ezy-primary-light);
    vertical-align: middle;
    transition: background 0.15s;
}

.fee-schedule-table tbody tr:hover td {
    background: rgba(13,148,136,0.05);
}

.fee-schedule-table .tier-active td {
    background: var(--ezy-primary-light);
    font-weight: 700;
    color: var(--ezy-primary-dark);
    border-color: rgba(13,148,136,0.25);
}

.fee-schedule-table .tier-active td:first-child {
    border-left: 4px solid var(--ezy-primary);
}

.fee-schedule-table .standard-col { color: var(--ezy-primary-dark); font-weight: 600; }
.fee-schedule-table .concierge-col { color: var(--ezy-secondary-dark); font-weight: 600; }

.fee-enquire-badge {
    display: inline-block;
    background: rgba(245,158,11,0.12);
    border: 1px solid rgba(245,158,11,0.3);
    color: var(--ezy-secondary-dark);
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 0.78rem;
    font-weight: 700;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .hero-section {
        padding: 50px 15px 40px;
        border-radius: 10px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stats-section {
        padding: 2rem 1rem;
        border-radius: 10px;
    }

    .cta-banner {
        padding: 2.5rem 1rem;
        border-radius: 10px;
    }

    .trust-badge {
        font-size: 0.8rem;
        padding: 5px 12px;
    }
}

/* ===== Security Page ===== */
.sec-hero {
    background: linear-gradient(135deg, #060d1a 0%, #0b1f3a 45%, var(--ezy-primary-dark) 100%);
    border-radius: 16px;
    color: #fff;
    padding: 72px 20px 60px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sec-hero-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(13,148,136,0.30) 0%, transparent 70%);
    pointer-events: none;
}

.sec-hero h1 {
    color: #fff;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.sec-hero .lead {
    position: relative;
    z-index: 1;
}

.sec-hero-icon-ring {
    width: 88px;
    height: 88px;
    background: radial-gradient(circle, rgba(13,148,136,0.35) 0%, rgba(13,148,136,0.08) 70%);
    border: 2px solid rgba(13,200,185,0.45);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    color: #5eead4;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 32px rgba(13,148,136,0.35), 0 0 8px rgba(13,148,136,0.2);
    animation: sec-pulse 3.5s ease-in-out infinite;
}

@keyframes sec-pulse {
    0%, 100% { box-shadow: 0 0 32px rgba(13,148,136,0.35), 0 0 8px rgba(13,148,136,0.2); }
    50%       { box-shadow: 0 0 52px rgba(13,148,136,0.55), 0 0 16px rgba(13,148,136,0.35); }
}

.sec-alert-bar {
    background: linear-gradient(90deg, #3b0d0d, #450f0f);
    border: 1px solid rgba(239,68,68,0.35);
    border-radius: 10px;
    color: #fca5a5;
    padding: 0.85rem 1.25rem;
    font-size: 0.92rem;
    line-height: 1.6;
}

.sec-alert-bar strong {
    color: #f87171;
}

/* Protection cards */
.sec-protect-card {
    border-radius: 18px;
    padding: 2rem;
    border: 2px solid var(--ezy-primary-light);
    background: #fff;
    box-shadow: 0 4px 20px rgba(13,148,136,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.sec-protect-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(13,148,136,0.16);
}

.sec-protect-seller {
    border-color: rgba(245,158,11,0.30);
    box-shadow: 0 4px 20px rgba(245,158,11,0.07);
}

.sec-protect-seller:hover {
    box-shadow: 0 10px 32px rgba(245,158,11,0.18);
}

.sec-protect-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.sec-protect-icon {
    width: 60px;
    height: 60px;
    background: var(--ezy-primary-light);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--ezy-primary);
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(13,148,136,0.15);
}

.sec-protect-icon-seller {
    background: rgba(245,158,11,0.12);
    color: var(--ezy-secondary-dark);
    box-shadow: 0 4px 12px rgba(245,158,11,0.15);
}

.sec-protect-role {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ezy-primary);
    margin-bottom: 2px;
}

.sec-protect-role-seller {
    color: var(--ezy-secondary-dark);
}

.sec-protect-body {
    color: var(--ezy-muted);
    font-size: 0.93rem;
    line-height: 1.72;
    margin-bottom: 1.25rem;
}

.sec-protect-body strong {
    color: var(--ezy-text);
}

.sec-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.sec-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.88rem;
    color: var(--ezy-text);
}

.sec-check-list li i {
    color: var(--ezy-success);
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 1px;
}

.sec-check-list-seller li i {
    color: var(--ezy-secondary);
}

/* Process banner */
.sec-process-banner {
    background: linear-gradient(135deg, var(--ezy-primary) 0%, var(--ezy-primary-dark) 100%);
    border-radius: 16px;
    padding: 2.5rem 2.5rem;
    box-shadow: 0 8px 28px rgba(13,148,136,0.25);
}

/* Red flags */
.sec-redflag-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.6rem 1.5rem;
    border: 1.5px solid #fecaca;
    box-shadow: 0 2px 10px rgba(239,68,68,0.07);
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
}

.sec-redflag-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(239,68,68,0.14);
    border-color: #f87171;
}

.sec-redflag-icon {
    font-size: 2rem;
    color: var(--ezy-danger);
    display: block;
    margin-bottom: 0.75rem;
}

.sec-redflag-card h6 {
    color: var(--ezy-text);
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
}

.sec-redflag-card p {
    color: var(--ezy-muted);
    font-size: 0.86rem;
    line-height: 1.6;
}

/* Licensed section */
.sec-licensed-card {
    background: linear-gradient(135deg, var(--ezy-dark) 0%, #0f2040 100%);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    border: 1px solid rgba(13,200,185,0.15);
    box-shadow: 0 12px 40px rgba(0,0,0,0.25), 0 2px 8px rgba(13,148,136,0.12);
}

.sec-licensed-seal {
    width: 110px;
    height: 110px;
    background: radial-gradient(circle, rgba(13,148,136,0.25) 0%, rgba(13,148,136,0.06) 70%);
    border: 2px solid rgba(13,200,185,0.4);
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 2.2rem;
    color: #5eead4;
    box-shadow: 0 0 28px rgba(13,148,136,0.3);
    animation: sec-pulse 3.5s ease-in-out infinite;
}

.sec-licensed-seal span {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5eead4;
}

.sec-licensed-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(13,148,136,0.18);
    border: 1px solid rgba(13,200,185,0.3);
    color: #5eead4;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sec-licensed-body {
    color: rgba(255,255,255,0.75);
    font-size: 0.95rem;
    line-height: 1.75;
}

.sec-licensed-body strong {
    color: #fff;
}

.sec-cert-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.82);
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    transition: background 0.2s, border-color 0.2s;
}

.sec-cert-badge:hover {
    background: rgba(13,148,136,0.22);
    border-color: rgba(13,200,185,0.4);
    color: #5eead4;
}

@media (max-width: 768px) {
    .sec-hero { padding: 50px 15px 40px; border-radius: 10px; }
    .sec-licensed-card { padding: 2rem 1.25rem; border-radius: 12px; }
    .sec-protect-card { padding: 1.5rem; }
    .sec-process-banner { padding: 2rem 1.25rem; }
}

/* ═══════════════════════════════════════════════════════════════════
   Protection Page
   ═══════════════════════════════════════════════════════════════════ */

/* ── Hero ─────────────────────────────────────────────────────────── */
.prot-hero {
    background: linear-gradient(140deg, #060d1a 0%, #0a1f3d 45%, #0f2e50 75%, var(--ezy-primary-dark) 100%);
    border-radius: 20px;
    color: #fff;
    padding: 72px 2rem 60px;
    position: relative;
    overflow: hidden;
}

.prot-hero-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20%  30%, rgba(13,148,136,0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 80%  70%, rgba(124,58,237,0.14) 0%, transparent 50%),
        radial-gradient(ellipse at 55% -10%, rgba(245,158,11,0.12) 0%, transparent 45%);
    pointer-events: none;
}

.prot-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    background: rgba(13,148,136,0.20);
    border: 1px solid rgba(13,200,185,0.35);
    color: #5eead4;
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.prot-hero-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.prot-hero-lead {
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 720px;
    margin: 0 auto 0;
}

/* Role hero cards */
.prot-role-hero-card {
    display: block;
    text-decoration: none;
    border-radius: 18px;
    padding: 2rem 1.75rem;
    transition: transform 0.22s, box-shadow 0.22s;
    cursor: pointer;
    height: 100%;
}

.prot-role-hero-card:hover {
    transform: translateY(-6px);
    text-decoration: none;
}

.prot-role-hero-buyer {
    background: rgba(13,148,136,0.14);
    border: 1.5px solid rgba(13,200,185,0.30);
    box-shadow: 0 4px 24px rgba(13,148,136,0.18);
}
.prot-role-hero-buyer:hover {
    box-shadow: 0 12px 40px rgba(13,148,136,0.35);
    border-color: rgba(13,200,185,0.55);
}

.prot-role-hero-seller {
    background: rgba(245,158,11,0.12);
    border: 1.5px solid rgba(245,158,11,0.28);
    box-shadow: 0 4px 24px rgba(245,158,11,0.14);
}
.prot-role-hero-seller:hover {
    box-shadow: 0 12px 40px rgba(245,158,11,0.30);
    border-color: rgba(245,158,11,0.50);
}

.prot-role-hero-broker {
    background: rgba(124,58,237,0.13);
    border: 1.5px solid rgba(167,139,250,0.28);
    box-shadow: 0 4px 24px rgba(124,58,237,0.14);
}
.prot-role-hero-broker:hover {
    box-shadow: 0 12px 40px rgba(124,58,237,0.30);
    border-color: rgba(167,139,250,0.50);
}

.prot-role-hero-icon {
    width: 56px; height: 56px;
    background: rgba(13,200,185,0.18);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.7rem; color: #5eead4;
    margin-bottom: 1rem;
    box-shadow: 0 4px 14px rgba(13,148,136,0.25);
}

.prot-icon-seller { background: rgba(245,158,11,0.18); color: #fbbf24; box-shadow: 0 4px 14px rgba(245,158,11,0.22); }
.prot-icon-broker { background: rgba(124,58,237,0.18); color: #c4b5fd; box-shadow: 0 4px 14px rgba(124,58,237,0.22); }

.prot-role-hero-label {
    font-size: 1.1rem; font-weight: 800; color: #fff; margin-bottom: 0.5rem;
}
.prot-label-seller { color: #fcd34d; }
.prot-label-broker { color: #c4b5fd; }

.prot-role-hero-desc {
    color: rgba(255,255,255,0.65);
    font-size: 0.88rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.prot-role-hero-cta {
    font-size: 0.82rem; font-weight: 700;
    color: #5eead4; letter-spacing: 0.3px;
}
.prot-cta-seller { color: #fbbf24; }
.prot-cta-broker { color: #c4b5fd; }

/* ── Intro strip ──────────────────────────────────────────────────── */
.prot-intro-strip {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 2.5rem;
    border: 1.5px solid var(--ezy-primary-light);
    box-shadow: 0 4px 20px rgba(13,148,136,0.07);
}

.prot-intro-text {
    color: var(--ezy-muted);
    font-size: 0.97rem;
    line-height: 1.78;
}

.prot-intro-text strong { color: var(--ezy-text); }

.prot-stat-mini {
    background: var(--ezy-bg-light);
    border: 1.5px solid var(--ezy-primary-light);
    border-radius: 12px;
    padding: 1rem 0.5rem;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.prot-stat-mini:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(13,148,136,0.14); }

.prot-stat-mini i {
    display: block; font-size: 1.5rem;
    color: var(--ezy-primary); margin-bottom: 0.25rem;
}

.prot-stat-val {
    display: block; font-size: 1.1rem;
    font-weight: 900; color: var(--ezy-text); line-height: 1.1;
}

.prot-stat-lbl {
    display: block; font-size: 0.72rem;
    font-weight: 700; color: var(--ezy-muted);
    text-transform: uppercase; letter-spacing: 0.5px;
}

/* ── Data Protection card ─────────────────────────────────────────── */
.prot-data-card {
    background: linear-gradient(135deg, #060d1a 0%, #0b1f3a 55%, #0f2e50 100%);
    border-radius: 20px;
    padding: 3.5rem 3rem;
    border: 1px solid rgba(13,200,185,0.14);
    box-shadow: 0 12px 48px rgba(0,0,0,0.30);
    overflow: hidden;
    position: relative;
}

.prot-data-card::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(124,58,237,0.15) 0%, transparent 70%);
    pointer-events: none;
}

/* Orbiting icon animation */
.prot-data-icon-area {
    position: relative;
    width: 220px; height: 220px;
    margin: 0 auto;
}

.prot-data-ring {
    border-radius: 50%;
    border: 1.5px solid rgba(13,200,185,0.22);
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    animation: prot-spin 18s linear infinite;
}
.prot-data-ring-outer { width: 200px; height: 200px; }
.prot-data-ring-inner { width: 130px; height: 130px; animation-duration: 12s; animation-direction: reverse; }

@keyframes prot-spin { from { transform: translate(-50%,-50%) rotate(0deg); } to { transform: translate(-50%,-50%) rotate(360deg); } }

.prot-data-center-icon {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 68px; height: 68px;
    background: linear-gradient(135deg, var(--ezy-primary), var(--ezy-primary-dark));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; color: #fff;
    box-shadow: 0 0 32px rgba(13,148,136,0.45);
    z-index: 2;
}

.prot-data-orbit {
    position: absolute;
    top: 50%; left: 50%;
    width: 34px; height: 34px;
    margin: -17px 0 0 -17px;
    transform: rotate(var(--angle)) translateX(95px);
    background: rgba(13,148,136,0.20);
    border: 1px solid rgba(13,200,185,0.35);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.95rem; color: #5eead4;
    z-index: 2;
}

.prot-data-badge {
    display: inline-flex; align-items: center;
    background: rgba(13,148,136,0.18);
    border: 1px solid rgba(13,200,185,0.30);
    color: #5eead4;
    padding: 5px 16px; border-radius: 50px;
    font-size: 0.76rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px;
}

.prot-data-body {
    color: rgba(255,255,255,0.72);
    font-size: 0.96rem; line-height: 1.76;
}
.prot-data-body strong { color: #fff; }

.prot-data-tag {
    display: inline-flex; align-items: center;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.13);
    color: rgba(255,255,255,0.75);
    padding: 5px 14px; border-radius: 8px;
    font-size: 0.80rem; font-weight: 600;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.prot-data-tag:hover {
    background: rgba(13,148,136,0.22);
    border-color: rgba(13,200,185,0.40);
    color: #5eead4;
}

/* ── Tab Navigation ───────────────────────────────────────────────── */
.prot-tab-nav-wrap {
    background: var(--ezy-dark);
    border-radius: 20px 20px 0 0;
    padding: 1.5rem 2rem 0;
    overflow-x: auto;
}

.prot-tab-nav {
    display: flex;
    gap: 4px;
    min-width: max-content;
}

.prot-tab-btn {
    padding: 0.85rem 2rem;
    border: none;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.50);
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.prot-tab-buyer.active   { background: #fff; color: var(--ezy-primary-dark); border-bottom-color: var(--ezy-primary); }
.prot-tab-seller.active  { background: #fff; color: var(--ezy-secondary-dark); border-bottom-color: var(--ezy-secondary); }
.prot-tab-broker.active  { background: #fff; color: #6d28d9; border-bottom-color: #7c3aed; }

.prot-tab-buyer:not(.active):hover  { background: rgba(13,148,136,0.18); color: #5eead4; }
.prot-tab-seller:not(.active):hover { background: rgba(245,158,11,0.18); color: #fbbf24; }
.prot-tab-broker:not(.active):hover { background: rgba(124,58,237,0.18); color: #c4b5fd; }

/* ── Tab Panel ────────────────────────────────────────────────────── */
.prot-tab-content { background: transparent; }

.prot-tab-panel {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 2.5rem 2.5rem 2rem;
    border: none;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

.prot-panel-eyebrow {
    display: inline-flex; align-items: center;
    font-size: 0.74rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1px;
    padding: 4px 14px; border-radius: 50px;
    margin-bottom: 0.5rem;
}

.prot-eye-buyer  { background: var(--ezy-primary-light); color: var(--ezy-primary); }
.prot-eye-seller { background: rgba(245,158,11,0.12);    color: var(--ezy-secondary-dark); }
.prot-eye-broker { background: rgba(124,58,237,0.10);    color: #6d28d9; }

.prot-panel-title {
    font-size: 1.9rem; font-weight: 900;
    color: var(--ezy-text); margin-bottom: 0.75rem;
}

.prot-panel-lead {
    color: var(--ezy-muted); font-size: 0.97rem; line-height: 1.75; margin-bottom: 0;
}

/* Role seal */
.prot-panel-seal {
    width: 100px; height: 100px;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 2rem;
    animation: sec-pulse 3.5s ease-in-out infinite;
}

.prot-seal-buyer  { background: var(--ezy-primary-light); color: var(--ezy-primary); box-shadow: 0 0 28px rgba(13,148,136,0.22); }
.prot-seal-seller { background: rgba(245,158,11,0.12);    color: var(--ezy-secondary); box-shadow: 0 0 28px rgba(245,158,11,0.22); }
.prot-seal-broker { background: rgba(124,58,237,0.10);    color: #7c3aed;             box-shadow: 0 0 28px rgba(124,58,237,0.22); }

.prot-panel-seal span {
    font-size: 0.65rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.5px;
    text-align: center; line-height: 1.2;
}

/* Benefit cards */
.prot-benefit-card {
    border-radius: 16px;
    padding: 1.75rem;
    border: 1.5px solid;
    transition: transform 0.22s, box-shadow 0.22s;
}

.prot-benefit-card:hover { transform: translateY(-4px); }

.prot-benefit-buyer  { border-color: var(--ezy-primary-light);    background: #fafffe; }
.prot-benefit-seller { border-color: rgba(245,158,11,0.22);        background: #fffdf6; }
.prot-benefit-broker { border-color: rgba(124,58,237,0.18);        background: #fdfbff; }

.prot-benefit-buyer:hover  { box-shadow: 0 8px 28px rgba(13,148,136,0.14); }
.prot-benefit-seller:hover { box-shadow: 0 8px 28px rgba(245,158,11,0.16); }
.prot-benefit-broker:hover { box-shadow: 0 8px 28px rgba(124,58,237,0.16); }

.prot-benefit-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

.prot-bicon-buyer  { background: var(--ezy-primary-light); color: var(--ezy-primary); }
.prot-bicon-seller { background: rgba(245,158,11,0.14);    color: var(--ezy-secondary-dark); }
.prot-bicon-broker { background: rgba(124,58,237,0.12);    color: #7c3aed; }

.prot-benefit-title {
    font-size: 1.05rem; font-weight: 800;
    color: var(--ezy-text); margin-bottom: 0.65rem;
}

.prot-benefit-body {
    color: var(--ezy-muted); font-size: 0.89rem; line-height: 1.72; margin: 0;
}
.prot-benefit-body strong { color: var(--ezy-text); }

/* Guarantee bar */
.prot-guarantee-bar {
    border-radius: 12px;
    padding: 1.1rem 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.91rem;
    line-height: 1.65;
}

.prot-gbar-buyer  { background: var(--ezy-primary-light); color: var(--ezy-primary-dark); border-left: 4px solid var(--ezy-primary); }
.prot-gbar-seller { background: rgba(245,158,11,0.10);    color: #92400e;                border-left: 4px solid var(--ezy-secondary); }
.prot-gbar-broker { background: rgba(124,58,237,0.08);    color: #4c1d95;                border-left: 4px solid #7c3aed; }

.prot-gbar-buyer  i { color: var(--ezy-primary); }
.prot-gbar-seller i { color: var(--ezy-secondary-dark); }
.prot-gbar-broker i { color: #7c3aed; }

/* ── Dispute steps ────────────────────────────────────────────────── */
.prot-dispute-step {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    border: 1.5px solid var(--ezy-primary-light);
    box-shadow: 0 2px 12px rgba(13,148,136,0.07);
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}

.prot-dispute-step:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(13,148,136,0.14); }

.prot-dispute-num {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    width: 30px; height: 30px;
    background: var(--ezy-primary); color: #fff;
    border-radius: 50%; font-size: 0.85rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(13,148,136,0.30);
}

.prot-dispute-icon {
    font-size: 2rem; color: var(--ezy-primary);
    display: block; margin: 0.5rem 0 0.75rem;
}

.prot-dispute-step h6 { font-size: 0.95rem; font-weight: 800; color: var(--ezy-text); }
.prot-dispute-step p  { color: var(--ezy-muted); font-size: 0.86rem; line-height: 1.65; }

/* ── Fraud Prevention banner ──────────────────────────────────────── */
.prot-fraud-banner {
    background: linear-gradient(135deg, #2d0a0a 0%, #450f0f 60%, #3b0d0d 100%);
    border-radius: 16px;
    padding: 2.5rem 2.5rem;
    border: 1px solid rgba(239,68,68,0.25);
    box-shadow: 0 8px 32px rgba(239,68,68,0.12);
}

.prot-fraud-icon-ring {
    width: 76px; height: 76px;
    background: radial-gradient(circle, rgba(239,68,68,0.25) 0%, rgba(239,68,68,0.06) 70%);
    border: 2px solid rgba(239,68,68,0.40);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 2rem; color: #f87171;
    box-shadow: 0 0 28px rgba(239,68,68,0.22);
    animation: prot-fraud-pulse 3s ease-in-out infinite;
}

@keyframes prot-fraud-pulse {
    0%,100% { box-shadow: 0 0 28px rgba(239,68,68,0.22); }
    50%      { box-shadow: 0 0 46px rgba(239,68,68,0.42); }
}

/* ── Additional Support card ──────────────────────────────────────── */
.prot-support-card {
    background: linear-gradient(135deg, var(--ezy-dark) 0%, #0f2040 100%);
    border-radius: 20px;
    padding: 3rem 3rem;
    border: 1px solid rgba(13,200,185,0.14);
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}

.prot-support-badge {
    display: inline-flex; align-items: center;
    background: rgba(13,148,136,0.18);
    border: 1px solid rgba(13,200,185,0.30);
    color: #5eead4;
    padding: 5px 16px; border-radius: 50px;
    font-size: 0.76rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px;
}

.prot-support-card h3 { color: #fff; }

.prot-support-contact-btn {
    display: inline-flex; align-items: center;
    background: rgba(13,148,136,0.18);
    border: 1.5px solid rgba(13,200,185,0.30);
    color: #5eead4;
    padding: 0.6rem 1.4rem;
    border-radius: 10px;
    font-size: 0.9rem; font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.prot-support-contact-btn:hover {
    background: var(--ezy-primary);
    border-color: var(--ezy-primary);
    color: #fff; text-decoration: none;
}

.prot-contact-tg {
    background: rgba(0,136,204,0.15);
    border-color: rgba(0,136,204,0.30);
    color: #7dd3f0;
}

.prot-contact-tg:hover {
    background: #0088cc;
    border-color: #0088cc;
    color: #fff;
}

.prot-support-feature {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 0.85rem 0.5rem;
    text-align: center;
    transition: background 0.2s;
}

.prot-support-feature:hover { background: rgba(13,148,136,0.18); }

.prot-support-feature i {
    display: block; font-size: 1.4rem;
    color: #5eead4; margin-bottom: 0.3rem;
}

.prot-support-feature span {
    display: block; font-size: 0.78rem;
    font-weight: 700; color: rgba(255,255,255,0.75);
    text-transform: uppercase; letter-spacing: 0.4px;
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .prot-hero { padding: 52px 1.5rem 44px; }
    .prot-tab-panel { padding: 2rem 1.5rem 1.75rem; }
    .prot-data-card { padding: 2.5rem 1.75rem; }
    .prot-support-card { padding: 2rem 1.5rem; }
    .prot-fraud-banner { padding: 2rem 1.5rem; }
    .prot-data-icon-area { width: 180px; height: 180px; margin-bottom: 1.5rem; }
    .prot-data-ring-outer { width: 165px; height: 165px; }
    .prot-data-ring-inner { width: 105px; height: 105px; }
    .prot-data-orbit { transform: rotate(var(--angle)) translateX(78px); }
}

@media (max-width: 575px) {
    .prot-hero { padding: 44px 1rem 36px; border-radius: 12px; }
    .prot-tab-nav-wrap { padding: 1rem 1rem 0; }
    .prot-tab-btn { padding: 0.7rem 1rem; font-size: 0.85rem; }
    .prot-tab-panel { padding: 1.5rem 1rem; border-radius: 0 0 14px 14px; }
    .prot-panel-title { font-size: 1.5rem; }
}

/* ═══════════════════════════════════════════════════════════════════
   Services Page
   ═══════════════════════════════════════════════════════════════════ */

/* ── Hero ─────────────────────────────────────────────────────────── */
.svc-hero {
    background: linear-gradient(140deg, #04080f 0%, #081528 40%, #0d2340 70%, #0d3d38 100%);
    border-radius: 20px;
    color: #fff;
    padding: 72px 3rem 64px;
    position: relative;
    overflow: hidden;
}

/* Dot-grid background texture */
.svc-hero-bg-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(13,200,185,0.18) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    opacity: 0.55;
}

.svc-hero-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 10% 50%, rgba(13,148,136,0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 20%, rgba(245,158,11,0.10) 0%, transparent 50%);
    pointer-events: none;
}

.svc-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(13,148,136,0.20);
    border: 1px solid rgba(13,200,185,0.35);
    color: #5eead4;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 1.25rem;
}

.svc-hero-dot {
    width: 8px; height: 8px;
    background: #5eead4;
    border-radius: 50%;
    display: inline-block;
    animation: svc-blink 1.8s ease-in-out infinite;
    box-shadow: 0 0 6px #5eead4;
}

@keyframes svc-blink {
    0%,100% { opacity: 1; } 50% { opacity: 0.3; }
}

.svc-hero-title {
    font-size: clamp(1.8rem, 4vw, 2.9rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.18;
    margin-bottom: 1.1rem;
}

.svc-hero-lead {
    color: rgba(255,255,255,0.72);
    font-size: 1.02rem;
    line-height: 1.75;
    max-width: 520px;
}

.svc-btn-primary {
    background: var(--ezy-secondary);
    color: #000;
    font-weight: 800;
    border-radius: 10px;
    border: none;
    padding: 0.85rem 2.2rem;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 18px rgba(245,158,11,0.40);
}
.svc-btn-primary:hover {
    background: var(--ezy-secondary-dark);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(245,158,11,0.55);
}

.svc-btn-ghost {
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border: 1.5px solid rgba(255,255,255,0.28);
    transition: background 0.2s, border-color 0.2s;
}
.svc-btn-ghost:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.50);
    color: #fff;
}

.svc-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.72);
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.80rem;
    font-weight: 600;
}

/* ── Crypto Widget ────────────────────────────────────────────────── */
.svc-crypto-widget {
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(13,200,185,0.22);
    border-radius: 18px;
    padding: 0;
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.svc-widget-hdr {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    background: rgba(0,0,0,0.25);
}

.svc-live-dot {
    width: 8px; height: 8px;
    background: #22c55e;
    border-radius: 50%;
    flex-shrink: 0;
    animation: svc-blink 1.5s ease-in-out infinite;
    box-shadow: 0 0 6px #22c55e;
}

.svc-widget-hdr-label {
    color: rgba(255,255,255,0.75);
    font-size: 0.80rem;
    font-weight: 700;
    flex: 1;
    letter-spacing: 0.3px;
}

.svc-widget-badge {
    background: rgba(13,148,136,0.22);
    border: 1px solid rgba(13,200,185,0.35);
    color: #5eead4;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 0.70rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Ticker rows */
.svc-ticker-list { padding: 0.25rem 0; }

.svc-ticker-row {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0.5rem 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background 0.15s;
}
.svc-ticker-row:last-child { border-bottom: none; }
.svc-ticker-row:hover { background: rgba(255,255,255,0.04); }

.svc-coin-icon {
    width: 26px; height: 26px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 0.85rem;
    margin-right: 10px;
    flex-shrink: 0;
}
.svc-btc  { background: rgba(247,147,26,0.18);  color: #f7931a; }
.svc-eth  { background: rgba(98,126,234,0.18);   color: #627eea; }
.svc-usdt { background: rgba(38,161,123,0.18);   color: #26a17b; }
.svc-xmr  { background: rgba(255,102,0,0.18);    color: #ff6600; }
.svc-trx  { background: rgba(239,68,68,0.18);    color: #ef4444; }

.svc-ticker-code {
    font-size: 0.82rem; font-weight: 800;
    color: #fff; width: 44px; flex-shrink: 0;
    letter-spacing: 0.3px;
}

.svc-ticker-name {
    font-size: 0.75rem; color: rgba(255,255,255,0.40);
    flex: 1;
}

.svc-ticker-price {
    font-size: 0.85rem; font-weight: 700;
    color: rgba(255,255,255,0.88);
    font-variant-numeric: tabular-nums;
    min-width: 80px; text-align: right;
    transition: color 0.3s;
}

.svc-ticker-price.svc-flash { color: #5eead4; }

.svc-ticker-change {
    font-size: 0.76rem; font-weight: 700;
    min-width: 68px; text-align: right;
    font-variant-numeric: tabular-nums;
}

.svc-up     { color: #4ade80; }
.svc-dn     { color: #f87171; }
.svc-stable { color: rgba(255,255,255,0.40); }

/* Mini chart */
.svc-mini-chart-wrap {
    padding: 0.75rem 1.25rem 0.5rem;
    border-top: 1px solid rgba(255,255,255,0.07);
}

.svc-chart-label {
    font-size: 0.70rem; color: rgba(255,255,255,0.38);
    font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.5px; margin-bottom: 0.35rem;
}

.svc-mini-chart {
    width: 100%; height: 52px;
    display: block;
}

.svc-chart-fill {
    fill: url(#chartGrad);
}

.svc-chart-line {
    fill: none;
    stroke: #0d9488;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    animation: svc-draw-line 2.2s ease forwards 0.4s;
}

@keyframes svc-draw-line {
    to { stroke-dashoffset: 0; }
}

/* Widget footer */
.svc-widget-footer {
    display: flex;
    align-items: center;
    padding: 0.85rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.07);
    background: rgba(0,0,0,0.20);
    gap: 0;
}

.svc-wstat { flex: 1; text-align: center; }

.svc-wstat-num {
    display: block;
    font-size: 1rem; font-weight: 900;
    color: var(--ezy-secondary);
    line-height: 1.1;
}

.svc-wstat-lbl {
    display: block;
    font-size: 0.68rem; font-weight: 600;
    color: rgba(255,255,255,0.42);
    text-transform: uppercase; letter-spacing: 0.3px;
    margin-top: 2px;
}

.svc-wdivider {
    width: 1px; height: 32px;
    background: rgba(255,255,255,0.10);
    flex-shrink: 0;
}

/* ── Scale Strip ──────────────────────────────────────────────────── */
.svc-scale-strip {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem 2.5rem;
    border: 1.5px solid var(--ezy-primary-light);
    box-shadow: 0 4px 18px rgba(13,148,136,0.08);
}

.svc-scale-headline {
    font-size: 1.15rem; font-weight: 900;
    color: var(--ezy-text); margin-bottom: 0.4rem;
}

.svc-scale-sub {
    color: var(--ezy-muted); font-size: 0.88rem; line-height: 1.65;
}

.svc-scale-bar-wrap { padding-top: 0.5rem; }

.svc-scale-bar {
    position: relative;
    height: 10px;
    background: var(--ezy-primary-light);
    border-radius: 10px;
    margin: 1.5rem 0 0.4rem;
    overflow: visible;
}

.svc-scale-fill {
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, var(--ezy-primary-light) 0%, var(--ezy-primary) 50%, var(--ezy-secondary) 100%);
    border-radius: 10px;
}

.svc-scale-marker {
    position: absolute;
    top: -22px;
    transform: translateX(-50%);
}

.svc-marker-label {
    font-size: 0.72rem; font-weight: 800;
    color: var(--ezy-primary-dark);
    white-space: nowrap;
}

.svc-marker-right .svc-marker-label { color: var(--ezy-secondary-dark); }

.svc-scale-tag {
    font-size: 0.76rem; font-weight: 700;
    color: var(--ezy-muted);
}

/* ── Risk chips ───────────────────────────────────────────────────── */
.svc-risk-chip {
    display: inline-flex; align-items: center;
    padding: 5px 14px; border-radius: 50px;
    font-size: 0.80rem; font-weight: 600;
}

.svc-risk-eliminated {
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.22);
    color: #b91c1c;
    text-decoration: line-through;
}

.svc-risk-eliminated i { color: #ef4444; text-decoration: none; }

/* ── Service Cards ────────────────────────────────────────────────── */
.svc-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem 1.75rem;
    border: 1.5px solid;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.22s, box-shadow 0.22s;
    position: relative;
    overflow: hidden;
}

.svc-card::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 120px; height: 120px;
    border-radius: 50%;
    opacity: 0.06;
    pointer-events: none;
    transition: opacity 0.22s;
}

.svc-card:hover { transform: translateY(-5px); }
.svc-card:hover::before { opacity: 0.12; }

/* Colour variants */
.svc-card-blue   { border-color: rgba(59,130,246,0.25);  }
.svc-card-purple { border-color: rgba(139,92,246,0.25);  }
.svc-card-amber  { border-color: rgba(245,158,11,0.28);  }
.svc-card-teal   { border-color: var(--ezy-primary-light); }
.svc-card-green  { border-color: rgba(16,185,129,0.25);  }
.svc-card-rose   { border-color: rgba(244,63,94,0.22);   }

.svc-card-blue:hover   { box-shadow: 0 10px 32px rgba(59,130,246,0.16);  }
.svc-card-purple:hover { box-shadow: 0 10px 32px rgba(139,92,246,0.16);  }
.svc-card-amber:hover  { box-shadow: 0 10px 32px rgba(245,158,11,0.18);  }
.svc-card-teal:hover   { box-shadow: 0 10px 32px rgba(13,148,136,0.16);  }
.svc-card-green:hover  { box-shadow: 0 10px 32px rgba(16,185,129,0.16);  }
.svc-card-rose:hover   { box-shadow: 0 10px 32px rgba(244,63,94,0.14);   }

.svc-card-blue::before   { background: #3b82f6; }
.svc-card-purple::before { background: #8b5cf6; }
.svc-card-amber::before  { background: #f59e0b; }
.svc-card-teal::before   { background: #0d9488; }
.svc-card-green::before  { background: #10b981; }
.svc-card-rose::before   { background: #f43f5e; }

/* Icon circle */
.svc-card-icon-wrap {
    width: 58px; height: 58px;
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.svc-icon-blue   { background: rgba(59,130,246,0.12);  color: #3b82f6;  }
.svc-icon-purple { background: rgba(139,92,246,0.12);  color: #8b5cf6;  }
.svc-icon-amber  { background: rgba(245,158,11,0.14);  color: #d97706;  }
.svc-icon-teal   { background: var(--ezy-primary-light); color: var(--ezy-primary); }
.svc-icon-green  { background: rgba(16,185,129,0.12);  color: #059669;  }
.svc-icon-rose   { background: rgba(244,63,94,0.10);   color: #e11d48;  }

/* Amount badge */
.svc-card-amount-badge {
    display: inline-block;
    background: rgba(0,0,0,0.05);
    border-radius: 6px;
    padding: 2px 10px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--ezy-muted);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 0.65rem;
}

.svc-card-title {
    font-size: 1.05rem; font-weight: 800;
    color: var(--ezy-text); margin-bottom: 0.75rem; line-height: 1.35;
}

.svc-card-body {
    color: var(--ezy-muted); font-size: 0.88rem;
    line-height: 1.70; margin-bottom: 1rem;
}

/* Feature checklist */
.svc-feature-list {
    list-style: none; padding: 0; margin: 0 0 1.25rem;
    display: flex; flex-direction: column; gap: 0.42rem;
}

.svc-feature-list li {
    display: flex; align-items: flex-start;
    gap: 0.55rem; font-size: 0.85rem; color: var(--ezy-text);
}

.svc-card-blue   .svc-feature-list li i { color: #3b82f6; }
.svc-card-purple .svc-feature-list li i { color: #8b5cf6; }
.svc-card-amber  .svc-feature-list li i { color: #d97706; }
.svc-card-teal   .svc-feature-list li i { color: var(--ezy-primary); }
.svc-card-green  .svc-feature-list li i { color: #059669; }
.svc-card-rose   .svc-feature-list li i { color: #e11d48; }

/* Learn More button */
.svc-learn-btn {
    display: inline-flex; align-items: center;
    border: none; border-radius: 8px;
    padding: 0.5rem 1.2rem;
    font-size: 0.84rem; font-weight: 700;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    margin-bottom: 0.75rem;
}

.svc-learn-blue   { background: rgba(59,130,246,0.10);  color: #2563eb; }
.svc-learn-purple { background: rgba(139,92,246,0.10);  color: #7c3aed; }
.svc-learn-amber  { background: rgba(245,158,11,0.12);  color: #b45309; }
.svc-learn-teal   { background: var(--ezy-primary-light); color: var(--ezy-primary-dark); }
.svc-learn-green  { background: rgba(16,185,129,0.10);  color: #065f46; }
.svc-learn-rose   { background: rgba(244,63,94,0.08);   color: #be123c; }

.svc-learn-btn:hover { filter: brightness(0.92); }

.svc-chevron { transition: transform 0.25s ease; display: inline-block; }

.svc-more-content {
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 0.85rem;
    margin-top: 0.25rem;
    font-size: 0.87rem;
    color: var(--ezy-muted);
    line-height: 1.70;
}

.svc-more-content p { margin: 0; }

/* ── Process strip ────────────────────────────────────────────────── */
.svc-process-strip {
    background: linear-gradient(135deg, var(--ezy-dark) 0%, #0f2040 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}

.svc-proc-step {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 16px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    transition: background 0.2s, border-color 0.2s;
    position: relative;
}

.svc-proc-step:hover {
    background: rgba(13,148,136,0.14);
    border-color: rgba(13,200,185,0.30);
}

.svc-proc-num {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    width: 30px; height: 30px;
    background: var(--ezy-secondary); color: #000;
    border-radius: 50%; font-size: 0.85rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(245,158,11,0.40);
}

.svc-proc-icon {
    font-size: 2rem; color: var(--ezy-primary);
    display: block; margin: 0.5rem 0 0.75rem;
}

.svc-proc-step h6 { color: #fff; font-size: 0.95rem; margin-bottom: 0.4rem; }
.svc-proc-step p  { color: rgba(255,255,255,0.55); font-size: 0.84rem; line-height: 1.6; margin: 0; }

/* ── Trust bar ────────────────────────────────────────────────────── */
.svc-trust-bar {
    background: var(--ezy-primary-light);
    border: 1.5px solid rgba(13,148,136,0.25);
    border-radius: 16px;
    padding: 2rem 2.5rem;
}

.svc-trust-bar-text {
    color: var(--ezy-primary-dark);
    font-size: 0.96rem;
    line-height: 1.75;
}

.svc-trust-bar-text strong { color: var(--ezy-primary-dark); }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .svc-hero { padding: 52px 1.75rem 48px; }
    .svc-crypto-widget { max-width: 100%; }
}

@media (max-width: 767px) {
    .svc-hero { padding: 44px 1.25rem 40px; border-radius: 12px; }
    .svc-scale-strip { padding: 1.5rem 1.25rem; }
    .svc-process-strip { padding: 2.5rem 1.25rem; }
    .svc-trust-bar { padding: 1.5rem 1.25rem; }
}

/* ═══════════════════════════════════════════════════════════════════
   Disclaimer Page  (disc-*)
   ═══════════════════════════════════════════════════════════════════ */
.disc-hero {
    background: linear-gradient(140deg, #060d1a 0%, #1a1000 50%, #2d1a00 100%);
    border-radius: 16px; color: #fff;
    padding: 72px 2rem 56px;
    position: relative; overflow: hidden; text-align: center;
}
.disc-hero-glow {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(245,158,11,0.20) 0%, transparent 65%);
    pointer-events: none;
}
.disc-hero-icon-ring {
    width: 84px; height: 84px;
    background: radial-gradient(circle, rgba(245,158,11,0.22) 0%, rgba(245,158,11,0.05) 70%);
    border: 2px solid rgba(245,158,11,0.40);
    border-radius: 50%; display: inline-flex;
    align-items: center; justify-content: center;
    font-size: 2.4rem; color: #fbbf24;
    position: relative; z-index: 1;
    box-shadow: 0 0 32px rgba(245,158,11,0.28);
    animation: pulse-amber 3.5s ease-in-out infinite;
}
.disc-eyebrow {
    display: inline-flex; align-items: center;
    background: rgba(245,158,11,0.15);
    border: 1px solid rgba(245,158,11,0.35);
    color: #fbbf24; padding: 5px 18px;
    border-radius: 50px; font-size: 0.78rem;
    font-weight: 700; letter-spacing: 0.5px;
    text-transform: uppercase; position: relative; z-index: 1;
}
.disc-hero-title {
    font-size: clamp(2rem, 5vw, 3rem); font-weight: 900;
    color: #fff; position: relative; z-index: 1; margin-bottom: 0.85rem;
}
.disc-hero-lead {
    color: rgba(255,255,255,0.72); font-size: 1.02rem;
    line-height: 1.75; max-width: 580px;
    margin: 0 auto 1rem; position: relative; z-index: 1;
}
.disc-hero-meta {
    font-size: 0.80rem; color: rgba(255,255,255,0.42);
    position: relative; z-index: 1;
}
.disc-chip {
    display: inline-flex; align-items: center;
    background: #fff; border: 1.5px solid var(--ezy-primary-light);
    color: var(--ezy-primary-dark); border-radius: 50px;
    padding: 6px 16px; font-size: 0.82rem; font-weight: 600;
    text-decoration: none; transition: all 0.18s;
    box-shadow: 0 2px 8px rgba(13,148,136,0.08);
}
.disc-chip:hover {
    background: var(--ezy-primary); color: #fff;
    border-color: var(--ezy-primary); text-decoration: none;
    box-shadow: 0 4px 14px rgba(13,148,136,0.25);
}
/* Shared section card */
.disc-section {
    background: #fff; border-radius: 18px;
    border: 1.5px solid var(--ezy-primary-light);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    overflow: hidden;
}
.disc-section-header {
    display: flex; align-items: center; gap: 1rem;
    padding: 1.5rem 2rem; border-bottom: 1px solid var(--ezy-primary-light);
}
.disc-hdr-amber { background: rgba(245,158,11,0.06); border-bottom-color: rgba(245,158,11,0.18); }
.disc-hdr-blue  { background: rgba(59,130,246,0.05); border-bottom-color: rgba(59,130,246,0.18); }
.disc-hdr-teal  { background: var(--ezy-primary-light); border-bottom-color: rgba(13,148,136,0.20); }
.disc-section-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.55rem; flex-shrink: 0;
}
.disc-icon-amber { background: rgba(245,158,11,0.14); color: #d97706; }
.disc-icon-blue  { background: rgba(59,130,246,0.12); color: #2563eb; }
.disc-icon-teal  { background: var(--ezy-primary-light); color: var(--ezy-primary); }
.disc-section-eyebrow {
    font-size: 0.70rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1px;
    color: var(--ezy-muted); margin-bottom: 2px;
}
.disc-section-title {
    font-size: 1.3rem; font-weight: 900;
    color: var(--ezy-text); margin: 0;
}
.disc-section-body { padding: 2rem; }
.disc-lead-para {
    font-size: 1rem; color: var(--ezy-text);
    line-height: 1.75; margin-bottom: 1rem;
}
.disc-body-text {
    color: var(--ezy-muted); font-size: 0.94rem; line-height: 1.75; margin-bottom: 0.75rem;
}
.disc-body-text strong { color: var(--ezy-text); }
.disc-warn-box {
    background: rgba(239,68,68,0.06);
    border: 1.5px solid rgba(239,68,68,0.22);
    border-left: 4px solid #ef4444;
    border-radius: 0 10px 10px 0;
    padding: 1rem 1.25rem;
    display: flex; gap: 0.85rem; align-items: flex-start;
    font-size: 0.91rem; color: var(--ezy-text); line-height: 1.7;
}
.disc-warn-icon { color: #ef4444; font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.disc-info-box {
    background: rgba(59,130,246,0.06);
    border: 1.5px solid rgba(59,130,246,0.20);
    border-left: 4px solid #3b82f6;
    border-radius: 0 10px 10px 0;
    padding: 1rem 1.25rem;
    display: flex; gap: 0.85rem; align-items: flex-start;
    font-size: 0.91rem; color: var(--ezy-text); line-height: 1.7;
}
.disc-info-icon { color: #3b82f6; font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.disc-not-list { background: var(--ezy-bg-light); border-radius: 12px; padding: 1.25rem; }
.disc-not-title { font-size: 0.85rem; font-weight: 800; color: #b91c1c; margin-bottom: 0.5rem; }
.disc-not-item {
    background: #fff; border: 1.5px solid #fecaca;
    border-radius: 8px; padding: 0.6rem 1rem;
    display: flex; align-items: center; gap: 0.65rem;
    font-size: 0.84rem; color: var(--ezy-text);
    height: 100%;
}
.disc-not-item i { color: #ef4444; flex-shrink: 0; }
.disc-limit-pill {
    display: inline-flex; align-items: center;
    background: rgba(59,130,246,0.08);
    border: 1px solid rgba(59,130,246,0.22);
    color: #1d4ed8; padding: 5px 14px;
    border-radius: 50px; font-size: 0.80rem; font-weight: 600;
}
.disc-step-card {
    background: var(--ezy-bg-light);
    border: 1.5px solid var(--ezy-primary-light);
    border-radius: 14px; padding: 1.5rem;
    text-align: center; position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}
.disc-step-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(13,148,136,0.12); }
.disc-step-num {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    width: 30px; height: 30px; background: var(--ezy-primary); color: #fff;
    border-radius: 50%; font-size: 0.85rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(13,148,136,0.30);
}
.disc-step-icon {
    font-size: 2rem; color: var(--ezy-primary);
    display: block; margin: 0.5rem 0 0.6rem;
}
.disc-step-card h6 { font-size: 0.95rem; color: var(--ezy-text); }
.disc-step-card p  { font-size: 0.85rem; color: var(--ezy-muted); line-height: 1.65; }
.disc-summary {
    background: linear-gradient(135deg, var(--ezy-dark) 0%, #0f2040 100%);
    border-radius: 16px; padding: 2.5rem 2.5rem;
    border: 1px solid rgba(13,200,185,0.14);
    box-shadow: 0 8px 32px rgba(0,0,0,0.20);
}
@media (max-width: 768px) {
    .disc-hero { padding: 50px 1.25rem 44px; border-radius: 12px; }
    .disc-section-header { padding: 1.25rem 1.25rem; }
    .disc-section-body { padding: 1.5rem 1.25rem; }
    .disc-summary { padding: 2rem 1.25rem; }
}

/* ═══════════════════════════════════════════════════════════════════
   Privacy Policy Page  (priv-*)
   ═══════════════════════════════════════════════════════════════════ */
.priv-hero {
    background: linear-gradient(140deg, #060d1a 0%, #03101f 45%, #061c35 75%, #0a2040 100%);
    border-radius: 16px; color: #fff;
    padding: 72px 2rem 56px;
    position: relative; overflow: hidden; text-align: center;
}
.priv-hero-glow {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 50% 0%,  rgba(13,148,136,0.22) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 80%, rgba(59,130,246,0.12) 0%, transparent 55%);
    pointer-events: none;
}
.priv-hero-icon-ring {
    width: 84px; height: 84px;
    background: radial-gradient(circle, rgba(13,148,136,0.25) 0%, rgba(13,148,136,0.06) 70%);
    border: 2px solid rgba(13,200,185,0.42);
    border-radius: 50%; display: inline-flex;
    align-items: center; justify-content: center;
    font-size: 2.4rem; color: #5eead4;
    position: relative; z-index: 1;
    box-shadow: 0 0 32px rgba(13,148,136,0.30);
    animation: sec-pulse 3.5s ease-in-out infinite;
}
.priv-eyebrow {
    display: inline-flex; align-items: center;
    background: rgba(13,148,136,0.16);
    border: 1px solid rgba(13,200,185,0.35);
    color: #5eead4; padding: 5px 18px;
    border-radius: 50px; font-size: 0.78rem;
    font-weight: 700; letter-spacing: 0.5px;
    text-transform: uppercase; position: relative; z-index: 1;
}
.priv-hero-title {
    font-size: clamp(2rem, 5vw, 3rem); font-weight: 900;
    color: #fff; position: relative; z-index: 1; margin-bottom: 0.85rem;
}
.priv-hero-lead {
    color: rgba(255,255,255,0.72); font-size: 1.02rem;
    line-height: 1.75; max-width: 600px;
    margin: 0 auto 1rem; position: relative; z-index: 1;
}
.priv-hero-lead strong { color: #fff; }
.priv-hero-meta {
    font-size: 0.80rem; color: rgba(255,255,255,0.42);
    position: relative; z-index: 1;
}
/* Quick-nav chips */
.priv-chip {
    display: inline-flex; align-items: center;
    background: #fff; border: 1.5px solid var(--ezy-primary-light);
    color: var(--ezy-primary-dark); border-radius: 50px;
    padding: 6px 16px; font-size: 0.82rem; font-weight: 600;
    text-decoration: none; transition: all 0.18s;
    box-shadow: 0 2px 8px rgba(13,148,136,0.07);
}
.priv-chip:hover {
    background: var(--ezy-primary); color: #fff;
    border-color: var(--ezy-primary); text-decoration: none;
}
/* Commitment strip */
.priv-commit-strip {
    background: #fff;
    border-radius: 14px; padding: 1.5rem 2rem;
    border: 1.5px solid var(--ezy-primary-light);
    box-shadow: 0 3px 14px rgba(13,148,136,0.07);
}
.priv-commit-text {
    color: var(--ezy-text); font-size: 0.95rem; line-height: 1.72;
}
.priv-commit-text strong { color: #b91c1c; }
.priv-commit-badge {
    display: inline-flex; align-items: center;
    background: var(--ezy-bg-light);
    border: 1.5px solid var(--ezy-primary-light);
    border-radius: 8px; padding: 5px 14px;
    font-size: 0.82rem; font-weight: 600; color: var(--ezy-text);
}
/* Section cards */
.priv-section {
    background: #fff; border-radius: 18px;
    border: 1.5px solid var(--ezy-primary-light);
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
    overflow: hidden;
}
.priv-section-header {
    display: flex; align-items: center; gap: 1rem;
    padding: 1.5rem 2rem; border-bottom: 1px solid var(--ezy-primary-light);
}
.priv-hdr-teal   { background: rgba(13,148,136,0.06);  border-bottom-color: rgba(13,148,136,0.18); }
.priv-hdr-blue   { background: rgba(59,130,246,0.05);  border-bottom-color: rgba(59,130,246,0.16); }
.priv-hdr-purple { background: rgba(124,58,237,0.05);  border-bottom-color: rgba(124,58,237,0.15); }
.priv-hdr-green  { background: rgba(16,185,129,0.05);  border-bottom-color: rgba(16,185,129,0.18); }
.priv-section-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.55rem; flex-shrink: 0;
}
.priv-icon-teal   { background: var(--ezy-primary-light);   color: var(--ezy-primary); }
.priv-icon-blue   { background: rgba(59,130,246,0.12);       color: #2563eb; }
.priv-icon-purple { background: rgba(124,58,237,0.12);       color: #7c3aed; }
.priv-icon-green  { background: rgba(16,185,129,0.12);       color: #059669; }
.priv-section-eyebrow {
    font-size: 0.70rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1px;
    color: var(--ezy-muted); margin-bottom: 2px;
}
.priv-section-title {
    font-size: 1.3rem; font-weight: 900; color: var(--ezy-text); margin: 0;
}
.priv-section-body { padding: 2rem; }
.priv-lead-para { font-size: 1rem; color: var(--ezy-text); line-height: 1.75; margin-bottom: 1rem; }
.priv-body-text { color: var(--ezy-muted); font-size: 0.94rem; line-height: 1.75; }
.priv-body-text strong { color: var(--ezy-text); }
/* Data type tags */
.priv-data-tag {
    background: var(--ezy-bg-light);
    border: 1.5px solid var(--ezy-primary-light);
    border-radius: 8px; padding: 0.55rem 0.9rem;
    font-size: 0.82rem; font-weight: 600; color: var(--ezy-text);
    text-align: center;
    transition: background 0.18s, border-color 0.18s;
}
.priv-data-tag:hover { background: var(--ezy-primary-light); border-color: rgba(13,148,136,0.35); }
/* Info box (blue tint) */
.priv-info-box {
    background: rgba(59,130,246,0.06);
    border: 1.5px solid rgba(59,130,246,0.20);
    border-left: 4px solid #3b82f6;
    border-radius: 0 10px 10px 0;
    padding: 1rem 1.25rem;
    display: flex; gap: 0.85rem; align-items: flex-start;
    font-size: 0.91rem; color: var(--ezy-text); line-height: 1.72;
}
.priv-info-icon { color: #3b82f6; font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
/* Collect cards */
.priv-collect-card {
    background: var(--ezy-bg-light);
    border: 1.5px solid var(--ezy-primary-light);
    border-radius: 14px; padding: 1.4rem;
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}
.priv-collect-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(13,148,136,0.11); }
.priv-collect-icon {
    font-size: 1.7rem; color: var(--ezy-primary);
    display: block; margin-bottom: 0.65rem;
}
.priv-collect-card h6 { font-size: 0.95rem; color: var(--ezy-text); }
.priv-collect-card p  { font-size: 0.86rem; color: var(--ezy-muted); line-height: 1.65; }
/* Purpose cards */
.priv-purpose-card {
    border-radius: 12px; padding: 1.4rem 1.5rem;
    display: flex; align-items: flex-start; gap: 1rem;
    border: 1.5px solid;
}
.priv-purpose-1 { background: rgba(13,148,136,0.04);  border-color: rgba(13,148,136,0.20); }
.priv-purpose-2 { background: rgba(59,130,246,0.04);  border-color: rgba(59,130,246,0.18); }
.priv-purpose-3 { background: rgba(245,158,11,0.04);  border-color: rgba(245,158,11,0.20); }
.priv-purpose-4 { background: rgba(124,58,237,0.04);  border-color: rgba(124,58,237,0.16); }
.priv-purpose-5 { background: rgba(239,68,68,0.04);   border-color: rgba(239,68,68,0.16);  }
.priv-purpose-num {
    width: 34px; height: 34px; flex-shrink: 0;
    border-radius: 50%; background: var(--ezy-primary); color: #fff;
    font-size: 0.9rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin-top: 2px;
    box-shadow: 0 2px 8px rgba(13,148,136,0.28);
}
.priv-pnum-2 { background: #3b82f6;  box-shadow: 0 2px 8px rgba(59,130,246,0.28); }
.priv-pnum-3 { background: #d97706;  box-shadow: 0 2px 8px rgba(245,158,11,0.28); }
.priv-pnum-4 { background: #7c3aed;  box-shadow: 0 2px 8px rgba(124,58,237,0.28); }
.priv-pnum-5 { background: #ef4444;  box-shadow: 0 2px 8px rgba(239,68,68,0.28); }
.priv-purpose-body { flex: 1; }
.priv-purpose-title {
    font-size: 1rem; font-weight: 800;
    color: var(--ezy-text); margin-bottom: 0.65rem;
}
.priv-purpose-list {
    padding-left: 1.2rem; margin: 0;
    color: var(--ezy-muted); font-size: 0.88rem; line-height: 1.8;
}
.priv-purpose-list li { margin-bottom: 0.2rem; }
/* Rights cards */
.priv-right-card {
    background: var(--ezy-bg-light);
    border: 1.5px solid var(--ezy-primary-light);
    border-radius: 14px; padding: 1.4rem;
    text-align: center; height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}
.priv-right-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(16,185,129,0.13); }
.priv-right-icon {
    font-size: 1.85rem; color: #059669;
    display: block; margin-bottom: 0.6rem;
}
.priv-right-card h6 { font-size: 0.95rem; color: var(--ezy-text); }
.priv-right-card p  { font-size: 0.85rem; color: var(--ezy-muted); line-height: 1.65; }
/* Contact box */
.priv-contact-box {
    background: var(--ezy-primary-light);
    border: 1.5px solid rgba(13,148,136,0.25);
    border-left: 4px solid var(--ezy-primary);
    border-radius: 0 12px 12px 0;
    padding: 1.1rem 1.4rem;
    display: flex; gap: 0.85rem; align-items: flex-start;
    font-size: 0.92rem; color: var(--ezy-primary-dark); line-height: 1.7;
}
.priv-contact-icon { font-size: 1.2rem; color: var(--ezy-primary); flex-shrink: 0; margin-top: 2px; }
.priv-contact-box a { color: var(--ezy-primary); font-weight: 700; }
.priv-contact-box a:hover { color: var(--ezy-primary-dark); }
/* Accept banner */
.priv-accept-banner {
    background: linear-gradient(135deg, #060d1a 0%, #061c35 55%, #0a2040 100%);
    border-radius: 16px; padding: 2.5rem 2.5rem;
    border: 1px solid rgba(13,200,185,0.14);
    box-shadow: 0 8px 32px rgba(0,0,0,0.20);
}
/* Footer legal links */
.footer-legal-link {
    color: rgba(255,255,255,0.50) !important;
    font-size: 0.82rem;
    text-decoration: none;
    transition: color 0.18s;
}
.footer-legal-link:hover { color: var(--ezy-secondary) !important; }
@media (max-width: 768px) {
    .priv-hero { padding: 50px 1.25rem 44px; border-radius: 12px; }
    .priv-section-header { padding: 1.25rem 1.25rem; }
    .priv-section-body { padding: 1.5rem 1.25rem; }
    .priv-accept-banner { padding: 2rem 1.25rem; }
    .priv-commit-strip { padding: 1.25rem 1.25rem; }
    .priv-purpose-card { padding: 1.1rem 1rem; }
}

/* ═══════════════════════════════════════════════════════════════════
   Terms of Use Page  (terms-*)
   ═══════════════════════════════════════════════════════════════════ */
.terms-hero {
    background: linear-gradient(145deg, #080e1c 0%, #0a1628 40%, #102040 75%, #0d2a3a 100%);
    border-radius: 16px; color: #fff;
    padding: 70px 2rem 54px;
    position: relative; overflow: hidden; text-align: center;
}
.terms-hero-glow {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 30% -10%, rgba(99,102,241,0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 75% 90%,  rgba(13,148,136,0.18) 0%, transparent 55%);
    pointer-events: none;
}
.terms-hero-icon-ring {
    width: 84px; height: 84px;
    background: radial-gradient(circle, rgba(99,102,241,0.25) 0%, rgba(99,102,241,0.06) 70%);
    border: 2px solid rgba(129,140,248,0.42);
    border-radius: 50%; display: inline-flex;
    align-items: center; justify-content: center;
    font-size: 2.4rem; color: #a5b4fc;
    position: relative; z-index: 1;
    box-shadow: 0 0 32px rgba(99,102,241,0.28);
    animation: sec-pulse 3.5s ease-in-out infinite;
}
.terms-eyebrow {
    display: inline-flex; align-items: center;
    background: rgba(99,102,241,0.16); border: 1px solid rgba(129,140,248,0.38);
    color: #a5b4fc; padding: 5px 18px; border-radius: 50px;
    font-size: 0.78rem; font-weight: 700; letter-spacing: 0.5px;
    text-transform: uppercase; position: relative; z-index: 1;
}
.terms-hero-title {
    font-size: clamp(2rem, 5vw, 3rem); font-weight: 900;
    color: #fff; margin-bottom: 0.85rem;
    position: relative; z-index: 1;
}
.terms-hero-lead {
    color: rgba(255,255,255,0.72); font-size: 1.02rem; line-height: 1.75;
    max-width: 600px; margin: 0 auto 1rem; position: relative; z-index: 1;
}
.terms-hero-meta {
    font-size: 0.80rem; color: rgba(255,255,255,0.42);
    position: relative; z-index: 1;
}
.terms-chip {
    display: inline-flex; align-items: center;
    background: #fff; border: 1.5px solid var(--ezy-primary-light);
    color: var(--ezy-primary-dark); border-radius: 50px;
    padding: 5px 14px; font-size: 0.80rem; font-weight: 600;
    text-decoration: none; transition: all 0.18s;
}
.terms-chip:hover {
    background: var(--ezy-primary); color: #fff;
    border-color: var(--ezy-primary); text-decoration: none;
}
/* TOC sidebar */
.terms-toc {
    background: #fff; border: 1.5px solid var(--ezy-primary-light);
    border-radius: 16px; padding: 1.5rem;
    position: sticky; top: 100px;
    box-shadow: 0 4px 18px rgba(13,148,136,0.08);
}
.terms-toc-title {
    font-size: 0.85rem; font-weight: 800;
    color: var(--ezy-text); margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--ezy-primary-light);
    display: flex; align-items: center;
}
.terms-toc-nav { display: flex; flex-direction: column; gap: 2px; }
.terms-toc-link {
    display: block; padding: 6px 10px;
    border-radius: 8px; font-size: 0.83rem;
    color: var(--ezy-muted); text-decoration: none;
    transition: background 0.16s, color 0.16s;
    border-left: 3px solid transparent;
}
.terms-toc-link:hover { color: var(--ezy-primary); background: var(--ezy-bg-light); text-decoration: none; }
.terms-toc-link.active {
    color: var(--ezy-primary); background: var(--ezy-primary-light);
    border-left-color: var(--ezy-primary); font-weight: 700;
}
/* Section cards */
.terms-body { display: flex; flex-direction: column; gap: 0; }
.terms-section {
    background: #fff; border-radius: 16px;
    border: 1.5px solid var(--ezy-primary-light);
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
    overflow: hidden; margin-bottom: 1.25rem;
    scroll-margin-top: 110px;
}
.terms-section-hdr {
    display: flex; align-items: center; gap: 1rem;
    padding: 1.25rem 1.75rem;
    border-bottom: 1px solid var(--ezy-primary-light);
}
.terms-hdr-teal   { background: rgba(13,148,136,0.06);  border-bottom-color: rgba(13,148,136,0.18); }
.terms-hdr-blue   { background: rgba(59,130,246,0.05);  border-bottom-color: rgba(59,130,246,0.15); }
.terms-hdr-purple { background: rgba(99,102,241,0.05);  border-bottom-color: rgba(99,102,241,0.15); }
.terms-hdr-amber  { background: rgba(245,158,11,0.05);  border-bottom-color: rgba(245,158,11,0.18); }
.terms-hdr-red    { background: rgba(239,68,68,0.04);   border-bottom-color: rgba(239,68,68,0.16);  }
.terms-hdr-green  { background: rgba(16,185,129,0.05);  border-bottom-color: rgba(16,185,129,0.18); }
.terms-sec-num {
    font-size: 1.6rem; font-weight: 900;
    color: rgba(0,0,0,0.10); line-height: 1; flex-shrink: 0;
    min-width: 44px; text-align: center;
}
.terms-sec-title  { font-size: 1.2rem; font-weight: 900; color: var(--ezy-text); margin: 0; }
.terms-sec-body   { padding: 1.5rem 1.75rem; }
/* Clauses */
.terms-clause {
    display: flex; align-items: flex-start; gap: 1rem;
    margin-bottom: 1rem;
}
.terms-clause:last-child { margin-bottom: 0; }
.terms-clause-num {
    flex-shrink: 0; min-width: 32px;
    font-size: 0.78rem; font-weight: 800;
    color: var(--ezy-primary); background: var(--ezy-primary-light);
    border-radius: 6px; padding: 3px 6px; margin-top: 3px; text-align: center;
}
.terms-clause p { margin: 0; font-size: 0.93rem; color: var(--ezy-text); line-height: 1.75; }
.terms-clause p strong { color: var(--ezy-text); }
.terms-clause p a { color: var(--ezy-primary); }
/* Callout boxes */
.terms-warn-box {
    background: rgba(239,68,68,0.06); border: 1.5px solid rgba(239,68,68,0.22);
    border-left: 4px solid #ef4444; border-radius: 0 10px 10px 0;
    padding: 1rem 1.25rem; display: flex; gap: 0.85rem; align-items: flex-start;
    font-size: 0.91rem; color: var(--ezy-text); line-height: 1.7;
}
.terms-warn-box i { color: #ef4444; font-size: 1.15rem; flex-shrink: 0; margin-top: 2px; }
.terms-highlight-box {
    border-radius: 10px; padding: 0.9rem 1.25rem; margin-top: 1rem;
    font-size: 0.89rem; color: var(--ezy-text); line-height: 1.7;
    display: flex; align-items: flex-start; gap: 0.6rem;
    border: 1.5px solid;
}
.terms-box-blue   { background: rgba(59,130,246,0.06);  border-color: rgba(59,130,246,0.20);  }
.terms-box-amber  { background: rgba(245,158,11,0.06);  border-color: rgba(245,158,11,0.22);  }
.terms-box-teal   { background: var(--ezy-primary-light); border-color: rgba(13,148,136,0.22); }
.terms-box-red    { background: rgba(239,68,68,0.06);   border-color: rgba(239,68,68,0.22);   }
.terms-highlight-box > i { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.terms-box-blue  > i { color: #3b82f6; }
.terms-box-amber > i { color: #d97706; }
.terms-box-teal  > i { color: var(--ezy-primary); }
.terms-box-red   > i { color: #ef4444; }
/* Account info cards */
.terms-account-card {
    background: var(--ezy-bg-light); border: 1.5px solid var(--ezy-primary-light);
    border-radius: 10px; padding: 0.75rem 1rem;
    display: flex; align-items: center; gap: 0.65rem;
    font-size: 0.84rem; font-weight: 600; color: var(--ezy-text);
}
.terms-account-card i { color: var(--ezy-primary); font-size: 1.1rem; flex-shrink: 0; }
/* Prohibited grid */
.terms-prohibit-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0.6rem; margin-top: 0.75rem;
}
.terms-prohibit-item {
    background: rgba(239,68,68,0.04); border: 1.5px solid rgba(239,68,68,0.16);
    border-radius: 9px; padding: 0.65rem 0.9rem;
    display: flex; align-items: flex-start; gap: 0.65rem;
    font-size: 0.86rem; color: var(--ezy-text); line-height: 1.55;
}
.terms-prohibit-item i { color: #ef4444; font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
/* Subscription tier cards */
.terms-sub-card {
    background: var(--ezy-bg-light); border: 1.5px solid var(--ezy-primary-light);
    border-radius: 12px; padding: 1.2rem; text-align: center;
    transition: transform 0.18s, box-shadow 0.18s;
}
.terms-sub-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(13,148,136,0.12); }
.terms-sub-icon { font-size: 1.8rem; display: block; margin-bottom: 0.5rem; }
.terms-sub-free  { color: #059669; }
.terms-sub-paid  { color: #d97706; }
.terms-sub-ent   { color: #7c3aed; }
.terms-sub-label { font-size: 0.95rem; font-weight: 800; color: var(--ezy-text); }
.terms-sub-desc  { font-size: 0.80rem; color: var(--ezy-muted); margin-top: 2px; }
/* Acceptance banner */
.terms-accept-banner {
    background: linear-gradient(135deg, #080e1c 0%, #0d1e35 55%, #102040 100%);
    border-radius: 16px; padding: 2.25rem 2.25rem;
    display: flex; align-items: flex-start; gap: 1.5rem;
    border: 1px solid rgba(129,140,248,0.16);
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
}
.terms-accept-icon {
    font-size: 2.4rem; color: #a5b4fc; flex-shrink: 0; margin-top: 2px;
    animation: sec-pulse 3.5s ease-in-out infinite;
}
@media (max-width: 991px) {
    .terms-accept-banner { flex-direction: column; gap: 1rem; padding: 1.75rem 1.25rem; }
    .terms-toc { position: static; }
}
@media (max-width: 767px) {
    .terms-hero { padding: 48px 1.25rem 40px; border-radius: 12px; }
    .terms-section-hdr { padding: 1rem 1.25rem; }
    .terms-sec-body { padding: 1.25rem 1.25rem; }
    .terms-prohibit-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════════
   Cookies Policy Page  (ck-*)
   ═══════════════════════════════════════════════════════════════════ */
.ck-hero {
    background: linear-gradient(145deg, #050b18 0%, #061525 40%, #091f35 70%, #0d2840 100%);
    border-radius: 16px; color: #fff;
    padding: 72px 2rem 56px;
    position: relative; overflow: hidden; text-align: center;
}
/* Animated floating particles */
.ck-hero-particles { position: absolute; inset: 0; pointer-events: none; }
.ck-particle {
    position: absolute; border-radius: 50%;
    opacity: 0.12; animation: ck-float linear infinite;
}
.ck-p1 { width:12px; height:12px; background:#0d9488; top:15%; left:10%;  animation-duration:9s;  animation-delay:0s;   }
.ck-p2 { width:8px;  height:8px;  background:#f59e0b; top:70%; left:20%;  animation-duration:12s; animation-delay:2s;   }
.ck-p3 { width:16px; height:16px; background:#6366f1; top:30%; left:80%;  animation-duration:10s; animation-delay:4s;   }
.ck-p4 { width:6px;  height:6px;  background:#10b981; top:80%; left:70%;  animation-duration:14s; animation-delay:1s;   }
.ck-p5 { width:10px; height:10px; background:#3b82f6; top:55%; left:50%;  animation-duration:11s; animation-delay:3s;   }
@keyframes ck-float {
    0%   { transform: translateY(0)   translateX(0); opacity:0.12; }
    33%  { transform: translateY(-24px) translateX(12px); opacity:0.22; }
    66%  { transform: translateY(-12px) translateX(-8px); opacity:0.16; }
    100% { transform: translateY(0)   translateX(0); opacity:0.12; }
}
.ck-hero-icon-ring {
    width: 84px; height: 84px;
    background: radial-gradient(circle, rgba(13,148,136,0.28) 0%, rgba(13,148,136,0.06) 70%);
    border: 2px solid rgba(94,234,212,0.40);
    border-radius: 50%; display: inline-flex;
    align-items: center; justify-content: center;
    font-size: 2.4rem; color: #5eead4;
    position: relative; z-index: 1;
    box-shadow: 0 0 32px rgba(13,148,136,0.30);
    animation: sec-pulse 3.5s ease-in-out infinite;
}
.ck-eyebrow {
    display: inline-flex; align-items: center;
    background: rgba(13,148,136,0.16); border: 1px solid rgba(94,234,212,0.34);
    color: #5eead4; padding: 5px 18px; border-radius: 50px;
    font-size: 0.78rem; font-weight: 700; letter-spacing: 0.5px;
    text-transform: uppercase; position: relative; z-index: 1;
}
.ck-hero-title {
    font-size: clamp(2rem, 5vw, 3rem); font-weight: 900;
    color: #fff; margin-bottom: 0.85rem; position: relative; z-index: 1;
}
.ck-hero-lead {
    color: rgba(255,255,255,0.72); font-size: 1.02rem; line-height: 1.75;
    max-width: 620px; margin: 0 auto 1rem; position: relative; z-index: 1;
}
.ck-hero-lead strong { color: #fff; }
.ck-hero-meta {
    font-size: 0.80rem; color: rgba(255,255,255,0.42); position: relative; z-index: 1;
}
/* Consent summary chips */
.ck-consent-chip {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 5px 14px; border-radius: 50px;
    font-size: 0.80rem; font-weight: 700;
    position: relative; z-index: 1;
}
.ck-chip-green { background: rgba(16,185,129,0.18); border: 1px solid rgba(16,185,129,0.35); color: #6ee7b7; }
.ck-chip-amber { background: rgba(245,158,11,0.18); border: 1px solid rgba(245,158,11,0.35); color: #fcd34d; }
.ck-chip-blue  { background: rgba(59,130,246,0.18); border: 1px solid rgba(59,130,246,0.35); color: #93c5fd; }
/* Quick-nav chips */
.ck-chip {
    display: inline-flex; align-items: center;
    background: #fff; border: 1.5px solid var(--ezy-primary-light);
    color: var(--ezy-primary-dark); border-radius: 50px;
    padding: 6px 16px; font-size: 0.82rem; font-weight: 600;
    text-decoration: none; transition: all 0.18s;
}
.ck-chip:hover { background: var(--ezy-primary); color: #fff; border-color: var(--ezy-primary); text-decoration: none; }
/* Consent notice bar */
.ck-consent-notice {
    background: #fff; border: 1.5px solid var(--ezy-primary-light);
    border-left: 4px solid var(--ezy-primary);
    border-radius: 0 14px 14px 0; padding: 1.1rem 1.5rem;
    box-shadow: 0 3px 14px rgba(13,148,136,0.07);
}
.ck-notice-text { font-size: 0.90rem; color: var(--ezy-text); line-height: 1.65; }
.ck-notice-text a { color: var(--ezy-primary); font-weight: 600; }
.ck-manage-btn {
    background: var(--ezy-primary); color: #fff; border-radius: 10px;
    font-size: 0.87rem; font-weight: 700; padding: 8px 20px;
    border: none; transition: background 0.18s;
}
.ck-manage-btn:hover { background: var(--ezy-primary-dark); color: #fff; }
/* Section cards */
.ck-section {
    background: #fff; border-radius: 18px;
    border: 1.5px solid var(--ezy-primary-light);
    box-shadow: 0 4px 18px rgba(0,0,0,0.05); overflow: hidden;
    scroll-margin-top: 110px;
}
.ck-section-hdr {
    display: flex; align-items: center; gap: 1rem;
    padding: 1.5rem 2rem; border-bottom: 1px solid var(--ezy-primary-light);
}
.ck-hdr-teal   { background: rgba(13,148,136,0.06);  border-bottom-color: rgba(13,148,136,0.18); }
.ck-hdr-purple { background: rgba(99,102,241,0.05);  border-bottom-color: rgba(99,102,241,0.16); }
.ck-hdr-blue   { background: rgba(59,130,246,0.05);  border-bottom-color: rgba(59,130,246,0.16); }
.ck-hdr-green  { background: rgba(16,185,129,0.05);  border-bottom-color: rgba(16,185,129,0.18); }
.ck-section-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.55rem; flex-shrink: 0;
}
.ck-icon-teal   { background: var(--ezy-primary-light);   color: var(--ezy-primary); }
.ck-icon-purple { background: rgba(99,102,241,0.12);       color: #6366f1; }
.ck-icon-blue   { background: rgba(59,130,246,0.12);       color: #3b82f6; }
.ck-icon-green  { background: rgba(16,185,129,0.12);       color: #059669; }
.ck-section-eyebrow {
    font-size: 0.70rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1px;
    color: var(--ezy-muted); margin-bottom: 2px;
}
.ck-section-title { font-size: 1.3rem; font-weight: 900; color: var(--ezy-text); margin: 0; }
.ck-section-body  { padding: 2rem; }
.ck-lead-para  { font-size: 1rem; color: var(--ezy-text); line-height: 1.75; margin-bottom: 1rem; }
.ck-body-text  { color: var(--ezy-muted); font-size: 0.94rem; line-height: 1.75; }
/* Explainer cards */
.ck-explainer-card {
    background: var(--ezy-bg-light); border: 1.5px solid var(--ezy-primary-light);
    border-radius: 14px; padding: 1.3rem; text-align: center; height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}
.ck-explainer-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(13,148,136,0.12); }
.ck-explainer-icon { font-size: 1.7rem; color: var(--ezy-primary); display: block; margin-bottom: 0.6rem; }
.ck-explainer-card h6 { font-size: 0.90rem; font-weight: 800; color: var(--ezy-text); margin-bottom: 0.35rem; }
.ck-explainer-card p  { font-size: 0.83rem; color: var(--ezy-muted); line-height: 1.60; margin: 0; }
/* Info box */
.ck-info-box {
    background: rgba(59,130,246,0.06); border: 1.5px solid rgba(59,130,246,0.20);
    border-left: 4px solid #3b82f6; border-radius: 0 10px 10px 0;
    padding: 1rem 1.25rem; display: flex; gap: 0.85rem; align-items: flex-start;
    font-size: 0.90rem; color: var(--ezy-text); line-height: 1.7;
}
.ck-info-icon { color: #3b82f6; font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
/* First / Third party cards */
.ck-party-card {
    border-radius: 14px; padding: 1.25rem 1.4rem;
    display: flex; align-items: flex-start; gap: 1rem; height: 100%;
    border: 1.5px solid;
}
.ck-party-first { background: rgba(13,148,136,0.05); border-color: rgba(13,148,136,0.22); }
.ck-party-third { background: rgba(99,102,241,0.05); border-color: rgba(99,102,241,0.22); }
.ck-party-icon {
    width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
    background: var(--ezy-primary-light); color: var(--ezy-primary);
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.ck-party-icon-3rd { background: rgba(99,102,241,0.12); color: #6366f1; }
.ck-party-card h6 { font-size: 0.93rem; color: var(--ezy-text); margin-bottom: 0.3rem; }
.ck-party-card p  { font-size: 0.86rem; color: var(--ezy-muted); line-height: 1.65; margin: 0; }
/* Cookie type cards */
.ck-type-card {
    border-radius: 16px; padding: 1.4rem 1.5rem;
    border: 1.5px solid; transition: transform 0.2s, box-shadow 0.2s;
}
.ck-type-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.ck-type-essential { background: rgba(16,185,129,0.04);  border-color: rgba(16,185,129,0.22); }
.ck-type-pref      { background: rgba(59,130,246,0.04);  border-color: rgba(59,130,246,0.20); }
.ck-type-analytics { background: rgba(245,158,11,0.04);  border-color: rgba(245,158,11,0.22); }
.ck-type-marketing { background: rgba(239,68,68,0.04);   border-color: rgba(239,68,68,0.18);  }
.ck-type-hdr { display: flex; align-items: flex-start; gap: 0.85rem; margin-bottom: 1rem; }
.ck-type-icon {
    width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.ck-ticon-green { background: rgba(16,185,129,0.14); color: #059669; }
.ck-ticon-blue  { background: rgba(59,130,246,0.14); color: #3b82f6; }
.ck-ticon-amber { background: rgba(245,158,11,0.14); color: #d97706; }
.ck-ticon-rose  { background: rgba(239,68,68,0.10);  color: #ef4444; }
.ck-type-badge {
    display: inline-block; padding: 2px 10px; border-radius: 50px;
    font-size: 0.70rem; font-weight: 800; letter-spacing: 0.4px;
    text-transform: uppercase; margin-bottom: 4px;
}
.ck-badge-green { background: rgba(16,185,129,0.15); color: #059669; }
.ck-badge-blue  { background: rgba(59,130,246,0.15); color: #2563eb; }
.ck-badge-amber { background: rgba(245,158,11,0.15); color: #b45309; }
.ck-badge-rose  { background: rgba(239,68,68,0.12);  color: #b91c1c; }
.ck-type-title  { font-size: 1rem; font-weight: 800; color: var(--ezy-text); margin: 0; }
.ck-type-desc   { font-size: 0.87rem; color: var(--ezy-muted); line-height: 1.7; margin-bottom: 0.85rem; }
.ck-type-examples {
    display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 0.85rem;
}
.ck-type-examples span {
    background: rgba(0,0,0,0.05); border-radius: 6px;
    padding: 3px 10px; font-size: 0.78rem; color: var(--ezy-text); font-weight: 600;
}
.ck-type-note {
    border-radius: 8px; padding: 7px 12px;
    font-size: 0.82rem; font-weight: 600; line-height: 1.5;
}
.ck-note-green { background: rgba(16,185,129,0.10); color: #059669; }
.ck-note-blue  { background: rgba(59,130,246,0.10); color: #2563eb; }
.ck-note-amber { background: rgba(245,158,11,0.10); color: #b45309; }
.ck-note-rose  { background: rgba(239,68,68,0.08);  color: #b91c1c; }
/* Why-we-use list */
.ck-why-list { display: flex; flex-direction: column; gap: 0.75rem; }
.ck-why-item {
    display: flex; align-items: flex-start; gap: 1rem;
    background: var(--ezy-bg-light); border: 1.5px solid var(--ezy-primary-light);
    border-radius: 12px; padding: 1rem 1.25rem;
    font-size: 0.90rem; color: var(--ezy-text); line-height: 1.7;
    transition: border-color 0.18s, box-shadow 0.18s;
}
.ck-why-item:hover { border-color: rgba(13,148,136,0.35); box-shadow: 0 3px 12px rgba(13,148,136,0.08); }
.ck-why-icon {
    width: 40px; height: 40px; flex-shrink: 0;
    background: var(--ezy-primary-light); color: var(--ezy-primary);
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    font-size: 1.15rem; margin-top: 2px;
}
/* Manage cards */
.ck-manage-card {
    background: var(--ezy-bg-light); border: 1.5px solid var(--ezy-primary-light);
    border-radius: 14px; padding: 1.5rem; text-align: center;
    position: relative; height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}
.ck-manage-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(13,148,136,0.12); }
.ck-manage-num {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    width: 30px; height: 30px; background: var(--ezy-primary); color: #fff;
    border-radius: 50%; font-size: 0.85rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(13,148,136,0.30);
}
.ck-manage-icon { font-size: 1.9rem; color: var(--ezy-primary); display: block; margin: 0.4rem 0 0.65rem; }
.ck-manage-card h6 { font-size: 0.95rem; color: var(--ezy-text); font-weight: 800; margin-bottom: 0.4rem; }
.ck-manage-card p  { font-size: 0.85rem; color: var(--ezy-muted); line-height: 1.65; }
/* Warn box */
.ck-warn-box {
    background: rgba(245,158,11,0.06); border: 1.5px solid rgba(245,158,11,0.24);
    border-left: 4px solid #f59e0b; border-radius: 0 10px 10px 0;
    padding: 1rem 1.25rem; display: flex; gap: 0.85rem; align-items: flex-start;
    font-size: 0.91rem; color: var(--ezy-text); line-height: 1.7;
}
.ck-warn-icon { color: #d97706; font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
/* Footer strip */
.ck-footer-strip {
    background: linear-gradient(135deg, #050b18 0%, #061525 50%, #091f35 100%);
    border-radius: 16px; padding: 2.5rem 2.5rem;
    border: 1px solid rgba(94,234,212,0.14);
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
}
@media (max-width: 768px) {
    .ck-hero { padding: 50px 1.25rem 44px; border-radius: 12px; }
    .ck-section-hdr { padding: 1.25rem 1.25rem; }
    .ck-section-body { padding: 1.5rem 1.25rem; }
    .ck-footer-strip { padding: 2rem 1.25rem; }
    .ck-consent-notice { padding: 1rem 1.25rem; }
}

/* ===== Mobile & Tablet UX Optimizations ===== */
@media (max-width: 991.98px) {
    /* Tablet optimizations */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-section {
        padding: 50px 20px 40px !important;
    }
    /* Force Bootstrap tables to be responsive without DOM wrappers */
    table.table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        border: 0;
    }
}

@media (max-width: 767.98px) {
    /* Mobile optimizations lock-in */
    .navbar-ezy .navbar-brand {
        font-size: 1.25rem !important;
    }
    .hero-section h1 {
        font-size: 2.1rem !important;
    }
    .currency-top-bar .container {
        justify-content: center !important;
    }
    .d-flex.gap-2.flex-wrap > .btn {
        flex: 1 1 auto;
        text-align: center;
    }
}
