/* ============================================
   DEDICATED HOSTING MODERN - SABAHOST
   Cyan Theme (#0891b2)
   ============================================ */

/* ============================================
   HERO SECTION
   ============================================ */
.ded-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    overflow: hidden;
}

.ded-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0f172a 0%, #1a1744 50%, #0f0d24 100%);
    z-index: 0;
}

.ded-hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(2px 2px at 20px 30px, rgba(139, 92, 246, 0.4), transparent),
        radial-gradient(2px 2px at 40px 70px, rgba(139, 92, 246, 0.3), transparent),
        radial-gradient(2px 2px at 50px 160px, rgba(139, 92, 246, 0.4), transparent),
        radial-gradient(2px 2px at 90px 40px, rgba(139, 92, 246, 0.3), transparent),
        radial-gradient(2px 2px at 130px 80px, rgba(139, 92, 246, 0.4), transparent),
        radial-gradient(2px 2px at 160px 120px, rgba(139, 92, 246, 0.3), transparent);
    background-repeat: repeat;
    background-size: 200px 200px;
    animation: particles-float 20s linear infinite;
    z-index: 1;
}

@keyframes particles-float {
    0% { transform: translateY(0); }
    100% { transform: translateY(-200px); }
}

.ded-hero-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 60%);
    z-index: 1;
}

.ded-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ded-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(124, 58, 237, 0.1));
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 50px;
    color: #22d3ee;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.ded-badge svg {
    fill: #0891b2;
}

.ded-hero-text h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 24px;
}

.ded-hero-text h1 .text-gradient {
    background: linear-gradient(135deg, #0891b2, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ded-hero-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 32px;
}

.ded-hero-desc strong {
    color: #0891b2;
}

.ded-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.ded-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
}

.ded-feature-item i {
    color: #0891b2;
}

.ded-hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-ded-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-ded-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.4);
    color: #fff;
}

.btn-ded-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: transparent;
    border: 2px solid rgba(139, 92, 246, 0.5);
    color: #22d3ee;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-ded-secondary:hover {
    background: rgba(139, 92, 246, 0.1);
    border-color: #0891b2;
    color: #22d3ee;
}

/* Hero Visual */
.ded-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ded-server-illustration {
    position: relative;
    width: 300px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ded-server-rack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(124, 58, 237, 0.05));
    border: 2px solid rgba(139, 92, 246, 0.3);
    border-radius: 20px;
}

.server-unit {
    width: 200px;
    height: 60px;
    background: linear-gradient(135deg, #2a2550, #0f172a);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 8px;
    position: relative;
}

.server-unit::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 10px #4ade80;
}

.server-unit::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 60px;
    height: 4px;
    background: repeating-linear-gradient(90deg, rgba(139, 92, 246, 0.5) 0px, rgba(139, 92, 246, 0.5) 4px, transparent 4px, transparent 8px);
}

.server-unit.active {
    border-color: #0891b2;
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
}

.server-unit.active::before {
    background: #0891b2;
    box-shadow: 0 0 10px #0891b2;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.ded-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: rgba(30, 27, 75, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    animation: float 3s ease-in-out infinite;
}

.ded-floating-card.card-1 {
    top: 20%;
    right: -20px;
    animation-delay: 0s;
}

.ded-floating-card.card-2 {
    bottom: 20%;
    left: -20px;
    animation-delay: 1.5s;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.card-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    border-radius: 8px;
}

.card-icon.purple {
    background: linear-gradient(135deg, #22d3ee, #0891b2);
}

.card-icon i {
    color: #fff;
    font-size: 16px;
}

/* ============================================
   WHY DEDICATED SECTION
   ============================================ */
.ded-why-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f0d24 0%, #0f172a 100%);
}

.ded-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.ded-section-header.light h2 {
    color: #1f2937;
}

.ded-section-header.light p {
    color: #6b7280;
}

.ded-section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(124, 58, 237, 0.1));
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 50px;
    color: #22d3ee;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ded-section-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.ded-section-header p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.ded-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ded-why-card {
    padding: 32px;
    background: rgba(139, 92, 246, 0.05);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
}

.ded-why-card:hover {
    transform: translateY(-5px);
    border-color: rgba(139, 92, 246, 0.5);
    box-shadow: 0 20px 40px rgba(139, 92, 246, 0.1);
}

