:root {
  --ink: #142035;
  --muted: #59677a;
  --blue: #2e51a1;
  --blue-deep: #203d7d;
  --blue-pale: #eaf0fb;
  --paper: #f7f8fa;
  --line: #dce2ea;
  --white: #ffffff;
  --green: #25d366;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.brand-logo {
  display: block;
  width: 172px;
  height: auto;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { font-size: 14px; font-weight: 570; color: #39475a; transition: color .2s; }
.main-nav a:hover { color: var(--blue); }
.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  transition: .2s ease;
}
.header-cta:hover { background: var(--ink); color: white; }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 670px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 54px;
  padding: 76px 0 66px;
}
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--blue-pale); }
.hero h1 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .99;
  letter-spacing: -.055em;
  font-weight: 650;
}
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead {
  max-width: 580px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
}
.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;
  gap: 11px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 680;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 30px rgba(46,81,161,.2); }
.button-primary:hover { background: var(--blue-deep); box-shadow: 0 16px 34px rgba(46,81,161,.28); }
.button-secondary { background: white; border: 1px solid var(--line); }
.button-secondary:hover { box-shadow: 0 10px 30px rgba(20,32,53,.08); }
.hero-proof { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hero-proof div { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; }
.hero-proof strong { color: var(--blue); font-size: 10px; letter-spacing: .1em; }
.hero-proof span { color: var(--muted); font-size: 12px; line-height: 1.35; }

.hero-visual {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    radial-gradient(circle at 25% 20%, #6684c6 0, #3158a7 37%, #17316b 100%);
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: 0 30px 60px rgba(35,61,118,.18);
}
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; right: -120px; top: -120px; }
.orbit-two { width: 270px; height: 270px; left: -105px; bottom: -85px; }
.visual-label {
  position: absolute;
  z-index: 2;
  color: white;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
  opacity: .75;
}
.visual-label-top { top: 26px; left: 30px; }
.visual-label-bottom { bottom: 25px; right: 30px; }
.prosthesis-showcase {
  width: min(440px, calc(100% - 50px));
  min-height: 410px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 14px;
}
.hero-prosthesis {
  min-width: 0;
  height: 360px;
  margin: 0;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 45px rgba(7,20,53,.24);
}
.hero-prosthesis-tt { transform: translateY(28px); }
.hero-prosthesis img {
  width: min(190px, 92%);
  height: auto;
  margin-top: -34px;
  object-fit: contain;
  filter: drop-shadow(0 15px 12px rgba(20,32,53,.18));
}
.hero-prosthesis figcaption {
  position: absolute;
  inset: auto 14px 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(245,247,251,.94);
  color: var(--ink);
}
.hero-prosthesis figcaption strong,
.hero-prosthesis figcaption small { display: block; }
.hero-prosthesis figcaption strong { font-size: 12px; }
.hero-prosthesis figcaption small { margin-top: 3px; color: var(--muted); font-size: 9px; }

.trust-strip {
  min-height: 76px;
  padding: 20px 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--ink);
  color: white;
  overflow: hidden;
}
.trust-strip p { margin: 0; white-space: nowrap; font-size: 10px; font-weight: 650; letter-spacing: .16em; opacity: .82; }
.trust-strip span { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: #7493d8; }

.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
.video-story {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 110px;
  border-bottom: 1px solid var(--line);
}
.video-copy h2 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 630;
}
.video-copy > p:not(.section-kicker) {
  max-width: 520px;
  margin: 28px 0 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.video-frame {
  width: min(430px, 100%);
  justify-self: center;
  padding: 14px;
  border-radius: 30px;
  background: var(--ink);
  box-shadow: 0 28px 60px rgba(20,32,53,.2);
}
.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  background: #080d16;
  object-fit: cover;
}
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 90px; margin-bottom: 54px; }
.section-heading h2, .difference h2, .faq h2, .contact-cta h2 { margin: 0; font-size: clamp(38px, 4.3vw, 60px); line-height: 1.05; letter-spacing: -.045em; font-weight: 630; }
.section-heading > p, .difference-intro > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.solution-card { min-height: 540px; position: relative; overflow: hidden; padding: 46px; border-radius: 28px; }
.blue-card { background: var(--blue); color: white; }
.light-card { background: var(--paper); border: 1px solid var(--line); }
.solution-code { position: absolute; right: -6px; top: -48px; font-size: 210px; line-height: 1; font-weight: 800; letter-spacing: -.1em; color: rgba(255,255,255,.065); }
.light-card .solution-code { color: rgba(46,81,161,.055); }
.solution-content { position: relative; z-index: 2; max-width: 310px; }
.solution-image {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 28px;
  width: 185px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 15px rgba(8,20,49,.2));
}
.blue-card .solution-image { filter: drop-shadow(0 18px 15px rgba(8,20,49,.32)); }
.card-kicker { margin: 0 0 28px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
.solution-card h3 { max-width: 390px; margin: 0; font-size: 35px; line-height: 1.08; letter-spacing: -.035em; }
.solution-card p:not(.card-kicker) { max-width: 430px; margin: 22px 0; font-size: 14px; line-height: 1.7; opacity: .78; }
.solution-card ul { list-style: none; margin: 28px 0 34px; padding: 0; display: grid; gap: 12px; }
.solution-card li { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 540; }
.check { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 10px; }
.light-card .check { background: var(--blue-pale); color: var(--blue); }
.solution-card a { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 680; }

.difference { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; border-top: 1px solid var(--line); }
.difference-intro { position: sticky; top: 40px; align-self: start; }
.difference-intro > p:last-child { max-width: 500px; margin-top: 28px; }
.difference-list { border-top: 1px solid var(--line); }
.difference-list article { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.difference-list article > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-pale); color: var(--blue); font-size: 10px; font-weight: 750; }
.difference-list h3 { margin: 3px 0 8px; font-size: 22px; letter-spacing: -.025em; }
.difference-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.testimonials { border-top: 1px solid var(--line); }
.testimonials-heading { max-width: 760px; margin-bottom: 48px; }
.testimonials-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 60px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 630;
}
.testimonials-heading > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-grid article {
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}
.quote-mark {
  display: block;
  height: 42px;
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: .9;
}
.testimonial-grid blockquote {
  margin: 18px 0 28px;
  color: #344154;
  font-size: 15px;
  line-height: 1.75;
}
.testimonial-grid article > p {
  margin: 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.process { width: 100%; padding-left: max(24px, calc((100% - 1180px)/2)); padding-right: max(24px, calc((100% - 1180px)/2)); background: var(--paper); }
.process-heading { margin-left: auto; margin-right: auto; }
.text-link { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: var(--blue); border-bottom: 1px solid #9eb0d9; padding-bottom: 5px; font-size: 13px; font-weight: 680; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfd7e2; border-bottom: 1px solid #cfd7e2; }
.process-grid article { min-height: 315px; position: relative; padding: 30px; border-right: 1px solid #cfd7e2; }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { color: var(--blue); font-size: 10px; font-weight: 750; }
.process-icon { width: 47px; height: 47px; margin: 56px 0 30px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--blue); font-size: 18px; box-shadow: 0 8px 22px rgba(20,32,53,.06); }
.process-grid h3 { margin: 0 0 12px; font-size: 19px; letter-spacing: -.02em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq { display: grid; grid-template-columns: .65fr 1fr; gap: 100px; }
.faq-heading > p:not(.section-kicker) { max-width: 360px; margin: 22px 0 16px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 25px 0; cursor: pointer; font-size: 16px; font-weight: 630; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--blue); font-size: 18px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -5px 46px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact-cta {
  width: min(1180px, calc(100% - 48px));
  min-height: 380px;
  margin: 20px auto 0;
  padding: 72px;
  display: grid;
  grid-template-columns: 1.25fr .55fr;
  align-items: center;
  gap: 80px;
  border-radius: 32px;
  background: radial-gradient(circle at 90% 10%, rgba(139,169,232,.32), transparent 30%), var(--blue);
  color: white;
}
.contact-cta .section-kicker { color: #cbd8f4; }
.contact-cta p:not(.section-kicker) { max-width: 650px; margin: 24px 0 0; font-size: 15px; line-height: 1.7; opacity: .8; }
.contact-actions { display: grid; gap: 18px; justify-items: stretch; }
.button-white { background: white; color: var(--blue); }
.button-white:hover { box-shadow: 0 16px 34px rgba(7,20,53,.2); }
.email-link { text-align: center; font-size: 13px; color: white; opacity: .85; text-decoration: underline; text-underline-offset: 4px; }

.contact-section {
  width: min(1180px, calc(100% - 48px));
  margin: 20px auto 0;
  padding: 72px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
  gap: 78px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 4% 10%, rgba(139,169,232,.28), transparent 32%),
    var(--blue);
  color: white;
}
.contact-intro {
  position: sticky;
  top: 35px;
}
.contact-section .section-kicker { color: #cbd8f4; }
.contact-section h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 630;
}
.contact-intro > p:not(.section-kicker) {
  margin: 25px 0 32px;
  font-size: 15px;
  line-height: 1.72;
  opacity: .82;
}
.contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: 24px;
  background: white;
  color: var(--ink);
  box-shadow: 0 24px 48px rgba(7,20,53,.18);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form label:not(.consent-field):not(.website-field):not(.choice-card) {
  display: grid;
  gap: 8px;
}
.contact-form label > span,
.contact-form legend {
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .03em;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 47px;
  padding: 12px 14px;
  border: 1px solid #ccd5e1;
  border-radius: 11px;
  outline: none;
  background: #fbfcfe;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  transition: border-color .2s, box-shadow .2s;
}
.contact-form textarea { resize: vertical; min-height: 125px; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(46,81,161,.12);
}
.contact-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-form legend { margin-bottom: 10px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-card {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #ccd5e1;
  border-radius: 12px;
  background: #fbfcfe;
  cursor: pointer;
}
.choice-card input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  padding: 0;
  accent-color: var(--blue);
}
.choice-card span, .choice-card strong, .choice-card small { display: block; }
.choice-card strong { font-size: 13px; }
.choice-card small { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 500; }
.choice-card:has(input:checked) {
  border-color: var(--blue);
  background: var(--blue-pale);
  box-shadow: 0 0 0 2px rgba(46,81,161,.1);
}
.consent-field {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  cursor: pointer;
}
.consent-field input {
  width: 17px;
  min-height: 17px;
  margin: 1px 0 0;
  accent-color: var(--blue);
}
.consent-field span { line-height: 1.45; font-weight: 500 !important; }
.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-submit {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(46,81,161,.2);
  transition: transform .2s, background .2s;
}
.form-submit:hover { transform: translateY(-2px); background: var(--blue-deep); }
.form-note { margin: -5px 0 0; color: #7c8798; font-size: 10px; text-align: center; }
.form-status {
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.form-status-success { background: #e8f7ed; color: #1f6b38; }
.form-status-error { background: #fff0ee; color: #9c3026; }

footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 25px;
}
.footer-brand { align-self: start; }
.footer-logo { width: 210px; max-height: none; }
footer > p { margin: 0; justify-self: end; color: var(--muted); font-size: 12px; }
footer > div { grid-column: 1 / -1; display: flex; gap: 26px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
footer > div a { font-size: 12px; font-weight: 650; }
footer > div a:last-child { margin-left: auto; }
footer small { grid-column: 1 / -1; color: #8993a2; font-size: 10px; }
.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 17px 12px 12px;
  border: 3px solid white;
  border-radius: 999px;
  background: var(--green);
  color: #083c1a;
  box-shadow: 0 12px 30px rgba(20,32,53,.22);
  transition: transform .2s;
}
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: white; font-size: 14px; }
.floating-whatsapp b { font-size: 12px; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { max-width: 730px; }
  .hero-visual { min-height: 470px; }
  .video-story { grid-template-columns: 1fr 1fr; gap: 55px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 500px; }
  .solution-content { max-width: 60%; }
  .solution-image { width: 220px; right: 45px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 660px; }
  .difference { grid-template-columns: 1fr; gap: 55px; }
  .difference-intro { position: static; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid #cfd7e2; }
  .faq { grid-template-columns: 1fr; gap: 55px; }
  .contact-cta { grid-template-columns: 1fr; gap: 40px; }
  .contact-actions { justify-items: start; }
  .contact-section { grid-template-columns: 1fr; gap: 46px; }
  .contact-intro { position: static; }
}

@media (max-width: 680px) {
  .site-header, .hero, .section, .contact-cta, .contact-section, footer { width: min(100% - 32px, 1180px); }
  .site-header { height: 74px; gap: 12px; }
  .brand-logo { width: 142px; max-height: 56px; }
  .header-cta { padding: 11px 14px; font-size: 0; }
  .header-cta::before { content: "Falar agora"; font-size: 12px; }
  .header-cta span { font-size: 12px; }
  .hero { min-height: auto; padding: 50px 0; gap: 45px; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 13px; margin-top: 35px; }
  .hero-proof div { grid-template-columns: 28px 1fr; }
  .hero-visual { min-height: 410px; border-radius: 23px; }
  .prosthesis-showcase { width: calc(100% - 26px); min-height: 350px; gap: 8px; }
  .hero-prosthesis { height: 305px; border-radius: 18px; }
  .hero-prosthesis-tt { transform: translateY(18px); }
  .hero-prosthesis img { width: min(150px, 95%); }
  .hero-prosthesis figcaption { inset: auto 8px 8px; padding: 9px; }
  .hero-prosthesis figcaption strong { font-size: 10px; }
  .hero-prosthesis figcaption small { font-size: 8px; }
  .visual-label-bottom { display: none; }
  .trust-strip { justify-content: flex-start; overflow-x: auto; }
  .section { padding: 82px 0; }
  .video-story { grid-template-columns: 1fr; gap: 45px; }
  .video-copy h2 { font-size: 42px; }
  .video-frame { width: 100%; padding: 8px; border-radius: 22px; }
  .video-frame video { border-radius: 16px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .difference h2, .faq h2, .contact-cta h2, .testimonials-heading h2 { font-size: 36px; }
  .testimonials-heading { margin-bottom: 32px; }
  .testimonial-grid article { padding: 28px 24px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; padding: 34px 27px; }
  .solution-image { position: relative; right: auto; bottom: auto; display: block; width: 185px; margin: -16px auto 12px; }
  .solution-content { max-width: none; }
  .solution-code { font-size: 145px; }
  .solution-card h3 { font-size: 31px; }
  .difference { width: calc(100% - 32px); }
  .process { width: 100%; padding-left: 16px; padding-right: 16px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 255px; border-right: 0; border-bottom: 1px solid #cfd7e2; }
  .process-grid article:last-child { border-bottom: 0; }
  .process-icon { margin: 35px 0 25px; }
  .faq-list summary { font-size: 15px; }
  .contact-cta { padding: 48px 27px; border-radius: 24px; }
  .contact-actions { justify-items: stretch; }
  .contact-section { padding: 48px 20px; border-radius: 24px; }
  .contact-section h2 { font-size: 36px; }
  .contact-form { padding: 24px 18px; border-radius: 18px; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding-top: 55px; }
  .footer-logo { width: 190px; }
  footer > p { justify-self: start; }
  footer > div { flex-wrap: wrap; }
  footer > div a:last-child { width: 100%; margin-left: 0; }
  .floating-whatsapp { right: 12px; bottom: 12px; padding-right: 12px; }
  .floating-whatsapp b { display: none; }
}

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