/*
 * Sanad Gold Premium UI v2.0.0
 * Presentation layer only: no database, controller or model changes.
 */

@font-face {
    font-family: "Sanad Tajawal";
    src: url("../fonts/Tajawal-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sanad Tajawal";
    src: url("../fonts/Tajawal-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sanad Tajawal";
    src: url("../fonts/Tajawal-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --sg-navy-950: #04101f;
    --sg-navy-900: #071b33;
    --sg-navy-850: #092440;
    --sg-navy-800: #0b2e55;
    --sg-blue: #155f94;
    --sg-gold-700: #a98218;
    --sg-gold-600: #bd9424;
    --sg-gold-500: #d4af37;
    --sg-gold-400: #e6c65a;
    --sg-gold-300: #f1dc94;
    --sg-ivory: #fffaf0;
    --sg-sand: #f5f0e6;
    --sg-bg: #f6f8fb;
    --sg-white: #ffffff;
    --sg-text: #172235;
    --sg-muted: #667085;
    --sg-border: #e5e9f0;
    --sg-green: #14a36d;
    --sg-shadow-sm: 0 8px 24px rgba(7, 27, 51, .08);
    --sg-shadow: 0 22px 60px rgba(7, 27, 51, .13);
    --sg-shadow-gold: 0 18px 42px rgba(212, 175, 55, .23);
    --sg-radius-sm: 12px;
    --sg-radius: 20px;
    --sg-radius-lg: 30px;
    --sg-transition: 220ms ease;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body.sg-site {
    margin: 0;
    color: var(--sg-text);
    background: var(--sg-bg);
    font-family: "Sanad Tajawal", Tahoma, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body.sg-site *,
body.sg-site *::before,
body.sg-site *::after {
    box-sizing: border-box;
}

body.sg-site h1,
body.sg-site h2,
body.sg-site h3,
body.sg-site h4,
body.sg-site h5,
body.sg-site h6,
body.sg-site button,
body.sg-site input,
body.sg-site select,
body.sg-site textarea,
body.sg-site a {
    font-family: "Sanad Tajawal", Tahoma, Arial, sans-serif !important;
}

body.sg-site a {
    transition: color var(--sg-transition), background var(--sg-transition), border-color var(--sg-transition), transform var(--sg-transition), box-shadow var(--sg-transition);
}

body.sg-site img {
    max-width: 100%;
}

body.sg-site .container {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;
}

body.sg-site .transformPage {
    background: var(--sg-bg);
}

/* Announcement and navigation */
.sg-announcement {
    position: relative;
    z-index: 1031;
    min-height: 38px;
    padding: 7px 0 !important;
    color: var(--sg-white) !important;
    background: linear-gradient(90deg, var(--sg-gold-700), var(--sg-gold-500), var(--sg-gold-700)) !important;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1px;
}

.sg-announcement .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.sg-announcement i {
    font-size: 13px;
}

.sg-header {
    position: sticky !important;
    top: 0;
    z-index: 1030;
    height: auto !important;
    padding: 0 !important;
    color: var(--sg-text);
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid rgba(7, 27, 51, .07);
    box-shadow: 0 6px 24px rgba(7, 27, 51, .055);
    backdrop-filter: blur(16px);
}

.sg-header.sg-header-scrolled {
    box-shadow: 0 9px 30px rgba(7, 27, 51, .11);
}

.sg-header-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
}

.sg-logo,
.sg-header .logo {
    position: static !important;
    float: none !important;
    flex: 0 0 auto;
    width: 250px !important;
    height: 66px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: var(--sg-white);
}

.sg-logo img,
.sg-header .logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 !important;
}

.sg-desktop-nav {
    min-width: 0;
    flex: 1 1 auto;
}

.sg-header .theNavbar {
    position: static !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 2px;
    list-style: none;
}

.sg-header .theNavbar li {
    float: none !important;
    width: auto !important;
}

.sg-header .theNavbar li a {
    position: relative;
    display: flex !important;
    min-height: 46px !important;
    padding: 12px 10px !important;
    align-items: center;
    color: #27364c !important;
    border: 0 !important;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    text-decoration: none;
    white-space: nowrap;
}

.sg-header .theNavbar li a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 4px;
    width: 0;
    height: 2px;
    transform: translateX(50%);
    border-radius: 999px;
    background: var(--sg-gold-500);
    transition: width var(--sg-transition);
}

.sg-header .theNavbar li a:hover,
.sg-header .theNavbar li a.is-active {
    color: var(--sg-navy-900) !important;
    background: #f8f5ec !important;
}

.sg-header .theNavbar li a:hover::after,
.sg-header .theNavbar li a.is-active::after {
    width: 26px;
}

.sg-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.sg-employee-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-navy-900) !important;
    border: 1px solid var(--sg-border);
    border-radius: 12px;
    background: var(--sg-white);
    text-decoration: none !important;
}

.sg-employee-link span {
    display: none;
}

.sg-employee-link:hover {
    color: var(--sg-white) !important;
    border-color: var(--sg-navy-900);
    background: var(--sg-navy-900);
}

.sg-header-cta {
    min-height: 44px;
    padding: 11px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-navy-950) !important;
    border: 1px solid var(--sg-gold-500);
    border-radius: 12px;
    background: linear-gradient(135deg, var(--sg-gold-400), var(--sg-gold-500));
    box-shadow: 0 8px 18px rgba(212, 175, 55, .2);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.sg-header-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--sg-shadow-gold);
}

.sg-menu-toggle,
.sg-header .openMenu {
    position: static !important;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--sg-white) !important;
    border: 0;
    border-radius: 12px;
    background: var(--sg-navy-900);
    font-size: 19px !important;
    cursor: pointer;
}

.sg-mobile-menu .BgClose {
    background: rgba(4, 16, 31, .72) !important;
    backdrop-filter: blur(5px);
}