.why-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(124, 58, 237, 0.1));
    border-radius: 16px;
}

.why-icon svg {
    width: 32px;
    height: 32px;
    stroke: #0891b2;
}

.ded-why-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.ded-why-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* ============================================
   PRICING SECTION
   ============================================ */
.ded-pricing-section {
    padding: 100px 0;
    background: #fff;
}

.ded-pricing-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.ded-pricing-card {
    position: relative;
    padding: 32px 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.ded-pricing-card:hover {
    transform: translateY(-5px);
    border-color: #0891b2;
    box-shadow: 0 20px 40px rgba(139, 92, 246, 0.15);
}

.ded-pricing-card.popular {
    background: linear-gradient(135deg, #0891b2, #0e7490);
    border: none;
    transform: scale(1.05);
}

.ded-pricing-card.popular:hover {
    transform: scale(1.05) translateY(-5px);
}

.ded-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    background: linear-gradient(135deg, #22d3ee, #0891b2);
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.ded-card-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.ded-plan-name {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 8px;
}

.ded-plan-space {
    display: inline-block;
    padding: 4px 16px;
    background: rgba(139, 92, 246, 0.1);
    border-radius: 20px;
    color: #0e7490;
    font-size: 14px;
    font-weight: 600;
}

.ded-pricing-card.popular .ded-card-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ded-pricing-card.popular .ded-plan-name {
    color: #fff;
}

.ded-pricing-card.popular .ded-plan-space {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.ded-card-resources {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.resource-item {
    text-align: center;
    padding: 12px 16px;
    background: #f3f4f6;
    border-radius: 12px;
    min-width: 70px;
}

.ded-pricing-card.popular .resource-item {
    background: rgba(255, 255, 255, 0.15);
}

.resource-label {
    display: block;
    font-size: 11px;
    color: #6b7280;
    margin-bottom: 4px;
}

.resource-value {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
}

.ded-pricing-card.popular .resource-label {
    color: rgba(255, 255, 255, 0.7);
}

.ded-pricing-card.popular .resource-value {
    color: #fff;
}

.ded-card-price {
    text-align: center;
    margin-bottom: 24px;
}

.ded-price-amount {
    margin-bottom: 8px;
}

.ded-price-value {
    font-size: 28px;
    font-weight: 800;
    color: #1f2937;
}

.ded-price-unit {
    font-size: 14px;
    color: #6b7280;
    margin-right: 4px;
}

.ded-pricing-card.popular .ded-price-value,
.ded-pricing-card.popular .ded-price-unit {
    color: #fff;
}

.ded-yearly-discount {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(139, 92, 246, 0.1);
    border-radius: 20px;
    color: #0e7490;
    font-size: 11px;
    font-weight: 600;
}

.ded-yearly-discount.light {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.ded-yearly-discount i {
    font-size: 10px;
}

.ded-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.ded-card-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #4b5563;
    font-size: 13px;
    border-bottom: 1px solid #f3f4f6;
}

.ded-card-features li:last-child {
    border-bottom: none;
}

.ded-card-features li i {
    color: #0891b2;
    font-size: 12px;
}

.ded-pricing-card.popular .ded-card-features li {
    color: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.ded-pricing-card.popular .ded-card-features li i {
    color: #fff;
}

.ded-btn-order {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
}

.ded-btn-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
    color: #fff;
}

.ded-pricing-card.popular .ded-btn-order {
    background: #fff;
    color: #0e7490;
}

.ded-pricing-card.popular .ded-btn-order:hover {
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

/* ============================================
   CONSULTATION BANNER
   ============================================ */
.ded-consult-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    border-radius: 20px;
    padding: 30px 40px;
    margin-top: 60px;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.3);
}

.ded-consult-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ded-consult-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ded-consult-icon i {
    font-size: 24px;
    color: #fff;
}

.ded-consult-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.ded-consult-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.ded-consult-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.ded-consult-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: #fff;
    color: #0e7490;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.ded-consult-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: #0e7490;
}

.ded-consult-btn.online {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    cursor: pointer;
}

.ded-consult-btn.online:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.ded-features-section {
    padding: 100px 0;
    background: #f9fafb;
}

.ded-features-section .ded-section-header h2 {
    color: #1f2937;
}

.ded-features-section .ded-section-header p {
    color: #6b7280;
}

.ded-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ded-feature-card {
    padding: 32px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.ded-feature-card:hover {
    transform: translateY(-5px);
    border-color: #0891b2;
    box-shadow: 0 15px 30px rgba(139, 92, 246, 0.1);
}

.ded-feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(124, 58, 237, 0.08));
    border-radius: 16px;
}

.ded-feature-icon svg {
    width: 32px;
    height: 32px;
    stroke: #0891b2;
}

.ded-feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.ded-feature-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* ============================================
   USE CASES SECTION
   ============================================ */
.ded-usecases-section {
    padding: 100px 0;
    background: #fff;
}

.ded-usecases-section .ded-section-header h2 {
    color: #1f2937;
}

.ded-usecases-section .ded-section-header p {
    color: #6b7280;
}

.ded-usecases-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ded-usecase-card {
    padding: 32px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
}

.ded-usecase-card:hover {
    transform: translateY(-5px);
    border-color: #0891b2;
    box-shadow: 0 15px 30px rgba(139, 92, 246, 0.1);
}

.ded-usecase-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    border-radius: 16px;
}

.ded-usecase-icon svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.ded-usecase-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.ded-usecase-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* ============================================
   TECH SECTION
   ============================================ */
.ded-tech-section {
    padding: 80px 0;
    background: #fff;
}

.ded-tech-section .ded-section-header h2 {
    color: #1f2937;
}

.ded-tech-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.ded-tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 32px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.3s;
}

