/* SOLOGATOR_FULL_INDEX_CURRENT_CSS_START */

:root {
    --sg-navy: #102f4c;
    --sg-blue: #183f63;
    --sg-blue-2: #236095;
    --sg-gold: #f4b843;
    --sg-ink: #102033;
    --sg-muted: #64748b;
    --sg-soft: #f3f7fb;
    --sg-border: #e4ebf2;
    --sg-shadow: 0 18px 55px rgba(16, 47, 76, .10);
}

.master-breadcrumb {
    display: none;
}

body[data-phone-cc-input] #main-body {
    background: #ffffff;
}

body[data-phone-cc-input] #main-body > .container {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body[data-phone-cc-input] #main-body .row {
    margin-left: 0;
    margin-right: 0;
}

body[data-phone-cc-input] #main-body .primary-content {
    padding-left: 0;
    padding-right: 0;
}

.header {
    box-shadow: 0 1px 0 rgba(16, 47, 76, .08);
}

.header .navbar.navbar-light,
.header .main-navbar-wrapper {
    background: #ffffff;
}

.header .main-navbar-wrapper {
    border-top: 1px solid rgba(16, 47, 76, .06);
}

.header .navbar-brand.sg-brand-lockup {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: max-content;
    text-decoration: none !important;
    padding-top: 7px;
    padding-bottom: 7px;
}

.header .navbar-brand.sg-brand-lockup .sg-brand-mascot {
    width: auto !important;
    max-width: none !important;
    max-height: 58px !important;
    object-fit: contain;
    margin: 0 !important;
}

.sg-brand-wordmark {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.sg-brand-name {
    color: var(--sg-blue);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.75px;
}

.sg-brand-subtitle {
    color: #5d7184;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    margin-top: 5px;
    text-transform: uppercase;
}

.sg-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 10%, rgba(244, 184, 67, .20), transparent 30%),
        radial-gradient(circle at 76% 14%, rgba(60, 139, 202, .24), transparent 31%),
        linear-gradient(135deg, #0b1f33 0%, #11395d 54%, #061522 100%);
    color: #ffffff;
    padding: 78px 0 46px;
}

.sg-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .34;
    pointer-events: none;
}

.sg-hero .container {
    position: relative;
    z-index: 2;
}

.sg-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(330px, .78fr);
    gap: 46px;
    align-items: center;
}

.sg-hero-eyebrow,
.sg-section-kicker {
    color: var(--sg-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.sg-hero h1 {
    max-width: 850px;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(38px, 4.7vw, 68px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -1.9px;
}

.sg-hero-lead,
.sg-hero p {
    max-width: 820px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.84);
    font-size: 18px;
    line-height: 1.72;
}

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

.sg-btn-primary,
.sg-btn-outline,
.sg-btn-link {
    border-radius: 10px;
    padding: 13px 21px;
    font-weight: 800;
    text-decoration: none !important;
    border: 1px solid transparent;
}

.sg-btn-primary {
    background: var(--sg-gold);
    border-color: var(--sg-gold);
    color: #102033 !important;
}

.sg-btn-outline {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.36);
    color: #ffffff !important;
}

.sg-btn-link {
    background: transparent;
    color: #ffffff !important;
}

.sg-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sg-trust-row span {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.88);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 800;
}

.sg-hero-panel {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 28px 90px rgba(0,0,0,.22);
    backdrop-filter: blur(8px);
}

.sg-hero-panel-title {
    color: #ffffff;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 16px;
}

.sg-hero-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sg-hero-panel li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: rgba(255,255,255,.84);
    line-height: 1.55;
}

.sg-hero-panel li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--sg-gold);
    font-weight: 900;
}

.sg-domain-box {
    margin-top: 52px;
    background: #ffffff;
    color: var(--sg-ink);
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.sg-domain-box-copy {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 18px;
}

.sg-domain-box-copy h2 {
    color: var(--sg-blue);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -.6px;
    margin: 0 0 8px;
}

.sg-domain-box-copy p {
    color: var(--sg-muted);
    margin: 0;
}

.sg-domain-form-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.sg-domain-form-row .form-control {
    min-height: 48px;
    border-radius: 10px;
    border-color: #d9e3ee;
    box-shadow: none;
}

.sg-domain-search-btn,
.sg-domain-transfer-btn {
    min-height: 48px;
    border-radius: 10px;
    font-weight: 900;
    padding-left: 20px;
    padding-right: 20px;
}

.sg-domain-search-btn {
    background: var(--sg-blue);
    border-color: var(--sg-blue);
    color: #ffffff;
}

.sg-domain-transfer-btn {
    background: #27a35b;
    border-color: #27a35b;
    color: #ffffff;
}

.sg-domain-mobile-actions {
    display: none;
}

.sg-tlds {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    color: var(--sg-muted);
    font-weight: 700;
}

.sg-tlds img {
    max-height: 20px;
    margin-right: 5px;
}

.sg-tlds a {
    color: var(--sg-blue-2);
    font-weight: 800;
}

.sg-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 74px 20px;
}

