@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #171717;
  --navy-2: #222222;
  --blue: #303030;
  --cyan: #c8202b;
  --cyan-soft: #fbecee;
  --gold: #c8202b;
  --gold-2: #c8202b;
  --ink: #252525;
  --muted: #626262;
  --line: #dedede;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0, 0, 0, .12);
  --radius: 24px;
  --container: min(1264px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 10px; height: 10px; border: 2px solid var(--gold); border-radius: 3px; transform: rotate(45deg); }
.section { padding: 100px 0; }
.section-heading { margin: 0 0 18px; color: var(--navy); font-size: clamp(2.1rem, 4vw, 3.55rem); line-height: 1.05; letter-spacing: -.04em; }
.section-copy { max-width: 670px; margin: 0; color: var(--muted); font-size: 1.06rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #15120c;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(213,154,47,.26);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(213,154,47,.35); }
.button.secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.38); box-shadow: none; }
.topbar { background: #061524; color: #b9c8d4; font-size: .82rem; }
.topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-info, .topbar-social { display: flex; align-items: center; gap: 24px; }
.topbar-info > a, .topbar-info > span { display: inline-flex; align-items: center; gap: 8px; }
.topbar-info svg { width: 17px; height: 17px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.topbar a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(9,35,59,.97); box-shadow: 0 10px 28px rgba(2,16,29,.15); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; width: 225px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; color: #fff; }
.main-nav > a, .nav-dropdown > button { position: relative; border: 0; padding: 30px 0; background: transparent; color: inherit; font-size: .8rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; cursor: pointer; }
.submenu-indicator { display: inline-block; margin-left: 3px; }
.main-nav > a::after, .nav-dropdown > button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 3px; background: var(--gold); transition: right .25s ease; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after, .nav-dropdown:hover > button::after { right: 0; }
.nav-dropdown { position: relative; }
.dropdown-menu { position: absolute; top: calc(100% - 10px); left: -20px; width: 275px; padding: 12px; border-radius: 12px; background: #fff; color: var(--navy); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.dropdown-menu a { display: block; padding: 11px 13px; border-radius: 8px; font-size: .88rem; font-weight: 700; }
.dropdown-menu a:hover { color: var(--blue); background: #edf8fb; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.header-cta { min-height: 46px; padding-inline: 20px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: transparent; color: #fff; font-size: 1.4rem; cursor: pointer; }

.hero { position: relative; min-height: 690px; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,34,.98) 0%, rgba(4,20,34,.88) 37%, rgba(4,20,34,.24) 68%, rgba(4,20,34,.08)), url("../images/hero-split-tec.webp") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; left: -110px; bottom: -180px; width: 450px; height: 450px; border: 1px solid rgba(13,184,219,.25); border-radius: 50%; box-shadow: 0 0 0 55px rgba(13,184,219,.035), 0 0 0 120px rgba(13,184,219,.025); }
.hero-inner { position: relative; z-index: 1; width: var(--container); padding: 80px 0 120px; }
.hero-content { max-width: 690px; }
.hero-kicker { margin: 0 0 14px; color: var(--gold-2); font-size: .83rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(3.25rem, 6.2vw, 6.5rem); line-height: .93; letter-spacing: -.055em; }
.hero p { max-width: 610px; margin: 0 0 34px; color: #d5e0e8; font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-strip { position: relative; z-index: 4; margin-top: -65px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { min-height: 132px; padding: 27px; display: flex; gap: 16px; align-items: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; background: var(--blue); color: #fff; }
.trust-icon { width: 45px; height: 45px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--cyan-soft); color: var(--blue); font-weight: 900; }
.trust-item:last-child .trust-icon { background: rgba(255,255,255,.15); color: #fff; }
.trust-item strong { display: block; color: var(--navy); font-size: 1rem; line-height: 1.25; }
.trust-item:last-child strong { color: #fff; }
.trust-item span { display: block; color: var(--muted); font-size: .82rem; line-height: 1.35; margin-top: 5px; }
.trust-item:last-child span { color: #d7f4fa; }

.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 78px; align-items: center; }
.photo-frame { position: relative; min-height: 510px; }
.photo-frame .main-photo { width: 82%; height: 445px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.photo-frame .badge-photo { position: absolute; right: 0; bottom: 0; width: 52%; padding: 12px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.photo-frame .badge-photo img { height: 210px; width: 100%; object-fit: cover; border-radius: 13px; }
.experience-badge { position: absolute; left: 25px; bottom: 22px; display: grid; place-items: center; width: 135px; height: 135px; padding: 18px; border-radius: 50%; text-align: center; background: var(--blue); color: #fff; border: 8px solid #fff; box-shadow: 0 15px 35px rgba(5,71,111,.25); }
.experience-badge strong { display: block; font-size: 2rem; line-height: 1; }
.check-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 24px; padding: 0; margin: 28px 0 34px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; font-weight: 700; color: var(--navy); }
.check-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 9px; height: 9px; border: 2px solid var(--cyan); border-radius: 2px; transform: rotate(45deg); }
.about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.phone-link { font-weight: 900; color: var(--navy); }
.phone-link span { display: block; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.services-section { background: #f3f7fa; }
.center-heading { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.center-heading .section-copy { margin-inline: auto; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.service-card { position: relative; min-height: 410px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border-radius: 18px; color: #fff; background: var(--navy); box-shadow: 0 18px 45px rgba(5,31,52,.12); }
.service-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,24,42,.05) 25%, rgba(4,24,42,.96) 86%); z-index: 1; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover img { transform: scale(1.045); }
.service-card-content { position: relative; z-index: 2; padding: 30px; }
.service-card h3 { margin: 0 0 12px; font-size: 1.4rem; line-height: 1.15; }
.service-card p { margin: 0 0 18px; color: #cbd8e2; font-size: .89rem; line-height: 1.55; }
.service-card a { font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.cta-band { position: relative; overflow: hidden; padding: 75px 0; background: var(--navy-2); color: #fff; }
.cta-band::after { content: ""; position: absolute; right: 4%; top: -60px; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.08; }
.cta-band p { max-width: 640px; margin: 14px 0 0; color: #c4d2dc; }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.feature-stack { display: grid; gap: 16px; }
.feature { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(5,33,54,.05); }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 12px; background: var(--cyan-soft); color: var(--blue); font-size: 1.35rem; }
.feature h3 { margin: 0 0 5px; color: var(--navy); font-size: 1.04rem; }
.feature p { margin: 0; color: var(--muted); font-size: .9rem; }
.metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 34px; overflow: hidden; border-radius: 12px; background: var(--line); border: 1px solid var(--line); }
.metric { padding: 21px 16px; background: #fff; text-align: center; }
.metric strong { display: block; color: var(--blue); font-size: 1.75rem; }
.metric span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.image-panel { position: relative; min-height: 590px; border-radius: 26px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.image-panel img { width: 100%; height: 590px; object-fit: cover; }
.image-panel::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(2,18,31,.75)); }

.testimonial { background: #f3f7fa; }
.quote-card { max-width: 930px; margin: 0 auto; padding: 52px; border-radius: 20px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.quote-card blockquote { margin: 10px auto 22px; color: var(--navy); font-size: clamp(1.25rem, 2.5vw, 1.8rem); font-weight: 700; line-height: 1.45; }
.quote-card cite { color: var(--blue); font-style: normal; font-weight: 800; }

.page-hero { position: relative; min-height: 420px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,35,.97), rgba(3,20,35,.72) 53%, rgba(3,20,35,.2)), var(--page-image) center/cover no-repeat; }
.page-hero::after { content: ""; position: absolute; width: 380px; height: 380px; right: -130px; bottom: -230px; border-radius: 50%; border: 50px solid rgba(13,184,219,.08); }
.page-hero-inner { position: relative; z-index: 1; padding: 70px 0; }
.page-hero h1 { max-width: 820px; margin: 0 0 14px; font-size: clamp(2.75rem, 5.5vw, 5.4rem); line-height: .97; letter-spacing: -.05em; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; color: #c6d6e2; font-size: .84rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs b { color: var(--gold-2); }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 62px; align-items: start; }
.prose h2 { margin: 0 0 22px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.035em; }
.prose h3 { color: var(--navy); margin-top: 32px; }
.prose p { color: var(--muted); font-size: 1.06rem; }
.prose-lead { color: var(--navy) !important; font-size: 1.25rem !important; font-weight: 650; }
.sidebar-card { padding: 28px; border-radius: 16px; background: var(--navy-2); color: #fff; box-shadow: var(--shadow); }
.sidebar-card h3 { margin: 0 0 18px; font-size: 1.3rem; }
.content-grid .prose { transition: opacity .2s ease, transform .2s ease; }
.content-grid .prose.service-switching { opacity: 0; transform: translateY(8px); }
.side-links { display: grid; gap: 9px; }
.side-links a { padding: 12px 14px; border-radius: 8px; background: rgba(255,255,255,.07); font-size: .9rem; font-weight: 700; }
.side-links a:hover, .side-links a[aria-current="page"] { background: var(--blue); }
.detail-image { margin: 38px 0; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow); }
.detail-image img { width: 100%; height: 470px; object-fit: cover; }
.benefit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 34px; }
.benefit { padding: 23px; border: 1px solid var(--line); border-radius: 14px; }
.benefit strong { display: block; color: var(--navy); margin-bottom: 5px; }
.benefit span { color: var(--muted); font-size: .9rem; }
.process { display: grid; gap: 14px; margin-top: 28px; }
.process-item { display: grid; grid-template-columns: 66px 1fr; gap: 19px; padding: 20px; border-radius: 14px; background: #f3f7fa; }
.process-icon { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 16px; background: #fff; color: var(--cyan); box-shadow: 0 8px 24px #0000000d; }
.process-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.process-item h3 { margin: 2px 0 4px; font-size: 1rem; }
.process-item p { margin: 0; font-size: .9rem; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; }
.contact-card { padding: 38px; border-radius: 20px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.contact-card h2 { margin-top: 0; font-size: 2.15rem; }
.contact-list { display: grid; gap: 18px; margin-top: 28px; }
.contact-person { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); }
.contact-person strong { display: block; color: var(--gold-2); font-size: 1rem; }
.contact-person span { display: block; color: #c6d4df; font-size: .82rem; margin: 2px 0 8px; text-transform: uppercase; letter-spacing: .07em; }
.contact-person a { display: block; margin-top: 3px; }
.contact-form { display: grid; gap: 16px; padding: 38px; border-radius: 20px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.contact-form h2 { margin: 0 0 4px; color: var(--navy); font-size: 2.15rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--navy); font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 13px 14px; color: var(--ink); background: #f8fbfc; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(13,184,219,.12); }
.field textarea { min-height: 145px; resize: vertical; }
.form-note { color: var(--muted); font-size: .78rem; }

.site-footer { background: #051522; color: #aebfcb; }
.footer-main { padding: 72px 0 54px; display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 64px; }
.footer-logo { width: 220px; margin-bottom: 20px; }
.footer-main h3 { margin: 0 0 19px; color: #fff; font-size: 1.04rem; }
.footer-main p { max-width: 420px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.11); font-size: .8rem; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 45; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-weight: 900; box-shadow: 0 12px 35px rgba(9,74,36,.3); }
.whatsapp-float::before { content: none; }

@media (max-width: 1050px) {
  .header-cta { display: none; }
  .main-nav { gap: 18px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid, .why-grid { gap: 45px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .content-grid { grid-template-columns: minmax(0,1fr) 290px; gap: 38px; }
}

@media (max-width: 1024px) {
  :root { --container: min(100% - 30px, 680px); }
  .topbar { display: none; }
  .site-header { backdrop-filter: none; }
  .header-inner { min-height: 72px; }
  .brand { width: 185px; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav { position: fixed; inset: 72px 0 0; display: block; padding: 24px 20px; background: rgba(5,21,34,.99); transform: translateX(100%); transition: transform .3s ease; overflow-y: auto; overflow-x: hidden; }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a, .nav-dropdown > button { display: block; width: 100%; padding: 14px 0; text-align: left; font-size: .95rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav > a::after, .nav-dropdown > button::after { display: none; }
  .nav-dropdown > button { display: flex; align-items: center; justify-content: space-between; }
  .submenu-indicator { font-size: 1.2rem; line-height: 1; }
  .main-nav .nav-dropdown .dropdown-menu { position: static; width: 100%; display: none; padding: 8px; box-shadow: none; opacity: 0; visibility: hidden; transform: none; background: rgba(255,255,255,.06); }
  .main-nav .nav-dropdown.submenu-open .dropdown-menu { display: grid; opacity: 1; visibility: visible; }
  .dropdown-menu a { color: #d7e1e8; }
  .hero { min-height: 650px; }
  .hero::before { background: linear-gradient(90deg, rgba(4,20,34,.96), rgba(4,20,34,.65)), url("../images/hero-split-tec.webp") 58% center/cover no-repeat; }
  .hero-inner { padding: 75px 0 115px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 120px; }
  .about-grid, .why-grid, .contact-grid, .content-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 46px; }
  .photo-frame { order: 2; }
  .image-panel { min-height: 460px; }
  .image-panel img { height: 460px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .content-grid .sidebar-card { order: -1; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-main > :first-child { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .section { padding: 72px 0; }
  .hero { min-height: 620px; }
  .hero h1 { font-size: 3.35rem; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 300px; }
  .trust-strip { margin-top: -45px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .photo-frame { min-height: 410px; }
  .photo-frame .main-photo { width: 92%; height: 350px; }
  .photo-frame .badge-photo { display: none; }
  .experience-badge { width: 118px; height: 118px; bottom: 0; left: auto; right: 0; }
  .check-list, .service-grid, .benefit-grid, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .metrics { grid-template-columns: 1fr; }
  .metric { display: flex; align-items: center; justify-content: space-between; }
  .quote-card, .contact-card, .contact-form { padding: 28px 22px; }
  .page-hero { min-height: 350px; }
  .page-hero h1 { font-size: 3rem; }
  .detail-image img { height: 300px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > :first-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
}

/* Colek-inspired composition: measured proportions, flat color blocks and layered sections */
.topbar { background: var(--gold); color: #fff; font-size: .82rem; font-weight: 600; }
.topbar-inner { min-height: 49px; }
.topbar-info { gap: 18px; }
.topbar-social { height: 49px; gap: 15px; }
.topbar-cta { align-self: stretch; display: grid; place-items: center; margin-left: 8px; padding: 0 31px; background: var(--blue); color: #fff !important; font-weight: 700; }
.site-header { background: rgba(255,255,255,.98); box-shadow: 0 6px 18px rgba(18,42,72,.08); backdrop-filter: none; }
.header-inner { min-height: 94px; }
.brand { width: 220px; height: 86px; display: flex; align-items: center; }
.brand img { width: 210px; height: 68px; object-fit: contain; object-position: left center; filter: brightness(0); }
.main-nav { margin-left: auto; color: #182331; gap: 34px; }
.main-nav > a, .nav-dropdown > button { padding: 35px 0; font-size: .88rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.main-nav > a::after, .nav-dropdown > button::after { bottom: 27px; height: 2px; background: var(--cyan); }
.main-nav > a:hover, .main-nav > a[aria-current="page"], .nav-dropdown:hover > button { color: var(--cyan); }
.dropdown-menu { border-radius: 0; border-top: 3px solid var(--gold); }
.header-tools { display: flex; align-items: center; gap: 12px; margin-left: 25px; }
.header-icon { width: 38px; height: 38px; display: grid; place-items: center; color: #4b5158; font-size: 1.5rem; }
.header-icon:hover { color: var(--gold); }
.instagram-link { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #ffffff73; border-radius: 50%; }
.instagram-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .icon-fill { fill: currentColor; stroke: none; }
.topbar-separator { width: 1px; height: 18px; background: #ffffff59; }

.button { min-height: 60px; padding: 0 48px; border-radius: 36px; background: var(--gold); color: #fff; font-size: .95rem; font-weight: 500; letter-spacing: 0; text-transform: none; box-shadow: none; }
.button:hover { background: var(--blue); box-shadow: none; transform: translateY(-2px); }
.hero { min-height: 665px; display: block; background: #eef2f5; color: var(--navy); }
.hero-slide { position: absolute; inset: 0; background-position: center; background-size: cover; will-change: opacity, transform; }
.hero-slide-one { background-image: url('../images/hero-split-tec.webp'); }
.hero-slide-two { background-image: url('../images/instalacao-manutencao.webp'); background-position: center 35%; }
.hero::before { z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 37%, rgba(255,255,255,.28) 70%, rgba(255,255,255,.08)); }
.hero::after { z-index: 1; left: auto; right: -90px; bottom: -170px; width: 390px; height: 390px; border: 70px solid rgba(255,144,70,.13); box-shadow: none; }
.hero-inner { z-index: 2; min-height: 665px; display: flex; align-items: center; padding: 42px 0 65px; }
.hero-content { max-width: 820px; animation: heroCopyIn 1s .18s both cubic-bezier(.2,.7,.2,1); }
.hero-kicker { display: none; }
.hero h1 { max-width: 830px; margin: 0 0 38px; color: var(--navy); font-size: clamp(4rem, 5.85vw, 6.25rem); line-height: 1.05; letter-spacing: -.035em; font-weight: 800; }
.hero p { display: none; }
.hero-actions { gap: 0; }

.trust-strip { z-index: 5; margin-top: -82px; }
.trust-grid { grid-template-columns: repeat(3,1fr); border-radius: 7px; box-shadow: 0 20px 50px rgba(18,42,72,.12); }
.trust-item { position: relative; min-height: 246px; padding: 48px 58px; align-items: flex-start; flex-direction: column; gap: 20px; background: #fff !important; color: var(--ink) !important; }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 68px; height: 68px; display: grid; place-items: center; overflow: visible; border-radius: 18px; background: var(--cyan-soft) !important; color: var(--cyan) !important; }
.trust-icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.trust-item strong { color: var(--navy) !important; font-size: 1.08rem; font-weight: 700; }
.trust-item span { color: #7a8796 !important; font-size: .93rem; line-height: 1.85; }

.section { padding: 104px 0; }
.section-heading { font-size: clamp(2.35rem, 3vw, 2.8rem); line-height: 1.3; letter-spacing: -.025em; font-weight: 800; }
.section-copy { color: #6d7988; font-size: 1rem; line-height: 1.9; }
.eyebrow { color: var(--gold); letter-spacing: .08em; font-size: .72rem; }
.eyebrow::before { background: var(--gold); }
.about-grid { grid-template-columns: 1fr 1.08fr; gap: 80px; }
.photo-frame { min-height: 600px; }
.photo-frame::before { content: ""; position: absolute; z-index: -1; left: -44vw; top: -100px; width: 90vw; height: 690px; background: #eef2f7; clip-path: polygon(0 0,100% 0,83% 100%,0 100%); }
.photo-frame .main-photo { width: 100%; height: 600px; border-radius: 7px; box-shadow: none; object-position: 38% center; }
.photo-frame .badge-photo { display: none; }
.experience-badge { left: -88px; bottom: 120px; width: 190px; height: 190px; border: 0; background: rgba(36,88,155,.94); box-shadow: none; }
.experience-badge strong { font-size: 1.35rem; text-transform: capitalize; }
.check-list { grid-template-columns: 1fr; margin: 30px 0; gap: 11px; }
.check-list li::before { content: ""; top: .58em; width: 9px; height: 9px; border: 2px solid var(--gold); border-radius: 2px; transform: rotate(45deg); }
.about-actions .button { min-height: 54px; }

.services-section { position: relative; overflow: hidden; padding: 100px 0 120px; background: var(--navy); }
.services-section::before { content: ""; position: absolute; inset: 0; opacity: .11; background: radial-gradient(ellipse at 14% 45%, transparent 0 105px, #fff 107px 109px, transparent 111px), radial-gradient(ellipse at 68% 58%, transparent 0 185px, #fff 187px 189px, transparent 191px), radial-gradient(ellipse at 88% 12%, transparent 0 85px, var(--cyan) 87px 90px, transparent 92px); }
.services-section::after { content: ""; position: absolute; right: -7%; bottom: -100px; width: 42%; height: 310px; border: 2px solid #ffffff17; border-radius: 50%; transform: rotate(-12deg); }
.services-section .container { position: relative; }
.center-heading { max-width: 780px; margin: 0 0 50px; text-align: left; }
.services-section .section-heading, .services-section .section-copy { color: #fff; }
.services-section .section-copy { color: #bac7d3; }
.service-grid { grid-template-columns: repeat(4,1fr); gap: 28px; }
.service-card { min-height: 520px; justify-content: flex-end; border-radius: 5px; background: var(--blue); box-shadow: none; overflow: hidden; }
.service-card::before { display: none; }
.service-card img { top: 0; height: 270px; object-fit: cover; transform: none; }
.service-card:hover img { transform: scale(1.06); }
.service-card-content { min-height: 265px; display: flex; flex-direction: column; padding: 34px 32px 30px; background: var(--blue); }
.service-label { display: block; margin-bottom: 9px; color: var(--gold-2); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 13px; font-size: 1.45rem; line-height: 1.3; }
.service-card p { color: #d7e1eb; }
.service-card a { margin-top: auto; color: #fff; }

.cta-band { padding: 0; background: linear-gradient(90deg, var(--blue) 0 67%, var(--gold) 67% 100%); }
.cta-band::after { display: none; }
.cta-inner { min-height: 230px; }
.cta-band h2 { max-width: 760px; font-size: 2.45rem; line-height: 1.28; }
.cta-band p { color: #dce7f1; }
.cta-band .button { background: #fff; color: var(--navy); }
.cta-band .button:hover { background: var(--navy); color: #fff; }

.why-section { background: #fff; }
.why-grid { grid-template-columns: 1fr .82fr; gap: 90px; }
.faq-list { display: grid; gap: 7px; margin-top: 28px; }
.faq-list details { border: 1px solid var(--gold); background: #fff; }
.faq-list summary { position: relative; padding: 18px 54px 18px 20px; color: var(--navy); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 14px; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 2px 20px 20px; color: #6d7988; font-size: .9rem; }
.why-photo { position: relative; }
.why-photo img { width: 100%; height: 565px; object-fit: cover; border-radius: 0; }
.professional-card { position: absolute; left: -52px; bottom: 0; width: 300px; padding: 30px; background: var(--blue); color: #fff; }
.professional-card b { display: block; font-size: 1.2rem; }
.professional-card span { display: block; margin-top: 8px; color: #d4e0ea; font-size: .88rem; }

.feature-band { position: relative; margin-bottom: 115px; padding: 100px 0 0; background: var(--navy); color: #fff; }
.feature-band::before { content: ""; position: absolute; left: -8%; top: 40px; width: 55%; height: 190px; border: 2px solid #ffffff13; border-radius: 50%; transform: rotate(8deg); }
.feature-band-head { display: grid; grid-template-columns: 1.05fr 1fr auto; gap: 60px; align-items: center; margin-bottom: 70px; }
.feature-band-head h2 { margin: 0; font-size: 2.8rem; line-height: 1.3; }
.feature-band-head p { color: #bcc9d5; }
.blue-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; margin-bottom: -115px; }
.blue-feature-grid a { position: relative; min-height: 290px; padding: 50px; overflow: hidden; background: #2d62a5; color: #fff; transition: transform .3s ease, background .3s ease; }
.blue-feature-grid a::after { content: ""; position: absolute; left: -25px; bottom: -58px; width: 175px; height: 175px; border-radius: 50%; background: rgba(255,255,255,.1); }
.blue-feature-grid a:hover { z-index: 2; transform: translateY(-10px); background: var(--gold); }
.blue-feature-grid b { display: block; max-width: 170px; font-size: 1.28rem; line-height: 1.5; }
.blue-feature-grid span { display: block; margin-top: 8px; color: #d6e2ec; font-size: .86rem; }
.blue-feature-grid i { position: absolute; z-index: 1; left: 48px; bottom: 32px; width: 58px; height: 58px; display: grid; place-items: center; font-style: normal; }
.blue-feature-grid i svg { width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.testimonial { padding-top: 80px; background: #fff; background-image: radial-gradient(#e8edf2 1px,transparent 1px); background-size: 7px 7px; }
.quote-card { max-width: 100%; padding: 58px 70px; border-radius: 0; text-align: left; box-shadow: 0 18px 50px rgba(18,42,72,.09); }
.quote-card blockquote { max-width: 900px; margin-left: 0; font-size: 1.25rem; }

.page-hero { min-height: 410px; }
.page-hero::before { background: linear-gradient(90deg, rgba(18,42,72,.97), rgba(18,42,72,.76) 53%, rgba(18,42,72,.18)), var(--page-image) center/cover no-repeat; }
.page-hero h1 { font-size: clamp(3.4rem, 5vw, 5rem); }
.site-footer { background: var(--navy); }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s var(--reveal-delay,0ms) ease, transform .7s var(--reveal-delay,0ms) cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroSlideOne { 0%,43% { opacity:1; transform:scale(1); } 50%,93% { opacity:0; transform:scale(1.04); } 100% { opacity:1; transform:scale(1); } }
@keyframes heroSlideTwo { 0%,43% { opacity:0; transform:scale(1.04); } 50%,93% { opacity:1; transform:scale(1); } 100% { opacity:0; transform:scale(1.04); } }
@keyframes heroCopyIn { from { opacity:0; transform:translateY(45px); } to { opacity:1; transform:translateY(0); } }

@media (max-width: 1050px) {
  .header-tools { display: none; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .feature-band-head { grid-template-columns: 1fr 1fr; }
  .feature-band-head .button { grid-column: 1/-1; justify-self: start; }
  .blue-feature-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1024px) {
  .header-inner { min-height: 80px; }
  .brand { width: 185px; height: 76px; }
  .brand img { width: 180px; height: 62px; }
  .menu-toggle { color: var(--navy); border-color: #dce3e9; }
  .main-nav { inset: 80px 0 0; color: #fff; gap: 0; }
  .main-nav > a, .nav-dropdown > button { color: #fff; }
  .hero { min-height: 610px; }
  .hero-inner { min-height: 610px; }
  .hero::before { background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.63)); }
  .hero h1 { max-width: 570px; font-size: clamp(3.4rem, 11vw, 5.2rem); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 185px; padding: 35px 40px; }
  .about-grid, .why-grid { gap: 62px; }
  .experience-badge { left: auto; right: -10px; }
  .cta-band { background: var(--blue); }
  .feature-band-head { grid-template-columns: 1fr; gap: 20px; }
  .feature-band-head .button { grid-column: auto; }
  .professional-card { left: 0; }
}

@media (max-width: 560px) {
  .hero { min-height: 560px; }
  .hero-inner { min-height: 560px; padding: 45px 0 80px; }
  .hero h1 { margin-bottom: 28px; font-size: 3.25rem; }
  .hero .button { width: auto; align-self: flex-start; min-height: 56px; }
  .trust-strip { margin-top: -45px; }
  .photo-frame, .photo-frame .main-photo { min-height: 430px; height: 430px; }
  .experience-badge { width: 145px; height: 145px; bottom: 30px; }
  .service-grid, .blue-feature-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 505px; }
  .feature-band { margin-bottom: 70px; }
  .blue-feature-grid { margin-bottom: -70px; }
  .blue-feature-grid a { min-height: 235px; }
  .why-photo img { height: 430px; }
  .professional-card { width: 85%; }
  .cta-inner { padding: 55px 0; }
  .quote-card { padding: 38px 28px; }
}

/* Split Tec: original logo, neutral surfaces and red accents. */
[data-site-header] { position: sticky; top: -49px; z-index: 50; }
.site-header { position: relative; box-shadow: 0 6px 18px #00000012; }
.brand img { width: 210px; height: 68px; object-fit: contain; object-position: left center; filter: brightness(0); }
.main-nav { color: #222; }
.header-tools .button { min-height: 48px; padding-inline: 25px; white-space: nowrap; }
.dropdown-menu a:hover { color: var(--cyan); background: #fbecee; }
.hero { background: #f3f3f3; }
.hero-inner { margin-inline: auto; }
.hero-slide { opacity: 0; transition: opacity 1s ease; }
.hero-slide.active { opacity: 1; }
.hero::after { border-color: #c8202b15; }
.trust-item span { color: #626262 !important; }
.trust-item .trust-icon {
  width: 68px;
  height: 68px;
  margin: 0;
  display: grid;
  place-items: center;
  align-self: flex-start;
  color: var(--cyan) !important;
  line-height: 1;
}
.trust-item .trust-icon svg { display: block; margin: 0; }
.section-copy, .faq-list details p { color: var(--muted); }
.photo-frame { isolation: isolate; }
.photo-frame::before {
  z-index: 0;
  left: -28px;
  top: -30px;
  width: calc(100% + 28px);
  height: calc(100% + 60px);
  background: #f2f2f2;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  pointer-events: none;
}
.photo-frame .main-photo { position: relative; z-index: 1; }
.experience-badge { z-index: 2; background: #222; }
.container.center-heading { margin-inline: auto; }
.center-heading .section-copy { margin-inline: 0; }
body[data-page="quem-somos"] .services-section .center-heading { max-width: none; }
body[data-page="quem-somos"] .services-section .section-heading { max-width: 880px; }
body[data-page="quem-somos"] .services-section .section-copy { max-width: 780px; }
.page-hero .eyebrow, .services-section .eyebrow, .contact-card .eyebrow { color: var(--gold-2); }
.page-hero .eyebrow::before, .services-section .eyebrow::before, .contact-card .eyebrow::before { background: var(--gold-2); }
.services-section .section-copy, .service-card p, .cta-band p,
.professional-card span, .feature-band-head p, .blue-feature-grid span,
.contact-person span, .breadcrumbs, .site-footer { color: #d0d0d0; }
.services-section .benefit { background: #fff; }
.service-grid { align-items: stretch; }
.service-card { justify-content: flex-start; }
.service-card img { position: static; height: 250px; flex: 0 0 250px; }
.service-card-content { flex: 1; min-height: 280px; }
.cta-inner > .button { flex-shrink: 0; text-align: center; }
.blue-feature-grid a { background: #303030; }
.blue-feature-grid a:hover { background: var(--cyan); }
.real-work-section { position: relative; overflow: hidden; padding-block: 120px; background: #171717; color: #fff; }
.real-work-section::before { content: ""; position: absolute; right: -120px; top: 70px; width: 380px; height: 380px; border: 2px solid #c8202b22; border-radius: 50%; box-shadow: 0 0 0 70px #c8202b0a; }
.real-work-head, .partners-head { position: relative; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.7fr); align-items: end; gap: 70px; margin-bottom: 48px; }
.real-work-head .section-heading { max-width: 760px; margin-bottom: 0; color: #fff; }
.real-work-head .section-copy { color: #c8c8c8; }
.work-gallery-grid { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.work-photo { min-width: 0; margin: 0; overflow: hidden; background: #242424; }
.work-photo--wide { grid-column: span 2; }
.work-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.work-photo--wide img { aspect-ratio: 8/5; }
.work-photo:nth-child(2) img { object-position: 55% center; }
.work-photo:nth-child(4) img { object-position: 58% center; }
.work-photo:nth-child(7) img { object-position: 35% center; }
.work-photo:hover img { transform: scale(1.035); filter: contrast(1.04); }
.work-photo figcaption { min-height: 92px; display: grid; align-content: center; gap: 3px; padding: 18px 20px; border-top: 3px solid var(--cyan); }
.work-photo figcaption b { font-size: .98rem; }
.work-photo figcaption span { color: #aeb0b2; font-size: .78rem; }
.partners-section { overflow: hidden; padding-block: 105px 110px; background: #fff; }
.partners-head { margin-bottom: 42px; }
.partners-head .section-heading { max-width: 760px; margin-bottom: 0; }
.partners-marquee { position: relative; width: 100%; overflow-x: auto; overflow-y: hidden; padding-block: 12px; cursor: grab; scrollbar-width: none; touch-action: pan-y; user-select: none; }
.partners-marquee::-webkit-scrollbar { display: none; }
.partners-marquee.is-dragging { cursor: grabbing; }
.partners-track { display: flex; width: max-content; gap: 18px; }
.partners-track.is-ready { animation: partners-scroll 48s linear infinite; will-change: transform; }
.partners-marquee.is-dragging .partners-track { animation-play-state: paused; }
.partners-set { display: flex; gap: 18px; }
.partner-logo { width: 190px; height: 112px; flex: none; display: grid; place-items: center; overflow: hidden; padding: 20px; border: 1px solid #e4e4e4; background: #fff; transition: border-color .25s ease, transform .25s ease; }
.partner-logo:hover { border-color: #c8202b66; transform: translateY(-3px); }
.partner-logo img { display: block; width: auto; height: auto; max-width: 100%; max-height: 70px; pointer-events: none; -webkit-user-drag: none; object-fit: contain; filter: grayscale(.2) contrast(1.08); opacity: 1; transition: filter .25s ease, opacity .25s ease; }
.partner-logo:hover img { filter: grayscale(0); opacity: 1; }
@keyframes partners-scroll { to { transform: translateX(calc(-50% - 9px)); } }
.testimonial { background: #f6f6f6; }
.page-hero::before { background: linear-gradient(90deg, #111111f7, #111111c2 53%, #1111112e), var(--page-image) center/cover no-repeat; }
.page-hero::after { border-color: #ffffff0d; }
.page-hero h1 { overflow-wrap: anywhere; }
.breadcrumbs { flex-wrap: wrap; }
.side-links a:hover, .side-links a[aria-current="page"] { background: var(--cyan); }
.process-item { background: #f5f5f5; }
.contact-grid { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); }
.contact-grid > *, .form-row > *, .field { min-width: 0; }
.contact-person a, .footer-links a { overflow-wrap: anywhere; }
.field input, .field select, .field textarea { min-width: 0; background: #fafafa; font: inherit; }
.field input:focus, .field select:focus, .field textarea:focus { box-shadow: 0 0 0 3px #c8202b20; }
.footer-logo { width: 160px; height: 140px; object-fit: contain; }
.whatsapp-float { background: #25d366; box-shadow: 0 10px 28px #128c4a4d; }
.whatsapp-float:hover { background: #1ebc59; }
.whatsapp-float::before { content: none; }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
body[data-page="contato"] .page-hero { min-height: 300px; }
body[data-page="contato"] .page-hero-inner { padding-block: 48px; }
body[data-page="contato"] main > .section { position: relative; padding-block: 58px; overflow: hidden; }
body[data-page="contato"] main > .section::before { content: ""; position: absolute; right: -120px; top: 10%; width: 360px; height: 360px; border: 2px solid #c8202b12; border-radius: 50%; box-shadow: 0 0 0 48px #c8202b08, 0 0 0 96px #00000005; }
body[data-page="contato"] .contact-card,
body[data-page="contato"] .contact-form { position: relative; padding: 30px; }
body[data-page="contato"] .contact-card h2,
body[data-page="contato"] .contact-form h2 { font-size: 1.85rem; line-height: 1.25; text-wrap: balance; }
body[data-page="contato"] .contact-list { gap: 6px; margin-top: 18px; }
body[data-page="contato"] .contact-person { padding: 11px 0; }
body[data-page="contato"] .contact-person span { margin-block: 1px 5px; }
body[data-page="contato"] .contact-form { gap: 11px; }
body[data-page="contato"] .contact-form .section-copy { font-size: .9rem; line-height: 1.65; }
body[data-page="contato"] .field { gap: 5px; }
body[data-page="contato"] .field input,
body[data-page="contato"] .field select,
body[data-page="contato"] .field textarea { padding: 10px 12px; }
body[data-page="contato"] .field textarea { min-height: 88px; }
body[data-page="contato"] .contact-form .button { min-height: 50px; }
.cta-band h2 { text-wrap: balance; }
@media (max-width: 1024px) {
  [data-site-header] { top: 0; }
  body.menu-open { padding-top: 80px; }
  body.menu-open [data-site-header] { position: fixed; inset: 0 0 auto; }
  .brand img { width: 180px; height: 58px; }
  .main-nav { background: #171717; visibility: hidden; }
  .main-nav.open { visibility: visible; }
  .main-nav > a, .nav-dropdown > button { padding: 14px 0; }
  .about-grid, .why-grid, .contact-grid { grid-template-columns: minmax(0,1fr); }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .page-hero h1 { font-size: clamp(2.5rem, 7.7vw, 3.5rem); }
  .section { padding-block: 76px; }
  .photo-frame::before { left: -15px; width: calc(100% + 30px); top: -20px; height: calc(100% + 40px); }
  .experience-badge { right: 0; }
  .cta-inner { padding-block: 50px; }
  .real-work-head, .partners-head { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .work-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .section-heading, .prose h2 { font-size: 2rem; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.25rem); }
  .page-hero h1 { font-size: clamp(2.15rem, 9vw, 3rem); }
  .page-hero-inner { padding-block: 55px; }
  .breadcrumbs { font-size: .7rem; letter-spacing: .025em; }
  .service-card-content { min-height: 245px; }
  .cta-band h2, .feature-band-head h2 { font-size: 2rem; }
  .button { max-width: 100%; padding-inline: 28px; }
  .contact-card h2, .contact-form h2 { font-size: 1.8rem; }
  .whatsapp-float { width: 50px; height: 50px; right: 16px; bottom: 16px; }
  .process-item { grid-template-columns: 56px 1fr; gap: 14px; padding: 18px; }
  .process-icon { width: 56px; height: 56px; }
  .process-icon svg { width: 32px; height: 32px; }
  body[data-page="contato"] main > .section { padding-block: 42px; }
  body[data-page="contato"] .contact-card,
  body[data-page="contato"] .contact-form { padding: 25px 22px; }
  body[data-page="contato"] .contact-form { gap: 9px; }
  body[data-page="contato"] .contact-form .form-row { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  body[data-page="contato"] .contact-form h2 { font-size: 1.6rem; }
  body[data-page="contato"] .contact-form .section-copy { font-size: .82rem; line-height: 1.5; }
  body[data-page="contato"] .field label { font-size: .68rem; }
  body[data-page="contato"] .field input,
  body[data-page="contato"] .field select,
  body[data-page="contato"] .field textarea { padding: 9px 10px; font-size: .88rem; }
  body[data-page="contato"] .field textarea { min-height: 76px; }
  body[data-page="contato"] .form-note { font-size: .68rem; line-height: 1.45; }
  body[data-page="contato"] .cta-band h2 { font-size: 1.7rem; }
  .real-work-section { padding-block: 76px; }
  .real-work-head, .partners-head { margin-bottom: 32px; }
  .work-gallery-grid { display: flex; width: auto; margin-right: -15px; padding-right: 15px; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .work-gallery-grid::-webkit-scrollbar { display: none; }
  .work-photo, .work-photo--wide { width: min(82vw,310px); flex: 0 0 min(82vw,310px); scroll-snap-align: start; }
  .work-photo img, .work-photo--wide img { aspect-ratio: 4/5; }
  .work-photo figcaption { min-height: 86px; }
  .partners-section { padding-block: 72px 78px; }
  .partner-logo { width: 150px; height: 94px; padding: 16px; }
}

@media (max-width: 350px) {
  body[data-page="contato"] .contact-form .form-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
