:root{--primary:#ff4b2b;--text:#111;--bg:#f9fafb;--muted:#6b7280;--cta-bg-light:#e0f2fe;--cta-bg-dark:#2563eb;--cta-text-dark:#fff;--card-bg:#fff;--card-text:#111}[data-theme="dark"]{--bg:#111;--text:#f9f9f9;--card-bg:#1f2937;--card-text:#f9f9f9}body{font-family:'Inter',system-ui,sans-serif;background:var(--bg);color:var(--text);display:flex;flex-direction:column;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 20px}.hero{display:flex;align-items:center;justify-content:center;text-align:center;min-height:70vh;padding:80px 20px;color:#fff;flex-direction:column;gap:24px;overflow:hidden;background:#2563eb;transition:background .3s}.hero img{width:220px;height:220px;border-radius:16px;object-fit:cover}.hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:700}.hero p{font-size:1.2rem;line-height:1.6;max-width:720px;margin:0 auto}.btn-hero{background:#fff;color:var(--primary);padding:14px 32px;font-weight:600;border-radius:14px;display:inline-block;transition:transform .2s}.btn-hero:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.page-wrapper{flex:1;display:flex;flex-direction:column;gap:60px;padding:80px 20px 100px 20px}.card{width:100%;border-radius:18px;padding:60px 40px;background:var(--card-bg);color:var(--card-text);box-shadow:0 12px 36px rgba(0,0,0,.08);text-align:center;transition:transform .3s}.card:hover{transform:translateY(-8px)}.card .title{font-size:2.4rem;font-weight:700;margin-bottom:24px}.card .subtitle{font-size:1.3rem;color:var(--muted);margin-bottom:60px}.grid-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}.section{background:linear-gradient(135deg,#f0f8ff,#d0ebff);border-radius:18px;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 8px 28px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s,background .3s}.section:hover{transform:translateY(-6px);box-shadow:0 14px 36px rgba(0,0,0,.12);background:linear-gradient(135deg,#e0f7ff,#bae6fd)}.section h2{font-size:1.4rem;font-weight:700;margin:12px 0 16px;display:flex;flex-direction:column;align-items:center;gap:12px;color:#111}.section h2 i{font-size:2.2rem}.section p{font-size:0.95rem;line-height:1.6;color:#1f2937;margin-bottom:20px}.section .btn{margin-top:auto;padding:10px 22px;font-weight:600;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s}.section .btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.15)}[data-theme="dark"] .section{background:linear-gradient(135deg,#1f2937,#374151)}[data-theme="dark"] .section:hover{background:linear-gradient(135deg,#374151,#4b5563)}[data-theme="dark"] .section h2{color:#f9f9f9}[data-theme="dark"] .section p{color:#d1d5db}.blog-section{padding:60px 20px;background:var(--bg);border-radius:18px;box-shadow:0 8px 28px rgba(0,0,0,.05)}.blog-section h2{font-size:2rem;font-weight:700;margin-bottom:32px;text-align:center}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.blog-card{background:var(--card-bg);color:var(--card-text);border-radius:16px;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.08);transition:transform .25s;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.12)}.blog-card img{width:100%;height:180px;object-fit:cover}.blog-card .content{padding:20px;text-align:left;flex:1;display:flex;flex-direction:column;justify-content:space-between}.blog-card .content h3{font-size:1.3rem;font-weight:700;margin-bottom:12px}.cta-container{width:100%;text-align:center;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;padding:80px 20px;transition:transform 0.3s ease,box-shadow 0.3s ease}.cta-container:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,.3)}.cta-container .cta-inner{max-width:1200px;margin:0 auto;padding:0 20px;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.2)}.cta-title{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;margin-bottom:28px;line-height:1.3;color:#fff}.cta-desc{font-size:1.1rem;line-height:1.6;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto;color:#fff}.btn-cta{display:inline-block;background-color:#ffbe00;color:#1e1e1e;font-weight:600;font-size:1rem;padding:14px 28px;border-radius:50px;text-decoration:none;transition:transform .3s,box-shadow .3s,background-color .3s ease;box-shadow:0 6px 20px rgba(0,0,0,.2)}.btn-cta:hover{background-color:#ffc800;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.3)}[data-theme="dark"] .cta-container{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#f3f4f6}[data-theme="dark"] .cta-title,[data-theme="dark"] .cta-desc{color:#f3f4f6}@media(max-width:768px){.cta-title{font-size:1.6rem}.cta-desc{font-size:1rem}.cta-container{padding:60px 10px}}@media(max-width:768px){.hero{min-height:60vh;padding:40px 16px}.hero img{width:160px;height:160px}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.page-wrapper{padding:60px 16px;gap:40px}.card{padding:40px 20px}.grid-sections{gap:24px}.section{padding:24px}.btn-hero,.btn-cta{padding:12px 24px;font-size:0.95rem}.section h2{font-size:18px}.section p{font-size:14px}}

