/** Sections CSS - Styles cho các section chính trên trang public. Logic: Hero, Badge, Steps, Bento Grid, Pricing, FAQ, Contact/CTA, Animations, Responsive, Public Page Utilities. */
/* 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: 20px 0 36px; 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%; text-wrap: balance; }
.hero-compact .hero-subtitle { margin: 0 auto; max-width: 700px; font-size: 1.1rem; text-wrap: balance; }
.hero-subtitle-max { max-width: 700px; font-size: 1.1rem; color: #64748b; margin: 0 auto; text-wrap: balance; }
.hero-subtitle.center { display: block; width: min(100%, 820px); max-width: min(100%, 820px); margin-left: auto; margin-right: auto; padding-inline: clamp(0px, 2vw, 14px); line-height: 1.68; overflow: visible; overflow-wrap: break-word; word-break: normal; white-space: normal; }
.hero-compact .hero-subtitle.center { max-width: min(100%, 820px); }
.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; }

/* Mission & Stats */
.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; }

/* Trust & Logos */
.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; }

/* 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; }

/* Bento Grid */
.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?uto=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; }

/* 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; }

/* Domain Check */
.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 Check — underline style dong bo he thong input */
.domain-checker-box { background: transparent; padding: 4px 0; border: 0; border-bottom: 2px solid var(--mv-control-border, rgba(13,62,154,.55)); border-radius: 0; margin: 0 auto 20px; max-width: 600px; position: relative; transition: border-color 0.3s ease; display: flex; align-items: center; box-shadow: none; z-index: 10; }
.domain-checker-box:hover { border-color: rgba(13,62,154,.75); }
.domain-checker-box:focus-within { border-color: var(--primary, #0d3e9a); }
.domain-checker-box.success { border-color: #22c55e !important; box-shadow: none !important; }
.domain-checker-box.error { border-color: #ef4444 !important; box-shadow: none !important; animation: shake 0.5s; }

.dc-input-group { display: flex; align-items: center; gap: 4px; width: 100%; }
/* Icon qua cau trinh duyet dung truoc prefix myvibe.id.vn/ — hoc dung chuan icon kinh lup (16px, navy, dark #8ab4ff); align-self center de thang hang voi prefix/input. */
.dc-input-group .domain-globe-icon { flex-shrink: 0; align-self: center; width: 16px; height: 16px; margin: 0 8px 0 2px; color: var(--primary, #0d3e9a); pointer-events: none; }
html[data-theme="dark"] .dc-input-group .domain-globe-icon { color: #8ab4ff; }
.dc-prefix { font-weight: 700; color: var(--primary, #0d3e9a); 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 2px 8px rgba(108, 46, 231, 0.16); font-size: 1rem; }
.btn-check-domain:hover { transform: translateY(-1px); box-shadow: 0 5px 14px rgba(108, 46, 231, 0.24); filter: brightness(1.04); 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; }

/* 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); z-index: 3; }
.pricing-card.popular:hover { transform: 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); }

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
    .pricing-card.scroll-reveal.is-visible:hover {
        border-color: var(--primary);
        box-shadow: var(--shadow-xl) !important;
        transform: translateY(-5px) !important;
        z-index: 4;
    }

    .pricing-card.popular.scroll-reveal.is-visible:hover {
        border-color: var(--accent);
    }
}

.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; }

/* 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; display: flex; align-items: center; width: 100%; max-width: 500px; height: 44px; margin: 0 auto; background: transparent; border: 0; border-bottom: 2px solid var(--mv-control-border,rgba(13,62,154,.55)); border-radius: 0; padding: 2px 8px 2px 2px; transition: background .2s, border-color .2s, box-shadow .2s; overflow: hidden; }
.faq-search-box:hover { border-color: rgba(13,62,154,.75); background: transparent; }
.faq-search-box:focus-within { border-color: var(--primary); background: transparent; box-shadow: none; }
.faq-search-box input { flex: 1 1 auto; min-width: 0; width: 100%; height: 100%; border: none; background: transparent; padding: 0 12px 0 6px; border-radius: 0; font-size: 1rem; transition: 0.3s; outline: none; box-shadow: none; font-family: 'Inter', sans-serif; }
.faq-search-box input:focus { border: none; outline: none; box-shadow: none; }
.faq-search-box svg { flex-shrink: 0; position: static; left: auto; top: auto; transform: none; color: var(--text-light); width: 20px; height: 20px; margin: 0 6px 0 12px; pointer-events: none; }
html[data-theme="dark"] .faq-search-box { background: var(--mv-surface-muted,#182235); border-color: rgba(255,255,255,.1); }
html[data-theme="dark"] .faq-search-box:hover { border-color: rgba(139,180,255,.42); background: #1d2940; }
html[data-theme="dark"] .faq-search-box:focus-within { border-color: var(--primary); background: #1d2940; box-shadow: 0 0 0 3px rgba(139,180,255,.18); }
html[data-theme="dark"] .faq-search-box input { color: #e5e7eb; }

/* ==========================================================================
   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; align-items: center; max-width: 520px; margin: 0 auto 32px; position: relative; background: transparent; padding: 8px 0; border-radius: 0; border: 0; }
.cta-signup-form input { flex: 1; padding: 16px 8px; border-radius: 0; 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 2px 8px rgba(0, 0, 0, 0.08); }
.btn-cta-action.state-check:hover { transform: translateY(-1px); box-shadow: 0 5px 14px rgba(255, 255, 255, 0.18); 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 float { 0% { transform: translateY(0px); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }
@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; }

@media (prefers-reduced-motion: reduce) {
    .btn-pulse, .btn-check-domain { animation: none !important; }
}

/* ==========================================================================
   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: 12px 0; border-radius: 0; gap: 10px; height: auto; max-width: 100%; box-shadow: none; }
    .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; }
    .domain-checker-box .dc-input { width: auto; flex: 1; text-align: left; border-bottom: 0; padding-bottom: 8px; margin-bottom: 0; font-size: 1.05rem; }
    .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: 0; padding: 12px 0; 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; }
    .domain-input { width: auto; flex: 1; text-align: left; font-size: 16px; border-bottom: 0 !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: 0; padding: 12px 0; }
    .cta-domain-checker .checker-input-group { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px; }
    .cta-domain-checker .domain-prefix { color: #ffffff; display: block; margin-bottom: 0; }
    .cta-domain-checker .domain-input { width: auto; flex: 1; font-size: 16px; border-bottom: 0 !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%; }
}
/* ==========================================================================
   13. PUBLIC PAGES UTILITIES (Search, Single, FAQ, etc)
   ========================================================================== */
.page-content-wrapper { padding: 40px 0 80px; background: var(--bg-subtle); }
.page-single-bg-white { padding-bottom: 80px; background: #fff; }
.single-content-box { background: white; padding: 50px; border-radius: 24px; box-shadow: var(--shadow-sm); max-width: 900px; margin: 0 auto; }
.page-title-main { font-size: 2.5rem; margin-bottom: 10px; }
.search-form-wrap { max-width: 500px; margin: 30px auto 0; }
.search-form-relative { position: relative; }
.search-input-rounded { padding-right: 50px !important; border-radius: 50px !important; }
.search-btn-absolute { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: none; border: none; color: var(--primary); cursor: pointer; }
.latest-news-section { padding: 40px 0 100px; background: #f8fafc; }
.post-card-content { padding: 30px; }
.post-meta-wrapper { margin-bottom: 10px; }
.post-meta-badge { font-size: 11px; }
.post-meta-dot { margin: 0 5px; color: #ccc; }
.post-title-md { font-size: 1.2rem; }
.post-excerpt-sm { font-size: 0.95rem; }
.pagination-wrap { margin-top: 60px; text-align: center; }
.empty-search-box { padding: 60px 0; }
.empty-search-icon { font-size: 4rem; margin-bottom: 20px; }
.text-main-color { color: var(--text-main); }
.text-light-color { color: var(--text-light); }
.page-showcase-icon { margin-right: 5px; vertical-align: middle; }
.btn-showcase-demo { box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important; }
.empty-showcase-box { grid-column: 1/-1; text-align: center; padding: 60px; background: white; border-radius: 16px; border: 1px dashed #e2e8f0; }
.empty-showcase-icon { font-size: 3rem; margin-bottom: 10px; opacity: 0.6; }
.mt-15 { margin-top: 15px !important; }
.mt-40 { margin-top: 40px !important; }
.mb-8 { margin-bottom: 8px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-24 { margin-bottom: 24px !important; }
.faq-search-wrapper { margin-top: 40px; }
.faq-group-title-spaced { margin-top: 40px; }
.faq-contact-box { margin-top: 60px; padding: 40px; background: white; border-radius: 20px; box-shadow: var(--shadow-sm); }
.faq-contact-icon { font-size: 3rem; margin-bottom: 10px; }
.flex-center-10 { display: flex; gap: 10px; justify-content: center; }
.contact-page-bg { padding-top: 40px; background: #f8fafc; }


.icon-ml-5 { margin-left: 5px; }


.order-1 { order: 1 !important; }
.order-2 { order: 2 !important; }
.img-rounded-100 { width: 100%; border-radius: 16px; }
.font-inter { font-family: 'Inter', sans-serif !important; }
.fs-13 { font-size: 1.3rem !important; }
.fs-09 { font-size: 0.9rem !important; }
.plan-period { font-size: 0.95rem; font-weight: 500; color: #64748b; }


.container-800 { max-width: 800px; margin: 0 auto; }
.faq-list { list-style: disc; padding-left: 20px; margin-top: 10px; }


.contact-box-white { background: white; border-radius: 24px; padding: 40px; box-shadow: var(--shadow-sm); gap: 40px; }


.img-cover-95 { width:100%; height:100%; object-fit:cover; opacity:0.95; padding-top:24px; }
.flex-center-white-90 { justify-content:center; color:rgba(255,255,255,0.9); }

/* === BREADCRUMB (extracted from template-parts/breadcrumb.php) === */
.mv-breadcrumb{padding:4px 0 16px;font-size:13px;color:var(--text-light);}
.mv-breadcrumb-list{display:flex;align-items:center;justify-content:flex-start;gap:6px;flex-wrap:wrap;list-style:none;padding:0;margin:0;}
.mv-breadcrumb-item{display:inline-flex;align-items:center;gap:6px;}
.mv-breadcrumb-item a{color:var(--text-light);text-decoration:none;transition:color .2s;font-weight:500;}
.mv-breadcrumb-item a:hover{color:var(--primary);}
.mv-breadcrumb-current{color:var(--text-main);font-weight:700;}
.mv-breadcrumb-sep{opacity:.4;flex-shrink:0;}
html[data-theme="dark"] .mv-breadcrumb-item a{color:#94a3b8;}
html[data-theme="dark"] .mv-breadcrumb-current{color:#f1f5f9;}
@media (max-width:520px){.mv-breadcrumb{font-size:12px;}.mv-breadcrumb-item a,.mv-breadcrumb-current{font-size:12px;}}

/* === PREMIUM MINIMALIST PAGINATION SYSTEM === */
.mv-pagination{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px 8px;margin:32px auto 16px;border-radius:99px;background:rgba(255,255,255,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(13,62,154,0.08);box-shadow:0 8px 24px -4px rgba(15,23,42,0.06);flex-wrap:wrap;transition:all .25s ease;}
.mv-pagination.is-top{margin:0;padding:3px 6px;box-shadow:0 4px 14px -2px rgba(15,23,42,0.04);}
.mv-pagination.is-bottom{margin:0 auto;}
.mv-page{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;min-height:36px;padding:0;border-radius:50%;background:transparent;border:1px solid transparent;color:var(--text-body,#475569);text-decoration:none;font-weight:600;font-size:13px;letter-spacing:-0.01em;transition:all .2s cubic-bezier(.16,1,.3,1);user-select:none;}
.mv-page:hover{background:rgba(13,62,154,0.06);color:var(--primary,#0d3e9a);transform:translateY(-1px);}
.mv-page:active{transform:scale(0.95);}
.mv-page-current{background:var(--primary,#0d3e9a)!important;color:#ffffff!important;font-weight:700;border:2px solid var(--primary,#0d3e9a)!important;cursor:default;pointer-events:none;box-shadow:0 4px 14px rgba(13,62,154,0.25);}
.mv-page-current:hover{transform:none;background:var(--primary,#0d3e9a)!important;}
.mv-page-ellipsis{display:inline-flex;align-items:center;justify-content:center;width:20px;height:36px;color:var(--text-light,#94a3b8);font-weight:500;font-size:13px;opacity:.6;user-select:none;}
.mv-page-prev,.mv-page-next{padding:0;width:36px;height:36px;min-width:36px;border-radius:50%;}
.mv-page-prev svg,.mv-page-next svg{transition:transform .2s ease;}
.mv-page-prev:hover svg{transform:translateX(-2px);}
.mv-page-next:hover svg{transform:translateX(2px);}
html[data-theme="dark"] .mv-pagination{background:rgba(17,24,39,0.8);border-color:rgba(255,255,255,0.08);box-shadow:0 8px 24px -4px rgba(0,0,0,0.35);}
html[data-theme="dark"] .mv-page{color:#94a3b8;}
html[data-theme="dark"] .mv-page:hover{background:rgba(255,255,255,0.08);color:#f8fafc;}
html[data-theme="dark"] .mv-page-current{background:#38bdf8!important;color:#090d16!important;border:2px solid #38bdf8!important;box-shadow:0 4px 14px rgba(56,189,248,0.35);}
html[data-theme="dark"] .mv-page-ellipsis{color:#64748b;}
