:root {
    --namelyft-ink: #0f0f10;
    --namelyft-paper: #ffffff;
    --namelyft-canvas: #f7f8f9;
    --namelyft-line: #e4e7ea;
    --namelyft-muted: #66707a;
    --namelyft-brand: #0f9d8c;
    --namelyft-brand-dark: #0c7e71;
    --namelyft-accent: #ff6b4a;
    --namelyft-warning: #d6900a;
}

body.lagom {
    color: var(--namelyft-ink);
    font-family: "Avenir Next", "Segoe UI", sans-serif;
}

body.lagom a:focus,
body.lagom button:focus,
body.lagom input:focus {
    outline: 3px solid rgba(15, 157, 140, .38) !important;
    outline-offset: 2px;
}

body.lagom .btn-primary {
    background: var(--namelyft-brand);
    border-color: var(--namelyft-brand);
    border-radius: 8px;
}

body.lagom .btn-primary:hover,
body.lagom .btn-primary:focus {
    background: var(--namelyft-brand-dark);
    border-color: var(--namelyft-brand-dark);
}

body.lagom .app-nav,
body.lagom .app-nav-header,
body.lagom .app-nav-menu {
    background: #fff;
    border-bottom-color: var(--namelyft-line);
}

body.lagom .app-nav-menu .navbar-nav > li > a {
    font-weight: 700;
}

body.lagom .page-user-logged .app-nav-menu {
    background: var(--namelyft-ink);
}

body.lagom .page-user-logged .app-nav-menu .navbar-nav > li > a {
    color: #dfe3e7;
}

body.lagom .page-user-logged .app-nav-menu .navbar-nav > li.active > a,
body.lagom .page-user-logged .app-nav-menu .navbar-nav > li > a:hover {
    background: rgba(15, 157, 140, .3);
    color: #fff;
}

.page-homepage .main-header,
.page-homepage .main-breadcrumb {
    display: none;
}

.namelyft-site {
    background: #fff;
}

.namelyft-hero {
    background-color: var(--namelyft-ink);
    background-image: linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 36px 36px;
    color: #fff;
    padding: 92px 0 78px;
}

.namelyft-hero-content {
    max-width: 760px;
}

.namelyft-kicker {
    color: var(--namelyft-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    margin: 0 0 12px;
}

.namelyft-hero h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.namelyft-lede {
    color: #c4c9cf;
    font-size: 18px;
    line-height: 1.6;
    margin: 22px 0 30px;
    max-width: 620px;
}

.namelyft-domain-search {
    display: flex;
    max-width: 720px;
}

.namelyft-domain-search .form-control {
    border: 0;
    border-radius: 8px 0 0 8px;
    font-size: 17px;
    height: 58px;
    padding: 0 18px;
}

.namelyft-domain-search .btn {
    border-radius: 0;
    font-weight: 800;
    min-width: 112px;
}

.namelyft-domain-search .namelyft-transfer {
    background: #30343a;
    border: 0;
    border-radius: 0 8px 8px 0;
    color: #fff;
}

.namelyft-intent-links {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 28px;
}

.namelyft-intent-links a {
    color: #d8dde2;
    font-size: 14px;
    font-weight: 700;
}

.namelyft-intent-links a:hover {
    color: #fff;
}

.namelyft-trust-strip {
    border-bottom: 1px solid var(--namelyft-line);
    color: var(--namelyft-muted);
    font-size: 14px;
    padding: 18px 0;
}

.namelyft-trust-strip .container {
    display: flex;
    justify-content: space-between;
}

.namelyft-trust-strip a {
    color: var(--namelyft-brand-dark);
    font-weight: 800;
}

.namelyft-section {
    padding: 80px 0;
}

.namelyft-section-heading,
.namelyft-dashboard-section-heading {
    align-items: end;
    border-bottom: 1px solid var(--namelyft-line);
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 18px;
}

.namelyft-section-heading h2,
.namelyft-dashboard-section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

.namelyft-section-heading > p {
    color: var(--namelyft-muted);
    line-height: 1.55;
    margin: 0;
    max-width: 330px;
}

.namelyft-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.namelyft-product-card {
    border-left: 1px solid var(--namelyft-line);
    color: var(--namelyft-ink);
    display: flex;
    flex-direction: column;
    min-height: 230px;
    padding: 12px 28px 18px;
}

.namelyft-product-card:first-child {
    border-left: 0;
}

.namelyft-product-card:hover {
    color: var(--namelyft-ink);
    text-decoration: none;
}

.namelyft-product-icon {
    color: var(--namelyft-accent);
    font-size: 22px;
}

.namelyft-product-name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
}

