﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
    --fjord-ink: #07152f;
    --fjord-deep: #0b1f46;
    --fjord-panel: #122b59;
    --fjord-sky: #7dd3fc;
    --fjord-sky-dark: #3b82f6;
    --fjord-coral: #93c5fd;
    --fjord-cream: #f4f1e8;
    --fjord-paper: #fffdf8;
    --fjord-line: rgba(7, 21, 47, .12);
    --fjord-muted: #5d6b82;
    --fjord-radius: 22px;
    --fjord-shadow: 0 24px 70px rgba(7, 21, 47, .14);
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-darker: #1e3a8a;
    --success: #2563eb;
    --green: #2563eb;
    --info: #48b9d6;
    --danger: #e85f59;
    --gray-light: #f4f1e8;
    --body-color: #44536c;
    --heading-color: #07152f;
    --border-color: rgba(7, 21, 47, .12);
    --primary-light: #dbeafe;
    --success-light: #e0f2fe;
    --custom-radius: 1rem;
}

html { scroll-behavior: smooth; }

body.fjordly-shell {
    background: var(--fjord-cream);
    color: var(--fjord-muted);
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    letter-spacing: -.01em;
}

.fjordly-shell h1,
.fjordly-shell h2,
.fjordly-shell h3,
.fjordly-shell h4,
.fjordly-shell h5,
.fjordly-shell h6,
.fjordly-shell .h1,
.fjordly-shell .h2,
.fjordly-shell .h3,
.fjordly-shell .h4,
.fjordly-shell .h5,
.fjordly-shell .h6 {
    color: var(--fjord-ink);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -.04em;
}

.fjordly-shell a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }

.fjordly-shell .container { max-width: 1240px; }

.fjordly-shell .btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: -.01em;
    padding: .78rem 1.35rem;
}

.fjordly-shell .btn-primary {
    background: var(--fjord-sky);
    border-color: var(--fjord-sky);
    color: var(--fjord-ink);
    box-shadow: 0 12px 30px rgba(125, 211, 252, .22);
}

.fjordly-shell .btn-primary:hover,
.fjordly-shell .btn-primary:focus {
    background: #8ee2ff;
    border-color: #8ee2ff;
    color: var(--fjord-ink);
    transform: translateY(-2px);
}

.fjordly-shell .btn-success,
.fjordly-shell .bg-success {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: white !important;
}

.fjordly-shell .btn-success:hover,
.fjordly-shell .btn-success:focus {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}

