:root {
  --ink: #191916;
  --paper: #f2efe8;
  --cream: #e8e1d3;
  --orange: #ff5a1f;
  --orange-dark: #d8430e;
  --line: rgba(25, 25, 22, 0.17);
  --white: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(242, 239, 232, 0.86);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 76px;
  padding: 0 4vw;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: -0.03em;
  width: max-content;
}

.brand-mark {
  align-items: center;
  background: var(--orange);
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  height: 36px;
  justify-content: center;
  transform: rotate(-4deg);
  width: 36px;
}

.nav-links {
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 32px;
}

.nav-links a,
.text-link {
  position: relative;
}

.nav-links a::after,
.text-link::after {
  background: var(--orange);
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
  width: 100%;
}

.nav-links a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
}

.header-cta {
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
  justify-self: end;
  padding: 11px 16px;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.header-cta:hover {
  background: var(--ink);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  min-height: calc(100vh - 76px);
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  padding: 70px 5vw 56px 7vw;
}

.eyebrow {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.13em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.eyebrow span {
  background: var(--orange);
  border-radius: 100%;
  height: 7px;
  width: 7px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Unbounded", sans-serif;
  letter-spacing: -0.06em;
  line-height: 0.99;
}

h1 {
  font-size: clamp(52px, 6vw, 94px);
  margin-bottom: 31px;
}

h1 em {
  color: var(--orange);
  font-style: normal;
}

.hero-lead {
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.65;
  max-width: 650px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 30px;
  margin: 38px 0 54px;
}

.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 20px;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 54px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.button svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.button-primary {
  background: var(--orange);
  color: white;
}

.button-primary:hover,
.button-submit:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.text-link {
  font-size: 13px;
  font-weight: 800;
}

.trust-row {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  max-width: 680px;
  padding: 0;
}

.trust-row li {
  border-left: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
  padding-left: 14px;
}

.trust-row strong {
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
}

.trust-row span {
  font-size: 11px;
  margin-top: 5px;
  opacity: 0.58;
}

.hero-visual {
  align-items: center;
  background-color: var(--ink);
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  display: flex;
  justify-content: center;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.hero-visual::before,
.hero-visual::after {
  border: 1px solid rgba(255, 90, 31, 0.36);
  border-radius: 100%;
  content: "";
  height: 530px;
  position: absolute;
  width: 530px;
}

.hero-visual::after {
  height: 360px;
  width: 360px;
}

.tape {
  background: var(--orange);
  color: var(--white);
  font-family: "Unbounded", sans-serif;
  font-size: 13px;
  font-weight: 700;
  left: -8%;
  letter-spacing: 0.05em;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  width: 116%;
  z-index: 1;
}

.tape-top {
  top: 10%;
  transform: rotate(-5deg);
}

.tape-bottom {
  bottom: 9%;
  transform: rotate(7deg);
}

.dispatch-card {
  background: var(--white);
  box-shadow: 18px 18px 0 rgba(255, 90, 31, 0.92);
  max-width: 370px;
  padding: 26px;
  position: relative;
  transform: rotate(-1.5deg);
  width: 68%;
  z-index: 2;
}

.dispatch-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: space-between;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.status {
  align-items: center;
  display: flex;
  font-size: 9px;
  gap: 6px;
}

.status i {
  background: #18a76b;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.dispatch-date {
  align-items: center;
  display: flex;
  gap: 13px;
  padding: 24px 0 20px;
}

.dispatch-date .day {
  font-family: "Unbounded", sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
}

.dispatch-date > span:last-child,
.job-row > span:last-child,
.crew-row > span:last-child {
  display: flex;
  flex-direction: column;
}

.dispatch-date b,
.job-row b,
.crew-row b {
  font-size: 13px;
}

.dispatch-date small,
.job-row small,
.crew-row small {
  font-size: 10px;
  margin-bottom: 3px;
  opacity: 0.55;
}

.job-row,
.crew-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 13px;
  min-height: 68px;
}

.job-icon {
  align-items: center;
  background: var(--cream);
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.job-icon svg {
  fill: none;
  height: 25px;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 25px;
}

.avatars {
  display: flex;
  min-width: 122px;
}

.avatars span {
  align-items: center;
  background: var(--ink);
  border: 2px solid var(--white);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-size: 9px;
  font-weight: 800;
  height: 35px;
  justify-content: center;
  margin-right: -6px;
  width: 35px;
}

.avatars span:nth-child(2) { background: #595950; }
.avatars span:nth-child(3) { background: var(--orange); }
.avatars span:nth-child(4) { background: var(--cream); color: var(--ink); }

.dispatch-note {
  background: var(--ink);
  color: white;
  font-size: 9px;
  font-weight: 700;
  margin: 8px -10px -10px;
  padding: 13px;
  text-align: center;
  text-transform: uppercase;
}

.section {
  padding: 110px 7vw;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 10vw;
  grid-template-columns: 1.4fr 0.6fr;
  margin-bottom: 65px;
}

.section-heading h2,
.request h2 {
  font-size: clamp(42px, 5.2vw, 76px);
  margin: 0;
}

.section-heading p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 5px;
}

.service-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  min-height: 340px;
  padding: 25px;
  position: relative;
  transition: transform 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  z-index: 2;
}

.service-card-dark {
  background: var(--ink);
  color: white;
}

.service-card-accent {
  background: var(--orange);
  color: white;
}

.card-number {
  font-size: 11px;
  font-weight: 800;
  opacity: 0.55;
}

.card-icon {
  fill: none;
  height: 57px;
  margin: 52px 0 42px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 57px;
}

.service-card h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.service-card p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  opacity: 0.65;
}

.workflow {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 65px;
}

.workflow > div {
  align-items: center;
  display: flex;
  gap: 17px;
  min-height: 105px;
  padding: 20px 24px;
}

.workflow > div:not(:last-child) {
  border-right: 1px solid var(--line);
}

.workflow > div > span {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  height: 33px;
  justify-content: center;
  width: 33px;
}

.workflow p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.workflow b {
  font-size: 12px;
}

.workflow small {
  font-size: 10px;
  margin-top: 5px;
  opacity: 0.5;
}

.request {
  align-items: start;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 10vw;
  grid-template-columns: 0.85fr 1.15fr;
}

.request-copy {
  position: sticky;
  top: 130px;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.7);
}