.sg-mobile-menu .menuContent {
    width: min(88vw, 360px) !important;
    padding: 0 0 24px;
    color: var(--sg-text);
    background: var(--sg-white) !important;
    box-shadow: -20px 0 60px rgba(4, 16, 31, .22);
}

.sg-mobile-menu .headMenu {
    min-height: 94px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--sg-border);
}

.sg-mobile-menu .logoMenu {
    width: calc(100% - 54px);
    height: 66px;
    display: flex;
    align-items: center;
}

.sg-mobile-menu .logoMenu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sg-icon-button {
    width: 42px;
    height: 42px;
    padding: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--sg-white) !important;
    border: 0;
    border-radius: 12px;
    background: var(--sg-navy-900);
}

.sg-mobile-menu .menuRes {
    padding: 18px !important;
    margin: 0 !important;
}

.sg-mobile-menu .menuRes li {
    border: 0 !important;
}

.sg-mobile-menu .menuRes li a {
    min-height: 54px;
    margin-bottom: 5px;
    padding: 13px 14px !important;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--sg-text) !important;
    border: 0 !important;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
}

.sg-mobile-menu .menuRes li a i {
    width: 28px;
    margin: 0 !important;
    color: var(--sg-gold-700);
    text-align: center;
}

.sg-mobile-menu .menuRes li a:hover,
.sg-mobile-menu .menuRes li a.is-active {
    color: var(--sg-navy-900) !important;
    background: var(--sg-sand);
}

.sg-mobile-cta {
    min-height: 50px;
    margin: 2px 18px 0;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--sg-navy-950) !important;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--sg-gold-400), var(--sg-gold-500));
    font-weight: 800;
    text-decoration: none !important;
}

/* Hero */
.sg-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--sg-white);
    background: var(--sg-navy-950);
    isolation: isolate;
}

.sg-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: linear-gradient(90deg, rgba(4, 16, 31, .22), rgba(4, 16, 31, .75)), url("../images/sanad-hero-premium.webp");
    background-size: cover;
    background-position: center;
}

.sg-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 140px;
    background: linear-gradient(to top, rgba(4, 16, 31, .68), transparent);
    pointer-events: none;
}

.sg-hero-orb {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    filter: blur(3px);
    pointer-events: none;
}

.sg-hero-orb-one {
    top: 9%;
    right: 8%;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(212, 175, 55, .16), transparent 68%);
}

.sg-hero-orb-two {
    bottom: -15%;
    left: 25%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(21, 95, 148, .2), transparent 70%);
}

.sg-hero-grid {
    min-height: 690px;
    padding-top: 48px;
    padding-bottom: 66px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 58px;
}

.sg-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.sg-eyebrow {
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sg-gold-300);
    font-size: 15px;
    font-weight: 700;
}

.sg-eyebrow span {
    width: 30px;
    height: 2px;
    border-radius: 99px;
    background: var(--sg-gold-500);
}

.sg-hero h1 {
    margin: 0 0 22px;
    color: var(--sg-white);
    font-size: clamp(38px, 4.35vw, 66px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.8px;
}

.sg-hero h1 strong {
    display: block;
    color: var(--sg-gold-400);
    font-weight: 800;
}

.sg-hero-copy > p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, .79);
    font-size: 18px;
    line-height: 1.95;
}

.sg-hero-actions {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sg-btn {
    min-height: 54px;
    padding: 14px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
}

.sg-btn-gold {
    color: var(--sg-navy-950) !important;
    background: linear-gradient(135deg, var(--sg-gold-400), var(--sg-gold-500));
    box-shadow: var(--sg-shadow-gold);
}

.sg-btn-gold:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, var(--sg-gold-300), var(--sg-gold-400));
}

.sg-btn-ghost {
    color: var(--sg-white) !important;
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(8px);
}

.sg-btn-ghost:hover {
    border-color: var(--sg-gold-500);
    background: rgba(255, 255, 255, .12);
    transform: translateY(-3px);
}

.sg-hero-trust {
    margin-top: 34px;
    padding-top: 24px;
    display: flex;
    gap: 28px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.sg-hero-trust > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.sg-hero-trust i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-gold-400);
    border: 1px solid rgba(212, 175, 55, .25);
    border-radius: 11px;
    background: rgba(212, 175, 55, .08);
}

.sg-hero-trust span {
    display: flex;
    flex-direction: column;
}

.sg-hero-trust strong {
    color: var(--sg-white);
    font-size: 14px;
}

.sg-hero-trust small {
    color: rgba(255, 255, 255, .59);
    font-size: 12px;
}

.sg-hero-visual {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1200px;
}

.sg-card-halo {
    position: absolute;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(212, 175, 55, .18);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, .18), transparent 64%);
    box-shadow: inset 0 0 80px rgba(212, 175, 55, .08);
}

.sg-card-halo::before,
.sg-card-halo::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(212, 175, 55, .12);
    border-radius: 50%;
}

.sg-card-halo::before { inset: 38px; }
.sg-card-halo::after { inset: 78px; }

.sg-membership-card {
    position: relative;
    z-index: 2;
    width: min(540px, 100%);
    border-radius: 23px;
    transform: rotateY(-8deg) rotateZ(-3deg);
    filter: drop-shadow(0 32px 38px rgba(0, 0, 0, .36));
    animation: sgFloat 6s ease-in-out infinite;
}

@keyframes sgFloat {
    0%, 100% { transform: translateY(0) rotateY(-8deg) rotateZ(-3deg); }
    50% { transform: translateY(-14px) rotateY(-5deg) rotateZ(-2deg); }
}

.sg-floating-badge {
    position: absolute;
    z-index: 3;
    min-height: 58px;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--sg-white);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(7, 27, 51, .7);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .2);
    backdrop-filter: blur(12px);
}

.sg-floating-badge i,
.sg-floating-badge strong {
    color: var(--sg-gold-400);
    font-size: 22px;
}

.sg-floating-badge span {
    font-size: 13px;
    font-weight: 700;
}

