*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --orange: #f97316; --orange-dark: #ea580c; --navy: #0f172a;
  --slate: #64748b; --light: #f8fafc; --white: #fff; --border: #e2e8f0;
  --shadow: 0 4px 24px rgba(0,0,0,0.08); --shadow-lg: 0 20px 60px rgba(0,0,0,0.12);
  --radius: 14px;
}
html { scroll-behavior: smooth; }
body { font-family: "Inter", sans-serif; color: var(--navy); background: var(--white); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.accent { color: var(--orange); }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 50px; font-weight: 600; font-size: 0.95rem; cursor: pointer; transition: all 0.2s; border: 2px solid transparent; white-space: nowrap; }
.btn-primary { background: var(--orange); color: white; border-color: var(--orange); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(249,115,22,0.35); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: white; }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-full { width: 100%; justify-content: center; margin-top: 20px; }
.topbar { background: var(--navy); padding: 10px 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar span { color: #94a3b8; font-size: 0.82rem; display: flex; align-items: center; gap: 6px; }
.topbar-call { color: var(--orange); font-size: 0.88rem; font-weight: 700; display: flex; align-items: center; gap: 6px; }
.nav { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); box-shadow: var(--shadow); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 32px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-icon { width: 42px; height: 42px; background: var(--orange); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.1rem; }
.logo-name { font-size: 1rem; font-weight: 800; color: var(--navy); display: block; }
.logo-sub { font-size: 0.72rem; color: var(--slate); display: block; }
.nav-links { display: flex; list-style: none; gap: 28px; margin: 0 auto; }
.nav-links a { font-size: 0.9rem; font-weight: 500; color: var(--slate); transition: color 0.2s; }
.nav-links a:hover { color: var(--orange); }
.hero { background: linear-gradient(135deg, #0f172a 0%, #1e3a2e 100%); padding: 80px 24px; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: center; }
.hero-badge { display: inline-block; background: rgba(249,115,22,0.2); color: var(--orange); padding: 6px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; margin-bottom: 20px; border: 1px solid rgba(249,115,22,0.3); }
.hero h1 { font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.02em; color: white; margin-bottom: 20px; }
.hero-sub { color: #94a3b8; font-size: 1.05rem; line-height: 1.7; margin-bottom: 32px; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; color: #94a3b8; font-weight: 500; }
.trust-item i { color: var(--orange); }
.hero-card { background: white; border-radius: 20px; padding: 32px; box-shadow: 0 30px 80px rgba(0,0,0,0.3); }
.card-header { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid var(--border); }
.card-body { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 4px; }
.card-stat { background: var(--light); border-radius: 10px; padding: 14px; text-align: center; }
.stat-num { display: block; font-size: 1.5rem; font-weight: 900; color: var(--orange); }
.stat-label { font-size: 0.72rem; color: var(--slate); font-weight: 500; }
.card-note { text-align: center; font-size: 0.78rem; color: var(--slate); margin-top: 12px; }
.trust-bar { background: var(--orange); padding: 16px 24px; }
.trust-bar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.tb-item { display: flex; align-items: center; gap: 8px; color: white; font-size: 0.85rem; font-weight: 600; }
.section-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-label { font-size: 0.75rem; font-weight: 700; color: var(--orange); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 14px; }
.section-sub { color: var(--slate); font-size: 1rem; max-width: 540px; line-height: 1.7; margin-bottom: 48px; }
.services { padding: 90px 24px; background: var(--light); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.service-card { background: white; border-radius: var(--radius); padding: 32px; border: 1px solid var(--border); transition: all 0.2s; }
.service-card:hover { border-color: var(--orange); box-shadow: var(--shadow); transform: translateY(-3px); }
.service-icon { width: 52px; height: 52px; background: #fff7ed; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--orange); margin-bottom: 18px; }
.service-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.service-card p { font-size: 0.88rem; color: var(--slate); line-height: 1.6; }
.about { padding: 90px 24px; background: white; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.about-content p { color: var(--slate); font-size: 0.95rem; line-height: 1.7; margin-bottom: 16px; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }
.astat { text-align: center; }
.astat span { display: block; font-size: 1.5rem; font-weight: 900; color: var(--orange); }
.astat label { font-size: 0.72rem; color: var(--slate); font-weight: 500; }
.about-callout { display: flex; flex-direction: column; gap: 16px; }
.callout-card { background: var(--light); border-radius: var(--radius); padding: 24px; border: 1px solid var(--border); }
.callout-icon { font-size: 1.4rem; color: var(--orange); margin-bottom: 12px; }
.callout-card h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.callout-card p { font-size: 0.85rem; color: var(--slate); line-height: 1.6; }
.reviews { padding: 90px 24px; background: var(--navy); }
.reviews .section-label { color: var(--orange); }
.reviews h2 { color: white; }
.reviews-summary { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
.rating-big { font-size: 4rem; font-weight: 900; color: var(--orange); line-height: 1; }
.stars-big { font-size: 1.8rem; color: #fbbf24; }
.rating-label { color: #94a3b8; font-size: 0.9rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.review-card { background: #1e293b; border: 1px solid #334155; border-radius: var(--radius); padding: 28px; transition: all 0.2s; }
.review-card:hover { border-color: var(--orange); transform: translateY(-3px); }
.review-stars { color: #fbbf24; font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px; }
.review-card p { color: #cbd5e1; font-size: 0.9rem; line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 12px; }
.avatar { width: 38px; height: 38px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.78rem; color: white; flex-shrink: 0; }
.review-author strong { display: block; color: white; font-size: 0.88rem; }
.review-author span { font-size: 0.78rem; color: #64748b; }
.contact { padding: 90px 24px; background: var(--light); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-items { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-item i { width: 42px; height: 42px; background: var(--orange); color: white; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; }
.contact-item strong { display: block; font-size: 0.82rem; color: var(--slate); font-weight: 600; margin-bottom: 2px; }
.contact-item a, .contact-item span { font-size: 0.95rem; font-weight: 600; color: var(--navy); }
.contact-item a:hover { color: var(--orange); }
.map-container { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.footer { background: var(--navy); padding: 60px 24px 24px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand p { color: #64748b; font-size: 0.85rem; margin-top: 12px; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links h4 { color: white; font-size: 0.85rem; font-weight: 700; margin-bottom: 4px; }
.footer-links a { color: #64748b; font-size: 0.85rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 24px; border-top: 1px solid #1e293b; }
.footer-bottom p { color: #475569; font-size: 0.8rem; text-align: center; }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .nav-links { display: none; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
}