/* Exact Qewvo Homepage Replica - 100% Match - Version 2.0 */

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1a202c;
    overflow-x: hidden;
}

/* Hero Section - 100% Exact Match */
.hero-section {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 4rem 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 2rem;
    align-items: center;
    min-height: 500px;
}

.hero-left-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-left-illustration svg {
    width: 180px;
    height: 250px;
}

.hero-content {
    text-align: center;
    padding: 2rem 0;
}

.hero-right-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-right-illustration svg {
    width: 180px;
    height: 250px;
}

.hero-graphic {
    width: 500px;
    height: 400px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
}

.hero-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-graphic::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -30px;
    right: -30px;
}

.hero-graphic::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    bottom: -20px;
    left: -20px;
}

/* Floating Animation */
@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-10px) rotate(1deg); }
    66% { transform: translateY(5px) rotate(-1deg); }
}

.hero-graphic {
    animation: float 6s ease-in-out infinite;
}

.feature-graphic {
    animation: float 8s ease-in-out infinite;
    animation-delay: 1s;
}

.phone-mockup {
    animation: float 7s ease-in-out infinite;
    animation-delay: 2s;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #718096;
    margin-bottom: 2rem;
    line-height: 1.5;
}

/* Domain Search - Exact Match */
.domain-search {
    max-width: 500px;
    margin: 0 auto;
}

