﻿/* ==========================================================================
   MONOPO & INTELBYTE ULTRA-LUXURY DARK EDITORIAL DESIGN SYSTEM
   Version: 4.0 (Dark Velvet Purple & Void Black - Complete Button & Component Architecture)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500&family=JetBrains+Mono:wght@300;400;500&family=Playfair+Display:ital,wght@1,300;1,400&display=swap');

:root {
    /* === ZEMİN VE DERİNLİK === */
    --bg-void: #000000;                     /* Saf uzay siyahı */
    --bg-purple-deep: #05020a;              /* Mor alt zemin derinliği */
    --bg-card: rgba(255, 255, 255, 0.025);   /* Cam panel zemin şeffaflığı */
    --bg-card-hover: rgba(255, 255, 255, 0.055);
    --bg-card-active: rgba(255, 255, 255, 0.08);
    --bg-modal: #0b0b0d;                    /* Lüks modal gövdesi */
    --bg-glass-heavy: rgba(10, 10, 14, 0.82);

    /* === METİN VE KONTRAST TONLARI (SAF BEYAZ & GÜMÜŞ) === */
    --text-pure: #ffffff;                   /* Başlıklar, butonlar, logolar: SAF BEYAZ */
    --text-bright: #f2f2f2;                 /* Vurgulu metinler */
    --text-muted: #9a9a9a;                  /* Açıklamalar, gövde yazıları */
    --text-dim: #666666;                    /* Pasif etiketler */
    --text-ghost: rgba(255, 255, 255, 0.45); /* Canlı sayaç ve telemetri verileri */

    /* === 1px SAÇ TELİ (HAIRLINE) ÇİZGİLER === */
    --border-subtle: rgba(255, 255, 255, 0.08);
    --border-hairline: rgba(255, 255, 255, 0.18);
    --border-hover: rgba(255, 255, 255, 0.45);
    --border-white: #ffffff;
    --border-danger: rgba(248, 113, 113, 0.35);

    /* === VURGU VE STATÜ RENKLERİ === */
    --accent-purple: #6d28d9;
    --accent-purple-glow: rgba(109, 40, 217, 0.35);
    --status-active: #10b981;
    --status-warning: #f59e0b;
    --status-danger: #ef4444;

    /* === LÜKS KİNETİK EASING EĞRİLERİ === */
    --mono-ease: cubic-bezier(0.25, 0.1, 0.25, 1);    /* Yavaşlayan lüks akış */
    --intel-ease-out: cubic-bezier(0.16, 1, 0.3, 1);  /* Hızlı tepki yumuşak duruş */
    --ease-elastic: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* === TEMEL RESET VE BODY === */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background-color: var(--bg-void);
    color-scheme: dark;
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-void);
    color: var(--text-pure);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.01em;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Three.js Canvas Arka Plan Katmanı */
#monopo-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
}

/* Sayfa İçerik Taşıyıcısı */
.page-container, .app-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}

/* === TİPOGRAFİ HİYERARŞİSİ (ULTRA-LIGHT & EDITORIAL ITALIC) === */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: var(--text-pure);
    letter-spacing: -0.03em;
    line-height: 1.15;
}

h1 {
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    margin-bottom: 0.8rem;
}

h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    margin-bottom: 0.6rem;
}

h3 {
    font-size: 1.25rem;
    letter-spacing: -0.01em;
}

/* Sanatsal İtalik Vurgular */
h1 i, h2 i, h3 i, .editorial-italic {
    font-family: 'Playfair Display', 'Inter', serif;
    font-style: italic;
    font-weight: 300;
    color: var(--text-pure);
    padding-right: 0.1em;
}

p {
    color: var(--text-muted);
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.65;
}

.mono-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    letter-spacing: -0.01em;
}

.text-pure { color: var(--text-pure) !important; }
.text-muted { color: var(--text-muted) !important; }
.text-dim { color: var(--text-dim) !important; }
.text-ghost { color: var(--text-ghost) !important; }

/* Telemetri & Üst Etiketler */
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-ghost);
    margin-bottom: 0.75rem;
}

.section-tag::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--text-pure);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   🔘 7 EKSİKSİZ BUTON MİMARİSİ
   ========================================================================== */

/* TIP 1: Ana Eylem Hap Butonu (Primary Pill Invert CTA) */
.price-select-btn,
.ix-tier-cta,
.btn-pill-invert {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 12px 28px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.4s var(--mono-ease), 
                color 0.4s var(--mono-ease), 
                border-color 0.4s var(--mono-ease), 
                transform 0.3s var(--mono-ease),
                box-shadow 0.3s var(--mono-ease);
}

.price-select-btn:hover,
.ix-tier-cta:hover,
.btn-pill-invert:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
}