.sg-floating-badge-one { top: 58px; left: 4px; }
.sg-floating-badge-two { right: 5px; bottom: 70px; flex-direction: row-reverse; }

.sg-hero-scroll {
    position: absolute;
    right: 50%;
    bottom: 22px;
    z-index: 3;
    width: 26px;
    height: 42px;
    transform: translateX(50%);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 18px;
}

.sg-hero-scroll span {
    position: absolute;
    top: 8px;
    right: 50%;
    width: 4px;
    height: 7px;
    transform: translateX(50%);
    border-radius: 4px;
    background: var(--sg-gold-400);
    animation: sgScroll 1.7s infinite;
}

@keyframes sgScroll {
    0% { opacity: 0; transform: translate(50%, 0); }
    30% { opacity: 1; }
    100% { opacity: 0; transform: translate(50%, 16px); }
}

/* Stats and shared sections */
.sg-stats {
    position: relative;
    z-index: 5;
    margin-top: -1px;
    background: var(--sg-white);
    border-bottom: 1px solid var(--sg-border);
}

.sg-stats-grid {
    min-height: 128px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.sg-stat {
    min-height: 72px;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-left: 1px solid var(--sg-border);
}

.sg-stat:last-child { border-left: 0; }

.sg-stat > i {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-gold-700);
    border-radius: 14px;
    background: var(--sg-sand);
    font-size: 19px;
}

.sg-stat div {
    display: flex;
    flex-direction: column;
}

.sg-stat strong {
    color: var(--sg-navy-900);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.sg-stat span {
    color: var(--sg-muted);
    font-size: 13px;
}

.sg-section {
    position: relative;
    padding: 92px 0;
}

.sg-section-heading {
    max-width: 720px;
    margin: 0 auto 44px;
    text-align: center;
}

.sg-section-kicker {
    margin-bottom: 9px;
    display: inline-block;
    color: var(--sg-gold-700);
    font-size: 14px;
    font-weight: 800;
}

.sg-section-heading h2,
.sg-benefit-heading h2 {
    margin: 0;
    color: var(--sg-navy-900);
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 800;
    line-height: 1.35;
}

.sg-section-heading > p {
    max-width: 650px;
    margin: 14px auto 0;
    color: var(--sg-muted);
    font-size: 17px;
}

.sg-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sg-feature-card {
    position: relative;
    min-height: 350px;
    padding: 36px 30px 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--sg-border);
    border-radius: var(--sg-radius);
    background: var(--sg-white);
    box-shadow: var(--sg-shadow-sm);
    transition: transform var(--sg-transition), box-shadow var(--sg-transition), border-color var(--sg-transition);
}

.sg-feature-card::before {
    content: "";
    position: absolute;
    top: -55px;
    left: -55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(212, 175, 55, .08);
}

.sg-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, .45);
    box-shadow: var(--sg-shadow);
}

.sg-feature-card-highlight {
    color: var(--sg-white);
    border-color: var(--sg-navy-900);
    background: linear-gradient(145deg, var(--sg-navy-800), var(--sg-navy-950));
}

.sg-feature-icon {
    position: relative;
    width: 66px;
    height: 66px;
    margin-bottom: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-gold-700);
    border-radius: 18px;
    background: var(--sg-sand);
    font-size: 26px;
}

.sg-feature-card-highlight .sg-feature-icon {
    color: var(--sg-gold-400);
    background: rgba(212, 175, 55, .12);
}

.sg-feature-card h3 {
    margin: 0 0 13px;
    color: var(--sg-navy-900);
    font-size: 24px;
    font-weight: 800;
}

.sg-feature-card-highlight h3 { color: var(--sg-white); }

.sg-feature-card p {
    margin: 0 0 24px;
    color: var(--sg-muted);
    line-height: 1.9;
}

.sg-feature-card-highlight p { color: rgba(255, 255, 255, .72); }

.sg-feature-card a {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sg-gold-700) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.sg-feature-card-highlight a { color: var(--sg-gold-400) !important; }
.sg-feature-card a:hover i { transform: translateX(-4px); }
.sg-feature-card a i { transition: transform var(--sg-transition); }

.sg-benefit-strip {
    padding-top: 10px;
}

.sg-benefit-panel {
    position: relative;
    padding: 54px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 55px;
    align-items: center;
    overflow: hidden;
    color: var(--sg-white);
    border-radius: var(--sg-radius-lg);
    background: linear-gradient(135deg, var(--sg-navy-950), var(--sg-navy-800));
    box-shadow: var(--sg-shadow);
}

.sg-benefit-panel::before {
    content: "";
    position: absolute;
    inset: -50% auto auto -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, .22), transparent 65%);
}

.sg-benefit-heading,
.sg-benefit-list { position: relative; z-index: 1; }

.sg-benefit-heading span {
    color: var(--sg-gold-400);
    font-size: 14px;
    font-weight: 800;
}

.sg-benefit-heading h2 {
    margin-top: 8px;
    color: var(--sg-white);
}

.sg-benefit-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.sg-benefit-item {
    min-height: 72px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
}

.sg-benefit-item i {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-navy-950);
    border-radius: 50%;
    background: var(--sg-gold-400);
    font-size: 11px;
}

.sg-benefit-item p {
    margin: 0;
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1.65;
}

.sg-how { background: var(--sg-white); }

.sg-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.sg-steps::before {
    content: "";
    position: absolute;
    top: 43px;
    right: 17%;
    left: 17%;
    height: 1px;
    border-top: 2px dashed #e5d7a6;
}

.sg-steps article {
    position: relative;
    z-index: 1;
    padding: 0 26px;
    text-align: center;
}

.sg-steps article > span {
    position: absolute;
    top: 0;
    right: calc(50% + 32px);
    color: rgba(212, 175, 55, .25);
    font-size: 36px;
    font-weight: 800;
}

.sg-step-icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-gold-700);
    border: 6px solid var(--sg-white);
    border-radius: 50%;
    background: var(--sg-sand);
    box-shadow: 0 0 0 1px #eadfbf, var(--sg-shadow-sm);
    font-size: 27px;
}