.ded-tech-item:hover {
    transform: translateY(-3px);
    border-color: #0891b2;
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.1);
}

.ded-tech-icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(124, 58, 237, 0.08));
    border-radius: 12px;
}

.ded-tech-icon-box svg {
    fill: #0891b2;
}

.ded-tech-item span {
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.ded-faq-section {
    padding: 100px 0;
    background: #f9fafb;
}

.ded-faq-section .ded-section-header h2 {
    color: #1f2937;
}

.ded-faq-grid {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ded-faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.ded-faq-item:hover {
    border-color: #67e8f9;
}

.ded-faq-item.active {
    border-color: #0891b2;
    box-shadow: 0 5px 20px rgba(139, 92, 246, 0.1);
}

.ded-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.3s;
}

.ded-faq-question:hover {
    background: #f9fafb;
}

.ded-faq-question span {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.ded-faq-question i {
    color: #0891b2;
    transition: transform 0.3s;
}

.ded-faq-item.active .ded-faq-question i {
    transform: rotate(45deg);
}

.ded-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.ded-faq-item.active .ded-faq-answer {
    max-height: 300px;
}

.ded-faq-answer p {
    padding: 0 24px 20px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.8;
}

/* ============================================
   CTA SECTION
   ============================================ */
.ded-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f172a 0%, #0f0d24 100%);
}

.ded-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.ded-cta-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    border-radius: 20px;
}

.ded-cta-icon svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.ded-cta-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.ded-cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
}

.ded-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ============================================
   MODAL STYLES
   ============================================ */
.consult-modal {
    border-radius: 24px;
    overflow: hidden;
    border: none;
}

.modal-close {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.modal-visual {
    background: linear-gradient(135deg, #0f172a 0%, #0891b2 100%);
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal-avatar {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.modal-avatar i {
    font-size: 40px;
    color: #fff;
}

.modal-avatar svg {
    width: 50px;
    height: 50px;
    stroke: #fff;
    flex-shrink: 0;
}

.modal-contact p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}

.modal-contact p i {
    color: rgba(255, 255, 255, 0.7);
}

.modal-form {
    padding: 50px 40px;
    background: #fff;
}

.modal-form h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
}

.badge-free {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    margin-right: 8px;
}

.modal-form input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 16px;
    transition: all 0.3s;
}

.modal-form input:focus {
    outline: none;
    border-color: #0891b2;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.time-select {
    margin-bottom: 24px;
}

.time-select > label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 12px;
}

.time-opts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.time-opts label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f3f4f6;
    border-radius: 8px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s;
}

.time-opts label:hover {
    background: #e5e7eb;
}

.time-opts input[type="radio"] {
    width: auto;
    margin: 0;
}

.form-btns {
    display: flex;
    gap: 12px;
}

