/* =========================================================
   SELF-HOSTED FONTS — Archivo + Inter + JetBrains Mono
   (woff2, latin). Files live in /fonts/. Replaces the old
   Google Fonts CDN <link>. See the curl list to fetch them.
   ========================================================= */
/* Archivo (display) */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/archivo-500.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/archivo-600.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/archivo-700.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/archivo-800.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/archivo-900.woff2") format("woff2");
}
/* Inter (body) */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter-700.woff2") format("woff2");
}
/* JetBrains Mono (mono accents) */
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-400.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-500.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-600.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --bg: #ffffff;
  --bg-2: #f4f6f8;
  --bg-3: #e8ebf0;
  --surface: #ffffff;
  --ink: #15171c;
  --ink-2: #454b57;
  --muted: #6e7480;
  --faint: #a6acb6;
  --line: rgba(21, 23, 28, 0.1);
  --line-2: rgba(21, 23, 28, 0.18);
  --amber: #f5b21a;
  --amber-2: #ffc53d;
  --amber-deep: #b97d08;
  --amber-soft: rgba(245, 178, 26, 0.15);
  --red: #e5402e;
  --green: #34c759;
  --fd: "Archivo", sans-serif;
  --fb: "Inter", sans-serif;
  --fm: "JetBrains Mono", monospace;
  --nav-h: 74px;
  --eo: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --es: cubic-bezier(0.34, 1.56, 0.64, 1);
  --sh: 0 24px 60px rgba(21, 23, 28, 0.14);
  --sh-m: 0 16px 36px rgba(21, 23, 28, 0.1);
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--ink-2);
  font-family: var(--fb);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--amber);
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: var(--amber-2);
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
}
.section {
  padding: 116px 0;
}
.ph {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #eef0f4, #e2e5eb);
}
.ph::after {
  content: "\002699";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 3rem;
  color: rgba(245, 178, 26, 0.18);
}
.ph img {
  position: relative;
  z-index: 1;
  transition: opacity 0.6s, transform 0.8s var(--eo);
}
.ph img.imgfail {
  opacity: 0;
}
.eyebrow {
  font-family: var(--fm);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-deep);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eyebrow::before {
  content: "//";
  color: var(--amber-deep);
  font-weight: 700;
}
.center .eyebrow {
  justify-content: center;
}
.s-title {
  font-family: var(--fd);
  font-weight: 800;
  font-size: clamp(2.1rem, 4.8vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 16px 0 0;
}
.s-title .a {
  color: var(--amber);
}
.s-lead {
  color: var(--muted);
  font-size: 1.06rem;
  max-width: 560px;
  margin-top: 18px;
}
.center {
  text-align: center;
}
.center .s-lead {
  margin-left: auto;
  margin-right: auto;
}
/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--fd);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 26px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s,
    border-color 0.2s, color 0.2s;
}
.btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
}
.btn-amber {
  background: var(--amber);
  color: #14161a;
  border-color: var(--amber);
}
.btn-amber:hover {
  background: var(--amber-2);
  border-color: var(--amber-2);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(245, 178, 26, 0.3);
}
.btn-out {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-2);
}
.btn-out:hover {
  border-color: var(--amber);
  color: var(--amber);
  transform: translateY(-2px);
}
.btn-lg {
  padding: 16px 32px;
  font-size: 0.94rem;
}
/* nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.nav.scrolled {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 30px rgba(21, 23, 28, 0.07);
}
.nav-in {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
}
.brand svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.brand .bn {
  font-family: var(--fd);
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 1;
}
.brand .bn em {
  font-style: normal;
  color: var(--amber);
}
.nav-links {
  display: flex;
  gap: 1.7rem;
  list-style: none;
  margin-left: auto;
}
.nav-links a {
  font-family: var(--fm);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--eo);
}
.nav-links a:hover {
  color: var(--ink);
}
.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fd);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink);
}
.nav-phone svg {
  width: 16px;
  height: 16px;
  stroke: var(--amber);
  stroke-width: 2;
  fill: none;
}
.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
}
.burger span {
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transition: 0.3s;
}
.burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
/* hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--nav-h);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  transform: scale(1.06);
  transition: transform 9s ease;
}
.hero:hover .hero-bg img {
  transform: scale(1.12);
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.9) 42%,
    rgba(255, 255, 255, 0.62) 70%,
    rgba(255, 255, 255, 0.38) 100%
  );
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(
    ellipse at 15% 60%,
    rgba(245, 178, 26, 0.12),
    transparent 55%
  );
}
.hero-in {
  position: relative;
  z-index: 3;
  max-width: 1220px;
  margin: 0 auto;
  padding: 90px 30px;
  width: 100%;
}
.hero-in > * {
  max-width: 640px;
}
.hero-tag {
  font-family: var(--fm);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-tag::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--amber);
}
.hero h1 {
  font-family: var(--fd);
  font-weight: 800;
  font-size: clamp(2.7rem, 6.6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--ink);
}
.hero h1 .a {
  color: var(--amber);
}
.hero .lead {
  font-size: 1.16rem;
  color: var(--ink-2);
  margin: 22px 0 32px;
  max-width: 500px;
  line-height: 1.6;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  margin-top: 40px;
}
.htr {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fm);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: var(--ink-2);
}
.htr svg {
  width: 16px;
  height: 16px;
  stroke: var(--amber);
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
}
/* strip */
.strip {
  background: var(--amber);
  overflow: hidden;
  padding: 14px 0;
  position: relative;
  z-index: 5;
}
.strip-track {
  display: flex;
  white-space: nowrap;
  animation: marq 28s linear infinite;
}
.strip-track span {
  font-family: var(--fd);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #14161a;
  padding: 0 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
}
.strip-track span::after {
  content: "\002022";
  opacity: 0.5;
}
/* services */
.services {
  background: var(--bg-2);
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 3.4rem;
}
.svc {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 2.1rem 1.9rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.svc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--eo);
}
.svc:hover {
  transform: translateY(-4px);
  border-color: var(--line-2);
  box-shadow: var(--sh-m);
}
.svc:hover::before {
  transform: scaleX(1);
}
.svc-num {
  font-family: var(--fm);
  font-size: 0.68rem;
  color: var(--amber-deep);
  letter-spacing: 0.1em;
  position: absolute;
  top: 1.6rem;
  right: 1.7rem;
}
.svc-ic {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: var(--amber-soft);
  color: var(--amber);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.svc-ic svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
}
.svc h3 {
  font-family: var(--fd);
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 8px;
}
.svc p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}
/* feature band */
.feature {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.feat-img {
  aspect-ratio: 4/3;
  border-radius: 14px;
  box-shadow: var(--sh);
  position: relative;
}
.feat-img .tagchip {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  font-family: var(--fm);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.92);
  color: var(--amber-deep);
  border: 1px solid var(--line);
  padding: 7px 12px;
  border-radius: 8px;
}
.feat-list {
  list-style: none;
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.feat-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink-2);
}
.feat-list .ck {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--amber-soft);
  color: var(--amber);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.feat-list .ck svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 3;
  fill: none;
}
.feat-list b {
  color: var(--ink);
  font-weight: 600;
  display: block;
  font-size: 0.98rem;
}
.feat-list span {
  font-size: 0.86rem;
  color: var(--muted);
}
/* process */
.process {
  background: var(--bg-2);
}
.proc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
  margin-top: 3.4rem;
}
.step {
  position: relative;
}
.step .n {
  font-family: var(--fd);
  font-weight: 800;
  font-size: 2.4rem;
  color: var(--amber);
  line-height: 1;
  opacity: 0.9;
}
.step .bar {
  height: 2px;
  background: var(--line);
  margin: 14px 0 16px;
  position: relative;
  overflow: hidden;
}
.step .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 44%;
  background: var(--amber);
}
.step h4 {
  font-family: var(--fd);
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 7px;
}
.step p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
}
/* about */
.about {
  background: var(--bg);
}
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-img {
  aspect-ratio: 1/1;
  border-radius: 14px;
  box-shadow: var(--sh);
}
.about-text p {
  color: var(--ink-2);
  margin-bottom: 1.1rem;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 2rem;
}
.ast {
  border-left: 2px solid var(--amber);
  padding-left: 14px;
}
.ast .n {
  font-family: var(--fd);
  font-weight: 800;
  font-size: 1.9rem;
  color: var(--ink);
  line-height: 1;
}
.ast .l {
  font-family: var(--fm);
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 5px;
}
/* brands */
.brands {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.brands-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2.6rem;
  padding: 8px 0;
}
.brands .bl {
  font-family: var(--fd);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--faint);
  transition: color 0.2s;
}
.brands .bl:hover {
  color: var(--ink);
}
.brands-label {
  text-align: center;
  font-family: var(--fm);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber-deep);
  margin-bottom: 2rem;
}
/* reviews */
.reviews {
  background: var(--bg);
}
.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 3.4rem;
}
.rev {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 2rem;
}
.rev .stars {
  color: var(--amber);
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.rev p {
  color: var(--ink-2);
  line-height: 1.65;
  margin-bottom: 1.6rem;
}
.rev .who {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rev .av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--amber-soft);
  color: var(--amber);
  display: grid;
  place-items: center;
  font-family: var(--fd);
  font-weight: 800;
  flex-shrink: 0;
}
.rev .who b {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
}
.rev .who span {
  font-family: var(--fm);
  font-size: 0.66rem;
  color: var(--muted);
  letter-spacing: 0.03em;
}
/* booking */
.book {
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
}
.book::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 50%;
  height: 140%;
  background: radial-gradient(circle, rgba(245, 178, 26, 0.1), transparent 60%);
  pointer-events: none;
}
.book-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 4rem;
  align-items: start;
  position: relative;
}
.book-info .vrow {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.book-info .vrow:last-child {
  border-bottom: none;
}
.book-info .vi {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--amber-soft);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--amber);
}
.book-info .vi svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
}
.book-info .vrow b {
  font-family: var(--fd);
  font-weight: 700;
  color: var(--ink);
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
  letter-spacing: 0.01em;
}
.book-info .vrow span {
  font-size: 0.9rem;
  color: var(--ink-2);
  display: block;
}
.breakdown {
  margin-top: 1.6rem;
  background: rgba(229, 64, 46, 0.1);
  border: 1px solid rgba(229, 64, 46, 0.3);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.breakdown .bd-ic {
  color: var(--red);
  flex-shrink: 0;
}
.breakdown .bd-ic svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.breakdown b {
  color: var(--ink);
  font-family: var(--fd);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.breakdown span {
  font-size: 0.82rem;
  color: var(--ink-2);
}
.form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 2.3rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--sh-m);
}
.form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: repeating-linear-gradient(
    45deg,
    var(--amber) 0 14px,
    #14161a 14px 28px
  );
}
.form h3 {
  font-family: var(--fd);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ink);
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.form .fh {
  font-family: var(--fm);
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 1.4rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.fg {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 1rem;
}
.fg label {
  font-family: var(--fm);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.fg input,
.fg select,
.fg textarea {
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: 9px;
  color: var(--ink);
  font-family: var(--fb);
  font-size: 0.94rem;
  padding: 12px 13px;
  outline: none;
  transition: 0.2s;
  width: 100%;
  appearance: none;
}
.fg input::placeholder,
.fg textarea::placeholder {
  color: var(--faint);
}
.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px var(--amber-soft);
}
.fg select option {
  background: #ffffff;
}
.fg select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23F5B21A' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  padding-right: 34px;
}
.fg textarea {
  resize: vertical;
  min-height: 88px;
}
.form .btn {
  width: 100%;
  justify-content: center;
}
.form-ok {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 2rem;
}
.form-ok.on {
  display: flex;
  animation: fade 0.5s var(--eo);
}
.form-ok .ic {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--amber);
  color: #14161a;
  display: grid;
  place-items: center;
  font-size: 2rem;
  box-shadow: 0 0 0 8px var(--amber-soft);
}
.form-ok h3 {
  color: var(--ink);
}
.form-ok p {
  color: var(--muted);
}
/* footer */
.footer {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 70px 0 0;
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line);
}
.footer .brand {
  margin-bottom: 14px;
}
.foot-brand p {
  font-size: 0.9rem;
  color: var(--muted);
  max-width: 280px;
  line-height: 1.6;
}
.foot-soc {
  display: flex;
  gap: 9px;
  margin-top: 16px;
}
.foot-soc a {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-family: var(--fm);
  font-size: 0.7rem;
  color: var(--ink-2);
  transition: 0.2s;
}
.foot-soc a:hover {
  border-color: var(--amber);
  color: var(--amber);
}
.foot-col h5 {
  font-family: var(--fd);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.foot-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.foot-col a,
.foot-col li {
  font-size: 0.87rem;
  color: var(--muted);
}
.foot-col a:hover {
  color: var(--amber);
}
.foot-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.4rem 0;
  font-family: var(--fm);
  font-size: 0.7rem;
  color: var(--faint);
}
/* anim */
@keyframes marq {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rv {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s var(--eo), transform 0.7s var(--eo);
}
.rv.in {
  opacity: 1;
  transform: none;
}
.d1 {
  transition-delay: 0.08s;
}
.d2 {
  transition-delay: 0.16s;
}
.d3 {
  transition-delay: 0.24s;
}
:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 2px;
  border-radius: 5px;
}
/* responsive */
@media (max-width: 1000px) {
  .feat-grid,
  .about-grid,
  .book-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .rev-grid {
    grid-template-columns: 1fr;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}
@media (max-width: 680px) {
  .section {
    padding: 80px 0;
  }
  .nav-links,
  .nav-phone {
    display: none;
  }
  .burger {
    display: flex;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    background: rgba(20, 22, 26, 0.99);
    border-top: 1px solid var(--line);
    padding: 1.8rem 30px;
    gap: 1.5rem;
    box-shadow: var(--sh-m);
  }
  .hero {
    min-height: auto;
    padding-bottom: 60px;
  }
  .hero-bg::before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.78),
      rgba(255, 255, 255, 0.96)
    );
  }
  .svc-grid {
    grid-template-columns: 1fr;
  }
  .proc-grid {
    grid-template-columns: 1fr;
  }
  .about-stats {
    grid-template-columns: 1fr 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .foot-bot {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 430px) {
  .wrap,
  .nav-in {
    padding: 0 20px;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .rv {
    opacity: 1;
    transform: none;
  }
}
