* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color:#1a1a1a; background:#fff; -webkit-font-smoothing:antialiased; }
img { max-width:100%; display:block; }
a { text-decoration:none; }

/* Scroll reveal (progressive enhancement — invisible only once .js is present) */
.js .reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.js .reveal.in-view { opacity:1; transform:none; }
.js .reveal-delay-1.in-view { transition-delay:.1s; }
.js .reveal-delay-2.in-view { transition-delay:.2s; }

/* Nav — floating glass pill */
.nav-outer { padding:22px 6% 0; }
.nav { max-width:1180px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; padding:14px 22px; border-radius:100px; background:rgba(255,255,255,0.8); border:1px solid rgba(16,24,40,0.08); backdrop-filter:blur(12px); position:sticky; top:16px; z-index:100; box-shadow:0 8px 30px rgba(16,24,40,0.06); }
.logo { display:flex; align-items:center; gap:10px; font-weight:800; font-size:16px; color:#101828; letter-spacing:-0.01em; }
.logo-img { width:30px; height:30px; border-radius:8px; object-fit:cover; }
.nav-links { display:flex; gap:30px; font-size:14px; color:#5b6472; font-weight:600; }
.nav-links a { color:#5b6472; transition:color .2s; }
.nav-links a:hover { color:#673DE6; }
.nav-cta { background:linear-gradient(135deg,#673DE6,#4C1FC4); color:#fff; padding:11px 22px; border-radius:100px; font-size:13.5px; font-weight:700; }
.cta-btn { background:#D85A30; color:#fff; border:none; padding:12px 24px; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; transition:background .2s, transform .2s, box-shadow .2s; box-shadow:0 4px 14px rgba(216,90,48,0.28); }
.cta-btn:hover { background:#b8481f; transform:translateY(-2px); box-shadow:0 8px 20px rgba(216,90,48,0.35); }
.secondary-btn { background:rgba(255,255,255,0.1); color:#fff; border:1.5px solid rgba(255,255,255,0.5); padding:11px 24px; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; transition:all .2s; }
.secondary-btn:hover { background:#fff; color:#0C447C; border-color:#fff; }

/* ===== HOMEPAGE (index.php only) — Hostinger-purple design ===== */
.glow-field { position:relative; }
.glow-field::before { content:""; position:absolute; top:-120px; right:-100px; width:340px; height:340px; border-radius:50%; background:radial-gradient(circle, rgba(103,61,230,0.09) 0%, transparent 70%); pointer-events:none; z-index:0; }

.hero-section { position:relative; padding:70px 6% 40px; z-index:1; }
.hero-flex { max-width:1180px; margin:0 auto; display:flex; align-items:center; gap:60px; position:relative; z-index:2; }
.hero-text { flex:1.15; }
.eyebrow-pill { display:inline-flex; align-items:center; gap:8px; background:rgba(103,61,230,0.1); border:1px solid rgba(103,61,230,0.28); color:#4C1FC4; font-size:12.5px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; padding:7px 16px; border-radius:100px; margin-bottom:26px; }
.eyebrow-pill .dot { width:6px; height:6px; border-radius:50%; background:#673DE6; }
.hero-text h1 { font-size:50px; font-weight:800; line-height:1.12; letter-spacing:-0.02em; margin-bottom:22px; color:#101828; }
.hero-text h1 .accent { background:linear-gradient(135deg,#4C1FC4,#673DE6); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-text h1 .dim { color:#a3abba; }
.hero-p { font-size:17px; color:#5b6472; line-height:1.65; max-width:460px; margin-bottom:34px; }
.hero-ctas { display:flex; gap:14px; margin-bottom:30px; flex-wrap:wrap; }
.btn-solid { background:linear-gradient(135deg,#673DE6,#4C1FC4); color:#fff; padding:15px 26px; border-radius:100px; font-weight:700; font-size:14.5px; display:inline-flex; align-items:center; gap:8px; box-shadow:0 8px 30px rgba(103,61,230,0.25); border:none; cursor:pointer; }
.btn-outline { background:#fff; border:1px solid rgba(16,24,40,0.14); color:#101828; padding:15px 26px; border-radius:100px; font-weight:700; font-size:14.5px; }
.trust-row { display:flex; align-items:center; gap:10px; font-size:13.5px; color:#5b6472; }
.trust-row .stars { color:#f5a623; letter-spacing:2px; }
.hero-visual { flex:1; position:relative; }
.hero-img-frame { border-radius:20px; overflow:hidden; border:1px solid rgba(16,24,40,0.08); position:relative; z-index:2; box-shadow:0 20px 60px rgba(16,24,40,0.1); }
.hero-img-frame img { width:100%; height:340px; object-fit:cover; }
.float-card { position:absolute; background:#fff; border:1px solid rgba(16,24,40,0.08); box-shadow:0 12px 30px rgba(16,24,40,0.12); border-radius:14px; padding:14px 18px; z-index:3; }
.float-card .fnum { font-size:20px; font-weight:800; color:#101828; }
.float-card .flbl { font-size:11.5px; color:#5b6472; margin-top:2px; }
.float-card-1 { bottom:-18px; left:-18px; }
.float-card-2 { top:-18px; right:20px; }

.value-strip { display:flex; gap:50px; flex-wrap:wrap; padding:60px 6% 70px; max-width:1180px; margin:60px auto 0; border-top:1px solid rgba(16,24,40,0.08); }
.value-item { font-size:14px; color:#5b6472; font-weight:600; }
.value-item b { color:#101828; display:block; font-size:15px; margin-bottom:2px; }

.about-section { padding:40px 6% 100px; max-width:1180px; margin:0 auto; }
.about-flex { display:flex; align-items:center; gap:70px; }
.about-text { flex:1; }
.about-visual { flex:0.9; position:relative; height:340px; }
.about-img-main { position:absolute; top:0; left:0; width:78%; height:280px; border-radius:16px; overflow:hidden; border:1px solid rgba(16,24,40,0.08); z-index:2; box-shadow:0 20px 50px rgba(16,24,40,0.1); }
.about-img-main img { width:100%; height:100%; object-fit:cover; }
.about-img-back { position:absolute; bottom:0; right:0; width:52%; height:190px; border-radius:16px; overflow:hidden; border:3px solid #fff; z-index:3; box-shadow:0 20px 50px rgba(16,24,40,0.18); }
.about-img-back img { width:100%; height:100%; object-fit:cover; }
.about-text h2 { font-size:32px; font-weight:800; margin-bottom:18px; letter-spacing:-0.01em; color:#101828; }
.about-text p { font-size:15.5px; color:#5b6472; line-height:1.7; margin-bottom:30px; }
.mini-stats { display:flex; gap:36px; }
.mini-stat { display:flex; gap:12px; align-items:flex-start; }
.mini-stat-icon { width:38px; height:38px; border-radius:10px; background:rgba(103,61,230,0.1); border:1px solid rgba(103,61,230,0.22); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.mini-stat-icon svg { width:17px; height:17px; stroke:#4C1FC4; }
.mini-stat h4 { font-size:14.5px; font-weight:700; margin-bottom:3px; color:#101828; }
.mini-stat p { font-size:12.5px; color:#5b6472; margin:0; }

/* Shared light-section heading style (homepage only — namespaced to avoid clashing with services.php/pricing.php's .section-eyebrow) */
.home-tag { text-align:center; font-size:12.5px; font-weight:700; color:#673DE6; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:14px; }
.home-h2 { text-align:center; font-size:34px; font-weight:800; max-width:560px; margin:0 auto 56px; letter-spacing:-0.01em; color:#101828; }

/* Why choose us — real dark full-bleed section */
.why-section { padding:100px 6%; background:#1B0F3D; }
.why-inner { max-width:1180px; margin:0 auto; }
.home-tag-dark { text-align:center; font-size:12.5px; font-weight:700; color:#B69EFF; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:14px; }
.home-h2-dark { text-align:center; font-size:34px; font-weight:800; max-width:560px; margin:0 auto 56px; letter-spacing:-0.01em; color:#fff; }
.why-cards { display:flex; gap:20px; flex-wrap:wrap; }
.why-card { flex:1; min-width:230px; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1); border-radius:16px; padding:28px 24px; }
.why-card .wnum { font-size:13px; font-weight:800; color:#B69EFF; margin-bottom:16px; }
.why-card h3 { font-size:16.5px; font-weight:700; margin-bottom:10px; color:#fff; }
.why-card p { font-size:13.5px; color:#c9bdf0; line-height:1.6; margin-bottom:16px; }
.why-card .learn { font-size:12.5px; font-weight:700; color:#B69EFF; }

/* What we build */
.build-section { padding:90px 6%; max-width:1180px; margin:0 auto; }
.build-chips { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-top:40px; }
.build-chips span { background:#fff; border:1px solid rgba(16,24,40,0.09); font-size:13px; font-weight:600; color:#3f4657; padding:9px 18px; border-radius:100px; box-shadow:0 4px 14px rgba(16,24,40,0.04); }

/* Homepage pricing teaser — named .price-tile (NOT .price-card) to avoid colliding with pricing.php's cards */
.pricing-section { padding:40px 6% 100px; max-width:1180px; margin:0 auto; }
.price-flex { display:flex; gap:22px; flex-wrap:wrap; }
.price-tile { flex:1; min-width:250px; background:#fff; border:1px solid rgba(16,24,40,0.08); border-radius:18px; padding:32px 26px; box-shadow:0 6px 20px rgba(16,24,40,0.05); }
.price-tile.featured { background:#fff; border:1.5px solid #673DE6; box-shadow:0 14px 34px rgba(103,61,230,0.14); }
.price-tile .pname { font-size:13.5px; font-weight:700; color:#5b6472; text-transform:uppercase; letter-spacing:0.04em; margin-bottom:12px; }
.price-tile .pamount { font-size:32px; font-weight:800; margin-bottom:20px; color:#101828; }
.price-tile ul { list-style:none; margin-bottom:24px; }
.price-tile li { font-size:13.5px; color:#3f4657; padding:7px 0; border-bottom:1px solid rgba(16,24,40,0.06); }

.final-cta { text-align:center; padding:100px 6%; }
.final-cta h2 { font-size:38px; font-weight:800; margin-bottom:26px; letter-spacing:-0.01em; color:#101828; }

/* Footer (shared, all pages) */
.footer { background:#fff; color:#3f4657; padding:60px 6% 30px; border-top:1px solid rgba(16,24,40,0.08); }
.footer-top { display:flex; justify-content:space-between; padding-bottom:40px; border-bottom:1px solid rgba(16,24,40,0.08); flex-wrap:wrap; gap:32px; }
.footer-brand { max-width:320px; }
.footer-tagline { font-size:13px; color:#5b6472; line-height:1.6; margin-top:14px; }
.footer-links { display:flex; gap:60px; }
.footer-col h4 { color:#101828; font-size:14px; margin-bottom:16px; }
.footer-col a { display:block; color:#5b6472; font-size:14px; margin-bottom:10px; transition:color .2s; }
.footer-col a:hover { color:#673DE6; }
.footer-bottom { padding-top:24px; font-size:13px; color:#8b93a3; text-align:center; }

/* Services */
.services { padding:80px 6% 100px; max-width:1300px; margin:0 auto; }
.section-header { text-align:center; margin-bottom:56px; }
.section-eyebrow { display:inline-block; font-size:13px; font-weight:700; color:#D85A30; text-transform:uppercase; letter-spacing:0.06em; margin-bottom:10px; }
.section-header h2 { font-size:34px; font-weight:800; margin-bottom:12px; letter-spacing:-0.01em; }
.section-header p { color:#666; font-size:16px; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.service-card { padding:32px; background:#fff; border:1px solid #eef0f3; border-radius:16px; transition:box-shadow .3s, transform .3s, border-color .3s; }
.service-card:hover { box-shadow:0 16px 40px rgba(12,68,124,0.1); transform:translateY(-6px); border-color:#dde8f2; }
.service-icon { width:52px; height:52px; border-radius:12px; background:linear-gradient(135deg,#e6f1fb,#cfe4f8); display:flex; align-items:center; justify-content:center; margin-bottom:20px; color:#0C447C; }
.service-icon svg { width:24px; height:24px; }
.service-card h3 { font-size:19px; margin-bottom:10px; font-weight:700; }
.service-card p { font-size:14px; color:#666; line-height:1.6; }

/* Pricing */
.pricing { background:#f6f8fb; padding:100px 6%; position:relative; }
.pricing-inner { max-width:1200px; margin:0 auto; }
.price-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.price-card { background:#fff; border-radius:18px; padding:36px 28px; border:1px solid #eef0f3; position:relative; transition:transform .3s, box-shadow .3s; }
.price-card:hover { transform:translateY(-4px); box-shadow:0 20px 45px rgba(10,33,56,0.08); }
.price-card.featured { border:2px solid #0C447C; box-shadow:0 20px 50px rgba(12,68,124,0.14); }
.featured-badge { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,#0C447C,#15578f); color:#fff; font-size:12px; font-weight:700; padding:5px 16px; border-radius:20px; }
.price-name { font-size:15px; color:#666; margin-bottom:8px; font-weight:600; }
.price-amount { font-size:34px; font-weight:800; margin-bottom:20px; color:#0a2138; letter-spacing:-0.01em; }
.price-amount span { font-size:14px; font-weight:400; color:#888; }
.price-features { list-style:none; margin-bottom:28px; }
.price-features li { font-size:14px; color:#555; padding:9px 0; border-bottom:1px solid #f0f0f0; }
.price-features li:before { content:"✓ "; color:#0F6E56; font-weight:700; }
.price-btn { width:100%; background:#0a2138; color:#fff; border:none; padding:13px; border-radius:9px; font-size:14px; font-weight:600; cursor:pointer; transition:background .2s; }
.price-btn:hover { background:#0C447C; }
.price-card.featured .price-btn { background:#D85A30; }
.price-card.featured .price-btn:hover { background:#b8481f; }

/* CTA band — matching angled treatment */
.cta-section { background:linear-gradient(135deg,#0a2138,#0C447C); color:#fff; padding:90px 6%; text-align:center; position:relative; overflow:hidden; }
.cta-section::before { content:""; position:absolute; bottom:-100px; left:-100px; width:300px; height:300px; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%); }
.cta-section h2 { font-size:32px; font-weight:800; margin-bottom:16px; position:relative; }
.cta-section p { color:#b8c8d8; margin-bottom:32px; font-size:16px; position:relative; }

/* Contact modal */
.modal-overlay { display:none; position:fixed; inset:0; background:rgba(10,33,56,0.55); align-items:center; justify-content:center; z-index:1000; padding:20px; }
.modal-box { background:#fff; border-radius:16px; padding:32px; max-width:400px; width:100%; }
.modal-header { display:flex; justify-content:space-between; align-items:center; }
.modal-header h3 { font-size:20px; }
.modal-close { background:none; border:none; font-size:24px; cursor:pointer; color:#888; line-height:1; }
.modal-sub { color:#666; font-size:14px; margin:8px 0 20px; }
.contact-options { display:flex; flex-direction:column; gap:10px; }
.contact-option { display:flex; align-items:center; gap:12px; padding:12px 14px; border:1px solid #eee; border-radius:10px; color:#1a1a1a; font-size:14px; font-weight:500; transition:background .2s, border-color .2s; }
.contact-option:hover { background:#f8f9fb; border-color:#0C447C; }
.contact-icon { font-size:18px; }

/* Auth forms (login pages) */
.auth-wrap { max-width:400px; margin:80px auto; padding:0 20px; }
.auth-card { border:1px solid #eee; border-radius:14px; padding:36px; }
.auth-card h2 { font-size:22px; margin-bottom:6px; }
.auth-card p.sub { color:#666; font-size:14px; margin-bottom:24px; }
.form-group { margin-bottom:16px; }
.form-group label { display:block; font-size:13px; font-weight:600; margin-bottom:6px; }
.form-group input { width:100%; padding:11px 14px; border:1px solid #ddd; border-radius:8px; font-size:14px; }
.form-group input:focus { outline:none; border-color:#0C447C; }
.form-error { background:#fdecea; color:#b3261e; padding:10px 14px; border-radius:8px; font-size:13px; margin-bottom:16px; }
.btn-full { width:100%; background:#0C447C; color:#fff; border:none; padding:12px; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; }

@media (max-width:900px){
  .hero{grid-template-columns:1fr;} .service-grid{grid-template-columns:1fr;}
  .price-grid{grid-template-columns:1fr;} .nav-links{display:none;}
  .hero-flex, .about-flex { flex-direction:column; }
  .hero-text h1 { font-size:36px; }
  .why-cards, .price-flex { flex-direction:column; }
}

/* Prevent iOS Safari auto-zoom on input focus */
@media (max-width:900px) {
  input, textarea, select { font-size:16px !important; }
}