.namelyft-product-copy {
    color: var(--namelyft-muted);
    line-height: 1.55;
    margin-top: 9px;
}

.namelyft-product-action {
    color: var(--namelyft-brand-dark);
    font-size: 14px;
    font-weight: 800;
    margin-top: auto;
    padding-top: 18px;
}

.namelyft-feature-band {
    background: var(--namelyft-canvas);
    padding: 80px 0;
}

.namelyft-feature-grid {
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr 1fr;
}

.namelyft-feature-band h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.namelyft-feature-band p:not(.namelyft-kicker) {
    color: var(--namelyft-muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 18px 0 26px;
    max-width: 520px;
}

.namelyft-feature-list {
    border-top: 1px solid var(--namelyft-line);
}

.namelyft-feature-list > div {
    align-items: flex-start;
    border-bottom: 1px solid var(--namelyft-line);
    display: flex;
    gap: 16px;
    padding: 20px 0;
}

.namelyft-feature-list i {
    color: var(--namelyft-brand);
    margin-top: 3px;
}

.namelyft-feature-list span {
    color: var(--namelyft-muted);
    line-height: 1.5;
}

.namelyft-feature-list strong {
    color: var(--namelyft-ink);
    display: block;
}

.page-clientareahome .main-header {
    display: none;
}

.page-clientareahome .main-body {
    background: var(--namelyft-canvas);
    padding: 32px 0 56px;
}

.namelyft-dashboard {
    margin: 0 auto;
    max-width: 1180px;
}

.namelyft-dashboard-header {
    align-items: center;
    background: #fff;
    border: 1px solid var(--namelyft-line);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 27px 30px;
}

.namelyft-dashboard-header h1 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.namelyft-dashboard-header p:not(.namelyft-kicker) {
    color: var(--namelyft-muted);
    font-size: 14px;
    margin: 7px 0 0;
}

.namelyft-dashboard-section {
    margin: 0 0 28px;
}

.namelyft-dashboard-section-heading {
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.namelyft-dashboard-section-heading h2 {
    font-size: 18px;
}

.namelyft-dashboard-section-heading .namelyft-kicker {
    margin-bottom: 4px;
}

.namelyft-dashboard-section-heading > a {
    color: var(--namelyft-brand-dark);
    font-size: 13px;
    font-weight: 800;
}

.namelyft-attention {
    align-items: center;
    background: #fff7e7;
    border: 1px solid #f0cc85;
    border-radius: 8px;
    color: #5f480f;
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    padding: 14px 16px;
}

.namelyft-attention > div {
    flex: 1;
    font-size: 14px;
}

.namelyft-attention-icon {
    align-items: center;
    background: var(--namelyft-warning);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 27px;
}

.namelyft-attention .btn-warning {
    background: var(--namelyft-warning);
    border-color: var(--namelyft-warning);
    color: #fff;
    white-space: nowrap;
}

.namelyft-quick-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.namelyft-quick-actions a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--namelyft-line);
    border-radius: 8px;
    color: var(--namelyft-ink);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 11px;
    min-height: 62px;
    padding: 14px;
}

.namelyft-quick-actions a:hover {
    border-color: var(--namelyft-brand);
    color: var(--namelyft-brand-dark);
    text-decoration: none;
}

.namelyft-quick-actions i {
    color: var(--namelyft-brand);
    font-size: 17px;
}

