:root {
    --host-primary: #073f4a;
    --host-primary-dark: #062832;
    --host-accent: #18d4d8;
    --host-soft: #eefbfb;
    --host-cream: #fffdf9;
    --host-dark: #1d2935;
    --host-muted: #657282;
    --host-border: #ccebed;
}

* {
    box-sizing: border-box;
}

body {
    background: var(--host-cream);
    color: var(--host-dark);
    font-family: Georgia, "Times New Roman", serif;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: var(--host-primary);
    color: #fff;
    padding: 10px;
    z-index: 9999;
}

.skip-link:focus {
    left: 10px;
    top: 10px;
}

.navbar,
.btn,
.form-label,
.form-control,
.form-select,
.footer,
.eyebrow,
.nav-link {
    font-family: Arial, Helvetica, sans-serif;
}

.brand-logo {
    width: 34px;
    height: 34px;
}

.navbar-brand {
    color: var(--host-primary);
    letter-spacing: -0.3px;
}

.navbar-brand em {
    color: var(--host-accent);
    font-style: normal;
}

.nav-link {
    color: #334;
    font-weight: 700;
}

.nav-link.active,
.nav-link:hover {
    color: var(--host-accent);
}

.btn-host {
    background: var(--host-primary);
    border-color: var(--host-primary);
    color: #fff;
    font-weight: 700;
}

.btn-host:hover {
    background: var(--host-primary-dark);
    border-color: var(--host-primary-dark);
    color: #fff;
}

.hero {
    padding: 95px 0;
    background:
        radial-gradient(circle at top right, rgba(216, 155, 69, .22), transparent 35%),
        linear-gradient(120deg, #fffdf9, #f7f3ec);
}

.hero h1 {
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: .98;
    letter-spacing: -2px;
    margin-bottom: 22px;
}

.lead {
    color: var(--host-muted);
    max-width: 680px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--host-accent);
    font-size: .78rem;
    font-weight: 800;
}

.hero-card {
    position: relative;
}

.care-note {
    margin-top: 18px;
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 15px 35px rgba(29, 41, 53, .07);
}

.care-note span {
    display: block;
    color: var(--host-muted);
}

.section {
    padding: 75px 0;
}

.section-soft {
    background: var(--host-soft);
    border-top: 1px solid var(--host-border);
    border-bottom: 1px solid var(--host-border);
}

.section-title {
    max-width: 760px;
    margin-bottom: 35px;
}

.section-title h2,
.page-header h1 {
    letter-spacing: -1px;
}

.page-header {
    padding: 75px 0;
    background: var(--host-soft);
    border-bottom: 1px solid var(--host-border);
}

.page-header h1 {
    font-size: clamp(2.3rem, 4vw, 3.7rem);
}

.page-header p {
    color: var(--host-muted);
    max-width: 760px;
}

.narrow {
    max-width: 900px;
}

.feature-box,
.team-card,
.plan-card,
.contact-form,
.quote-box,
.service-info,
.error-card {
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(29, 41, 53, .06);
}

.feature-box,
.team-card,
.plan-card,
.contact-form,
.quote-box,
.service-info,
.error-card {
    padding: 30px;
}

.feature-box h5,
.team-card h4,
.plan-card h4 {
    color: var(--host-primary);
    font-weight: 800;
}

.plan-card {
    height: 100%;
    transition: transform .18s ease, box-shadow .18s ease;
    position: relative;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(29, 41, 53, .1);
}

.plan-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.plan-card li {
    margin-bottom: 8px;
}

.plan-badge {
    display: inline-block;
    background: #e9fbfb;
    color: #0b7285;
    border: 1px solid #b8eef0;
    border-radius: 999px;
    padding: 5px 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: .78rem;
    margin-bottom: 16px;
}

.price {
    font-size: 1.7rem;
    font-weight: 900;
    color: var(--host-primary);
    margin: 20px 0;
}

.avatar {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--host-primary);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    margin-bottom: 18px;
}

.role {
    color: var(--host-accent);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
}

.form-control,
.form-select {
    border-radius: 12px;
    border-color: var(--host-border);
    padding: 12px 14px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--host-accent);
    box-shadow: 0 0 0 .2rem rgba(216, 155, 69, .15);
}