.sg-section-heading {
    max-width: 820px;
    margin: 0 auto 36px;
}

.sg-section-heading h2 {
    color: var(--sg-blue);
    font-size: clamp(29px, 3vw, 44px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1.1px;
    margin: 0 0 14px;
}

.sg-section-heading p {
    color: var(--sg-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.sg-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sg-service-card,
.sg-path-card,
.sg-ops-grid article,
.sg-resource-card {
    background: #ffffff;
    border: 1px solid var(--sg-border);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 28px rgba(16,47,76,.055);
}

.sg-service-card {
    position: relative;
    min-height: 255px;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.sg-service-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sg-blue), var(--sg-gold));
    opacity: 0;
    transition: opacity .18s ease;
}

.sg-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(24, 63, 99, .28);
    box-shadow: var(--sg-shadow);
}

.sg-service-card:hover::before {
    opacity: 1;
}

.sg-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #ecf5ff;
    color: var(--sg-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.sg-service-card h3,
.sg-ops-grid h3,
.sg-resource-card strong {
    color: var(--sg-ink);
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -.35px;
    margin-bottom: 10px;
}

.sg-service-card p,
.sg-ops-grid p,
.sg-resource-card span {
    color: var(--sg-muted);
    line-height: 1.62;
}

.sg-service-card p {
    min-height: 78px;
}

.sg-card-link,
.sg-path-card a {
    color: var(--sg-blue-2);
    font-weight: 900;
    text-decoration: none !important;
}

.sg-paths,
.sg-operations,
.sg-resources,
.sg-faq {
    background: var(--sg-soft);
    max-width: none;
}

.sg-paths > *,
.sg-operations > *,
.sg-resources > *,
.sg-faq > * {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.sg-path-grid,
.sg-proof-grid {
    display: grid;
    gap: 24px;
}

.sg-path-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sg-path-card {
    padding: 30px;
}

.sg-path-card span {
    color: var(--sg-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .16em;
}

.sg-path-card h3 {
    color: var(--sg-blue);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
    margin: 12px 0;
}

.sg-path-card p {
    color: var(--sg-muted);
    line-height: 1.7;
}

.sg-path-featured {
    background: linear-gradient(145deg, var(--sg-blue), #0d253c);
    color: #ffffff;
}

.sg-path-featured h3,
.sg-path-featured a {
    color: #ffffff;
}

.sg-path-featured p {
    color: rgba(255,255,255,.76);
}

.sg-proof-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    align-items: center;
}

.sg-proof-copy h2 {
    color: var(--sg-blue);
    font-size: clamp(31px, 3.4vw, 48px);
    font-weight: 900;
    letter-spacing: -1.1px;
    line-height: 1.08;
    margin: 0 0 16px;
}

.sg-proof-copy > p {
    color: var(--sg-muted);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.sg-proof-list {
    display: grid;
    gap: 14px;
}

.sg-proof-list div {
    border-left: 4px solid var(--sg-gold);
    padding: 12px 0 12px 18px;
}

.sg-proof-list strong,
.sg-proof-list span {
    display: block;
}

.sg-proof-list strong {
    color: var(--sg-ink);
    font-size: 16px;
    font-weight: 900;
}

.sg-proof-list span {
    color: var(--sg-muted);
    line-height: 1.58;
}

.sg-proof-panel {
    background:
        radial-gradient(circle at 100% 0, rgba(244,184,67,.18), transparent 34%),
        linear-gradient(145deg, #0b1f33, var(--sg-blue));
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 28px 70px rgba(16, 47, 76, .22);
}

.sg-panel-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.sg-panel-row:last-child {
    border-bottom: 0;
}

.sg-panel-row span {
    color: rgba(255,255,255,.58);
    font-weight: 800;
}

.sg-panel-row strong {
    color: #ffffff;
    text-align: right;
}

.sg-ops-grid,
.sg-resource-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sg-ops-grid i,
.sg-resource-card i {
    display: inline-flex;
    color: var(--sg-blue-2);
    font-size: 28px;
    margin-bottom: 16px;
}

.sg-resource-card {
    text-decoration: none !important;
    color: inherit;
}

.sg-client-portal {
    padding-top: 34px;
}

.sg-client-card {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: 30px;
    align-items: center;
    background: linear-gradient(135deg, var(--sg-blue), #0b1f33);
    border-radius: 28px;
    padding: 44px;
    color: #ffffff;
    box-shadow: 0 28px 70px rgba(16,47,76,.18);
}

.sg-client-card h2 {
    color: #ffffff;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.9px;
}

.sg-client-card p {
    color: rgba(255,255,255,.76);
    line-height: 1.72;
}

.sg-client-actions {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.sg-client-action {
    min-height: 118px;
    border-radius: 16px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.13);
    color: #ffffff !important;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
}

.sg-client-action i {
    font-size: 26px;
    color: var(--sg-gold);
}

.sg-faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.sg-faq-item {
    background: #ffffff;
    border: 1px solid var(--sg-border);
    border-radius: 16px;
    overflow: hidden;
}

.sg-faq-item button {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px 22px;
    color: var(--sg-ink);
    font-weight: 900;
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.sg-faq-item p {
    color: var(--sg-muted);
    line-height: 1.72;
    padding: 0 22px 20px;
    margin: 0;
}

.sg-final-cta {
    background: linear-gradient(135deg, #5c37e6 0%, #263c92 48%, #102f4c 100%);
    color: #ffffff;
    padding: 64px 0;
}

.sg-final-cta-card {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
}

.sg-final-cta h2 {
    color: #ffffff;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 900;
    line-height: 1.08;
    max-width: 760px;
}

.sg-final-cta p {
    color: rgba(255,255,255,.78);
    margin: 0;
}

.sg-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer {
    background: #2f3439;
}

@media (max-width: 1199.98px) {
    .sg-service-grid,
    .sg-path-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-ops-grid,
    .sg-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-client-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .sg-hero-layout,
    .sg-proof-grid,
    .sg-client-card {
        grid-template-columns: 1fr;
    }

    .sg-hero {
        padding-top: 56px;
    }

    .header .navbar-brand.sg-brand-lockup .sg-brand-mascot {
        max-height: 46px !important;
    }

    .sg-brand-name {
        font-size: 24px;
    }

    .sg-brand-subtitle {
        font-size: 9px;
    }
}

@media (max-width: 767.98px) {
    .sg-service-grid,
    .sg-path-grid,
    .sg-ops-grid,
    .sg-resource-grid {
        grid-template-columns: 1fr;
    }

    .sg-domain-form-row {
        grid-template-columns: 1fr;
    }

    .sg-domain-form-row button {
        display: none;
    }

    .sg-domain-mobile-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 10px;
    }

    .sg-client-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-final-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .sg-final-actions .btn,
    .sg-hero-actions .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .sg-brand-subtitle {
        display: none;
    }

    .sg-brand-name {
        font-size: 21px;
    }

    .header .navbar-brand.sg-brand-lockup .sg-brand-mascot {
        max-height: 40px !important;
    }

    .sg-hero h1 {
        font-size: 38px;
    }

    .sg-section {
        padding: 56px 16px;
    }

    .sg-client-card {
        padding: 30px 20px;
    }
}

/* SOLOGATOR_FULL_INDEX_CURRENT_CSS_END */

/* SOLOGATOR_MASCOT_SCALE_TUNING_START
   Purpose: enlarge only the crocodile mascot in the main header logo lockup.
   Structure changed: NO
   Text changed: NO
*/
.header .navbar-brand.sg-brand-lockup .sg-brand-mascot {
    width: auto !important;
    height: 72px !important;
    max-height: 72px !important;
    flex: 0 0 auto !important;
}

@media (max-width: 991.98px) {
    .header .navbar-brand.sg-brand-lockup .sg-brand-mascot {
        height: 60px !important;
        max-height: 60px !important;
    }
}
/* SOLOGATOR_MASCOT_SCALE_TUNING_END */


/* SOLOGATOR_LOGO_VISUAL_POLISH_START
   Purpose: polish the SoloGator header logo lockup only.
   Changes:
   - Slightly enlarge mascot
   - Tighten spacing between mascot and wordmark
   - Improve vertical alignment
   - Keep text/content unchanged
   Structure changed: NO
   Text changed: NO
*/
.header .navbar-brand.sg-brand-lockup {
    display: inline-flex !important;
    align-items: center !important;
    column-gap: 10px !important;
}

.header .navbar-brand.sg-brand-lockup .sg-brand-mascot {
    width: auto !important;
    height: 82px !important;
    max-height: 82px !important;
    flex: 0 0 auto !important;
    transform: translateY(1px) !important;
}

.sg-brand-wordmark {
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    row-gap: 4px !important;
}

.sg-brand-name {
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
}

.sg-brand-subtitle {
    line-height: 1.1 !important;
    letter-spacing: 0.18em !important;
}

@media (max-width: 991.98px) {
    .header .navbar-brand.sg-brand-lockup {
        column-gap: 8px !important;
    }

    .header .navbar-brand.sg-brand-lockup .sg-brand-mascot {
        height: 66px !important;
        max-height: 66px !important;
    }

    .sg-brand-subtitle {
        letter-spacing: 0.14em !important;
    }
}
/* SOLOGATOR_LOGO_VISUAL_POLISH_END */
