/* ============================================
   domain.css - UnderHost Domain Pages
   Production-ready, optimized, no conflicts
   ============================================ */

/* --------------------------------------------
   THEME-DOMAIN - Core Variables
   -------------------------------------------- */
.theme-domain {
    --color-primary: #2768DB;
    --color-primary-light: #4A85E6;
    --color-primary-dark: #1A4FA8;
    --color-primary-darker: #0F3A7A;
    
    --color-accent: #0091D6;
    --color-accent-light: #22D3EE;
    --color-accent-dark: #0077B3;
    
    --color-deep-navy: #0B1630;
    --color-bg: #F8FAFC;
    --color-panel: #FFFFFF;
    --color-border: #E2E8F0;
    --color-text: #1E293B;
    --color-text-muted: #64748B;
    --color-success: #16A34A;
    --color-warning: #F59E0B;
    --color-danger: #EF4444;
    --color-price: #2768DB;
    
    --gradient-cta: linear-gradient(135deg, #2768DB 0%, #0091D6 55%, #22D3EE 100%);
    --shadow-card: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
    --shadow-hover: 0 20px 30px -10px rgba(39, 104, 219, 0.15);
}

/* --------------------------------------------
   HERO SECTION
   -------------------------------------------- */
.domain-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url('https://bunny-wp-pullzone-jd2vlhoq0a.b-cdn.net/wp-content/uploads/2024/12/lightshow-in-dubai-showing-how-the-world-is-evolvi-2024-10-14-16-02-47-utc-scaled.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.domain-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(11, 22, 48, 0.92) 0%, rgba(39, 104, 219, 0.85) 50%, rgba(0, 145, 214, 0.7) 100%);
    z-index: 1;
}

.domain-hero .hero-content {
    position: relative;
    z-index: 2;
}

.domain-hero .hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 60px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
}

.domain-hero .hero-badge i {
    color: #22D3EE;
    margin-right: 8px;
}

.domain-hero .hero-title {
    color: #fff;
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.domain-hero .hero-title span {
    color: #22D3EE;
}

.domain-hero .hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
}

.domain-hero .trust-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 30px 0;
}

.domain-hero .chip {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 60px;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(5px);
}

.domain-hero .chip i {
    color: #22D3EE;
}

.domain-hero .modern-search-wrapper {
    max-width: 700px;
    margin: 30px auto 20px;
    background: #fff;
    border-radius: 60px;
    padding: 5px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.domain-hero .search-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.domain-hero .search-prefix {
    background: #F1F5F9;
    padding: 0 20px;
    border-radius: 60px 0 0 60px;
    font-weight: 600;
    color: var(--color-text-muted);
    height: 64px;
    line-height: 64px;
    white-space: nowrap;
    font-size: 16px;
    border-right: 1px solid var(--color-border);
}

.domain-hero .search-input {
    flex: 1;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    height: 64px;
    background: #fff;
    min-width: 0;
}

.domain-hero .search-btn {
    background: var(--gradient-cta);
    border: none;
    border-radius: 0 60px 60px 0;
    padding: 0 40px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 64px;
    white-space: nowrap;
}

.domain-hero .search-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.domain-hero .secondary-link {
    margin-top: 15px;
}

.domain-hero .secondary-link a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    padding-bottom: 2px;
}

.domain-hero .secondary-link a:hover {
    border-bottom-color: #fff;
}

.domain-hero .tld-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 40px 0 0;
}

.domain-hero .tld-pill {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 60px;
    padding: 8px 22px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(5px);
}

.domain-hero .tld-pill:hover,
.domain-hero .tld-pill.active {
    background: var(--gradient-cta);
    border-color: transparent;
    transform: translateY(-2px);
}

/* --------------------------------------------
   DIVIDER
   -------------------------------------------- */
.uh-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.uh-divider-line {
    flex: 1;
    max-width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
    margin: 0 20px;
}

.uh-divider-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(39, 104, 219, 0.3);
}

.uh-divider-icon img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

/* --------------------------------------------
   FILTER BAR
   -------------------------------------------- */