.sg-steps h3 {
    margin: 0 0 8px;
    color: var(--sg-navy-900);
    font-size: 22px;
    font-weight: 800;
}

.sg-steps p {
    margin: 0;
    color: var(--sg-muted);
}

/* Promotions and offers */
.sg-promotions,
.sg-offers { background: var(--sg-bg); }

.sg-heading-row {
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    text-align: right;
}

.sg-heading-row > a {
    padding-bottom: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sg-gold-700) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.sg-promo-card,
.sg-offer-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--sg-radius);
    background: var(--sg-navy-900);
    box-shadow: var(--sg-shadow-sm);
}

.sg-promo-card { height: 430px; }
.sg-offer-card { height: 290px; }

.sg-promo-card > img,
.sg-offer-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.sg-promo-card:hover > img,
.sg-offer-card:hover > img { transform: scale(1.045); }

.sg-promo-overlay,
.sg-offer-card > div {
    position: absolute;
    inset: auto 0 0;
    padding: 60px 28px 25px;
    color: var(--sg-white);
    background: linear-gradient(to top, rgba(4, 16, 31, .96), transparent);
}

.sg-promo-overlay h3,
.sg-offer-card h3 {
    margin: 0;
    color: var(--sg-white);
    font-size: 22px;
    font-weight: 800;
}

.sg-promo-overlay p {
    margin: 7px 0;
    color: rgba(255, 255, 255, .75);
}

.sg-promo-overlay a,
.sg-offer-card span {
    color: var(--sg-gold-400) !important;
    font-size: 13px;
    font-weight: 800;
}

.sg-offers-carousel .owl-stage-outer,
.sg-promo-carousel .owl-stage-outer { padding: 8px 0 22px; }

.sg-offers-carousel .owl-nav,
.sg-promo-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.sg-offers-carousel .owl-nav button,
.sg-promo-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    margin: 0 !important;
    color: var(--sg-navy-900) !important;
    border: 1px solid var(--sg-border) !important;
    border-radius: 12px !important;
    background: var(--sg-white) !important;
    font-size: 18px !important;
}

.sg-offers-carousel .owl-nav button:hover,
.sg-promo-carousel .owl-nav button:hover {
    color: var(--sg-white) !important;
    border-color: var(--sg-navy-900) !important;
    background: var(--sg-navy-900) !important;
}

/* Subscription form */
.sg-form-section {
    padding: 100px 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    max-height: none !important;
    background:
        radial-gradient(circle at 12% 10%, rgba(212, 175, 55, .11), transparent 24%),
        linear-gradient(145deg, #071b33, #04101f);
}

.sg-form-shell {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    max-height: none !important;
    grid-template-columns: .76fr 1.24fr;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: var(--sg-radius-lg);
    background: var(--sg-white);
    box-shadow: 0 34px 85px rgba(0, 0, 0, .25);
}

.sg-form-intro {
    position: relative;
    padding: 58px 42px;
    overflow: hidden;
    color: var(--sg-white);
    background: linear-gradient(155deg, rgba(7, 27, 51, .99), rgba(11, 46, 85, .96));
}

.sg-form-intro::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, .24), transparent 66%);
}

.sg-form-intro h2 {
    position: relative;
    z-index: 1;
    margin: 8px 0 16px;
    color: var(--sg-white);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.35;
}

.sg-form-intro > p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.sg-form-intro ul {
    position: relative;
    z-index: 1;
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.sg-form-intro li {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .9);
    font-weight: 700;
}

.sg-form-intro li i { color: var(--sg-gold-400); }

.sg-form-intro > img {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 18px;
    border-radius: 16px;
    transform: rotate(-3deg);
    filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .35));
}

.sg-form-card {
    padding: 48px 46px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    max-height: none !important;
    background: var(--sg-white);
}

.sg-form-video {
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 16px;
}

.sg-premium-form,
body.sg-site .formCard.sg-premium-form {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    max-height: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--sg-text) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.sg-form-title {
    margin-bottom: 28px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--sg-border);
}

.sg-form-title > span {
    color: var(--sg-gold-700);
    font-size: 13px;
    font-weight: 800;
}

.sg-form-title h2 {
    margin: 3px 0 4px;
    color: var(--sg-navy-900);
    font-size: 31px;
    font-weight: 800;
}

.sg-form-title p {
    margin: 0;
    color: var(--sg-muted);
    font-size: 13px;
}

.sg-field {
    position: relative;
    margin-bottom: 21px;
}

.sg-field > label {
    margin: 0 0 7px;
    display: block;
    color: #26364c;
    font-size: 14px;
    font-weight: 700;
}

.sg-field > label span { color: #c5413e; }

.sg-input-wrap { position: relative; }

.sg-input-wrap > i {
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 2;
    transform: translateY(-50%);
    color: #9aa4b2;
    pointer-events: none;
}

.sg-field input,
.sg-field select,
body.sg-site .formCard .sg-field input,
body.sg-site .formCard .sg-field select {
    width: 100% !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    color: var(--sg-text) !important;
    border: 1px solid var(--sg-border) !important;
    border-radius: 12px !important;
    outline: 0 !important;
    background: #fbfcfe !important;
    box-shadow: none !important;
    font-size: 15px !important;
    transition: border-color var(--sg-transition), box-shadow var(--sg-transition), background var(--sg-transition);
}

.sg-input-wrap input { padding-right: 46px !important; }

.sg-field select {
    appearance: none;
    padding-left: 40px !important;
    cursor: pointer;
}

.sg-field-select > i {
    position: absolute;
    bottom: 19px;
    left: 17px;
    color: #9aa4b2;
    font-size: 11px;
    pointer-events: none;
}

.sg-field input:focus,
.sg-field select:focus {
    border-color: var(--sg-gold-500) !important;
    background: var(--sg-white) !important;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, .12) !important;
}

