@keyframes resIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero{position:relative;overflow:hidden;background:radial-gradient(700px 300px at 85% 10%,rgba(76,177,255,.14),transparent),linear-gradient(120deg,var(--purple-bg),var(--blue-bg) 55%,var(--green-bg));padding:76px 0 88px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.hero-eyebrow{display:inline-block;font-family:var(--font-display);font-weight:600;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);background:#fff;padding:7px 18px;border-radius:999px;margin-bottom:20px;box-shadow:var(--shadow-sm)}.hero-title{font-size:clamp(2rem,5vw,3.1rem);font-weight:800;margin-bottom:8px}.hero-role{font-size:clamp(1.1rem,2.4vw,1.45rem);font-weight:600;color:var(--orange);margin-bottom:18px}.hero-text{color:var(--text-soft);font-size:1.08rem;max-width:520px;margin-bottom:30px}.hero-actions,.hero-meta{display:flex;flex-wrap:wrap}.hero-actions{gap:14px;margin-bottom:30px}.hero-meta{gap:18px}.hero-meta span{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:500}.hero-meta svg{width:18px;height:18px;color:var(--green)}.hero-card,.hero-media{position:relative}.hero-card{border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow-lg);aspect-ratio:4/5;max-width:400px;margin:0 auto}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-badge,.hero-placeholder{display:flex;align-items:center}.hero-placeholder{width:100%;height:100%;flex-direction:column;justify-content:center;gap:20px;background:linear-gradient(135deg,var(--purple),var(--blue));color:#fff}.hero-placeholder svg{width:90px;height:90px;opacity:.9}.hero-placeholder span{font-family:var(--font-display);font-weight:600;font-size:1.2rem;padding:0 20px;text-align:center}.hero-badge{position:absolute;gap:8px;background:#fff;border-radius:14px;padding:10px 16px;box-shadow:var(--shadow-md);font-weight:600;font-size:.85rem;color:var(--ink)}.hero-badge svg{width:22px;height:22px}.hero-badge.badge-purple{bottom:18px;left:-24px}.hero-badge.badge-purple svg{color:var(--purple)}.hero-badge.badge-blue{top:18px;right:-24px}.hero-badge.badge-blue svg{color:var(--blue)}.hero-blob{position:absolute;width:320px;height:320px;right:-90px;bottom:-120px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,127,45,.25),transparent 70%);pointer-events:none}.about-section{background:#fff}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}.about-media .about-placeholder,.about-media img{width:100%;border-radius:24px;box-shadow:var(--shadow-md);aspect-ratio:4/4.4;object-fit:cover}.about-placeholder{display:flex;align-items:center;justify-content:center;background:var(--purple-bg);color:var(--purple)}.about-placeholder svg{width:120px;height:120px}.about-content .section-title{margin-bottom:16px}.section-text{color:var(--text-soft);margin-bottom:22px}.check-list{list-style:none;display:grid;gap:12px;margin-bottom:28px}.check-list li,.rate-features li{display:flex;gap:10px;align-items:flex-start}.check-list li{font-weight:500}.check-list svg{width:20px;height:20px;color:var(--green);flex-shrink:0;margin-top:3px}.services-section{background:var(--blue-bg)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:#fff;border-radius:var(--radius);padding:30px 26px;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease;border-top:4px solid transparent}.service-card:hover,a.contact-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.service-card.purple{border-top-color:var(--purple)}.service-card.orange{border-top-color:var(--orange)}.service-card.green{border-top-color:var(--green)}.service-card.blue{border-top-color:var(--blue)}.service-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:14px;margin-bottom:18px}.service-icon svg{width:26px;height:26px}.service-card.purple .service-icon{background:var(--purple-bg);color:var(--purple)}.service-card.orange .service-icon{background:var(--orange-bg);color:var(--orange)}.service-card.green .service-icon{background:var(--green-bg);color:var(--green)}.service-card.blue .service-icon{background:var(--blue-bg);color:var(--blue)}.service-card h3{font-size:1.12rem;margin-bottom:10px}.service-card p{color:var(--text-soft);font-size:.93rem;margin:0}.stats-section{background:#2e3333;padding:56px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.stat-number{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,4vw,2.8rem);line-height:1;margin-bottom:8px}.stat-label{color:#aab3b3;font-size:.93rem;font-weight:500}.stat.purple .stat-number{color:var(--purple)}.stat.blue .stat-number{color:var(--blue)}.stat.green .stat-number{color:var(--green)}.stat.orange .stat-number,.t-stars svg.on{color:var(--orange)}.testimonials-section{background:#fff;position:relative}.testimonials-slider{position:relative;overflow:hidden;max-width:760px;margin:0 auto}.testimonials-track{display:flex;transition:transform .5s ease}.testimonial{min-width:100%;background:var(--purple-bg);border-radius:22px;padding:40px 42px;text-align:center}.t-quote{width:44px;height:44px;color:var(--purple);opacity:.5;margin-bottom:14px}.t-stars{display:flex;justify-content:center;gap:4px;margin-bottom:18px}.t-stars svg{width:22px;height:22px;color:var(--border)}.t-text{font-size:1.1rem;font-style:italic;color:var(--ink);max-width:560px;margin:0 auto 24px}.t-meta{align-items:center;gap:12px;text-align:left}.t-avatar,.t-meta,.t-nav{display:flex;justify-content:center}.t-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--blue));color:#fff;align-items:center;font-weight:700}.t-meta b{display:block;color:var(--ink)}.contact-card span,.t-meta span{font-size:.85rem;color:var(--text-soft)}.t-nav{gap:12px;margin-top:26px}.t-next,.t-prev{width:46px;height:46px;border-radius:50%;border:2px solid var(--purple);background:#fff;color:var(--purple);transition:background .2s ease,color .2s ease}.t-next:hover,.t-prev:hover{background:var(--purple);color:#fff}.t-next svg,.t-prev svg{width:20px;height:20px}.faq-item[open] .faq-icon,.t-prev svg{transform:rotate(180deg)}.cta-section{padding:30px 0 84px;background:#fff}.cta-box{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--orange),#f06a12);border-radius:26px;padding:56px 60px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-content h2{color:#fff;font-size:clamp(1.5rem,3vw,2.1rem);margin-bottom:10px}.cta-content p{color:rgba(255,255,255,.92);max-width:520px;margin-bottom:24px}.cta-symbol{width:120px;height:120px;flex-shrink:0;opacity:.25}.cta-symbol svg{width:100%;height:100%}.blog-section{background:var(--green-bg)}.contact-section{background:var(--blue-bg)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:start}.contact-info{display:grid;gap:16px}.contact-card{display:flex;align-items:center;gap:16px;background:#fff;border-radius:var(--radius-sm);padding:18px 20px;box-shadow:var(--shadow-sm);color:var(--ink);transition:transform .2s ease,box-shadow .2s ease}a.contact-card:hover{transform:translateY(-3px);color:var(--ink)}.cc-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;flex-shrink:0}.cc-icon svg{width:22px;height:22px}.cc-icon.purple{background:var(--purple-bg);color:var(--purple)}.cc-icon.blue{background:var(--blue-bg);color:var(--blue)}.cc-icon.green{background:var(--green-bg);color:var(--green)}.contact-card b{display:block;font-family:var(--font-display);font-size:.95rem}.contact-card span{font-size:.88rem}.contact-form-wrap{background:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow-md)}@media (max-width:980px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-card{max-width:320px}.hero-badge.badge-purple{left:0}.hero-badge.badge-blue{right:0}.about-grid{grid-template-columns:1fr;gap:36px}.about-media{max-width:420px;margin:0 auto}.services-grid,.stats-grid{grid-template-columns:1fr 1fr}.stats-grid{gap:32px}.contact-grid{grid-template-columns:1fr}.cta-box{flex-direction:column;text-align:center;padding:44px 28px}}@media (max-width:640px){.services-grid{grid-template-columns:1fr}.testimonial{padding:28px 22px}}.resources-section{background:var(--green-bg)}.resource-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:30px}.resource-tab{border:2px solid var(--border);background:#fff;padding:10px 22px;border-radius:999px;font-family:var(--font-display);font-weight:600;font-size:.95rem;color:var(--ink);cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.resource-tab:hover{border-color:var(--purple);color:var(--purple)}.resource-tab.is-active{background:var(--purple);border-color:var(--purple);color:#fff}.resource-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-bottom:28px}.resource-filter{padding:9px 16px;border:2px solid var(--border);border-radius:999px;background:#fff;color:var(--ink);font-family:var(--font-body);cursor:pointer}.resource-panel{display:none}.resource-panel.is-active{display:block;animation:resIn .35s ease}.resource-empty{text-align:center;color:var(--text-soft)}.rates-section{background:var(--blue-bg)}.rates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch;max-width:960px;margin:0 auto}.rate-card{position:relative;background:#fff;border-radius:var(--radius);padding:34px 28px;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);border-top:4px solid var(--border);transition:transform .25s ease,box-shadow .25s ease}.rate-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.rate-card.is-featured{border-top-color:var(--purple);box-shadow:var(--shadow-md)}.rate-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--orange);color:#fff;padding:5px 16px;border-radius:999px;font-size:.75rem;font-weight:700;white-space:nowrap}.rate-price,.rate-title{font-size:1.1rem;text-align:center;margin-bottom:6px}.rate-price{font-family:var(--font-display);font-weight:800;font-size:1.8rem;color:var(--purple);margin-bottom:20px}.rate-features{list-style:none;display:grid;gap:10px;margin-bottom:26px;flex:1}.rate-features li{font-size:.93rem;color:var(--text)}.rate-features svg{width:18px;height:18px;color:var(--green);flex-shrink:0;margin-top:3px}.faq-section{background:#fff}.faq-list{max-width:760px;margin:0 auto;display:grid;gap:12px}.faq-item{border:2px solid var(--border);border-radius:var(--radius-sm);background:#fff;overflow:hidden;transition:border-color .2s ease}.faq-item[open]{border-color:var(--purple)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;cursor:pointer;font-family:var(--font-display);font-weight:600;color:var(--ink);list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question::marker{content:""}.faq-icon{width:20px;height:20px;color:var(--purple);flex-shrink:0;transition:transform .25s ease}.faq-answer{padding:0 22px 18px;color:var(--text-soft)}.faq-answer p{margin:0}@media (max-width:980px){.rates-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.rates-grid{grid-template-columns:1fr}.resource-tabs{gap:8px}}