.image-placeholder {
    min-height: 260px;
    object-fit: cover;
    background: #e9e2d7;
}

.quote-box {
    font-size: 1.45rem;
    color: var(--host-primary);
    background: #fffaf2;
}

.error-page {
    padding: 95px 0;
}

.error-card {
    max-width: 820px;
    margin: 0 auto;
}

.error-card h1 {
    font-size: clamp(5rem, 12vw, 8rem);
    color: var(--host-accent);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: .9;
}

.error-meaning {
    background: var(--host-soft);
    border: 1px solid var(--host-border);
    border-radius: 14px;
    padding: 20px;
    margin-top: 25px;
    text-align: left;
}

.footer {
    padding: 42px 0;
    background: var(--host-dark);
    color: #dce2e7;
}

.footer a {
    display: block;
    color: #dce2e7;
    text-decoration: none;
    margin-bottom: 7px;
}

.footer a:hover {
    color: var(--host-accent);
}

.footer p {
    color: #aeb8c2;
    margin-bottom: 6px;
}

.footer-logo {
    width: 32px;
    height: 32px;
}

code {
    color: var(--host-primary);
    background: var(--host-soft);
    border-radius: 6px;
    padding: 2px 6px;
}

@media (max-width: 768px) {
    .hero {
        padding: 65px 0;
    }

    .section {
        padding: 55px 0;
    }

    .page-header {
        padding: 55px 0;
    }
}
.top-strip {
    background: var(--host-primary);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
    padding: 8px 0;
}

.top-strip a {
    color: #fff;
    font-weight: 800;
}

.hero-email-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--host-muted);
}

.hero-email-row a {
    color: var(--host-primary);
    font-weight: 800;
}

.process-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.process-list div {
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 14px;
    padding: 14px 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.process-list strong {
    color: var(--host-accent);
    margin-right: 8px;
}

.email-card,
.contact-directory {
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 15px 35px rgba(29, 41, 53, .06);
    height: 100%;
}

.email-card h5 {
    color: var(--host-primary);
    font-weight: 800;
}

.email-card a,
.team-email,
.mini-contact a,
.contact-directory a,
.service-info a {
    color: var(--host-primary);
    font-weight: 800;
}

.best-for {
    background: var(--host-soft);
    border: 1px solid var(--host-border);
    border-radius: 12px;
    padding: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--host-muted);
    margin: 15px 0;
}

.mini-contact {
    background: var(--host-soft);
    border: 1px solid var(--host-border);
    border-radius: 16px;
    padding: 18px;
    display: grid;
    gap: 6px;
    font-family: Arial, Helvetica, sans-serif;
}

.mini-contact strong {
    color: var(--host-dark);
    margin-top: 4px;
}

.contact-directory h3 {
    color: var(--host-primary);
}

.directory-item {
    border-top: 1px solid var(--host-border);
    padding: 13px 0;
    display: grid;
    gap: 3px;
}

.directory-item span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: var(--host-dark);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 30px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    color: #aeb8c2;
    font-size: .9rem;
}

/* v4 polished interface */
.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hero-polished {
    position: relative;
    overflow: hidden;
}

.hero-polished::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(41,67,92,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(41,67,92,.045) 1px, transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
}

.hero-polished .container {
    position: relative;
    z-index: 1;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 999px;
    padding: 8px 14px;
    color: var(--host-primary);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: .88rem;
    margin-bottom: 22px;
    box-shadow: 0 12px 30px rgba(29, 41, 53, .06);
}

.hero-pill::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #37b26c;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(55, 178, 108, .14);
}

.hosting-panel {
    background: #1d2935;
    color: #fff;
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 30px 70px rgba(29, 41, 53, .22);
    border: 1px solid rgba(255,255,255,.12);
}

.hosting-panel-top {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.hosting-panel-top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #18d4d8;
    opacity: .9;
}

.hosting-panel-top span:nth-child(2) {
    background: #f0d7ad;
}

.hosting-panel-top span:nth-child(3) {
    background: #37b26c;
}

.server-stack {
    display: grid;
    gap: 12px;
}