.namelyft-summary-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.namelyft-summary-grid a {
    background: #fff;
    border: 1px solid var(--namelyft-line);
    border-radius: 12px;
    color: var(--namelyft-ink);
    display: block;
    min-height: 156px;
    padding: 18px;
}

.namelyft-summary-grid a:hover {
    border-color: var(--namelyft-brand);
    color: var(--namelyft-ink);
    text-decoration: none;
}

.namelyft-summary-grid i {
    color: var(--namelyft-brand);
    display: block;
    font-size: 18px;
}

.namelyft-summary-grid strong {
    display: block;
    font-size: 32px;
    font-variant-numeric: tabular-nums;
    margin-top: 22px;
}

.namelyft-summary-grid span {
    color: var(--namelyft-muted);
    display: block;
    font-size: 13px;
    margin-top: 2px;
}

.namelyft-summary-grid .has-attention i,
.namelyft-summary-grid .has-attention strong {
    color: #c56f00;
}

.namelyft-addon {
    margin-bottom: 20px;
}

.namelyft-panel-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.namelyft-data-panel {
    background: #fff;
    border: 1px solid var(--namelyft-line);
    border-radius: 12px;
    overflow: hidden;
}

.namelyft-data-panel-wide {
    grid-column: 1 / -1;
}

.namelyft-data-panel > header {
    align-items: center;
    border-bottom: 1px solid var(--namelyft-line);
    display: flex;
    justify-content: space-between;
    padding: 15px 18px;
}

.namelyft-data-panel h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.namelyft-data-panel h3 i {
    color: var(--namelyft-brand);
    margin-right: 7px;
}

.namelyft-data-panel .btn {
    border-radius: 6px;
    font-size: 12px;
}

.namelyft-data-panel-body {
    padding: 16px 18px;
}

.namelyft-data-list > a,
.namelyft-data-list > div {
    align-items: center;
    border-bottom: 1px solid var(--namelyft-line);
    color: var(--namelyft-ink);
    display: flex;
    font-size: 13px;
    gap: 9px;
    justify-content: space-between;
    padding: 12px 18px;
}

.namelyft-data-list > a:last-child {
    border-bottom: 0;
}

.namelyft-data-list > a:hover {
    background: #fbfcfc;
    color: var(--namelyft-ink);
    text-decoration: none;
}

.namelyft-data-list b {
    font-size: 12px;
    font-weight: 600;
}

.namelyft-data-panel footer {
    border-top: 1px solid var(--namelyft-line);
    padding: 12px 18px;
}

