:root {
    --sg-ink: #081B2A;
    --sg-deep: #061A29;
    --sg-navy: #123653;
    --sg-blue: #174A72;
    --sg-steel: #456C88;
    --sg-sky: #8CB7CD;
    --sg-ice: #F5F8FA;
    --sg-white: #FFFFFF;
    --sg-gold: #D1A860;
    --sg-gold-soft: #E8D29B;
    --sg-muted: #5E6F7D;
    --sg-line: rgba(18, 54, 83, .12);
    --sg-shadow: 0 30px 90px rgba(6, 26, 41, .16);
}

/* الصفحة الرئيسية فقط */
html.sg-home-v5-html body {
    background: #f7fafc;
}

html.sg-home-v5-html body .main-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html.sg-home-v5-html body .main-content,
html.sg-home-v5-html body .primary-content,
html.sg-home-v5-html body .container.main-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* إخفاء الفوتر الافتراضي للصفحة الرئيسية فقط */
html.sg-home-v5-html body footer.footer,
html.sg-home-v5-html body section#footer,
html.sg-home-v5-html body div.footer,
html.sg-home-v5-html body .main-footer,
html.sg-home-v5-html body #footer {
    display: none !important;
}

/* هيدر WHMCS بلمسة Premium بدون كسر النظام */
html.sg-home-v5-html body section#header {
    background: rgba(255,255,255,.98) !important;
    border-bottom: 1px solid rgba(18,54,83,.08);
    box-shadow: 0 10px 32px rgba(6,26,41,.06);
}

html.sg-home-v5-html body section#header .container,
html.sg-home-v5-html body #main-menu .container,
html.sg-home-v5-html body .navbar-main .container {
    max-width: 1180px;
}

html.sg-home-v5-html body #main-menu,
html.sg-home-v5-html body .navbar-main {
    background: rgba(255,255,255,.96) !important;
    border-bottom: 1px solid rgba(18,54,83,.08);
}

html.sg-home-v5-html body #main-menu a,
html.sg-home-v5-html body .navbar-main a {
    color: #123653 !important;
    font-weight: 750;
}

html.sg-home-v5-html body #main-menu a:hover,
html.sg-home-v5-html body .navbar-main a:hover {
    color: #D1A860 !important;
}

.sg5 {
    color: var(--sg-ink);
    font-family: inherit;
    margin: -24px calc(50% - 50vw) 0;
    width: 100vw;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(209,168,96,.16), transparent 30rem),
        radial-gradient(circle at 90% 6%, rgba(140,183,205,.20), transparent 30rem),
        linear-gradient(180deg, #f8fbfd 0%, #ffffff 42%, #f8fbfd 100%);
}

.sg5 *,
.sg5 *::before,
.sg5 *::after {
    box-sizing: border-box;
}

.sg5-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* HERO — أنظف وأقل ازدحام */
.sg5-hero {
    position: relative;
    padding: 92px 0 120px;
    color: #fff;
    background:
        radial-gradient(circle at 72% 22%, rgba(232,210,155,.18), transparent 25rem),
        radial-gradient(circle at 18% 16%, rgba(140,183,205,.20), transparent 26rem),
        linear-gradient(135deg, #273733 0%, #123653 44%, #061A29 100%);
}

.sg5-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 78px 78px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.16));
    pointer-events: none;
}

.sg5-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(390px, .82fr);
    gap: 70px;
    align-items: center;
}

.sg5-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--sg-gold-soft);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.sg5-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--sg-gold);
    box-shadow: 0 0 0 7px rgba(209,168,96,.15);
}

.sg5-title {
    max-width: 680px;
    margin: 18px 0 22px;
    font-size: clamp(48px, 6vw, 82px);
    line-height: .92;
    letter-spacing: -.065em;
    font-weight: 950;
}

.sg5-title span {
    color: var(--sg-gold-soft);
}

.sg5-copy {
    max-width: 640px;
    margin: 0 0 32px;
    color: rgba(255,255,255,.78);
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.82;
}

