:root {
  --ink: #07111f;
  --ink-2: #0d1b2c;
  --blue: #0878e8;
  --blue-light: #3aa7ff;
  --orange: #ff7900;
  --paper: #f4f7fb;
  --white: #fff;
  --muted: #657184;
  --line: #dce3ec;
  --radius: 22px;
  --shadow: 0 24px 65px rgba(7,17,31,.16);
}
* { 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(--ink); background: var(--paper); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 12px; padding: 10px 16px; background: white; color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(7,17,31,.94); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 235px; height: 58px; overflow: hidden; border-radius: 10px; background: #05090f; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; color: #cbd6e5; font-weight: 700; font-size: .92rem; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.main-nav .nav-call { color: white; padding: 10px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; border-radius: 9px; padding: 9px 14px; font: inherit; font-weight: 800; }
.hero { min-height: 690px; position: relative; overflow: hidden; padding: 88px 0 72px; background: linear-gradient(135deg, #050b14 0%, #0a1727 62%, #082d55 100%); color: white; }
.hero::after { content: ""; position: absolute; inset: auto -10% -120px 48%; height: 220px; background: var(--orange); transform: skewY(-8deg); opacity: .92; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .28; }
.hero-glow-one { width: 500px; height: 500px; right: -180px; top: -180px; background: var(--blue); }
.hero-glow-two { width: 260px; height: 260px; left: -150px; bottom: -100px; background: var(--orange); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: #a9bdd5; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 850; }
.eyebrow span { width: 28px; height: 3px; background: var(--orange); border-radius: 99px; }
.eyebrow.dark { color: #66758a; }
.hero h1, .section h2 { margin: 0; font-weight: 900; letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 670px; font-size: clamp(3.25rem, 6vw, 5.8rem); }
.hero h1 em { display: block; color: var(--blue-light); font-style: normal; }
.hero-lead { max-width: 650px; margin: 26px 0 30px; color: #c8d4e3; font-size: 1.14rem; line-height: 1.75; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 23px; border-radius: 12px; text-decoration: none; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--orange), #ff9e31); color: #111; box-shadow: 0 15px 35px rgba(255,121,0,.22); }
.button-secondary { border: 1px solid rgba(255,255,255,.28); color: white; background: rgba(255,255,255,.06); }
.hero-points { display: grid; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; color: #dbe5f0; font-size: .92rem; }
.hero-points li::before { content: "✓"; color: var(--orange); font-weight: 900; margin-right: 9px; }
.hero-visual { position: relative; }
.brand-card-frame { border: 1px solid rgba(255,255,255,.16); padding: 9px; border-radius: 25px; background: rgba(255,255,255,.07); box-shadow: 0 35px 80px rgba(0,0,0,.38); transform: rotate(1.5deg); }
.brand-card-frame img { width: 100%; border-radius: 17px; }
.floating-note { position: absolute; left: -24px; bottom: -48px; width: 265px; padding: 17px 20px; border-radius: 15px; background: white; color: var(--ink); box-shadow: var(--shadow); border-left: 5px solid var(--orange); }
.floating-note strong, .floating-note span { display: block; }
.floating-note span { color: var(--muted); font-size: .85rem; }
.quick-strip { position: relative; z-index: 3; background: white; border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid div { padding: 27px 34px; border-right: 1px solid var(--line); }
.quick-grid div:last-child { border-right: 0; }
.quick-grid strong, .quick-grid span { display: block; }
.quick-grid strong { font-size: 1.05rem; }
.quick-grid span { color: var(--muted); font-size: .88rem; }
.section { padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; margin-bottom: 48px; }
.section h2 { font-size: clamp(2.4rem, 4.7vw, 4.8rem); }
.section-heading > p { max-width: 530px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 265px; position: relative; padding: 30px; overflow: hidden; border-radius: var(--radius); background: white; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(145deg, #0878e8, #064f9d); color: white; border-color: transparent; }
.service-number { display: inline-block; margin-bottom: 42px; color: var(--orange); font-weight: 900; font-size: .8rem; letter-spacing: .12em; }
.featured .service-number { color: #ffb66e; }
.service-card h3 { margin: 0 0 10px; font-size: 1.35rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); }
.featured p { color: #d8eaff; }
.work { background: var(--ink); color: white; }
.section-heading.light > p { color: #a5b4c7; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 245px; gap: 14px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: #122238; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item:nth-child(2), .gallery-item:nth-child(5) { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,8,14,.92)); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 16px; font-weight: 900; font-size: 1.08rem; }
.gallery-item figcaption span { display: block; color: #b5c3d3; font-size: .75rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 750; }
.process { background: white; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.process-intro { max-width: 520px; color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 10px; color: var(--blue); font-weight: 850; text-decoration: none; }
.text-link span { font-size: 1.5rem; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 17px; align-items: center; padding: 21px 0; border-bottom: 1px solid var(--line); }
.steps > li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: white; font-weight: 900; }
.steps strong { font-size: 1.05rem; }
.steps p { margin: 1px 0 0; color: var(--muted); font-size: .9rem; }
.visit { padding-top: 0; background: white; }
.visit-grid { display: grid; grid-template-columns: 1.2fr .8fr; box-shadow: var(--shadow); border-radius: 28px; overflow: hidden; }
.visit-card { min-height: 430px; padding: 55px; color: white; background: linear-gradient(140deg, #062952, #0878e8); }
.visit-card address { margin: 28px 0; font-style: normal; color: #d8eaff; font-size: 1.12rem; }
.hours-card { padding: 55px; background: var(--ink); color: white; }
.hours-card h3 { margin: 0 0 22px; font-size: 1.6rem; }
.hours-card dl { margin: 0; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.hours-card dd { margin: 0; color: #bdcce0; text-align: right; }
.hours-card p { margin: 25px 0 0; color: #8496ad; font-size: .88rem; }
.site-footer { padding: 42px 0; color: #b6c4d6; background: #030912; border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 35px; }
.site-footer strong { color: white; font-size: 1.2rem; }
.site-footer p { margin: 4px 0 0; }
.footer-contact, .footer-social { display: flex; flex-direction: column; }
.site-footer a { color: white; text-decoration: none; }
.footer-social { text-align: right; }
.whatsapp-float { position: fixed; z-index: 45; right: 20px; bottom: 20px; padding: 13px 19px; color: #03140b; background: #25d366; border-radius: 999px; box-shadow: 0 14px 35px rgba(0,0,0,.28); text-decoration: none; font-weight: 900; }
@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: stretch; gap: 5px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px; }
  .hero { min-height: auto; padding-top: 66px; }
  .hero-grid, .section-heading, .process-grid, .visit-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 65px; }
  .hero-visual { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:nth-child(2), .gallery-item:nth-child(5) { grid-column: span 1; }
  .process-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-social { text-align: left; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand { width: 190px; height: 48px; }
  .main-nav { top: 68px; }
  .hero { padding: 52px 0 72px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button, .visit-actions .button { width: 100%; }
  .floating-note { position: relative; left: 12px; bottom: 12px; width: calc(100% - 24px); }
  .quick-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .quick-grid div { padding: 15px 6px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid div:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }
  .section-heading { gap: 20px; margin-bottom: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .gallery-item.tall { grid-row: span 1; }
  .gallery-item:last-child { grid-column: span 2; }
  .visit-card, .hours-card { padding: 35px 25px; }
  .hours-card dl div { display: block; }
  .hours-card dd { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-social { text-align: left; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
