:root {
  --ink: #0b0b0c;
  --panel: #151517;
  --soft: #f3f3ef;
  --line: rgba(255,255,255,.13);
  --yellow: #f6c915;
  --muted: #a6a6a7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: Manrope, system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(20px,5vw,72px); border-bottom: 1px solid var(--line); background: rgba(11,11,12,.9); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.03em; }
.brand strong { color: var(--yellow); }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: var(--yellow); color: var(--ink); }
nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 600; }
nav a:hover { color: var(--yellow); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--yellow); border-radius: 100px; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 100px; background: transparent; color: white; padding: 8px 14px; font: inherit; }
.hero { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); min-height: 720px; padding: clamp(72px,10vw,140px) clamp(20px,7vw,110px); gap: clamp(36px,7vw,110px); align-items: center; overflow: hidden; background: radial-gradient(circle at 72% 5%, rgba(246,201,21,.12), transparent 30%); }
.hero-copy { max-width: 830px; }
.eyebrow { margin: 0 0 16px; color: var(--yellow); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(2.75rem,6vw,6.6rem); line-height: .96; letter-spacing: -.065em; }
h1 span { color: #858587; }
.hero-lead { max-width: 700px; color: #c5c5c6; font-size: clamp(1.05rem,1.7vw,1.35rem); }
.hero-actions,.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 100px; font-weight: 800; }
.button.primary { background: var(--yellow); color: var(--ink); }
.button.primary:hover { background: #ffe052; transform: translateY(-2px); }
.button.secondary { border: 1px solid var(--line); }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 34px 0 0; list-style: none; color: var(--muted); font-size: .9rem; }
.trust-list li::before { content: '✓'; color: var(--yellow); margin-right: 7px; }
.hero-panel { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.live-line { padding-bottom: 20px; border-bottom: 1px solid var(--line); color: #d0d0d0; font-size: .86rem; }
.live-line span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(246,201,21,.12); }
.panel-label { margin: 28px 0 12px; color: var(--muted); font-size: .72rem; letter-spacing: .15em; }
.panel-service { display: grid; grid-template-columns: 42px 1fr; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; font-weight: 700; }
.panel-service:last-child { border-bottom: 0; }
.panel-service b { color: var(--yellow); font-size: .72rem; }
.section { padding: clamp(58px,7vw,92px) clamp(20px,7vw,110px); }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; margin-bottom: 54px; }
.section-heading h2,.about h2,.contact h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(2rem,4vw,4rem); line-height: 1.04; letter-spacing: -.05em; }
.services { background: var(--soft); color: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cecec8; border-left: 1px solid #cecec8; }
.service-grid article { min-height: 220px; padding: 26px; border-right: 1px solid #cecec8; border-bottom: 1px solid #cecec8; }
.service-grid article:hover { background: var(--yellow); }
.service-icon { display: block; margin-bottom: 52px; color: #777; font-size: .78rem; font-weight: 800; }
.service-grid h3 { margin-bottom: 10px; font-size: 1.28rem; }
.service-grid p { color: #5c5c5d; }
.service-grid article:hover p,.service-grid article:hover .service-icon { color: var(--ink); }
.work-heading { grid-template-columns: 1.25fr .75fr; align-items: end; }
.work-heading > p { max-width: 520px; color: var(--muted); }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2,260px); gap: 16px; }
.work-card { position: relative; display: flex; min-height: 240px; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: linear-gradient(135deg, #1b1b1e, #111); }
.work-card:first-child { grid-row: 1 / 3; background: linear-gradient(155deg, rgba(246,201,21,.18), #141416 55%); }
.work-card::after { content: '↗'; position: absolute; top: 24px; right: 24px; color: var(--yellow); font-size: 1.5rem; }
.work-card span { color: var(--yellow); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.work-card b { font-size: clamp(1.35rem,2vw,2rem); }
.about { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: center; background: var(--yellow); color: var(--ink); }
.about-number { font-size: clamp(10rem,25vw,25rem); font-weight: 800; line-height: .75; letter-spacing: -.1em; opacity: .12; }
.about p:not(.eyebrow) { max-width: 710px; font-size: 1.08rem; }
.about .eyebrow { color: var(--ink); }
.process { background: #111113; }
.process ol { display: grid; grid-template-columns: repeat(3,1fr); padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.process li { min-height: 220px; padding: 28px; border: 1px solid var(--line); counter-increment: steps; }
.process li::before { content: '0' counter(steps); display: block; margin-bottom: 55px; color: var(--yellow); font-size: .8rem; font-weight: 800; }
.process b,.process span { display: block; }
.process b { margin-bottom: 8px; font-size: 1.25rem; }
.process span { color: var(--muted); }
.contact { padding: clamp(90px,12vw,170px) clamp(20px,7vw,110px); text-align: center; }
.contact .eyebrow,.contact h2 { margin-left: auto; margin-right: auto; }
.contact > p:not(.eyebrow) { color: var(--muted); }
.contact-actions { justify-content: center; }
.contact-actions span { width: 100%; color: #777; font-size: .78rem; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px clamp(20px,5vw,72px); border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 72px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #151517; }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-panel { max-width: 620px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading,.work-heading,.about { grid-template-columns: 1fr; }
  .about-number { display: none; }
}
@media (max-width: 620px) {
  .site-header { padding: 14px 18px; }
  .brand { font-size: .9rem; }
  .brand-mark { width: 30px; height: 30px; }
  .hero { padding-top: 68px; }
  h1 { font-size: clamp(2.55rem,13vw,4rem); }
  .hero-actions .button { width: 100%; }
  .section-heading { gap: 12px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 220px; }
  .service-icon { margin-bottom: 30px; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .work-card:first-child { grid-row: auto; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 185px; }
  footer { flex-direction: column; text-align: center; }
}
.hero { grid-template-columns: 1.05fr .95fr; gap: 44px; padding-top: 80px; padding-bottom: 80px; }
.hero h1 { font-size: clamp(2.8rem,5.7vw,5.8rem); line-height: 1.05; letter-spacing: -.05em; }
.hero h1 span { color: var(--yellow); }
.hero-photo { margin: 0; position: relative; align-self: stretch; min-height: 490px; border-radius: 24px; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center; }
.hero-photo figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 65px 24px 24px; background: linear-gradient(transparent,rgba(0,0,0,.9)); font-weight: 800; }
.hero-photo figcaption span { display: block; font-weight: 500; font-size: .9rem; color: #ddd; }
.photo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.photo-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #171719; }
.photo-card img { width: 100%; aspect-ratio: 1.15; height: auto; object-fit: cover; object-position: center; transition: filter .2s; }
.photo-card:hover img { filter: brightness(1.1); }
.photo-card span { padding: 11px 12px 0; font-size: .88rem; font-weight: 700; line-height: 1.25; }
.photo-card small { padding: 4px 12px 12px; color: var(--yellow); font-size: .72rem; }
.about-photo { width: 100%; max-height: 540px; object-fit: cover; border-radius: 20px; }
.about h2 { margin-bottom: 26px; }
.seo-faq { border-top: 1px solid var(--line); }
.seo-faq > h3 { margin: 30px 0 10px; font-size: 1.2rem; }
.seo-faq > p { max-width: 850px; color: #c5c5c6; }
.reviews { border-top: 1px solid var(--line); background: #171719; }
.review-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.review-layout p { color: #bbb; }
#review-form { display: grid; gap: 10px; }
#review-form input:not([type=checkbox]),#review-form select,#review-form textarea { width: 100%; border: 1px solid #666; background: #0b0b0c; color: white; padding: 13px; border-radius: 8px; font: inherit; }
#review-form textarea { resize: vertical; }
#review-form .button { font: inherit; font-weight: 800; cursor: pointer; border: none; }
.review-consent { display: flex; gap: 10px; align-items: flex-start; margin: 12px 0; }
.review-consent input { width: 20px; height: 20px; flex-shrink: 0; }
.review-note { font-size: .875rem; }
@media(max-width:750px) { .review-layout { grid-template-columns: 1fr; gap: 22px; } }
.tiktok-link { margin-top: 30px; height: auto; padding-top: 14px; padding-bottom: 14px; text-align: center; }
section[id] { scroll-margin-top: 90px; }
.floating-contact { position: fixed; z-index: 30; right: 18px; bottom: 18px; display: flex; gap: 10px; }
.floating-contact a { display: inline-flex; align-items: center; gap: 7px; min-height: 48px; padding: 0 16px; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.35); font-size: .88rem; font-weight: 800; }
.floating-call { background: var(--yellow); color: var(--ink); }
.floating-whatsapp { background: #25d366; color: #062b14; }
a:focus-visible,button:focus-visible { outline: 3px solid #397bff; outline-offset: 5px; }
@media(max-width:900px) { .hero { grid-template-columns: 1fr; } .hero-photo { min-height: 420px; } .photo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } .about-photo { max-width: 460px; } }
@media(max-width:620px) { .hero { padding-top: 50px; } .hero-photo { min-height: 360px; } .photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .photo-card img { aspect-ratio: 1.05; } .photo-card span { font-size: .8rem; } .photo-card small { display: none; } .eyebrow { font-size: .875rem; letter-spacing: .09em; } .floating-contact { right: 12px; left: 12px; bottom: 12px; } .floating-contact a { flex: 1; justify-content: center; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
