/* ============================================================
   Kajla PACKERS & MOVERS — Main Stylesheet
   ============================================================ */

/* ── Google Fonts ─────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Nunito:wght@400;500;600;700;800&display=swap');

/* ── CSS Variables ────────────────────────────────────────── */
:root {
  --orange:       #B78D65;
  --orange-light: #F8F8F8;
  --orange-pale:  #F8F8F8;
  --navy:         #000000;
  --navy-mid:     #000000;
  --navy-light:   #777980;
  --white:        #FFFFFF;
  --light-bg:     #F5F7FC;
  --gray:         #6B7280;
  --gray-light:   #E8ECF4;
  --text:         #000000;
  --card-shadow:  0 8px 32px rgba(13,27,62,0.10);
  --radius:       14px;
  --radius-sm:    8px;
  --transition:   0.25s ease;
}

/* ── Reset ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Nunito', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
h1,h2,h3,h4,h5 { font-family: 'Barlow Condensed', sans-serif; line-height: 1.1; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
img { max-width: 100%; display: block; }
ul { list-style: none; }
input, select, textarea, button { font-family: 'Nunito', sans-serif; }

/* ── Utilities ────────────────────────────────────────────── */
.container     { max-width: 1200px; margin: auto; padding: 0 24px; }
.container-sm  { max-width: 900px;  margin: auto; padding: 0 24px; }
.text-orange   { color: var(--orange); }
.text-navy     { color: var(--navy); }
.text-white    { color: var(--white); }
.text-gray     { color: var(--gray); }
.text-center   { text-align: center; }
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.fw-bold { font-weight: 700; }
.d-flex { display: flex; }
.align-center { align-items: center; }
.gap-8  { gap: 8px; }
.gap-16 { gap: 16px; }

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: var(--radius-sm);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px; font-weight: 700; letter-spacing: 1px;
  cursor: pointer; border: 2px solid transparent;
  transition: all var(--transition);
}
.btn-primary {
  background: var(--orange); color: var(--white); border-color: var(--orange);
}
.btn-primary:hover {
  background: var(--orange-light); border-color: var(--orange-light);
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,98,0,0.35);
  color: var(--white);
}
.btn-secondary {
  background: var(--navy); color: var(--white); border-color: var(--navy);
}
.btn-secondary:hover {
  background: var(--navy-mid); border-color: var(--navy-mid);
  transform: translateY(-2px); color: var(--white);
}
.btn-outline {
  background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4);
}
.btn-outline:hover {
  border-color: var(--orange); color: var(--orange);
  transform: translateY(-2px);
}
.btn-outline-navy {
  background: transparent; color: var(--navy); border-color: var(--navy);
}
.btn-outline-navy:hover {
  background: var(--navy); color: var(--white); transform: translateY(-2px);
}
.btn-white {
  background: var(--white); color: var(--orange); border-color: var(--white);
}
.btn-white:hover {
  transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.15); color: var(--orange);
}
.btn-lg { font-size: 20px; padding: 15px 38px; }
.btn-sm { font-size: 14px; padding: 8px 18px; }
.btn-block { width: 100%; justify-content: center; }

