/* ═══════════════════════════════════════════════════════
   SAYT.UZ — HOME PAGE STYLES
   Modern dark-hero, glassmorphism, smooth transitions
═══════════════════════════════════════════════════════ */
@import url('/assets/css/fonts.css');

/* ── HEADER ──────────────────────────────────────────── */
.site-header {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 1px 16px rgba(0,0,0,.06);
}
.header-inner {
    max-width: 1200px; margin: 0 auto;
    padding: 0 28px;
    display: flex; align-items: center; gap: 20px;
    height: 68px;
}

/* Logo */
.logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo:hover { text-decoration: none; }
.service-btn:hover, .pill:hover, .header-cabinet-btn:hover,
.domain-pills .pill:hover, .hosting-stat-card:hover { text-decoration: none; }
.logo-sayt {
    font-size: 2rem; font-weight: 900;
    color: #1a1a6e; letter-spacing: -1.5px;
}
.logo-uz {
    background: linear-gradient(135deg, #2563eb, #1a1a6e);
    color: #fff;
    font-size: 0.95rem; font-weight: 800;
    padding: 3px 8px; border-radius: 50px;
    margin-left: 4px; align-self: center;
}
.footer-logo { display: flex; align-items: center; margin-bottom: 12px; }
.footer-logo .logo-sayt { font-size: 1.6rem; color: #fff; }
.footer-logo .logo-uz   { background: linear-gradient(135deg, #3b82f6, #2563eb); }

.header-tagline {
    font-size: 0.82rem; color: #64748b; line-height: 1.45;
    max-width: 240px; flex-shrink: 0;
}
.header-tagline strong { color: #1e293b; }

.header-contact {
    display: flex; align-items: center; gap: 10px;
    margin-left: auto;
    font-size: 0.88rem; color: #1e293b; font-weight: 600;
    line-height: 1.5; flex-shrink: 0;
}
.contact-24 {
    background: linear-gradient(135deg, #2563eb, #1a1a6e);
    color: #fff;
    font-size: 0.68rem; font-weight: 900;
    width: 34px; height: 34px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(37,99,235,.35);
}

.header-cabinet-btn {
    background: linear-gradient(135deg, #1a1a6e, #2563eb);
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 0.86rem; font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    transition: all .2s;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(26,26,110,.3);
}
.header-cabinet-btn:hover {
    background: linear-gradient(135deg, #2d2db0, #3b82f6);
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(37,99,235,.4);
    transform: translateY(-1px);
}

/* ── MAIN NAV ────────────────────────────────────────── */
.main-nav {
    background: #fff;
    border-bottom: 1.5px solid #e2e8f0;
    position: relative;
}
.main-nav .nav-inner {
    max-width: 1200px; margin: 0 auto;
    padding: 0 28px;
    display: flex; gap: 0; align-items: center;
}
.main-nav a {
    padding: 15px 24px;
    font-size: 0.88rem; font-weight: 600;
    color: #64748b;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all .18s;
    letter-spacing: .01em;
}
.main-nav a:hover { color: #1a1a6e; border-bottom-color: #93c5fd; text-decoration: none; }
.main-nav a.active { color: #1a1a6e; border-bottom-color: #1a1a6e; }

/* ── HAMBURGER ───────────────────────────────────────── */
.nav-burger {
    display: none;
    flex-direction: column; justify-content: center; gap: 5px;
    width: 40px; height: 40px;
    background: none; border: none; cursor: pointer;
    margin-left: auto; padding: 8px; border-radius: 8px;
    transition: background .15s;
}
.nav-burger:hover { background: #f1f5f9; }
.nav-burger span {
    display: block; height: 2px; border-radius: 2px;
    background: #1a1a6e; transition: all .25s;
    transform-origin: center;
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE DROPDOWN ─────────────────────────────────── */
.nav-mobile {
    display: none;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    padding: 8px 0 12px;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
    padding: 13px 24px;
    font-size: 0.95rem; font-weight: 600;
    color: #334155;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all .15s;
}
.nav-mobile a:hover { background: #f8fafc; color: #1a1a6e; border-left-color: #93c5fd; }
.nav-mobile a.active { color: #1a1a6e; background: #eff6ff; border-left-color: #1a1a6e; font-weight: 700; }

/* ── HERO ════════════════════════════════════════════════ */
.hero-section {
    position: relative;
    background: linear-gradient(145deg, #06091a 0%, #0d1340 25%, #1a1a6e 60%, #1e3a8a 80%, #1e40af 100%);
    min-height: 540px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    padding: 72px 20px 80px;
}

/* Animated gradient orbs */
.hero-section::before {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,.18) 0%, transparent 70%);
    top: -100px; left: -100px;
    animation: orb-move 12s ease-in-out infinite alternate;
}
.hero-section::after {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6,182,212,.14) 0%, transparent 70%);
    bottom: -80px; right: -60px;
    animation: orb-move2 15s ease-in-out infinite alternate;
}
@keyframes orb-move  { from { transform: translate(0,0); }   to { transform: translate(60px,40px); } }
@keyframes orb-move2 { from { transform: translate(0,0); }   to { transform: translate(-50px,-30px); } }

#network-canvas {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    opacity: .9;
}

.hero-content {
    position: relative; z-index: 2;
    text-align: center; max-width: 760px;
}

/* Globe icon */
.hero-globe {
    width: 72px; height: 72px;
    margin: 0 auto 22px;
    background: rgba(255,255,255,.07);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 1.5px solid rgba(0,200,255,.3);
    box-shadow: 0 0 32px rgba(0,200,255,.18), inset 0 0 20px rgba(0,200,255,.05);
    backdrop-filter: blur(4px);
    padding: 14px;
}
.hero-globe svg { width: 100%; height: 100%; }

/* Badge above title */
.hero-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.9);
    font-size: .76rem; font-weight: 700;
    padding: 5px 14px; border-radius: 20px;
    margin-bottom: 18px;
    letter-spacing: .04em;
    backdrop-filter: blur(4px);
}
.hero-badge::before { content: '●'; color: #4ade80; font-size: .6rem; }

.hero-content h1 {
    font-size: clamp(1.9rem, 5vw, 3rem); font-weight: 900;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 14px;
    letter-spacing: -1px;
    text-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.hero-content h1 span {
    background: linear-gradient(90deg, #60a5fa, #34d399, #60a5fa);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 4s linear infinite;
}
@keyframes shimmer {
    0%   { background-position: 0% center; }
    100% { background-position: 200% center; }
}
.hero-content > p,
.hero-slide p {
    font-size: clamp(1rem, 2.2vw, 1.12rem);
    color: rgba(255,255,255,.85);
    margin-bottom: 0;
    line-height: 1.6;
}

/* Search bar - modern pill */
.hero-search {
    display: flex; align-items: center;
    max-width: 640px; margin: 0 auto 26px;
    background: rgba(255,255,255,.08);
    border: 1.5px solid rgba(255,255,255,.18);
    border-radius: 60px;
    overflow: hidden;
    backdrop-filter: blur(14px);
    transition: all .22s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
    padding: 6px 6px 6px 22px;
    gap: 8px;
}
.hero-search:focus-within {
    background: rgba(255,255,255,.14);
    border-color: rgba(129,140,248,.5);
    box-shadow: 0 10px 44px rgba(99,102,241,.3), inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-search::before {
    content: '🔍';
    font-size: 1rem;
    opacity: .7;
    flex-shrink: 0;
}
.hero-search input {
    flex: 1; padding: 14px 8px;
    font-size: 1rem; border: none; outline: none;
    background: transparent; color: #fff; font-weight: 500;
    min-width: 0;
}
.hero-search input::placeholder { color: rgba(255,255,255,.55); }
.hero-search button {
    background: linear-gradient(135deg, #6366f1 0%, #2563eb 55%, #7c3aed 100%);
    color: #fff;
    padding: 13px 28px;
    font-size: .92rem; font-weight: 700;
    border: none; cursor: pointer;
    border-radius: 50px;
    transition: all .2s;
    white-space: nowrap;
    letter-spacing: .02em;
    box-shadow: 0 6px 20px rgba(99,102,241,.45);
    flex-shrink: 0;
}
.hero-search button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(99,102,241,.55);
    filter: brightness(1.08);
}
.hero-search button:active { transform: translateY(0); }
@media (max-width: 640px) {
    .hero-search { padding: 5px 5px 5px 18px; }
    .hero-search::before { display: none; }
    .hero-search button { padding: 11px 18px; font-size: .85rem; }
}

/* Domain pills */
.domain-pills {
    display: flex; flex-wrap: wrap;
    gap: 8px; justify-content: center;
}
.pill {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.9);
    padding: 6px 14px; border-radius: 50px;
    font-size: 0.77rem; font-weight: 600;
    cursor: pointer;
    transition: all .18s;
    backdrop-filter: blur(4px);
}
.pill:hover {
    background: rgba(255,255,255,.2);
    border-color: rgba(99,165,255,.6);
    color: #fff;
    transform: translateY(-1px);
}

/* ── STATS BAR ─────────────────────────────────────────── */
.stats-bar {
    background: #fff;
    border-bottom: 1.5px solid #e2e8f0;
    padding: 0;
}
.stats-bar-inner {
    max-width: 1200px; margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.stat-item {
    display: flex; align-items: center; gap: 14px;
    padding: 22px 20px;
    border-right: 1px solid #f1f5f9;
    transition: background .18s;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: #f8fafc; }
.stat-icon {
    width: 44px; height: 44px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; flex-shrink: 0;
}
.stat-icon.blue   { background: #eff6ff; }
.stat-icon.green  { background: #f0fdf4; }
.stat-icon.purple { background: #f5f3ff; }
.stat-icon.orange { background: #fff7ed; }
.stat-num  { font-size: 1.35rem; font-weight: 900; color: #0f172a; line-height: 1; }
.stat-label{ font-size: .75rem; color: #64748b; margin-top: 3px; font-weight: 500; }

/* ── SERVICES ──────────────────────────────────────────── */
.services-section {
    padding: 80px 20px;
    background: #f8fafc;
}
.services-section .container,
.pricing-section .container,
.why-section .container {
    max-width: 1200px; margin: 0 auto;
}
.section-title {
    text-align: center; font-size: 2.1rem; font-weight: 900;
    color: #0f172a; margin-bottom: 10px;
    letter-spacing: -.5px;
}
.section-sub {
    text-align: center; color: #64748b;
    margin-bottom: 52px; font-size: 1rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.service-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 34px 26px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .25s;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--card-accent, linear-gradient(90deg, #2563eb, #06b6d4));
    border-radius: 18px 18px 0 0;
}
.service-card:nth-child(1) { --card-accent: linear-gradient(90deg, #2563eb, #06b6d4); }
.service-card:nth-child(2) { --card-accent: linear-gradient(90deg, #7c3aed, #a855f7); }
.service-card:nth-child(3) { --card-accent: linear-gradient(90deg, #059669, #10b981); }
.service-card:nth-child(4) { --card-accent: linear-gradient(90deg, #ea580c, #fb923c); }

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,.1);
    border-color: #c7d2fe;
}

.service-icon {
    width: 64px; height: 64px; border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; margin: 0 auto 18px;
    background: #f1f5f9;
    transition: transform .2s;
}
.service-card:hover .service-icon { transform: scale(1.1); }
.service-card:nth-child(1) .service-icon { background: #eff6ff; }
.service-card:nth-child(2) .service-icon { background: #f5f3ff; }
.service-card:nth-child(3) .service-icon { background: #f0fdf4; }
.service-card:nth-child(4) .service-icon { background: #fff7ed; }

.service-card h3 { font-size: 1.08rem; font-weight: 800; margin-bottom: 10px; color: #0f172a; }
.service-card p  { font-size: .87rem; color: #64748b; margin-bottom: 18px; line-height: 1.55; }
.service-price   { font-size: 1.25rem; font-weight: 900; color: #1a1a6e; margin-bottom: 22px; }
.service-price span { font-size: .82rem; font-weight: 500; color: #94a3b8; }
.service-btn {
    display: inline-block;
    background: linear-gradient(135deg, #1a1a6e, #2563eb);
    color: #fff;
    padding: 10px 26px; border-radius: 8px;
    font-size: .86rem; font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    box-shadow: 0 2px 8px rgba(37,99,235,.25);
}
.service-btn:hover {
    background: linear-gradient(135deg, #2d2db0, #3b82f6);
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(37,99,235,.4);
    transform: translateY(-1px);
}

/* ── HOSTING INFO ──────────────────────────────────────── */
.pricing-section {
    padding: 80px 20px;
    background: #fff;
}
.pricing-section .section-title,
.pricing-section .section-sub { text-align: center; }

.hosting-info-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 28px;
    align-items: start;
}
.hosting-info-main {
    background: linear-gradient(160deg, #f8faff 0%, #fff 100%);
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.hosting-info-main::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #1a1a6e, #2563eb, #06b6d4);
}
.hosting-info-main h3 {
    font-size: 1.3rem; font-weight: 900;
    color: #0f172a; margin-bottom: 12px;
}
.hosting-info-main > p {
    font-size: .92rem; color: #64748b;
    line-height: 1.65; margin-bottom: 30px;
}
.hosting-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; margin-bottom: 30px;
}
.hf-item {
    display: flex; gap: 13px; align-items: flex-start;
    background: #f8fafc;
    border-radius: 12px;
    padding: 14px 16px;
    border: 1px solid #f1f5f9;
    transition: all .18s;
}
.hf-item:hover { background: #eff6ff; border-color: #bfdbfe; }
.hf-icon {
    font-size: 1.25rem; flex-shrink: 0; margin-top: 1px;
}
.hf-item div { display: flex; flex-direction: column; gap: 2px; }
.hf-item strong { font-size: .88rem; color: #0f172a; font-weight: 700; }
.hf-item span   { font-size: .79rem; color: #64748b; line-height: 1.4; }

.hosting-info-side {
    display: flex; flex-direction: column; gap: 12px;
    position: sticky; top: 84px;
}
.hosting-stat-card {
    background: linear-gradient(135deg, #f8faff, #fff);
    border: 1.5px solid #e2e8f0;
    border-radius: 16px; padding: 20px 22px;
    display: flex; align-items: center; gap: 16px;
    transition: all .2s;
}
.hosting-stat-card:hover {
    border-color: #c7d2fe;
    box-shadow: 0 4px 16px rgba(37,99,235,.08);
    transform: translateX(4px);
}
.hs-icon  { font-size: 1.6rem; flex-shrink: 0; }
.hs-label { font-size: .73rem; color: #94a3b8; margin-bottom: 3px; font-weight: 500; }
.hs-value { font-size: .97rem; font-weight: 800; color: #0f172a; }

/* ── WHY US ────────────────────────────────────────────── */
.why-section {
    padding: 80px 20px;
    background: linear-gradient(160deg, #0f1729 0%, #1a1a6e 50%, #1e3a8a 100%);
    position: relative;
    overflow: hidden;
}
.why-section::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.why-section .section-title { color: #fff; }
.why-section .section-sub   { color: rgba(255,255,255,.6); }

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}
.why-card {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px; padding: 34px 26px;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: all .25s;
}
.why-card:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.22);
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0,0,0,.25);
}
.why-icon-wrap {
    width: 60px; height: 60px;
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; margin: 0 auto 16px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
}
.why-card:nth-child(1) .why-icon-wrap { background: rgba(59,130,246,.2); border-color: rgba(59,130,246,.3); }
.why-card:nth-child(2) .why-icon-wrap { background: rgba(16,185,129,.2); border-color: rgba(16,185,129,.3); }
.why-card:nth-child(3) .why-icon-wrap { background: rgba(168,85,247,.2); border-color: rgba(168,85,247,.3); }
.why-card:nth-child(4) .why-icon-wrap { background: rgba(245,158,11,.2); border-color: rgba(245,158,11,.3); }

.why-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 10px; color: #fff; }
.why-card p  { font-size: .87rem; color: rgba(255,255,255,.65); line-height: 1.55; }
.why-stat    { font-size: 1.8rem; font-weight: 900; color: #60a5fa; margin-bottom: 4px; display: block; }

/* ── FOOTER ────────────────────────────────────────────── */
.site-footer {
    background: #0a0e1a;
    color: rgba(255,255,255,.6);
    padding: 64px 20px 0;
}
.footer-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px; padding-bottom: 52px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-col p { font-size: .87rem; line-height: 1.65; margin-top: 10px; color: rgba(255,255,255,.5); }
.footer-col h4 {
    color: #fff; font-size: .88rem; font-weight: 800;
    margin-bottom: 16px; letter-spacing: .04em;
    text-transform: uppercase;
}
.footer-col a  {
    display: block; color: rgba(255,255,255,.55);
    font-size: .87rem; margin-bottom: 10px; text-decoration: none;
    transition: color .15s;
}
.footer-col a:hover { color: #60a5fa; }
.footer-social {
    display: flex; gap: 10px; margin-top: 16px;
}
.footer-social a {
    width: 36px; height: 36px; border-radius: 10px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
    display: flex !important; align-items: center; justify-content: center;
    font-size: .9rem; margin-bottom: 0 !important;
    transition: all .18s;
}
.footer-social a:hover { background: #2563eb; border-color: #2563eb; color: #fff; }
.footer-bottom {
    text-align: center; padding: 22px 20px;
    font-size: .81rem; color: rgba(255,255,255,.3);
    max-width: 100%;
}

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1024px) {
    .hosting-info-grid { grid-template-columns: 1fr; }
    .hosting-info-side {
        display: grid; grid-template-columns: 1fr 1fr;
        position: static;
    }
}
@media (max-width: 900px) {
    .header-tagline { display: none; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .stats-bar-inner { grid-template-columns: 1fr 1fr; }
    .stat-item:nth-child(2) { border-right: none; }
}

/* ── MOBILE: hamburger yoqiladi, desk nav yashiriladi ── */
@media (max-width: 700px) {
    /* Header */
    .header-inner { gap: 10px; padding: 0 16px; height: 60px; }
    .logo-sayt { font-size: 1.65rem; }
    .logo-uz { font-size: 0.82rem; padding: 2px 7px; }
    .header-contact { display: none; }
    .header-cabinet-btn {
        padding: 8px 14px;
        font-size: 0.78rem;
        margin-left: auto;
    }

    /* Nav — desktop linklar yashiriladi, hamburger ko'rinadi */
    .main-nav .nav-inner > a { display: none; }
    .nav-burger { display: flex; }

    /* Tabs offset */
    .tariff-tabs-wrap { top: 60px; }

    /* Hero */
    .hero-section { min-height: 460px; padding: 56px 16px 64px; }

    /* Other */
    .hosting-features-list { grid-template-columns: 1fr; }
    .hosting-info-side { grid-template-columns: 1fr; }
    .hosting-info-main { padding: 24px 20px; }
    .footer-inner { grid-template-columns: 1fr; gap: 28px; }
    .stats-bar-inner { grid-template-columns: 1fr 1fr; }
    .stat-item { padding: 16px 14px; }
    .section-title { font-size: clamp(1.5rem, 5vw, 1.9rem); }
    html { font-size: 15px; }
}
@media (max-width: 440px) {
    .header-cabinet-btn { padding: 7px 10px; font-size: 0.73rem; }
    .stats-bar-inner { grid-template-columns: 1fr; }
    .stat-item { border-right: none; border-bottom: 1px solid #f1f5f9; }
    .stat-item:last-child { border-bottom: none; }
}