.filter-bar {
    background: var(--color-panel);
    border-radius: 60px;
    padding: 8px 20px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--color-border);
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.filter-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.filter-category {
    padding: 8px 20px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-muted);
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
    border: none;
    white-space: nowrap;
}

.filter-category:hover {
    color: var(--color-primary);
    background: rgba(39, 104, 219, 0.05);
}

.filter-category.active {
    background: var(--color-primary);
    color: #fff;
}

.filter-select {
    padding: 8px 35px 8px 20px;
    border-radius: 60px;
    border: 1px solid var(--color-border);
    background: #fff;
    font-size: 14px;
    color: var(--color-text);
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.filter-drawer-toggle {
    display: none;
    width: 100%;
    padding: 16px 20px;
    background: var(--color-panel);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    font-weight: 600;
    color: var(--color-text);
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: var(--shadow-card);
}

.filter-drawer {
    display: none;
    background: var(--color-panel);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
}

.filter-drawer.open {
    display: block;
}

/* --------------------------------------------
   PRICING SECTION
   -------------------------------------------- */
.pricing-section {
    padding: 40px 0;
}

.grid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 20px;
}

.grid-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0;
}

.view-toggle {
    display: flex;
    gap: 8px;
    background: #F1F5F9;
    padding: 4px;
    border-radius: 60px;
}

.view-btn {
    padding: 8px 20px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-muted);
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background: transparent;
    white-space: nowrap;
}

.view-btn.active {
    background: #fff;
    color: var(--color-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.table-view {
    display: block;
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--color-border);
    overflow-x: auto;
    box-shadow: var(--shadow-card);
}

.tld-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.tld-table th {
    background: #F8FAFC;
    padding: 18px 20px;
    text-align: left;
    font-weight: 700;
    color: var(--color-text);
    border-bottom: 2px solid var(--color-border);
    font-size: 15px;
}

.tld-table td {
    padding: 15px 20px;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text);
    font-size: 15px;
}

.tld-table tr:last-child td {
    border-bottom: none;
}

.tld-table tr:hover td {
    background: rgba(39, 104, 219, 0.02);
}

.tld-table .tld-name {
    font-weight: 700;
    color: var(--color-primary);
    font-size: 16px;
}

.tld-table .price-highlight {
    color: var(--color-price);
    font-weight: 700;
    font-size: 16px;
}

.tld-table .badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 60px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 10px;
    background: rgba(39, 104, 219, 0.1);
    color: var(--color-primary);
}

.tld-table .badge.hot {
    background: #FEE2E2;
    color: #DC2626;
}

.tld-table .badge.new {
    background: #DCFCE7;
    color: #16A34A;
}

.btn-register-sm {
    background: var(--color-primary);
    color: #fff;
    padding: 6px 15px;
    border-radius: 60px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    border: none;
    white-space: nowrap;
}

.btn-register-sm:hover {
    background: var(--color-primary-dark);
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Pricing Grid (Cards) */
.tld-grid {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.tld-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    padding: 25px;
    transition: all 0.2s ease;
    box-shadow: var(--shadow-card);
}

.tld-card:hover {
    transform: translateY(-3px);
    border-color: var(--color-primary);
    box-shadow: var(--shadow-hover);
}

.tld-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.tld-card-header h4 {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-text);
    margin: 0;
}

.tld-badge {
    padding: 4px 10px;
    border-radius: 60px;
    font-size: 11px;
    font-weight: 700;
    background: rgba(39, 104, 219, 0.1);
    color: var(--color-primary);
}

.tld-badge.hot {
    background: #FEE2E2;
    color: #DC2626;
}

.tld-badge.new {
    background: #DCFCE7;
    color: #16A34A;
}

.tld-description {
    color: var(--color-text-muted);
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.tld-pricing {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 15px 0;
    margin-bottom: 20px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 14px;
}

.price-row span:first-child {
    color: var(--color-text-muted);
}

.price-row .price-value {
    font-weight: 700;
    color: var(--color-text);
}

/* --------------------------------------------
   DOMAIN MODERN SECTION
   -------------------------------------------- */
.domain-modern-section {
    --domain-primary: #0077FF;
    --domain-secondary: #00D4FF;
    
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff, #f8faff, #ffffff);
    overflow: hidden;
}

.domain-modern-section .domain-bg-glow {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(0, 119, 255, 0.05) 0%, transparent 70%);
    filter: blur(80px);
    animation: domainGlow 12s ease-in-out infinite;
    pointer-events: none;
}