.sg-offer-select {
    margin-bottom: 27px;
    padding: 18px;
    border: 1px solid rgba(212, 175, 55, .38);
    border-radius: 15px;
    background: #fffbf0;
}

.sg-offer-select > i { bottom: 38px; left: 33px; }

.sg-extra-card {
    margin: 6px 0 24px;
    padding: 22px !important;
    border: 1px dashed rgba(212, 175, 55, .62);
    border-radius: 16px;
    background: #fffcf4;
}

.sg-extra-heading {
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sg-extra-heading > i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-gold-700);
    border-radius: 13px;
    background: var(--sg-sand);
}

.sg-extra-heading h3 {
    margin: 0;
    color: var(--sg-navy-900);
    font-size: 18px;
    font-weight: 800;
}

.sg-extra-heading p {
    margin: 0;
    color: var(--sg-muted);
    font-size: 13px;
}

.sg-form-consent {
    margin: 4px 0 17px;
    padding: 13px 15px;
    display: flex;
    gap: 10px;
    color: var(--sg-muted);
    border-radius: 11px;
    background: #f6f8fb;
    font-size: 12px;
    line-height: 1.7;
}

.sg-form-consent i { margin-top: 3px; color: var(--sg-green); }
.sg-form-consent a { color: var(--sg-navy-800) !important; font-weight: 700; }

.sg-submit {
    width: 100%;
    min-height: 56px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--sg-navy-950);
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--sg-gold-400), var(--sg-gold-500));
    box-shadow: 0 14px 28px rgba(212, 175, 55, .24);
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transition: transform var(--sg-transition), box-shadow var(--sg-transition);
}

.sg-submit:hover {
    transform: translateY(-2px);
    box-shadow: var(--sg-shadow-gold);
}

.sg-premium-form .g-recaptcha {
    margin-top: 15px !important;
    overflow: hidden;
}

/* Existing public inner pages: premium compatibility layer */
body.sg-site:not(.sg-page-index) #main-content {
    min-height: 65vh;
    padding-top: 0;
    background:
        linear-gradient(180deg, rgba(7, 27, 51, .96) 0, rgba(7, 27, 51, .96) 170px, var(--sg-bg) 170px, var(--sg-bg) 100%);
}

body.sg-site:not(.sg-page-index) #main-content::before {
    content: "بطاقة سند الذهبية";
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-gold-400);
    background:
        radial-gradient(circle at 15% 35%, rgba(212, 175, 55, .13), transparent 20%),
        linear-gradient(125deg, var(--sg-navy-950), var(--sg-navy-800));
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .4px;
}

body.sg-site:not(.sg-page-index) #main-content > .cardInfo,
body.sg-site:not(.sg-page-index) #main-content > .analytics-dea {
    min-height: 440px;
    margin: -56px auto 70px !important;
    padding: 0 !important;
    color: var(--sg-text) !important;
    background: transparent !important;
}

body.sg-site:not(.sg-page-index) #main-content > .cardInfo > .container,
body.sg-site:not(.sg-page-index) #main-content > .analytics-dea > .nameDea,
body.sg-site:not(.sg-page-index) #main-content .whatsDetails,
body.sg-site:not(.sg-page-index) #main-content .whatsDetails1 {
    position: relative;
    z-index: 2;
}

body.sg-site:not(.sg-page-index) #main-content > .cardInfo > .container,
body.sg-site:not(.sg-page-index) #main-content .HomeItems,
body.sg-site:not(.sg-page-index) #main-content .analytics-dea.Page .nameDea,
body.sg-site:not(.sg-page-index) #main-content .form > .container {
    padding: 34px !important;
    border: 1px solid var(--sg-border);
    border-radius: var(--sg-radius);
    background: var(--sg-white);
    box-shadow: var(--sg-shadow);
}

body.sg-site:not(.sg-page-index) #main-content .cardInfo > .form {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.sg-site:not(.sg-page-index) #main-content h2.title,
body.sg-site:not(.sg-page-index) #main-content h2.titleForm,
body.sg-site:not(.sg-page-index) #main-content #thd h2.title {
    margin: 0 0 28px !important;
    padding: 0 0 18px !important;
    color: var(--sg-navy-900) !important;
    border-bottom: 1px solid var(--sg-border);
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    text-align: right !important;
}

body.sg-site:not(.sg-page-index) #main-content #thd {
    margin: 0 0 24px;
    padding: 0 !important;
    background: transparent !important;
}

body.sg-site:not(.sg-page-index) #main-content .items .item,
body.sg-site:not(.sg-page-index) #main-content .list li {
    margin-bottom: 13px !important;
    padding: 18px 20px !important;
    color: var(--sg-text) !important;
    border: 1px solid var(--sg-border) !important;
    border-right: 4px solid var(--sg-gold-500) !important;
    border-radius: 13px !important;
    background: #fbfcfe !important;
    box-shadow: none !important;
    line-height: 1.8 !important;
}

body.sg-site:not(.sg-page-index) #main-content .followUp,
body.sg-site:not(.sg-page-index) #main-content .formCard:not(.sg-premium-form) {
    max-width: 850px;
    margin: 0 auto !important;
    padding: 32px !important;
    color: var(--sg-text) !important;
    border: 1px solid var(--sg-border) !important;
    border-radius: var(--sg-radius) !important;
    background: var(--sg-white) !important;
    box-shadow: var(--sg-shadow-sm) !important;
}

body.sg-site:not(.sg-page-index) #main-content .inputStyle {
    position: relative;
    margin-bottom: 20px !important;
    padding: 0 !important;
    border: 0 !important;
}

body.sg-site:not(.sg-page-index) #main-content .inputStyle input,
body.sg-site:not(.sg-page-index) #main-content .inputStyle select,
body.sg-site:not(.sg-page-index) #main-content .inputStyle textarea,
body.sg-site:not(.sg-page-index) #main-content .form-control {
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    color: var(--sg-text) !important;
    border: 1px solid var(--sg-border) !important;
    border-radius: 12px !important;
    background: #fbfcfe !important;
    box-shadow: none !important;
}