.btn-cancel {
    flex: 1;
    padding: 14px;
    background: #f3f4f6;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-cancel:hover {
    background: #e5e7eb;
}

.btn-submit {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover {
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1200px) {
    .ded-pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ded-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .ded-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ded-hero-text h1 {
        font-size: 42px;
    }

    .ded-hero-features {
        justify-content: center;
    }

    .ded-hero-buttons {
        justify-content: center;
    }

    .ded-hero-visual {
        display: none;
    }

    .ded-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ded-pricing-card.popular {
        transform: scale(1);
    }

    .ded-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ded-usecases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ded-hero {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .ded-hero-text h1 {
        font-size: 32px;
    }

    .ded-section-header h2 {
        font-size: 28px;
    }

    .ded-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto 60px;
    }

    .ded-features-grid,
    .ded-why-grid,
    .ded-usecases-grid {
        grid-template-columns: 1fr;
    }

    .ded-consult-banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 24px;
    }

    .ded-consult-content {
        flex-direction: column;
    }

    .ded-cta-content h2 {
        font-size: 28px;
    }

    .modal-visual {
        display: none;
    }
}

/* ============================================
   BILLING TABS
   ============================================ */
.billing-tabs-wrapper { display: flex; justify-content: center; margin-bottom: 48px; }
.billing-tabs { display: inline-flex; align-items: center; position: relative; padding: 5px; background: #fff; border-radius: 14px; border: 2px solid #e2e8f0; box-shadow: 0 4px 15px rgba(0,0,0,0.07); }
.billing-tab { position: relative; z-index: 1; padding: 14px 32px; font-size: 15px; font-weight: 700; color: #1e3a5f; background: none; border: none; border-radius: 10px; cursor: pointer; transition: all 0.3s ease; user-select: none; display: inline-flex; align-items: center; gap: 8px; }
.billing-tab.active { color: #fff; background: linear-gradient(135deg, #21a0d5, #00d4aa); box-shadow: 0 4px 15px rgba(33, 160, 213, 0.35); }
.billing-tab:not(.active) { color: #1e3a5f; background: #f1f5f9; }
.billing-tab:not(.active):hover { background: #e2e8f0; }
.discount-badge { display: inline-block; padding: 3px 9px; background: rgba(255,255,255,0.25); color: #fff; font-size: 11px; font-weight: 700; border-radius: 20px; animation: pulse-badge 2s ease-in-out infinite; }
.billing-tab:not(.active) .discount-badge { background: linear-gradient(135deg, #00d4aa, #00a67d); color: #fff; }
@keyframes pulse-badge { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.price-original { margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.price-old { font-size: 20px; font-weight: 600; color: #94a3b8; text-decoration: line-through; text-decoration-color: #21a0d5; text-decoration-thickness: 2px; }
.price-save-badge { display: inline-block; padding: 3px 10px; background: linear-gradient(135deg, rgba(33,160,213,0.1), rgba(0,212,170,0.1)); color: #21a0d5; font-size: 12px; font-weight: 700; border-radius: 20px; border: 1px solid rgba(33,160,213,0.25); }
.price-period-sub { display: block; font-size: 12px; color: #94a3b8; margin-top: 4px; }

/* Menu spacing */
.main-menu > li {
    margin-left: 12px !important;
}

.main-menu > li > a {
    padding: 15px 16px !important;
}


/* ============================================
   SEO CONTENT SECTION
   ============================================ */
#host-content-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    position: relative;
    overflow: hidden;
}

#host-content-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(33, 160, 213, 0.06) 0%, transparent 70%);
    top: -250px;
    left: -250px;
    border-radius: 50%;
}

#host-content-section::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 212, 170, 0.05) 0%, transparent 70%);
    bottom: -200px;
    right: -200px;
    border-radius: 50%;
}

#host-content-section .container {
    position: relative;
    z-index: 2;
}

#host-content-section .content-section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1e3a5f;
    margin-bottom: 12px;
}

#host-content-section .content-section-subtitle {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 0;
}

#host-content-section .content-section-header {
    margin-bottom: 50px;
}

#host-content-section .content-accordion {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

#host-content-section .content-accordion > .col-12,
#host-content-section .content-accordion > .col-md-6 {
    padding: 0 10px;
}

#host-content-section .accordion-item {
    background: #fff;
    border: 1px solid rgba(33, 160, 213, 0.12);
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

#host-content-section .accordion-item:hover {
    border-color: rgba(33, 160, 213, 0.3);
    box-shadow: 0 8px 30px rgba(33, 160, 213, 0.08);
    transform: translateY(-2px);
}

#host-content-section .accordion-item:has(.accordion-collapse.show) {
    border-color: rgba(33, 160, 213, 0.35);
    box-shadow: 0 12px 35px rgba(33, 160, 213, 0.12);
}

#host-content-section .accordion-header {
    margin: 0;
}

#host-content-section .accordion-button {
    background: transparent;
    color: #1e3a5f;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 18px 22px 18px 60px !important;
    border: none;
    box-shadow: none;
    display: block !important;
    width: 100%;
    text-align: right !important;
    position: relative;
    transition: all 0.3s ease;
    line-height: 1.7;
}

#host-content-section .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

#host-content-section .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(33, 160, 213, 0.06), rgba(0, 212, 170, 0.04));
    color: #21a0d5;
}