.sg5-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.sg5-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 950;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease;
}

.sg5-btn:hover {
    transform: translateY(-2px);
}

.sg5-btn-gold {
    color: #061A29 !important;
    background: linear-gradient(135deg, var(--sg-gold-soft), var(--sg-gold));
    box-shadow: 0 18px 48px rgba(209,168,96,.30);
}

.sg5-btn-dark {
    color: #fff !important;
    background: rgba(2,13,22,.72);
    border: 1px solid rgba(255,255,255,.10);
}

.sg5-btn-light {
    color: #123653 !important;
    background: rgba(255,255,255,.78);
}

.sg5-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.sg5-hero-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    color: rgba(255,255,255,.86);
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.13);
    font-size: 12px;
    font-weight: 850;
}

.sg5-visual {
    position: relative;
    min-height: 500px;
    border-radius: 46px;
    background:
        radial-gradient(circle at 34% 76%, rgba(209,168,96,.38), transparent 21rem),
        radial-gradient(circle at 72% 22%, rgba(255,255,255,.94), rgba(231,237,241,.80) 42%, rgba(140,183,205,.24) 78%),
        linear-gradient(145deg, rgba(255,255,255,.94), rgba(228,234,235,.72));
    border: 1px solid rgba(255,255,255,.78);
    box-shadow: 0 36px 100px rgba(0,0,0,.28);
    overflow: hidden;
}

.sg5-visual::before {
    content: "";
    position: absolute;
    inset: 48px;
    border-radius: 50%;
    border: 1px dashed rgba(209,168,96,.34);
    transform: rotate(-17deg);
}

.sg5-logo-glow {
    position: absolute;
    left: 34px;
    bottom: 16px;
    width: 310px;
    z-index: 4;
    filter:
        drop-shadow(0 34px 40px rgba(6,26,41,.30))
        drop-shadow(0 0 18px rgba(209,168,96,.25));
}

.sg5-server {
    position: absolute;
    right: 54px;
    top: 92px;
    width: 178px;
    height: 260px;
    border-radius: 30px;
    background: linear-gradient(160deg, #213B55, #091A29 62%, #04111C);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 34px 70px rgba(6,26,41,.32);
    padding: 24px 20px;
    z-index: 3;
}

.sg5-server span {
    display: block;
    height: 28px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(232,210,155,.92) 0 18%, rgba(140,183,205,.56) 18% 45%, rgba(255,255,255,.08) 45%);
}

.sg5-visual-note {
    position: absolute;
    right: 30px;
    bottom: 70px;
    z-index: 5;
    padding: 13px 15px;
    border-radius: 18px;
    color: var(--sg-navy);
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(18,54,83,.12);
    box-shadow: 0 18px 42px rgba(18,54,83,.12);
    font-size: 13px;
    font-weight: 950;
}

/* Domain Search مستقل وفخم */
.sg5-domain-stage {
    position: relative;
    z-index: 5;
    margin-top: -72px;
    margin-bottom: 58px;
}