.server-row {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
}

.server-row.active {
    background: rgba(216,155,69,.18);
    border-color: rgba(216,155,69,.35);
}

.server-row em {
    font-style: normal;
    color: #cbd5df;
}

.panel-note {
    background: #fff;
    color: var(--host-dark);
    border-radius: 20px;
    padding: 18px;
    margin-top: 18px;
}

.panel-note p {
    color: var(--host-muted);
    margin: 4px 0 0;
}

.stats-strip {
    margin-top: 65px;
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0 18px 45px rgba(29, 41, 53, .08);
    overflow: hidden;
}

.stats-strip div {
    padding: 22px;
    text-align: center;
    border-right: 1px solid var(--host-border);
}

.stats-strip div:last-child {
    border-right: 0;
}

.stats-strip strong {
    display: block;
    color: var(--host-primary);
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.stats-strip span {
    color: var(--host-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: .9rem;
}

.polished-feature {
    position: relative;
    overflow: hidden;
}

.polished-feature::after {
    content: "";
    position: absolute;
    right: -35px;
    top: -35px;
    width: 90px;
    height: 90px;
    background: rgba(216, 155, 69, .12);
    border-radius: 50%;
}

.feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--host-primary);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    margin-bottom: 18px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.process-card {
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 35px rgba(29, 41, 53, .06);
}

.process-card span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--host-accent);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    margin-bottom: 15px;
}

.process-card h5 {
    color: var(--host-primary);
    font-weight: 900;
}

.plan-card-polished {
    display: flex;
    flex-direction: column;
}

.plan-card-polished .btn {
    margin-top: auto;
}

.plan-features {
    list-style: none;
    padding-left: 0 !important;
}

.plan-features li {
    position: relative;
    padding-left: 28px;
}

.plan-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #37b26c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.tall-quote {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tall-quote span {
    display: block;
    font-size: 1rem;
    color: var(--host-muted);
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 16px;
}

.faq-preview {
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(29, 41, 53, .06);
}

.faq-preview details {
    border-top: 1px solid var(--host-border);
    padding: 16px 0;
}

.faq-preview details:first-of-type {
    border-top: 0;
}

