/* =========================================================
   EvoSite Client Portal — premium WHMCS 9 theme
   Built on Twenty-One. Functional selectors are preserved.
   ========================================================= */

:root {
    --evo-bg: #f4f7fb;
    --evo-surface: #ffffff;
    --evo-surface-2: #eef3f8;
    --evo-ink: #07111f;
    --evo-ink-2: #132238;
    --evo-muted: #66758a;
    --evo-line: #dce5ef;
    --evo-blue: #2962ff;
    --evo-blue-2: #0e49dd;
    --evo-cyan: #55e7ff;
    --evo-mint: #5eead4;
    --evo-success: #12a678;
    --evo-danger: #df4b64;
    --evo-warning: #d99000;
    --evo-radius-sm: 12px;
    --evo-radius: 18px;
    --evo-radius-lg: 28px;
    --evo-shadow-sm: 0 10px 28px rgba(7, 17, 31, .07);
    --evo-shadow: 0 22px 70px rgba(7, 17, 31, .12);
}

html { scroll-behavior: smooth; }
body.evosite-theme {
    color: var(--evo-ink-2);
    background:
        radial-gradient(circle at 12% 2%, rgba(41, 98, 255, .07), transparent 28rem),
        var(--evo-bg);
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.evosite-theme h1,
body.evosite-theme h2,
body.evosite-theme h3,
body.evosite-theme h4,
body.evosite-theme h5,
body.evosite-theme h6,
.evosite-wordmark {
    color: var(--evo-ink);
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-weight: 700;
    letter-spacing: -.035em;
}
body.evosite-theme a { color: var(--evo-blue); transition: .2s ease; }
body.evosite-theme a:hover { color: var(--evo-blue-2); text-decoration: none; }

/* Header */
body.evosite-theme .header {
    position: relative;
    z-index: 1020;
    background: rgba(7, 17, 31, .98);
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 16px 44px rgba(2, 10, 21, .18);
}
body.evosite-theme .header .navbar.navbar-light {
    min-height: 82px;
    padding: 10px 0;
    background: transparent;
    border: 0;
}
body.evosite-theme .header .main-navbar-wrapper {
    min-height: 50px;
    background: rgba(255,255,255,.035);
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 0;
}
body.evosite-theme .topbar {
    background: #030a13;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
body.evosite-theme .topbar .btn,
body.evosite-theme .topbar .input-group-text { color: #d9e5f2; background: transparent; border-color: rgba(255,255,255,.12); }
body.evosite-theme .topbar .btn:hover { color: #fff; background: rgba(255,255,255,.08); }

.evosite-brand { display: inline-flex !important; align-items: center; gap: 12px; padding: 0 !important; }
.evosite-brand-symbol {
    display: inline-grid;
    place-items: center;
    width: 43px;
    height: 43px;
    color: #07111f;
    background: linear-gradient(135deg, var(--evo-cyan), var(--evo-mint));
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(85, 231, 255, .22);
    font: 800 21px/1 "Space Grotesk", sans-serif;
}
.evosite-brand-copy { display: flex; flex-direction: column; line-height: 1; }
.evosite-wordmark { color: #fff !important; font-size: 25px; letter-spacing: -.06em; }
.evosite-wordmark span { color: var(--evo-cyan); }
.evosite-brand-copy small { margin-top: 6px; color: #91a4ba; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

body.evosite-theme .header .search .form-control {
    width: 285px;
    color: #d9e5f2;
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.1);
}
body.evosite-theme .header .search .form-control::placeholder { color: #7890a8; }
body.evosite-theme .header .search .btn { color: #8fa6bd; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); }
body.evosite-theme .toolbar .nav-link {
    color: #e7f0fa;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
}
body.evosite-theme .toolbar .nav-link:hover { color: #fff; background: rgba(255,255,255,.11); }
body.evosite-theme #cartItemCount { color: #07111f; background: var(--evo-cyan); }
body.evosite-theme #nav > li > a,
body.evosite-theme .main-navbar-wrapper .navbar-nav > li > a {
    color: #b7c8d9;
    font-weight: 700;
    letter-spacing: -.01em;
    border-radius: 9px;
}
body.evosite-theme #nav > li > a:hover,
body.evosite-theme .main-navbar-wrapper .navbar-nav > li > a:hover,
body.evosite-theme #nav > li.active > a { color: #fff; background: rgba(255,255,255,.07); }
body.evosite-theme .dropdown-menu {
    padding: 9px;
    border: 1px solid var(--evo-line);
    border-radius: 14px;
    box-shadow: var(--evo-shadow);
}
body.evosite-theme .dropdown-item { padding: 9px 12px; color: var(--evo-ink-2); border-radius: 9px; }
body.evosite-theme .dropdown-item:hover { color: var(--evo-blue); background: #eef4ff; }

.evosite-trust-strip { color: #9eb2c7; background: #050d18; border-top: 1px solid rgba(255,255,255,.05); }
.evosite-trust-strip .container { display: flex; justify-content: center; gap: 34px; padding-top: 8px; padding-bottom: 8px; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.evosite-trust-strip i { margin-right: 6px; color: var(--evo-mint); }

/* Breadcrumb and main layout */
body.evosite-theme .master-breadcrumb { background: transparent; border: 0; }
body.evosite-theme .master-breadcrumb .breadcrumb { margin: 19px 0 0; padding: 12px 16px; background: rgba(255,255,255,.78); border: 1px solid var(--evo-line); border-radius: 12px; backdrop-filter: blur(12px); }
body.evosite-theme .breadcrumb-item { color: var(--evo-muted); font-size: 12px; font-weight: 600; }
body.evosite-theme #main-body { min-height: 55vh; padding: 38px 0 78px; }
body.evosite-theme.template-homepage #main-body { padding-top: 0; }
body.evosite-theme .primary-content > .header-lined h1,
body.evosite-theme .header-lined h1 { font-size: clamp(28px, 4vw, 43px); letter-spacing: -.045em; }
body.evosite-theme .header-lined { margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--evo-line); }
body.evosite-theme .header-lined p { color: var(--evo-muted); }

/* Buttons */
body.evosite-theme .btn {
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 11px;
    font-weight: 800;
    letter-spacing: -.01em;
    box-shadow: none;
}
body.evosite-theme .btn-primary,
body.evosite-theme .btn-success {
    color: #fff;
    background: linear-gradient(135deg, var(--evo-blue), #174bd4);
    border-color: transparent;
    box-shadow: 0 11px 25px rgba(41, 98, 255, .22);
}
body.evosite-theme .btn-primary:hover,
body.evosite-theme .btn-success:hover { color: #fff; transform: translateY(-1px); background: linear-gradient(135deg, #3570ff, #113fc2); }
body.evosite-theme .btn-default,
body.evosite-theme .btn-outline-primary { color: var(--evo-ink-2); background: #fff; border: 1px solid var(--evo-line); }
body.evosite-theme .btn-default:hover,
body.evosite-theme .btn-outline-primary:hover { color: var(--evo-blue); background: #f6f9ff; border-color: #aac2ff; }
body.evosite-theme .btn-ghost { color: #e7f2ff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); }
body.evosite-theme .btn-ghost:hover { color: #fff; background: rgba(255,255,255,.11); }

/* Forms */
body.evosite-theme .form-control,
body.evosite-theme .custom-select {
    min-height: 44px;
    color: var(--evo-ink-2);
    background: #fff;
    border: 1px solid #d6e0ea;
    border-radius: 11px;
    box-shadow: 0 1px 0 rgba(7,17,31,.02);
}
body.evosite-theme .form-control:focus,
body.evosite-theme .custom-select:focus { border-color: #76a0ff; box-shadow: 0 0 0 4px rgba(41,98,255,.11); }
body.evosite-theme label { color: #415269; font-weight: 700; }
body.evosite-theme .input-group-text { color: #607188; background: #f3f6f9; border-color: #d6e0ea; }

/* Generic cards, panels, tables */
body.evosite-theme .card,
body.evosite-theme .panel,
body.evosite-theme .list-group,
body.evosite-theme .modal-content {
    border: 1px solid var(--evo-line);
    border-radius: var(--evo-radius);
    box-shadow: var(--evo-shadow-sm);
    overflow: hidden;
}
body.evosite-theme .card-header,
body.evosite-theme .panel-heading { padding: 16px 20px; color: var(--evo-ink); background: #f7f9fc; border-bottom: 1px solid var(--evo-line); }
body.evosite-theme .card-title { font-weight: 800; }
body.evosite-theme .list-group-item { padding: 13px 17px; border-color: var(--evo-line); }
body.evosite-theme .list-group-item-action:hover { color: var(--evo-blue); background: #f4f7ff; }
body.evosite-theme .table { color: var(--evo-ink-2); background: #fff; border-radius: 14px; overflow: hidden; }
body.evosite-theme .table thead th { color: #53647a; background: #eef3f8; border-color: var(--evo-line); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
body.evosite-theme .table td { border-color: #e8eef4; vertical-align: middle; }
body.evosite-theme .dataTables_wrapper { padding: 18px; background: #fff; border: 1px solid var(--evo-line); border-radius: var(--evo-radius); box-shadow: var(--evo-shadow-sm); }

/* Alerts and badges */
body.evosite-theme .alert { padding: 14px 17px; border-width: 1px; border-radius: 13px; font-weight: 600; }
body.evosite-theme .alert-success { color: #07694b; background: #e9faf4; border-color: #afe9d7; }
body.evosite-theme .alert-danger { color: #8a1f34; background: #fff0f3; border-color: #ffc5d0; }
body.evosite-theme .alert-warning { color: #7a4c00; background: #fff8e7; border-color: #f4d48e; }
body.evosite-theme .alert-info { color: #164c7f; background: #edf7ff; border-color: #bcdfff; }
body.evosite-theme .badge { padding: 6px 9px; border-radius: 999px; font-weight: 800; }

/* Sidebar */
body.evosite-theme .sidebar .card { margin-bottom: 18px; }
body.evosite-theme .sidebar .card-header { color: #fff; background: var(--evo-ink); }
body.evosite-theme .sidebar .list-group-item.active { color: var(--evo-blue); background: #edf3ff; border-color: var(--evo-line); }
body.evosite-theme .sidebar .list-group-item i { color: #8192a7; }

/* Public homepage */
.evosite-hero {
    position: relative;
    margin-top: 26px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 86% 18%, rgba(85,231,255,.20), transparent 19rem),
        radial-gradient(circle at 8% 88%, rgba(41,98,255,.28), transparent 23rem),
        linear-gradient(135deg, #050c16 0%, #0a1728 58%, #091321 100%);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 32px;
    box-shadow: 0 30px 85px rgba(2,11,23,.25);
}
.evosite-hero::before { content:""; position:absolute; inset:0; opacity:.14; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.evosite-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); align-items: center; gap: 55px; padding: clamp(45px, 7vw, 85px); }
.evosite-eyebrow { display:flex; align-items:center; gap:10px; margin-bottom:24px; color:#a5bbcf; font-size:11px; font-weight:800; letter-spacing:.16em; }
.evosite-eyebrow span { width:8px; height:8px; background:var(--evo-mint); border-radius:50%; box-shadow:0 0 0 6px rgba(94,234,212,.12); }
.evosite-hero h1 { margin:0 0 25px; color:#fff !important; font-size:clamp(45px, 6vw, 78px); line-height:.98; letter-spacing:-.065em; }
.evosite-hero h1 em { color:transparent; background:linear-gradient(90deg, var(--evo-cyan), var(--evo-mint)); -webkit-background-clip:text; background-clip:text; font-style:normal; }
.evosite-hero-copy > p { max-width:690px; margin:0 0 30px; color:#aebed0; font-size:16px; line-height:1.75; }
.evosite-hero-actions { display:flex; gap:12px; flex-wrap:wrap; }
.evosite-hero-actions .btn { min-height:51px; padding:14px 21px; }
.evosite-hero-actions i { margin-left:9px; }
.evosite-metrics { display:flex; gap:36px; margin-top:42px; padding-top:25px; border-top:1px solid rgba(255,255,255,.10); }
.evosite-metrics div { display:flex; flex-direction:column; }
.evosite-metrics strong { color:#fff; font:700 22px/1 "Space Grotesk", sans-serif; }
.evosite-metrics span { margin-top:7px; color:#7f94aa; font-size:11px; }
.evosite-system-card { position:relative; padding:25px; background:rgba(3,10,19,.78); border:1px solid rgba(116,212,255,.18); border-radius:23px; box-shadow:0 24px 70px rgba(0,0,0,.30); backdrop-filter:blur(15px); }
.system-card-head { display:flex; align-items:center; gap:9px; padding-bottom:18px; color:#a7bbcf; border-bottom:1px solid rgba(255,255,255,.09); font-size:10px; font-weight:800; letter-spacing:.13em; }
.system-card-head small { margin-left:auto; color:var(--evo-mint); }
.status-dot { width:9px; height:9px; background:var(--evo-mint); border-radius:50%; box-shadow:0 0 14px var(--evo-mint); }
.system-command { margin:22px 0; padding:13px 15px; color:#ccdae8; background:#030810; border:1px solid rgba(255,255,255,.07); border-radius:10px; font:500 12px/1.5 monospace; }
.system-command span { color:var(--evo-cyan); }
.evosite-system-card ul { margin:0; padding:0; list-style:none; }
.evosite-system-card li { display:grid; grid-template-columns:22px 1fr auto; align-items:center; gap:9px; padding:12px 0; color:#aabacd; border-bottom:1px solid rgba(255,255,255,.065); font-size:12px; }
.evosite-system-card li i { color:var(--evo-mint); }
.evosite-system-card li b { color:#e9f4ff; font-size:11px; }
.system-pulse { display:flex; align-items:end; gap:5px; height:33px; margin-top:21px; }
.system-pulse span { flex:1; height:25%; background:linear-gradient(to top, var(--evo-blue), var(--evo-cyan)); border-radius:4px 4px 1px 1px; animation:evoPulse 1.9s ease-in-out infinite alternate; }
.system-pulse span:nth-child(2){height:55%;animation-delay:.15s}.system-pulse span:nth-child(3){height:36%;animation-delay:.3s}.system-pulse span:nth-child(4){height:88%;animation-delay:.45s}.system-pulse span:nth-child(5){height:62%;animation-delay:.6s}.system-pulse span:nth-child(6){height:78%;animation-delay:.75s}.system-pulse span:nth-child(7){height:48%;animation-delay:.9s}
@keyframes evoPulse { to { opacity:.42; transform:scaleY(.72); transform-origin:bottom; } }
.system-foot { margin-top:17px; color:#70869d; font-size:10px; letter-spacing:.08em; text-align:right; }
.system-foot i { color:var(--evo-mint); margin-right:5px; }

.evosite-domain-shell { margin:30px 0 0; }
.evosite-section-label, .evosite-kicker { color:var(--evo-blue); font-size:10px; font-weight:800; letter-spacing:.17em; }
.evosite-section-label { margin:0 0 10px 7px; }
body.evosite-theme .home-domain-search { background:transparent !important; }
body.evosite-theme .home-domain-search > .container { max-width:none; padding:0; }
body.evosite-theme .home-domain-search .p-5 { padding:32px !important; background:#fff; border:1px solid var(--evo-line); border-radius:22px; box-shadow:var(--evo-shadow-sm); }
body.evosite-theme .home-domain-search h2 { margin-bottom:22px; font-size:27px; }
body.evosite-theme .home-domain-search .input-group { padding:7px; background:#f0f4f8; border:1px solid #dce5ef; border-radius:15px; }
body.evosite-theme .home-domain-search .form-control,
body.evosite-theme .home-domain-search textarea { min-height:52px; background:transparent; border:0; box-shadow:none; }
body.evosite-theme .home-domain-search textarea { padding:12px 14px; resize:none; }
body.evosite-theme .home-domain-search .btn { min-height:52px; padding-left:23px; padding-right:23px; }
body.evosite-theme .tld-logos { margin-top:20px; }

.evosite-section { margin-top:80px; }
.evosite-section-heading { display:flex; align-items:end; justify-content:space-between; gap:45px; margin-bottom:30px; }
.evosite-section-heading h2 { max-width:720px; margin:8px 0 0; font-size:clamp(31px, 4vw, 49px); line-height:1.05; }
.evosite-section-heading > p { max-width:440px; margin:0; color:var(--evo-muted); }
.evosite-section-heading.compact { margin-bottom:22px; }
.evosite-service-grid { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:18px; }
.evosite-service-card { position:relative; min-height:310px; padding:28px; overflow:hidden; background:#fff; border:1px solid var(--evo-line); border-radius:22px; box-shadow:0 8px 30px rgba(7,17,31,.05); transition:.25s ease; }
.evosite-service-card:hover { transform:translateY(-5px); border-color:#b9ccff; box-shadow:0 22px 54px rgba(7,17,31,.11); }
.service-icon { display:grid; place-items:center; width:48px; height:48px; color:var(--evo-blue); background:#edf3ff; border-radius:14px; font-size:18px; }
.service-index { position:absolute; top:26px; right:26px; color:#cbd5e1; font:700 13px/1 "Space Grotesk",sans-serif; }
.evosite-service-card h3 { margin:27px 0 11px; font-size:24px; }
.evosite-service-card p { min-height:69px; margin:0 0 20px; color:var(--evo-muted); }
.service-tags { display:flex; gap:6px; flex-wrap:wrap; }
.service-tags span { padding:5px 8px; color:#53647a; background:#f1f4f8; border-radius:7px; font-size:9px; font-weight:800; letter-spacing:.06em; }
.service-link { position:absolute; right:28px; bottom:25px; left:28px; display:flex; justify-content:space-between; align-items:center; padding-top:18px; border-top:1px solid var(--evo-line); font-weight:800; }

.confidence-card { display:grid; grid-template-columns:1fr 1fr; gap:55px; padding:52px; color:#fff; background:linear-gradient(135deg,#07111f,#10223a); border-radius:27px; box-shadow:var(--evo-shadow); }
.confidence-card h2 { margin:10px 0 19px; color:#fff; font-size:42px; line-height:1.08; }
.confidence-card p { color:#a8b9ca; font-size:15px; }
.confidence-list { display:grid; gap:13px; }
.confidence-list > div { display:grid; grid-template-columns:39px 1fr; gap:14px; align-items:start; padding:17px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.08); border-radius:15px; }
.confidence-list i { display:grid; place-items:center; width:35px; height:35px; color:#07111f; background:var(--evo-mint); border-radius:10px; }
.confidence-list b { display:block; color:#fff; }
.confidence-list small { display:block; margin-top:4px; color:#8fa4b8; }
.evosite-quick-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.quick-card { display:grid; grid-template-columns:45px 1fr auto; gap:15px; align-items:center; padding:21px; color:var(--evo-ink-2) !important; background:#fff; border:1px solid var(--evo-line); border-radius:17px; box-shadow:0 6px 24px rgba(7,17,31,.045); }
.quick-card:hover { transform:translateY(-3px); border-color:#b9ccff; box-shadow:var(--evo-shadow-sm); }
.quick-card > i { display:grid; place-items:center; width:45px; height:45px; color:var(--evo-blue); background:#edf3ff; border-radius:13px; }
.quick-card b, .quick-card small { display:block; }
.quick-card small { margin-top:4px; color:var(--evo-muted); }
.quick-card em { color:#8293a7; font-size:21px; font-style:normal; }

/* Logged-in dashboard */
body.evosite-theme .tiles .tile { min-height:145px; padding:25px 18px; color:var(--evo-ink-2); background:#fff; border:1px solid var(--evo-line); box-shadow:var(--evo-shadow-sm); transition:.2s ease; }
body.evosite-theme .tiles .tile:hover { z-index:2; transform:translateY(-4px); color:var(--evo-blue); box-shadow:var(--evo-shadow); }
body.evosite-theme .tiles .tile i { color:var(--evo-blue); }
body.evosite-theme .tiles .tile .stat { color:var(--evo-ink); font:700 31px/1 "Space Grotesk",sans-serif; }
body.evosite-theme .tiles .tile .title { color:var(--evo-muted); font-weight:700; }
body.evosite-theme .client-home-cards .card { margin-bottom:20px; }
body.evosite-theme .client-home-cards .card-header { background:#fff; }
body.evosite-theme .client-home-cards .card-footer { background:#f8fafc; }

/* Login / registration */
body.evosite-theme .logincontainer { max-width:530px; padding:32px; background:#fff; border:1px solid var(--evo-line); border-radius:24px; box-shadow:var(--evo-shadow); }
body.evosite-theme .logincontainer .header-lined { text-align:center; }
body.evosite-theme .logincontainer .btn-primary { min-height:48px; }

/* Footer */
.evosite-footer { padding:64px 0 20px !important; color:#8fa2b6; background:#050d18 !important; border-top:1px solid rgba(255,255,255,.08) !important; }
.evosite-footer-grid { display:grid; grid-template-columns:1.45fr repeat(3,1fr); gap:55px; padding-bottom:45px; }
.evosite-footer h4 { margin:0 0 17px; color:#f3f8fd; font-size:13px; letter-spacing:.03em; }
.evosite-footer a, .evosite-footer-grid > div > span { display:block; margin:0 0 10px; color:#899db2; font-size:12px; }
.evosite-footer a:hover { color:var(--evo-cyan); }
.evosite-footer-brand { display:flex !important; align-items:center; gap:11px; }
.evosite-footer-brand .evosite-brand-symbol { width:38px; height:38px; border-radius:11px; }
.evosite-footer-brand .evosite-wordmark { font-size:24px; }
.footer-brand-col p { max-width:330px; margin:18px 0; color:#778da3; font-size:12px; }
.footer-status { display:inline-flex; align-items:center; gap:8px; padding:7px 10px; color:#9db2c7; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.08); border-radius:999px; font-size:10px; font-weight:700; }
.footer-status span { width:7px; height:7px; background:var(--evo-mint); border-radius:50%; box-shadow:0 0 10px var(--evo-mint); }
.evosite-footer-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; padding-top:20px; border-top:1px solid rgba(255,255,255,.08); }
.evosite-footer-bottom .copyright { color:#687d92; font-size:11px; }
.footer-bottom-links { display:flex; align-items:center; gap:16px; }
.footer-bottom-links a, .footer-bottom-links .btn { margin:0; padding:0; min-height:0; color:#70869b; font-size:11px; }

/* Responsive */
@media (max-width:1199px) {
    .evosite-trust-strip .container { gap:18px; }
    .evosite-service-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:991px) {
    body.evosite-theme .header .navbar.navbar-light { min-height:72px; }
    body.evosite-theme .main-navbar-wrapper .container { padding-top:9px; padding-bottom:9px; }
    .evosite-trust-strip span:nth-child(2), .evosite-trust-strip span:nth-child(4) { display:none; }
    .evosite-hero-grid { grid-template-columns:1fr; }
    .evosite-system-card { max-width:620px; }
    .evosite-section-heading { align-items:start; flex-direction:column; gap:12px; }
    .confidence-card { grid-template-columns:1fr; }
    .evosite-footer-grid { grid-template-columns:1.2fr repeat(2,1fr); }
    .evosite-footer-grid > div:last-child { grid-column:2 / 4; }
}
@media (max-width:767px) {
    body.evosite-theme #main-body { padding-top:24px; padding-bottom:55px; }
    .evosite-brand-copy small { display:none; }
    .evosite-wordmark { font-size:22px; }
    .evosite-brand-symbol { width:39px; height:39px; }
    .evosite-hero { margin-top:16px; border-radius:23px; }
    .evosite-hero-grid { padding:38px 25px; gap:36px; }
    .evosite-hero h1 { font-size:43px; }
    .evosite-metrics { gap:20px; justify-content:space-between; }
    .evosite-metrics strong { font-size:18px; }
    .evosite-service-grid, .evosite-quick-grid { grid-template-columns:1fr; }
    .confidence-card { padding:32px 24px; }
    .confidence-card h2 { font-size:34px; }
    .evosite-section { margin-top:58px; }
    .evosite-footer-grid { grid-template-columns:1fr 1fr; gap:35px 25px; }
    .footer-brand-col { grid-column:1 / 3; }
    .evosite-footer-grid > div:last-child { grid-column:auto; }
    .evosite-footer-bottom { align-items:flex-start; flex-direction:column; }
}
@media (max-width:575px) {
    .evosite-trust-strip .container { justify-content:flex-start; overflow:hidden; white-space:nowrap; }
    .evosite-trust-strip span:nth-child(3) { display:none; }
    .evosite-hero h1 { font-size:38px; }
    .evosite-hero-actions .btn { width:100%; }
    .evosite-metrics { display:grid; grid-template-columns:1fr 1fr; }
    .evosite-metrics div:last-child { display:none; }
    body.evosite-theme .home-domain-search .p-5 { padding:21px !important; }
    body.evosite-theme .home-domain-search h2 { font-size:22px; }
    .evosite-section-heading h2 { font-size:34px; }
    .evosite-footer-grid { grid-template-columns:1fr; }
    .footer-brand-col, .evosite-footer-grid > div:last-child { grid-column:auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}
