:root {
  --ink: #092c3a;
  --ink-deep: #061f2a;
  --orange: #ff7a00;
  --orange-dark: #d95f00;
  --blue: #1283bd;
  --paper: #f5f7f8;
  --white: #ffffff;
  --muted: #65747b;
  --line: #dbe2e5;
  --shadow: 0 18px 50px rgba(7, 39, 52, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(9,44,58,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 172px; height: 68px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; font-weight: 750; font-size: .92rem; }
.main-nav a:hover { color: var(--orange-dark); }
.nav-contact { background: var(--ink); color: var(--white) !important; padding: 11px 18px; border-radius: 999px; }

.hero { position: relative; overflow: hidden; background: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0 0 auto 52%; height: 100%; background: var(--ink); transform: skewX(-8deg); transform-origin: top; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; position: relative; padding-block: 72px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 900; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.035em; }
h1 { margin: 0; max-width: 700px; font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 900; }
h1 span { color: var(--orange); }
.lead { max-width: 650px; margin: 28px 0 0; color: #43555d; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 12px; text-decoration: none; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 10px 24px rgba(255,122,0,.25); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border: 2px solid var(--ink); background: transparent; }
.trust-list { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 22px; padding: 0; margin: 32px 0 0; color: #53646b; font-weight: 700; font-size: .88rem; }
.trust-list li::before { content: "✓"; color: var(--orange-dark); font-weight: 900; margin-right: 7px; }
.hero-mark { position: relative; z-index: 2; display: grid; place-items: center; min-height: 490px; }
.hero-mark img { position: relative; width: min(470px, 100%); filter: drop-shadow(0 24px 30px rgba(0,0,0,.25)); }
.logo-halo { position: absolute; width: 420px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.logo-halo::before, .logo-halo::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,122,0,.22); }
.logo-halo::before { inset: 35px; }
.logo-halo::after { inset: 85px; }
.availability { position: absolute; bottom: 30px; right: 0; color: var(--white); background: rgba(6,31,42,.86); border: 1px solid rgba(255,255,255,.14); padding: 10px 14px; border-radius: 999px; font-weight: 750; font-size: .86rem; }
.availability span { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 50%; background: #50d890; }

.section { padding-block: 105px; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.compact { margin-bottom: 34px; }
h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 900; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 360px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.service-card.featured { color: var(--white); background: var(--ink); border-color: var(--ink); box-shadow: var(--shadow); }
.service-number { color: var(--orange); font-size: .82rem; font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin: 56px 0 22px; font-size: 1.55rem; }
.service-card ul { margin: 0; padding-left: 20px; color: var(--muted); }
.service-card.featured ul { color: #dce8ec; }
.service-card li { margin-block: 8px; }
.scope-note { margin-top: 22px; padding: 22px 24px; border-left: 4px solid var(--orange); background: #fff7ef; color: #526269; }
.scope-note strong { color: var(--ink); }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; }
.about-panel { position: relative; min-height: 440px; padding: 34px; border-radius: var(--radius); background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; box-shadow: var(--shadow); }
.about-panel::after { content: ""; position: absolute; width: 260px; height: 260px; border: 42px solid var(--orange); border-radius: 50%; top: -100px; right: -90px; opacity: .9; }
.mini-label { position: absolute; top: 28px; left: 32px; text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; font-weight: 900; color: #b9cbd2; }
.initials { font-size: 6rem; line-height: .9; font-weight: 950; color: var(--orange); letter-spacing: -.08em; }
.about-panel .owner { margin: 22px 0 0; font-size: 1.45rem; font-weight: 900; }
.about-panel p:last-child { margin: 2px 0 0; color: #b9cbd2; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.values div { padding-top: 15px; border-top: 3px solid var(--orange); }
.values strong, .values span { display: block; }
.values span { color: var(--muted); font-size: .86rem; }

.process { background: var(--white); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps li { display: flex; gap: 18px; padding: 26px; border-top: 1px solid var(--line); }
.steps li > span { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--orange); border-radius: 50%; font-weight: 900; }
.steps strong { font-size: 1.08rem; }
.steps p { margin: 6px 0 0; color: var(--muted); font-size: .94rem; }

.pricing { padding-top: 0; }
.pricing-card { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 54px; border-radius: 28px; color: var(--white); background: var(--ink); }
.pricing-card > div:first-child p:last-child { color: #c4d2d7; }
.price-facts { display: grid; gap: 12px; }
.price-facts div { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.price-facts span { color: #c4d2d7; }
.price-facts strong { color: var(--orange); font-size: 1.12rem; text-align: right; }
.tax-note { grid-column: 1 / -1; margin: 0; color: #9eb2ba; font-size: .82rem; }

.contact { color: var(--white); background: var(--orange); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.eyebrow.light { color: var(--ink); }
.contact h2 { color: var(--ink-deep); }
.contact-grid > div:first-child > p:last-child { color: #3f3023; font-size: 1.06rem; }
.contact-options { display: grid; gap: 10px; }
.contact-options a { display: flex; flex-direction: column; padding: 16px 20px; border: 1px solid rgba(8,45,60,.22); border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.48); text-decoration: none; overflow-wrap: anywhere; }
.contact-options a:hover { background: var(--white); }
.contact-options span { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; opacity: .72; }
.contact-options strong { font-size: 1.04rem; }
.contact-options .whatsapp { color: var(--white); background: var(--ink); border-color: var(--ink); }

.site-footer { padding: 60px 0 30px; color: #dce5e8; background: var(--ink-deep); }
.footer-top { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-brand img { width: 185px; }
.footer-top strong { color: var(--white); }
.footer-top p { color: #aabcc3; font-size: .9rem; }
.footer-top a:hover { color: var(--orange); }
.legal-area { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; }
.legal-area details { border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-area summary { padding: 15px 0; cursor: pointer; color: var(--white); font-weight: 800; }
.legal-copy { max-width: 800px; padding-bottom: 20px; color: #b7c7cd; font-size: .9rem; }
.legal-copy h2 { font-size: 1.45rem; color: var(--white); }
.legal-copy h3 { color: var(--white); }
.copyright { margin: 28px 0 0; color: #7f969f; font-size: .82rem; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .main-nav a:not(.nav-contact) { display: none; }
  .hero::before { inset: auto 0 0; height: 42%; transform: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 58px; }
  .hero-mark { min-height: 430px; }
  .hero-mark img { width: min(420px, 85vw); }
  .service-grid, .steps { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card h3 { margin-top: 30px; }
  .about-grid, .pricing-card, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 42px; }
  .about-panel { min-height: 360px; }
  .pricing-card { gap: 26px; }
  .contact-grid { gap: 36px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 58px; }
  .wrap { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 70px; }
  .brand img { width: 138px; height: 56px; }
  .nav-contact { padding: 9px 14px; font-size: .84rem !important; }
  .hero-grid { min-height: 0; padding-block: 48px 28px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  .lead { margin-top: 20px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-list { display: grid; gap: 7px; margin-top: 24px; }
  .hero-mark { min-height: 340px; }
  .availability { right: 50%; transform: translateX(50%); white-space: nowrap; bottom: 14px; }
  .logo-halo { width: 310px; }
  .section { padding-block: 76px; }
  .service-card { padding: 25px; }
  .about-panel { min-height: 310px; }
  .values { grid-template-columns: 1fr; }
  .pricing { padding-top: 0; }
  .pricing-card { padding: 30px 22px; border-radius: 20px; }
  .price-facts div { display: grid; gap: 3px; }
  .price-facts strong { text-align: left; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .mobile-cta { position: fixed; display: flex; align-items: center; justify-content: center; z-index: 60; bottom: 0; left: 0; right: 0; min-height: 58px; color: var(--white); background: var(--orange-dark); text-decoration: none; font-weight: 900; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