@media (max-width: 991px) {
    .namelyft-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .namelyft-product-card:nth-child(odd) {
        border-left: 0;
    }

    .namelyft-quick-actions,
    .namelyft-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .namelyft-hero {
        padding: 60px 0;
    }

    .namelyft-hero h1 {
        font-size: 39px;
    }

    .namelyft-lede {
        font-size: 16px;
    }

    .namelyft-domain-search {
        flex-wrap: wrap;
    }

    .namelyft-domain-search .form-control {
        border-radius: 8px;
        margin-bottom: 10px;
        width: 100%;
    }

    .namelyft-domain-search .btn {
        border-radius: 8px;
        flex: 1;
    }

    .namelyft-trust-strip .container,
    .namelyft-dashboard-header,
    .namelyft-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .namelyft-section,
    .namelyft-feature-band {
        padding: 54px 0;
    }

    .namelyft-section-heading h2 {
        font-size: 28px;
    }

    .namelyft-product-grid,
    .namelyft-feature-grid,
    .namelyft-panel-grid {
        grid-template-columns: 1fr;
    }

    .namelyft-product-card {
        border-left: 0;
        border-top: 1px solid var(--namelyft-line);
        min-height: 185px;
        padding: 20px 0;
    }

    .namelyft-feature-band h2 {
        font-size: 31px;
    }

    .namelyft-dashboard-header {
        padding: 22px;
    }

    .namelyft-attention {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .namelyft-attention .btn {
        margin-left: 41px;
    }
}

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

/* 2026 Namelyft visual system */
body.lagom {
    background: var(--namelyft-paper);
    font-family: "Helvetica Neue", "Avenir Next", "Segoe UI", sans-serif;
}

.namelyft-hero {
    background-color: #101112;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .075) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, .075) 1px, transparent 1px);
    background-size: 72px 72px;
    overflow: hidden;
    padding: 82px 0 0;
}

.namelyft-hero-layout {
    align-items: end;
    display: grid;
    gap: 55px;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
}

.namelyft-hero-content {
    max-width: 690px;
    padding: 0 0 76px;
}

.namelyft-hero h1 {
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    font-size: clamp(52px, 6vw, 88px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .92;
    max-width: 760px;
}

.namelyft-lede {
    font-size: 19px;
    max-width: 530px;
}

.namelyft-domain-search {
    box-shadow: 10px 10px 0 var(--namelyft-accent);
    max-width: 650px;
}

.namelyft-domain-search .form-control {
    border-radius: 0;
    height: 64px;
}

.namelyft-domain-search .btn,
.namelyft-domain-search .namelyft-transfer {
    border-radius: 0;
    min-width: 125px;
}

.namelyft-domain-search .btn-primary {
    background: var(--namelyft-brand) !important;
}

.namelyft-intent-links {
    gap: 8px 24px;
    margin-top: 33px;
}

.namelyft-intent-links a {
    border-bottom: 1px solid rgba(255, 255, 255, .33);
    padding-bottom: 5px;
}

.namelyft-intent-links i {
    font-size: 10px;
    margin-left: 3px;
}

.namelyft-hero-console {
    align-self: end;
    background: #e7ebe7;
    border: 1px solid #7a827d;
    border-bottom: 0;
    box-shadow: 20px 20px 0 rgba(15, 157, 140, .38);
    color: #161816;
    min-height: 405px;
    transform: translateY(20px);
}

.namelyft-console-top {
    align-items: center;
    background: #d8ddd8;
    border-bottom: 1px solid #a2aaa4;
    display: flex;
    gap: 7px;
    height: 38px;
    padding: 0 13px;
}

.namelyft-console-top span {
    background: #8a938c;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.namelyft-console-top b {
    color: #5b635e;
    font-size: 10px;
    font-weight: 700;
    margin: 0 auto;
}

.namelyft-console-body {
    display: grid;
    grid-template-columns: 58px 1fr;
    min-height: 367px;
}

.namelyft-console-nav {
    align-items: center;
    background: #161816;
    color: #b4bdb6;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    gap: 27px;
    padding-top: 30px;
}

.namelyft-console-nav i:first-child {
    color: #72d3c8;
}

.namelyft-console-workspace {
    padding: 22px;
}

.namelyft-console-title {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: space-between;
}

.namelyft-console-title b {
    background: #161816;
    color: #fff;
    font-size: 10px;
    padding: 8px 10px;
}

.namelyft-console-visual {
    align-items: center;
    border: 1px solid #bec7c0;
    display: flex;
    height: 205px;
    justify-content: center;
    margin: 18px 0;
    overflow: hidden;
    position: relative;
}

.console-ring {
    border: 1px solid #9da8a0;
    border-radius: 50%;
    position: absolute;
}

.ring-one { height: 260px; width: 260px; }
.ring-two { border-color: #6db5aa; height: 160px; width: 160px; }

.console-core {
    align-items: center;
    background: var(--namelyft-accent);
    border-radius: 50%;
    color: #171718;
    display: flex;
    font-family: "Arial Black", sans-serif;
    font-size: 36px;
    font-weight: 900;
    height: 80px;
    justify-content: center;
    position: relative;
    width: 80px;
}

.namelyft-console-status {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}

.namelyft-console-status span {
    background: #d5dcd6;
    font-size: 10px;
    padding: 10px;
}

.namelyft-console-status b {
    display: block;
    font-size: 16px;
}

.namelyft-trust-strip {
    background: #f3f4f1;
    border: 0;
    padding: 21px 0;
}

.namelyft-section {
    padding: 118px 0;
}

.namelyft-section-heading {
    border: 0;
    margin-bottom: 46px;
    padding: 0;
}

.namelyft-section-heading h2 {
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    font-size: clamp(35px, 4.4vw, 64px);
    font-weight: 900;
    letter-spacing: -.05em;
    line-height: .96;
}

.namelyft-product-grid-bento {
    gap: 12px;
    grid-template-columns: 1.2fr .8fr 1fr;
}

.namelyft-product-card {
    background: #f0f2ef;
    border: 0;
    min-height: 280px;
    padding: 25px;
    position: relative;
    transition: transform 180ms ease, background-color 180ms ease;
}

.namelyft-product-card:first-child,
.namelyft-product-card:nth-child(2),
.namelyft-product-card:nth-child(3) {
    border-left: 0;
}

.namelyft-product-card-1 {
    background: #cfeee8;
    grid-row: span 2;
    min-height: 572px;
}

.namelyft-product-card-2 {
    background: #1b1d1c;
    color: #fff;
}

.namelyft-product-card-2 .namelyft-product-copy,
.namelyft-product-card-2 .namelyft-product-action {
    color: #bfc7c2;
}

.namelyft-product-card-3 {
    background: #ffcf70;
}

.namelyft-product-card:nth-child(4n) {
    background: #e5e3ff;
}

.namelyft-product-card:hover {
    background: #fff;
    box-shadow: 7px 7px 0 var(--namelyft-ink);
    transform: translate(-3px, -3px);
}

.namelyft-product-card-2:hover {
    background: #2d302e;
    color: #fff;
}

.namelyft-product-icon {
    align-items: center;
    background: rgba(255, 255, 255, .62);
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.namelyft-product-card-2 .namelyft-product-icon {
    background: rgba(255, 255, 255, .1);
    color: #80ddd1;
}

.namelyft-product-name {
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    font-size: 25px;
    letter-spacing: -.035em;
    line-height: 1;
    margin-top: 45px;
}

.namelyft-product-card-1 .namelyft-product-name {
    font-size: 34px;
    margin-top: auto;
}

.namelyft-product-copy {
    font-size: 14px;
    max-width: 250px;
}

.namelyft-feature-band {
    background: #121413;
    color: #fff;
    padding: 110px 0;
}

.namelyft-feature-band h2,
.namelyft-feature-list strong {
    color: #fff;
}

.namelyft-feature-band h2 {
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    font-size: clamp(38px, 4.4vw, 68px);
    letter-spacing: -.055em;
    line-height: .95;
}

.namelyft-feature-band p:not(.namelyft-kicker),
.namelyft-feature-list span {
    color: #bac2bd;
}

.namelyft-feature-list {
    border-color: #3d4540;
}

.namelyft-feature-list > div {
    border-color: #3d4540;
    padding: 25px 0;
}

.namelyft-feature-list i {
    color: #75d7ca;
}

.page-clientareahome .main-body {
    background-color: #e9ece8;
    background-image: linear-gradient(90deg, rgba(16, 17, 18, .035) 1px, transparent 1px), linear-gradient(rgba(16, 17, 18, .035) 1px, transparent 1px);
    background-size: 24px 24px;
    padding: 42px 0 72px;
}

.namelyft-dashboard {
    max-width: 1240px;
}

.namelyft-dashboard-header {
    background: #141615;
    border: 0;
    border-radius: 0;
    box-shadow: 10px 10px 0 #9ad9cf;
    color: #fff;
    margin-bottom: 42px;
    padding: 31px 34px;
}

.namelyft-dashboard-header h1 {
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    font-size: 33px;
    letter-spacing: -.045em;
}

.namelyft-dashboard-header p:not(.namelyft-kicker) {
    color: #b8c0bb;
}

.namelyft-dashboard-header-actions {
    align-items: center;
    display: flex;
    gap: 11px;
}

.namelyft-icon-action {
    align-items: center;
    border: 1px solid #647069;
    color: #fff;
    display: flex;
    height: 39px;
    justify-content: center;
    width: 39px;
}

.namelyft-icon-action:hover {
    background: #fff;
    color: #141615;
}

.namelyft-dashboard-section {
    margin-bottom: 38px;
}

.namelyft-dashboard-section-heading {
    border-bottom: 2px solid #191b1a;
    margin-bottom: 17px;
    padding-bottom: 13px;
}

.namelyft-dashboard-section-heading h2 {
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    font-size: 22px;
    letter-spacing: -.03em;
}

.namelyft-dashboard-section-heading > span {
    color: var(--namelyft-muted);
    font-size: 12px;
    font-weight: 700;
}

.namelyft-quick-actions {
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.namelyft-quick-actions a {
    background: #fff;
    border: 0;
    border-right: 1px solid var(--namelyft-line);
    border-radius: 0;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    min-height: 128px;
    padding: 20px;
    text-align: center;
}

.namelyft-quick-actions a:first-child {
    background: #d5f2ed;
}

.namelyft-quick-actions a:last-child {
    border-right: 0;
}

.namelyft-quick-actions a:hover {
    background: #171918;
    color: #fff;
}

.namelyft-quick-actions a:hover i {
    color: var(--namelyft-accent);
}

.namelyft-quick-actions i {
    font-size: 21px;
}

.namelyft-summary-grid {
    gap: 13px;
}

.namelyft-summary-grid a {
    border: 0;
    border-radius: 0;
    box-shadow: 4px 4px 0 rgba(24, 27, 25, .13);
    min-height: 175px;
    padding: 20px;
}

.namelyft-summary-grid a:nth-child(2) {
    background: #e7e2ff;
}

.namelyft-summary-grid a:nth-child(3) {
    background: #ffecb7;
}

.namelyft-summary-grid a:nth-child(4) {
    background: #191b1a;
    color: #fff;
}

.namelyft-summary-grid a:nth-child(4) span {
    color: #b6c0ba;
}

.namelyft-summary-grid a:hover {
    border: 0;
    box-shadow: 7px 7px 0 #161817;
    transform: translate(-2px, -2px);
}

.namelyft-summary-grid strong {
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    font-size: 39px;
    letter-spacing: -.05em;
}

.namelyft-attention {
    border: 0;
    border-left: 6px solid var(--namelyft-warning);
    border-radius: 0;
    box-shadow: 5px 5px 0 rgba(101, 76, 16, .12);
}

.namelyft-attention-icon {
    border-radius: 0;
}

.namelyft-panel-grid {
    gap: 13px;
}

.namelyft-data-panel {
    border: 0;
    border-radius: 0;
    box-shadow: 5px 5px 0 rgba(24, 27, 25, .12);
}

.namelyft-data-panel > header {
    border-bottom: 2px solid #1a1c1b;
    padding: 16px 18px;
}

.namelyft-data-panel h3 {
    font-family: "Arial Black", "Helvetica Neue", sans-serif;
    letter-spacing: -.02em;
}

.namelyft-data-list > a,
.namelyft-data-list > div {
    padding: 14px 18px;
}

@media (max-width: 991px) {
    .namelyft-hero-layout {
        grid-template-columns: 1fr;
    }

    .namelyft-hero-console {
        display: none;
    }

    .namelyft-product-grid-bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .namelyft-product-card-1 {
        grid-row: auto;
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .namelyft-hero {
        padding: 60px 0 0;
    }

    .namelyft-hero-content {
        padding-bottom: 58px;
    }

    .namelyft-domain-search {
        box-shadow: 6px 6px 0 var(--namelyft-accent);
    }

    .namelyft-domain-search .btn {
        min-width: 0;
    }

    .namelyft-product-grid-bento,
    .namelyft-quick-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .namelyft-product-card-1 {
        grid-column: 1 / -1;
    }

    .namelyft-section {
        padding: 75px 0;
    }

    .namelyft-dashboard-header {
        box-shadow: 6px 6px 0 #9ad9cf;
    }

    .namelyft-dashboard-header-actions {
        width: 100%;
    }

    .namelyft-dashboard-header-actions .btn {
        flex: 1;
    }

    .namelyft-quick-actions a {
        border-bottom: 1px solid var(--namelyft-line);
        min-height: 110px;
    }
}