/* ── Section Common ───────────────────────────────────────── */
.section { padding: 90px 0; }
.section-sm { padding: 60px 0; }
.section-tag {
  display: inline-block; background: var(--orange-pale);
  color: var(--orange); font-size: 12px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  padding: 5px 16px; border-radius: 50px; margin-bottom: 14px;
}
.section-tag.light {
  background: rgba(255,98,0,0.2); color: #B78D65;
}
.section-title {
  font-size: clamp(32px, 4vw, 50px); font-weight: 900;
  color: var(--navy); margin-bottom: 14px;
}
.section-title.white { color: var(--white); }
.section-desc {
  font-size: 16px; color: var(--gray); max-width: 560px; line-height: 1.75;
}
.section-desc.white { color: #94A3B8; }
.section-head { margin-bottom: 52px; }
.section-head.center { text-align: center; }
.section-head.center .section-desc { margin: 0 auto; }

/* ── Page Hero Banner (inner pages) ──────────────────────── */
.page-hero {
  background: linear-gradient(120deg, var(--navy) 55%, var(--navy-mid) 100%);
  padding: 80px 0 70px; text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.page-hero h1 { font-size: clamp(38px,5vw,64px); font-weight: 900; color: var(--white); margin-bottom: 12px; position: relative; }
.page-hero h1 span { color: var(--orange); }
.page-hero p { font-size: 17px; color: #94A3B8; max-width: 540px; margin: 0 auto 24px; position: relative; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; color: #94A3B8; position: relative; }
.breadcrumb a { color: var(--orange); }
.breadcrumb span { opacity: 0.5; }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  background: var(--navy); color: #CBD5E1; font-size: 13px; padding: 8px 0;
}
.topbar .inner {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px;
}
.topbar a { color: #CBD5E1; }
.topbar a:hover { color: var(--orange); }
.topbar .left, .topbar .right { display: flex; gap: 20px; align-items: center; }
.topbar i { color: var(--orange); margin-right: 4px; }
.topbar .social-links a { font-size: 12px; }

/* ============================================================
   NAVBAR
   ============================================================ */
nav.navbar {
  background: var(--white); box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  position: sticky; top: 0; z-index: 1000;
  padding: 20px 0;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; height: 72px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon {
  width: 46px; height: 46px; background: var(--orange);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
}

.logo img {
  height: 75px;  
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .logo img {
    height: 45px;
  }
}

.logo-icon i { color: white; font-size: 22px; }
.logo-text .brand { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); line-height: 1; }
.logo-text .sub   { font-size: 11px; color: var(--orange); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; }
.nav-links a {
  font-weight: 600; font-size: 15px; color: var(--navy);
  position: relative; padding-bottom: 4px;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--orange); transition: width var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { font-size: 15px; padding: 10px 22px; }
.hamburger { display: none; font-size: 24px; cursor: pointer; color: var(--navy); background: none; border: none; }
.mobile-menu {
  display: none; flex-direction: column; gap: 0;
  background: var(--white); border-top: 1px solid var(--gray-light); padding: 8px 0;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 13px 24px; font-weight: 600; color: var(--navy);
  border-bottom: 1px solid var(--gray-light); display: block;
}
.mobile-menu a:hover { color: var(--orange); background: var(--light-bg); }
.mobile-menu .btn { margin: 12px 24px; }

/* ============================================================
   FEATURES STRIP
   ============================================================ */
.features-strip { background: var(--orange); }
.features-strip-inner {
  display: grid; grid-template-columns: repeat(4,1fr);
}
.feat-item {
  padding: 26px 22px; display: flex; align-items: center; gap: 14px;
  border-right: 1px solid rgba(255,255,255,0.25); transition: background var(--transition);
}
.feat-item:last-child { border-right: none; }
.feat-item:hover { background: rgba(255,255,255,0.12); }
.feat-icon { font-size: 30px; color: white; opacity: .9; flex-shrink: 0; }
.feat-text .t { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; color: white; }
.feat-text .s { font-size: 12px; color: rgba(255,255,255,0.78); margin-top: 2px; }

/* ============================================================
   CARDS
   ============================================================ */
.card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--card-shadow); border: 1px solid var(--gray-light);
  overflow: hidden; transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(13,27,62,0.14); }

/* Service Card */
.service-card { padding: 36px 28px; position: relative; }
.service-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: var(--orange); transform: scaleX(0);
  transform-origin: left; transition: transform .35s;
}
.service-card:hover::before { transform: scaleX(1); }
.svc-icon {
  width: 66px; height: 66px; background: var(--orange-pale);
  border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: var(--orange); margin-bottom: 20px;
  transition: background var(--transition);
}
.service-card:hover .svc-icon { background: var(--orange); color: white; }
.service-card h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.service-card p  { font-size: 14px; color: var(--gray); line-height: 1.65; margin-bottom: 18px; }
.svc-link { color: var(--orange); font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; transition: gap var(--transition); }
.service-card:hover .svc-link { gap: 10px; }

/* Why Item Card */
.why-item {
  background: white; border-radius: var(--radius); padding: 24px 20px;
  box-shadow: var(--card-shadow); display: flex; gap: 14px; align-items: flex-start;
  border-left: 3px solid var(--orange); transition: transform var(--transition);
}
.why-item:hover { transform: translateY(-3px); }
.why-item i { font-size: 22px; color: var(--orange); margin-top: 2px; }
.why-item h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.why-item p  { font-size: 13px; color: var(--gray); line-height: 1.5; }

