:root {
  --wine: #8b1a1a;
  --wine-dark: #671010;
  --wine-soft: #b13a32;
  --gold: #e2b36c;
  --ink: #2b2020;
  --muted: #806f6d;
  --cream: #fffaf5;
  --surface: #fff;
  --line: #eee3dc;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}
.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  color: #fff;
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
}
.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.brand-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 680px;
  padding: 151px 0 82px;
  color: #fff;
  background: linear-gradient(119deg, #741211 0%, #941f1d 55%, #6a0f10 100%);
}
.hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.85) 1px,
    transparent 1px
  );
  background-size: 26px 26px;
  mask-image: linear-gradient(to right, #000 0%, transparent 85%);
}
.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
}
.hero-glow-one {
  width: 480px;
  height: 480px;
  top: -250px;
  right: 13%;
  background: rgba(232, 175, 108, 0.18);
}
.hero-glow-two {
  width: 410px;
  height: 410px;
  bottom: -270px;
  left: 29%;
  border: 70px solid rgba(255, 216, 154, 0.07);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  min-height: 447px;
  gap: 40px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #f6d6ba;
  font-size: 13px;
  letter-spacing: 2px;
}
.eyebrow span {
  width: 28px;
  height: 1px;
  background: currentColor;
}
.hero h1,
h2,
h3,
p {
  margin-top: 0;
}
.hero h1 {
  margin-bottom: 16px;
  font-size: clamp(49px, 6vw, 74px);
  line-height: 1.05;
  letter-spacing: 9px;
}
.hero-slogan {
  margin-bottom: 22px;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 500;
  letter-spacing: 2px;
}
.hero-slogan b {
  color: #f4c582;
  margin: 0 8px;
}
.hero-description {
  max-width: 505px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 15px;
  line-height: 2;
}
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.download-button {
  min-width: 165px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  transition:
    transform 0.2s,
    background 0.2s,
    color 0.2s;
}
.download-button:hover {
  transform: translateY(-3px);
}
.download-button-light {
  color: var(--wine);
  background: #fffaf4;
  box-shadow: 0 10px 28px rgba(45, 0, 0, 0.2);
}
.download-button-outline {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
}
.download-button-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}
.download-button strong {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2px;
}
.platform-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.download-note {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  letter-spacing: 0.8px;
}
.hero-visual {
  position: relative;
  height: 470px;
  display: grid;
  place-items: center;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(255, 235, 204, 0.23);
  border-radius: 50%;
}
.orbit-one {
  width: 400px;
  height: 400px;
}
.orbit-two {
  width: 490px;
  height: 490px;
  border-style: dashed;
  opacity: 0.45;
}
.phone {
  position: relative;
  padding: 9px;
  background: #211817;
  border: 4px solid rgba(255, 255, 255, 0.17);
  border-radius: 36px;
  box-shadow:
    0 26px 45px rgba(39, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}
.phone-featured {
  width: 242px;
  height: 467px;
  z-index: 1;
}
.app-preview-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 23px;
  background: #fdf8f4;
}
.phone-gallery-item .app-preview-image {
  border-radius: 19px;
}
.floating-tag {
  position: absolute;
  z-index: 2;
  padding: 10px 13px;
  color: var(--wine-dark);
  background: rgba(255, 250, 244, 0.95);
  border-radius: 8px;
  box-shadow: 0 12px 25px rgba(45, 0, 0, 0.18);
  font-size: 11px;
  font-weight: 700;
}
.floating-tag span {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  color: #fff;
  background: var(--wine);
  border-radius: 50%;
}
.tag-route {
  top: 87px;
  left: 13px;
  transform: rotate(-4deg);
}
.tag-clean {
  right: 7px;
  bottom: 85px;
  transform: rotate(4deg);
}
.tag-clean span {
  color: var(--wine);
  background: #f3cf96;
}
.intro {
  padding: 110px 0 104px;
  background: #fffaf5;
}
.section-heading {
  max-width: 610px;
  margin: 0 auto 54px;
  text-align: center;
}
.eyebrow-dark {
  justify-content: center;
  color: var(--wine);
}
.section-heading h2,
.showcase h2 {
  margin-bottom: 19px;
  font-size: clamp(31px, 4vw, 44px);
  line-height: 1.3;
  letter-spacing: 2px;
}
.section-heading > p:last-child,
.showcase-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.benefit-card {
  padding: 34px 31px 30px;
  background: #fff;
  border: 1px solid #f1e5de;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(94, 50, 41, 0.035);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(94, 50, 41, 0.1);
}
.benefit-icon {
  position: relative;
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  margin-bottom: 21px;
  color: var(--wine);
  background: #f9eeea;
  border-radius: 14px;
}
.benefit-card h3 {
  margin-bottom: 11px;
  font-size: 18px;
}
.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}
.benefit-icon-order span {
  width: 21px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--wine);
  border-radius: 3px;
  font: 18px Arial;
}
.benefit-icon-order i {
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--wine);
  border-radius: 50%;
  background: #f9eeea;
}
.benefit-icon-route span {
  width: 27px;
  height: 14px;
  border-top: 2px dashed var(--wine);
  transform: rotate(-30deg);
}
.benefit-icon-route i,
.benefit-icon-route b {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid var(--wine);
  border-radius: 50%;
  background: #f9eeea;
}
.benefit-icon-route i {
  top: 13px;
  left: 12px;
}
.benefit-icon-route b {
  right: 11px;
  bottom: 13px;
  background: var(--wine);
}
.benefit-icon-shield {
  color: #fff;
  background: var(--wine);
  font-size: 24px;
  font-weight: 700;
  clip-path: polygon(50% 0, 93% 16%, 86% 74%, 50% 100%, 14% 74%, 7% 16%);
  border-radius: 0;
}
.showcase {
  padding: 106px 0;
  overflow: hidden;
  background: #f7f0eb;
}
.showcase-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 66px;
  align-items: center;
}
.showcase-copy .eyebrow {
  justify-content: flex-start;
}
.showcase-copy h2 {
  margin-top: 0;
}
.showcase-copy > p {
  max-width: 355px;
}
.check-list {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 13px 0;
  color: #584746;
  font-size: 14px;
}
.check-list span {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--wine);
  border-radius: 50%;
  font-size: 11px;
}
.phone-gallery {
  position: relative;
  min-height: 485px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}