.faq-preview summary {
    cursor: pointer;
    color: var(--host-primary);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.faq-preview p {
    color: var(--host-muted);
    margin: 10px 0 0;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.trust-list span {
    background: #e9fbfb;
    border: 1px solid #b8eef0;
    border-radius: 999px;
    padding: 8px 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #0b7285;
}

.value-card {
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(29, 41, 53, .06);
}

.value-card h5 {
    color: var(--host-primary);
    font-weight: 900;
}

.cta-band {
    background: linear-gradient(135deg, var(--host-primary), #162331);
    color: #fff;
    padding: 55px 0;
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cta-inner h2 {
    margin-bottom: 8px;
}

.cta-inner p {
    color: #cbd5df;
    margin-bottom: 0;
}

.cta-inner .eyebrow {
    color: #9ff3f5;
}

.premium-directory {
    position: sticky;
    top: 110px;
}

.admin-card h1,
.admin-card h2,
.admin-main h1 {
    color: #29435c;
    font-weight: 900;
}

@media (max-width: 992px) {
    .stats-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-strip div {
        border-bottom: 1px solid var(--host-border);
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .premium-directory {
        position: static;
    }
}

@media (max-width: 576px) {
    .stats-strip {
        grid-template-columns: 1fr;
    }

    .stats-strip div {
        border-right: 0;
    }

    .cta-inner {
        align-items: flex-start;
    }
}


/* v5 teal/logo/legal update */
.brand-logo-real {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    object-fit: cover;
}

.navbar-brand span {
    font-size: 1.08rem;
}

.dropdown-menu {
    border: 1px solid var(--host-border);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(6,40,50,.12);
    padding: 10px;
}

.dropdown-item {
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.dropdown-item:hover {
    background: var(--host-soft);
    color: var(--host-primary);
}

.hero-polished {
    background:
        radial-gradient(circle at top right, rgba(24, 212, 216, .24), transparent 34%),
        radial-gradient(circle at bottom left, rgba(7, 63, 74, .14), transparent 38%),
        linear-gradient(120deg, #f8ffff, #eefbfb);
}

.hosting-panel {
    background: linear-gradient(145deg, #062832, #073f4a);
}

.hosting-panel-top span {
    background: #18d4d8;
}

.server-row.active {
    background: rgba(24,212,216,.16);
    border-color: rgba(24,212,216,.35);
}

stats-strip strong,
.stats-strip strong {
    color: var(--host-primary);
}

.legal-section {
    background: linear-gradient(180deg, #fff, #f8ffff);
}

.legal-card {
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 18px 45px rgba(6,40,50,.08);
}

.legal-warning {
    background: #eefbfb;
    border: 1px solid #b8eef0;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 28px;
    color: var(--host-primary);
    font-family: Arial, Helvetica, sans-serif;
}

.legal-block {
    border-top: 1px solid var(--host-border);
    padding: 26px 0;
}

.legal-block:first-of-type {
    border-top: 0;
}

.legal-block h2 {
    color: var(--host-primary);
    font-size: 1.45rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.legal-block p {
    color: var(--host-muted);
    line-height: 1.75;
}

.legal-updated {
    border-top: 1px solid var(--host-border);
    padding-top: 20px;
    color: var(--host-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95rem;
}

.footer .col-lg-3 {
    min-width: 190px;
}

@media (max-width: 768px) {
    .brand-logo-real {
        width: 40px;
        height: 40px;
    }
}
/* v5.1 footer/legal fixes */
.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(4, 1fr);
    gap: 34px;
    align-items: start;
}

.footer-col {
    min-width: 0;
}

.footer-brand-col {
    max-width: 360px;
}

.footer-logo-real {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    object-fit: cover;
}

.dropdown-header {
    color: var(--host-primary);
    font-weight: 900;
}

@media (max-width: 1100px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-brand-col {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}
/* v6 legal location/infrastructure additions */
.location-split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.location-split div {
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 14px 34px rgba(6,40,50,.06);
}

.location-split span {
    display: block;
    color: var(--host-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: .85rem;
    margin-bottom: 6px;
}

.location-split strong {
    color: var(--host-primary);
    font-size: 1.15rem;
}

.map-card {
    position: relative;
    min-height: 360px;
    background:
        radial-gradient(circle at 25% 35%, rgba(24,212,216,.24), transparent 18%),
        radial-gradient(circle at 72% 60%, rgba(7,63,74,.18), transparent 22%),
        linear-gradient(145deg, #062832, #073f4a);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(6,40,50,.18);
    overflow: hidden;
}

.map-node {
    position: absolute;
    background: #fff;
    border: 1px solid var(--host-border);
    border-radius: 18px;
    padding: 18px;
    min-width: 190px;
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

.map-node strong {
    display: block;
    color: var(--host-primary);
    font-size: 1.2rem;
}

.map-node span {
    color: var(--host-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.map-node.england {
    left: 40px;
    top: 70px;
}

.map-node.germany {
    right: 40px;
    bottom: 70px;
}

.map-line {
    position: absolute;
    left: 210px;
    right: 210px;
    top: 50%;
    height: 3px;
    background: linear-gradient(90deg, #18d4d8, #ffffff);
    transform: rotate(18deg);
    opacity: .9;
}

.infra-banner {
    background: linear-gradient(135deg, #073f4a, #0b7285);
    color: #fff;
    border-radius: 26px;
    padding: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    box-shadow: 0 24px 60px rgba(6,40,50,.16);
}

.infra-banner h2 {
    margin-bottom: 8px;
}

.infra-banner p {
    color: #d9fbfc;
    margin-bottom: 0;
}

.infra-banner .eyebrow {
    color: #9ff3f5;
}

.infra-banner .btn-host {
    background: #fff;
    color: var(--host-primary);
    border-color: #fff;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .location-split {
        grid-template-columns: 1fr;
    }

    .map-node {
        position: static;
        margin-bottom: 18px;
    }

    .map-line {
        display: none;
    }

    .map-card {
        min-height: auto;
    }

    .infra-banner {
        align-items: flex-start;
        flex-direction: column;
    }
}