@keyframes domainGlow {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    50% { transform: translate(-20px, -20px) scale(1.1); opacity: 0.8; }
}

.domain-modern-section .domain-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(0, 119, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.domain-modern-section .domain-badge span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--domain-secondary);
    text-transform: uppercase;
    background: rgba(0, 119, 255, 0.1);
    padding: 6px 15px;
    border-radius: 30px;
    border: 1px solid rgba(0, 212, 255, 0.3);
    display: inline-block;
}

.domain-modern-section .domain-main-title {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    padding: 0 15px;
}

.domain-modern-section .title-accent {
    font-weight: 700;
    color: var(--domain-primary);
    position: relative;
    display: inline-block;
}

.domain-modern-section .title-accent::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--domain-primary), var(--domain-secondary));
    border-radius: 3px;
}

.domain-modern-section .domain-subtitle {
    font-size: clamp(16px, 3vw, 20px);
    color: #666;
    margin-bottom: 40px;
    padding: 0 15px;
}

.domain-modern-section .domain-subtitle strong {
    color: var(--domain-primary);
    font-weight: 600;
}

.domain-modern-section .domain-search-container {
    background: #fff;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0 20px 40px rgba(0, 119, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    margin: 0 15px 30px;
}

.domain-modern-section .domain-input-wrapper {
    display: flex;
    align-items: center;
    background: #f8faff;
    border: 2px solid transparent;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.domain-modern-section .domain-input-wrapper:focus-within {
    border-color: var(--domain-primary);
    box-shadow: 0 0 0 4px rgba(0, 119, 255, 0.1);
}

.domain-modern-section .domain-protocol {
    padding: 0 15px;
    font-size: 14px;
    color: #999;
    background: #f0f4ff;
    height: 50px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(0, 119, 255, 0.1);
    white-space: nowrap;
}

.domain-modern-section .domain-input {
    flex: 1;
    height: 50px;
    padding: 0 15px;
    border: none;
    background: transparent;
    font-size: 15px;
    color: #333;
    min-width: 0;
}

.domain-modern-section .domain-input:focus {
    outline: none;
}

.domain-modern-section .domain-input::placeholder {
    color: #aaa;
}

.domain-modern-section .domain-search-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 20px;
    height: 50px;
    background: linear-gradient(135deg, var(--domain-primary), var(--domain-secondary));
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.domain-modern-section .domain-search-btn:hover {
    background: linear-gradient(135deg, var(--domain-secondary), var(--domain-primary));
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 119, 255, 0.3);
}

.domain-modern-section .domain-trust-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.domain-modern-section .domain-trust-badges span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.domain-modern-section .domain-trust-badges i {
    color: var(--domain-secondary);
}

.domain-modern-section .domain-price-info {
    margin: 30px 0 40px;
    padding: 0 15px;
}