.phone-gallery::before {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 93%;
  height: 90px;
  border-radius: 50%;
  background: rgba(139, 26, 26, 0.1);
  filter: blur(22px);
}
.phone-gallery-item {
  width: 187px;
  height: 382px;
  padding: 7px;
  border-width: 3px;
  border-radius: 28px;
  box-shadow: 0 19px 35px rgba(74, 41, 37, 0.2);
}
.gallery-screen {
  position: relative;
  border-radius: 19px;
}
.phone-orders {
  transform: translateY(31px) rotate(-8deg);
  z-index: 1;
}
.phone-tracking {
  height: 414px;
  z-index: 2;
  transform: translateY(-3px);
}
.phone-profile {
  transform: translateY(34px) rotate(8deg);
  z-index: 1;
}
.gallery-screen .app-top {
  padding: 7px 11px 0;
  font-size: 6px;
}
.gallery-screen h3 {
  margin: 18px 12px 12px;
  font-size: 14px;
}
.tab-switch {
  display: flex;
  gap: 15px;
  margin: 0 12px 12px;
  color: #9a8986;
  font-size: 8px;
}
.tab-switch b {
  position: relative;
  color: var(--wine);
}
.tab-switch b::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: var(--wine);
  border-radius: 2px;
}
.order-list-card {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 10px 9px;
  padding: 9px 7px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(105, 58, 45, 0.07);
}
.order-thumb {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-size: 13px;
}
.thumb-red {
  color: #fff;
  background: #a82c27;
}
.thumb-gold {
  color: #fff;
  background: #d6a15b;
}
.thumb-pink {
  color: #fff;
  background: #ce8177;
}
.order-list-card div:nth-child(2) {
  flex: 1;
}
.order-list-card strong,
.order-list-card small,
.order-list-card em {
  display: block;
  font-style: normal;
}
.order-list-card strong {
  font-size: 8px;
}
.order-list-card small {
  margin: 3px 0 4px;
  color: #9d8a87;
  font-size: 6px;
}
.order-list-card em {
  color: var(--wine);
  font-size: 6px;
}
.order-list-card em.done {
  color: #7e9a77;
}
.back-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 12px 13px;
  color: #725f5d;
  font-size: 17px;
}
.back-row strong {
  color: #332625;
  font-size: 11px;
}
.map-placeholder {
  position: relative;
  height: 166px;
  overflow: hidden;
  background: #e8e2d7;
}
.map-placeholder::before,
.map-placeholder::after {
  content: '';
  position: absolute;
  background: #d5ddcc;
  border-radius: 50%;
}
.map-placeholder::before {
  width: 135px;
  height: 91px;
  top: -32px;
  left: -30px;
}
.map-placeholder::after {
  width: 85px;
  height: 85px;
  right: -29px;
  bottom: -10px;
}
.road {
  position: absolute;
  z-index: 1;
  height: 16px;
  background: #fbf7ef;
  box-shadow: 0 0 0 2px rgba(220, 213, 200, 0.5);
}
.r1 {
  top: 67px;
  left: -18px;
  width: 230px;
  transform: rotate(-17deg);
}
.r2 {
  top: 77px;
  left: 81px;
  width: 18px;
  height: 140px;
  transform: rotate(34deg);
}
.map-pin {
  position: absolute;
  z-index: 2;
  top: 46px;
  left: 56px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--wine);
  border-radius: 50% 50% 50% 0;
  font-size: 8px;
  transform: rotate(-45deg);
}
.mini-truck {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 29px;
  color: #fff;
  background: #c39253;
  border-radius: 4px;
  padding: 5px;
  font-size: 11px;
}
.tracking-status {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 13px 12px;
}
.tracking-status strong,
.tracking-status small {
  display: block;
}
.tracking-status strong {
  font-size: 9px;
}
.tracking-status small {
  margin-top: 3px;
  color: #9a8884;
  font-size: 6px;
}
.pulse-dot {
  width: 9px;
  height: 9px;
  background: #70a06c;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #e3efe0;
}
.timeline {
  margin: 13px 14px;
  padding: 0 0 0 13px;
  border-left: 1px solid #e6d9d2;
}
.timeline div {
  position: relative;
  padding: 0 0 13px;
}
.timeline i {
  position: absolute;
  top: 1px;
  left: -17px;
  width: 7px;
  height: 7px;
  border: 2px solid #d3c3be;
  border-radius: 50%;
  background: #fff;
}
.timeline .current i {
  border-color: var(--wine);
  background: var(--wine);
}
.timeline strong,
.timeline small {
  display: block;
  font-size: 7px;
}
.timeline small {
  margin-top: 3px;
  color: #9d8c88;
  font-size: 6px;
}
.contact-driver {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 5px 11px;
  padding: 8px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(105, 58, 45, 0.06);
}
.contact-driver > span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  color: var(--wine);
  background: #f5e7e1;
  border-radius: 50%;
}
.contact-driver div {
  flex: 1;
}
.contact-driver strong,
.contact-driver small {
  display: block;
  font-size: 7px;
}
.contact-driver small {
  color: #a08e89;
  font-size: 6px;
  margin-top: 3px;
}
.contact-driver b {
  padding: 4px 6px;
  color: var(--wine);
  background: #f8ece8;
  border-radius: 4px;
  font-size: 7px;
}
.profile-screen h3 {
  margin-bottom: 14px;
}
.profile-card {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 11px 14px;
  padding: 10px;
  background: linear-gradient(135deg, #a72d27, #791211);
  color: #fff;
  border-radius: 10px;
}
.avatar {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: var(--wine);
  background: #f1c98e;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}
.profile-card div {
  flex: 1;
}
.profile-card strong,
.profile-card small {
  display: block;
}
.profile-card strong {
  font-size: 9px;
}
.profile-card small {
  margin-top: 3px;
  color: #edc1b8;
  font-size: 6px;
}
.profile-card b {
  font-size: 16px;
  font-weight: 400;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 12px 15px;
  padding: 10px 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(105, 58, 45, 0.05);
  text-align: center;
}
.stats-row strong,
.stats-row small {
  display: block;
}
.stats-row strong {
  color: var(--wine);
  font-size: 11px;
}
.stats-row small {
  margin-top: 4px;
  color: #a18f8b;
  font-size: 6px;
}
.menu-item {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 12px;
  padding: 9px 2px;
  border-bottom: 1px solid #f1e8e3;
  color: #544441;
  font-size: 8px;
}
.menu-item span {
  color: var(--wine);
}
.menu-item b {
  margin-left: auto;
  color: #b09e99;
  font-size: 13px;
  font-weight: 400;
}
.site-footer {
  background: #4a0d0d;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}
.footer-content {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.site-footer p {
  margin: 0;
}
.footer-divider {
  color: rgba(255, 255, 255, 0.25);
}
.service-flow {
  width: min(100%, 540px);
  margin: 0 auto;
  padding: 26px;
  background: #fffdfb;
  border: 1px solid #eadbd3;
  border-radius: 22px;
  box-shadow: 0 22px 45px rgba(96, 54, 45, 0.11);
}
.flow-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 21px;
  border-bottom: 1px solid #f0e4de;
}
.flow-heading-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--wine);
  border-radius: 13px;
  font-size: 25px;
}
.flow-heading div {
  display: grid;
  gap: 4px;
}
.flow-heading strong {
  font-size: 17px;
}
.flow-heading small,
.flow-step small {
  color: #9b8984;
  font-size: 12px;
}
.flow-status {
  margin-left: auto;
  padding: 6px 10px;
  color: var(--wine);
  background: #f9eae6;
  border-radius: 100px;
  font-size: 11px;
}
.flow-steps {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 22px 0 13px;
  list-style: none;
}
.flow-steps::before {
  content: '';
  position: absolute;
  top: 55px;
  bottom: 47px;
  left: 49px;
  width: 1px;
  background: #e8d7d0;
}
.flow-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 28px 48px 1fr 22px;
  align-items: center;
  column-gap: 13px;
  min-height: 91px;
}
.flow-number {
  color: #b69b92;
  font:
    700 11px Arial,
    sans-serif;
}
.flow-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--wine);
  background: #f8e9e4;
  border: 1px solid #f0d9d1;
  border-radius: 15px;
  font-size: 22px;
}
.flow-step div {
  display: grid;
  gap: 6px;
}
.flow-step strong {
  font-size: 15px;
}
.flow-check {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #82a47d;
  border-radius: 50%;
  font-size: 12px;
}
.flow-step-active .flow-icon {
  color: #fff;
  background: var(--wine);
  border-color: var(--wine);
  box-shadow: 0 7px 15px rgba(139, 26, 26, 0.22);
}
.flow-step-active .flow-number {
  color: var(--wine);
}
.flow-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  color: #7a625d;
  background: #fbf2ec;
  border-radius: 11px;
  font-size: 12px;
}
.flow-footer-dot {
  width: 9px;
  height: 9px;
  background: #d6a45e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #f5dfbe;
}
@media (max-width: 900px) {
  .hero {
    padding-top: 122px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-copy {
    display: grid;
    justify-items: center;
  }
  .hero-visual {
    height: 410px;
    margin-top: 15px;
  }
  .phone-featured {
    transform: scale(0.9);
  }
  .tag-route {
    left: 18%;
  }
  .tag-clean {
    right: 17%;
  }
  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .showcase-copy {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .showcase-copy .eyebrow {
    justify-content: center;
  }
  .showcase-copy > p {
    margin-right: auto;
    margin-left: auto;
  }
  .check-list {
    display: inline-block;
    text-align: left;
  }
  .phone-gallery {
    min-height: 450px;
  }
  .benefit-card {
    padding: 29px 22px;
  }
}
@media (max-width: 620px) {
  .container {
    width: min(100% - 32px, 500px);
  }
  .site-header .nav-wrap {
    min-height: 68px;
  }
  .brand {
    font-size: 17px;
  }
  .hero {
    min-height: auto;
  }
  .hero h1 {
    font-size: 47px;
    letter-spacing: 6px;
  }
  .hero-slogan {
    font-size: 19px;
    letter-spacing: 1px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.8;
  }
  .download-actions {
    width: 100%;
    justify-content: center;
  }
  .download-button {
    min-width: 148px;
    height: 54px;
  }
  .download-button strong {
    font-size: 14px;
  }
  .hero-visual {
    height: 376px;
    margin-top: 4px;
  }
  .orbit-one {
    width: 313px;
    height: 313px;
  }
  .orbit-two {
    width: 364px;
    height: 364px;
  }
  .phone-featured {
    transform: scale(0.78);
  }
  .tag-route {
    top: 70px;
    left: 1%;
  }
  .tag-clean {
    right: 0;
    bottom: 70px;
  }
  .floating-tag {
    padding: 8px 9px;
    font-size: 9px;
  }
  .floating-tag span {
    width: 14px;
    height: 14px;
  }
  .intro,
  .showcase {
    padding: 73px 0;
  }
  .section-heading {
    margin-bottom: 36px;
  }
  .section-heading h2,
  .showcase h2 {
    font-size: 29px;
  }
  .section-heading > p:last-child,
  .showcase-copy > p {
    font-size: 13px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .benefit-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 15px;
    padding: 22px;
  }
  .benefit-icon {
    grid-row: span 2;
    margin: 0;
  }
  .benefit-card h3 {
    align-self: end;
    margin-bottom: 6px;
    font-size: 17px;
  }
  .benefit-card p {
    align-self: start;
    font-size: 12px;
  }
  .showcase-grid {
    gap: 18px;
  }
  .phone-gallery {
    min-height: 324px;
    gap: 2px;
  }
  .phone-gallery-item {
    width: 146px;
    height: 300px;
    padding: 6px;
    border-radius: 23px;
  }
  .phone-tracking {
    height: 325px;
  }
  .phone-orders {
    transform: translateY(22px) rotate(-8deg);
  }
  .phone-profile {
    transform: translateY(23px) rotate(8deg);
  }
  .footer-content {
    min-height: 68px;
    flex-direction: column;
    gap: 5px;
    padding: 12px 0;
  }
  .footer-divider {
    display: none;
  }
}
@media (max-width: 620px) {
  .showcase {
    overflow: hidden;
  }
  .showcase-grid {
    min-width: 0;
  }
  .service-flow {
    width: 100%;
    padding: 20px 16px;
    border-radius: 18px;
  }
  .flow-heading {
    padding-bottom: 17px;
    gap: 10px;
  }
  .flow-heading-icon {
    width: 37px;
    height: 37px;
    border-radius: 11px;
    font-size: 22px;
  }
  .flow-heading strong {
    font-size: 15px;
  }
  .flow-heading small,
  .flow-step small {
    font-size: 11px;
  }
  .flow-status {
    padding: 5px 8px;
    font-size: 10px;
  }
  .flow-steps {
    padding-top: 14px;
  }
  .flow-steps::before {
    top: 46px;
    bottom: 38px;
    left: 40px;
  }
  .flow-step {
    grid-template-columns: 21px 39px minmax(0, 1fr) 19px;
    column-gap: 9px;
    min-height: 76px;
  }
  .flow-number {
    font-size: 9px;
  }
  .flow-icon {
    width: 39px;
    height: 39px;
    border-radius: 12px;
    font-size: 18px;
  }
  .flow-step strong {
    font-size: 13px;
  }
  .flow-check {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
  .flow-footer {
    padding: 11px 12px;
    font-size: 11px;
  }
  .phone-gallery {
    width: 100%;
    min-height: clamp(210px, 62vw, 324px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    justify-items: center;
    gap: clamp(4px, 2vw, 12px);
    padding: 0 4px 15px;
  }
  .phone-gallery::before {
    bottom: 7px;
    width: 78%;
    height: 56px;
  }
  .phone-gallery-item {
    width: 100%;
    max-width: 146px;
    height: auto;
    aspect-ratio: 187 / 382;
    padding: clamp(3px, 1.1vw, 6px);
    border-radius: clamp(16px, 4vw, 23px);
  }
  .phone-tracking {
    height: auto;
    aspect-ratio: 187 / 414;
    transform: translateY(-10px);
  }
  .phone-orders {
    transform: translateY(13px) rotate(-5deg);
  }
  .phone-profile {
    transform: translateY(13px) rotate(5deg);
  }
}
@media (max-width: 370px) {
  .download-button {
    min-width: 138px;
  }
  .phone-gallery {
    gap: 4px;
    padding-right: 0;
    padding-left: 0;
  }
  .phone-gallery-item {
    max-width: none;
  }
  .phone-orders {
    transform: translateY(10px) rotate(-4deg);
  }
  .phone-profile {
    transform: translateY(10px) rotate(4deg);
  }
  .tag-route {
    left: -5px;
  }
  .tag-clean {
    right: -4px;
  }
}