.sg5-domain-card {
    border-radius: 34px;
    padding: 30px;
    background:
        radial-gradient(circle at 8% 18%, rgba(209,168,96,.14), transparent 22rem),
        linear-gradient(135deg, #ffffff, #f6f9fb);
    border: 1px solid rgba(18,54,83,.10);
    box-shadow: 0 34px 90px rgba(6,26,41,.18);
}

.sg5-domain-head {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 22px;
    align-items: center;
    margin-bottom: 18px;
}

.sg5-domain-title {
    color: var(--sg-navy);
    font-size: 26px;
    line-height: 1.08;
    letter-spacing: -.04em;
    font-weight: 950;
}

.sg5-domain-title small {
    display: block;
    margin-top: 8px;
    color: var(--sg-muted);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.5;
}

.sg5-domain-form {
    display: grid;
    grid-template-columns: 1fr 142px 142px;
    gap: 12px;
}

.sg5-domain-form input[type="text"] {
    width: 100%;
    min-height: 58px;
    border-radius: 16px;
    border: 1px solid rgba(18,54,83,.14);
    background: #fff;
    padding: 0 18px;
    color: var(--sg-ink);
    font-size: 17px;
    font-weight: 850;
    outline: none;
}

.sg5-domain-form input[type="text"]:focus {
    border-color: rgba(209,168,96,.82);
    box-shadow: 0 0 0 5px rgba(209,168,96,.16);
}

.sg5-domain-form button,
.sg5-domain-transfer {
    min-height: 58px;
    border-radius: 16px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    text-decoration: none !important;
}

.sg5-domain-form button {
    color: #061A29;
    background: linear-gradient(135deg, var(--sg-gold-soft), var(--sg-gold));
}

.sg5-domain-transfer {
    color: #fff !important;
    background: linear-gradient(135deg, var(--sg-navy), var(--sg-deep));
}

.sg5-tlds {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    color: var(--sg-muted);
    font-size: 13px;
    font-weight: 850;
}

.sg5-tlds b {
    color: var(--sg-gold);
}

html.sg-home-v5-html body .g-recaptcha,
html.sg-home-v5-html body iframe[src*="recaptcha"],
html.sg-home-v5-html body [class*="captcha"],
html.sg-home-v5-html body [id*="captcha"] {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Sections */
.sg5-section {
    padding: 78px 0;
}

.sg5-section-head {
    text-align: center;
    margin-bottom: 36px;
}

.sg5-section-kicker {
    color: var(--sg-gold);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.sg5-section-title {
    max-width: 840px;
    margin: 10px auto 12px;
    color: var(--sg-ink);
    font-size: clamp(32px, 4.2vw, 50px);
    line-height: 1.04;
    letter-spacing: -.052em;
    font-weight: 950;
}

.sg5-section-copy {
    max-width: 720px;
    margin: 0 auto;
    color: var(--sg-muted);
    line-height: 1.75;
    font-size: 16px;
}

.sg5-priority-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
    margin-bottom: 18px;
}

.sg5-card-lg,
.sg5-card-sm {
    background: #fff;
    border: 1px solid rgba(18,54,83,.10);
    text-decoration: none !important;
    box-shadow: 0 22px 70px rgba(18,54,83,.08);
    transition: transform .22s ease, box-shadow .22s ease;
}

.sg5-card-lg:hover,
.sg5-card-sm:hover {
    transform: translateY(-5px);
    box-shadow: 0 38px 96px rgba(6,26,41,.16);
}

.sg5-card-lg {
    min-height: 250px;
    border-radius: 28px;
    padding: 28px;
}

.sg5-card-sm {
    min-height: 168px;
    border-radius: 22px;
    padding: 22px;
}

.sg5-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 18px;
    color: #061A29;
    background: linear-gradient(135deg, var(--sg-gold-soft), var(--sg-gold));
    font-size: 24px;
}

.sg5-card-sm .sg5-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    color: var(--sg-gold);
    background: rgba(209,168,96,.13);
    font-size: 19px;
}

.sg5-card-lg h3,
.sg5-card-sm h3 {
    color: var(--sg-navy);
    font-weight: 950;
    letter-spacing: -.025em;
}

.sg5-card-lg h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.sg5-card-sm h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.sg5-card-lg p,
.sg5-card-sm p {
    color: var(--sg-muted);
    line-height: 1.65;
}

.sg5-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 16px;
}

.sg5-link {
    margin-top: 20px;
    color: var(--sg-gold);
    font-weight: 950;
}

.sg5-proof {
    padding: 58px 0;
    background:
        radial-gradient(circle at 18% 10%, rgba(140,183,205,.28), transparent 22rem),
        radial-gradient(circle at 86% 28%, rgba(209,168,96,.22), transparent 22rem),
        linear-gradient(135deg, var(--sg-deep), var(--sg-navy));
}