#host-content-section .accordion-button::after {
    display: none;
}

#host-content-section .accordion-button .acc-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: linear-gradient(135deg, rgba(33, 160, 213, 0.1), rgba(0, 212, 170, 0.08));
    border: 1px solid rgba(33, 160, 213, 0.2);
    border-radius: 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute !important;
    left: 18px !important;
    right: auto !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

#host-content-section .accordion-button .acc-icon i {
    color: #21a0d5;
    font-size: 11px;
    transition: transform 0.3s ease;
}

#host-content-section .accordion-button:not(.collapsed) .acc-icon {
    background: linear-gradient(135deg, #21a0d5, #00d4aa);
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(33, 160, 213, 0.3);
}

#host-content-section .accordion-button:not(.collapsed) .acc-icon i {
    transform: rotate(45deg);
    color: #fff;
}

#host-content-section .accordion-collapse {
    background: transparent;
    transition: height 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.2s ease;
}

#host-content-section .accordion-collapse.collapsing {
    transition: height 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#host-content-section .accordion-collapse.show .accordion-body,
#host-content-section .accordion-collapse.collapsing .accordion-body {
    animation: contentFadeIn 0.2s ease forwards;
}

@keyframes contentFadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#host-content-section .accordion-body {
    padding: 0 22px 20px 60px;
    color: #475569;
    font-size: 0.9rem;
    line-height: 2;
    text-align: right;
}

#host-content-section .accordion-body p {
    margin: 0 0 10px;
    color: #475569;
}

#host-content-section .accordion-body a {
    color: #21a0d5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

#host-content-section .accordion-body a:hover {
    color: #1a8ab8;
}

#host-content-section .accordion-body strong {
    color: #1e3a5f;
    font-weight: 700;
}

#host-content-section .accordion-body ol,
#host-content-section .accordion-body ul {
    padding-right: 20px;
    margin: 8px 0;
}

#host-content-section .accordion-body li {
    margin-bottom: 4px;
}

#host-content-section .acc-body-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(33, 160, 213, 0.08), rgba(0, 212, 170, 0.06));
    color: #21a0d5;
    border: 1px solid rgba(33, 160, 213, 0.2);
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

#host-content-section .acc-body-btn:hover {
    background: linear-gradient(135deg, #21a0d5, #00d4aa);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(33, 160, 213, 0.3);
}

@media (max-width: 768px) {
    #host-content-section {
        padding: 60px 0;
    }

    #host-content-section .content-section-title {
        font-size: 1.6rem;
    }

    #host-content-section .accordion-button {
        padding: 16px 18px 16px 52px !important;
        font-size: 0.9rem;
    }

    #host-content-section .accordion-button .acc-icon {
        left: 14px !important;
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    #host-content-section .accordion-body {
        padding: 0 18px 18px 52px;
    }
}

@media (max-width: 480px) {
    #host-content-section .accordion-button {
        padding: 14px 14px 14px 48px !important;
        font-size: 0.85rem;
    }

    #host-content-section .accordion-button .acc-icon {
        left: 12px !important;
        width: 26px;
        height: 26px;
        min-width: 26px;
    }

    #host-content-section .accordion-body {
        padding: 0 14px 14px 48px;
        font-size: 0.85rem;
    }
}