/* Step Card */
.step-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius); padding: 34px 22px; text-align: center;
  transition: background var(--transition), transform var(--transition);
}
.step-card:hover { background: rgba(255,98,0,0.1); transform: translateY(-4px); }
.step-num {
  width: 64px; height: 64px; background: var(--orange); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 900; color: white;
  margin: 0 auto 20px;
}
.step-card h3 { font-size: 20px; font-weight: 800; color: white; margin-bottom: 10px; }
.step-card p  { font-size: 14px; color: #94A3B8; line-height: 1.6; }

/* Testimonial Card */
.testi-card {
  background: var(--light-bg); border-radius: var(--radius); padding: 32px 28px;
  border-top: 4px solid var(--orange); transition: transform var(--transition), box-shadow var(--transition);
}
.testi-card:hover { transform: translateY(-5px); box-shadow: var(--card-shadow); }
.testi-quote { font-size: 52px; color: var(--orange); line-height: 1; margin-bottom: 8px; font-family: Georgia,serif; }
.testi-text  { font-size: 15px; color: var(--gray); line-height: 1.7; margin-bottom: 24px; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 50px; height: 50px; background: var(--orange); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 900; color: white;
  flex-shrink: 0;
}
.testi-name { font-weight: 700; color: var(--navy); font-size: 15px; }
.testi-loc  { font-size: 12px; color: var(--gray); }
.stars { color: #F59E0B; font-size: 13px; margin-bottom: 3px; }

/* Team Card */
.team-card { border-radius: var(--radius); overflow: hidden; }
.team-img {
  height: 220px; background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  display: flex; align-items: center; justify-content: center; font-size: 72px; color: rgba(255,98,0,0.25);
}
.team-info { padding: 22px 20px; }
.team-info h4 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 3px; }
.team-info .role { font-size: 13px; color: var(--orange); font-weight: 700; margin-bottom: 10px; }
.team-info p  { font-size: 13px; color: var(--gray); line-height: 1.55; }
.team-socials { display: flex; gap: 8px; margin-top: 14px; }
.team-socials a {
  width: 32px; height: 32px; background: var(--light-bg); border-radius: 6px;
  display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--navy);
  transition: background var(--transition), color var(--transition);
}
.team-socials a:hover { background: var(--orange); color: white; }

/* Blog Card */
.blog-card { border-radius: var(--radius); overflow: hidden; }
.blog-img {
  height: 200px; background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  display: flex; align-items: center; justify-content: center;
  font-size: 60px; color: rgba(255,98,0,0.3); position: relative;
}
.blog-cat {
  position: absolute; top: 16px; left: 16px;
  background: var(--orange); color: white; font-size: 11px; font-weight: 700;
  letter-spacing: 1px; padding: 4px 12px; border-radius: 50px; text-transform: uppercase;
}
.blog-body { padding: 24px 22px; }
.blog-meta { display: flex; gap: 16px; font-size: 12px; color: var(--gray); margin-bottom: 12px; }
.blog-meta i { color: var(--orange); margin-right: 4px; }
.blog-body h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 10px; line-height: 1.3; }
.blog-body p  { font-size: 14px; color: var(--gray); line-height: 1.6; margin-bottom: 16px; }
.read-more { color: var(--orange); font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; transition: gap var(--transition); }
.blog-card:hover .read-more { gap: 10px; }

