body { margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%); color: #1a1a1a; line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; }
.container { max-width: 900px; margin: 0 auto; padding: 24px; }
.hero-section { min-height: 80vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; margin: -24px -24px 0 -24px; padding: 24px; position: relative; overflow: hidden; }
.hero-section > * { position: relative; z-index: 1; }
.hero-section .stagger { opacity: 0; transform: translateY(14px); animation: fade-up 0.9s ease forwards; }
.hero-section .stagger:nth-child(1) { animation-delay: 0.05s; }
.hero-section .stagger:nth-child(2) { animation-delay: 0.15s; }
.hero-section .stagger:nth-child(3) { animation-delay: 0.3s; }
.hero-section .stagger:nth-child(4) { animation-delay: 0.45s; }
.hero-section .stagger:nth-child(5) { animation-delay: 0.6s; }
.logo-img { width: 140px; max-width: 70vw; height: auto; margin-bottom: 8px; }
.h1 { font-family: 'Outfit', sans-serif; font-size: 64px; font-weight: 700; margin: 0 0 48px 0; color: #ffffff; line-height: 1.3; text-shadow: 0 2px 6px rgba(0,0,0,0.25); }
.h1-small { font-size: 32px; }
.slogan { font-size: 1.1em; color: #ffffff; background-color: #FF3489; font-weight: 600; margin: 8px 0 32px 0; font-family: 'Outfit', sans-serif; padding: 8px 12px; border-radius: 8px; display: inline-block; animation: breathe 5s ease-in-out infinite; }
.lead { color: #555555; margin-bottom: 18px; line-height: 1.7; font-size: 1.05em; }
.intro-section { margin-bottom: 48px; padding: 40px 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.intro-section .lead { margin-bottom: 12px; font-weight: 500; }
.intro-section .lead strong { color: #171ADA; font-weight: 700; }
.sections { display: grid; gap: 56px; margin-top: 8px; margin-bottom: 48px; }
/* Reduce vanta visibility behind content by using semi-opaque card backgrounds */
.card { padding: 40px; border-radius: 12px; box-shadow: 0 2px 8px rgba(23,26,218,0.06); border: none; background: rgba(255,255,255,0.88); backdrop-filter: blur(6px); }
.intro-hook { text-align: center; }
.intro-hook .lead { font-size: 18px; margin: 20px 0; color: #ffffff; }
.intro-hook .lead strong { color: #ffffff; font-weight: 700; }
.hero-subtext { color: #ffffff; font-size: 16px; margin-top: 8px; margin-bottom: 24px; font-weight: 400; line-height: 1.4; }
/* Alternate backgrounds for cards to avoid boxes-in-boxes feel */
.sections .card:nth-child(even) { background: rgba(240,246,255,0.88); }
/* Slight overlay for sections area so Vanta is less intrusive */
#vanta-container .sections { background: transparent; }
.card h3 { color: #171ADA; margin-top: 0; margin-bottom: 18px; font-size: 24px; font-weight: 700; }
.h1 { line-height: 1.3; }
.form-row { display: flex; gap: 12px; flex-direction: column; margin-bottom: 16px; }
.form-row.time-row { margin-bottom: 8px; }
.form-row.flex-row { flex-direction: row; }
.form-row.flex-row > * { flex: 1; }
.input, textarea { width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid #ddd; background: #fafafa; color: #1a1a1a; font-family: inherit; box-sizing: border-box; transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.input:focus, textarea:focus, select:focus { outline: none; border-color: #171ADA; background: #fff; box-shadow: 0 0 0 4px rgba(23,26,218,0.08); transform: translateY(-1px); }
select { box-sizing: border-box; }
.form-label { display: block; font-size: 0.9em; color: #333; margin-bottom: 6px; font-weight: 600; }
.btn { display: inline-block; padding: 12px 24px; border-radius: 8px; background: linear-gradient(90deg, #10a853, #0d8a42); color: #ffffff; text-decoration: none; font-weight: 600; border: none; cursor: pointer; font-size: 1em; position: relative; overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.btn:hover { background: linear-gradient(90deg, #0d8a42, #0a6a35); box-shadow: 0 8px 20px rgba(13,138,66,0.24); }
.btn:active { transform: translateY(1px) scale(0.99); }
.btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.22) 40%, transparent 70%); transform: translateX(-120%); transition: transform 0.5s ease; }
.btn:hover::after { transform: translateX(120%); }
.btn .ripple-circle { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.35); transform: scale(0); animation: ripple 0.6s ease-out forwards; pointer-events: none; }
.btn.bounce { animation: btn-bounce 0.45s ease; }
.btn-outline { background: transparent; color: #171ADA; border: 2px solid #171ADA; }
.btn-outline:hover { background: rgba(23,26,218,0.05); }
.whatsapp { background: linear-gradient(90deg, #10a853, #0d8a42); color: #ffffff; }
.whatsapp:hover { background: linear-gradient(90deg, #0d8a42, #0a6a35); }
.countdown { text-align: center; margin: 40px 0 64px 0; padding: 28px; background: rgba(255,255,255,0.3); border-radius: 12px; border: none; }
.center { text-align: center; }
.footer { margin-top: 40px; text-align: center; color: #999; font-size: 0.9em; }
.countdown { text-align: center; margin: 40px 0 64px 0; padding: 28px; background: rgba(255,255,255,0.53); border-radius: 16px; border: 1px solid rgba(23,26,218,0.1); }
.countdown-label { font-size: 0.9em; color: #171ADA; margin-bottom: 12px; letter-spacing: 0.5px; }
.countdown-items { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.countdown-block { background: rgba(23,26,218,0.06); border: 2px solid #171ADA; border-radius: 8px; padding: 12px 16px; min-width: 70px; }
.countdown-value { font-family: 'Outfit', monospace; font-size: 32px; font-weight: 700; color: #171ADA; line-height: 1; text-shadow: 0 1px 2px rgba(23,26,218,0.08); }
.countdown-value.tick { animation: tick-bounce 0.35s ease; }
.countdown-unit { font-size: 0.85em; color: #171ADA; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.countdown-block { background: rgba(23,26,218,0.08); border: 2px solid #171ADA; border-radius: 8px; padding: 12px 16px; min-width: 70px; }
.clients-logos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; justify-items: center; align-items: start; margin: 16px 0; }
.client-logo { text-align: center; }
.client-name { font-size: 0.85em; color: #555; margin: 8px 0 0 0; text-align: center; font-weight: 500; }
.logo-area { margin-bottom: 12px; }

/* Feature grid for capabilities (more professional layout than list + emojis) */
.feature-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin-top: 12px; }
.feature { display: flex; gap: 14px; align-items: flex-start; padding: 12px; border-radius: 10px; }
.feature .icon { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(23,26,218,0.08), rgba(255,52,137,0.06)); }
.feature h4 { margin: 0; font-size: 16px; color: #171ADA; font-weight: 700; }
.feature p { margin: 6px 0 0 0; color: #444; font-size: 16px; line-height: 1.45; }

/* Slightly larger readable body copy for cards */
.card .small { line-height: 1.55; font-size: 16px; }

/* Sub-sub points (smaller supporting text) */
.subpoint { font-size: 14px; }
.subpoint-list { padding-left: 18px; margin-top: 8px; }
.subpoint-list li { margin-bottom: 6px; font-size: 14px; color: #555; line-height: 1.45; }

@media (max-width: 700px) {
	.feature-grid { grid-template-columns: 1fr; }
	.feature { padding: 10px; }
	.faq-grid { grid-template-columns: 1fr; }
	.clients-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.h1 { font-size: 42px; text-shadow: 0 1px 4px rgba(0,0,0,0.2); }
	.h1-small { font-size: 26px; }
	.slogan { font-size: 1em; padding: 6px 10px; }
}
/* Inline validation error styling (calm, friendly tone) */
.input-error { color: #9b2d3a; font-size: 0.9em; margin-top: 6px; min-height: 1.2em; }
.input.invalid { border-color: #9b2d3a; box-shadow: 0 0 0 3px rgba(155,45,58,0.06); }
.input:invalid { box-shadow: none; }

/* FAQ Card Grid Design (Option 3) */
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 24px; }
.faq-card { padding: 24px; background: rgba(240,246,255,0.6); border: 1px solid rgba(23,26,218,0.15); border-radius: 12px; transition: box-shadow 0.3s ease, transform 0.3s ease; }
.faq-card:hover { box-shadow: 0 6px 16px rgba(23,26,218,0.1); transform: translateY(-2px); }
.faq-card-title { font-size: 1em; color: #171ADA; font-weight: 600; margin: 0 0 12px 0; line-height: 1.4; }
.faq-card p { font-size: 0.9em; color: #333; line-height: 1.6; margin: 0 0 10px 0; }
.faq-card p:last-child { margin-bottom: 0; }
.faq-card strong { color: #171ADA; font-weight: 600; }
.faq-card .faq-nuance { margin-top: 8px; }
.faq-card .faq-nuance strong { color: #FF3489; }

@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; } }

@media (max-width: 480px) {
	.clients-logos { grid-template-columns: 1fr; }
	.h1 { font-size: 36px; }
	.h1-small { font-size: 22px; }
	.countdown { padding: 20px; }
	.feature-grid { grid-template-columns: 1fr; }
}

@keyframes fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes breathe { 0% { transform: translateY(0); box-shadow: 0 8px 24px rgba(255,52,137,0.18); } 50% { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,52,137,0.26); } 100% { transform: translateY(0); box-shadow: 0 8px 24px rgba(255,52,137,0.18); } }
@keyframes tick-bounce { 0% { transform: translateY(0); } 35% { transform: translateY(-4px); } 70% { transform: translateY(1px); } 100% { transform: translateY(0); } }
@keyframes ripple { from { transform: scale(0); opacity: 0.5; } to { transform: scale(3); opacity: 0; } }
@keyframes btn-bounce { 0% { transform: scale(1); } 40% { transform: scale(1.04); } 70% { transform: scale(0.99); } 100% { transform: scale(1); } }
