:root {
  --bg: #f5f6f8;
  --surface: #ffffff;
  --surface-soft: #eef0f3;
  --text: #151922;
  --muted: #5d6673;
  --line: #d8dde5;
  --dark: #202630;
  --blue: #2563eb;
  --red: #ef4444;
  --orange: #f97316;
  --green: #16a34a;
  --purple: #7c3aed;
  --shadow: 0 20px 45px rgba(20, 24, 32, 0.09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 32rem), linear-gradient(180deg, #fff 0%, var(--bg) 48%, #fff 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.85rem 1rem; background: rgba(255,255,255,0.88);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; min-width: 9.5rem; }
.brand img { width: 150px; height: auto; }
.nav { display: none; }
.nav a { font-size: 0.92rem; color: var(--muted); font-weight: 700; }
.nav-cta { padding: 0.65rem 0.9rem; border-radius: 999px; background: var(--dark); color: white !important; }
.section { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; padding: 3.25rem 0; }
.hero { display: grid; gap: 2rem; padding-top: 2.5rem; }
.eyebrow { margin: 0 0 0.8rem; color: var(--blue); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 900; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 1rem; font-size: clamp(2.6rem, 13vw, 5rem); line-height: 0.95; letter-spacing: -0.06em; color: var(--dark); }
h2 { margin-bottom: 0.9rem; font-size: clamp(2rem, 9vw, 3.4rem); line-height: 1; letter-spacing: -0.055em; color: var(--dark); }
h3 { margin-bottom: 0.65rem; font-size: 1.15rem; letter-spacing: -0.02em; }
.hero-text,.section-heading p,.split-copy p,.contact-card p { color: var(--muted); font-size: 1.04rem; line-height: 1.65; }
.hero-actions,.contact-actions { display: grid; gap: 0.85rem; margin: 1.4rem 0 0.9rem; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 3.1rem; padding: 0.9rem 1rem; border-radius: 0.95rem; font-weight: 900; text-align: center; }
.btn.primary { color: #fff; background: linear-gradient(135deg, var(--blue), #0f4bd9); box-shadow: 0 12px 26px rgba(37,99,235,0.25); }
.btn.secondary { color: var(--dark); background: var(--surface); border: 1px solid var(--line); }
.price-note { margin: 1rem 0 0; color: var(--muted); font-weight: 700; }
.image-slot { min-height: 280px; padding: 1.25rem; display: flex; flex-direction: column; justify-content: flex-end; border: 1px dashed #aeb7c4; border-radius: 1.4rem; background: linear-gradient(135deg, rgba(37,99,235,0.14), rgba(249,115,22,0.09)), var(--surface-soft); color: var(--dark); box-shadow: var(--shadow); }
.image-slot span { width: fit-content; padding: 0.45rem 0.7rem; margin-bottom: 0.6rem; border-radius: 999px; background: rgba(255,255,255,0.8); color: var(--muted); font-size: 0.85rem; font-weight: 900; }
.image-slot strong { max-width: 14rem; font-size: 1.25rem; line-height: 1.1; }
.image-slot.tall { min-height: 380px; }
.trust-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; padding: 1rem 0 2.5rem; }
.trust-strip span { padding: 0.9rem; border-radius: 1rem; background: var(--surface); border: 1px solid var(--line); color: var(--dark); font-size: 0.92rem; font-weight: 900; text-align: center; }
.section-heading { max-width: 780px; margin-bottom: 1.5rem; }
.service-grid,.pricing-grid,.process-grid { display: grid; gap: 1rem; }
.service-card,.price-card,.process-card { padding: 1.25rem; border: 1px solid var(--line); border-radius: 1.25rem; background: var(--surface); box-shadow: 0 12px 26px rgba(20,24,32,0.045); }
.service-card { border-top: 0.45rem solid var(--blue); }
.service-card.accent-blue { border-top-color: var(--blue); }
.service-card.accent-orange { border-top-color: var(--orange); }
.service-card.accent-red { border-top-color: var(--red); }
.service-card.accent-green { border-top-color: var(--green); }
.service-card.accent-purple { border-top-color: var(--purple); }
.service-card.accent-dark { border-top-color: var(--dark); }
.service-icon { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 0.85rem; color: white; background: var(--dark); font-size: 1rem; font-weight: 900; }
.service-card p,.price-card p,.process-card p { color: var(--muted); line-height: 1.58; }
ul { margin: 1rem 0 0; padding-left: 1.1rem; color: var(--muted); line-height: 1.55; }
li + li { margin-top: 0.4rem; }
.split-section { display: grid; gap: 1.5rem; }
.benefits { display: grid; gap: 0.8rem; margin-top: 1.25rem; }
.benefits div { padding: 1rem; border-left: 0.3rem solid var(--orange); border-radius: 0.9rem; background: var(--surface); border-top: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits strong,.benefits span { display: block; }
.benefits strong { margin-bottom: 0.25rem; }
.benefits span { color: var(--muted); }
.pricing-section { width: min(1180px, calc(100% - 2rem)); }
.price-card h3 { margin-bottom: 0.4rem; font-size: 2rem; color: var(--dark); }
.package { margin-bottom: 0.5rem; color: var(--blue) !important; font-size: 0.85rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; }
.price-card.featured { border: 2px solid var(--blue); box-shadow: 0 20px 45px rgba(37,99,235,0.14); }
.process-card span { display: inline-flex; margin-bottom: 1rem; color: var(--orange); font-size: 0.9rem; font-weight: 1000; }
.contact-card { display: grid; gap: 1.5rem; padding: 1.35rem; border-radius: 1.5rem; background: var(--dark); color: white; box-shadow: var(--shadow); }
.contact-card h2,.contact-card .eyebrow { color: white; }
.contact-card p { color: rgba(255,255,255,0.74); }
.contact-card .btn.secondary { color: white; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.18); }
.site-footer { padding: 1.5rem 1rem 2rem; color: var(--muted); text-align: center; font-size: 0.9rem; }
@media (min-width: 760px) {
  .site-header { padding-inline: 2rem; }
  .nav { display: flex; align-items: center; gap: 1rem; }
  .section { padding: 4.5rem 0; }
  .hero { grid-template-columns: minmax(0,1.08fr) minmax(320px,0.92fr); align-items: center; padding-top: 4.75rem; }
  .hero-actions,.contact-actions { display: flex; flex-wrap: wrap; }
  .btn { width: auto; padding-inline: 1.25rem; }
  .trust-strip { grid-template-columns: repeat(4,1fr); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .split-section { grid-template-columns: 0.9fr 1.1fr; align-items: center; }
  .contact-card { grid-template-columns: 1.1fr 0.9fr; align-items: center; padding: 2rem; }
}
@media (min-width: 1040px) {
  .brand img { width: 175px; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .pricing-grid { grid-template-columns: repeat(4,1fr); }
  .hero-copy { padding-right: 1rem; }
}