.domain-modern-section .domain-price-text {
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 300;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.domain-modern-section .domain-price-highlight {
    font-weight: 800;
    color: var(--domain-primary);
    font-size: clamp(22px, 4vw, 28px);
    white-space: nowrap;
}

.domain-modern-section .domain-price-period {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.domain-modern-section .domain-price-note {
    font-size: clamp(14px, 2.5vw, 16px);
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0 15px;
}

.domain-modern-section .domain-price-note i {
    color: var(--domain-secondary);
}

.domain-modern-section .domain-footer-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: linear-gradient(145deg, var(--color-deep-navy), #0A1F3A);
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 119, 255, 0.2);
    margin: 20px 15px 0;
    font-size: 14px;
    text-align: left;
    max-width: 90%;
}

.domain-modern-section .domain-footer-note i {
    color: var(--domain-secondary);
    font-size: 16px;
    flex-shrink: 0;
}

/* --------------------------------------------
   MODERN TLD SHOWCASE (NO CONFLICTS)
   -------------------------------------------- */
.tld-showcase-modern {
    background: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.tld-showcase-modern .bg-orb-1 {
    position: absolute;
    top: -30%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(39,104,219,0.02) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
}

.tld-showcase-modern .bg-orb-2 {
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0,145,214,0.02) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
}

.tld-showcase-modern .container {
    position: relative;
    z-index: 2;
}

.tld-showcase-modern h2 {
    color: var(--color-text);
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
}

.tld-showcase-modern h2 span {
    background: linear-gradient(135deg, #2768DB, #0091D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tld-showcase-modern .subtitle {
    color: var(--color-text-muted);
    font-size: 18px;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* TLD Showcase Grid - Unique class to avoid conflicts */
.tld-showcase-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.tld-showcase-item {
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    cursor: default;
}

.tld-showcase-item:hover {
    transform: translateY(-5px);
    border-color: #0091D6;
    box-shadow: 0 20px 30px -10px rgba(0,145,214,0.25);
}

.tld-showcase-item:hover .tld-showcase-tooltip {
    visibility: visible;
    opacity: 1;
}

.tld-showcase-item:hover .tld-showcase-icon {
    transform: scale(1.1);
}

.tld-showcase-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.tld-showcase-name {
    color: var(--color-text);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
}

.tld-showcase-desc {
    color: var(--color-text-muted);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.tld-showcase-price {
    background: rgba(39,104,219,0.08);
    color: var(--color-primary);
    padding: 4px 12px;
    border-radius: 60px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.tld-showcase-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background: #0B1630;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
    pointer-events: none;
}

.tld-showcase-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0B1630;
}

.tld-showcase-tooltip strong {
    color: #22D3EE;
    display: block;
    margin-bottom: 5px;
}

/* Tablet */
@media (max-width: 991px) {
    .tld-showcase-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .tld-showcase-icon {
        width: 70px;
        height: 70px;
    }
    
    .tld-showcase-name {
        font-size: 22px;
    }
}

/* Mobile Large */
@media (max-width: 768px) {
    .tld-showcase-modern {
        padding: 60px 0 !important;
    }
    
    .tld-showcase-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 10px;
    }
    
    .tld-showcase-item {
        padding: 20px 10px;
    }
    
    .tld-showcase-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    
    .tld-showcase-name {
        font-size: 20px;
    }
    
    .tld-showcase-desc {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .tld-showcase-price {
        font-size: 11px;
        padding: 3px 10px;
    }
    
    .bg-orb-1, .bg-orb-2 {
        opacity: 0.3;
    }
    
    .tld-showcase-tooltip {
        width: 180px;
        font-size: 12px;
        padding: 10px;
    }
}

/* Mobile Small */
@media (max-width: 480px) {
    .tld-showcase-modern {
        padding: 40px 0 !important;
    }
    
    .tld-showcase-grid {
        gap: 10px;
        padding: 0 5px;
    }
    
    .tld-showcase-item {
        padding: 15px 8px;
        border-radius: 16px;
    }
    
    .tld-showcase-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    
    .tld-showcase-name {
        font-size: 18px;
        margin-bottom: 3px;
    }
    
    .tld-showcase-desc {
        font-size: 11px;
        margin-bottom: 10px;
    }
    
    .tld-showcase-price {
        font-size: 10px;
        padding: 2px 8px;
    }
    
    .tld-showcase-tooltip {
        display: none;
    }
    
    .tld-showcase-item::after {
        content: 'ⓘ';
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 12px;
        color: var(--color-primary);
        opacity: 0.5;
    }
}

/* Very Small Devices */
@media (max-width: 360px) {
    .tld-showcase-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .tld-showcase-item {
        display: flex;
        align-items: center;
        text-align: left;
        padding: 15px;
    }
    
    .tld-showcase-item .tld-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .tld-showcase-icon {
        width: 40px;
        height: 40px;
        margin: 0 15px 0 0;
    }
    
    .tld-showcase-name {
        font-size: 16px;
        margin: 0 10px 0 0;
    }
    
    .tld-showcase-desc {
        font-size: 12px;
        margin: 0 10px 0 0;
    }
    
    .tld-showcase-price {
        margin-left: auto;
    }
    
    .tld-showcase-item::after {
        display: none;
    }
}

/* Touch device adjustments */
@media (hover: none) and (pointer: coarse) {
    .tld-showcase-item.active {
        transform: translateY(-3px);
    }
    
    .tld-showcase-item:active .tld-showcase-tooltip {
        visibility: visible;
        opacity: 1;
    }
}

/* --------------------------------------------
   .TO NOTICE SECTION
   -------------------------------------------- */
.to-notice-section {
    background: var(--color-deep-navy);
    padding: 80px 0;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.to-notice-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(39,104,219,0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.to-notice-section::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0,145,214,0.1) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
}

.to-notice-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 50px -20px rgba(0,0,0,0.5);
    position: relative;
    z-index: 2;
}

.to-notice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 20px;
}

.to-premium-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(34,197,94,0.2), rgba(34,197,94,0.1));
    border: 1px solid rgba(34,197,94,0.3);
    border-radius: 60px;
    color: #22C55E;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.to-pricing-badge {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 60px;
    padding: 10px 25px;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
}

