#homepage{--brand:#0facd7;--brand-dark:#0891b8;--brand-light:#e1f5fb;--ink:#0b1720;--muted:#6b7a86;--bg:#fff;--bg-tint:#eef6fa;--success:#10b981;--accent:#8b5cf6}#homepage *{box-sizing:border-box}#homepage{color:var(--ink);margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;line-height:1.6}#homepage .hp-full-width{width:100%}#homepage .hp-container{max-width:1120px;margin:0 auto;padding:0 1.5rem}#homepage .hp-hero{background:linear-gradient(135deg, var(--bg-tint) 0%, #f3fbfe 100%);text-align:center;padding:5rem 0 5.5rem;position:relative;overflow:hidden}#homepage .hp-hero h1{color:var(--ink);max-width:850px;margin:0 auto 1.25rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.15}#homepage .hp-hero .hp-highlight{color:var(--brand)}#homepage .hp-hero .hp-subtitle{color:var(--muted);max-width:720px;margin:0 auto 2.25rem;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.6}#homepage .hp-cta-primary{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:1.15rem 3rem;font-size:1.15rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #0facd74d}#homepage .hp-cta-primary:hover{background:var(--brand-dark);transform:translateY(-2px);box-shadow:0 6px 20px #0facd766}#homepage .hp-hero-sub-cta{color:var(--muted);margin-top:1rem;font-size:.95rem;display:block}#homepage .hp-hero-sub-cta a{color:var(--brand);font-weight:600;text-decoration:none}#homepage .hp-hero-sub-cta a:hover{text-decoration:underline}#homepage .hp-trust-strip{text-align:center;border-bottom:1px solid #e8eff3;padding:2.5rem 0}#homepage .hp-trust-strip p{color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin:0 0 1.5rem;font-size:.9rem;font-weight:600}#homepage .hp-trust-logos{opacity:.6;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}#homepage .hp-trust-logos img{width:auto;height:36px}#homepage .hp-section{padding:5rem 0}#homepage .hp-section-alt{background:var(--bg-tint)}#homepage .hp-section-header{text-align:center;margin-bottom:3.5rem}#homepage .hp-section-header h2{color:var(--ink);margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}#homepage .hp-section-header p{color:var(--muted);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}#homepage .hp-values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}@media (width>=960px){#homepage .hp-values-grid{grid-template-columns:repeat(4,1fr)}}#homepage .hp-value-card{background:#fff;border:2px solid #0000;border-radius:16px;padding:2.25rem;transition:all .3s;box-shadow:0 2px 8px #0000000f}#homepage .hp-section-alt .hp-value-card{background:#fff}#homepage .hp-value-card:hover{border-color:var(--brand-light);transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}#homepage .hp-value-icon{background:linear-gradient(135deg, var(--brand-light) 0%, #f0f9fc 100%);border:2px solid #d1eef7;border-radius:14px;place-items:center;width:64px;height:64px;margin-bottom:1.25rem;font-size:2rem;display:grid}#homepage .hp-value-card h3{color:var(--ink);margin:0 0 .65rem;font-size:1.2rem;font-weight:700;line-height:1.3}#homepage .hp-value-card p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.7}#homepage .hp-specialties-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}@media (width>=960px){#homepage .hp-specialties-grid{grid-template-columns:repeat(5,1fr)}}#homepage .hp-specialty-card{border:2px solid var(--brand-light);text-align:center;background:#fff;border-radius:14px;padding:2.25rem 1.5rem;text-decoration:none;transition:all .3s;display:block}#homepage .hp-specialty-card:hover{border-color:var(--brand);transform:translateY(-4px);box-shadow:0 4px 16px #0facd733}#homepage .hp-specialty-card .hp-emoji{margin-bottom:1rem;font-size:2.75rem;display:block}#homepage .hp-specialty-card h3{color:var(--ink);margin:0 0 .5rem;font-size:1.15rem;font-weight:700}#homepage .hp-specialty-card p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.5}#homepage .hp-feature-row{grid-template-columns:1fr;align-items:center;gap:3rem;margin-bottom:4rem;display:grid}#homepage .hp-feature-row:last-child{margin-bottom:0}@media (width>=960px){#homepage .hp-feature-row{grid-template-columns:1fr 1fr}#homepage .hp-feature-row.reverse .hp-feature-content{order:2}#homepage .hp-feature-row.reverse .hp-feature-visual{order:1}}#homepage .hp-feature-content h3{color:var(--ink);margin:0 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.25}#homepage .hp-feature-content p{color:var(--muted);margin:0 0 1.25rem;font-size:1rem;line-height:1.7}#homepage .hp-feature-content ul{margin:0 0 1.5rem;padding:0;list-style:none}#homepage .hp-feature-content li{color:var(--ink);margin-bottom:.6rem;padding-left:1.75rem;font-size:.95rem;line-height:1.6;position:relative}#homepage .hp-feature-content li:before{content:"✓";color:var(--success);font-size:1.1rem;font-weight:700;position:absolute;left:0}#homepage .hp-feature-visual{background:linear-gradient(135deg, var(--brand-light) 0%, #f0f9fc 100%);border:2px solid #d1eef7;border-radius:16px;place-items:center;min-height:300px;padding:2rem;display:grid;overflow:hidden}#homepage .hp-feature-visual img{border-radius:8px;max-width:100%;height:auto}#homepage .hp-learn-more{color:var(--brand);font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}#homepage .hp-learn-more:hover{color:var(--brand-dark);text-decoration:underline}#homepage .hp-learn-more:after{content:" →"}#homepage .hp-addon-intro{text-align:center;max-width:750px;margin:0 auto 3rem}#homepage .hp-addon-intro p{color:var(--muted);margin:0;font-size:1.1rem;line-height:1.7}#homepage .hp-addon-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){#homepage .hp-addon-grid{grid-template-columns:3fr 2fr}}#homepage .hp-addon-card{border:2px solid var(--brand-light);background:#fff;border-radius:16px;padding:2.5rem;transition:all .3s}#homepage .hp-addon-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}#homepage .hp-addon-card.featured{border-color:var(--brand);box-shadow:0 4px 16px #0facd726}#homepage .hp-addon-badge{background:linear-gradient(135deg, var(--accent) 0%, #7c3aed 100%);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:6px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}#homepage .hp-addon-card h3{color:var(--ink);margin:0 0 .75rem;font-size:1.35rem;font-weight:700}#homepage .hp-addon-card>p{color:var(--muted);margin:0 0 1.25rem;font-size:1rem;line-height:1.7}#homepage .hp-addon-card ul{margin:0 0 1.5rem;padding:0;list-style:none}#homepage .hp-addon-card li{color:var(--ink);margin-bottom:.6rem;padding-left:1.75rem;font-size:.95rem;line-height:1.6;position:relative}#homepage .hp-addon-card li:before{content:"✓";color:var(--success);font-size:1.1rem;font-weight:700;position:absolute;left:0}#homepage .hp-cta-section{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);color:#fff;text-align:center;padding:5rem 0}#homepage .hp-cta-section h2{margin:0 0 1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.2}#homepage .hp-cta-section p{opacity:.95;max-width:650px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.6}#homepage .hp-cta-button{color:var(--brand);cursor:pointer;background:#fff;border:none;border-radius:50px;padding:1.25rem 3rem;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #0000001a}#homepage .hp-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000026}@media (width<=768px){#homepage .hp-hero{padding:3rem 0 4rem}#homepage .hp-section{padding:3.5rem 0}#homepage .hp-values-grid{grid-template-columns:1fr 1fr;gap:1.25rem}#homepage .hp-specialties-grid{grid-template-columns:1fr 1fr}#homepage .hp-value-card{padding:1.5rem}#homepage .hp-value-icon{width:52px;height:52px;font-size:1.6rem}}@media (width<=480px){#homepage .hp-values-grid,#homepage .hp-specialties-grid{grid-template-columns:1fr}}#homepage .hp-testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}#homepage .hp-testimonial-card{border:2px solid var(--brand-light);background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px #0000000f}#homepage .hp-testimonial-card blockquote{color:var(--ink);margin:0 0 1.5rem;font-size:1.05rem;font-style:italic;line-height:1.7}#homepage .hp-testimonial-author strong{color:var(--muted);font-size:.95rem;font-weight:600}