body.sg-site:not(.sg-page-index) #main-content .nameInput {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    display: block !important;
    color: var(--sg-text) !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
}

body.sg-site:not(.sg-page-index) #main-content .btn-primary,
body.sg-site:not(.sg-page-index) #main-content .btn-success {
    min-height: 48px;
    padding: 11px 20px !important;
    color: var(--sg-navy-950) !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--sg-gold-400), var(--sg-gold-500)) !important;
    box-shadow: 0 10px 22px rgba(212, 175, 55, .2) !important;
    font-weight: 800 !important;
}

/* Medical network */
body.sg-site #main-content .HomeItems > .row,
body.sg-site #main-content .itemsArea > .row { margin-right: -10px; margin-left: -10px; }

body.sg-site #main-content .netblock {
    position: relative;
    min-height: 235px !important;
    margin-bottom: 22px;
    overflow: hidden;
    border: 0 !important;
    border-radius: 18px !important;
    background-position: center !important;
    background-size: cover !important;
    box-shadow: var(--sg-shadow-sm);
}

body.sg-site #main-content .netblock::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4, 16, 31, .92), rgba(4, 16, 31, .05));
}

body.sg-site #main-content .nettitle {
    position: absolute !important;
    right: 18px;
    bottom: 17px;
    z-index: 2;
    margin: 0 !important;
    color: var(--sg-white) !important;
    font-size: 21px !important;
    font-weight: 800 !important;
}

body.sg-site #main-content .item1 {
    min-height: 290px !important;
    margin-bottom: 23px !important;
    padding: 26px 20px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--sg-text) !important;
    border: 1px solid var(--sg-border) !important;
    border-radius: 18px !important;
    background: var(--sg-white) !important;
    box-shadow: var(--sg-shadow-sm) !important;
    text-decoration: none !important;
}

body.sg-site #main-content .item1:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, .45) !important;
    box-shadow: var(--sg-shadow) !important;
}

body.sg-site #main-content .item1 .img {
    width: 135px !important;
    height: 135px !important;
    margin: 0 auto 20px !important;
    padding: 8px;
    object-fit: contain;
    border: 1px solid var(--sg-border) !important;
    border-radius: 50% !important;
    background: var(--sg-white);
}

body.sg-site #main-content .item1 .desc {
    color: var(--sg-navy-900) !important;
    font-size: 17px !important;
    font-weight: 800;
}

body.sg-site #main-content .pagin {
    margin-top: 25px;
    padding: 16px !important;
    border: 1px solid var(--sg-border);
    border-radius: 14px !important;
    background: var(--sg-white) !important;
}

body.sg-site #main-content .pagin .pagination a {
    color: var(--sg-navy-900) !important;
    border: 1px solid var(--sg-border) !important;
    border-radius: 10px !important;
}

body.sg-site #main-content .pagin .pagination a.active,
body.sg-site #main-content .pagin .pagination a:hover {
    color: var(--sg-navy-950) !important;
    border-color: var(--sg-gold-500) !important;
    background: var(--sg-gold-400) !important;
}

/* Store detail */
body.sg-site #main-content #mytabs .nav-pills {
    margin: 0 0 24px;
    padding: 7px;
    display: flex;
    gap: 6px;
    border: 1px solid var(--sg-border);
    border-radius: 14px;
    background: #f7f8fa;
}

body.sg-site #main-content #mytabs .nav-pills > li {
    width: auto !important;
    flex: 1 1 0;
}

body.sg-site #main-content #mytabs .nav-pills > li > a {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-text) !important;
    border-radius: 10px;
    background: transparent;
}

body.sg-site #main-content #mytabs .nav-pills > li.active > a,
body.sg-site #main-content #mytabs .nav-pills > li > a:hover {
    color: var(--sg-navy-950) !important;
    background: linear-gradient(135deg, var(--sg-gold-400), var(--sg-gold-500)) !important;
}

body.sg-site #main-content #mytabs .nav-pills h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
}

body.sg-site #main-content .price,
body.sg-site #main-content .price .itemPrice {
    background: var(--sg-navy-900) !important;
}

body.sg-site #main-content .price .itemPrice {
    margin-bottom: 2px;
    border-color: rgba(255, 255, 255, .12) !important;
}

body.sg-site #main-content #map {
    height: 430px !important;
    overflow: hidden;
    border-radius: 16px;
}

/* Contact page */
body.sg-site #main-content .whatsDetails,
body.sg-site #main-content .whatsDetails1 {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto 22px;
    padding: 35px 24px !important;
    color: var(--sg-text) !important;
    border: 1px solid var(--sg-border);
    border-radius: var(--sg-radius);
    background: var(--sg-white) !important;
    box-shadow: var(--sg-shadow-sm);
    text-align: center;
}

body.sg-site #main-content .whatsDetails .whatsIcon,
body.sg-site #main-content .whatsDetails1 .whatsIcon {
    width: 74px;
    height: 74px;
    margin: 0 auto 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-gold-700) !important;
    border-radius: 20px;
    background: var(--sg-sand) !important;
    font-size: 32px;
}

body.sg-site #main-content .whatsDetails h2,
body.sg-site #main-content .whatsDetails1 h2,
body.sg-site #main-content .whatsDetails a,
body.sg-site #main-content .whatsDetails1 a {
    color: var(--sg-navy-900) !important;
}

/* Legal content */
body.sg-site #main-content .analytics-dea.Page {
    color: var(--sg-text) !important;
    background: transparent !important;
}

body.sg-site #main-content .analytics-dea.Page .nameDea {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

body.sg-site #main-content .analytics-dea.Page p,
body.sg-site #main-content .analytics-dea.Page li {
    color: #38465a !important;
    font-size: 16px !important;
    line-height: 2 !important;
}

/* Footer */
.sg-footer {
    position: relative;
    padding: 78px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .72);
    background: var(--sg-navy-950);
}