.fjordly-shell .text-success { color: #2563eb !important; }
.fjordly-shell a.text-success:hover,
.fjordly-shell a.text-success:focus { color: #60a5fa !important; }
.fjordly-shell .border-success { border-color: #2563eb !important; }
.fjordly-shell .badge-success,
.fjordly-shell .alert-success { background: #102b61 !important; border-color: #285eb9 !important; color: #bfdbfe !important; }
.fjordly-shell .btn-outline-success { border-color: #3b82f6 !important; color: #7dd3fc !important; }
.fjordly-shell .btn-outline-success:hover { background: #2563eb !important; color: white !important; }

/* Navigation */
.fjordly-shell .tt-header {
    background: rgba(244, 241, 232, .92);
    border-bottom: 1px solid var(--fjord-line);
    backdrop-filter: blur(18px);
    position: relative;
    z-index: 100;
}

.fjordly-shell .tt-header .navbar { min-height: 82px; padding: .55rem 0; }
.fjordly-shell .tt-header .container { background: transparent; }

.fjordly-brand {
    align-items: center;
    color: var(--fjord-ink) !important;
    display: inline-flex;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    gap: .65rem;
    letter-spacing: -.04em;
}

.fjordly-brand-mark {
    align-items: center;
    background: var(--fjord-ink);
    border-radius: 12px 12px 12px 3px;
    color: var(--fjord-sky);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.fjordly-shell .tt-main-header .navbar-nav > li > a,
.fjordly-shell .tt-main-header .navbar-nav > li > button {
    color: #2e405f;
    font-size: .93rem;
    font-weight: 600;
}

.fjordly-shell .tt-main-header .navbar-nav > li > a:hover { color: var(--primary); }
.fjordly-shell .tt-toolbar-wrap .btn-sm { background: var(--fjord-paper); border: 1px solid var(--fjord-line); border-radius: 999px; padding: .65rem .9rem; }
.fjordly-shell .cart-btn { background: var(--fjord-ink); color: white !important; height: 42px; width: 42px; }
.fjordly-shell .tt-cart-badge { background: var(--fjord-coral); color: var(--fjord-ink); }

/* Hero */
.fjordly-hero {
    background: var(--fjord-ink);
    min-height: 680px;
    overflow: hidden;
    padding: 96px 0 110px;
    position: relative;
}

.fjordly-aurora { border-radius: 50%; filter: blur(1px); opacity: .8; pointer-events: none; position: absolute; }
.fjordly-aurora-one { background: radial-gradient(circle, rgba(125, 211, 252, .27), transparent 68%); height: 700px; right: -190px; top: -270px; width: 700px; }
.fjordly-aurora-two { background: radial-gradient(circle, rgba(99, 102, 241, .21), transparent 70%); bottom: -400px; height: 760px; left: -320px; width: 760px; }
.fjordly-hero-copy { max-width: 690px; position: relative; z-index: 2; }
.fjordly-eyebrow { align-items: center; color: var(--fjord-sky); display: inline-flex; font-size: .75rem; font-weight: 700; gap: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.fjordly-eyebrow i { font-size: .45rem; text-shadow: 0 0 16px var(--fjord-sky); }
.fjordly-hero h1 { color: var(--fjord-paper); font-size: clamp(3.15rem, 6vw, 5.85rem); line-height: .98; margin: 1.5rem 0 1.7rem; max-width: 780px; }
.fjordly-hero-lead { color: #b9c9c8; font-size: 1.18rem; line-height: 1.75; max-width: 610px; }
.fjordly-hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.7rem; margin-top: 2.2rem; }
.fjordly-text-link { color: white; font-weight: 700; }
.fjordly-text-link:hover { color: var(--fjord-sky); }
.fjordly-proof-row { border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: 2.2rem; margin-top: 3rem; padding-top: 1.4rem; }
.fjordly-proof-row span { color: #8fa8a7; font-size: .84rem; }
.fjordly-proof-row strong { color: white; display: block; font-family: 'Space Grotesk', sans-serif; font-size: 1rem; }

.fjordly-control-card {
    background: rgba(18, 53, 54, .82);
    border: 1px solid rgba(125, 211, 252, .22);
    border-radius: 28px;
    box-shadow: 0 32px 90px rgba(0,0,0,.32);
    color: #c7d5d4;
    padding: 1.75rem;
    position: relative;
    transform: rotate(1.8deg);
}

.fjordly-control-card:before { border: 1px solid rgba(255,255,255,.08); border-radius: 28px; content: ''; inset: 12px -12px -12px 12px; position: absolute; z-index: -1; }
.fjordly-control-head { align-items: flex-start; display: flex; justify-content: space-between; }
.fjordly-control-head h2 { color: white; font-size: 1.55rem; margin: .3rem 0 2rem; }
.fjordly-kicker { color: #7f9d9c; font-size: .68rem; font-weight: 700; letter-spacing: .16em; }
.fjordly-live-dot { background: var(--fjord-sky); border: 6px solid rgba(125,211,252,.14); border-radius: 50%; box-sizing: content-box; height: 9px; margin-top: .2rem; width: 9px; }
.fjordly-metric { background: rgba(4, 21, 23, .42); border-radius: 15px; margin-bottom: .8rem; padding: 1rem; }
.fjordly-metric > div:first-child { display: flex; justify-content: space-between; }
.fjordly-metric strong { color: white; font-size: .9rem; }
.fjordly-meter { background: rgba(255,255,255,.08); border-radius: 99px; height: 5px; margin-top: .75rem; overflow: hidden; }
.fjordly-meter span { background: linear-gradient(90deg, var(--fjord-sky-dark), var(--fjord-sky)); border-radius: inherit; display: block; height: 100%; }
.fjordly-region-grid { display: grid; gap: .8rem; grid-template-columns: 1fr 1fr; margin-top: 1.2rem; }
.fjordly-region-grid > div { align-items: center; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; display: flex; gap: .7rem; padding: .85rem; }
.fjordly-region-grid i { color: var(--fjord-coral); }
.fjordly-region-grid span { font-size: .75rem; }
.fjordly-region-grid strong { color: var(--fjord-sky); display: block; font-size: .7rem; margin-top: .1rem; }
.fjordly-card-foot { align-items: center; border-top: 1px solid rgba(255,255,255,.09); display: flex; font-size: .74rem; justify-content: space-between; margin-top: 1.3rem; padding-top: 1.1rem; }
.fjordly-card-foot i { color: var(--fjord-sky); }

/* Homepage sections */
.fjordly-home #main-body { background: var(--fjord-cream); }
.fjordly-home .ptb-100 { padding-bottom: 88px; padding-top: 88px; }
.fjordly-home .tt-promo,
.fjordly-home .tt-account {
    border: 1px solid var(--fjord-line);
    border-radius: var(--fjord-radius);
    box-shadow: none;
    color: var(--fjord-ink);
    min-height: 150px;
    position: relative;
}
.fjordly-home .tt-promo:hover,
.fjordly-home .tt-account:hover { border-color: var(--fjord-sky-dark); box-shadow: var(--fjord-shadow); transform: translateY(-7px); }
.fjordly-home .tt-promo figure { background: #e7eee9; border-radius: 16px; color: var(--primary); margin: 0 auto 1rem; width: 52px; }
.fjordly-home .tt-promo:before { display: none; }
.fjordly-home .bg-dark { background: var(--fjord-deep) !important; }
.fjordly-home .tt-section-heading h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.fjordly-home .tt-service-single { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--fjord-radius); min-height: 210px; padding: .5rem; }
.fjordly-home .tt-service-single:hover { background: rgba(125,211,252,.09); border-color: rgba(125,211,252,.44); transform: translateY(-5px); }
.fjordly-home .tt-service-info { padding: 1.5rem; }
.fjordly-home .tt-service-info h3 { font-size: 1.35rem; }
.fjordly-home .tt-read-more { color: var(--fjord-sky); font-weight: 700; }
.fjordly-home .home-domain-search { background: var(--fjord-cream); padding: 0 0 90px; }
.fjordly-home .home-domain-search .row.bg-dark { background: linear-gradient(135deg, #1d4ed8, #60a5fa) !important; border-radius: 30px; box-shadow: 0 24px 70px rgba(37,99,235,.24); }
.fjordly-home .tt-domain-search-wrap h2 { color: white !important; }
.fjordly-home .tt-domain-search-wrap .form-control { border: 0; border-radius: 999px 0 0 999px; height: 64px; padding-left: 1.5rem; }
.fjordly-home .tt-domain-search-wrap .input-group { background: white; border: 6px solid rgba(255,255,255,.35); border-radius: 999px; }
.fjordly-home .tt-domain-search-wrap .btn { height: 52px; margin: 0; }
.fjordly-home .tt-domain-list { color: white !important; }
.fjordly-home .bg-gradient { background: var(--fjord-ink) !important; }
.fjordly-home .tt-account img { filter: sepia(1) hue-rotate(170deg) saturate(2.2); }
.fjordly-home .tt-testimonial-item { border: 1px solid var(--fjord-line); border-radius: var(--fjord-radius); box-shadow: none; }

/* Interior pages */
.fjordly-shell .tt-page-header { background: var(--fjord-deep) !important; padding: 4.5rem 0 !important; }
.fjordly-shell .tt-page-header h1 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.fjordly-shell .tt-breadcrumb { color: #a8bfbd; }
.fjordly-shell #main-body:not(.ptb-100) { padding: 64px 0; }
.fjordly-shell .card,
.fjordly-shell .panel,
.fjordly-shell .list-group,
.fjordly-shell .sidebar .panel,
.fjordly-shell .modal-content {
    background: var(--fjord-paper);
    border: 1px solid var(--fjord-line);
    border-radius: 18px;
    box-shadow: 0 14px 45px rgba(7,26,28,.06);
    overflow: hidden;
}
.fjordly-shell .card-header,
.fjordly-shell .panel-heading { background: #edf0e9; border-bottom: 1px solid var(--fjord-line); }
.fjordly-shell .form-control,
.fjordly-shell .custom-select {
    background: var(--fjord-paper);
    border: 1px solid rgba(7,21,47,.18);
    border-radius: 12px;
    min-height: 48px;
}
.fjordly-shell .form-control:focus { border-color: var(--fjord-sky-dark); box-shadow: 0 0 0 4px rgba(59,130,246,.14); }
.fjordly-shell .table { background: var(--fjord-paper); border-radius: 16px; overflow: hidden; }
.fjordly-shell .table thead th { background: var(--fjord-deep); border: 0; color: white; font-size: .73rem; letter-spacing: .07em; text-transform: uppercase; }
.fjordly-shell .table td { border-color: var(--fjord-line); vertical-align: middle; }
.fjordly-shell .badge { border-radius: 999px; padding: .45rem .7rem; }
.fjordly-shell .sidebar .list-group-item { border-color: var(--fjord-line); padding: .85rem 1rem; }
.fjordly-shell .sidebar .list-group-item.active { background: var(--fjord-ink); border-color: var(--fjord-ink); color: var(--fjord-sky); }
.fjordly-shell .tt-auth-wrap { background: radial-gradient(circle at 20% 20%, rgba(125,211,252,.16), transparent 35%), var(--fjord-ink); padding: 80px 0; }
.fjordly-shell .tt-auth-wrap .card { box-shadow: 0 30px 90px rgba(0,0,0,.32); }

/* Footer */
.fjordly-footer { background: var(--fjord-ink) !important; border-top: 1px solid rgba(255,255,255,.08); }
.fjordly-footer h6 { color: var(--fjord-sky) !important; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.fjordly-footer a,
.fjordly-footer p,
.fjordly-footer address { color: #9eb1b0; }
.fjordly-footer a:hover { color: white; padding-left: 3px; }
.fjordly-footer .tt-footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }

@media (max-width: 991.98px) {
    .fjordly-hero { min-height: auto; padding: 78px 0; }
    .fjordly-hero h1 { font-size: clamp(2.8rem, 12vw, 4.8rem); }
    .fjordly-control-card { transform: none; }
    .fjordly-shell .tt-header .navbar { min-height: 70px; }
}

@media (max-width: 575.98px) {
    .fjordly-brand-name { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .fjordly-hero { padding: 62px 0; }
    .fjordly-hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
    .fjordly-proof-row { gap: 1.25rem; }
    .fjordly-region-grid { grid-template-columns: 1fr; }
    .fjordly-home .tt-domain-search-wrap .form-control { border-radius: 999px; }
}

/* ==========================================================
   NAVIGATION 3.0 — floating glass command bar
   ========================================================== */
.fjordly-nav-header.tt-header {
    background: linear-gradient(180deg, rgba(2, 6, 17, .98), rgba(2, 6, 17, .72)) !important;
    border: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    padding: 12px 0 !important;
}

.fjordly-nav-shell.navbar {
    min-height: 84px !important;
    padding: 0 !important;
}

.fjordly-nav-frame {
    align-items: center;
    background:
        linear-gradient(110deg, rgba(19, 42, 82, .72), rgba(7, 18, 40, .9)),
        rgba(7, 17, 37, .88);
    border: 1px solid rgba(114, 181, 255, .2);
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .065);
    min-height: 84px;
    padding: 8px 12px 8px 16px;
    position: relative;
}

.fjordly-nav-frame:before {
    background: linear-gradient(90deg, transparent, rgba(100, 207, 255, .7), transparent);
    content: '';
    height: 1px;
    left: 8%;
    position: absolute;
    top: -1px;
    width: 40%;
}

.fjordly-nav-frame .fjordly-brand {
    flex: 0 0 auto;
    font-size: 1.45rem;
    margin-right: 26px !important;
    padding: 0 !important;
}

.fjordly-nav-frame .fjordly-brand-has-logo {
    align-items: center;
    display: inline-flex;
    height: 60px;
    max-width: 245px;
    overflow: hidden;
}

.fjordly-brand-logo {
    display: block;
    height: 54px;
    max-height: 54px;
    max-width: 230px;
    object-fit: contain;
    width: auto;
}

.fjordly-nav-frame .fjordly-brand-mark {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 13px 13px 13px 4px;
    height: 48px;
    width: 48px;
}

.fjordly-nav-frame .main-navbar-wrapper {
    flex: 1 1 auto;
    height: auto !important;
    margin: 0 !important;
    min-width: 0;
    padding: 0 !important;
    width: auto !important;
}

.fjordly-nav-frame #mainNavbar,
.fjordly-nav-frame #nav { width: 100%; }

.fjordly-nav-frame #nav {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: center;
    margin: 0 !important;
    min-width: 0;
    flex-wrap: nowrap;
}

.fjordly-nav-frame #nav > li { flex: 0 0 auto; margin: 0 !important; }

.fjordly-nav-frame #nav > li > a {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #9eb0ca !important;
    display: inline-flex;
    font-size: .86rem !important;
    font-weight: 700 !important;
    height: 42px;
    letter-spacing: .01em;
    padding: 0 .62rem !important;
    white-space: nowrap;
}

.fjordly-nav-frame #nav > li > a:hover,
.fjordly-nav-frame #nav > li:hover > a,
.fjordly-nav-frame #nav > li.active > a,
.fjordly-nav-frame #nav > li > a.active {
    background: rgba(70, 137, 255, .12);
    border-color: rgba(102, 185, 255, .2);
    color: #ecf6ff !important;
    text-decoration: none;
}

.fjordly-nav-frame #nav > li > a:after { margin-left: .42rem; opacity: .55; }

.fjordly-nav-frame .tt-toolbar-wrap {
    flex: 0 0 auto;
    height: auto !important;
    margin-left: 12px;
    width: auto !important;
}

.fjordly-nav-frame .tt-secondary-list {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
}

.fjordly-nav-frame .tt-secondary-list > li,
.fjordly-nav-frame .fjordly-tool-item {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fjordly-search-trigger {
    align-items: center;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(132, 174, 231, .14);
    border-radius: 13px;
    color: #8ea5c6 !important;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 0 !important;
    width: 44px;
}

.fjordly-search-trigger:hover {
    background: rgba(75, 142, 255, .12);
    border-color: rgba(104, 190, 255, .3);
    color: white !important;
    transform: translateY(-2px);
}

.fjordly-toolbar-link {
    align-items: center;
    border: 1px solid rgba(132, 174, 231, .14) !important;
    border-radius: 13px !important;
    color: #afbdd2 !important;
    display: inline-flex !important;
    font-size: .74rem !important;
    font-weight: 700;
    gap: .15rem;
    height: 44px;
    padding: 0 .8rem !important;
    white-space: nowrap;
}

.fjordly-register-link { background: rgba(255, 255, 255, .035) !important; }
.fjordly-login-link { background: rgba(39, 96, 210, .13) !important; border-color: rgba(76, 148, 255, .24) !important; }
.fjordly-toolbar-link:hover { background: rgba(74, 143, 255, .18) !important; border-color: rgba(103, 190, 255, .35) !important; color: white !important; transform: translateY(-2px); }

/* Account and utility navigation is rendered directly from WHMCS' secondaryNavbar. */
.fjordly-nav-frame .tt-secondary-list > li[menuItemName] > a {
    align-items: center;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(132, 174, 231, .14);
    border-radius: 13px;
    color: #afbdd2 !important;
    display: inline-flex;
    font-size: .74rem;
    font-weight: 700;
    gap: .2rem;
    height: 44px;
    padding: 0 .82rem !important;
    white-space: nowrap;
}

.fjordly-nav-frame .tt-secondary-list > li[menuItemName] > a:hover,
.fjordly-nav-frame .tt-secondary-list > li[menuItemName].open > a {
    background: rgba(74, 143, 255, .16);
    border-color: rgba(103, 190, 255, .32);
    color: white !important;
    text-decoration: none;
    transform: translateY(-2px);
}

.fjordly-nav-frame .tt-secondary-list > li[menuItemName].dropdown > a:after {
    margin-left: .42rem;
    opacity: .65;
}

.fjordly-nav-frame .tt-secondary-list > li[menuItemName] + .fjordly-cart-item,
.fjordly-nav-frame .tt-secondary-list > li[menuItemName] + li[menuItemName] {
    margin-left: 2px !important;
}

.fjordly-nav-frame .fjordly-cart-item { margin-left: 4px !important; }

.fjordly-nav-frame .cart-btn {
    align-items: center;
    background: linear-gradient(135deg, #245bda, #43a8f7) !important;
    border: 1px solid rgba(143, 214, 255, .42) !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 28px rgba(34, 100, 224, .34), inset 0 1px rgba(255, 255, 255, .25) !important;
    color: white !important;
    display: inline-flex !important;
    gap: .5rem;
    height: 46px !important;
    justify-content: center;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 .7rem 0 .85rem !important;
    position: relative;
    width: auto !important;
}

.fjordly-nav-frame .cart-btn:hover {
    background: linear-gradient(135deg, #3472ff, #62c9ff) !important;
    box-shadow: 0 14px 34px rgba(40, 116, 255, .44) !important;
    transform: translateY(-2px);
}

.fjordly-nav-frame .cart-btn > i { font-size: 1rem; line-height: 1; }
.fjordly-cart-label { font-size: .72rem; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }

.fjordly-nav-frame .tt-cart-badge {
    align-items: center;
    background: #07142e !important;
    border: 2px solid #5bc8ff;
    border-radius: 999px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .35);
    color: white !important;
    display: grid !important;
    font-size: .58rem;
    font-weight: 800;
    height: 21px !important;
    left: auto !important;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1 !important;
    min-width: 21px;
    padding: 1px 4px 0 !important;
    place-items: center;
    position: absolute !important;
    right: -7px !important;
    top: -7px !important;
    width: auto !important;
}

/* All navbar dropdowns get breathing room from their trigger. */
.fjordly-nav-frame .dropdown-menu {
    backdrop-filter: blur(22px);
    background: linear-gradient(155deg, rgba(14, 34, 70, .99), rgba(5, 13, 30, .99)) !important;
    border: 1px solid rgba(105, 190, 255, .28) !important;
    border-radius: 20px !important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .62), inset 0 1px rgba(255, 255, 255, .07) !important;
    margin-top: 14px !important;
    min-width: 270px;
    padding: .72rem !important;
}

.fjordly-nav-frame .dropdown-menu:before {
    border-bottom: 7px solid rgba(105, 176, 255, .2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    position: absolute;
    right: 22px;
    top: -7px;
}

.fjordly-nav-frame .dropdown-menu a {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #b4c6df !important;
    display: flex;
    font-size: .82rem;
    font-weight: 700;
    gap: .4rem;
    justify-content: flex-start;
    margin: 3px 0;
    min-height: 47px;
    padding: .72rem 2.35rem .72rem .85rem !important;
    position: relative;
    white-space: normal;
}

.fjordly-nav-frame .dropdown-menu > li.dropdown-item {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fjordly-nav-frame .dropdown-menu a > i[class*="angle-double"],
.fjordly-nav-frame .dropdown-menu a > i[class*="angles-"],
.fjordly-nav-frame .dropdown-menu a > i[class*="chevron-double"] {
    display: none !important;
}

/* Remove the legacy double-arrow injected by the original Store dropdown. */
.fjordly-nav-frame #Primary_Navbar-Store .dropdown-menu li a:before {
    content: none !important;
    display: none !important;
}
.fjordly-nav-frame #Primary_Navbar-Store .dropdown-menu li a:hover { margin-left: 0 !important; }

.fjordly-nav-frame .dropdown-menu a:after {
    color: #57739b;
    content: '→';
    font-size: .9rem;
    margin: 0;
    opacity: .75;
    position: absolute;
    right: .9rem;
    transition: transform .2s ease, color .2s ease;
}

.fjordly-nav-frame .dropdown-menu a:hover {
    background: linear-gradient(90deg, rgba(43, 105, 230, .22), rgba(72, 167, 255, .1)) !important;
    border-color: rgba(93, 198, 255, .2);
    color: white !important;
    padding-left: 1rem !important;
}
.fjordly-nav-frame .dropdown-menu a:hover:after { color: #65d1ff; transform: translateX(4px); }
.fjordly-nav-frame .dropdown-menu .dropdown-divider { border-color: rgba(119, 169, 233, .14); margin: .55rem .35rem; }

/* Opening a menu must never resize or offset its trigger. */
.fjordly-nav-frame li.dropdown > a.dropdown-toggle,
.fjordly-nav-frame li.dropdown:hover > a.dropdown-toggle,
.fjordly-nav-frame li.dropdown.open > a.dropdown-toggle,
.fjordly-nav-frame li.dropdown.show > a.dropdown-toggle {
    box-sizing: border-box;
    scale: 1;
}
.fjordly-nav-frame .tt-secondary-list > li.dropdown:hover > a,
.fjordly-nav-frame .tt-secondary-list > li.dropdown.open > a,
.fjordly-nav-frame .tt-secondary-list > li.dropdown.show > a { transform: none !important; }

/* Desktop navigation opens naturally on hover; click remains available for touch devices. */
@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
    .fjordly-nav-frame li.dropdown > .dropdown-menu {
        display: block !important;
        opacity: 0;
        pointer-events: none;
        transform: translateY(8px);
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
        visibility: hidden;
    }

    .fjordly-nav-frame li.dropdown:hover > .dropdown-menu,
    .fjordly-nav-frame li.dropdown:focus-within > .dropdown-menu,
    .fjordly-nav-frame li.dropdown.open > .dropdown-menu,
    .fjordly-nav-frame li.dropdown.show > .dropdown-menu,
    .fjordly-nav-frame li.dropdown > .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .fjordly-nav-frame li.dropdown > .dropdown-menu:after {
        background: transparent;
        content: '';
        height: 15px;
        left: 0;
        position: absolute;
        right: 0;
        top: -15px;
    }
}

@media (max-width: 1199.98px) {
    .fjordly-nav-header.tt-header { padding: 9px 0 !important; }
    .fjordly-nav-frame { border-radius: 18px; min-height: 68px; padding: 7px 10px 7px 13px; }
    .fjordly-nav-frame .tt-toolbar-wrap { margin-left: auto; }
    .fjordly-nav-frame .fjordly-brand { margin-right: auto !important; }
}

@media (max-width: 575.98px) {
    .fjordly-nav-frame { margin-left: 10px; margin-right: 10px; width: calc(100% - 20px); }
    .fjordly-nav-frame .tt-secondary-list { gap: 7px; }
    .fjordly-toolbar-link { height: 42px; padding: 0 .62rem !important; }
    .fjordly-toolbar-link .tt-hide-sm { display: none !important; }
    .fjordly-nav-frame .tt-secondary-list > li[menuItemName] > a {
        font-size: 0;
        height: 42px;
        justify-content: center;
        padding: 0 .7rem !important;
        width: 42px;
    }
    .fjordly-nav-frame .tt-secondary-list > li[menuItemName] > a i { font-size: .95rem; margin: 0 !important; }
    .fjordly-nav-frame .cart-btn { height: 43px !important; padding: 0 .7rem !important; }
    .fjordly-cart-label { display: none; }
    .fjordly-nav-frame .fjordly-brand-has-logo { max-width: 145px; }
    .fjordly-brand-logo { max-height: 38px; max-width: 140px; }
}

/* ==========================================================
   MISSION CONTROL — asymmetric quick actions
   ========================================================== */
.fjordly-ops-section {
    background:
        radial-gradient(ellipse at 12% 8%, rgba(60, 139, 255, .32), transparent 34rem),
        radial-gradient(ellipse at 88% 90%, rgba(60, 199, 255, .14), transparent 30rem),
        linear-gradient(128deg, #0b2b68 0%, #07172f 42%, #030713 100%);
    border-bottom: 1px solid rgba(104,167,255,.19);
    border-top: 1px solid rgba(104,167,255,.15);
    box-shadow: inset 0 40px 100px rgba(4, 17, 43, .34), inset 0 -50px 110px rgba(0, 0, 0, .32);
    overflow: hidden;
    padding: 135px 0;
    position: relative;
}

.fjordly-ops-noise {
    background:
        linear-gradient(112deg, transparent 0 48%, rgba(95, 178, 255, .055) 48% 58%, transparent 58%),
        radial-gradient(circle at 20% 35%, rgba(43,104,255,.18), transparent 26rem);
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.fjordly-ops-section:before {
    color: rgba(137, 195, 255, .048);
    content: 'CONTROL';
    font: 700 clamp(8rem, 22vw, 24rem)/.7 'Space Grotesk', sans-serif;
    letter-spacing: -.09em;
    pointer-events: none;
    position: absolute;
    right: -2vw;
    top: 72px;
}

.fjordly-ops-section:after {
    background: linear-gradient(90deg, transparent, rgba(94, 202, 255, .68), transparent);
    content: '';
    height: 1px;
    left: 14%;
    position: absolute;
    top: 0;
    width: 72%;
}

.fjordly-ops-titlebar { align-items: end; display: grid; gap: 4rem; grid-template-columns: 1.35fr .65fr; margin-bottom: 4rem; }
.fjordly-ops-titlebar h2,
.fjordly-deploy-aside h2 { font-size: clamp(3.8rem, 7vw, 7rem); letter-spacing: -.075em; line-height: .82; margin: 1.2rem 0 0; }
.fjordly-ops-titlebar h2 em,
.fjordly-deploy-aside h2 em { color: #5dcfff; font-style: normal; text-shadow: 0 0 45px rgba(65,157,255,.38); }
.fjordly-ops-intro { border-left: 1px solid rgba(103,183,255,.25); padding-left: 1.5rem; }
.fjordly-ops-intro p { color: #8294b2; line-height: 1.75; margin: 1rem 0 0; }
.fjordly-online-label { color: #90c9ff; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.fjordly-online-label i { background: #57bdff; border-radius: 50%; box-shadow: 0 0 16px #3a9fff; display: inline-block; height: 7px; margin-right: .45rem; width: 7px; }

.fjordly-ops-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: 255px 168px;
}

.fjordly-ops-terminal,
.fjordly-ops-signal,
.fjordly-ops-tile,
.fjordly-ops-download { overflow: hidden; position: relative; }

.fjordly-ops-terminal {
    background: linear-gradient(145deg, #0c2557, #071329 68%);
    border: 1px solid rgba(91,170,255,.38);
    border-radius: 28px;
    box-shadow: 0 35px 100px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.08);
    color: white;
    grid-column: span 6;
    grid-row: span 2;
}
.fjordly-ops-terminal:after { background: radial-gradient(circle, rgba(41,126,255,.34), transparent 68%); content: ''; height: 430px; position: absolute; right: -150px; top: -180px; width: 430px; }
.fjordly-ops-terminal:hover { border-color: #65ceff; color: white; transform: translateY(-5px); }
.fjordly-terminal-bar { align-items: center; background: rgba(2,8,20,.52); border-bottom: 1px solid rgba(105,180,255,.17); display: grid; grid-template-columns: 1fr auto 1fr; padding: .9rem 1.1rem; }
.fjordly-terminal-bar > span { display: flex; gap: .35rem; }
.fjordly-terminal-bar > span i { background: #224c8a; border-radius: 50%; height: 7px; width: 7px; }
.fjordly-terminal-bar > span i:first-child { background: #5caeff; box-shadow: 0 0 10px rgba(92,174,255,.7); }
.fjordly-terminal-bar small { color: #5e7599; font: 500 .64rem 'Space Grotesk',sans-serif; letter-spacing: .08em; }
.fjordly-terminal-bar strong { color: #4e98f4; font-size: .56rem; justify-self: end; letter-spacing: .12em; }
.fjordly-terminal-body { max-width: 500px; padding: 2.8rem; position: relative; z-index: 2; }
.fjordly-terminal-prompt { color: #59cfff; font: 600 .72rem 'Space Grotesk',sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.fjordly-terminal-body h3 { font-size: clamp(2.4rem,4vw,4.2rem); line-height: .9; margin: .85rem 0 1rem; }
.fjordly-terminal-body p { color: #879bb9; line-height: 1.7; max-width: 390px; }
.fjordly-terminal-command { align-items: center; color: white; display: flex; font: 700 .78rem 'Space Grotesk',sans-serif; gap: .65rem; letter-spacing: .06em; margin-top: 1.5rem; text-transform: uppercase; }
.fjordly-terminal-command b { color: #58cfff; }
.fjordly-terminal-command i { margin-left: .4rem; transition: transform .2s ease; }
.fjordly-ops-terminal:hover .fjordly-terminal-command i { transform: translateX(6px); }
.fjordly-terminal-watermark { bottom: -38px; color: rgba(86,160,255,.07); font: 700 9rem 'Space Grotesk',sans-serif; letter-spacing: -.08em; position: absolute; right: 1rem; }

.fjordly-ops-signal {
    background: linear-gradient(145deg, #102a5b, #08152e);
    border: 1px solid rgba(100,174,255,.2);
    border-radius: 24px;
    color: white;
    grid-column: span 4;
    padding: 1.5rem;
}
.fjordly-ops-signal:hover { border-color: #479dff; color: white; transform: translateY(-5px); }
.fjordly-signal-head { align-items: start; display: flex; justify-content: space-between; }
.fjordly-signal-head span { color: #5b76a0; display: block; font-size: .57rem; font-weight: 700; letter-spacing: .14em; }
.fjordly-signal-head strong { display: block; font: 700 1.15rem 'Space Grotesk',sans-serif; margin-top: .25rem; }
.fjordly-signal-head > i { color: #68d2ff; font-size: 1.3rem; }
.fjordly-signal-chart { align-items: end; display: flex; gap: 5px; height: 90px; margin: 1.3rem 0 1rem; }
.fjordly-signal-chart span { background: linear-gradient(#63d2ff,#265de4); border-radius: 2px 2px 0 0; box-shadow: 0 0 12px rgba(70,151,255,.22); flex: 1; min-height: 8px; opacity: .82; }
.fjordly-signal-foot { align-items: center; border-top: 1px solid rgba(112,174,255,.13); color: #63799b; display: flex; font-size: .66rem; justify-content: space-between; padding-top: .8rem; }
.fjordly-signal-foot strong { color: #73d6ff; font-size: .8rem; }

.fjordly-ops-tile {
    background: #0a1934;
    border: 1px solid rgba(100,174,255,.16);
    border-radius: 22px;
    color: white;
    display: flex;
    flex-direction: column;
    grid-column: span 1;
    justify-content: flex-end;
    padding: 1.2rem;
}
.fjordly-ops-tile:hover { border-color: #5dcfff; color: white; transform: translateY(-5px); }
.fjordly-ops-tile > i { color: #61cfff; font-size: 1.25rem; margin-bottom: auto; }
.fjordly-ops-tile strong { font: 700 .88rem 'Space Grotesk',sans-serif; }
.fjordly-ops-tile small { color: #667c9e; font-size: .64rem; margin-top: .2rem; }
.fjordly-tile-code { color: #456086; font-size: .52rem; font-weight: 700; letter-spacing: .13em; position: absolute; right: 1rem; top: 1rem; }
.fjordly-tile-arrow { align-items: center; background: rgba(70,139,255,.12); border: 1px solid rgba(98,177,255,.13); border-radius: 50%; display: flex; height: 27px; justify-content: center; position: absolute; right: .9rem; bottom: .9rem; width: 27px; }
.fjordly-ops-news { background: linear-gradient(145deg,#112d64,#0a1832); }
.fjordly-ops-knowledge { background: linear-gradient(145deg,#0c2047,#07142d); }

.fjordly-ops-download {
    align-items: center;
    background: linear-gradient(110deg,#183e8d,#0d2556);
    border: 1px solid rgba(105,181,255,.28);
    border-radius: 22px;
    color: white;
    display: grid;
    gap: .8rem;
    grid-column: span 2;
    grid-template-columns: auto 1fr auto;
    padding: .9rem;
}
.fjordly-ops-download:hover { border-color: #72d9ff; color: white; transform: translateY(-5px); }
.fjordly-download-icon { align-items: center; background: rgba(93,207,255,.12); border-radius: 13px; color: #6bd6ff; display: flex; height: 42px; justify-content: center; width: 42px; }
.fjordly-ops-download small { color: #7696c5; display: block; font-size: .48rem; letter-spacing: .1em; }
.fjordly-ops-download strong { display: block; font: 700 .7rem 'Space Grotesk',sans-serif; }
.fjordly-ops-download > i { color: #78a2da; font-size: .65rem; }

/* ==========================================================
   DEPLOYMENT MATRIX — editorial product rows
   ========================================================== */
.fjordly-deploy-section {
    background: linear-gradient(160deg, #061127, #030815 68%);
    border-bottom: 1px solid rgba(95,163,255,.14);
    overflow: hidden;
    padding: 150px 0;
    position: relative;
}
.fjordly-deploy-orb { border-radius: 50%; filter: blur(2px); pointer-events: none; position: absolute; }
.fjordly-orb-one { background: radial-gradient(circle,rgba(39,112,255,.25),transparent 70%); height: 650px; left: -320px; top: 50px; width: 650px; }
.fjordly-orb-two { background: radial-gradient(circle,rgba(91,210,255,.12),transparent 70%); bottom: -300px; height: 600px; right: -260px; width: 600px; }
.fjordly-deploy-layout { align-items: start; display: grid; gap: 6rem; grid-template-columns: .72fr 1.28fr; }
.fjordly-deploy-aside { position: sticky; top: 125px; transform: translateY(-42px); }
.fjordly-deploy-aside p { color: #7b8eab; font-size: 1.05rem; line-height: 1.75; margin: 2rem 0; max-width: 430px; }
.fjordly-deploy-meta { border-left: 1px solid rgba(98,180,255,.22); display: flex; flex-direction: column; gap: .7rem; padding-left: 1rem; }
.fjordly-deploy-meta span { color: #6f84a4; font-size: .73rem; font-weight: 600; }
.fjordly-deploy-meta i { color: #62cdff; margin-right: .55rem; }
.fjordly-deploy-stack { border-top: 1px solid rgba(111,172,255,.2); }
.fjordly-deploy-row {
    align-items: center;
    border-bottom: 1px solid rgba(111,172,255,.16);
    color: white;
    display: grid;
    gap: 1.4rem;
    grid-template-columns: 48px 1fr auto 52px;
    min-height: 150px;
    overflow: hidden;
    padding: 1.5rem .5rem;
    position: relative;
}
.fjordly-deploy-row:hover { color: white; padding-left: 1.2rem; }
.fjordly-deploy-beam { background: linear-gradient(90deg,rgba(25,80,211,.42),rgba(73,188,255,.13),transparent); inset: 0; opacity: 0; position: absolute; transform: translateX(-18%); transition: opacity .3s ease, transform .45s ease; z-index: 0; }
.fjordly-deploy-row:hover .fjordly-deploy-beam { opacity: 1; transform: translateX(0); }
.fjordly-deploy-row > *:not(.fjordly-deploy-beam) { position: relative; z-index: 1; }
.fjordly-deploy-index { color: #405b83; font: 700 .7rem 'Space Grotesk',sans-serif; letter-spacing: .12em; }
.fjordly-deploy-copy strong { display: block; font: 700 clamp(1.5rem,2.5vw,2.25rem) 'Space Grotesk',sans-serif; letter-spacing: -.04em; }
.fjordly-deploy-copy small { color: #7184a2; display: block; line-height: 1.5; margin-top: .45rem; max-width: 480px; }
.fjordly-deploy-availability { color: #6480a9; font-size: .56rem; font-weight: 700; letter-spacing: .12em; }
.fjordly-deploy-availability i { background: #5bcaff; border-radius: 50%; box-shadow: 0 0 12px rgba(70,168,255,.8); display: inline-block; height: 6px; margin-right: .4rem; width: 6px; }
.fjordly-deploy-arrow { align-items: center; border: 1px solid rgba(100,173,255,.2); border-radius: 50%; color: #6fa7e8; display: flex; height: 46px; justify-content: center; transition: background .2s ease, color .2s ease, transform .2s ease; width: 46px; }
.fjordly-deploy-row:hover .fjordly-deploy-arrow { background: #3a86ff; border-color: #3a86ff; color: white; transform: rotate(-45deg); }
.fjordly-deploy-all { align-items: center; color: #79d6ff; display: flex; font-size: .75rem; font-weight: 700; justify-content: space-between; letter-spacing: .06em; padding: 1.4rem .5rem; text-transform: uppercase; }
.fjordly-deploy-all:hover { color: white; padding-right: 1rem; }

@media (max-width: 991.98px) {
    .fjordly-ops-titlebar { align-items: start; gap: 2rem; grid-template-columns: 1fr; }
    .fjordly-ops-grid { grid-template-rows: auto; }
    .fjordly-ops-terminal,
    .fjordly-ops-signal { grid-column: span 10; min-height: 300px; }
    .fjordly-ops-tile { grid-column: span 5; min-height: 180px; }
    .fjordly-ops-download { grid-column: span 10; min-height: 90px; }
    .fjordly-deploy-layout { gap: 4rem; grid-template-columns: 1fr; }
    .fjordly-deploy-aside { position: relative; top: 0; transform: none; }
}

@media (max-width: 575.98px) {
    .fjordly-ops-section,
    .fjordly-deploy-section { padding: 95px 0; }
    .fjordly-ops-titlebar h2,
    .fjordly-deploy-aside h2 { font-size: clamp(3.4rem,16vw,5rem); }
    .fjordly-ops-terminal,
    .fjordly-ops-signal,
    .fjordly-ops-tile,
    .fjordly-ops-download { grid-column: span 10; }
    .fjordly-terminal-body { padding: 2rem 1.4rem; }
    .fjordly-terminal-body h3 { font-size: 2.65rem; }
    .fjordly-deploy-row { gap: .8rem; grid-template-columns: 32px 1fr 42px; min-height: 130px; }
    .fjordly-deploy-availability { display: none; }
    .fjordly-deploy-copy small { font-size: .7rem; }
}

:root[data-bs-theme="dark"] body.fjordly-shell,
body.dark-mode.fjordly-shell {
    --fjord-cream: #071226;
    --fjord-paper: #0e2244;
    --fjord-line: rgba(255,255,255,.11);
    --fjord-muted: #aab9d2;
    --heading-color: #f4f1e8;
    --body-color: #aab9d2;
    background: #071226;
}

:root[data-bs-theme="dark"] .fjordly-shell h1,
:root[data-bs-theme="dark"] .fjordly-shell h2,
:root[data-bs-theme="dark"] .fjordly-shell h3,
body.dark-mode.fjordly-shell h1,
body.dark-mode.fjordly-shell h2,
body.dark-mode.fjordly-shell h3 { color: #f4f1e8; }

:root[data-bs-theme="dark"] .fjordly-shell .tt-header,
body.dark-mode.fjordly-shell .tt-header { background: rgba(7,18,38,.92); }
:root[data-bs-theme="dark"] .fjordly-brand,
body.dark-mode .fjordly-brand { color: white !important; }

/* ==========================================================
   FJORDLY 2.0 — DARK-FIRST CONTROL CENTRE
   Light mode is an optional alternate; dark is the baseline.
   ========================================================== */
:root {
    color-scheme: dark;
    --fjord-ink: #030712;
    --fjord-deep: #07142e;
    --fjord-panel: #0b1d3e;
    --fjord-sky: #67d4ff;
    --fjord-sky-dark: #2878ff;
    --fjord-coral: #86a8ff;
    --fjord-cream: #050b18;
    --fjord-paper: #0b1428;
    --fjord-line: rgba(132, 181, 255, .16);
    --fjord-muted: #93a4bf;
    --fjord-shadow: 0 35px 100px rgba(0, 0, 0, .55);
    --body-color: #a7b5cc;
    --heading-color: #f7faff;
    --gray-light: #0b1428;
    --border-color: rgba(132, 181, 255, .16);
    --primary-light: #102b61;
    --success-light: #102b61;
}

body.fjordly-shell {
    background:
        radial-gradient(circle at 15% 8%, rgba(37, 99, 235, .14), transparent 25rem),
        var(--fjord-cream);
    color: var(--fjord-muted);
    min-height: 100vh;
}

.fjordly-shell h1,
.fjordly-shell h2,
.fjordly-shell h3,
.fjordly-shell h4,
.fjordly-shell h5,
.fjordly-shell h6,
.fjordly-shell .h1,
.fjordly-shell .h2,
.fjordly-shell .h3,
.fjordly-shell .h4,
.fjordly-shell .h5,
.fjordly-shell .h6 { color: #f7faff; }

.fjordly-shell .text-dark { color: #e8f0ff !important; }
.fjordly-shell .text-muted { color: #8292ad !important; }
.fjordly-shell .bg-white { background: var(--fjord-paper) !important; }
.fjordly-shell .bg-gray-light { background: #081124 !important; }

/* Glass navigation floating above the page */
.fjordly-shell .tt-header {
    background: rgba(3, 7, 18, .78) !important;
    border-bottom: 1px solid rgba(103, 212, 255, .12);
    box-shadow: 0 12px 45px rgba(0, 0, 0, .24);
    position: sticky;
    top: 0;
}

.fjordly-shell .tt-header.affix { background: rgba(3, 7, 18, .94) !important; }
.fjordly-shell .tt-main-header .navbar-nav > li > a,
.fjordly-shell .tt-main-header .navbar-nav > li > button { color: #a9bad4; }
.fjordly-shell .tt-main-header .navbar-nav > li > a:hover { color: var(--fjord-sky); }
.fjordly-brand { color: white !important; }
.fjordly-brand-mark {
    background: linear-gradient(145deg, #246bff, #66d4ff);
    box-shadow: 0 0 0 5px rgba(73, 144, 255, .1), 0 10px 28px rgba(37, 99, 235, .35);
    color: white;
    transform: rotate(-5deg);
}
.fjordly-shell .tt-toolbar-wrap .btn-sm { background: rgba(255,255,255,.045); border-color: rgba(255,255,255,.12); color: #dce8fa; }
.fjordly-shell .cart-btn { background: linear-gradient(135deg, #1e56d9, #4aaef7); box-shadow: 0 10px 26px rgba(37,99,235,.3); }
.fjordly-theme-control { filter: drop-shadow(0 10px 24px rgba(0,0,0,.45)); }

/* Hero becomes a full digital stage */
.fjordly-hero {
    background:
        linear-gradient(rgba(103,212,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(103,212,255,.045) 1px, transparent 1px),
        radial-gradient(circle at 82% 45%, rgba(40,120,255,.25), transparent 25rem),
        linear-gradient(145deg, #020611 0%, #07142f 58%, #041020 100%);
    background-size: 56px 56px, 56px 56px, auto, auto;
    min-height: calc(100vh - 82px);
    padding: 110px 0 130px;
}

.fjordly-hero:after {
    background: linear-gradient(90deg, transparent, #4e9cff, transparent);
    bottom: 0;
    box-shadow: 0 0 35px rgba(78,156,255,.8);
    content: '';
    height: 1px;
    left: 8%;
    position: absolute;
    width: 84%;
}

.fjordly-hero h1 {
    background: linear-gradient(110deg, #ffffff 5%, #b8d8ff 52%, #68d7ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-size: clamp(3.8rem, 7vw, 7.2rem);
    letter-spacing: -.07em;
    line-height: .9;
    text-wrap: balance;
}

.fjordly-hero-lead { color: #9dafc8; font-size: 1.22rem; max-width: 570px; }
.fjordly-eyebrow { background: rgba(103,212,255,.08); border: 1px solid rgba(103,212,255,.22); border-radius: 999px; padding: .62rem .85rem; }
.fjordly-proof-row { border-color: rgba(103,212,255,.14); }
.fjordly-proof-row span { color: #7184a3; }
.fjordly-proof-row strong { color: #dceaff; font-size: 1.08rem; }
.fjordly-shell .btn-primary {
    background: linear-gradient(135deg, #2764ff, #65d4ff);
    border: 0;
    box-shadow: 0 15px 45px rgba(42, 116, 255, .34), inset 0 1px rgba(255,255,255,.35);
    color: white;
    padding: .95rem 1.55rem;
}
.fjordly-shell .btn-primary:hover,
.fjordly-shell .btn-primary:focus { background: linear-gradient(135deg, #3b7cff, #8ee2ff); color: white; }

.fjordly-control-stage { perspective: 900px; position: relative; }
.fjordly-control-card {
    background: linear-gradient(145deg, rgba(18,44,89,.86), rgba(5,15,35,.92));
    border: 1px solid rgba(103,212,255,.28);
    box-shadow: 0 50px 120px rgba(0,0,0,.55), inset 0 1px rgba(255,255,255,.08);
    padding: 2rem;
    transform: rotateY(-6deg) rotateX(2deg) rotateZ(1deg);
}
.fjordly-control-card:after {
    background: linear-gradient(90deg, transparent, rgba(103,212,255,.7), transparent);
    content: '';
    height: 1px;
    left: 10%;
    position: absolute;
    top: 0;
    width: 80%;
}
.fjordly-control-head h2 { font-size: 1.8rem; }
.fjordly-metric { background: rgba(2,7,18,.56); border: 1px solid rgba(255,255,255,.055); }
.fjordly-region-grid > div { background: rgba(103,212,255,.045); border-color: rgba(103,212,255,.12); }
.fjordly-float-chip {
    align-items: center;
    backdrop-filter: blur(16px);
    background: rgba(8, 22, 49, .88);
    border: 1px solid rgba(103,212,255,.24);
    border-radius: 999px;
    box-shadow: 0 18px 45px rgba(0,0,0,.4);
    color: #c9dcf7;
    display: flex;
    font-size: .73rem;
    font-weight: 700;
    gap: .5rem;
    padding: .7rem 1rem;
    position: absolute;
    z-index: 4;
}
.fjordly-float-chip i { color: var(--fjord-sky); }
.fjordly-chip-top { right: -38px; top: -24px; }
.fjordly-chip-bottom { bottom: -20px; left: -42px; }

/* Bento command centre */
.fjordly-command-section { background: #050b18; padding: 110px 0; position: relative; }
.fjordly-section-intro { align-items: end; display: grid; gap: 3rem; grid-template-columns: 1.35fr .65fr; margin-bottom: 3rem; }
.fjordly-section-intro h2,
.fjordly-display-title { font-size: clamp(2.7rem, 5vw, 5rem); line-height: .95; margin: .8rem 0 0; }
.fjordly-section-intro p,
.fjordly-section-copy { color: #8395b2; font-size: 1.05rem; line-height: 1.75; }
.fjordly-kicker { color: var(--fjord-sky); }
.fjordly-command-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, minmax(190px, auto)); }
.fjordly-command-card {
    background: linear-gradient(145deg, rgba(15,36,75,.82), rgba(7,17,37,.88));
    border: 1px solid rgba(126,166,230,.14);
    border-radius: 24px;
    color: white;
    display: flex;
    flex-direction: column;
    min-height: 210px;
    overflow: hidden;
    padding: 1.45rem;
    position: relative;
}
.fjordly-command-card:before { background: radial-gradient(circle, rgba(85,165,255,.2), transparent 68%); content: ''; height: 220px; position: absolute; right: -100px; top: -110px; width: 220px; }
.fjordly-command-card:hover { border-color: rgba(103,212,255,.55); box-shadow: 0 28px 70px rgba(0,0,0,.38); color: white; transform: translateY(-6px); }
.fjordly-command-card > i:not(.fjordly-card-arrow) { color: var(--fjord-sky); font-size: 1.55rem; margin: auto 0 1rem; }
.fjordly-command-card > span:not(.fjordly-command-index) { font-family: 'Space Grotesk', sans-serif; font-size: 1.15rem; font-weight: 700; }
.fjordly-command-card small { color: #71829e; margin-top: .25rem; }
.fjordly-command-index { color: #526684; font: 600 .7rem 'Space Grotesk', sans-serif; letter-spacing: .12em; }
.fjordly-card-arrow { color: #7288aa; position: absolute; right: 1.4rem; top: 1.4rem; }
.fjordly-command-featured { background: linear-gradient(145deg, #1747b9, #0b1f4c); grid-column: span 2; grid-row: span 2; min-height: 436px; }
.fjordly-command-featured > i:not(.fjordly-card-arrow) { font-size: 3rem; }
.fjordly-command-featured > span:not(.fjordly-command-index) { font-size: 1.9rem; }
.fjordly-command-support { background: linear-gradient(145deg, #112f65, #153b83); grid-column: span 2; }

/* Product catalogue */
.fjordly-services-section { background: #071126; border-bottom: 1px solid var(--fjord-line); border-top: 1px solid var(--fjord-line); padding: 125px 0; }
.fjordly-service-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fjordly-service-card {
    background: #0a1730;
    border: 1px solid rgba(126,166,230,.15);
    border-radius: 26px;
    color: #91a3bf;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    padding: 1.8rem;
    position: relative;
}
.fjordly-service-card:hover { background: linear-gradient(145deg, #10285a, #0a1833); border-color: #347fff; box-shadow: 0 28px 75px rgba(0,0,0,.35); color: #aebed5; transform: translateY(-7px); }
.fjordly-service-topline { display: flex; justify-content: space-between; }
.fjordly-service-number { color: #506786; font: 600 .74rem 'Space Grotesk', sans-serif; letter-spacing: .14em; }
.fjordly-service-topline i { color: #557096; transform: rotate(-45deg); }
.fjordly-service-card h3 { font-size: 1.7rem; margin-bottom: .8rem; }
.fjordly-service-card p { color: #7e90ad; line-height: 1.7; }
.fjordly-service-action { color: var(--fjord-sky); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* Domain search as a luminous command bar */
.fjordly-home .home-domain-search { background: #050b18; padding: 110px 0; }
.fjordly-home .home-domain-search .row.bg-dark {
    background: linear-gradient(120deg, #0d2250, #143f91 62%, #0c244f) !important;
    border: 1px solid rgba(117,186,255,.35);
    border-radius: 32px;
    box-shadow: 0 35px 110px rgba(8,66,170,.35), inset 0 1px rgba(255,255,255,.08);
    overflow: hidden;
    position: relative;
}
.fjordly-home .home-domain-search .row.bg-dark:before { background: radial-gradient(circle, rgba(103,212,255,.3), transparent 67%); content: ''; height: 420px; position: absolute; right: -130px; top: -220px; width: 420px; }
.fjordly-home .tt-domain-search-wrap { position: relative; z-index: 2; }
.fjordly-home .tt-domain-search-wrap h2 { font-size: clamp(2rem,4vw,3.7rem); }
.fjordly-home .tt-domain-search-wrap .input-group { background: #071226; border-color: rgba(255,255,255,.1); box-shadow: 0 15px 45px rgba(0,0,0,.3); }
.fjordly-home .tt-domain-search-wrap .form-control { background: transparent; color: white; }

/* Account cockpit */
.fjordly-account-hub { background: #050b18; padding: 42px 0 83px; }
.fjordly-account-frame { background: linear-gradient(145deg, #0b1933, #081226); border: 1px solid rgba(126,166,230,.17); border-radius: 32px; box-shadow: 0 35px 100px rgba(0,0,0,.35); padding: 2.2rem; }
.fjordly-account-heading { align-items: center; border-bottom: 1px solid var(--fjord-line); display: flex; justify-content: space-between; margin-bottom: 1.4rem; padding-bottom: 1.5rem; }
.fjordly-account-heading h2 { font-size: 2.2rem; margin: .35rem 0 0; }
.fjordly-encrypted { background: rgba(37,99,235,.11); border: 1px solid rgba(103,212,255,.2); border-radius: 999px; color: #91bfff; font-size: .72rem; font-weight: 700; padding: .55rem .8rem; }
.fjordly-account-grid { display: grid; gap: .8rem; grid-template-columns: repeat(2, 1fr); }
.fjordly-account-action { align-items: center; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.065); border-radius: 18px; color: white; display: grid; gap: 1rem; grid-template-columns: auto 1fr auto; min-height: 96px; padding: 1rem; }
.fjordly-account-action:hover { background: rgba(42,116,255,.11); border-color: rgba(103,212,255,.35); color: white; transform: translateX(4px); }
.fjordly-account-icon { align-items: center; background: linear-gradient(145deg, #173e8d, #0b2555); border-radius: 14px; color: #72d7ff; display: flex; font-size: 1.25rem; height: 52px; justify-content: center; width: 52px; }
.fjordly-account-action strong { display: block; font-family: 'Space Grotesk',sans-serif; font-size: .95rem; }
.fjordly-account-action small { color: #7083a0; display: block; margin-top: .15rem; }
.fjordly-account-action > i { color: #4f6586; }

/* Dark client-area components */
.fjordly-shell #main-body { background: transparent; }
.fjordly-shell .card,
.fjordly-shell .panel,
.fjordly-shell .list-group,
.fjordly-shell .sidebar .panel,
.fjordly-shell .modal-content {
    background: linear-gradient(145deg, rgba(13,29,59,.96), rgba(8,18,38,.96));
    border-color: rgba(126,166,230,.15);
    box-shadow: 0 22px 65px rgba(0,0,0,.28);
}
.fjordly-shell .card-header,
.fjordly-shell .panel-heading { background: rgba(26,55,105,.45); border-color: rgba(126,166,230,.15); color: #eef5ff; }
.fjordly-shell .list-group-item { background: transparent; color: #a9b9d0; }
.fjordly-shell .form-control,
.fjordly-shell .custom-select {
    background: #071126;
    border-color: rgba(126,166,230,.22);
    color: #eef5ff;
}
.fjordly-shell .form-control::placeholder { color: #526681; }
.fjordly-shell .table { background: #09152c; color: #aab9d0; }
.fjordly-shell .table thead th { background: #102b5f; }
.fjordly-shell .table td { background: transparent; border-color: rgba(126,166,230,.12); color: #aab9d0; }
.fjordly-shell .table-hover tbody tr:hover { background: rgba(37,99,235,.09); }
.fjordly-shell .sidebar .list-group-item.active { background: linear-gradient(90deg,#2158d4,#153c93); border-color: #347fff; color: white; }
.fjordly-shell .dropdown-menu { background: #0c1932; border: 1px solid var(--fjord-line); box-shadow: 0 24px 70px rgba(0,0,0,.45); }
.fjordly-shell .dropdown-item { color: #b4c2d8; }
.fjordly-shell .dropdown-item:hover { background: rgba(37,99,235,.14); color: white; }
.fjordly-shell .tt-page-header {
    background: linear-gradient(120deg, #07142d, #0e2c68) !important;
    border-bottom: 1px solid rgba(103,212,255,.18);
    overflow: hidden;
    position: relative;
}
.fjordly-shell .tt-page-header:after { background: radial-gradient(circle, rgba(103,212,255,.22), transparent 70%); content: ''; height: 420px; position: absolute; right: -80px; top: -240px; width: 420px; }

/* Shared control-surface background for newsroom and customer centre */
.fjordly-newsroom,
.fjordly-account-frame {
    background: linear-gradient(145deg, #07142c, #091a38);
    border: 1px solid rgba(105, 174, 255, .16);
    border-radius: 34px;
    box-shadow: 0 36px 110px rgba(0, 0, 0, .34);
    overflow: hidden;
    position: relative;
}
.fjordly-newsroom { padding: clamp(1.5rem, 4vw, 3.4rem); }
.fjordly-newsroom:before,
.fjordly-account-frame:before { background: radial-gradient(circle, rgba(42, 116, 255, .24), transparent 68%); content: ''; height: 540px; pointer-events: none; position: absolute; right: -190px; top: -310px; width: 540px; }
.fjordly-newsroom:after,
.fjordly-account-frame:after { background-image: linear-gradient(rgba(116,181,255,.025) 1px, transparent 1px); background-size: 100% 7px; content: ''; inset: 0; opacity: .7; pointer-events: none; position: absolute; }
.fjordly-account-heading,
.fjordly-account-grid { position: relative; z-index: 2; }
.fjordly-news-header { align-items: end; display: grid; gap: 2.5rem; grid-template-columns: 1fr auto; margin-bottom: 2.5rem; position: relative; z-index: 2; }
.fjordly-news-header h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); letter-spacing: -.055em; line-height: .96; margin: .75rem 0 1rem; }
.fjordly-news-header h2 em { color: #61cfff; font-style: normal; }
.fjordly-news-header p { color: #8295b3; line-height: 1.7; margin: 0; max-width: 680px; }
.fjordly-news-all { align-items: center; background: rgba(71, 139, 255, .1); border: 1px solid rgba(103, 202, 255, .23); border-radius: 999px; color: #edf7ff; display: inline-flex; font-size: .78rem; font-weight: 800; gap: .8rem; padding: .85rem 1rem .85rem 1.2rem; white-space: nowrap; }
.fjordly-news-all i { align-items: center; background: #2a71ef; border-radius: 50%; display: flex; height: 30px; justify-content: center; width: 30px; }
.fjordly-news-all:hover { background: rgba(65, 139, 255, .2); border-color: #5dcfff; color: white; transform: translateY(-3px); }
.fjordly-news-grid { display: grid; gap: 1rem; grid-template-columns: 1.35fr .825fr .825fr; position: relative; z-index: 2; }
.fjordly-news-card { background: linear-gradient(155deg, rgba(14, 35, 72, .96), rgba(6, 16, 35, .98)); border: 1px solid rgba(123, 173, 238, .14); border-radius: 24px; display: flex; flex-direction: column; min-height: 370px; overflow: hidden; padding: 1.35rem; position: relative; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.fjordly-news-card:before { background: radial-gradient(circle, rgba(86, 173, 255, .17), transparent 68%); content: ''; height: 260px; position: absolute; right: -130px; top: -145px; width: 260px; }
.fjordly-news-card:hover { border-color: rgba(93, 207, 255, .5); box-shadow: 0 25px 65px rgba(0, 0, 0, .32); transform: translateY(-7px); }
.fjordly-news-card-featured { background: linear-gradient(145deg, #1548b8, #0c2d70 58%, #081b40); border-color: rgba(113, 203, 255, .34); }
.fjordly-news-card-link { inset: 0; position: absolute; z-index: 4; }
.fjordly-news-meta { align-items: center; display: flex; justify-content: space-between; position: relative; z-index: 2; }
.fjordly-news-index { color: #5f7598; font: 700 .61rem 'Space Grotesk', sans-serif; letter-spacing: .15em; }
.fjordly-news-card-featured .fjordly-news-index { color: #8cbbff; }
.fjordly-news-date { color: #7186a5; font-size: .67rem; }
.fjordly-news-date i { color: #57c9ff; margin-right: .35rem; }
.fjordly-news-card-featured .fjordly-news-date { color: #b1cdf7; }
.fjordly-news-content { margin: auto 0 1.5rem; position: relative; z-index: 2; }
.fjordly-news-live { color: #9cddff; display: inline-flex; font-size: .6rem; font-weight: 800; gap: .45rem; letter-spacing: .12em; margin-bottom: 1rem; }
.fjordly-news-live i { background: #64d5ff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(100, 213, 255, .12); height: 7px; margin-top: 2px; width: 7px; }
.fjordly-news-card h3 { color: white; font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: -.025em; line-height: 1.12; margin: 0 0 .85rem; }
.fjordly-news-card-featured h3 { font-size: clamp(2rem, 3vw, 3.25rem); max-width: 90%; }
.fjordly-news-card p { color: #7f92b0; display: -webkit-box; font-size: .83rem; line-height: 1.7; margin: 0; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.fjordly-news-card-featured p { color: #bfd3f2; max-width: 90%; }
.fjordly-news-footer { align-items: center; border-top: 1px solid rgba(123, 177, 244, .13); color: #8ea2c1; display: flex; font-size: .68rem; font-weight: 800; justify-content: space-between; padding-top: 1rem; position: relative; z-index: 2; }
.fjordly-news-card-featured .fjordly-news-footer { border-color: rgba(179, 219, 255, .2); color: white; }
.fjordly-news-arrow { align-items: center; background: rgba(70, 139, 255, .14); border: 1px solid rgba(103, 202, 255, .14); border-radius: 50%; display: flex; height: 32px; justify-content: center; width: 32px; }
.fjordly-news-card:hover .fjordly-news-arrow { background: #347fff; color: white; transform: translateX(3px); }
.fjordly-feed-loading { align-items: center; background: rgba(8, 22, 48, .8); border: 1px solid rgba(103, 202, 255, .15); border-radius: 22px; color: #8399ba; display: flex; gap: .8rem; min-height: 150px; justify-content: center; position: relative; z-index: 2; }

/* Direct contact deck */
.fjordly-contact-deck { background: #050b18; border-top: 1px solid rgba(105, 174, 255, .13); padding: 115px 0; position: relative; }
.fjordly-contact-deck:before { background: radial-gradient(circle, rgba(40, 112, 255, .17), transparent 70%); content: ''; height: 560px; left: -250px; pointer-events: none; position: absolute; top: -280px; width: 560px; }
.fjordly-contact-heading { align-items: end; display: grid; gap: 3rem; grid-template-columns: 1fr auto; margin-bottom: 2.7rem; position: relative; }
.fjordly-contact-heading h2 { font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.055em; line-height: .95; margin: .8rem 0 1rem; }
.fjordly-contact-heading h2 em { color: #62d0ff; font-style: normal; }
.fjordly-contact-heading p { color: #8194b1; line-height: 1.75; margin: 0; max-width: 690px; }
.fjordly-contact-status { align-items: center; background: rgba(9, 25, 52, .8); border: 1px solid rgba(105, 185, 255, .18); border-radius: 18px; display: flex; gap: .8rem; min-width: 160px; padding: .85rem 1rem; }
.fjordly-contact-status > i { background: #58d3ff; border-radius: 50%; box-shadow: 0 0 0 6px rgba(88, 211, 255, .1), 0 0 20px rgba(88, 211, 255, .5); height: 9px; width: 9px; }
.fjordly-contact-status small { color: #5d7598; display: block; font-size: .52rem; font-weight: 800; letter-spacing: .13em; }
.fjordly-contact-status strong { color: #dff7ff; display: block; font: 700 .85rem 'Space Grotesk', sans-serif; margin-top: .1rem; }
.fjordly-contact-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); position: relative; }
.fjordly-contact-card { background: linear-gradient(150deg, #0d1e3d, #071328); border: 1px solid rgba(112, 169, 239, .15); border-radius: 28px; color: white; display: flex; flex-direction: column; min-height: 330px; overflow: hidden; padding: 1.55rem; position: relative; }
.fjordly-contact-card:before { background: radial-gradient(circle, rgba(87, 174, 255, .17), transparent 68%); content: ''; height: 280px; position: absolute; right: -145px; top: -150px; width: 280px; }
.fjordly-contact-card-primary { background: linear-gradient(145deg, #174fc5, #0e327d 62%, #091d45); border-color: rgba(123, 210, 255, .34); box-shadow: 0 28px 80px rgba(25, 82, 194, .25); }
.fjordly-contact-card:hover { border-color: rgba(96, 210, 255, .55); box-shadow: 0 28px 75px rgba(0, 0, 0, .34); color: white; transform: translateY(-8px); }
.fjordly-contact-number { color: #587091; font: 700 .61rem 'Space Grotesk', sans-serif; letter-spacing: .15em; position: relative; z-index: 2; }
.fjordly-contact-card-primary .fjordly-contact-number { color: #9bc6ff; }
.fjordly-contact-icon { align-items: center; background: rgba(64, 134, 255, .12); border: 1px solid rgba(105, 194, 255, .17); border-radius: 19px; color: #68d3ff; display: flex; font-size: 1.45rem; height: 58px; justify-content: center; margin: auto 0 1.25rem; position: relative; width: 58px; z-index: 2; }
.fjordly-contact-card-primary .fjordly-contact-icon { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .18); color: white; }
.fjordly-contact-copy { position: relative; z-index: 2; }
.fjordly-contact-copy strong { display: block; font: 700 1.65rem 'Space Grotesk', sans-serif; letter-spacing: -.025em; }
.fjordly-contact-copy small { color: #7e92b1; display: block; line-height: 1.6; margin-top: .45rem; max-width: 280px; }
.fjordly-contact-card-primary .fjordly-contact-copy small { color: #bdd6f8; }
.fjordly-contact-action { align-items: center; border-top: 1px solid rgba(115, 174, 242, .13); color: #849aba; display: flex; font-size: .68rem; font-weight: 800; justify-content: space-between; margin-top: 1.4rem; padding-top: 1rem; position: relative; z-index: 2; }
.fjordly-contact-card-primary .fjordly-contact-action { border-color: rgba(188, 222, 255, .2); color: white; }
.fjordly-contact-card:hover .fjordly-contact-action i { color: #64d2ff; transform: translateX(4px); }

/* Testimonials and footer */
.fjordly-home .tt-testimonial-item { background: linear-gradient(145deg,#0c1b37,#081226) !important; border-color: rgba(126,166,230,.15); box-shadow: 0 24px 60px rgba(0,0,0,.26); }
.fjordly-home .tt-testimonial-item p { color: #8fa1bc; }
.fjordly-footer { background: #020610 !important; }
.fjordly-footer-statement { align-items: end; border-bottom: 1px solid rgba(126,166,230,.15); display: grid; gap: 2rem; grid-template-columns: 1fr auto; margin-bottom: 3.5rem; padding-bottom: 3.5rem; }
.fjordly-footer-statement h2 { font-size: clamp(2.5rem,5vw,4.8rem); margin: .8rem 0 0; max-width: 760px; }
.fjordly-footer-statement a { border: 1px solid rgba(103,212,255,.28); border-radius: 999px; color: white; font-weight: 700; padding: .9rem 1.2rem; }
.fjordly-footer-statement a:hover { background: rgba(103,212,255,.1); padding-left: 1.2rem; }

/* Explicit light-mode opt-in */
:root[data-bs-theme="light"] {
    color-scheme: light;
    --fjord-cream: #eef4ff;
    --fjord-paper: #ffffff;
    --fjord-line: rgba(7,21,47,.12);
    --fjord-muted: #586981;
    --body-color: #44536c;
    --heading-color: #07152f;
}
:root[data-bs-theme="light"] body.fjordly-shell { background: #eef4ff; color: #586981; }
:root[data-bs-theme="light"] .fjordly-shell h1,
:root[data-bs-theme="light"] .fjordly-shell h2,
:root[data-bs-theme="light"] .fjordly-shell h3,
:root[data-bs-theme="light"] .fjordly-shell h4,
:root[data-bs-theme="light"] .fjordly-shell h5,
:root[data-bs-theme="light"] .fjordly-shell h6 { color: #07152f; }
:root[data-bs-theme="light"] .fjordly-shell .card,
:root[data-bs-theme="light"] .fjordly-shell .panel,
:root[data-bs-theme="light"] .fjordly-shell .modal-content { background: white; color: #44536c; }
:root[data-bs-theme="light"] .fjordly-shell .form-control,
:root[data-bs-theme="light"] .fjordly-shell .custom-select { background: white; color: #07152f; }
:root[data-bs-theme="light"] .fjordly-shell .tt-header { background: rgba(239,245,255,.92) !important; }
:root[data-bs-theme="light"] .fjordly-brand { color: #07152f !important; }
:root[data-bs-theme="light"] .fjordly-shell .tt-main-header .navbar-nav > li > a,
:root[data-bs-theme="light"] .fjordly-shell .tt-main-header .navbar-nav > li > button { color: #344766; }

@media (max-width: 991.98px) {
    .fjordly-hero { min-height: auto; }
    .fjordly-control-card { transform: none; }
    .fjordly-command-grid { grid-template-columns: repeat(2, 1fr); }
    .fjordly-command-featured { grid-column: span 2; grid-row: auto; min-height: 300px; }
    .fjordly-command-support { grid-column: span 2; }
    .fjordly-service-grid { grid-template-columns: repeat(2, 1fr); }
    .fjordly-footer-statement { align-items: start; grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
    .fjordly-hero h1 { font-size: clamp(3.15rem, 17vw, 4.7rem); }
    .fjordly-chip-top { right: 0; }
    .fjordly-chip-bottom { left: 0; }
    .fjordly-section-intro { align-items: start; gap: 1.3rem; grid-template-columns: 1fr; }
    .fjordly-command-grid,
    .fjordly-service-grid,
    .fjordly-account-grid { grid-template-columns: 1fr; }
    .fjordly-command-featured,
    .fjordly-command-support { grid-column: auto; min-height: 250px; }
    .fjordly-account-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .fjordly-news-header { align-items: start; gap: 1.4rem; grid-template-columns: 1fr; }
    .fjordly-news-grid { grid-template-columns: 1fr; }
    .fjordly-news-card { min-height: 320px; }
    .fjordly-news-card-featured h3 { max-width: 100%; }
    .fjordly-contact-deck { padding: 85px 0; }
    .fjordly-contact-heading { align-items: start; gap: 1.5rem; grid-template-columns: 1fr; }
    .fjordly-contact-grid { grid-template-columns: 1fr; }
    .fjordly-contact-card { min-height: 300px; }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .fjordly-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fjordly-news-card-featured { grid-column: span 2; }
    .fjordly-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fjordly-contact-card-primary { grid-column: span 2; }
}
