.domain-checker-bg {
    margin: 0;
    padding: 80px 0;
    background: #f8fafc;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

/* Globe Overlay */
.domain-checker-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-image: url('../img/globe.png');
    background-repeat: no-repeat;
    background-position: right -150px top -50px;
    background-size: 600px;

    opacity: 0.06;   /* 🔥 subtil */
    pointer-events: none;
}

/* Inhalt über Overlay */
.domain-checker-bg > * {
    position: relative;
    z-index: 2;
}

.input-group-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.search-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 6px 6px 6px 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.search-icon {
    color: #0c9897;
    font-size: 18px;
    margin-right: 10px;
}

.domain-input {
    border: none;
    box-shadow: none;
    flex: 1;
    font-size: 16px;
}

.domain-input:focus {
    outline: none;
    box-shadow: none;
}

.domain-check-availability {
    background: #0c9897;
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.domain-check-availability:hover {
    background: #0a7f7e;
}

.domain-checker-bg {
    background: #f8fafc;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.domain-checker-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-image: url('../img/globe.png');
    background-repeat: no-repeat;
    background-position: right -150px top -50px;
    background-size: 600px;

    opacity: 0.06;
}

.domain-unavailable {
    background: #f8f9fb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.domain-unavailable .status {
    color: #d9534f;
    font-weight: 600;
    margin-bottom: 10px;
}

.domain-unavailable .tld {
    font-size: 18px;
    color: #555;
}

/* =======================================================
   TLD PRICING – 4future Style (für .tld-row Layout)
   ======================================================= */

/* Container etwas luftiger */
.bg-white {
    padding: 10px 0;
}

/* Header */
.tld-pricing-header {
    border-bottom: 2px solid #0c9897;
    font-weight: 600;
    color: #333;
    padding: 10px 0;
}

/* Einzelne Zeilen kompakter + Card Look */
.tld-row {
    margin: 6px 0;
    padding: 12px 10px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.15s ease;
}

/* Hover */
.tld-row:hover {
    background: rgba(12, 152, 151, 0.05);
}

/* Linke Spalte (.com etc.) */
.tld-row .col-md-4 strong {
    font-size: 16px;
    color: #222;
}

/* Preise */
.tld-row .text-center {
    font-size: 15px;
    color: #333;
}

/* Preis hervorheben */
.tld-row .text-center:first-child {
    color: #0c9897;
    font-weight: 600;
}

/* "1 Jahr" kleiner */
.tld-row small {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

/* Abstand reduzieren (Bootstrap rows entfernen Luft) */
.tld-row .row {
    margin: 0;
}

/* Sale Badge ("Angesagt") */
.tld-sale-group {
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 6px;
    margin-left: 8px;
    background: rgba(12, 152, 151, 0.1);
    color: #0c9897;
}

/* =======================================================
   BUTTONS konsistent
   ======================================================= */

.tld-row .btn {
    background: #0c9897;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
}

.tld-row .btn:hover {
    background: #0a7f7e;
}

/* =======================================================
   OPTIONAL: noch kompakter
   ======================================================= */

.tld-row {
    line-height: 1.3;
}

/* 1. ALLE Header-Balken entfernen */
.tld-pricing-header .col-4 {
    background: transparent !important;
}

/* 2. Auch Hover / Active / sonstige Zustände killen */
.tld-pricing-header .col-4,
.tld-pricing-header .col-4:hover,
.tld-pricing-header .col-4:active {
    background-image: none !important;
    box-shadow: none !important;
}

/* 3. Falls WHMCS Gradient benutzt */
.tld-pricing-header .col-4 {
    background: none !important;
}

/* 4. Saubere Linie stattdessen */
.tld-pricing-header {
    border-bottom: 2px solid rgba(12, 152, 151, 0.3);
}

/* 5. Cyan Highlight für "im ersten Jahr" */
.tld-pricing-header .col-4:first-child {
    color: #0c9897 !important;
    font-weight: 600;
}



/* =========================================
   Domain Transfer – Info Box (soft, modern)
   ========================================= */
.domain-transfer-info {
    background: #f4fbfb;              /* sehr leichtes Cyan */
    border-left: 4px solid #00a8a8;   /* 4future Farbe */
    padding: 15px 18px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    color: #2c5d63;
}

.domain-transfer-info strong {
    color: #007c7c;
}

/* Optional: Bootstrap alert entschärfen (falls du es weiter nutzt) */
.alert-info {
    background-color: #eef8f9;
    border-color: #ccebec;
    color: #2c5d63;
}

/* =========================================
   Formular Panel verbessern
   ========================================= */
.panel.card {
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.panel-heading {
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

/* =========================================
   Formularelemente
   ========================================= */
.form-group {
    margin-bottom: 18px;
}

label {
    font-weight: 600;
    margin-bottom: 6px;
}

/* Inputs größer & moderner */
.form-control {
    height: 44px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
}

/* Fokus-Zustand (sehr wichtig für UX) */
.form-control:focus {
    border-color: #00a8a8;
    box-shadow: 0 0 0 2px rgba(0,168,168,0.15);
}

/* =========================================
   Button – stärkerer Call-to-Action
   ========================================= */
.btn-transfer {
    background: #00a8a8;
    border-color: #00a8a8;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
}

.btn-transfer:hover {
    background: #008c8c;
    border-color: #008c8c;
}

/* =========================================
   Kleinere Verbesserungen
   ========================================= */

/* Hilfe-Link dezenter */
label a {
    font-size: 13px;
    color: #6c757d;
}

label a:hover {
    color: #00a8a8;
    text-decoration: none;
}

/* Tooltip besser lesbar */
.tooltip-inner {
    max-width: 250px;
    font-size: 13px;
}

/* Mobile spacing */
@media (max-width: 768px) {
    .domain-transfer-info {
        font-size: 13px;
        padding: 12px 14px;
    }

    .form-control {
        height: 42px;
    }
}

.btn-service {
  background-color: var(--color-service);
  color: #fff;
}

.btn-domain {
  background-color: var(--color-domain);
  color: #fff;
}