.to-price {
    color: white;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.to-period {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 500;
}

.to-notice-card h3 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.to-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px 0;
    padding: 25px;
    background: rgba(255,255,255,0.03);
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.1);
}

.to-pricing-item {
    text-align: center;
    padding: 15px 10px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.to-pricing-item:last-child {
    border-right: none;
}

.to-pricing-label {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.to-pricing-value {
    color: white;
    font-size: 24px;
    font-weight: 800;
}

.to-status-new {
    background: linear-gradient(135deg, #22C55E, #16A34A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px;
    font-weight: 800;
}

.to-description {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.7;
    margin: 30px 0;
    padding: 0 20px;
    text-align: center;
}

.to-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.to-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.to-feature:hover {
    background: rgba(255,255,255,0.08);
    transform: translateY(-2px);
    border-color: rgba(34,197,94,0.3);
}

.to-feature i {
    color: #22D3EE;
    font-size: 20px;
    width: 24px;
}

.to-feature span {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.to-notice-box {
    display: flex;
    gap: 25px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(39,104,219,0.15), rgba(0,145,214,0.1));
    border-radius: 30px;
    margin: 40px 0 30px;
    border: 1px solid rgba(34,197,94,0.2);
    align-items: flex-start;
}

.notice-icon i {
    font-size: 32px;
    color: #22D3EE;
}

.notice-content {
    flex: 1;
}

.notice-content p {
    color: white;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.notice-content strong {
    color: #22D3EE;
}

.btn-to-register {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--gradient-cta);
    color: white;
    padding: 14px 35px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 10px 20px rgba(39,104,219,0.3);
}

.btn-to-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(39,104,219,0.4);
    color: white;
    text-decoration: none;
}

/* --------------------------------------------
   .TO RDAP SECTION
   -------------------------------------------- */
.to-rdap-section {
    background: linear-gradient(135deg, #f8faff, #ffffff);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.to-rdap-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(39,104,219,0.03) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
}

.to-rdap-section::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0,145,214,0.03) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
}

.to-rdap-card {
    background: white;
    border-radius: 40px;
    padding: 50px;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
    position: relative;
    z-index: 2;
}

.to-rdap-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-border);
}

.to-rdap-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(39,104,219,0.1), rgba(0,145,214,0.1));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--color-primary);
    flex-shrink: 0;
}

.to-rdap-badge {
    display: inline-block;
    padding: 6px 15px;
    background: rgba(39,104,219,0.1);
    border: 1px solid rgba(39,104,219,0.2);
    border-radius: 60px;
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.to-rdap-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--color-text);
    margin: 0 0 5px 0;
}

.to-rdap-subtitle {
    color: var(--color-text-muted);
    font-size: 16px;
    margin: 0;
}