.sg5-proof-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.08);
}

.sg5-proof-item {
    min-height: 158px;
    padding: 28px 22px;
    border-right: 1px solid rgba(255,255,255,.08);
}

.sg5-proof-item:last-child {
    border-right: 0;
}

.sg5-proof-number {
    color: var(--sg-gold-soft);
    font-size: 31px;
    font-weight: 950;
}

.sg5-proof-label {
    color: #fff;
    margin: 8px 0 6px;
    font-weight: 950;
}

.sg5-proof-copy {
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.62;
}

.sg5-client {
    padding: 84px 0;
    background: #fff;
}

.sg5-client-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 44px;
    align-items: center;
}

.sg5-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    margin-top: 26px;
}

.sg5-feature {
    min-height: 132px;
    border-radius: 19px;
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(18,54,83,.10);
    box-shadow: 0 16px 44px rgba(18,54,83,.06);
}

.sg5-feature i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    border-radius: 13px;
    color: #061A29;
    background: rgba(209,168,96,.20);
    font-style: normal;
}

.sg5-feature b {
    display: block;
    color: var(--sg-navy);
    margin-bottom: 6px;
    font-weight: 950;
}

.sg5-feature span {
    display: block;
    color: var(--sg-muted);
    font-size: 13px;
    line-height: 1.55;
}

.sg5-client-card {
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(18,54,83,.10);
    box-shadow: var(--sg-shadow);
}

.sg5-client-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: linear-gradient(180deg, #fff, #f7fafc);
    border-bottom: 1px solid rgba(18,54,83,.08);
}

.sg5-client-head b {
    color: var(--sg-navy);
    font-weight: 950;
}

.sg5-status {
    padding: 7px 11px;
    border-radius: 999px;
    color: #061A29;
    background: rgba(209,168,96,.18);
    font-size: 12px;
    font-weight: 950;
}

.sg5-client-body {
    padding: 24px;
    display: grid;
    gap: 14px;
}

.sg5-client-row {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 14px;
    align-items: center;
    border-radius: 18px;
    padding: 15px;
    background: #f8fbfd;
    border: 1px solid rgba(18,54,83,.08);
}

.sg5-client-row i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: var(--sg-navy);
    background: rgba(140,183,205,.14);
    font-style: normal;
}

.sg5-client-row b {
    display: block;
    color: var(--sg-navy);
    font-weight: 950;
}

.sg5-client-row small {
    display: block;
    color: var(--sg-muted);
}

.sg5-badge {
    padding: 7px 10px;
    border-radius: 999px;
    color: #061A29;
    background: linear-gradient(135deg, var(--sg-gold-soft), var(--sg-gold));
    font-size: 12px;
    font-weight: 950;
}

.sg5-cta {
    padding: 78px 0;
    background:
        radial-gradient(circle at 20% 0%, rgba(209,168,96,.16), transparent 24rem),
        linear-gradient(135deg, #273733 0%, #143653 44%, #061A29 100%);
}

.sg5-cta-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 26px;
    align-items: center;
    border-radius: 32px;
    padding: 38px;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.11);
    box-shadow: 0 34px 90px rgba(0,0,0,.23);
}

.sg5-cta-title {
    color: #fff;
    font-size: clamp(30px, 3.6vw, 46px);
    line-height: 1.04;
    letter-spacing: -.045em;
    font-weight: 950;
}

.sg5-cta-copy {
    max-width: 680px;
    margin-top: 10px;
    color: rgba(255,255,255,.70);
    line-height: 1.72;
}

/* Footer فعلي وفخم */
.sg5-footer {
    color: rgba(255,255,255,.74);
    background:
        radial-gradient(circle at 14% 0%, rgba(140,183,205,.18), transparent 26rem),
        linear-gradient(180deg, #071A28, #04111C);
    padding: 66px 0 28px;
}

.sg5-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(4, minmax(0,.78fr));
    gap: 34px;
}