.btn-pill-invert.active {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

/* TIP 2: Header Giriş & Topluluk Hap Butonları (Header Auth Cluster) */
.nav-guest-auth-row {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 4px 6px 4px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-discord-join, .nav-auth-link {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.3s var(--mono-ease);
}

.nav-login, .nav-auth-pill {
    background: #ffffff;
    color: #000000 !important;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.3s var(--mono-ease), transform 0.25s var(--mono-ease);
}

.nav-discord-join:hover, .nav-auth-link:hover { opacity: 0.55; }
.nav-login:hover, .nav-auth-pill:hover { opacity: 0.88; transform: scale(1.02); }

/* TIP 3: Cam Arama Kapsül Gönderme Butonu (Search Submit Capsule) */
.leak-check-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 6px 8px 6px 20px;
    transition: border-color 0.3s var(--mono-ease), background 0.3s var(--mono-ease);
    width: 100%;
    max-width: 580px;
}

.leak-check-box:focus-within {
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.045);
}

.leak-check-box .search-icon {
    color: var(--text-dim);
    margin-right: 12px;
    font-size: 14px;
}

.leak-check-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--text-pure);
    font-family: inherit;
    font-size: 13px;
    font-weight: 300;
}

.leak-check-input::placeholder {
    color: var(--text-dim);
}

.leak-check-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 999px;
    color: #000000;
    padding: 8px 20px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.3s var(--mono-ease), background 0.3s var(--mono-ease);
}

.leak-check-submit:hover {
    background: #e8e8e8;
    transform: translateX(2px);
}

.leak-check-submit:hover i {
    transform: translateX(3px);
}

.leak-check-submit i {
    transition: transform 0.3s var(--mono-ease);
}

/* TIP 4: 90 Derece Dönen Dairesel Kapatma Butonu (90° Rotating Close) */
.buy-bubble-close, .modal-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s var(--mono-ease), 
                color 0.25s var(--mono-ease), 
                border-color 0.25s var(--mono-ease), 
                transform 0.25s var(--mono-ease);
}

.buy-bubble-close:hover, .modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
    transform: rotate(90deg);
}

/* TIP 5: Lüks Cam Modal Seçenek Kart Butonu (Frosted Option Card) */
.buy-bubble-opt {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    padding: 15px 18px;
    cursor: pointer;
    text-align: left;
    color: var(--text-pure);
    text-decoration: none;
    transition: background 0.3s var(--mono-ease), 
                border-color 0.3s var(--mono-ease), 
                transform 0.3s var(--mono-ease);
}

.buy-bubble-opt:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-1px);
}

.buy-bubble-opt-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.buy-bubble-opt-info {
    flex: 1;
}

.buy-bubble-opt-label {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-pure);
    margin-bottom: 2px;
}

.buy-bubble-opt-hint {
    font-size: 11px;
    color: var(--text-dim);
    font-weight: 300;
}

.buy-bubble-opt-arrow {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.3s var(--mono-ease), color 0.3s var(--mono-ease);
}

.buy-bubble-opt:hover .buy-bubble-opt-arrow {
    transform: translateX(4px);
    color: #ffffff;
}

/* TIP 6: Sağ Alttaki Yüzen AI Asistan Butonu (Floating Assistant FAB) */
.intel-ai-fab {
    position: fixed;
    right: 26px;
    bottom: 26px;
    z-index: 1000;
    display: inline-flex;
    align-items: flex-end;
    gap: 12px;
    text-decoration: none;
}

.intel-ai-bubble {
    padding: 11px 16px;
    background: rgba(10, 10, 12, 0.75);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px 18px 4px 18px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s var(--mono-ease), border-color 0.4s var(--mono-ease);
    max-width: 220px;
}

.intel-ai-bubble b {
    display: block;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 11px;
    color: var(--text-pure);
    margin-bottom: 2px;
}

.intel-ai-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0a0a0c;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s var(--mono-ease), border-color 0.4s var(--mono-ease);
}

.intel-ai-avatar::after {
    content: '';
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #10b981;
    border: 2px solid #0a0a0c;
}

.intel-ai-fab:hover .intel-ai-avatar { transform: scale(1.08); border-color: #ffffff; }
.intel-ai-fab:hover .intel-ai-bubble { transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.4); }

/* TIP 7: Altı Çizili Hayalet Buton (Ghost Underline Button) */
.ix-disco-copy, .btn-ghost-underline {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.55);
    font-family: inherit;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
    transition: color 0.3s var(--mono-ease);
}

.ix-disco-copy:hover, .btn-ghost-underline:hover {
    color: #ffffff;
}

/* Küçük Yardımcı Hap Butonlar */
.btn-pill-sm {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--border-hairline);
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-pure);
    cursor: pointer;
    transition: all 0.25s var(--mono-ease);
}