.sg-footer-glow {
    position: absolute;
    top: -210px;
    left: -130px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, .12), transparent 66%);
}

.sg-footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr 1fr;
    gap: 44px;
}

.sg-footer-brand > img {
    width: 285px;
    height: 80px;
    padding: 4px;
    object-fit: contain;
    border-radius: 13px;
    background: var(--sg-white);
}

.sg-footer-brand > p {
    max-width: 330px;
    margin: 22px 0 19px;
    line-height: 1.85;
}

.sg-footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--sg-gold-400) !important;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none !important;
}

.sg-footer-column h3 {
    margin: 0 0 20px;
    color: var(--sg-white);
    font-size: 18px;
    font-weight: 800;
}

.sg-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sg-footer-column li { margin-bottom: 10px; }

.sg-footer-column li a {
    color: rgba(255, 255, 255, .68) !important;
    text-decoration: none !important;
}

.sg-footer-column li a:hover {
    color: var(--sg-gold-400) !important;
    padding-right: 4px;
}

.sg-footer-contact p {
    margin: 0 0 17px;
    line-height: 1.75;
}

.sg-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.sg-social-links a {
    width: 41px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-white) !important;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 11px;
    background: rgba(255, 255, 255, .05);
    text-decoration: none !important;
}

.sg-social-links a:hover {
    color: var(--sg-navy-950) !important;
    border-color: var(--sg-gold-400);
    background: var(--sg-gold-400);
    transform: translateY(-3px);
}

.sg-footer-bottom {
    position: relative;
    z-index: 1;
    min-height: 76px;
    margin-top: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    font-size: 13px;
}

.sg-footer-bottom p { margin: 0; }
.sg-footer-bottom > div { display: flex; gap: 18px; }
.sg-footer-bottom a { color: rgba(255, 255, 255, .65) !important; text-decoration: none !important; }
.sg-footer-bottom a:hover { color: var(--sg-gold-400) !important; }

.sg-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1020;
    min-height: 52px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--sg-white) !important;
    border-radius: 28px;
    background: #17a967;
    box-shadow: 0 12px 30px rgba(23, 169, 103, .3);
    font-weight: 800;
    text-decoration: none !important;
}

.sg-whatsapp-float i { font-size: 23px; }
.sg-whatsapp-float:hover { transform: translateY(-3px); background: #129259; }

.sg-go-top {
    position: fixed !important;
    right: auto !important;
    left: 22px !important;
    bottom: 22px !important;
    z-index: 1020;
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--sg-navy-950) !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: var(--sg-gold-400) !important;
    box-shadow: var(--sg-shadow-sm);
}

.sg-go-top.is-visible { display: flex; }
.sg-mobile-bottom-nav { display: none !important; }

/* Motion helpers */
.sg-reveal {
    opacity: 1 !important;
    transform: none !important;
}

.sg-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
}

/* Font Awesome compatibility: keep icons visible even when older site styles
   override inherited fonts. */