.sg5-footer-brand img {
    width: 152px;
    height: auto;
    display: block;
    margin-bottom: 18px;
}

.sg5-footer-brand p {
    max-width: 330px;
    color: rgba(255,255,255,.66);
    line-height: 1.72;
}

.sg5-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.sg5-footer-badges span {
    padding: 8px 11px;
    border-radius: 999px;
    color: rgba(255,255,255,.84);
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    font-size: 12px;
    font-weight: 850;
}

.sg5-footer-col h4 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 950;
}

.sg5-footer-col a {
    display: block;
    margin: 10px 0;
    color: rgba(255,255,255,.66) !important;
    text-decoration: none !important;
    font-size: 13px;
}

.sg5-footer-col a:hover {
    color: var(--sg-gold-soft) !important;
}

.sg5-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.54);
    font-size: 13px;
}

@media (max-width: 1080px) {
    .sg5-hero-grid,
    .sg5-domain-head,
    .sg5-client-grid,
    .sg5-cta-card {
        grid-template-columns: 1fr;
    }

    .sg5-priority-grid {
        grid-template-columns: 1fr;
    }

    .sg5-mini-grid,
    .sg5-proof-grid,
    .sg5-footer-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .sg5-domain-form {
        grid-template-columns: 1fr 142px 142px;
    }
}

@media (max-width: 720px) {
    .sg5 {
        margin-top: -18px;
    }

    .sg5-shell {
        width: min(100% - 24px, 1180px);
    }

    .sg5-hero {
        padding: 58px 0 104px;
    }

    .sg5-title {
        font-size: clamp(40px, 12vw, 58px);
    }

    .sg5-visual {
        min-height: 430px;
        border-radius: 30px;
    }

    .sg5-logo-glow {
        width: 220px;
        left: 16px;
        bottom: 14px;
    }

    .sg5-server {
        right: 18px;
        top: 80px;
        transform: scale(.82);
        transform-origin: top right;
    }

    .sg5-visual-note {
        right: 18px;
        bottom: 34px;
    }

    .sg5-domain-form,
    .sg5-mini-grid,
    .sg5-proof-grid,
    .sg5-feature-grid,
    .sg5-footer-grid {
        grid-template-columns: 1fr;
    }

    .sg5-client-row {
        grid-template-columns: 44px 1fr;
    }

    .sg5-badge {
        grid-column: 2;
        justify-self: start;
    }
}

/* =========================================================
   V6 Official WHMCS Featured TLD Domain Search + Footer Fix
   ========================================================= */

.sg5-domain-stage-official {
    margin-top: -64px !important;
    margin-bottom: 64px !important;
}

.sg5-domain-card-official {
    max-width: 980px;
    margin: 0 auto;
    padding: 34px !important;
    border-radius: 30px !important;
    background:
        radial-gradient(circle at 14% 10%, rgba(209,168,96,.18), transparent 22rem),
        linear-gradient(135deg, #ffffff 0%, #f7fafc 100%) !important;
    border: 1px solid rgba(18,54,83,.12) !important;
    box-shadow:
        0 34px 90px rgba(6,26,41,.20),
        inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.sg5-domain-center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 22px;
}

.sg5-domain-badge {
    color: var(--sg-gold);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sg5-domain-center h2 {
    margin: 0;
    color: var(--sg-navy);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 950;
}

.sg5-domain-center p {
    margin: 11px auto 0;
    max-width: 660px;
    color: var(--sg-muted);
    line-height: 1.65;
}

.sg5-domain-form-official {
    display: grid !important;
    grid-template-columns: 1fr 140px 140px !important;
    gap: 12px !important;
    max-width: 820px;
    margin: 0 auto;
}

.sg5-domain-form-official input[type="text"] {
    min-height: 58px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(18,54,83,.14) !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(18,54,83,.06);
}

.sg5-domain-form-official button,
.sg5-domain-form-official .sg5-domain-transfer {
    min-height: 58px !important;
    border-radius: 15px !important;
}

.sg5-tld-pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.sg5-tld-chip {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    min-height: 34px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--sg-navy);
    background: rgba(18,54,83,.045);
    border: 1px solid rgba(18,54,83,.08);
    font-size: 13px;
    font-weight: 850;
}

.sg5-tld-chip b {
    color: var(--sg-blue);
    font-weight: 950;
}

.sg5-tld-chip em {
    color: var(--sg-muted);
    font-style: normal;
    font-weight: 750;
}

.sg5-all-pricing {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--sg-gold) !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 950;
}