.to-rdap-input-group {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid var(--color-border);
    border-radius: 60px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.to-rdap-input-group:focus-within {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px rgba(39,104,219,0.1);
}

.to-rdap-prefix {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-muted);
    background: #f1f5f9;
    height: 60px;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--color-border);
    white-space: nowrap;
}

.to-rdap-input-group input {
    flex: 1;
    height: 60px;
    padding: 0 20px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: var(--color-text);
    min-width: 0;
}

.to-rdap-input-group input:focus {
    outline: none;
}

.to-rdap-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
    height: 60px;
    background: var(--gradient-cta);
    color: white;
    border: none;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.to-rdap-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(39,104,219,0.3);
}

.to-rdap-loading {
    text-align: center;
    padding: 40px;
    background: #f8fafc;
    border-radius: 20px;
    margin-bottom: 30px;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(39,104,219,0.1);
    border-radius: 50%;
    border-top-color: var(--color-primary);
    animation: spin 1s ease-in-out infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.to-rdap-result {
    display: flex;
    gap: 25px;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.to-rdap-result.available {
    background: linear-gradient(135deg, rgba(34,197,94,0.05), rgba(34,197,94,0.02));
    border: 1px solid rgba(34,197,94,0.2);
}

.to-rdap-result.registered {
    background: linear-gradient(135deg, rgba(239,68,68,0.05), rgba(239,68,68,0.02));
    border: 1px solid rgba(239,68,68,0.2);
}

.to-rdap-result.error {
    background: linear-gradient(135deg, rgba(239,68,68,0.05), rgba(239,68,68,0.02));
    border: 1px solid rgba(239,68,68,0.2);
}

.to-rdap-result.redirect {
    background: linear-gradient(135deg, rgba(39,104,219,0.05), rgba(0,145,214,0.02));
    border: 1px solid rgba(39,104,219,0.2);
}

.result-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.result-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: var(--color-text);
}

.result-content .domain-name {
    color: var(--color-primary);
    font-size: 18px;
    margin-left: 10px;
}

.result-content p {
    color: var(--color-text-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.rdap-details {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
    border: 1px solid var(--color-border);
}

.detail-row {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    width: 100px;
    font-weight: 600;
    color: var(--color-text);
}

.detail-value {
    flex: 1;
    color: var(--color-text-muted);
}

.to-register-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gradient-cta);
    color: white;
    padding: 12px 25px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    margin-top: 10px;
}

.to-register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(39,104,219,0.3);
    color: white;
    text-decoration: none;
}

.to-rdap-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.to-rdap-features .feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.to-rdap-features .feature-item i {
    font-size: 24px;
    color: var(--color-primary);
    background: rgba(39,104,219,0.08);
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.to-rdap-features .feature-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 5px 0;
}

.to-rdap-features .feature-item p {
    color: var(--color-text-muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* --------------------------------------------
   SUPPORT SECTION
   -------------------------------------------- */
.support-section {
    position: relative;
    background-image: url(https://cdn.underhost.com/images/supportbg.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.support-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(11, 22, 48, 0.92) 0%, rgba(39, 104, 219, 0.85) 100%);
}

.support-section .container {
    position: relative;
    z-index: 2;
}

.support-section .support-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 600px;
    margin-left: auto;
}

.support-section .support-card h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.support-section .support-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.support-section .support-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.support-section .support-list li {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
}

.support-section .support-list li:last-child {
    border-bottom: none;
}

.support-section .support-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.support-section .support-icon i {
    color: #22C55E;
    font-size: 18px;
}

.support-section .support-list-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.support-section .support-list-content strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.support-section .support-list-content span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
}

.support-section .support-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: var(--color-primary-dark);
    padding: 16px 35px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    justify-content: center;
}

.support-section .support-btn:hover {
    background: var(--gradient-cta);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(39, 104, 219, 0.4);
}

.support-section .support-btn i {
    transition: transform 0.3s ease;
}

.support-section .support-btn:hover i {
    transform: translateX(5px);
}

/* --------------------------------------------
   FAQ SECTION
   -------------------------------------------- */
.faq-dot {
    width: 8px !important;
    height: 8px !important;
    background: var(--color-primary) !important;
    border-radius: 50% !important;
    display: inline-block !important;
    box-shadow: 0 0 10px var(--color-primary) !important;
}

