:root {
  --orange: #e8470a;
  --orange-dark: #c73d09;
  --dark: #111827;
  --dark2: #1f2937;
  --gray: #6b7280;
  --light: #f9fafb;
  --white: #ffffff;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--dark); background: var(--white); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* HEADER */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(17,24,39,0.97); backdrop-filter: blur(8px); padding: 14px 24px; box-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.header-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.site-logo img { height: 40px; width: auto; }
.site-logo span { color: var(--white); font-weight: 800; font-size: 1.1rem; text-decoration: none; }
.site-logo { text-decoration: none; }
.main-nav ul { list-style: none; display: flex; gap: 24px; }
.main-nav a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.main-nav a:hover { color: var(--white); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.phone-link { color: var(--white); text-decoration: none; font-weight: 600; font-size: 0.9rem; display: flex; align-items: center; gap: 8px; }
.phone-link svg { width: 16px; height: 16px; color: var(--orange); }
.btn-header { background: var(--orange); color: var(--white); padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 0.875rem; transition: background 0.2s; white-space: nowrap; }
.btn-header:hover { background: var(--orange-dark); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; }

/* HERO */
.hero { min-height: 100vh; background: linear-gradient(to bottom, rgba(17,24,39,0.75), rgba(17,24,39,0.85)), #1f2937; background-size: cover; background-position: center; display: flex; align-items: center; padding: 140px 24px 80px; }
.hero-inner { max-width: 760px; margin: 0 auto; text-align: center; color: var(--white); }
.badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(232,71,10,0.2); border: 1px solid rgba(232,71,10,0.5); color: #fca97a; padding: 6px 16px; border-radius: 100px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 24px; }
.hero h1 { font-size: clamp(2rem,5vw,3.8rem); font-weight: 900; line-height: 1.15; margin-bottom: 20px; letter-spacing: -1px; }
.hero > .hero-inner > p { font-size: clamp(1rem,2vw,1.2rem); color: rgba(255,255,255,0.85); margin-bottom: 40px; }
.hero-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--orange); color: var(--white); padding: 16px 32px; border-radius: 10px; text-decoration: none; font-weight: 700; font-size: 1rem; transition: all 0.2s; box-shadow: 0 4px 24px rgba(232,71,10,0.4); display: inline-flex; align-items: center; gap: 8px; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-secondary { background: rgba(255,255,255,0.1); color: var(--white); padding: 16px 32px; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 1rem; border: 1px solid rgba(255,255,255,0.25); transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-secondary:hover { background: rgba(255,255,255,0.2); }

/* TRUST BAR */
.trust-bar { background: var(--orange); padding: 24px; }
.trust-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: 16px; text-align: center; }
.trust-item { color: var(--white); }
.trust-number { font-size: 2rem; font-weight: 900; display: block; line-height: 1; }
.trust-label { font-size: 0.8rem; opacity: 0.9; margin-top: 4px; }

/* SECTIONS */
section { padding: 80px 0; }
.section-header { margin-bottom: 56px; }
.section-tag { display: inline-block; color: var(--orange); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
h2 { font-size: clamp(1.7rem,3.5vw,2.6rem); font-weight: 800; letter-spacing: -0.5px; line-height: 1.2; margin-bottom: 16px; }
.subtitle { color: var(--gray); font-size: 1.05rem; }
.center { text-align: center; }
.center .subtitle { max-width: 560px; margin: 0 auto; }

/* SERVICES */
.section-services { background: var(--light); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; }
.service-card { background: var(--white); border-radius: 16px; border: 1px solid #e5e7eb; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.service-img { height: 180px; background: var(--dark2); background-size: cover; background-position: center; }
.service-icon-wrap { height: 100px; display: flex; align-items: center; justify-content: center; font-size: 3rem; background: var(--dark2); }
.service-body { padding: 24px; }
.service-body h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.service-body p { font-size: 0.875rem; color: var(--gray); }

/* ABOUT */
.section-about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-image img { border-radius: 16px; width: 100%; object-fit: cover; }
.about-content h2 { margin-bottom: 20px; }
.about-text { color: var(--gray); margin-bottom: 32px; }
.about-text p { margin-bottom: 12px; }

/* TESTIMONIALS */
.section-testimonials { background: var(--light); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; }
.testi-card { background: var(--white); border: 1px solid #e5e7eb; border-radius: 16px; padding: 28px; }
.stars { color: #f59e0b; font-size: 1rem; margin-bottom: 14px; }
.testi-card p { font-size: 0.9rem; color: #374151; line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
.author-info strong { display: block; font-size: 0.9rem; }
.author-info span { font-size: 0.78rem; color: var(--gray); }

/* CONTACT */
.section-contact { background: var(--light); }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info h2 { margin-bottom: 16px; }
.contact-info > p { color: var(--gray); margin-bottom: 32px; }
.contact-detail { display: flex; align-items: center; gap: 14px; padding: 16px; background: var(--white); border-radius: 12px; border: 1px solid #e5e7eb; margin-bottom: 12px; text-decoration: none; color: var(--dark); transition: border-color 0.2s; }
.contact-detail:hover { border-color: var(--orange); }
.contact-detail-icon { width: 40px; height: 40px; background: #fff3ee; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-detail strong { display: block; font-size: 0.8rem; color: var(--gray); margin-bottom: 2px; }
.contact-detail span { font-weight: 600; font-size: 0.95rem; }
.contact-form-wrap { background: var(--white); border-radius: 20px; padding: 36px; border: 1px solid #e5e7eb; box-shadow: 0 4px 24px rgba(0,0,0,0.05); }
.contact-form-wrap h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { margin-bottom: 16px; }
label { display: block; font-size: 0.83rem; font-weight: 600; color: #374151; margin-bottom: 6px; }
input, select, textarea { width: 100%; padding: 12px 16px; border: 1.5px solid #e5e7eb; border-radius: 10px; font-family: 'Inter',sans-serif; font-size: 0.9rem; background: var(--white); color: var(--dark); transition: border-color 0.2s; outline: none; -webkit-appearance: none; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); }
textarea { resize: vertical; min-height: 100px; }
.btn-form { width: 100%; background: var(--orange); color: var(--white); padding: 15px; border: none; border-radius: 10px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: background 0.2s; margin-top: 8px; font-family: 'Inter',sans-serif; }
.btn-form:hover { background: var(--orange-dark); }
.form-note { text-align: center; font-size: 0.75rem; color: var(--gray); margin-top: 12px; }
.form-success { background: #ecfdf5; border: 1px solid #6ee7b7; color: #065f46; border-radius: 10px; padding: 14px 18px; font-size: 0.9rem; font-weight: 600; margin-top: 14px; text-align: center; }
.form-error { background: #fef2f2; border: 1px solid #fca5a5; color: #991b1b; border-radius: 10px; padding: 14px 18px; font-size: 0.9rem; font-weight: 600; margin-top: 14px; text-align: center; }

/* PAGE CONTENT */
.page-content { padding: 120px 24px 80px; }
.page-content h1 { font-size: 2rem; font-weight: 800; margin-bottom: 24px; }

/* FOOTER */
.site-footer { background: var(--dark2); color: rgba(255,255,255,0.7); padding: 60px 24px 0; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-logo { color: var(--white); font-weight: 800; font-size: 1.1rem; margin-bottom: 12px; }
.footer-brand p { font-size: 0.875rem; }
.site-footer h4 { color: var(--white); font-size: 0.9rem; font-weight: 700; margin-bottom: 16px; }
.footer-contact p, .footer-contact a { font-size: 0.875rem; margin-bottom: 8px; color: rgba(255,255,255,0.7); text-decoration: none; display: block; }
.footer-contact a:hover { color: var(--white); }
.footer-nav ul { list-style: none; }
.footer-nav li { margin-bottom: 8px; }
.footer-nav a { font-size: 0.875rem; color: rgba(255,255,255,0.7); text-decoration: none; }
.footer-nav a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; text-align: center; font-size: 0.8rem; max-width: 1100px; margin: 0 auto; }
.footer-bottom a { color: rgba(255,255,255,0.7); text-decoration: none; }
.footer-bottom a:hover { color: var(--white); }

/* FLOAT CALL */
.float-call { position: fixed; bottom: 28px; right: 28px; z-index: 999; background: var(--orange); color: var(--white); width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(232,71,10,0.5); animation: pulse 2s infinite; }
.float-call svg { width: 24px; height: 24px; }
@keyframes pulse { 0%,100% { box-shadow: 0 4px 20px rgba(232,71,10,0.5); } 50% { box-shadow: 0 4px 32px rgba(232,71,10,0.8), 0 0 0 10px rgba(232,71,10,0.1); } }

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-grid, .contact-wrapper { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .main-nav, .phone-link { display: none; }
  .nav-toggle { display: flex; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  section { padding: 60px 0; }
}