/* Price Card */
.price-card { padding: 38px 30px; text-align: center; position: relative; }
.price-card.popular {
  background: var(--navy); border-color: var(--orange);
}
.popular-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--orange); color: white; font-size: 12px; font-weight: 700;
  letter-spacing: 1px; padding: 4px 18px; border-radius: 50px; text-transform: uppercase; white-space: nowrap;
}
.price-card h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.price-card.popular h3 { color: white; }
.price-amount { font-family: 'Barlow Condensed', sans-serif; font-size: 52px; font-weight: 900; color: var(--orange); line-height: 1; margin: 16px 0 6px; }
.price-amount sup { font-size: 24px; vertical-align: super; }
.price-desc { font-size: 13px; color: var(--gray); margin-bottom: 24px; }
.price-card.popular .price-desc { color: #94A3B8; }
.price-features { text-align: left; margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.price-features li { font-size: 14px; display: flex; align-items: center; gap: 10px; }
.price-features li i { color: var(--orange); font-size: 13px; }
.price-card.popular .price-features li { color: #CBD5E1; }

/* ============================================================
   FORMS
   ============================================================ */
.form-box {
  background: white; border-radius: 20px; padding: 44px;
  box-shadow: var(--card-shadow);
}
.form-box h3 { font-size: 28px; font-weight: 900; color: var(--navy); margin-bottom: 28px; }
.form-box h3 span { color: var(--orange); }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 16px;
  border: 2px solid var(--gray-light); border-radius: var(--radius-sm);
  font-size: 15px; color: var(--text); outline: none;
  transition: border-color var(--transition);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--orange); }
.form-group textarea { resize: vertical; min-height: 110px; }
/* Dark form (hero) */
.form-dark input,
.form-dark select {
  background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); color: white;
}
.form-dark input:focus, .form-dark select:focus { border-color: var(--orange); }
.form-dark label { color: #94A3B8; }
.form-dark select option { background: var(--navy); color: white; }
.form-dark input::placeholder { color: rgba(255,255,255,0.4); }

/* ============================================================
   HERO (Home)
   ============================================================ */
.hero {
  background: linear-gradient(120deg, var(--navy) 55%, var(--navy-mid) 100%);
  min-height: 88vh; position: relative; overflow: hidden; display: flex; align-items: center;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-blob {
  position: absolute; right: -100px; top: -100px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,98,0,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 80px 0;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,98,0,0.15); border: 1px solid rgba(255,98,0,0.4);
  color: #FFB87A; padding: 6px 16px; border-radius: 50px;
  font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px;
  animation: fadeUp .6s ease both;
}
.hero h1 {
  font-size: clamp(42px,5vw,74px); font-weight: 900; color: white;
  margin-bottom: 20px; animation: fadeUp .7s .1s ease both;
}
.hero h1 span { color: var(--orange); }
.hero-desc { color: #94A3B8; font-size: 17px; line-height: 1.75; margin-bottom: 36px; max-width: 480px; animation: fadeUp .7s .2s ease both; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp .7s .3s ease both; }
.hero-stats { display: flex; gap: 32px; margin-top: 48px; animation: fadeUp .7s .4s ease both; flex-wrap: wrap; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 38px; font-weight: 900; color: white; line-height: 1; }
.stat-num span { color: var(--orange); }
.stat-label { font-size: 13px; color: #94A3B8; margin-top: 2px; }

.hero-form-card {
  background: rgba(255,255,255,0.06); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.13); border-radius: 20px; padding: 36px;
  animation: fadeUp .7s .2s ease both;
}
.hero-form-card h3 { font-size: 26px; font-weight: 800; color: white; margin-bottom: 24px; text-align: center; }

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-img-box {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  border-radius: 20px; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.about-img-box img { width: 100%; height: 100%; object-fit: cover; }
.about-img-box .placeholder-icon { font-size: 100px; color: rgba(255,98,0,0.25); }
.about-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--orange); color: white; padding: 20px 26px;
  border-radius: 16px; text-align: center; box-shadow: 0 8px 24px rgba(255,98,0,.3); z-index: 1;
}
.about-badge .num { font-family: 'Barlow Condensed', sans-serif; font-size: 44px; font-weight: 900; line-height: 1; }
.about-badge .lbl { font-size: 13px; font-weight: 600; opacity: .9; }
.about-point { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.about-point .ico {
  width: 40px; height: 40px; min-width: 40px;
  background: var(--orange-pale); border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange); font-size: 16px;
}
.about-point .txt h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.about-point .txt p  { font-size: 14px; color: var(--gray); line-height: 1.5; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-section { background: var(--navy); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; position: relative; }
.steps-grid::before {
  content: ''; position: absolute; top: 34px; left: 12%; right: 12%; height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  opacity: 0.25;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background: linear-gradient(120deg, var(--orange) 0%, var(--orange-light) 100%);
  padding: 70px 0; text-align: center;
}
.cta-band h2 { font-size: clamp(30px,4vw,52px); font-weight: 900; color: white; margin-bottom: 14px; }
.cta-band p  { color: rgba(255,255,255,0.88); font-size: 17px; margin-bottom: 36px; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px; }
.contact-icon {
  width: 54px; height: 54px; min-width: 54px; background: var(--orange);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: white;
}
.contact-item h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.contact-item p, .contact-item a { font-size: 15px; color: var(--gray); }
.contact-item a:hover { color: var(--orange); }

/* Google map placeholder */
.map-placeholder {
  height: 360px; background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
  color: rgba(255,98,0,0.3); font-size: 80px; margin-top: 40px;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: var(--navy); color: #000000; padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand .logo { margin-bottom: 16px; }
.footer-brand .logo-text .brand { color: white; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-bottom: 22px; }
.socials { display: flex; gap: 10px; }
.social-btn {
  width: 38px; height: 38px; background: rgba(255,255,255,0.07);
  border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center;
  font-size: 15px; transition: background var(--transition), color var(--transition);
}
.social-btn:hover { background: var(--orange); color: white; }
.footer-col h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 800; color: white; margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 14px; color: #94A3B8; transition: color var(--transition); display: flex; align-items: center; gap: 7px; }
.footer-col ul a i { font-size: 10px; }
.footer-col ul a:hover { color: var(--orange); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0; display: flex;
  justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 50px;
}
.footer-bottom p { font-size: 13px; }
.footer-bottom a { color: var(--orange); }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   GRIDS
   ============================================================ */
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.grid-2-1 { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: center; }
.grid-1-2 { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: center; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .features-strip-inner { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .hero-inner, .grid-2, .grid-2-1, .grid-1-2 { grid-template-columns: 1fr; }
  .hero-inner { padding: 60px 0; }
  .hero-form-card { margin-top: 10px; }
  .grid-3 { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .features-strip-inner { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: block; }
  .hero-stats { gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .form-box { padding: 28px 20px; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .about-badge { bottom: -10px; right: -10px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 38px; }
  .features-strip-inner { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
}