/* Footer v6: stronger composition */
.sg5-footer-v6 {
    padding: 70px 0 28px !important;
    background:
        radial-gradient(circle at 18% 0%, rgba(209,168,96,.12), transparent 26rem),
        radial-gradient(circle at 88% 8%, rgba(140,183,205,.13), transparent 28rem),
        linear-gradient(180deg, #071A28 0%, #04111C 100%) !important;
}

.sg5-footer-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
    gap: 34px;
    align-items: stretch;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.sg5-footer-v6 .sg5-footer-brand {
    padding: 0;
}

.sg5-footer-v6 .sg5-footer-brand img {
    width: 178px !important;
    max-width: 100%;
    margin-bottom: 18px;
}

.sg5-footer-v6 .sg5-footer-brand p {
    max-width: 440px !important;
    font-size: 14px;
}

.sg5-footer-action {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 22px 60px rgba(0,0,0,.18);
}

.sg5-footer-action strong {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 950;
    margin-bottom: 8px;
}

.sg5-footer-action span {
    display: block;
    color: rgba(255,255,255,.64);
    line-height: 1.6;
    margin-bottom: 16px;
}

.sg5-footer-action a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 13px;
    color: #061A29 !important;
    background: linear-gradient(135deg, var(--sg-gold-soft), var(--sg-gold));
    text-decoration: none !important;
    font-weight: 950;
}

.sg5-footer-grid-v6 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 34px !important;
    margin-top: 34px;
}

.sg5-footer-v6 .sg5-footer-col h4 {
    color: #fff;
    font-size: 14px;
    letter-spacing: .02em;
}

.sg5-footer-v6 .sg5-footer-col a {
    color: rgba(255,255,255,.66) !important;
    line-height: 1.45;
}

.sg5-footer-v6 .sg5-footer-bottom {
    margin-top: 34px !important;
}

@media (max-width: 900px) {
    .sg5-domain-form-official,
    .sg5-footer-hero,
    .sg5-footer-grid-v6 {
        grid-template-columns: 1fr !important;
    }

    .sg5-domain-card-official {
        padding: 24px !important;
    }
}

/* =========================================================
   SoloGator Hero Mascot Enlarge
   Purpose: make the hero alligator more dominant and premium.
   ========================================================= */

.sg5-visual .sg5-logo-glow {
    width: 390px !important;
    left: 12px !important;
    bottom: 4px !important;
    filter:
        drop-shadow(0 42px 48px rgba(6,26,41,.34))
        drop-shadow(0 0 24px rgba(209,168,96,.30)) !important;
}

.sg5-visual .sg5-server {
    right: 38px !important;
    top: 88px !important;
    transform: scale(.92);
    transform-origin: top right;
}

.sg5-visual .sg5-visual-note {
    right: 26px !important;
    bottom: 54px !important;
}

@media (max-width: 1080px) {
    .sg5-visual .sg5-logo-glow {
        width: 340px !important;
        left: 18px !important;
        bottom: 8px !important;
    }
}

@media (max-width: 720px) {
    .sg5-visual .sg5-logo-glow {
        width: 255px !important;
        left: 6px !important;
        bottom: 10px !important;
    }

    .sg5-visual .sg5-server {
        right: 14px !important;
        top: 82px !important;
        transform: scale(.78);
    }
}

