/* Global base */
:root {
  --ring: 0 0 0 3px rgba(15, 23, 42, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }

/* Utilities */
.nav-link { color: rgb(71 85 105); }
.nav-link:hover { color: rgb(15 23 42); }
.btn-primary { display:inline-flex; align-items:center; gap:.5rem; background:#0f172a; color:#fff; padding:.75rem 1rem; border-radius:.75rem; font-weight:600; box-shadow: 0 1px 2px rgba(0,0,0,.06); }
.btn-primary:hover { background:#111827; }
.btn-secondary { display:inline-flex; align-items:center; gap:.5rem; background:#fff; color:#0f172a; padding:.75rem 1rem; border-radius:.75rem; font-weight:600; border:1px solid rgb(203 213 225); }
.btn-secondary:hover { box-shadow:0 0 0 3px rgba(15,23,42,.08); }
.btn-tertiary { display:inline-flex; align-items:center; gap:.5rem; padding:.5rem .875rem; border-radius:.625rem; border:1px solid rgb(203 213 225); color:#0f172a; font-weight:600; }
.btn-tertiary:hover { box-shadow: var(--ring); }
.btn-outline { display:inline-flex; align-items:center; gap:.5rem; padding:.625rem .875rem; border-radius:.625rem; border:1px solid rgb(203 213 225); color:#0f172a; font-weight:600; background:#fff; }
.btn-outline:hover { box-shadow: var(--ring); }
.btn-light { display:inline-flex; align-items:center; gap:.5rem; padding:.75rem 1rem; border-radius:.75rem; background:#fff; color:#0f172a; font-weight:700; }
.btn-light:hover { box-shadow:0 0 0 3px rgba(255,255,255,.25); }
.btn-ghost { display:inline-flex; align-items:center; gap:.5rem; padding:.75rem 1rem; border-radius:.75rem; color:#fff; border:1px solid rgba(255,255,255,.25); }
.btn-ghost:hover { background: rgba(255,255,255,.06); }
.input { width:100%; padding:.625rem .75rem; border-radius:.625rem; border:1px solid rgb(203 213 225); background:#fff; }
.input:focus { outline: none; box-shadow: var(--ring); border-color: rgb(148 163 184); }
.footer-link { color: rgb(71 85 105); }
.footer-link:hover { color: rgb(15 23 42); }
.social { font-size:1.125rem; }

/* Decorative shapes */
.hero-blob { position:absolute; border-radius:9999px; filter: blur(60px); opacity:.35; }
.hero-blob-1 { width:420px; height:420px; background: linear-gradient(135deg, #f0abfc, #93c5fd); top:-80px; left:-60px; }
.hero-blob-2 { width:360px; height:360px; background: linear-gradient(135deg, #fde68a, #fca5a5); bottom:-60px; right:-60px; }
.hero-grid { position:absolute; inset:0; background-image: linear-gradient(to right, rgba(15,23,42,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(15,23,42,.05) 1px, transparent 1px); background-size: 24px 24px; }

/* Cards */
.feature-card { display:flex; align-items:center; gap:.75rem; padding:1rem; border-radius: .875rem; border:1px solid rgb(226 232 240); background: white; box-shadow: 0 10px 30px rgba(15,23,42,.06); }
.feature-card i { color:#0f172a; }
.feature-card span { font-weight:600; color:#0f172a; }
.value-card { border:1px solid rgb(226 232 240); border-radius: .875rem; background: white; padding:1rem; box-shadow: 0 4px 16px rgba(15,23,42,.04); }
.value-card h3 { margin-top:.5rem; font-weight:700; color:#0f172a; }
.value-card p { color: rgb(71 85 105); }
.product-card { border:1px solid rgb(226 232 240); border-radius: .875rem; background: white; padding:1.25rem; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(15,23,42,.06); }
.product-card .icon { display:inline-flex; width:2.5rem; height:2.5rem; align-items:center; justify-content:center; border-radius:.75rem; background: #f1f5f9; color:#0f172a; }
.brand-card { border:1px solid rgb(226 232 240); border-radius:1rem; background:white; padding:1.25rem; display:flex; flex-direction:column; justify-content:space-between; }
.brand-badge { display:inline-flex; width:2.25rem; height:2.25rem; align-items:center; justify-content:center; border-radius:.625rem; color:white; font-weight:700; }
.pill { display:inline-flex; align-items:center; padding:.35rem .6rem; border-radius:9999px; background:#f1f5f9; color:#0f172a; }
.why-card { border:1px solid rgb(226 232 240); border-radius:.875rem; background:white; padding:1rem; text-align:center; }
.why-card i { color:#0f172a; font-size:1.25rem; }
.why-card h3 { margin-top:.5rem; font-weight:700; color:#0f172a; }
.why-card p { color: rgb(71 85 105); }

/* Section titles */
.section-title { font-size: clamp(1.6rem, 1.1rem + 1.5vw, 2.25rem); font-weight:800; color:#0f172a; letter-spacing:-.02em; }

/* Box grid styling */
.box-grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:.75rem; }
@media (min-width: 640px) { .box-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .box-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.box-card { background:white; border:1px solid rgb(226 232 240); border-radius:.75rem; padding:.9rem 1rem; font-weight:600; color:#0f172a; text-align:center; box-shadow: 0 6px 20px rgba(15,23,42,.04); }
.box-card:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(15,23,42,.06); }

/* Team */
.team-card { border:1px solid rgb(226 232 240); border-radius: .875rem; background: white; padding:1.25rem; text-align:center; box-shadow: 0 10px 30px rgba(15,23,42,.04); }
.team-card .avatar { margin:0 auto .5rem; width:3rem; height:3rem; border-radius:.75rem; background:#0f172a; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; }
.team-card h3 { font-weight:700; color:#0f172a; }
.team-card p { color: rgb(71 85 105); font-size:.9rem; }

/* Map */
.map-wrap { border:1px solid rgb(226 232 240); border-radius: .875rem; overflow:hidden; background:white; }
.map { width:100%; height:320px; }

/* Responsive helpers */
@media (max-width: 640px) {
  .feature-card { padding:.875rem; }
}
