@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/poppins/poppins-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/poppins/poppins-600-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/poppins/poppins-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ads-orange: #fa6400;
  --ads-ink: #17172b;
  --ads-black: #080808;
  --ads-ivory: #f5f3ef;
  --ads-line: rgba(23, 23, 43, .14);
}

.ads-landing-page {
  color: #142030;
  background: var(--ads-ivory);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
.ads-landing-page h1,
.ads-landing-page h2,
.ads-landing-page h3,
.ads-landing-page strong,
.ads-landing-page button,
.ads-landing-page input,
.ads-landing-page select,
.ads-landing-page a { font-family: "Poppins", Arial, sans-serif; }
.ads-landing-page .floating-whatsapp { right: 18px; bottom: 18px; left: auto; }
.ads-landing-page main { overflow: clip; }
.ads-landing-page .footer { padding-top: 0; }

.ads-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  min-height: 82px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.13);
  background: #071b33;
}
.ads-header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 34px;
  align-items: center;
}
.ads-header-brand { display: block; width: 132px; }
.ads-header-brand img { width: 100%; height: auto; }
.ads-header-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 42px); }
.ads-header-nav a { color: rgba(255,255,255,.76); font-size: 12.64px; font-weight: 600; letter-spacing: .02em; transition: color 150ms ease; }
.ads-header-nav a:hover { color: #fff; }
.ads-header-actions { display: flex; align-items: center; gap: 18px; }
.ads-header-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 12px; font-weight: 600; }
.ads-header-phone::first-letter { color: var(--ads-orange); }
.ads-header-cta { min-height: 46px; display: inline-flex; align-items: center; padding: 0 22px; border-radius: 10px; color: #fff; background: var(--ads-orange); font-size: 12.8px; font-weight: 700; box-shadow: 0 10px 28px rgba(250,100,0,.24); transition: background-color 150ms ease, transform 150ms ease; }
.ads-header-cta:hover { background: #e85d00; transform: translateY(-2px); }
.ads-header-toggle { width: 46px; height: 46px; display: none; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; color: #fff; background: transparent; cursor: pointer; }
.ads-header-toggle span { width: 18px; height: 1px; display: block; margin: 5px auto; background: currentColor; transition: transform 150ms ease; }
.ads-header.is-open .ads-header-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
.ads-header.is-open .ads-header-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
.ads-mobile-nav-actions { display: none; }
.ads-kicker,
.ads-card-label {
  margin: 0;
  color: var(--ads-orange);
  font-size: 11.2px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ads-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  padding: 132px 0 66px;
  color: #fff;
  background: #071b33;
}
.ads-hero-media,
.ads-hero-overlay { position: absolute; inset: 0; }
.ads-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.ads-hero-overlay {
  background: linear-gradient(90deg, rgba(7,27,51,.96) 0%, rgba(7,27,51,.82) 51%, rgba(7,27,51,.5) 100%), linear-gradient(0deg, rgba(7,27,51,.66), transparent 54%);
}
.ads-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .72fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: center;
}
.ads-hero-copy { max-width: 720px; }
.ads-hero-copy > .ads-kicker {
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  letter-spacing: .11em;
}
.ads-hero h1 {
  max-width: 620px;
  margin: 26px 0 26px;
  font-size: clamp(4rem, 5.8vw, 74.24px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.ads-hero-lead { max-width: 570px; margin: 0; color: rgba(255,255,255,.72); font-size: 16.8px; line-height: 1.8; }
.ads-check-list { display: grid; gap: 11px; margin: 30px 0 0; padding: 0; list-style: none; }
.ads-check-list li { position: relative; padding-left: 27px; color: rgba(255,255,255,.88); font-size: 14px; }
.ads-check-list li::before { position: absolute; top: .24em; left: 0; width: 16px; height: 16px; display: grid; place-items: center; border: 1px solid var(--ads-orange); border-radius: 50%; color: var(--ads-orange); content: "✓"; font-size: 9px; }
.ads-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.ads-review-signals { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 24px; }
.ads-review-signals > div { display: flex; align-items: center; gap: 10px; padding-right: 26px; border-right: 1px solid rgba(255,255,255,.2); }
.ads-review-signals > div:last-child { padding-right: 0; border-right: 0; }
.ads-review-signals img { width: 30px; height: 30px; }
.ads-review-signals i { width: 30px; height: 30px; display: grid; place-items: center; color: #82df98; font-size: 23px; font-style: normal; }
.ads-review-signals span { display: grid; gap: 1px; }
.ads-review-signals strong { color: #fff; font-size: 12px; font-weight: 600; }
.ads-review-signals b { color: #f6bd18; letter-spacing: .05em; }
.ads-review-signals small { color: rgba(255,255,255,.58); font-size: 9px; }

.ads-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 13.6px;
  font-weight: 700;
  cursor: pointer;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.ads-button:hover { transform: translateY(-2px); }
.ads-button:active { transform: scale(.96); }
.ads-button:focus-visible { outline: 3px solid rgba(250,100,0,.38); outline-offset: 3px; }
.ads-button-primary { color: #fff; background: var(--ads-orange); }
.ads-button-primary:hover { background: #e85d00; }
.ads-button-quiet { border-color: rgba(255,255,255,.42); color: #fff; background: rgba(8,8,8,.25); }
.ads-button-quiet:hover { border-color: #fff; background: rgba(8,8,8,.55); }
.ads-button-light { color: var(--ads-ink); background: #fff; }
.ads-button-light:hover { background: #f1ede8; }

.ads-lead-card {
  padding: clamp(30px, 3.2vw, 40px);
  outline: 1px solid rgba(7,27,51,.08);
  border-radius: 28px;
  color: #071b33;
  background: rgba(255,255,255,.97);
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
}
.ads-lead-card h2 { margin: 12px 0; font-size: 28.16px; font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.ads-lead-card > p:not(.ads-card-label) { margin: 0; color: rgba(20,32,48,.68); font-size: 14.4px; line-height: 1.65; }
.ads-lead-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 12px; margin-top: 28px; }
.ads-lead-card label { display: grid; gap: 7px; color: #142030; font-size: 10.8px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.ads-lead-card label:nth-of-type(n+3),
.ads-lead-card button,
.ads-lead-card small { grid-column: 1 / -1; }
.ads-lead-card input,
.ads-lead-card select {
  min-width: 0;
  min-height: 54px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid rgba(20,32,48,.14);
  border-radius: 11px;
  outline: 0;
  color: #142030;
  background: #f8f8f8;
  font-size: 14.4px;
  text-transform: none;
}
.ads-lead-card input:focus,
.ads-lead-card select:focus { border-color: var(--ads-orange); box-shadow: 0 0 0 3px rgba(250,100,0,.14); }
.ads-lead-card button { width: 100%; margin-top: 3px; }
.ads-lead-card small { color: rgba(20,32,48,.5); font-size: 10px; line-height: 1.5; }

.ads-proof { border-bottom: 1px solid var(--ads-line); background: #fff; }
.ads-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ads-proof-grid > div { min-height: 152px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 24px 32px; border-right: 1px solid var(--ads-line); }
.ads-proof-grid > div:first-child { padding-left: 0; }
.ads-proof-grid > div:last-child { border-right: 0; }
.ads-proof-grid strong { color: var(--ads-orange); font-size: 29px; line-height: 1; }
.ads-proof-grid span { color: #66645f; font-size: 13px; line-height: 1.45; }

.ads-section { padding: clamp(88px, 9vw, 144px) 0; }
.ads-section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .65fr); gap: clamp(50px, 10vw, 150px); align-items: end; margin-bottom: 62px; }
.ads-section-heading h2,
.ads-services h2,
.ads-faq h2,
.ads-review-heading h2 {
  max-width: 790px;
  margin: 18px 0 0;
  font-size: clamp(3rem, 4.4vw, 56.32px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.ads-section-heading > p,
.ads-services header > p,
.ads-faq header > p { margin: 0; color: #66645f; font-size: 15px; line-height: 1.75; }

.ads-fit { background: var(--ads-ivory); }
.ads-fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ads-fit-grid article { min-height: 390px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--ads-line); border-radius: 10px; background: #fff; }
.ads-fit-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ads-line); border-radius: 50%; color: var(--ads-orange); font-size: 11px; }
.ads-fit-grid .ads-card-label { margin-top: auto; }
.ads-fit-grid h3 { margin: 12px 0 16px; font-size: 26px; font-weight: 700; line-height: 1.08; }
.ads-fit-grid article > p:last-child { margin: 0; color: #66645f; font-size: 14px; line-height: 1.65; }
.ads-fit-grid article.is-accent { color: #fff; border-color: var(--ads-orange); background: var(--ads-orange); }
.ads-fit-grid article.is-accent > span { color: #fff; border-color: rgba(255,255,255,.44); }
.ads-fit-grid article.is-accent .ads-card-label,
.ads-fit-grid article.is-accent > p:last-child { color: #fff; }

.ads-services { color: #fff; background: var(--ads-black); }
.ads-services-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(70px, 10vw, 160px); }
.ads-services header { align-self: start; position: sticky; top: 120px; }
.ads-services header > p { max-width: 440px; margin-top: 28px; color: rgba(255,255,255,.58); }
.ads-text-link { display: inline-flex; gap: 24px; margin-top: 30px; color: #fff; font-size: 14px; font-weight: 700; }
.ads-text-link span { color: var(--ads-orange); }
.ads-service-list { border-top: 1px solid rgba(255,255,255,.16); }
.ads-service-list a { min-height: 94px; display: grid; grid-template-columns: 44px 1fr 24px; gap: 16px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); transition: padding-left 150ms ease, background-color 150ms ease; }
.ads-service-list a:hover { padding-left: 15px; background: rgba(255,255,255,.05); }
.ads-service-list span,
.ads-service-list i { color: var(--ads-orange); font-size: 11px; font-style: normal; }
.ads-service-list strong { font-size: clamp(18px, 2.2vw, 27px); font-weight: 700; }

.ads-process { background: #fff; }
.ads-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--ads-line); border-left: 1px solid var(--ads-line); list-style: none; }
.ads-process-grid li { min-height: 310px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--ads-line); border-bottom: 1px solid var(--ads-line); }
.ads-process-grid span { color: var(--ads-orange); font-size: 11px; }
.ads-process-grid h3 { margin: auto 0 16px; font-size: 26px; font-weight: 700; }
.ads-process-grid p { margin: 0; color: #66645f; font-size: 13px; line-height: 1.7; }

.ads-reviews { background: var(--ads-ivory); }
.ads-review-heading { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: 58px; }
.ads-google-mark { display: flex; gap: 12px; align-items: center; color: #66645f; font-size: 13px; }
.ads-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ads-review-grid article { min-height: 385px; display: flex; flex-direction: column; padding: 34px; outline: 1px solid var(--ads-line); border-radius: 10px; background: #fff; }
.ads-review-grid blockquote { margin: 50px 0 30px; font-size: 20px; line-height: 1.55; }
.ads-review-grid footer { display: grid; gap: 4px; margin-top: auto; }
.ads-review-grid small { color: #77746f; }
.ads-review-grid article.is-accent { color: #fff; outline-color: var(--ads-orange); background: var(--ads-orange); }
.ads-review-grid article.is-accent small { color: rgba(255,255,255,.72); }

.ads-faq { color: #fff; background: var(--ads-black); }
.ads-faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(70px, 10vw, 160px); }
.ads-faq header > p:last-child { max-width: 430px; margin-top: 28px; color: rgba(255,255,255,.58); }
.ads-faq-list { border-top: 1px solid rgba(255,255,255,.18); }
.ads-faq-list details { border-bottom: 1px solid rgba(255,255,255,.18); }
.ads-faq-list summary { min-height: 82px; display: grid; grid-template-columns: 1fr 28px; gap: 20px; align-items: center; cursor: pointer; font-size: 17px; font-weight: 650; list-style: none; }
.ads-faq-list summary::-webkit-details-marker { display: none; }
.ads-faq-list summary span { color: var(--ads-orange); font-size: 22px; font-weight: 400; transition: transform 150ms ease; }
.ads-faq-list details[open] summary span { transform: rotate(45deg); }
.ads-faq-list details p { max-width: 720px; margin: -4px 54px 26px 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.75; }

.ads-final-cta { padding: clamp(78px, 8vw, 126px) 0; background: var(--ads-orange); }
.ads-final-cta .shell { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .6fr); gap: clamp(60px, 10vw, 160px); align-items: end; }
.ads-final-cta { color: #fff; }
.ads-final-cta .ads-kicker { color: #fff; }
.ads-final-cta h2 { max-width: 780px; margin: 18px 0 0; color: #fff; font-size: clamp(3.4rem, 6vw, 6.5rem); font-weight: 700; line-height: .94; letter-spacing: -.06em; }
.ads-final-cta p { margin: 0 0 28px; color: #fff; font-size: 15px; line-height: 1.7; }

@media (max-width: 1000px) {
  .ads-header-inner { grid-template-columns: 150px 1fr auto; gap: 18px; }
  .ads-header-nav { gap: 18px; }
  .ads-header-phone span { display: none; }
  .ads-hero { min-height: 0; padding-bottom: 70px; }
  .ads-hero-layout,
  .ads-services-layout,
  .ads-faq-layout { grid-template-columns: 1fr; }
  .ads-hero-copy { max-width: 760px; }
  .ads-lead-card { max-width: 650px; }
  .ads-proof-grid { grid-template-columns: 1fr 1fr; }
  .ads-proof-grid > div:nth-child(2) { border-right: 0; }
  .ads-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--ads-line); }
  .ads-proof-grid > div:first-child { padding-left: 32px; }
  .ads-section-heading { grid-template-columns: 1fr; gap: 28px; }
  .ads-fit-grid { grid-template-columns: 1fr; }
  .ads-fit-grid article { min-height: 300px; }
  .ads-services header { position: static; }
  .ads-process-grid { grid-template-columns: 1fr 1fr; }
  .ads-review-grid { grid-template-columns: 1fr; }
  .ads-review-grid article { min-height: 300px; }
  .ads-final-cta .shell { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 640px) {
  .ads-header { min-height: 82px; }
  .ads-header-inner { min-height: 82px; grid-template-columns: 1fr auto; gap: 12px; }
  .ads-header-brand { width: 105px; }
  .ads-header-nav {
    position: fixed;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-content: start;
    overflow-y: auto;
    padding: 26px 18px max(26px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255,255,255,.12);
    background: #071b33;
    box-shadow: 0 20px 45px rgba(0,0,0,.24);
  }
  .ads-header.is-open .ads-header-nav { display: grid; gap: 0; }
  .ads-header-nav > a {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.14);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  .ads-header-nav > a::after { color: var(--ads-orange); content: "↗"; font-size: 13px; }
  .ads-mobile-nav-actions { display: grid; gap: 12px; margin-top: 30px; }
  .ads-mobile-nav-actions a {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
  }
  .ads-mobile-nav-actions .ads-mobile-nav-cta { justify-content: space-between; padding: 0 20px; border-color: var(--ads-orange); background: var(--ads-orange); }
  .ads-landing-page.ads-menu-open { height: 100dvh; overflow: hidden; }
  .ads-header-actions { display: none; }
  .ads-header-toggle { display: block; }
  .ads-hero { padding: 142px 0 48px; }
  .ads-hero-media img { object-position: 61% center; }
  .ads-landing-page { font-size: 15px; line-height: 1.65; }
  .ads-hero-overlay { background: linear-gradient(90deg, rgba(7,27,51,.96), rgba(7,27,51,.7)), linear-gradient(0deg, rgba(7,27,51,.82), transparent 60%); }
  .ads-hero h1 { margin-top: 18px; font-size: 52.26px; line-height: 1.08; letter-spacing: -.035em; }
  .ads-hero-lead { font-size: 15.2px; line-height: 1.8; }
  .ads-hero-actions { flex-direction: column; align-items: stretch; }
  .ads-review-signals { gap: 14px; }
  .ads-review-signals > div { padding-right: 14px; }
  .ads-button { width: 100%; }
  .ads-lead-card { margin-top: 14px; padding: 26px 18px; border-radius: 20px; }
  .ads-lead-card form { grid-template-columns: 1fr; }
  .ads-lead-card h2 { font-size: 24.8px; line-height: 1.08; }
  .ads-lead-card label,
  .ads-lead-card label:nth-of-type(n+3),
  .ads-lead-card button,
  .ads-lead-card small { grid-column: 1; }
  .ads-proof-grid { grid-template-columns: 1fr; }
  .ads-proof-grid > div { min-height: 118px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--ads-line); }
  .ads-proof-grid > div:first-child { padding-left: 0; }
  .ads-section-heading { margin-bottom: 42px; }
  .ads-section-heading h2,
  .ads-services h2,
  .ads-faq h2,
  .ads-review-heading h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .ads-fit-grid article { min-height: 325px; padding: 24px; }
  .ads-service-list a { min-height: 86px; grid-template-columns: 32px 1fr 18px; gap: 10px; }
  .ads-process-grid { grid-template-columns: 1fr; }
  .ads-process-grid li { min-height: 245px; }
  .ads-review-heading { grid-template-columns: 1fr; }
  .ads-review-grid article { min-height: 340px; padding: 28px 24px; }
  .ads-faq-list summary { min-height: 92px; font-size: 15px; }
  .ads-final-cta h2 { font-size: clamp(3rem, 13vw, 4.6rem); }
  .ads-landing-page .floating-whatsapp { right: 18px; bottom: 18px; left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .ads-button,
  .ads-service-list a,
  .ads-faq-list summary span { transition: none; }
}