/* =========================================================
   SoloGator Footer V7 + Horizontal Scroll Fix
   ========================================================= */

html.sg-home-v5-html,
html.sg-home-v5-html body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

html.sg-home-v5-html body * {
    min-width: 0;
}

.sg5 {
    overflow-x: clip !important;
}

@supports not (overflow: clip) {
    .sg5 {
        overflow-x: hidden !important;
    }
}

.sg5-shell {
    max-width: calc(100vw - 40px) !important;
}

.sg5-footer-v7 {
    overflow: hidden !important;
    padding: 0 !important;
    color: rgba(255,255,255,.76);
    background:
        radial-gradient(circle at 16% 0%, rgba(209,168,96,.13), transparent 28rem),
        radial-gradient(circle at 88% 8%, rgba(140,183,205,.14), transparent 30rem),
        linear-gradient(180deg, #071A28 0%, #04111C 100%) !important;
}

.sg5-footer-v7 .sg5-shell {
    padding-top: 56px;
    padding-bottom: 26px;
}

.sg5-footer-v7-top {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
    gap: 32px;
    align-items: stretch;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.sg5-footer-v7-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sg5-footer-v7-brandmark {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.sg5-footer-v7-brandmark img {
    width: 84px !important;
    height: auto;
    flex: 0 0 auto;
    filter:
        drop-shadow(0 18px 28px rgba(0,0,0,.32))
        drop-shadow(0 0 16px rgba(209,168,96,.18));
}

.sg5-footer-v7-brandmark strong {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.035em;
    font-weight: 950;
}

.sg5-footer-v7-brandmark span {
    display: block;
    margin-top: 6px;
    color: var(--sg-gold-soft);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.sg5-footer-v7-brand p {
    max-width: 560px;
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 15px;
    line-height: 1.72;
}

.sg5-footer-v7-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.sg5-footer-v7-trust span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    color: rgba(255,255,255,.84);
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    font-size: 12px;
    font-weight: 850;
}

.sg5-footer-v7-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 190px;
    padding: 26px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 85% 0%, rgba(209,168,96,.14), transparent 18rem),
        rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.11);
    box-shadow: 0 22px 64px rgba(0,0,0,.20);
}

.sg5-footer-v7-cta span {
    color: var(--sg-gold-soft);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sg5-footer-v7-cta strong {
    display: block;
    max-width: 420px;
    color: #fff;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -.035em;
    font-weight: 950;
    margin-bottom: 18px;
}

.sg5-footer-v7-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 13px;
    color: #061A29 !important;
    background: linear-gradient(135deg, var(--sg-gold-soft), var(--sg-gold));
    text-decoration: none !important;
    font-weight: 950;
    box-shadow: 0 16px 38px rgba(209,168,96,.22);
}

.sg5-footer-v7-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    padding: 34px 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.sg5-footer-v7-col h4 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: .02em;
}

.sg5-footer-v7-col a {
    display: block;
    margin: 10px 0;
    color: rgba(255,255,255,.65) !important;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.45;
    transition: color .18s ease, transform .18s ease;
}

.sg5-footer-v7-col a:hover {
    color: var(--sg-gold-soft) !important;
    transform: translateX(2px);
}

.sg5-footer-v7-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 24px;
    color: rgba(255,255,255,.52);
    font-size: 13px;
}

@media (max-width: 980px) {
    .sg5-footer-v7-top,
    .sg5-footer-v7-links {
        grid-template-columns: 1fr 1fr;
    }

    .sg5-footer-v7-cta {
        min-height: 160px;
    }
}

@media (max-width: 680px) {
    .sg5-shell {
        max-width: calc(100vw - 24px) !important;
    }

    .sg5-footer-v7-top,
    .sg5-footer-v7-links {
        grid-template-columns: 1fr;
    }

    .sg5-footer-v7-brandmark strong {
        font-size: 26px;
    }

    .sg5-footer-v7-cta strong {
        font-size: 22px;
    }

    .sg5-footer-v7-bottom {
        flex-direction: column;
    }
}