.request-copy > p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.75;
  margin: 30px 0 40px;
  max-width: 500px;
}

.promise {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  display: flex;
  gap: 15px;
  padding-top: 25px;
}

.promise svg {
  background: var(--orange);
  fill: none;
  height: 40px;
  padding: 10px;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 40px;
}

.promise span {
  display: flex;
  flex-direction: column;
}

.promise b {
  font-size: 12px;
}

.promise small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  margin-top: 5px;
}

.direct-contacts {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: white;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 17px;
  transition: 0.2s ease;
  width: 100%;
}

.contact-pill:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.35);
}

.contact-pill b {
  font-size: 13px;
}

.contact-pill span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.contact-whatsapp {
  background: #1c9d5a;
  border-color: #1c9d5a;
}

.request-form {
  background: var(--white);
  color: var(--ink);
  padding: clamp(25px, 4vw, 52px);
}

.request-form label {
  display: block;
  margin-bottom: 24px;
}

.request-form label > span {
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: space-between;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.request-form label > span small {
  font-size: 9px;
  font-weight: 600;
  opacity: 0.42;
  text-transform: none;
}

.request-form input,
.request-form select,
.request-form textarea {
  background: #f3f0e9;
  border: 1px solid transparent;
  border-radius: 0;
  color: var(--ink);
  outline: none;
  padding: 15px;
  transition: border 0.2s ease, background 0.2s ease;
  width: 100%;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  background: white;
  border-color: var(--orange);
}

.request-form textarea {
  resize: vertical;
}

.form-row {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.stepper {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
}

.stepper button {
  background: var(--ink);
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 19px;
}

.stepper input {
  appearance: textfield;
  text-align: center;
}

.button-submit {
  background: var(--orange);
  color: white;
  margin-top: 4px;
  width: 100%;
}

.form-note {
  font-size: 10px;
  margin: 13px 0 0;
  opacity: 0.45;
  text-align: center;
}

footer {
  align-items: center;
  background: #0d0d0b;
  color: rgba(255, 255, 255, 0.6);
  display: grid;
  font-size: 10px;
  grid-template-columns: 1fr auto auto auto;
  padding: 30px 7vw;
}

.footer-phone {
  color: white;
  font-size: 12px;
  font-weight: 700;
  margin-left: 30px;
}

.brand-footer {
  color: white;
}

footer p {
  margin: 0;
}

footer > span:last-child {
  justify-self: end;
}

.result-dialog {
  background: var(--white);
  border: 0;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
  max-width: 570px;
  padding: 40px;
  width: calc(100% - 30px);
}

.result-dialog::backdrop {
  backdrop-filter: blur(5px);
  background: rgba(13, 13, 11, 0.72);
}

.dialog-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 16px;
  top: 12px;
}

.dialog-kicker {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.result-dialog h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  margin: 9px 0 25px;
}

.result-dialog pre {
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  padding: 20px;
  white-space: pre-wrap;
}

.copy-button {
  margin-top: 12px;
  width: 100%;
}

.dialog-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
}

.button-whatsapp {
  background: #1c9d5a;
  color: white;
}

.button-whatsapp:hover {
  background: #147d46;
}

.button-telegram {
  background: #229ed9;
  color: white;
}

.button-telegram:hover {
  background: #1684ba;
}

.button-max {
  background: #6f46e8;
  color: white;
}

.button-max:hover {
  background: #5631bf;
}

.button-outline {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
}

.messenger-note {
  font-size: 11px;
  line-height: 1.5;
  margin: 12px 0 0;
  opacity: 0.56;
  text-align: center;
}

.copy-status {
  color: #168859;
  font-size: 11px;
  font-weight: 700;
  min-height: 16px;
  text-align: center;
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 7vw; }
  .hero-visual { min-height: 630px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .request { gap: 65px; grid-template-columns: 1fr; }
  .request-copy { position: static; }
}

@media (max-width: 680px) {
  .site-header { min-height: 66px; padding: 0 20px; }
  .header-cta { font-size: 10px; padding: 10px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 65px 22px 58px; }
  h1 { font-size: 45px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; margin: 32px 0 46px; }
  .trust-row { gap: 21px; grid-template-columns: 1fr; }
  .hero-visual { min-height: 530px; }
  .dispatch-card { padding: 20px; width: 76%; }
  .dispatch-date .day { font-size: 50px; }
  .section { padding: 85px 22px; }
  .section-heading { align-items: start; gap: 25px; grid-template-columns: 1fr; margin-bottom: 45px; }
  .section-heading h2, .request h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .card-icon { margin: 36px 0 33px; }
  .workflow { grid-template-columns: 1fr; }
  .workflow > div:not(:last-child) { border-bottom: 1px solid var(--line); border-right: 0; }
  .form-row { grid-template-columns: 1fr; }
  .request-form { margin: 0 -8px; }
  footer { gap: 22px; grid-template-columns: 1fr; text-align: left; }
  .footer-phone { margin-left: 0; }
  .dialog-actions { grid-template-columns: 1fr; }
  footer > span:last-child { justify-self: start; }
  .result-dialog { padding: 32px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