.search-form {
    margin-bottom: 1.5rem;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    padding: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.search-icon {
    color: #a0aec0;
    margin-left: 1rem;
    margin-right: 0.5rem;
    font-size: 1rem;
}

.domain-input {
    flex: 1;
    padding: 1rem 0.5rem;
    border: none;
    font-size: 1rem;
    outline: none;
    background: transparent;
    color: #4a5568;
}

.domain-input::placeholder {
    color: #a0aec0;
}

.search-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.domain-extensions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.ext-btn {
    border: none;
    padding: 0.8rem 1.2rem;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ext-btn.orange {
    background: #ff6b35;
    color: white;
}

.ext-btn.blue {
    background: #4299e1;
    color: white;
}

.ext-btn.gray {
    background: #718096;
    color: white;
}

.ext-btn.green {
    background: #48bb78;
    color: white;
}

.ext-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Services Section - Full Width */
.services-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(102,126,234,0.1)"/><circle cx="80" cy="40" r="3" fill="rgba(102,126,234,0.08)"/><circle cx="40" cy="80" r="2" fill="rgba(102,126,234,0.1)"/></svg>');
    z-index: 1;
}

.services-section .container {
    position: relative;
    z-index: 2;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #1a202c;
}

.services-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.service-btn {
    background: #667eea;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.service-btn:hover {
    background: #5a67d8;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.service-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.service-btn i {
    margin-right: 0.5rem;
}

/* Loading state */
.service-btn.loading {
    pointer-events: none;
    opacity: 0.8;
}

/* Domain service buttons */
.service-btn.domain-btn {
    background: linear-gradient(45deg, #48bb78, #38a169);
}

.service-btn.domain-btn:hover {
    background: linear-gradient(45deg, #38a169, #2f855a);
}

/* No products message */
.no-products-message {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 20px;
    margin: 2rem 0;
    border: 2px dashed #cbd5e0;
}

.no-products-message .message-icon {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.no-products-message h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.no-products-message p {
    color: #718096;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.no-products-message .admin-link {
    background: #667eea;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Service button icons */
.service-btn i {
    margin-right: 0.5rem;
    font-size: 1rem;
}

/* WordPress specific styling */
.service-btn i.fab.fa-wordpress {
    color: rgba(255, 255, 255, 0.9);
}

/* Cloud specific styling */
.service-btn i.fas.fa-cloud {
    color: rgba(255, 255, 255, 0.9);
}

/* Debug Panel Styling */
.debug-panel {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
    color: white;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 15px;
    border: 2px solid #4a5568;
    font-family: 'Courier New', monospace;
}

.debug-panel h4 {
    color: #ffd700;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.debug-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.debug-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
}

.debug-value {
    color: #90cdf4;
    font-weight: bold;
}

.debug-value.enabled {
    color: #68d391;
}

.debug-value.disabled {
    color: #fc8181;
}

.debug-groups h5 {
    color: #ffd700;
    margin-bottom: 1rem;
    border-bottom: 1px solid #4a5568;
    padding-bottom: 0.5rem;
}

.debug-group {
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

.debug-group strong {
    color: #90cdf4;
    font-size: 1.1rem;
}

.group-details {
    display: flex;
    gap: 1rem;
    margin: 0.5rem 0;
    flex-wrap: wrap;
}

.group-details span {
    background: rgba(102, 126, 234, 0.2);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
}

.group-url {
    color: #68d391;
    font-size: 0.9rem;
    word-break: break-all;
}

.debug-warning {
    background: rgba(245, 101, 101, 0.2);
    border: 2px solid #fc8181;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
}

.debug-warning i {
    color: #ffd700;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.debug-warning strong {
    color: #fc8181;
    display: block;
    margin-bottom: 0.5rem;
}

/* Enhanced No Products Message */
.admin-steps {
    text-align: left;
    background: rgba(102, 126, 234, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
}

.admin-steps h4 {
    color: #667eea;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.admin-steps ol {
    color: #4a5568;
    line-height: 1.8;
}

.admin-steps li {
    margin-bottom: 0.5rem;
}

.admin-steps strong {
    color: #2d3748;
}

.example-groups {
    text-align: left;
    background: rgba(72, 187, 120, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
}

.example-groups h4 {
    color: #38a169;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.example-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.example-btn {
    background: #48bb78;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
}

.example-btn i {
    margin-right: 0.5rem;
}

/* Product Group Button Styling */
.service-btn.product-group-btn {
    position: relative;
    overflow: hidden;
}

.service-btn.product-group-btn::after {
    content: 'Click to view plans';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.3rem;
    font-size: 0.7rem;
    text-align: center;
    transition: all 0.3s ease;
}

.service-btn.product-group-btn:hover::after {
    bottom: 0;
}

/* Admin Link Styling */
.admin-link code {
    background: #2d3748;
    color: #90cdf4;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
}

/* Debug Info Styling */
.debug-info {
    text-align: left;
    background: rgba(237, 137, 54, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
    border: 2px solid #ed8936;
}

.debug-info h4 {
    color: #ed8936;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.debug-info ul {
    color: #4a5568;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.debug-info li {
    margin-bottom: 0.5rem;
}

/* Setup Steps Styling */
.admin-steps {
    text-align: left;
}

.admin-steps h4 {
    color: #667eea;
    margin-bottom: 1rem;
}

.admin-steps ol {
    color: #4a5568;
    line-height: 1.8;
}

.admin-steps strong {
    color: #2d3748;
}

/* Feature Section - Full Width */
.feature-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.feature-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M0 100 Q50 50 100 100 T200 100 V200 H0 Z" fill="rgba(102,126,234,0.05)"/></svg>');
    z-index: 1;
}

.feature-section .feature-container {
    position: relative;
    z-index: 2;
}

.feature-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.feature-content {
    text-align: left;
}

.feature-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.feature-description {
    font-size: 1rem;
    color: #718096;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.feature-btn {
    background: #667eea;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.feature-btn:hover {
    background: #5a67d8;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.feature-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-graphic {
    width: 450px;
    height: 350px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.feature-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wp-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #21759b;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Platform Section - Exact Match */
.platform-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #4c51bf 0%, #553c9a 100%);
    color: white;
    text-align: center;
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.platform-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.platform-svg {
    position: absolute;
    top: -50px;
    right: 50px;
    width: 200px;
    height: 200px;
    opacity: 0.1;
}

.cloud-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 2rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.platform-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.platform-description {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.platform-btn {
    background: white;
    color: #4c51bf;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.platform-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: #4c51bf;
    text-decoration: none;
}

/* Pricing Section - Full Width */
.pricing-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><circle cx="100" cy="100" r="50" fill="none" stroke="rgba(102,126,234,0.05)" stroke-width="2"/><circle cx="300" cy="300" r="80" fill="none" stroke="rgba(102,126,234,0.05)" stroke-width="2"/></svg>');
    z-index: 1;
}

.pricing-section .container {
    position: relative;
    z-index: 2;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.pricing-card {
    background: white;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid #f1f5f9;
}

.pricing-card.basic {
    border-color: #e2e8f0;
}

.pricing-card.pro {
    border-color: #667eea;
    background: #667eea;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
}

.pricing-card.unlimited {
    border-color: #2d3748;
    background: #2d3748;
    color: white;
}

.pricing-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.pricing-price {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
    line-height: 1;
}

.pricing-card.basic .pricing-price {
    color: #1a202c;
}

.pricing-period {
    margin-bottom: 2rem;
    opacity: 0.7;
    font-size: 0.9rem;
}

.pricing-features {
    list-style: none;
    margin-bottom: 2rem;
    text-align: left;
}

.pricing-features li {
    padding: 0.4rem 0;
    font-size: 0.85rem;
    position: relative;
    padding-left: 1.2rem;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #48bb78;
    font-weight: bold;
    font-size: 0.9rem;
}

.pricing-card.pro .pricing-features li::before,
.pricing-card.unlimited .pricing-features li::before {
    color: #90cdf4;
}

.pricing-btn {
    background: #667eea;
    color: white;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 0.9rem;
}

.pricing-card.basic .pricing-btn {
    background: #4299e1;
    color: white;
}

.pricing-card.pro .pricing-btn {
    background: white;
    color: #667eea;
}

.pricing-card.unlimited .pricing-btn {
    background: #ffd700;
    color: #2d3748;
}

.pricing-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

/* Standards Section - Full Width */
.standards-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.standards-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><polygon points="150,50 200,150 100,150" fill="rgba(102,126,234,0.03)"/><polygon points="50,200 100,250 50,250" fill="rgba(102,126,234,0.03)"/></svg>');
    z-index: 1;
}

.standards-section .standards-container {
    position: relative;
    z-index: 2;
}

.standards-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.standards-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-mockup {
    width: 250px;
    height: 500px;
    background: #1a202c;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.standards-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.phone-screen {
    position: absolute;
    top: 20px;
    left: 15px;
    right: 15px;
    bottom: 20px;
    background: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.standards-content {
    text-align: left;
}

.standards-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 2.5rem;
}

.standards-list {
    list-style: none;
}

.standards-item {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.standards-icon {
    width: 40px;
    height: 40px;
    background: #667eea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}

.standards-text h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.3rem;
}

.standards-text p {
    color: #718096;
    line-height: 1.5;
    font-size: 0.9rem;
}

/* Footer CTA Section - Full Width */
.footer-cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.footer-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><path d="M0 0 Q200 100 400 0 V200 H0 Z" fill="rgba(255,255,255,0.05)"/></svg>');
    z-index: 1;
}

.footer-cta-section .footer-cta-content {
    position: relative;
    z-index: 2;
}

.footer-cta-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-cta-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.footer-cta-subtitle {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.footer-cta-btn {
    background: white;
    color: #667eea;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.footer-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    color: #667eea;
    text-decoration: none;
}

/* Support & Account Sections - Full Width */
.support-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.account-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.support-section::before,
.account-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="10" y="10" width="20" height="20" fill="rgba(102,126,234,0.03)"/><rect x="70" y="70" width="20" height="20" fill="rgba(102,126,234,0.03)"/></svg>');
    z-index: 1;
}

.support-grid,
.account-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.support-card,
.account-card {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    border: 2px solid #f1f5f9;
}

.support-card:hover,
.account-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    color: inherit;
    border-color: #667eea;
}

.support-icon,
.account-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: white;
    font-size: 1.2rem;
}

.support-icon.teal { background: linear-gradient(45deg, #38b2ac, #319795); }
.support-icon.red { background: linear-gradient(45deg, #e53e3e, #c53030); }
.support-icon.yellow { background: linear-gradient(45deg, #d69e2e, #b7791f); }
.support-icon.green { background: linear-gradient(45deg, #38a169, #2f855a); }

.account-icon {
    background: linear-gradient(45deg, #667eea, #764ba2);
}

.support-title,
.account-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2d3748;
}

.support-description,
.account-description {
    color: #718096;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 2rem;
    }
    
    .hero-left-illustration,
    .hero-right-illustration {
        display: none;
    }
    
    .hero-content {
        grid-column: 1;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .hero-title {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 768px) {
    .hero-section,
    .services-section,
    .feature-section,
    .platform-section,
    .pricing-section,
    .standards-section,
    .support-section,
    .account-section,
    .footer-cta-section {
        width: 100%;
        margin-left: 0;
    }
    
    .hero-container {
        padding: 3rem 1.5rem;
        min-height: 500px;
        display: block;
    }
    
    .hero-title {
        font-size: 2.8rem;
        font-weight: 800;
        color: #2d3748;
        margin-bottom: 1.5rem;
        line-height: 1.1;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
        color: #718096;
        margin-bottom: 3rem;
    }
    
    .domain-search {
        max-width: 100%;
        padding: 0;
    }
    
    .search-input-wrapper {
        padding: 12px;
        margin-bottom: 2rem;
    }
    
    .domain-input {
        padding: 1.2rem 1rem;
        font-size: 1.1rem;
    }
    
    .search-btn {
        padding: 1.2rem 2.5rem;
        font-size: 1rem;
        font-weight: 700;
    }
    
    .domain-extensions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .ext-btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        font-weight: 700;
    }
    
    .ext-btn i {
        font-size: 0.9rem;
    }
    
    .feature-container,
    .standards-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        padding: 0 1rem;
    }
    
    .container,
    .platform-content,
    .footer-cta-content {
        padding: 0 1rem;
    }
    
    .support-grid,
    .account-grid {
        padding: 0 1rem;
        grid-template-columns: 1fr;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .feature-title {
        font-size: 2rem;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-card.pro {
        transform: none;
    }
    
    .services-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .service-btn {
        width: 100%;
        max-width: 280px;
    }
    
    .search-form {
        flex-direction: column;
        gap: 0.8rem;
        padding: 0.8rem;
    }
    
    .domain-input,
    .search-btn {
        width: 100%;
    }
    
    .domain-extensions {
        justify-content: center;
    }
}