body.sg-site .fas,
body.sg-site .fa {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

body.sg-site .far {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

body.sg-site .fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

/* Tablet */
@media (max-width: 1120px) {
    .sg-logo,
    .sg-header .logo { width: 220px !important; }
    .sg-header .theNavbar li a { padding-right: 8px !important; padding-left: 8px !important; font-size: 13px !important; }
    .sg-header-cta { display: none; }
    .sg-hero-grid { gap: 25px; }
    .sg-card-halo { width: 360px; height: 360px; }
    .sg-form-shell { grid-template-columns: .7fr 1.3fr; }
    .sg-form-intro { padding-right: 30px; padding-left: 30px; }
}

@media (max-width: 991px) {
    body.sg-site .container { width: min(100% - 32px, 880px); }
    .sg-desktop-nav, .sg-employee-link, .sg-header-cta { display: none; }
    .sg-menu-toggle, .sg-header .openMenu { display: inline-flex !important; }
    .sg-header-inner { min-height: 76px; }
    .sg-logo, .sg-header .logo { width: 230px !important; height: 58px !important; }
    .sg-hero, .sg-hero-grid { min-height: auto; }
    .sg-hero-grid { padding-top: 72px; padding-bottom: 95px; grid-template-columns: 1fr; text-align: center; }
    .sg-hero-copy { max-width: 760px; margin: 0 auto; }
    .sg-eyebrow, .sg-hero-actions, .sg-hero-trust { justify-content: center; }
    .sg-hero-copy > p { margin-right: auto; margin-left: auto; }
    .sg-hero-visual { min-height: 390px; }
    .sg-membership-card { width: min(500px, 82%); }
    .sg-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .sg-stat:nth-child(2) { border-left: 0; }
    .sg-stat:nth-child(-n+2) { border-bottom: 1px solid var(--sg-border); }
    .sg-feature-grid { grid-template-columns: 1fr; }
    .sg-feature-card { min-height: 280px; }
    .sg-benefit-panel { grid-template-columns: 1fr; gap: 30px; }
    .sg-steps { gap: 10px; }
    .sg-form-shell { grid-template-columns: 1fr; }
    .sg-form-intro > img { max-width: 440px; }
    .sg-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile */
@media (max-width: 767px) {
    body.sg-site { padding-bottom: 68px; font-size: 15px; }
    body.sg-site .container { width: calc(100% - 28px); }
    .sg-announcement { font-size: 12px; }
    .sg-header-inner { min-height: 68px; }
    .sg-logo, .sg-header .logo { width: 195px !important; height: 50px !important; }
    .sg-menu-toggle, .sg-header .openMenu { width: 42px; height: 42px; }
    .sg-hero-grid { padding-top: 54px; padding-bottom: 75px; gap: 26px; }
    .sg-eyebrow { font-size: 13px; }
    .sg-hero h1 { margin-bottom: 16px; font-size: 34px; letter-spacing: -.4px; }
    .sg-hero-copy > p { font-size: 16px; line-height: 1.85; }
    .sg-hero-actions { margin-top: 25px; flex-direction: column; }
    .sg-btn { width: 100%; }
    .sg-hero-trust { margin-top: 27px; gap: 10px; align-items: stretch; }
    .sg-hero-trust > div { width: 50%; padding: 10px; flex-direction: column; border-radius: 12px; background: rgba(255, 255, 255, .05); text-align: center; }
    .sg-hero-trust small { display: none; }
    .sg-hero-visual { min-height: 280px; }
    .sg-card-halo { width: 270px; height: 270px; }
    .sg-membership-card { width: 96%; border-radius: 16px; }
    .sg-floating-badge { min-height: 47px; padding: 8px 10px; }
    .sg-floating-badge-one { top: 20px; left: 0; }
    .sg-floating-badge-two { right: 0; bottom: 25px; }
    .sg-floating-badge i, .sg-floating-badge strong { font-size: 17px; }
    .sg-floating-badge span { font-size: 11px; }
    .sg-stats-grid { min-height: auto; }
    .sg-stat { min-height: 98px; padding: 14px 11px; gap: 9px; }
    .sg-stat > i { width: 41px; height: 41px; font-size: 16px; }
    .sg-stat strong { font-size: 16px; }
    .sg-stat span { font-size: 11px; line-height: 1.4; }
    .sg-section { padding: 68px 0; }
    .sg-section-heading { margin-bottom: 31px; }
    .sg-section-heading h2, .sg-benefit-heading h2 { font-size: 29px; }
    .sg-section-heading > p { font-size: 15px; }
    .sg-feature-grid { gap: 15px; }
    .sg-feature-card { min-height: 0; padding: 27px 22px; }
    .sg-feature-icon { width: 56px; height: 56px; margin-bottom: 18px; border-radius: 15px; font-size: 22px; }
    .sg-feature-card h3 { font-size: 21px; }
    .sg-benefit-panel { padding: 33px 22px; border-radius: 22px; }
    .sg-benefit-list { grid-template-columns: 1fr; }
    .sg-steps { grid-template-columns: 1fr; gap: 35px; }
    .sg-steps::before { display: none; }
    .sg-step-icon { margin-bottom: 17px; }
    .sg-heading-row { align-items: flex-start; flex-direction: column; text-align: right; }
    .sg-offer-card { height: 250px; }
    .sg-form-section { padding: 65px 0; }
    .sg-form-shell { border-radius: 22px; }
    .sg-form-intro { padding: 38px 24px; }
    .sg-form-intro h2 { font-size: 30px; }
    .sg-form-intro > img { margin-top: 8px; }
    .sg-form-card { padding: 34px 20px; }
    .sg-form-title h2 { font-size: 27px; }
    .sg-extra-card { padding: 18px 14px !important; }
    body.sg-site:not(.sg-page-index) #main-content::before { min-height: 135px; }
    body.sg-site:not(.sg-page-index) #main-content { background-position: 0 135px; }
    body.sg-site:not(.sg-page-index) #main-content > .cardInfo,
    body.sg-site:not(.sg-page-index) #main-content > .analytics-dea { margin-top: -35px !important; }
    body.sg-site:not(.sg-page-index) #main-content > .cardInfo > .container,
    body.sg-site:not(.sg-page-index) #main-content .HomeItems,
    body.sg-site:not(.sg-page-index) #main-content .analytics-dea.Page .nameDea,
    body.sg-site:not(.sg-page-index) #main-content .form > .container { padding: 22px 15px !important; border-radius: 17px; }
    body.sg-site:not(.sg-page-index) #main-content h2.title,
    body.sg-site:not(.sg-page-index) #main-content h2.titleForm,
    body.sg-site:not(.sg-page-index) #main-content #thd h2.title { font-size: 25px !important; }
    body.sg-site:not(.sg-page-index) #main-content .followUp,
    body.sg-site:not(.sg-page-index) #main-content .formCard:not(.sg-premium-form) { padding: 20px 14px !important; }
    body.sg-site #main-content #mytabs .nav-pills { overflow-x: auto; }
    body.sg-site #main-content #mytabs .nav-pills > li { min-width: 180px; }
    .sg-footer { padding-top: 58px; }
    .sg-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .sg-footer-brand > img { width: 260px; height: 70px; }
    .sg-footer-bottom { min-height: 105px; margin-top: 38px; padding: 20px 0; flex-direction: column; justify-content: center; text-align: center; }
    .sg-whatsapp-float { right: 15px; bottom: 82px; width: 50px; height: 50px; min-height: 50px; padding: 0; justify-content: center; border-radius: 50%; }
    .sg-whatsapp-float span { display: none; }
    .sg-go-top { left: 15px !important; bottom: 82px !important; }
    .sg-mobile-bottom-nav {
        position: fixed !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 1025 !important;
        height: 68px !important;
        display: block !important;
        border-top: 1px solid var(--sg-border) !important;
        background: rgba(255, 255, 255, .97) !important;
        box-shadow: 0 -8px 28px rgba(7, 27, 51, .1) !important;
        backdrop-filter: blur(12px);
    }
    .sg-mobile-bottom-nav .linksList {
        width: 100% !important;
        height: 68px;
        margin: 0 !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
    }
    .sg-mobile-bottom-nav .linksList li { width: auto !important; float: none !important; }
    .sg-mobile-bottom-nav .linksList a {
        height: 68px !important;
        padding: 8px 3px !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: var(--sg-muted) !important;
        border: 0 !important;
        background: transparent !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        text-decoration: none !important;
    }
    .sg-mobile-bottom-nav .linksList a i { margin: 0 !important; color: var(--sg-gold-700); font-size: 18px !important; }
}

@media (max-width: 390px) {
    .sg-logo, .sg-header .logo { width: 172px !important; }
    .sg-hero h1 { font-size: 30px; }
    .sg-stat { flex-direction: column; text-align: center; }
    .sg-stat div { align-items: center; }
}

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