/* ==========================================================================
   1. HERO SECTION
   ========================================================================== */
.hero-section { padding: 40px 0; background: linear-gradient(180deg, #fff 0%, #f1f5f9 100%); overflow: hidden; position: relative; min-height: calc(100vh - var(--header-height)); display: flex; align-items: center; }
.hero-compact { padding: 60px 0 40px; background: linear-gradient(180deg, #fff 0%, #f1f5f9 100%); text-align: center; position: relative; overflow: hidden; }
.hero-section::before, .hero-compact::before { content: ''; position: absolute; width: 60vw; height: 60vw; background: radial-gradient(circle, rgba(108, 46, 231, 0.05) 0%, transparent 70%); top: -20%; right: -20%; border-radius: 50%; pointer-events: none; }
.hero-compact::before { top: -50%; left: 50%; transform: translateX(-50%); width: 100%; height: 100%; right: auto; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; position: relative; z-index: 2; }
.hero-title { font-size: 3.5rem; line-height: 1.1; margin-bottom: 24px; letter-spacing: -0.02em; text-wrap: balance; }
.hero-compact .hero-title { font-size: 2.5rem; }
.hero-title span, .hero-text-gradient { background: var(--vibe-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-text-gradient { display: inline-block; padding-bottom: 0.1em; margin-bottom: -0.1em; }
.hero-subtitle { color: var(--text-light); margin-bottom: 32px; max-width: 90%; }
.hero-compact .hero-subtitle { margin: 0 auto; max-width: 700px; font-size: 1.1rem; }
.hero-subtitle-max { max-width: 700px; font-size: 1.1rem; color: #64748b; margin: 0 auto; }
.hero-buttons { display: flex; gap: 16px; margin-bottom: 40px; }
.hero-actions { margin-top: 30px; display: flex; gap: 15px; justify-content: center; }

/* Badges & Trust Elements */
.badge-pill { display: inline-block; padding: 6px 16px; border-radius: 50px; background: rgba(13, 62, 154, 0.1); color: var(--primary); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.badge-core { background: #e0e7ff; color: var(--primary); }
.badge-premium { background: #fdf2f8; color: var(--accent); }
.badge-org { background: #f0fdf4; color: #16a34a; }
.badge-mb { margin-bottom: 15px; }
.hero-trust { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text-light); background: rgba(255, 255, 255, 0.5); padding: 8px 16px; border-radius: 50px; width: fit-content; border: 1px solid rgba(0, 0, 0, 0.05); }
.avatars { display: flex; align-items: center; }
.avatars span { width: 28px; height: 28px; border-radius: 50%; border: 2px solid white; display: inline-block; margin-left: -10px; background-color: #ddd; background-size: cover; background-position: center; }
.avatars span:first-child { margin-left: 0; }

/* Visuals & Floating Cards */
.visual-placeholder { position: relative; border-radius: 24px; box-shadow: var(--shadow-xl); border: 8px solid rgba(255, 255, 255, 0.5); background: white; transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); transition: 0.5s; }
.visual-placeholder:hover { transform: none; }
.visual-placeholder img { border-radius: 16px; width: 100%; height: auto; display: block; }
.visual-tilt-left { transform: perspective(1000px) rotateY(-5deg); }
.visual-tilt-right { transform: perspective(1000px) rotateY(5deg); }
.visual-tilt-light { transform: rotate(2deg); }
.floating-card { position: absolute; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px); padding: 10px 16px; border-radius: 14px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); display: flex; align-items: center; gap: 12px; font-size: 13px; animation: float 4s ease-in-out infinite; z-index: 3; border: 1px solid rgba(255, 255, 255, 0.9); min-width: 200px; }
.floating-card > div { display: flex; flex-direction: column; justify-content: center; line-height: 1.3; text-align: left; }
.floating-card span { color: #64748b; font-weight: 600; margin-bottom: 2px; }
.floating-card strong { color: var(--text-main); font-weight: 800; }
.icon-box { width: 36px; height: 36px; border-radius: 10px; background: rgba(237, 9, 164, 0.1); color: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icon-box svg { width: 18px; height: 18px; stroke-width: 2.5px; }
.card-1 { top: 20%; left: -30px; }
.card-2 { bottom: 20%; right: -30px; animation-delay: 2s; }

/* ==========================================================================
   2. MISSION & STATS SECTION
   ========================================================================== */
.section-mission { padding: 100px 0; background: #fff; overflow: hidden; }
.mission-title { font-size: 2.5rem; color: var(--text-main); margin-bottom: 24px; line-height: 1.3; font-family: 'SVN-Gilroy Bold', sans-serif; }
.mission-desc { font-size: 1.1rem; color: var(--text-body); line-height: 1.7; margin-bottom: 20px; }
.mission-note { font-size: 1.05rem; color: var(--text-light); line-height: 1.6; display: flex; align-items: flex-start; gap: 8px; }
.mission-note svg { flex-shrink: 0; margin-top: 4px; }
.stat-group { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 40px; padding-top: 40px; border-top: 1px solid #f1f5f9; }
.stat-item { display: flex; flex-direction: column; gap: 4px; }
.stat-item strong { font-size: 2.8rem; font-family: 'SVN-Gilroy Bold', sans-serif; line-height: 1; letter-spacing: -1px; }
.stat-item span { font-size: 0.95rem; color: #64748b; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

/* ==========================================================================
   3. TRUST & LOGOS SECTION
   ========================================================================== */
.trust-section { padding: 40px 0; border-bottom: 1px solid var(--border); text-align: center; background: white; }
.trust-label { font-size: 12px; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; opacity: 0.7; }
.logo-cloud { display: flex; justify-content: center; gap: 40px; opacity: 0.4; filter: grayscale(100%); transition: 0.3s; font-weight: 800; font-size: 20px; color: #000; flex-wrap: wrap; }
.logo-cloud:hover { opacity: 1; filter: none; }
.logo-item-serif { font-family: serif; font-weight: 900; letter-spacing: 2px; }
.logo-item-bold { font-weight: 800; }
.logo-item-italic { font-weight: 800; font-style: italic; }
.logo-item-heavy { font-weight: 900; }
.logo-item-track { font-weight: 700; letter-spacing: -1px; }

/* ==========================================================================
   4. STEPS SECTION
   ========================================================================== */
.steps-section { padding: 100px 0; background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 40px; }
.step-item { text-align: center; padding: 20px; }
.step-number { font-size: 3rem; font-weight: 900; background: var(--vibe-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 16px; display: inline-block; position: relative; }
.step-number::after { content: ''; display: block; width: 40px; height: 4px; background: #e2e8f0; margin: 8px auto 0; border-radius: 2px; }
.step-item h3 { font-size: 1.25rem; margin-bottom: 12px; position: relative; z-index: 1; color: var(--text-main); font-family: 'SVN-Gilroy Bold'; }
.step-item p { color: var(--text-light); font-size: 1rem; line-height: 1.6; }
.step-icon-wrapper { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.step-icon-1 { background: #eef2ff; color: #0d3e9a; }
.step-icon-2 { background: #fdf2f8; color: #ed09a4; }
.step-icon-3 { background: #f0fdf4; color: #16a34a; }

/* ==========================================================================
   5. BENTO GRID SECTION
   ========================================================================== */
.bento-section { padding: 100px 0; background: var(--bg-subtle); }
.bento-section-pad { background: #f8fafc; padding: 100px 0; }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto; gap: 24px; margin-top: 40px; }
.bento-card { background: white; border-radius: var(--radius-xl); padding: 32px; border: 1px solid var(--border); transition: 0.3s ease; display: flex; flex-direction: column; overflow: hidden; position: relative; }
.bento-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); border-color: rgba(108, 46, 231, 0.2); }
.card-large { grid-column: span 2; grid-row: span 2; }
.card-medium { grid-column: span 1; }
.card-small { grid-column: span 1; }
.bento-icon-glass { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, rgba(13, 62, 154, 0.05), rgba(13, 62, 154, 0.1)); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--primary); }
.bento-icon-glass svg { width: 28px; height: 28px; stroke-width: 1.5; }
.bento-content h3 { font-size: 1.5rem; margin-bottom: 12px; font-family: 'SVN-Gilroy Bold'; }
.bento-content p { font-size: 1rem; color: var(--text-light); line-height: 1.6; }
.bento-img-bg { margin-top: 20px; height: 250px; background: url('https://images.unsplash.com/photo-1531403009284-440f080d1e12?auto=format&fit=crop&w=800&q=80') center/cover; border-radius: 12px; opacity: 0.9; }

/* Utilities Color classes */
.text-primary-color { color: var(--primary); }
.text-accent-color { color: #ed09a4; }
.text-green-color { color: #00C853; }
.text-blue-color { color: #0d3e9a; }

/* ==========================================================================
   6. SERVICES LIST
   ========================================================================== */
.services-list-section { padding: 80px 0; overflow: hidden; }
.service-row { margin-bottom: 120px; align-items: center; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.service-content { padding: 0; }
.section-title-mb { margin-bottom: 20px; }
.service-desc { font-size: 1.1rem; color: var(--text-light); margin-bottom: 25px; line-height: 1.7; }
.feature-grid { display: grid; gap: 12px; }
.feature-item { display: flex; gap: 10px; align-items: flex-start; }
.check-icon { font-weight: bold; font-size: 1.2rem; }
.check-primary { color: var(--primary); }
.check-accent { color: var(--accent); }
.check-green { color: #16a34a; }
.btn-mt { margin-top: 30px; }

/* ==========================================================================
   7. DOMAIN CHECK SECTION
   ========================================================================== */
.domain-check-section { padding: 100px 0 80px; background: #fff; text-align: center; position: relative; overflow: visible; }
.domain-check-card { background: transparent; padding: 20px; position: relative; max-width: 900px; margin: 0 auto; color: var(--text-body); z-index: 2; }
.domain-check-card .section-title { color: var(--text-main); margin-bottom: 12px; font-size: 2.5rem; position: relative; z-index: 5; }
.domain-check-card .section-desc { color: var(--text-light); margin-bottom: 40px; font-size: 1.1rem; position: relative; z-index: 5; }
.domain-check-card .cta-blur-shape { position: absolute; filter: blur(80px); z-index: 1; opacity: 0.45; pointer-events: none; }
.domain-check-card .shape-1 { background: #ed09a4; width: 350px; height: 350px; bottom: -100px; left: -50%; border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; animation: pulse-slow 9s infinite alternate; }
.domain-check-card .shape-3 { background: #8b5cf6; width: 400px; height: 400px; top: -280px; left: 100%; border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; opacity: 0.35; animation: pulse-slow 7s infinite alternate-reverse; }

.domain-checker-box { background: #ffffff; padding: 8px 8px 8px 24px; border-radius: 50px; border: 1px solid #e2e8f0; margin: 0 auto 20px; max-width: 600px; position: relative; transition: all 0.3s ease; display: flex; align-items: center; box-shadow: 0 15px 40px -5px rgba(13, 62, 154, 0.15); z-index: 10; }
.domain-checker-box.success { border-color: #22c55e !important; box-shadow: 0 10px 30px rgba(34, 197, 94, 0.25) !important; }
.domain-checker-box.error { border-color: #ef4444 !important; box-shadow: 0 10px 30px rgba(239, 68, 68, 0.25) !important; animation: shake 0.5s; }

.dc-input-group { display: flex; align-items: center; gap: 4px; width: 100%; }
.dc-prefix { font-weight: 700; color: #94a3b8; font-family: 'Inter', sans-serif; white-space: nowrap; font-size: 1.05rem; }
.dc-input { border: none; outline: none; font-size: 1.05rem; font-weight: 700; color: var(--text-main); flex: 1; min-width: 0; background: transparent; padding: 12px 0; font-family: 'Inter', sans-serif; }
.dc-input::placeholder { color: #cbd5e1; }

.btn-check-domain { padding: 12px 36px; border-radius: 40px; white-space: nowrap; border: none; cursor: pointer; font-weight: 800; font-family: 'SVN-Gilroy Bold', sans-serif; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); background: var(--vibe-gradient); color: white; box-shadow: 0 4px 15px rgba(108, 46, 231, 0.35); font-size: 1rem; }
.btn-check-domain:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(108, 46, 231, 0.5); filter: brightness(1.1); color: white; }
.btn-check-domain.state-create, .btn-check-domain.success { background: #22c55e !important; box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); animation: pulse-green 2s infinite !important; }
.btn-check-domain.error { background: #ef4444 !important; animation: none; }

.dc-feedback { font-size: 0.95rem; font-weight: 600; min-height: 24px; display: flex; align-items: center; justify-content: center; gap: 6px; opacity: 0; transform: translateY(-5px); transition: 0.3s; position: relative; z-index: 5; color: var(--text-body); }
.dc-feedback.visible { opacity: 1; transform: translateY(0); }
.dc-feedback svg { vertical-align: text-bottom; margin-right: 4px; }
.domain-check-card .text-success { color: #16a34a !important; }
.domain-check-card .text-danger { color: #ef4444 !important; }

/* ==========================================================================
   8. PRICING SECTION
   ========================================================================== */
.pricing-section { padding: 100px 0; background: #fff; }
.pricing-section-pad { background: #f8fafc; padding: 100px 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: start; margin-top: 40px; }
.pricing-card { background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 32px 24px; text-align: center; transition: 0.3s; position: relative; display: flex; flex-direction: column; }
.pricing-card:hover { border-color: var(--primary); box-shadow: var(--shadow-xl); transform: translateY(-5px); z-index: 2; }
.pricing-card.popular { border-color: var(--accent); box-shadow: 0 15px 35px rgba(237, 9, 164, 0.15); transform: scale(1.05); z-index: 3; }
.pricing-card.popular:hover { transform: scale(1.05) translateY(-5px); }
.popular-tag { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); background: var(--vibe-gradient); color: white; padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; white-space: nowrap; box-shadow: 0 4px 10px rgba(237, 9, 164, 0.3); }

.pricing-header { margin-bottom: 24px; min-height: 110px; display: flex; flex-direction: column; justify-content: flex-start; }
.plan-name { font-size: 1.25rem; color: var(--text-main); margin-bottom: 12px; font-family: 'SVN-Gilroy Bold'; letter-spacing: 0.5px; }
.plan-price { font-size: 2.2rem; font-weight: 800; color: var(--text-body); margin-bottom: 12px; font-family: 'SVN-Gilroy Bold', sans-serif; line-height: 1; display: flex; align-items: baseline; justify-content: center; letter-spacing: -1px; }
.plan-price span { font-size: 0.95rem; color: #94a3b8; font-weight: 500; margin-left: 4px; letter-spacing: 0; }
.plan-desc { color: var(--text-light); font-size: 0.9rem; margin-bottom: 0; line-height: 1.5; }

.pricing-features { text-align: left; margin-bottom: 30px; flex-grow: 1; display: flex; flex-direction: column; }
.pricing-features li { margin-bottom: 16px; color: var(--text-body); font-size: 0.9rem; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.pricing-features li span { color: var(--accent); font-weight: bold; font-size: 1.15rem; line-height: 1; margin-top: 3px; flex-shrink: 0; }
.pricing-features li code { background: #f1f5f9; color: var(--primary); padding: 3px 6px; border-radius: 6px; font-size: 0.85rem; word-break: break-word; display: inline-block; margin-top: 2px; }
.pricing-card .btn { margin-top: auto; padding: 14px 24px; }

/* ==========================================================================
   9. TESTIMONIAL & FAQ
   ========================================================================== */
.testimonial-section { padding: 100px 0; background: var(--bg-subtle); }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
.testimonial-card { background: white; padding: 40px; border-radius: 24px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.testimonial-card p { font-size: 1.1rem; color: var(--text-body); font-style: italic; margin-bottom: 24px; line-height: 1.6; }
.stars { color: #FFC107; margin-bottom: 12px; }
.user-info { display: flex; align-items: center; gap: 16px; }
.user-info img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
.user-info div { display: flex; flex-direction: column; text-align: left; }
.user-info strong { color: var(--text-main); font-size: 1rem; }
.user-info span { color: var(--text-light); font-size: 0.85rem; }

.faq-section { padding: 100px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-top: 40px; }
.faq-item { background: var(--bg-subtle); padding: 30px; border-radius: 20px; border: 1px solid var(--border); transition: 0.3s; }
.faq-item:hover { background: #fff; box-shadow: var(--shadow-sm); border-color: rgba(13, 62, 154, 0.1); }
.faq-item h3 { font-size: 1.2rem; margin-bottom: 12px; color: var(--text-main); }
.faq-item p { font-size: 1rem; color: var(--text-light); line-height: 1.6; margin-bottom: 0; }

.faq-accordion-wrapper { margin-top: 20px; }
.faq-group-title { font-size: 1.1rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; font-weight: 700; }
.faq-accordion-item { background: white; border-radius: 16px; margin-bottom: 16px; box-shadow: var(--shadow-sm); border: 1px solid transparent; transition: 0.3s ease; overflow: hidden; }
.faq-accordion-item:hover { border-color: rgba(13, 62, 154, 0.1); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
.faq-accordion-item.active { border-color: var(--primary); }
.faq-question { padding: 20px 24px; font-weight: 700; color: var(--text-main); display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 1.05rem; user-select: none; }
.faq-icon { font-size: 1.5rem; font-weight: 400; color: var(--primary); transition: transform 0.3s ease; line-height: 1; }
.faq-accordion-item.active .faq-icon { transform: rotate(45deg); color: var(--accent); }
.faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; color: var(--text-body); line-height: 1.6; opacity: 0.9; }
.faq-accordion-item.active .faq-answer { padding-bottom: 24px; max-height: 500px; }

.faq-search-box { position: relative; width: 100%; max-width: 500px; margin: 0 auto; }
.faq-search-box input { width: 100%; padding: 16px 20px 16px 50px; border-radius: 50px; border: 1px solid #e2e8f0; font-size: 1rem; box-shadow: var(--shadow-sm); transition: 0.3s; outline: none; font-family: 'Inter', sans-serif; }
.faq-search-box input:focus { border-color: var(--primary); box-shadow: 0 4px 15px rgba(13, 62, 154, 0.1); }
.faq-search-box svg { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: var(--text-light); }

/* ==========================================================================
   10. CONTACT & CTA SECTION
   ========================================================================== */
.contact-section { padding: 100px 0; background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.95)), url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1920&auto=format&fit=crop') no-repeat center center; background-size: cover; position: relative; overflow: hidden; }
.contact-section::before { content: ''; position: absolute; top: 50%; left: 0; width: 500px; height: 500px; background: radial-gradient(circle, rgba(237, 9, 164, 0.03) 0%, transparent 70%); transform: translate(-30%, -50%); pointer-events: none; z-index: 0; }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: flex-start; position: relative; z-index: 1; }
.contact-wrapper-center { align-items: center; }

.contact-info { padding-top: 20px; }
.contact-info .contact-title { font-size: 2.8rem; margin-bottom: 16px; color: var(--primary-dark); }
.contact-info p { font-size: 1.1rem; color: var(--text-light); margin-bottom: 40px; max-width: 90%; }
.contact-details li { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; background: white; padding: 20px 24px; border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.03); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); transition: 0.3s ease; }
.contact-details li:hover { transform: translateX(10px); border-color: rgba(13, 62, 154, 0.1); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }
.icon-circle { width: 56px; height: 56px; background: rgba(13, 62, 154, 0.05); border-radius: 16px; color: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: 0.3s; }
.contact-details li:hover .icon-circle { background: var(--primary); color: white; }
.contact-details strong { color: var(--text-main); font-size: 1.1rem; display: block; margin-bottom: 2px; }
.contact-details div { font-size: 1rem; color: var(--text-light); }

.contact-form-box { background: white; padding: 56px; border-radius: 40px; box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.06); border: 1px solid white; }
.contact-form-box-simple { padding: 0; box-shadow: none; border: none; }
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-weight: 700; font-size: 0.85rem; margin-bottom: 10px; color: var(--text-main); text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 18px 24px; border: 2px solid #f1f5f9; border-radius: 16px; font-size: 1rem; transition: 0.3s; font-family: 'Inter', sans-serif; background: #fcfcfd; color: var(--text-body); appearance: none; -webkit-appearance: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--primary); background: #fff; outline: none; box-shadow: 0 0 0 4px rgba(13, 62, 154, 0.05); }
.select-wrapper { position: relative; width: 100%; }
.select-wrapper::after { content: ''; position: absolute; top: 50%; right: 24px; width: 12px; height: 12px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' 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-size: contain; transform: translateY(-50%); pointer-events: none; transition: 0.3s; }
.select-wrapper:hover::after { transform: translateY(-40%); }

.cta-section { padding: 120px 0; position: relative; overflow: hidden; }
.cta-gradient-box { background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1) 0%, transparent 40%), radial-gradient(120% 120% at 50% 10%, #1e1b4b 0%, #312e81 40%, #4c1d95 100%); border-radius: 40px; padding: 100px 40px; text-align: center; color: white; position: relative; overflow: hidden; box-shadow: 0 30px 60px -12px rgba(76, 29, 149, 0.4); isolation: isolate; }
.cta-blur-shape { position: absolute; filter: blur(80px); z-index: -1; opacity: 0.7; animation: pulse-slow 8s infinite alternate; }
.shape-1 { width: 400px; height: 400px; background: #ed09a4; top: -100px; left: -100px; border-radius: 50%; }
.shape-2 { width: 300px; height: 300px; background: #0ea5e9; bottom: -50px; right: -50px; border-radius: 50%; animation-delay: 1s; }
.shape-3 { width: 200px; height: 200px; background: #8b5cf6; top: 40%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; opacity: 0.4; }

.cta-content { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.cta-content h2 { color: white; font-size: 3.5rem; margin-bottom: 24px; font-weight: 800; letter-spacing: -0.03em; background: linear-gradient(to right, #fff, #e0e7ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); text-wrap: balance; max-width: 100%; }
.cta-content p { font-size: 1.2rem; color: rgba(255, 255, 255, 0.9); margin-bottom: 48px; line-height: 1.7; font-weight: 400; }
.cta-signup-form { display: flex; gap: 8px; max-width: 520px; margin: 0 auto 32px; position: relative; background: rgba(255, 255, 255, 0.1); padding: 8px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }
.cta-signup-form:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.4); }
.cta-signup-form input { flex: 1; padding: 16px 32px; border-radius: 999px; border: none; font-size: 1.05rem; outline: none; background: transparent; color: white; font-family: 'Inter', sans-serif; }
.cta-signup-form input::placeholder { color: rgba(255, 255, 255, 0.7); }
.cta-signup-form button { white-space: nowrap; padding: 14px 36px; border-radius: 999px; background: white; color: #4c1d95; font-weight: 700; font-size: 16px; border: none; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.cta-signup-form button:hover { transform: scale(1.05); box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3); color: #ed09a4; }
.cta-note { font-size: 0.95rem; color: rgba(255, 255, 255, 0.7); display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 500; }
.cta-actions { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

.btn-outline-white { border: 1px solid rgba(255, 255, 255, 0.4) !important; color: white !important; background: transparent !important; }
.btn-outline-white:hover { background: white !important; color: var(--primary) !important; border-color: white !important; transform: translateY(-2px); }
.btn-cta-action.state-check { background: white !important; color: var(--primary) !important; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
.btn-cta-action.state-check:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25); color: var(--accent) !important; }
.wm-btn-compose, .wm-btn-config { display: flex !important; align-items: center !important; justify-content: center !important; gap: 8px; }
.wm-btn-compose svg, .wm-btn-config svg { margin: 0 !important; }

/* ==========================================================================
   11. ANIMATIONS
   ========================================================================== */
@keyframes pulse-green { 0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); } 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); } }
@keyframes pulse-purple { 0% { box-shadow: 0 0 0 0 rgba(167, 34, 204, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(167, 34, 204, 0); } 100% { box-shadow: 0 0 0 0 rgba(167, 34, 204, 0); } }
@keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes pulse-slow { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.2); opacity: 0.8; } }

.spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: 2px solid rgba(255, 255, 255, 0.4); border-top-color: #ffffff; border-radius: 50%; animation: spin 0.8s linear infinite; display: inline-block; vertical-align: middle; margin-right: 8px; }

/* ==========================================================================
   12. MEDIA QUERIES (RESPONSIVE)
   ========================================================================== */
@media (max-width: 1200px) {
    .pricing-grid { grid-template-columns: repeat(2, 1fr); justify-content: center; gap: 30px; }
    .pricing-card.popular { transform: none; margin-top: 0; }
    .pricing-card.popular:hover { transform: translateY(-5px); }
    .pricing-header { min-height: auto; }
}

@media (max-width: 992px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .hero-content { margin: 0 auto; order: 1; }
    .hero-visual { order: 2; margin-top: 20px; }
    .hero-buttons, .hero-trust { justify-content: center; margin: 0 auto; }
    .contact-wrapper { grid-template-columns: 1fr; gap: 50px; }
    .bento-grid { display: flex; flex-direction: column; gap: 24px; }
    .card-large, .card-medium, .card-small { width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .steps-grid { grid-template-columns: repeat(1, 1fr); }
    .service-row { grid-template-columns: 1fr !important; gap: 40px !important; margin-bottom: 80px !important; }
    .service-row > div { order: initial !important; }
    .visual-placeholder { margin: 0 auto; max-width: 100%; transform: none !important; margin-bottom: 20px; }
}

@media (max-width: 768px) {
    .section-title { font-size: 2rem; }
    .hero-section { padding: 30px 0; min-height: auto; }
    .hero-title { font-size: 2.5rem; }
    .hero-subtitle { font-size: 1rem; max-width: 100%; }
    .home-cta-box { padding: 40px 20px !important; }
    .checker-input-group { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
    .hero-domain-checker { padding: 12px 16px; margin: 0 auto 12px; }
    .domain-prefix { font-size: 15px; margin-bottom: 0; }
    .domain-input { font-size: 15px; padding: 8px 0; flex: 1; width: auto; text-align: left; }
    .btn-check-action { width: 100%; margin-top: 5px; }
    .domain-feedback-msg { justify-content: center; text-align: center; }
    .floating-card { display: none !important; }
    
    .cta-gradient-box { padding: 40px 20px; text-align: center; }
    .cta-content h2 { font-size: 2rem; line-height: 1.2; margin-bottom: 16px; }
    .cta-content p { font-size: 1rem; margin-bottom: 30px; }
    .cta-domain-checker { padding: 16px; }
    .cta-domain-checker .checker-input-group { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 10px; }
    .cta-domain-checker .domain-prefix { display: inline-block; text-align: left; margin-bottom: 0; }
    .cta-domain-checker .domain-input { flex: 1; width: auto; text-align: left; }
    .cta-domain-checker .btn-check-action { width: 100%; margin-top: 8px; }
    
    .bento-card, .pricing-card, .testimonial-card, .step-item { padding: 24px; }
    .pricing-grid, .testimonial-grid { grid-template-columns: 1fr; gap: 24px; }
    .pricing-card.popular { transform: none; box-shadow: var(--shadow-sm); border-color: var(--border); margin-top: 20px; }
    .pricing-card.popular:hover { transform: none; }
    .popular-tag { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); display: inline-block; margin-bottom: 0; }
    
    .domain-check-section { padding: 60px 0 50px; }
    .domain-check-card .section-title { font-size: 1.8rem; margin-bottom: 8px; }
    .domain-check-card .section-desc { font-size: 1rem; margin-bottom: 30px; }
    .domain-checker-box { flex-direction: column; padding: 20px; border-radius: 24px; gap: 10px; height: auto; max-width: 100%; box-shadow: 0 10px 30px rgba(13, 62, 154, 0.1); }
    .domain-checker-box .dc-input-group { flex-direction: row; flex-wrap: wrap; width: 100%; align-items: center; gap: 8px; }
    .domain-checker-box .dc-prefix { margin-bottom: 0; color: #64748b; }
    .domain-checker-box .dc-input { width: auto; flex: 1; text-align: left; border-bottom: 1px solid #f1f5f9; padding-bottom: 8px; margin-bottom: 0; font-size: 1.1rem; }
    .domain-checker-box .btn-check-domain { width: 100%; border-radius: 50px; padding: 14px; margin-top: 10px; }
    
    .faq-grid { grid-template-columns: 1fr; gap: 20px; }
    .faq-item { padding: 20px; }
    .contact-form-box { padding: 30px 20px; }
    .container { padding-left: 20px; padding-right: 20px; }
    
    .section-mission { padding: 60px 0; }
    .mission-title { font-size: 2rem; }
    .stat-group { gap: 20px; padding-top: 30px; margin-top: 30px; justify-content: space-between; }
    .stat-item strong { font-size: 2.2rem; }
}

@media (max-width: 480px) {
    .hero-domain-checker { flex-direction: column; border-radius: 20px; padding: 20px 16px; align-items: stretch; gap: 12px; }
    .checker-input-group { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px; width: 100%; }
    .domain-prefix { font-size: 16px; margin-right: 0; margin-bottom: 0; color: #64748b; }
    .domain-input { width: auto; flex: 1; text-align: left; border-bottom: 1px solid #f1f5f9 !important; padding-bottom: 8px !important; margin-bottom: 0; }
    .btn-check-action { width: 100%; border-radius: 50px; margin-top: 8px; height: 44px; }
    
    .cta-domain-checker { flex-direction: column; border-radius: 24px; padding: 20px 16px; }
    .cta-domain-checker .checker-input-group { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px; }
    .cta-domain-checker .domain-prefix { color: rgba(255,255,255,0.7); display: block; margin-bottom: 0; }
    .cta-domain-checker .domain-input { width: auto; flex: 1; border-bottom: 1px solid rgba(255,255,255,0.2) !important; text-align: left; padding-bottom: 8px; margin-bottom: 0; }
    .cta-domain-checker .btn-check-action { width: 100%; margin-top: 8px; }
    
    .logo-cloud { gap: 20px; row-gap: 30px; }
    .logo-item { font-size: 16px; flex: 0 0 40%; }
}