.faq-question {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--color-text) !important;
    margin: 0 !important;
}

.faq-answer {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: var(--color-text-muted) !important;
    margin-left: 20px !important;
}

.faq-item {
    margin-bottom: 35px;
}

.faq-highlighted {
    margin-bottom: 0 !important;
    background: rgba(39,104,219,0.04) !important;
    padding: 25px !important;
    border-radius: 12px !important;
    border-left: 3px solid var(--color-primary) !important;
}

.faq-divider {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    margin: 20px 0 40px 0 !important;
}

.faq-divider-line {
    flex: 1 !important;
    max-width: 200px !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, var(--color-primary), transparent) !important;
    opacity: 0.5 !important;
}

.faq-badge {
    display: inline-block !important;
    padding: 6px 18px !important;
    background: linear-gradient(90deg, rgba(39,104,219,0.1), rgba(39,104,219,0.15)) !important;
    color: var(--color-primary) !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    border: 1px solid rgba(39,104,219,0.2) !important;
}

.faq-title {
    color: var(--color-text) !important;
    margin-bottom: 15px !important;
    font-size: 42px !important;
    font-weight: 700 !important;
}

.faq-subtitle {
    color: var(--color-text-muted) !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.faq-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
}

.faq-cta {
    background: linear-gradient(135deg, rgba(39,104,219,0.04), rgba(39,104,219,0.01)) !important;
    border-radius: 50px !important;
    padding: 30px !important;

    border: 1px solid rgba(39,104,219,0.1) !important;
}

.faq-contact-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: var(--color-primary) !important;
    color: #fff !important;
    padding: 14px 40px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 20px rgba(39,104,219,0.2) !important;
    border: none !important;
}

.faq-contact-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 25px rgba(39,104,219,0.3) !important;
    background: var(--color-primary-dark) !important;
}

.faq-contact-btn:hover i:last-child {
    transform: translateX(5px) !important;
}

.faq-contact-btn i:last-child {
    transition: transform 0.3s ease !important;
}

/* --------------------------------------------
   RESPONSIVE STYLES
   -------------------------------------------- */