/* =========================================================
   SoloGator Footer V8 - verified WHMCS links + no horizontal scroll
   ========================================================= */

html.sg-home-v5-html,
html.sg-home-v5-html body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

html.sg-home-v5-html body * {
    min-width: 0;
}

html.sg-home-v5-html body .sg5 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
}

.sg5-footer-v8 {
    overflow: hidden !important;
    padding: 0 !important;
    color: rgba(255,255,255,.76);
    background:
        radial-gradient(circle at 15% 0%, rgba(209,168,96,.13), transparent 28rem),
        radial-gradient(circle at 88% 8%, rgba(140,183,205,.14), transparent 30rem),
        linear-gradient(180deg, #071A28 0%, #04111C 100%) !important;
}

.sg5-footer-v8 .sg5-shell {
    padding-top: 58px;
    padding-bottom: 26px;
    max-width: min(1180px, calc(100vw - 40px)) !important;
}

.sg5-footer-v8-top {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .72fr);
    gap: 32px;
    align-items: stretch;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.sg5-footer-v8-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sg5-footer-v8-brandline {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.sg5-footer-v8-brandline img {
    width: 86px !important;
    max-width: 86px !important;
    height: auto;
    flex: 0 0 auto;
    filter:
        drop-shadow(0 18px 28px rgba(0,0,0,.32))
        drop-shadow(0 0 16px rgba(209,168,96,.18));
}

.sg5-footer-v8-brandline strong {
    display: block;
    color: #fff;
    font-size: 31px;
    line-height: 1;
    letter-spacing: -.04em;
    font-weight: 950;
}

.sg5-footer-v8-brandline span {
    display: block;
    margin-top: 6px;
    color: var(--sg-gold-soft);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.sg5-footer-v8-brand p {
    max-width: 560px;
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 15px;
    line-height: 1.72;
}

.sg5-footer-v8-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.sg5-footer-v8-trust span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    color: rgba(255,255,255,.84);
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    font-size: 12px;
    font-weight: 850;
}

.sg5-footer-v8-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 176px;
    padding: 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 85% 0%, rgba(209,168,96,.14), transparent 18rem),
        rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.11);
    box-shadow: 0 22px 64px rgba(0,0,0,.20);
}

.sg5-footer-v8-cta span {
    color: var(--sg-gold-soft);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sg5-footer-v8-cta strong {
    max-width: 420px;
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.035em;
    font-weight: 950;
    margin-bottom: 18px;
}

.sg5-footer-v8-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 13px;
    color: #061A29 !important;
    background: linear-gradient(135deg, var(--sg-gold-soft), var(--sg-gold));
    text-decoration: none !important;
    font-weight: 950;
    box-shadow: 0 16px 38px rgba(209,168,96,.22);
}

.sg5-footer-v8-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    padding: 34px 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.sg5-footer-v8-col h4 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: .02em;
}

.sg5-footer-v8-col a {
    display: block;
    margin: 10px 0;
    color: rgba(255,255,255,.65) !important;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.45;
    transition: color .18s ease, transform .18s ease;
}

.sg5-footer-v8-col a:hover {
    color: var(--sg-gold-soft) !important;
    transform: translateX(2px);
}

.sg5-footer-v8-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 24px;
    color: rgba(255,255,255,.52);
    font-size: 13px;
}

@media (max-width: 980px) {
    .sg5-footer-v8-top,
    .sg5-footer-v8-links {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .sg5-footer-v8 .sg5-shell {
        max-width: calc(100vw - 24px) !important;
    }

    .sg5-footer-v8-top,
    .sg5-footer-v8-links {
        grid-template-columns: 1fr;
    }

    .sg5-footer-v8-brandline strong {
        font-size: 26px;
    }

    .sg5-footer-v8-cta strong {
        font-size: 21px;
    }

    .sg5-footer-v8-bottom {
        flex-direction: column;
    }
}
