:root {
  --black: #0d0d0d;
  --black-soft: #202020;
  --wine: #400101;
  --red-dark: #730202;
  --red: #cf0018;
  --paper: #f8f8f8;
  --warm: #f1efef;
  --white: #ffffff;
  --muted: #8e8a8a;
  --line: rgba(255, 255, 255, 0.16);
  --line-dark: rgba(13, 13, 13, 0.15);
  --shell: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #ff334a;
  outline-offset: 4px;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  min-width: 0;
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 74px;
  background: var(--black-soft);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.header-inner > * {
  min-width: 0;
}

.brand img,
.footer-top > img {
  width: 160px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.site-header nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 38px;
}

.site-header nav a {
  color: #c9c5c5;
  font-size: 13px;
}

.site-header nav a:hover,
.header-whatsapp:hover {
  color: var(--white);
}

.header-whatsapp {
  justify-self: end;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.arrow-icon {
  position: relative;
  width: 11px;
  height: 11px;
  display: inline-block;
  flex: 0 0 11px;
  color: #ff233c;
}

.arrow-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.arrow-icon::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: 11px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: left center;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 15%, rgba(115, 2, 2, 0.5), transparent 34%),
    linear-gradient(108deg, #121111 0%, #070707 62%, #360000 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 145px 145px;
  mask-image: linear-gradient(to right, black, transparent 80%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -380px;
  width: 820px;
  height: 820px;
  border: 1px solid rgba(207, 0, 24, 0.28);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 68px;
  align-items: center;
  min-height: 720px;
  padding-block: 48px 46px;
}

.hero-copy {
  flex: 1 1 0;
}

.simulator-column {
  flex: 0 1 480px;
}

.hero-grid > *,
.hero-copy,
.simulator-column {
  min-width: 0;
  max-width: 100%;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--red-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}

.eyebrow.light {
  color: #ff3048;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(50px, 5.3vw, 78px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.hero h1 strong {
  color: #e5152e;
  font-weight: inherit;
}

.hero-ending,
.process-grid h2 span {
  display: block;
}

.hero-lead {
  max-width: 650px;
  margin: 34px 0 0;
  color: #ddd8d8;
  font-size: 16px;
  line-height: 1.6;
}

.hero-support {
  margin: 12px 0 0;
  color: #888383;
  font-size: 13px;
}

.simulator-column {
  scroll-margin-top: 95px;
}

.simulator-column iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 600px;
  background: var(--white);
  border: 0;
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.simulator-note {
  margin: 13px 16px 0;
  color: #9a9696;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.trust-strip {
  position: relative;
  z-index: 2;
  background: var(--white);
  border-bottom: 1px solid var(--line-dark);
}

.trust-grid {
  display: flex;
  flex-wrap: wrap;
}

.trust-grid > div {
  flex: 1 1 25%;
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-left: 1px solid var(--line-dark);
}

.trust-grid > div:last-child {
  border-right: 1px solid var(--line-dark);
}

.trust-grid span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.trust-grid strong {
  font-size: 12px;
  line-height: 1.4;
}

.section {
  padding-block: 108px;
}

.split-heading {
  display: flex;
  gap: 100px;
  align-items: start;
}

.split-heading > * {
  flex: 1 1 0;
}

.split-heading > h2,
.section-heading h2,
.about-copy h2,
.faq-intro h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
}

.split-heading h3 {
  margin: 4px 0 10px;
  font-size: 20px;
  line-height: 1.35;
}

.split-heading p,
.section-heading > p,
.parcel-copy > p,
.about-copy > p,
.faq-intro > p:not(.eyebrow) {
  color: #6e6969;
  font-size: 15px;
  line-height: 1.7;
}

.button {
  width: fit-content;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 24px;
  padding: 0 26px;
  background: var(--red);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.button:hover {
  background: #e0001b;
  transform: translateY(-2px);
}

.parcel-section {
  color: var(--white);
  background: linear-gradient(120deg, #2d0000, var(--wine) 55%, #6b0000);
}

.parcel-grid {
  display: flex;
  gap: 120px;
  align-items: center;
}

.parcel-grid > * {
  flex: 1 1 0;
}

.parcel-statement {
  padding-left: 38px;
  border-left: 1px solid rgba(255,255,255,.26);
  text-transform: uppercase;
}

.parcel-statement p {
  margin: 0 0 8px;
  color: #c9bcbc;
  font-size: 18px;
}

.parcel-statement strong {
  display: block;
  margin-bottom: 22px;
  font-size: clamp(48px, 5vw, 70px);
  letter-spacing: -0.05em;
  line-height: .93;
}

.parcel-statement .accent {
  color: #ff233c;
}

.parcel-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.parcel-copy > p:not(.eyebrow) {
  color: #d0c7c7;
}

.parcel-copy > strong {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.button-light {
  background: var(--white);
  color: var(--black);
}

.button-light:hover {
  background: #eeeaea;
}

.method-section {
  color: var(--white);
  background: var(--black);
}

.section-heading {
  display: flex;
  gap: 110px;
  align-items: end;
  margin-bottom: 60px;
}

.section-heading > * {
  flex: 1 1 0;
}

.section-heading > p {
  max-width: 440px;
}

.section-heading > p {
  margin: 0;
}

.method-heading > p {
  color: #918c8c;
}

.method-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-card {
  flex: 1 1 20%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 34px 24px 28px;
  border-left: 1px solid var(--line);
}

.method-card:last-child {
  border-right: 1px solid var(--line);
}

.method-card > span,
.service-card > span {
  color: #ff1933;
  font-size: 10px;
  font-weight: 900;
}

.method-card h3 {
  margin: auto 0 14px;
  font-size: 15px;
  font-weight: 500;
}

.method-card p {
  min-height: 66px;
  margin: 0;
  color: #858181;
  font-size: 12px;
  line-height: 1.55;
}

.method-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 28px;
}

.method-footer > p {
  max-width: 540px;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.method-footer .button {
  margin-top: 0;
}

.comparison-section {
  background: var(--warm);
}

.compact-heading {
  flex-direction: column;
  max-width: 820px;
}

.comparison-grid {
  display: flex;
  gap: 18px;
}

.comparison-grid article {
  flex: 1 1 0;
}

.comparison-grid article {
  min-height: 340px;
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--line-dark);
}

.comparison-grid article.featured {
  background: var(--wine);
  color: var(--white);
  border-color: transparent;
}

.comparison-grid article > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.comparison-grid h3 {
  max-width: 450px;
  margin: 62px 0 24px;
  font-size: 29px;
  letter-spacing: -.03em;
}

.comparison-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-grid li {
  padding: 12px 0;
  color: #777171;
  border-top: 1px solid var(--line-dark);
  font-size: 13px;
}

.comparison-grid .featured li {
  color: #ccbcbc;
  border-color: rgba(255,255,255,.18);
}

.solutions-section {
  background: var(--paper);
}

.services-grid {
  display: flex;
  gap: 16px;
}

.service-card {
  flex: 1 1 0;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line-dark);
}

.service-eyebrow {
  margin: 58px 0 14px;
  color: var(--red-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0 0 18px;
  font-size: 25px;
  line-height: 1.13;
}

.service-card > p:not(.service-eyebrow) {
  margin: 0;
  color: #777171;
  font-size: 13px;
  line-height: 1.6;
}

.text-link {
  width: fit-content;
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding-top: 28px;
  color: var(--red-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-section {
  padding-block: 118px;
  color: var(--white);
  background: linear-gradient(115deg, var(--wine), #1b0000 72%);
}

.case-grid {
  display: flex;
  gap: 120px;
  align-items: center;
}

.case-number {
  flex: .8 1 0;
}

.case-copy {
  flex: 1.2 1 0;
}

.case-number {
  padding: 40px 0 40px 46px;
  border-left: 1px solid rgba(255,255,255,.24);
}

.case-number span {
  display: block;
  color: #ff3048;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
}

.case-number strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(128px, 15vw, 210px);
  letter-spacing: -.08em;
  line-height: .8;
}

.case-number p {
  margin: 24px 0 0;
  color: #c9bdbd;
  font-size: 18px;
}

.case-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
  text-transform: uppercase;
}

.case-copy > p:not(.eyebrow, .case-disclaimer) {
  margin: 28px 0 0;
  color: #d4caca;
  font-size: 15px;
  line-height: 1.65;
}

.case-disclaimer {
  margin: 24px 0 0;
  color: #998d8d;
  font-size: 11px;
  line-height: 1.55;
}

.process-section {
  background: var(--white);
}

.process-grid {
  display: flex;
  gap: 100px;
}

.process-grid > div {
  flex: .9 1 0;
}

.process-grid > ol {
  flex: 1.1 1 0;
}

.process-grid h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .97;
  text-transform: uppercase;
}

.process-grid ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.process-grid li {
  display: flex;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-dark);
}

.process-grid li > span {
  flex: 0 0 70px;
}

.process-grid li > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.process-grid strong {
  font-size: 18px;
}

.process-grid li p {
  margin: 6px 0 0;
  color: #777171;
  font-size: 13px;
}

.about-section {
  background: var(--warm);
}

.about-grid {
  display: flex;
  gap: 80px;
  align-items: center;
}

.about-grid > * {
  flex: 1 1 0;
}

.about-grid > * {
  min-width: 0;
  max-width: 100%;
}

.team-photo img {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
}

.team-photo {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.about-copy h2 {
  font-size: clamp(44px, 4.6vw, 64px);
}

.about-copy h3 {
  margin: 34px 0 8px;
  font-size: 18px;
  line-height: 1.45;
}

.about-copy > p {
  margin: 0;
}

.contact-facts {
  display: flex;
  margin-top: 32px;
  border-top: 1px solid var(--line-dark);
}

.contact-facts > div {
  flex: 1 1 0;
}

.contact-facts > div {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 22px 24px 0 0;
}

.contact-facts > div + div {
  padding-left: 24px;
  border-left: 1px solid var(--line-dark);
}

.contact-facts span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-facts strong {
  font-size: 13px;
}

.faq-section {
  color: var(--white);
  background: var(--black);
}

.faq-grid {
  display: flex;
  gap: 110px;
}

.faq-intro {
  flex: .8 1 0;
}

.faq-list {
  flex: 1.2 1 0;
}

.faq-intro > p:not(.eyebrow) {
  color: #8f8a8a;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: #ff233c;
  font-size: 26px;
  font-weight: 300;
  transition: transform .2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 650px;
  margin: -8px 0 28px;
  color: #9d9898;
  font-size: 14px;
  line-height: 1.65;
}

.final-cta {
  padding-block: 110px;
  color: var(--white);
  text-align: center;
  background: linear-gradient(110deg, #780000, #350000 60%, #160000);
}

.final-cta .eyebrow {
  justify-content: center;
}

.final-cta h2 {
  max-width: 900px;
  margin-inline: auto;
}

.final-cta > div > p:not(.eyebrow) {
  max-width: 660px;
  margin: 28px auto 0;
  color: #d1c2c2;
  line-height: 1.65;
}

.final-cta .button {
  margin-inline: auto;
}

.planner-footer {
  padding: 60px 0 26px;
  color: var(--white);
  background: #070707;
}

.planner-page-content {
  min-height: 60vh;
}

.planner-page-content.shell {
  padding-block: 80px;
}

.admin-bar .site-header {
  top: 32px;
}

.footer-top {
  display: flex;
  gap: 46px;
  align-items: start;
  padding-bottom: 48px;
}

.footer-top > img {
  flex: 1.1 1 0;
}

.footer-top > div:nth-of-type(1) {
  flex: 1 1 0;
}

.footer-top > div:nth-of-type(2) {
  flex: 1.2 1 0;
}

.footer-top strong {
  display: block;
  margin-bottom: 12px;
  color: #ff3048;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-top p {
  margin: 5px 0;
  color: #b8b4b4;
  font-size: 12px;
  line-height: 1.45;
}

.footer-top > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-legal {
  display: flex;
  gap: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.footer-legal p:first-child {
  flex: .5 1 0;
}

.footer-legal p:last-child {
  flex: 1.5 1 0;
}

.footer-legal p {
  margin: 0;
  color: #aaa5a5;
  font-size: 10px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .header-inner {
    justify-content: space-between;
  }

  .site-header nav {
    display: none;
  }

  .hero-grid {
    flex-direction: column;
    gap: 42px;
    padding-block: 72px 54px;
  }

  .hero-grid > *,
  .split-heading > *,
  .parcel-grid > *,
  .section-heading > *,
  .case-grid > *,
  .process-grid > *,
  .about-grid > *,
  .faq-grid > * {
    width: 100%;
    flex-basis: auto;
  }

  .hero-copy {
    max-width: 760px;
  }

  .simulator-column {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .trust-grid {
    flex-direction: row;
  }

  .trust-grid > div {
    flex-basis: 50%;
  }

  .trust-grid > div:nth-child(2) {
    border-right: 1px solid var(--line-dark);
  }

  .split-heading,
  .parcel-grid,
  .case-grid,
  .process-grid,
  .about-grid,
  .faq-grid {
    flex-direction: column;
    gap: 58px;
  }

  .section-heading {
    flex-direction: column;
    gap: 24px;
  }

  .method-list {
    flex-direction: row;
  }

  .method-card {
    flex-basis: 50%;
  }

  .method-card:nth-child(even) {
    border-right: 1px solid var(--line);
  }

  .services-grid {
    flex-direction: column;
  }

  .service-card {
    min-height: 320px;
  }

  .footer-top {
    flex-wrap: wrap;
  }


  .footer-top > * {
    flex: 1 1 calc(50% - 23px) !important;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .site-header {
    height: 64px;
  }

  .brand img {
    width: 132px;
  }

  .header-whatsapp {
    font-size: 10px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    gap: 32px;
    padding-block: 16px 36px;
  }

  .simulator-column {
    order: -1;
  }

  .hero-copy {
    order: 1;
  }

  .hero h1 {
    font-size: clamp(36px, 10.8vw, 44px);
    letter-spacing: -0.045em;
    line-height: 0.98;
  }

  .hero-lead {
    margin-top: 26px;
    font-size: 15px;
  }

  .simulator-column iframe {
    height: 620px;
    border-radius: 18px;
  }

  .team-photo,
  .team-photo img {
    width: 100%;
    max-width: 100%;
  }

  .team-photo img {
    height: auto;
  }

  .button {
    width: 100%;
    max-width: 100%;
    gap: 16px;
    padding-inline: 20px;
  }

  .button,
  .text-link,
  .footer-top > a {
    align-items: center;
  }

  .trust-grid {
    flex-direction: column;
  }

  .trust-grid > div,
  .trust-grid > div:nth-child(2) {
    min-height: 72px;
    border-right: 1px solid var(--line-dark);
  }

  .section,
  .case-section {
    padding-block: 76px;
  }

  .split-heading {
    gap: 36px;
  }

  .split-heading > h2,
  .section-heading h2,
  .faq-intro h2,
  .final-cta h2,
  .parcel-copy h2,
  .process-grid h2 {
    font-size: clamp(36px, 10.6vw, 48px);
  }

  .about-copy h2 {
    font-size: clamp(32px, 9.6vw, 40px);
    letter-spacing: -0.04em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .parcel-grid {
    gap: 56px;
  }

  .parcel-statement {
    padding-left: 22px;
  }

  .parcel-statement strong {
    font-size: 48px;
  }

  .method-list,
  .comparison-grid {
    flex-direction: column;
  }

  .comparison-grid article {
    flex-basis: auto;
  }

  .method-card {
    min-height: 235px;
    border-right: 1px solid var(--line);
  }

  .method-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .comparison-grid article {
    padding: 30px;
  }

  .case-grid {
    gap: 52px;
  }

  .case-number strong {
    font-size: 138px;
  }

  .contact-facts {
    flex-direction: column;
  }

  .contact-facts > div + div {
    padding-left: 0;
    border-left: 0;
  }

  .faq-grid {
    gap: 48px;
  }

  .footer-top,
  .footer-legal {
    flex-direction: column;
    gap: 34px;
  }


  .footer-top > *,
  .footer-legal > * {
    flex: 1 1 auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
