* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: #0f172a;
  background: #f5f5f4;
}
a { text-decoration: none; }
.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 35%, #e2e8f0 100%);
}
.grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(to right, rgba(148,163,184,0.14) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(148,163,184,0.10) 1px, transparent 1px);
  background-size: 42px 42px;
}
.glow {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 9999px;
  filter: blur(60px);
}
.glow-a { right: 0; top: 0; background: rgba(253, 186, 116, 0.35); }
.glow-b { left: 0; bottom: 0; background: rgba(253, 230, 138, 0.35); }
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  padding: 88px 0;
}
.brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.logo-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ea580c;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(234, 88, 12, 0.18);
}
.brand-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fed7aa;
  background: rgba(255,255,255,0.82);
  color: #c2410c;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(15,23,42,0.05);
}
h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.5rem, 5vw, 4.1rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.lead {
  margin-top: 24px;
  max-width: 760px;
  color: #475569;
  font-size: 1.125rem;
  line-height: 1.8;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 18px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: #ea580c;
  color: #fff;
  box-shadow: 0 14px 30px rgba(234, 88, 12, 0.20);
}
.btn-whatsapp {
  background: #16a34a;
  color: #fff;
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.18);
}
.btn-secondary {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 3px 10px rgba(15,23,42,0.05);
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  max-width: 720px;
  margin-top: 28px;
}
.highlight-card, .service-card, .content-card, .stack-item, .exp-item {
  border: 1px solid #e2e8f0;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 10px 25px rgba(148, 163, 184, 0.12);
}
.highlight-card {
  border-radius: 18px;
  padding: 14px 16px;
  color: #334155;
  font-size: 0.95rem;
}
.hero-panel .panel {
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  background: rgba(255,255,255,0.90);
  padding: 24px;
  box-shadow: 0 24px 50px rgba(148, 163, 184, 0.25);
}
.panel {
  border-radius: 22px;
}
.panel-top {
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
}
.eyebrow {
  margin: 0;
  color: #c2410c;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12px;
  font-weight: 700;
}
.panel h2, .section-title {
  margin: 10px 0 0 0;
  color: #0f172a;
}
.panel h2 { font-size: 1.7rem; }
.tag {
  white-space: nowrap;
  border-radius: 16px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
  padding: 10px 12px;
  font-size: 0.9rem;
  font-weight: 700;
}
.support-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.list-item {
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 14px 16px;
  color: #334155;
  box-shadow: 0 4px 14px rgba(148, 163, 184, 0.12);
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f97316;
  flex: 0 0 auto;
}
.contact-card, .contact-panel {
  margin-top: 24px;
  border-radius: 18px;
  border: 1px solid #fed7aa;
  background: linear-gradient(to right, #fff7ed, #fffbeb);
  padding: 20px;
}
.contact-name {
  margin: 10px 0 0 0;
  font-size: 1.3rem;
  font-weight: 800;
}
.contact-role {
  margin: 6px 0 0 0;
  color: #475569;
}
.contact-link, .contact-email {
  display: block;
}
.contact-link {
  margin-top: 12px;
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 800;
}
.contact-email {
  margin-top: 8px;
  color: #334155;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section { padding: 80px 0; }
.section-alt {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}
.section-label {
  margin: 0;
  color: #c2410c;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1.15;
  font-weight: 800;
}
.section-title.smaller { font-size: clamp(1.75rem, 3vw, 2.25rem); }
.section-text {
  margin-top: 16px;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.8;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
  margin-top: 40px;
}
.service-card {
  border-radius: 26px;
  padding: 24px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: #fdba74;
  box-shadow: 0 18px 35px rgba(148, 163, 184, 0.18);
}
.icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff7ed;
  font-size: 1.8rem;
  box-shadow: 0 4px 14px rgba(148, 163, 184, 0.12);
}
.service-card h3 {
  margin: 16px 0 0 0;
  font-size: 1.2rem;
}
.service-card p {
  margin-top: 12px;
  color: #475569;
  line-height: 1.7;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.wide-left {
  grid-template-columns: 1.1fr 0.9fr;
}
.content-card {
  border-radius: 30px;
  padding: 32px;
}
.stack-list, .experience-grid {
  display: grid;
  gap: 14px;
}
.stack-item, .exp-item {
  border-radius: 22px;
  padding: 18px 20px;
  color: #334155;
}
.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #cbd5e1;
  background: #fff;
  padding: 14px 16px;
  font: inherit;
  color: #0f172a;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #fb923c;
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.12);
}
.contact-details {
  margin-top: 22px;
  color: #1f2937;
}
.contact-details p { margin: 8px 0; }

.footer {
  border-top: 1px solid #e2e8f0;
  background: #fff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0;
  color: #64748b;
  font-size: 0.95rem;
}

@media (max-width: 1024px) {
  .hero-inner,
  .two-col,
  .wide-left,
  .card-grid {
    grid-template-columns: 1fr 1fr;
  }
  .card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 768px) {
  .hero-inner,
  .two-col,
  .wide-left,
  .card-grid,
  .highlight-grid {
    grid-template-columns: 1fr;
  }
  .hero-inner { padding: 64px 0; }
  .panel-top,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .brand-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
