:root {
  --purple: #79057d;
  --ink: #0b080d;
  --line: #ddd7e0;
  --lime: #d8ff4f;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #17121a;
  font-family: "DM Sans", sans-serif;
  background: #fff;
  font-size: 16px;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 76px);
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font:
    800 1.02rem Manrope,
    sans-serif;
  letter-spacing: -0.04em;
}
.brand b {
  color: #bc4ef4;
}
.brand small {
  font:
    700 0.59rem DM Sans,
    sans-serif;
  letter-spacing: 0.16em;
  color: #a59da8;
  border-left: 1px solid #574d59;
  padding-left: 12px;
}
.brand-mark {
  width: 29px;
  height: 25px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  transform: rotate(35deg);
}
.brand-mark i {
  display: block;
  width: 5px;
  background: #fff;
  border-radius: 6px;
}
.brand-mark i:nth-child(1) {
  height: 9px;
}
.brand-mark i:nth-child(2) {
  height: 16px;
}
.brand-mark i:nth-child(3) {
  height: 23px;
  background: #b946ec;
}
.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.94rem;
  font-weight: 600;
}
.nav > a:not(.nav-cta) {
  opacity: 0.75;
}
.nav > a:hover {
  opacity: 1;
}
.nav-cta {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  display: flex;
  gap: 16px;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px;
}
.hero {
  height: 88vh;
  min-height: 730px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(5, 4, 8, 0.98),
      rgba(8, 5, 14, 0.91) 42%,
      rgba(9, 4, 17, 0.16) 72%
    ),
    linear-gradient(0deg, rgba(7, 3, 10, 0.7), transparent 40%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(790px, 84%);
  margin-left: clamp(22px, 8vw, 130px);
  padding-top: 55px;
}
.eyebrow,
.kicker {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c9c0ce;
}
.eyebrow span {
  width: 27px;
  height: 2px;
  background: #ae41e3;
}
.hero h1,
.section h2,
.network h2,
.quote h2 {
  font:
    800 clamp(3.5rem, 7.5vw, 7.3rem)/0.92 Manrope,
    sans-serif;
  letter-spacing: -0.07em;
  margin: 26px 0;
}
.hero h1 em,
.section h2 em {
  font-style: normal;
  color: #b946eb;
}
.hero p {
  font-size: 1.15rem;
  line-height: 1.68;
  max-width: 650px;
  color: #d2ccd6;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 16px 24px;
  border-radius: 3px;
  font-weight: 700;
  transition: 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--purple);
}
.button-glass {
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
}
.network-state {
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: 42px;
  z-index: 3;
  padding: 14px 18px 14px 45px;
  background: rgba(9, 6, 12, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  border-radius: 3px;
  display: grid;
}
.network-state strong {
  font-size: 0.88rem;
}
.network-state small {
  color: #9e96a2;
  margin-top: 3px;
}
.pulse {
  width: 9px;
  height: 9px;
  background: #b6ef48;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 23px;
  box-shadow: 0 0 0 6px rgba(182, 239, 72, 0.13);
}
.proof {
  background: var(--ink);
  border-top: 1px solid #25202a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(25px, 5vw, 80px);
  padding: 27px clamp(22px, 5vw, 76px);
  flex-wrap: wrap;
}
.proof span {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: #746c79;
}
.proof strong {
  font: 700 1rem Manrope;
  color: #c7c0ca;
}
.section {
  padding: clamp(80px, 10vw, 145px) clamp(22px, 8vw, 130px);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: end;
}
.kicker {
  color: var(--purple);
}
.section h2,
.network h2,
.quote h2 {
  font-size: clamp(2.8rem, 5.2vw, 5.2rem);
  margin: 20px 0 0;
}
.section-heading > p {
  line-height: 1.75;
  color: #675e6b;
  max-width: 490px;
}
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 70px;
}
.tiers article {
  position: relative;
  border: 1px solid var(--line);
  padding: 34px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
}
.tiers article.featured {
  background: var(--purple);
  color: #fff;
  border-color: var(--purple);
  transform: translateY(-12px);
  box-shadow: 0 25px 70px rgba(121, 5, 125, 0.2);
}
.popular {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--lime);
  color: #222318;
  padding: 8px 13px;
  font-size: 0.67rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tier-label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.69rem;
  font-weight: 700;
  color: #817684;
}
.featured .tier-label {
  color: #ddbce2;
}
.tier-speed {
  display: flex;
  align-items: flex-end;
  margin: 50px 0 28px;
}
.tier-speed b {
  font: 800 clamp(4.5rem, 7vw, 7rem)/0.76 Manrope;
  letter-spacing: -0.1em;
}
.tier-speed small {
  font: 700 1.1rem Manrope;
  margin-left: 10px;
}
.tiers p {
  color: #685f6b;
  line-height: 1.65;
}
.featured p {
  color: #ead9ec;
}
.tiers ul {
  padding: 22px 0 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.featured ul {
  border-color: rgba(255, 255, 255, 0.24);
}
.tiers li {
  padding: 7px 0;
  font-size: 0.9rem;
}
.tiers li:before {
  content: "✓";
  color: var(--purple);
  margin-right: 10px;
  font-weight: 800;
}
.featured li:before {
  color: var(--lime);
}
.tiers a {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.featured a {
  border-color: rgba(255, 255, 255, 0.24);
}
.rate-note {
  text-align: center;
  margin: 35px 0 0;
  color: #6e6570;
}
.network {
  background: #100b13;
  color: #fff;
  padding: clamp(80px, 10vw, 145px) clamp(22px, 8vw, 130px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}
.kicker-light {
  color: #c084df;
}
.network-copy p,
.quote-copy p {
  color: #aaa0af;
  line-height: 1.75;
  max-width: 540px;
  margin: 28px 0;
}
.text-link {
  display: inline-flex;
  gap: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #70387b;
  color: #d1c9d5;
  font-weight: 700;
}
.network-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #302736;
  border-top: 1px solid #302736;
}
.network-grid > div {
  padding: 34px;
  border-right: 1px solid #302736;
  border-bottom: 1px solid #302736;
}
.network-grid span {
  color: #9b35b3;
  font-size: 0.7rem;
  font-weight: 800;
}
.network-grid h3 {
  font: 700 1.2rem Manrope;
  margin: 30px 0 10px;
}
.network-grid p {
  margin: 0;
  color: #9d94a2;
  line-height: 1.65;
}
.delivery-table {
  border-top: 2px solid #251d28;
  margin-top: 65px;
}
.delivery-table > div {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.75fr;
  gap: 30px;
  padding: 24px 14px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.delivery-table .table-head {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #827985;
}
.delivery-table strong {
  font: 700 1.03rem Manrope;
}
.delivery-table span {
  color: #68606b;
}
.quote {
  background: var(--purple);
  color: #fff;
  padding: clamp(80px, 10vw, 140px) clamp(22px, 8vw, 130px);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 95px;
}
.quote-copy h2 {
  font-size: clamp(3.2rem, 5vw, 5rem);
}
.direct {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 50px;
}
.direct small {
  color: #d5b9d9;
  margin-bottom: 5px;
}
.direct a {
  font-weight: 700;
  font-size: 1.05rem;
}
form {
  background: #fff;
  color: #1b151d;
  padding: clamp(25px, 4vw, 50px);
  display: flex;
  flex-direction: column;
  gap: 23px;
}
label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
}
label > span {
  font-weight: 400;
  color: #8c838f;
  margin-left: 3px;
}
input,
select,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cfc7d1;
  border-radius: 0;
  background: #fff;
  padding: 10px 2px 13px;
  font: 500 1rem DM Sans;
  color: #1b151d;
  outline: 0;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--purple);
}
textarea {
  resize: vertical;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.submit {
  border: 0;
  background: #171019;
  color: #fff;
  padding: 17px 21px;
  font: 700 0.96rem DM Sans;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.form-note {
  font-size: 0.75rem;
  color: #8b818d;
  margin: 0;
}
.capacity-error {
  margin: -12px 0 0;
  color: #b42318;
  font-size: 0.82rem;
  font-weight: 700;
}
.capacity-invalid {
  border-color: #b42318 !important;
}
footer {
  background: #09070a;
  color: #fff;
  padding: 65px clamp(22px, 8vw, 130px) 24px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 65px;
}
.footer-main p {
  color: #8e8591;
  line-height: 1.7;
  margin: 0;
}
.footer-main p strong {
  color: #c943d0;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  font-weight: 600;
}
.footer-bottom {
  border-top: 1px solid #2c252f;
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  color: #746d77;
  font-size: 0.83rem;
}
@media (max-width: 920px) {
  .site-header {
    height: 68px;
  }
  .menu-button {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #130c16;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
  }
  .nav.open {
    display: flex;
  }
  .hero {
    height: auto;
    min-height: 730px;
  }
  .hero-content {
    margin-left: 22px;
    width: calc(100% - 44px);
  }
  .hero h1 {
    font-size: clamp(3.25rem, 13vw, 5.3rem);
  }
  .network-state {
    display: none;
  }
  .section-heading,
  .network,
  .quote {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .tiers {
    grid-template-columns: 1fr;
  }
  .tiers article {
    min-height: 450px;
  }
  .tiers article.featured {
    transform: none;
    order: -1;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-links {
    grid-column: 1/3;
  }
}
@media (max-width: 600px) {
  .brand small {
    display: none;
  }
  .hero-image {
    object-position: 62% center;
  }
  .hero-shade {
    background: linear-gradient(
      90deg,
      rgba(5, 4, 8, 0.98),
      rgba(8, 5, 14, 0.88) 72%,
      rgba(9, 4, 17, 0.35)
    );
  }
  .hero p {
    font-size: 1rem;
  }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .proof {
    justify-content: flex-start;
  }
  .proof span {
    width: 100%;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tiers {
    margin-top: 45px;
  }
  .network-grid {
    grid-template-columns: 1fr;
  }
  .delivery-table .table-head {
    display: none;
  }
  .delivery-table > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .quote {
    padding-left: 18px;
    padding-right: 18px;
  }
  form {
    padding: 26px 22px;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-links {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
.flat-rate {
  margin-top: 70px;
  background: #100b13;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
}
.rate-price {
  padding: clamp(38px, 6vw, 78px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-end;
  background: linear-gradient(135deg, #79057d, #3b063e);
}
.rate-price > span {
  width: 100%;
  font: 700 1.1rem Manrope;
  margin-bottom: 12px;
}
.rate-price b {
  font: 800 clamp(6rem, 12vw, 11rem)/0.75 Manrope;
  letter-spacing: -0.1em;
}
.rate-price small {
  font: 700 1rem Manrope;
  margin: 0 0 6px 20px;
  max-width: 130px;
  line-height: 1.35;
}
.rate-benefits {
  padding: clamp(38px, 6vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rate-benefits p {
  color: #c1b8c5;
  line-height: 1.7;
  font-size: 1.06rem;
}
.rate-benefits ul {
  list-style: none;
  padding: 18px 0;
  margin: 0 0 22px;
  border-top: 1px solid #332938;
}
.rate-benefits li {
  padding: 8px 0;
}
.rate-benefits li:before {
  content: "✓";
  color: var(--lime);
  margin-right: 11px;
}
.button-rate {
  background: #fff;
  color: #79057d;
  align-self: flex-start;
}
.delivery-intro {
  max-width: 730px;
  color: #675e6b;
  line-height: 1.75;
  margin: 30px 0 0;
}
.estimate {
  background: #f4eff5;
  border-left: 4px solid #79057d;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 20px;
}
.estimate span {
  font-size: 0.82rem;
  color: #716778;
}
.estimate strong {
  font: 800 1.55rem Manrope;
  color: #79057d;
  grid-row: 1/3;
  grid-column: 2;
  align-self: center;
}
.estimate small {
  color: #938999;
}
.delivery-table {
  margin-top: 48px;
}
@media (max-width: 920px) {
  .flat-rate {
    grid-template-columns: 1fr;
  }
  .rate-price {
    min-height: 320px;
  }
  .rate-price b {
    font-size: 8rem;
  }
}
@media (max-width: 600px) {
  .flat-rate {
    margin-top: 45px;
  }
  .rate-price b {
    font-size: 6.5rem;
  }
  .rate-price small {
    margin-left: 14px;
  }
  .estimate {
    grid-template-columns: 1fr;
  }
  .estimate strong {
    grid-row: auto;
    grid-column: auto;
    margin-top: 8px;
  }
  .button-rate {
    width: 100%;
  }
}
.whatsapp-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 19px;
  border-radius: 999px;
  background: #25d366;
  color: #092d17;
  font-weight: 800;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.28);
  transition: 0.2s;
}
.whatsapp-button:hover {
  transform: translateY(-3px);
  background: #39df76;
}
.whatsapp-button img {
  width: 22px;
  height: 22px;
  display: block;
}
.deposit-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
  border: 1px solid #d8cdd9;
  background: #fff;
}
.deposit-note span {
  font-size: 0.82rem;
  color: #655b68;
}
.deposit-note strong {
  font: 800 1.05rem Manrope;
  color: #79057d;
}
.total-note {
  background: #171019;
  border-color: #171019;
  color: #fff;
}
.total-note span,
.total-note strong {
  color: #fff;
}
@media (max-width: 600px) {
  .whatsapp-button {
    right: 14px;
    bottom: 14px;
    padding: 12px 16px;
    font-size: 0.88rem;
  }
}