.btn-pill-sm:hover {
    border-color: var(--border-white);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.btn-pill-danger {
    border-color: var(--border-danger);
    color: #fca5a5;
}

.btn-pill-danger:hover {
    background: rgba(239, 68, 68, 0.15);
    border-color: #ef4444;
    color: #ffffff;
}

/* ==========================================================================
   🏛️ ŞEFFAF VE EDİTORYAL NAVBAR MİMARİSİ
   ========================================================================== */
.monopo-navbar {
    width: 100%;
    padding: 1.8rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    position: relative;
    z-index: 50;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-pure);
}

.nav-logo-wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--border-subtle);
    background: rgba(255, 255, 255, 0.03);
}

.nav-logo-wrap img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: invert(1);
}

.nav-brand-title {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.nav-brand-title i {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 300;
}

.nav-links-cluster {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}

.nav-link-item {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-ghost);
    text-decoration: none;
    position: relative;
    padding: 6px 0;
    transition: color 0.3s var(--mono-ease);
}

.nav-link-item:hover {
    color: var(--text-pure);
}

.nav-link-item.active {
    color: var(--text-pure);
}

.nav-link-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
}

.nav-right-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.user-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid var(--border-hairline);
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-pure);
}

.user-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--status-active);
    box-shadow: 0 0 6px rgba(16, 185, 129, 0.8);
}

/* ==========================================================================
   📦 1px SAÇ TELİ (HAIRLINE) KARTLAR VE PANELLER
   ========================================================================== */
.card-hairline {
    background: var(--bg-card);
    border-top: 1px solid var(--border-hairline);
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 2rem 1.75rem;
    position: relative;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: border-color 0.4s var(--mono-ease), 
                background 0.4s var(--mono-ease),
                transform 0.3s var(--mono-ease);
}

.card-hairline:hover {
    border-top-color: var(--border-white);
    background: var(--bg-card-hover);
}

.card-rounded {
    border-radius: 20px;
    border: 1px solid var(--border-subtle);
    border-top: 1px solid var(--border-hairline);
}

.card-rounded:hover {
    border-top-color: var(--border-white);
    border-color: rgba(255, 255, 255, 0.22);
}

/* Grid Düzenleri */
.grid-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-label {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-ghost);
    margin-bottom: 0.5rem;
}

.stat-value {
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    font-weight: 300;
    color: var(--text-pure);
    letter-spacing: -0.03em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.stat-diff {
    font-size: 11px;
    color: var(--text-dim);
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ==========================================================================
   📊 TABLOLAR VE LOG LİSTELERİ
   ========================================================================== */
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-top: 1px solid var(--border-hairline);
    margin-top: 1rem;
}

.table-luxury {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 13px;
    color: var(--text-pure);
}

.table-luxury th {
    padding: 14px 18px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-ghost);
    border-bottom: 1px solid var(--border-subtle);
    white-space: nowrap;
}

.table-luxury td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-weight: 300;
    vertical-align: middle;
    transition: background 0.2s var(--mono-ease);
}

.table-luxury tbody tr:hover td {
    background: rgba(255, 255, 255, 0.025);
}

.badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.06em;
    border: 1px solid var(--border-subtle);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-bright);
}

/* ==========================================================================
   📝 FORM KONTROLLERİ VE GİRİŞ ALANLARI
   ========================================================================== */
.form-group-lux {
    margin-bottom: 1.5rem;
}

.form-label-lux {
    display: block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-ghost);
    margin-bottom: 0.6rem;
}

.input-lux {
    width: 100%;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid var(--border-hairline);
    border-radius: 12px;
    color: var(--text-pure);
    font-family: inherit;
    font-size: 13px;
    font-weight: 300;
    outline: none;
    transition: border-color 0.3s var(--mono-ease), background 0.3s var(--mono-ease);
}

.input-lux:focus {
    border-color: var(--border-white);
    background: rgba(255, 255, 255, 0.05);
}

.input-lux::placeholder {
    color: var(--text-dim);
}

/* ==========================================================================
   🎭 MODALLAR VE POPUP'LAR
   ========================================================================== */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s var(--mono-ease);
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-lux-box {
    background: var(--bg-modal);
    border: 1px solid var(--border-hairline);
    border-top: 1px solid var(--border-white);
    border-radius: 24px;
    width: 100%;
    max-width: 540px;
    padding: 2.5rem 2rem 2rem;
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 40px rgba(109, 40, 217, 0.15);
    transform: scale(0.96) translateY(10px);
    transition: transform 0.35s var(--intel-ease-out);
}

.modal-overlay.active .modal-lux-box {
    transform: scale(1) translateY(0);
}

/* ==========================================================================
   📱 MOBİL & DUYARLI (RESPONSIVE) AYARLAR
   ========================================================================== */
@media (max-width: 900px) {
    .monopo-navbar {
        padding: 1.2rem 1.5rem;
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .nav-links-cluster {
        order: 3;
        width: 100%;
        gap: 18px;
        overflow-x: auto;
        padding-bottom: 6px;
    }
    
    .page-container {
        padding: 0 1.25rem 3rem;
    }
}