@media (max-width: 1200px) {
    .tld-showcase-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (max-width: 991px) {
    .filter-bar {
        display: none;
    }
    
    .filter-drawer-toggle {
        display: flex;
    }
    
    .tld-showcase-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    
    .to-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .to-pricing-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 15px 0;
    }
    
    .to-pricing-item:last-child {
        border-bottom: none;
    }
    
    .to-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    /* Hero Section */
    .domain-hero {
        padding: 60px 0;
    }
    
    .domain-hero .hero-title {
        font-size: 32px;
    }
    
    .domain-hero .hero-subtitle {
        font-size: 16px;
        padding: 0 15px;
    }
    
    .domain-hero .modern-search-wrapper {
        margin: 20px 15px;
        padding: 8px;
    }
    
    .domain-hero .search-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .domain-hero .search-prefix {
        width: 100%;
        border-radius: 30px;
        text-align: center;
        height: 56px;
        line-height: 56px;
        border-right: none;
    }
    
    .domain-hero .search-input {
        width: 100%;
        border-radius: 30px;
        height: 56px;
        padding: 0 20px;
        border: 1px solid #e2e8f0;
    }
    
    .domain-hero .search-btn {
        width: 100%;
        border-radius: 30px;
        height: 56px;
        padding: 0 20px;
    }
    
    /* Pricing Section */
    .table-view {
        display: none;
    }
    
    .tld-grid {
        display: grid;
        padding: 0 15px;
    }
    
    /* TLD Showcase */
    .tld-showcase-modern {
        padding: 60px 0;
    }
    
    .tld-showcase-modern h2 {
        font-size: 32px;
        padding: 0 15px;
    }
    
    .tld-showcase-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px !important;
        padding: 0 15px;
    }
    
    .tld-showcase-item {
        padding: 20px 10px;
    }
    
    .tld-showcase-icon {
        width: 60px;
        height: 60px;
    }
    
    .tld-showcase-name {
        font-size: 20px;
    }
    
    /* .TO Section */
    .to-notice-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .to-notice-header {
        flex-direction: column;
        text-align: center;
    }
    
    .to-notice-card h3 {
        font-size: 28px;
        text-align: center;
    }
    
    .to-pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .to-features-grid {
        grid-template-columns: 1fr;
    }
    
    .to-notice-box {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .btn-to-register {
        width: 100%;
        justify-content: center;
    }
    
    /* Support Section */
    .support-section .support-card {
        padding: 30px 25px;
        margin: 0 15px;
    }
    
    .support-section .support-card h2 {
        font-size: 28px;
    }
    
    /* FAQ Section */
    .faq-grid {
        grid-template-columns: 1fr !important;
        padding: 0 15px;
    }
    
    .faq-title {
        font-size: 32px !important;
    }
    
    .faq-subtitle {
        font-size: 18px !important;
    }
    
    .faq-cta {
        padding: 25px !important;
        margin: 0 15px;
    }
    
    .faq-contact-btn {
        width: 100%;
        justify-content: center;
    }
    
    .faq-divider-line {
        max-width: 100px !important;
    }
    
    /* Domain Modern Section */
    .domain-modern-section .domain-search-container {
        padding: 20px;
        margin: 0 10px 25px;
    }
    
    .domain-modern-section .domain-input-wrapper {
        flex-wrap: wrap;
        background: transparent;
        border: none;
        gap: 8px;
    }
    
    .domain-modern-section .domain-protocol {
        width: 100%;
        border-radius: 30px;
        justify-content: center;
        height: 45px;
    }
    
    .domain-modern-section .domain-input {
        width: 100%;
        background: #f8faff;
        border-radius: 30px;
        height: 45px;
    }
    
    .domain-modern-section .domain-search-btn {
        width: 100%;
        border-radius: 30px;
        height: 48px;
    }
    
    .domain-modern-section .domain-trust-badges span {
        font-size: 13px;
        background: #f8faff;
        padding: 6px 12px;
        border-radius: 30px;
    }
    
    /* .TO RDAP Section */
    .to-rdap-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .to-rdap-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .to-rdap-header h2 {
        font-size: 28px;
    }
    
    .to-rdap-input-group {
        flex-wrap: wrap;
        background: transparent;
        border: none;
        gap: 10px;
    }
    
    .to-rdap-prefix {
        width: 100%;
        border-radius: 30px;
        justify-content: center;
        height: 50px;
    }
    
    .to-rdap-input-group input {
        width: 100%;
        border-radius: 30px;
        height: 50px;
        border: 2px solid var(--color-border);
    }
    
    .to-rdap-btn {
        width: 100%;
        border-radius: 30px;
        height: 50px;
        justify-content: center;
    }
    
    .to-rdap-result {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .result-icon {
        margin: 0 auto;
    }
    
    .detail-row {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    
    .detail-label {
        width: auto;
    }
    
    .to-rdap-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .to-rdap-features .feature-item {
        flex-direction: column;
        text-align: center;
    }
    
    .to-rdap-features .feature-item i {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .domain-hero .hero-title {
        font-size: 28px;
    }
    
    .tld-showcase-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .tld-showcase-icon {
        width: 50px;
        height: 50px;
    }
    
    .tld-showcase-name {
        font-size: 18px;
    }
    
    .to-notice-card h3 {
        font-size: 24px;
    }
    
    .to-price {
        font-size: 24px;
    }
    
    .faq-title {
        font-size: 28px !important;
    }
    
    .faq-question {
        font-size: 16px !important;
    }
    
    .faq-answer {
        font-size: 14px !important;
    }
    
    .domain-modern-section .domain-main-title {
        font-size: 24px;
    }
    
    .domain-modern-section .domain-price-text {
        font-size: 16px;
    }
    
    .domain-modern-section .domain-price-highlight {
        font-size: 20px;
    }
}

/* Desktop override for table view */
@media (min-width: 769px) {
    .table-view {
        display: block;
    }
    
    .tld-grid {
        display: none;
    }
}