:root {
  --gh-navy: #243576;
  --gh-navy-dark: #17275d;
  --gh-blue: #2c4b98;
  --gh-blue-light: #4467b3;
  --gh-green: #1f6b2a;
  --gh-accent: #1f6b2a;
  --gh-accent-dark: #124f1d;
  --gh-ink: #101d3d;
  --gh-text: #536079;
  --gh-muted: #718198;
  --gh-line: #dce7f2;
  --gh-soft: #f7fafc;
  --gh-white: #fff;
  --gh-shadow: 0 20px 50px rgba(5, 43, 99, .1);
  --gh-shadow-lg: 0 32px 75px rgba(4, 32, 74, .18);
  --gh-wrap: 1440px;
}

.gie-home-body,
.gie-home-body * {
  box-sizing: border-box;
}

.gie-home-body {
  margin: 0;
  color: var(--gh-text);
  background: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gie-home-body img {
  max-width: 100%;
  height: auto;
}

.gie-home-body a {
  text-decoration: none;
}

.gie-home-wrap {
  width: min(var(--gh-wrap), calc(100% - 40px));
  margin-inline: auto;
}

.gie-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gh-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gie-home-kicker::before {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gh-green), var(--gh-blue));
}

.gie-home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 6%, rgba(15,113,223,.13), transparent 31%),
    radial-gradient(circle at 96% 8%, rgba(248,121,22,.12), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.gie-home-hero::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  top: -180px;
  left: 42%;
  border: 45px solid rgba(15,113,223,.045);
  border-radius: 50%;
  pointer-events: none;
}

.gie-home-hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: stretch;
}

.gie-home-hero-copy {
  align-self: center;
  padding: 68px 70px 65px 0;
}

.gie-home-hero-copy h1 {
  max-width: 760px;
  margin: 20px 0 23px;
  color: var(--gh-ink);
  font-size: clamp(46px, 5vw, 77px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.gie-home-hero-copy h1 span {
  color: var(--gh-blue);
}

.gie-home-hero-intro {
  max-width: 760px;
  margin: 0;
  color: var(--gh-text);
  font-size: 17px;
  line-height: 1.85;
}

.gie-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.gie-home-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gie-home-btn:hover {
  transform: translateY(-2px);
}

.gie-home-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gh-accent), #3d8a49);
  box-shadow: 0 15px 30px rgba(248,121,22,.24);
}

.gie-home-btn-primary:hover {
  color: #fff;
  background: var(--gh-accent-dark);
}

.gie-home-btn-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #138945, #25c964);
  box-shadow: 0 15px 30px rgba(37,201,100,.18);
}

.gie-home-btn-whatsapp:hover {
  color: #fff;
}

.gie-home-btn-outline {
  color: var(--gh-blue);
  border-color: #bcd3ee;
  background: #fff;
}

.gie-home-btn-light {
  color: var(--gh-navy);
  background: #fff;
  box-shadow: 0 13px 27px rgba(0,0,0,.13);
}

.gie-home-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

.gie-home-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 13px;
  color: var(--gh-navy);
  border: 1px solid #d7e5f3;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  font-size: 12px;
  font-weight: 750;
}

.gie-home-hero-points span::before {
  content: "✓";
  color: var(--gh-green);
  font-weight: 900;
}

.gie-home-pickup-line {
  margin-top: 20px;
  color: var(--gh-muted);
  font-size: 13px;
  line-height: 1.6;
}

.gie-home-pickup-line strong {
  color: var(--gh-navy);
}

.gie-home-hero-visual {
  min-width: 0;
}

.gie-home-visual-frame {
  position: relative;
  min-height: 720px;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--gh-navy), var(--gh-blue));
}

.gie-home-visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5,43,99,.15), transparent 35%),
    linear-gradient(0deg, rgba(3,29,68,.32), transparent 50%);
}

.gie-home-visual-frame > img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: center;
}

.gie-home-route-card {
  position: absolute;
  z-index: 2;
  top: 48px;
  right: 42px;
  width: min(310px, calc(100% - 40px));
  padding: 22px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(5,43,99,.93), rgba(15,113,223,.88));
  box-shadow: 0 20px 45px rgba(0,0,0,.2);
  backdrop-filter: blur(10px);
}

.gie-home-route-card span,
.gie-home-route-card strong,
.gie-home-route-card small {
  display: block;
}

.gie-home-route-card span {
  color: #a9e2b4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gie-home-route-card strong {
  margin-top: 7px;
  font-size: 23px;
  line-height: 1.2;
}

.gie-home-route-card small {
  margin-top: 8px;
  color: rgba(255,255,255,.74);
  font-size: 12px;
  line-height: 1.5;
}

.gie-home-quick-form {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 43px;
  width: min(430px, calc(100% - 40px));
  padding: 24px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--gh-shadow-lg);
  backdrop-filter: blur(12px);
}

.gie-home-form-kicker {
  color: var(--gh-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gie-home-quick-form h2 {
  margin: 8px 0 18px;
  color: var(--gh-ink);
  font-size: 23px;
  line-height: 1.2;
}

.gie-home-quick-form label {
  display: grid;
  gap: 7px;
}

.gie-home-quick-form label > span {
  color: var(--gh-ink);
  font-size: 12px;
  font-weight: 800;
}

.gie-home-quick-form input,
.gie-home-quick-form select {
  width: 100%;
  min-height: 47px;
  padding: 10px 12px;
  color: var(--gh-ink);
  border: 1px solid #ccdaea;
  border-radius: 10px;
  outline: 0;
  background: #fbfdff;
  font: inherit;
}

.gie-home-quick-form input:focus,
.gie-home-quick-form select:focus {
  border-color: var(--gh-blue);
  box-shadow: 0 0 0 4px rgba(15,113,223,.1);
}

.gie-home-form-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 11px;
  margin-top: 12px;
}

.gie-home-quick-form button {
  width: 100%;
  min-height: 49px;
  margin-top: 16px;
  color: #fff;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--gh-blue), var(--gh-blue-light));
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.gie-home-trust-strip {
  color: #fff;
  background: linear-gradient(90deg, var(--gh-navy-dark), var(--gh-navy));
}

.gie-home-trust-grid {
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.gie-home-trust-grid > div {
  position: relative;
  padding: 20px 30px;
  text-align: center;
}

.gie-home-trust-grid > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 23%;
  bottom: 23%;
  right: 0;
  width: 1px;
  background: rgba(255,255,255,.14);
}

.gie-home-trust-grid strong,
.gie-home-trust-grid span {
  display: block;
}

.gie-home-trust-grid strong {
  font-size: 21px;
  font-weight: 900;
}

.gie-home-trust-grid span {
  margin-top: 5px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
}

.gie-home-section {
  padding: 96px 0;
}

.gie-home-section-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 41px;
}

.gie-home-section-head h2,
.gie-home-story-copy h2,
.gie-home-pickup-copy h2,
.gie-home-tracking h2,
.gie-home-faq-intro h2,
.gie-home-final-cta h2 {
  margin: 14px 0 0;
  color: var(--gh-ink);
  font-size: clamp(33px, 4vw, 50px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.12;
}

.gie-home-section-head p {
  margin: 0;
  color: var(--gh-text);
  font-size: 15px;
  line-height: 1.8;
}

.gie-home-section-head-centered {
  grid-template-columns: 1fr;
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.gie-home-section-head-centered .gie-home-kicker {
  justify-content: center;
}

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

.gie-home-service-card {
  position: relative;
  min-height: 305px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  overflow: hidden;
  color: var(--gh-text);
  border: 1px solid var(--gh-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(5,43,99,.055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gie-home-service-card:hover {
  color: var(--gh-text);
  transform: translateY(-5px);
  border-color: #b8d2ef;
  box-shadow: var(--gh-shadow);
}

.gie-service-featured {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.13), transparent 30%),
    linear-gradient(145deg, var(--gh-navy), var(--gh-blue));
}

.gie-service-featured:hover {
  color: #fff;
}

.gie-home-service-number {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #d8e6f6;
  font-size: 12px;
  font-weight: 900;
}

.gie-service-featured .gie-home-service-number {
  color: rgba(255,255,255,.45);
}

.gie-home-service-icon {
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  color: var(--gh-blue);
  border: 1px solid #d8e6f5;
  border-radius: 15px;
  background: var(--gh-soft);
  font-size: 22px;
}

.gie-service-featured .gie-home-service-icon {
  color: #fff;
  border-color: rgba(255,255,255,.17);
  background: rgba(255,255,255,.1);
}

.gie-home-service-card h3 {
  margin: 0 0 10px;
  color: var(--gh-ink);
  font-size: 20px;
  line-height: 1.25;
}

.gie-service-featured h3 {
  color: #fff;
}

.gie-home-service-card p {
  margin: 0;
  color: var(--gh-text);
  font-size: 13px;
  line-height: 1.7;
}

.gie-service-featured p {
  color: rgba(255,255,255,.76);
}

.gie-home-card-link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--gh-blue);
  font-size: 12px;
  font-weight: 850;
}

.gie-service-featured .gie-home-card-link {
  color: #a9e2b4;
}

.gie-home-story {
  background:
    radial-gradient(circle at 100% 0, rgba(15,113,223,.08), transparent 28%),
    var(--gh-soft);
}

.gie-home-story-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 75px;
  align-items: center;
}

.gie-home-story-media {
  position: relative;
}

.gie-home-image-shell {
  padding: 13px;
  border: 1px solid #d5e2ef;
  border-radius: 27px;
  background: #fff;
  box-shadow: var(--gh-shadow);
}

.gie-home-image-shell img {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
  border-radius: 18px;
}

.gie-home-experience-card {
  position: absolute;
  right: -25px;
  bottom: 34px;
  width: 225px;
  padding: 22px;
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--gh-green), #43bb5f);
  box-shadow: 0 20px 40px rgba(44,164,71,.25);
}

.gie-home-experience-card strong,
.gie-home-experience-card span {
  display: block;
}

.gie-home-experience-card strong {
  font-size: 27px;
}

.gie-home-experience-card span {
  margin-top: 7px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.55;
}

.gie-home-story-copy > p {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.9;
}

.gie-home-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 25px;
}

.gie-home-feature-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  padding: 17px;
  border: 1px solid #dfe8f2;
  border-radius: 15px;
  background: #fff;
}

.gie-home-feature-list article > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--gh-green);
  font-size: 12px;
  font-weight: 900;
}

.gie-home-feature-list h3 {
  margin: 0;
  color: var(--gh-ink);
  font-size: 14px;
}

.gie-home-feature-list p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.gie-home-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 27px;
}

.gie-home-text-link {
  color: var(--gh-blue);
  font-size: 13px;
  font-weight: 850;
}

.gie-home-options {
  background: #fff;
}

.gie-home-option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}

.gie-home-option-card {
  padding: 31px;
  border: 1px solid var(--gh-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 36px rgba(5,43,99,.06);
}

.gie-home-option-primary {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(circle at 90% 8%, rgba(255,255,255,.12), transparent 30%),
    linear-gradient(145deg, var(--gh-navy), var(--gh-blue));
  transform: translateY(-8px);
}

.gie-home-option-tag {
  display: inline-block;
  padding: 7px 10px;
  color: var(--gh-blue);
  border: 1px solid #d4e4f5;
  border-radius: 999px;
  background: #f6faff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gie-home-option-primary .gie-home-option-tag {
  color: #b9ecc3;
  border-color: rgba(255,255,255,.17);
  background: rgba(255,255,255,.08);
}

.gie-home-option-card h3 {
  margin: 18px 0 12px;
  color: var(--gh-ink);
  font-size: 25px;
}

.gie-home-option-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.gie-home-option-card ul {
  display: grid;
  gap: 9px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.gie-home-option-card li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.55;
}

.gie-home-option-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gh-green);
  font-weight: 900;
}

.gie-home-option-primary h3,
.gie-home-option-primary p,
.gie-home-option-primary li {
  color: #fff;
}

.gie-home-destinations {
  background: linear-gradient(180deg, #f7faff, #fff);
}

.gie-home-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.gie-home-destination-grid > a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 90px;
  padding: 17px;
  color: var(--gh-text);
  border: 1px solid var(--gh-line);
  border-radius: 16px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.gie-home-destination-grid > a:hover {
  color: var(--gh-text);
  transform: translateY(-3px);
  border-color: #bad1ec;
  box-shadow: 0 16px 35px rgba(5,43,99,.08);
}

.gie-home-country-code {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--gh-blue);
  border-radius: 12px;
  background: #edf5ff;
  font-size: 12px;
  font-weight: 900;
}

.gie-home-destination-grid strong,
.gie-home-destination-grid small {
  display: block;
}

.gie-home-destination-grid strong {
  color: var(--gh-ink);
  font-size: 14px;
}

.gie-home-destination-grid small {
  margin-top: 4px;
  color: var(--gh-muted);
  font-size: 11px;
}

.gie-home-destination-grid > a > span:last-child {
  color: var(--gh-blue);
  font-size: 20px;
}

.gie-home-destination-all {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(145deg, var(--gh-green), #48bd63) !important;
}

.gie-home-destination-all .gie-home-country-code {
  color: #fff;
  background: rgba(255,255,255,.14);
}

.gie-home-destination-all strong,
.gie-home-destination-all small,
.gie-home-destination-all > span:last-child {
  color: #fff !important;
}

.gie-home-process-grid {
  counter-reset: process;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gie-home-process-grid li {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--gh-line);
  border-radius: 20px;
  background: #fff;
}

.gie-home-process-grid li > span {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gh-blue), var(--gh-blue-light));
  font-size: 13px;
  font-weight: 900;
}

.gie-home-process-grid h3 {
  margin: 22px 0 9px;
  color: var(--gh-ink);
  font-size: 19px;
}

.gie-home-process-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.gie-home-pickups {
  padding-top: 15px;
}

.gie-home-pickup-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 45px;
  align-items: center;
  padding: 50px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 10%, rgba(255,255,255,.12), transparent 26%),
    linear-gradient(135deg, var(--gh-navy-dark), var(--gh-blue));
  box-shadow: var(--gh-shadow-lg);
}

.gie-home-pickup-copy h2 {
  color: #fff;
}

.gie-home-pickup-copy p {
  margin: 18px 0 25px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.8;
}

.gie-home-city-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.gie-home-city-grid a {
  padding: 16px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  transition: background .2s ease, transform .2s ease;
}

.gie-home-city-grid a:hover {
  color: #fff;
  transform: translateY(-2px);
  background: rgba(255,255,255,.12);
}

.gie-home-city-grid strong,
.gie-home-city-grid span {
  display: block;
}

.gie-home-city-grid strong {
  font-size: 14px;
}

.gie-home-city-grid span {
  margin-top: 4px;
  color: rgba(255,255,255,.65);
  font-size: 10px;
  line-height: 1.5;
}

.gie-home-city-all {
  border-color: rgba(145,221,162,.35) !important;
  background: rgba(44,164,71,.26) !important;
}

.gie-home-tracking {
  background: var(--gh-soft);
}

.gie-home-tracking-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: 70px;
}

.gie-home-tracking p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.8;
}

.gie-home-tracking-form {
  padding: 25px;
  border: 1px solid #d5e2ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--gh-shadow);
}

.gie-home-tracking-form label {
  display: block;
  margin-bottom: 9px;
  color: var(--gh-ink);
  font-size: 12px;
  font-weight: 850;
}

.gie-home-tracking-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
}

.gie-home-tracking-form input {
  min-width: 0;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--gh-ink);
  border: 1px solid #cbd9e8;
  border-radius: 11px;
  outline: 0;
  font: inherit;
}

.gie-home-tracking-form input:focus {
  border-color: var(--gh-blue);
  box-shadow: 0 0 0 4px rgba(15,113,223,.1);
}

.gie-home-tracking-form button {
  min-height: 52px;
  padding: 0 20px;
  color: #fff;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--gh-blue), var(--gh-blue-light));
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

#gieHomeTrackingMessage {
  min-height: 18px;
  margin: 8px 0 0;
  color: #bd3428;
  font-size: 11px;
}

.gie-home-faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 70px;
  align-items: start;
}

.gie-home-faq-intro {
  position: sticky;
  top: 150px;
}

.gie-home-faq-intro p {
  margin: 18px 0 22px;
  font-size: 14px;
  line-height: 1.8;
}

.gie-home-accordion {
  display: grid;
  gap: 10px;
}

.gie-home-faq-item {
  border: 1px solid var(--gh-line);
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}

.gie-home-faq-item h3 {
  margin: 0;
}

.gie-home-faq-item button {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  color: var(--gh-ink);
  border: 0;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.gie-home-faq-item button > span:last-child {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--gh-blue);
  border-radius: 50%;
  background: #edf5ff;
  font-size: 20px;
  transition: transform .2s ease;
}

.gie-home-faq-item button[aria-expanded="true"] > span:last-child {
  transform: rotate(45deg);
}

.gie-home-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}

.gie-home-faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 18px;
  font-size: 13px;
  line-height: 1.75;
}

.gie-home-faq-answer.is-open {
  grid-template-rows: 1fr;
}

.gie-home-faq-answer.is-open > p {
  padding-bottom: 19px;
}


/* Floating actions */
.gie-floating-actions {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 11px;
}

.gie-floating-btn {
  position: relative;
  width: 62px;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 11px;
  overflow: hidden;
  padding: 8px;
  color: #fff;
  border: 2px solid rgba(255,255,255,.95);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(1,27,60,.25);
  transition: width .28s ease, transform .2s ease;
}

.gie-floating-btn:hover {
  width: 220px;
  color: #fff;
  transform: translateY(-2px);
}

.gie-floating-call {
  background: linear-gradient(135deg, var(--gh-navy), var(--gh-blue));
}

.gie-floating-whatsapp {
  background: linear-gradient(135deg, #087d37, #25d366);
}

.gie-floating-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.13);
}

.gie-floating-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.gie-floating-content {
  min-width: 128px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: .2s ease .05s;
}

.gie-floating-btn:hover .gie-floating-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.gie-floating-content strong,
.gie-floating-content small {
  display: block;
}

.gie-floating-content strong {
  font-size: 14px;
}

.gie-floating-content small {
  margin-top: 3px;
  color: rgba(255,255,255,.78);
  font-size: 10px;
}

.gie-floating-status {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #8cff91;
}

@media (max-width: 1180px) {
  .gie-home-hero-grid,
  .gie-home-story-grid,
  .gie-home-pickup-panel,
  .gie-home-tracking-grid {
    grid-template-columns: 1fr;
  }

  .gie-home-hero-copy {
    padding: 65px 0;
  }

  .gie-home-hero-visual,
  .gie-home-visual-frame,
  .gie-home-visual-frame > img {
    min-height: 650px;
  }

  .gie-home-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gie-home-story-media {
    max-width: 800px;
  }

  .gie-home-experience-card {
    right: 25px;
  }

  .gie-home-pickup-panel {
    padding: 43px;
  }
}

@media (max-width: 900px) {
  .gie-home-section {
    padding: 75px 0;
  }

  .gie-home-section-head,
  .gie-home-faq-grid,
  .gie-home-final-cta-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .gie-home-section-head p {
    max-width: 760px;
  }

  .gie-home-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gie-home-trust-grid > div:nth-child(2)::after {
    display: none;
  }

  .gie-home-option-grid,
  .gie-home-destination-grid,
  .gie-home-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gie-home-option-primary {
    transform: none;
  }

  .gie-home-faq-intro {
    position: static;
  }

  .gie-home-final-actions {
    grid-template-columns: max-content max-content;
  }
}

@media (max-width: 600px) {
  .gie-home-wrap {
    width: min(var(--gh-wrap), calc(100% - 26px));
  }

  .gie-home-hero-grid {
    min-height: auto;
  }

  .gie-home-hero-copy {
    padding: 48px 0 38px;
  }

  .gie-home-hero-copy h1 {
    font-size: 42px;
  }

  .gie-home-hero-intro {
    font-size: 14px;
  }

  .gie-home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gie-home-btn {
    width: 100%;
  }

  .gie-home-hero-visual,
  .gie-home-visual-frame,
  .gie-home-visual-frame > img {
    min-height: 590px;
  }

  .gie-home-route-card {
    top: 20px;
    right: 14px;
    width: calc(100% - 28px);
  }

  .gie-home-quick-form {
    right: 14px;
    bottom: 16px;
    width: calc(100% - 28px);
    padding: 18px;
  }

  .gie-home-form-row {
    grid-template-columns: 1fr;
  }

  .gie-home-trust-grid,
  .gie-home-service-grid,
  .gie-home-option-grid,
  .gie-home-destination-grid,
  .gie-home-process-grid,
  .gie-home-feature-list,
  .gie-home-city-grid {
    grid-template-columns: 1fr;
  }

  .gie-home-trust-grid > div::after {
    display: none;
  }

  .gie-home-section {
    padding: 60px 0;
  }

  .gie-home-section-head h2,
  .gie-home-story-copy h2,
  .gie-home-pickup-copy h2,
  .gie-home-tracking h2,
  .gie-home-faq-intro h2,
  .gie-home-final-cta h2 {
    font-size: 33px;
  }

  .gie-home-image-shell img {
    min-height: 380px;
  }

  .gie-home-experience-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
  }

  .gie-home-option-card,
  .gie-home-service-card {
    min-height: auto;
  }

  .gie-home-pickup-panel {
    padding: 28px 20px;
    border-radius: 21px;
  }

  .gie-home-tracking-form > div {
    grid-template-columns: 1fr;
  }

  .gie-home-final-actions {
    grid-template-columns: 1fr;
  }

  .gie-floating-actions {
    right: 11px;
    bottom: 76px;
    gap: 8px;
  }

  .gie-floating-btn,
  .gie-floating-btn:hover {
    width: 53px;
    min-height: 53px;
    padding: 5px;
    border-radius: 50%;
  }

  .gie-floating-icon {
    flex-basis: 39px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: transparent;
  }

  .gie-floating-content {
    display: none;
  }
}


@media (max-width: 720px) {
  .gie-home-motion-scene .card-main { width: 154px; height: 96px; }
  .gie-home-motion-scene .card-status { width: 170px; min-height: 86px; }
  .gie-home-motion-scene .parcel-lg { width: 104px; height: 74px; }
  .gie-home-motion-scene .parcel-sm { right: 112px; width: 60px; height: 46px; }
  .gie-home-motion-scene .bag-large { width: 110px; height: 110px; }
  .gie-home-motion-scene .bag-small { right: 162px; width: 80px; height: 92px; }
  .gie-home-motion-scene .med-bottle { width: 88px; height: 120px; }
  .gie-home-motion-scene .med-strip { right: 138px; width: 96px; height: 66px; }
  .gie-home-motion-scene .food-container { width: 122px; height: 96px; }
  .gie-home-motion-scene .food-box { right: 176px; width: 78px; height: 64px; }
  .gie-home-motion-scene .import-gate { width: 146px; height: 138px; }
  .gie-home-motion-scene .import-arrow { right: 150px; width: 88px; }
  .gie-home-motion-scene .lf-package { width: 98px; height: 72px; }
  .gie-home-motion-scene .lf-pin { right: 170px; width: 48px; height: 64px; }
}

@media (max-width: 480px) {
  .gie-home-service-slide-visual { justify-content: center; }
  .gie-home-motion-scene .card-main,
  .gie-home-motion-scene .card-status { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .gie-home-body *,
  .gie-floating-btn {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}


/* =========================================================
   V2 BRAND-ALIGNED HOMEPAGE
   Uses the same green, navy and blue palette as the header.
========================================================= */

.gie-home-kicker {
  color: var(--gh-green);
}

.gie-home-kicker::before {
  background: linear-gradient(90deg, var(--gh-green), var(--gh-navy));
}

.gie-home-hero {
  padding: 42px 0 48px;
  background:
    radial-gradient(circle at 7% 5%, rgba(31, 107, 42, .09), transparent 28%),
    radial-gradient(circle at 95% 12%, rgba(44, 75, 152, .10), transparent 27%),
    linear-gradient(180deg, #f8fbf9 0%, #ffffff 100%);
}

.gie-home-hero::before {
  border-color: rgba(44, 75, 152, .045);
}

.gie-home-hero-grid {
  min-height: auto;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 46px;
  align-items: center;
}

.gie-home-hero-copy {
  padding: 34px 0;
}

.gie-home-hero-copy h1 {
  max-width: 710px;
  margin-top: 18px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1.03;
}

.gie-home-hero-copy h1 span {
  color: var(--gh-green);
}

.gie-home-btn-primary {
  background: linear-gradient(135deg, var(--gh-green), #3d8a49);
  box-shadow: 0 15px 30px rgba(31, 107, 42, .22);
}

.gie-home-btn-primary:hover {
  background: var(--gh-green-dark, #124f1d);
}

.gie-home-btn-outline {
  color: var(--gh-navy);
  border-color: #c8d4e6;
}

.gie-home-hero-points span::before {
  color: var(--gh-green);
}

.gie-home-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.gie-home-hero-stats article {
  padding: 14px 15px;
  border: 1px solid #dbe5ee;
  border-radius: 13px;
  background: rgba(255,255,255,.82);
}

.gie-home-hero-stats strong,
.gie-home-hero-stats span {
  display: block;
}

.gie-home-hero-stats strong {
  color: var(--gh-navy);
  font-size: 18px;
  font-weight: 900;
}

.gie-home-hero-stats span {
  margin-top: 3px;
  color: var(--gh-muted);
  font-size: 10px;
  line-height: 1.4;
}

.gie-home-visual-frame {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(360px, 430px) auto;
  gap: 14px;
  padding: 14px;
  overflow: visible;
  border: 1px solid #d8e3ee;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 28px 65px rgba(23, 39, 93, .14);
}

.gie-home-visual-frame::before {
  display: none;
}

.gie-home-hero-image {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--gh-navy), var(--gh-blue));
}

.gie-home-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 39, 93, .18), transparent 42%),
    linear-gradient(0deg, rgba(16, 29, 61, .25), transparent 54%);
  pointer-events: none;
}

.gie-home-visual-frame > img {
  min-height: 0;
}

.gie-home-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.gie-home-route-card {
  top: 22px;
  right: 22px;
  width: min(290px, calc(100% - 44px));
  padding: 19px;
  border-color: rgba(255,255,255,.24);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(23,39,93,.94), rgba(44,75,152,.92));
}

.gie-home-route-card span {
  color: #b9e2bf;
}

.gie-home-quick-form {
  position: static;
  width: 100%;
  display: grid;
  gap: 15px;
  padding: 21px;
  border: 1px solid #dce5ee;
  border-radius: 17px;
  box-shadow: none;
  background: #f9fbfd;
}

.gie-home-quick-form-heading {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: end;
  gap: 20px;
}

.gie-home-form-kicker {
  color: var(--gh-green);
}

.gie-home-quick-form h2 {
  margin: 5px 0 0;
  font-size: 20px;
}

.gie-home-quick-form-heading p {
  margin: 0;
  color: var(--gh-muted);
  font-size: 11px;
  line-height: 1.55;
}

.gie-home-quick-fields {
  display: grid;
  grid-template-columns: 1.35fr .7fr 1fr auto;
  gap: 10px;
  align-items: end;
}

.gie-home-quick-fields label {
  display: grid;
  gap: 7px;
}

.gie-home-quick-fields button {
  width: auto;
  min-height: 47px;
  margin-top: 0;
  padding: 0 17px;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--gh-navy), var(--gh-blue));
}

.gie-home-overview {
  padding-top: 88px;
  background: #ffffff;
}

.gie-home-overview-intro {
  display: grid;
  gap: 13px;
}

.gie-home-overview-intro p {
  margin: 0;
  font-size: 14px;
  line-height: 1.82;
}

.gie-home-overview-intro a {
  color: var(--gh-green);
  font-weight: 800;
}

.gie-home-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gie-home-overview-card {
  padding: 26px;
  border: 1px solid var(--gh-line);
  border-radius: 19px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(23,39,93,.055);
}

.gie-home-overview-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--gh-green), #3d8a49);
  font-size: 19px;
  font-weight: 900;
}

.gie-home-overview-card:nth-child(2) .gie-home-overview-icon {
  background: linear-gradient(135deg, var(--gh-navy), var(--gh-blue));
}

.gie-home-overview-card h3 {
  margin: 19px 0 15px;
  color: var(--gh-ink);
  font-size: 19px;
  line-height: 1.3;
}

.gie-home-overview-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gie-home-overview-card li {
  position: relative;
  padding-left: 18px;
  color: var(--gh-text);
  font-size: 12.5px;
  line-height: 1.62;
}

.gie-home-overview-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gh-green);
}

.gie-home-branch-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 17px;
  padding: 20px 23px;
  border: 1px solid #d9e5ef;
  border-radius: 16px;
  background: linear-gradient(90deg, #f3f8f4, #f3f6fb);
}

.gie-home-branch-strip strong,
.gie-home-branch-strip span {
  display: block;
}

.gie-home-branch-strip strong {
  color: var(--gh-ink);
  font-size: 13px;
}

.gie-home-branch-strip span {
  margin-top: 5px;
  color: var(--gh-muted);
  font-size: 11px;
}

.gie-home-branch-strip a {
  color: var(--gh-navy);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.gie-service-featured {
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.13), transparent 30%),
    linear-gradient(145deg, var(--gh-navy-dark), var(--gh-navy));
}

.gie-home-service-icon,
.gie-home-country-code {
  color: var(--gh-navy);
  background: #eef2f9;
}

.gie-home-card-link,
.gie-home-text-link,
.gie-home-destination-grid > a > span:last-child {
  color: var(--gh-green);
}

.gie-home-option-primary {
  background:
    radial-gradient(circle at 90% 8%, rgba(255,255,255,.12), transparent 30%),
    linear-gradient(145deg, var(--gh-navy-dark), var(--gh-navy));
}

.gie-home-process-grid li > span,
.gie-home-tracking-form button {
  background: linear-gradient(135deg, var(--gh-navy), var(--gh-blue));
}

.gie-home-pickup-panel {
  background:
    radial-gradient(circle at 95% 10%, rgba(255,255,255,.10), transparent 26%),
    linear-gradient(135deg, var(--gh-navy-dark), var(--gh-navy));
}

.gie-home-destination-all {
  background: linear-gradient(145deg, var(--gh-green), #3d8a49) !important;
}

.gie-home-faq-item button > span:last-child {
  color: var(--gh-navy);
  background: #eef2f9;
}

@media (max-width: 1180px) {
  .gie-home-hero-grid {
    grid-template-columns: 1fr;
  }

  .gie-home-visual-frame {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  .gie-home-overview-grid {
    grid-template-columns: 1fr;
  }

  .gie-home-quick-fields {
    grid-template-columns: 1fr 1fr;
  }

  .gie-home-quick-fields button {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .gie-home-hero {
    padding-top: 10px;
  }

  .gie-home-hero-copy h1 {
    font-size: 40px;
  }

  .gie-home-hero-stats,
  .gie-home-quick-fields,
  .gie-home-quick-form-heading {
    grid-template-columns: 1fr;
  }

  .gie-home-visual-frame {
    min-height: 0;
    grid-template-rows: minmax(300px, 380px) auto;
    padding: 9px;
    border-radius: 19px;
  }

  .gie-home-hero-image,
  .gie-home-hero-image img {
    min-height: 300px;
  }

  .gie-home-route-card {
    top: 13px;
    right: 13px;
    width: calc(100% - 26px);
  }

  .gie-home-quick-form {
    padding: 17px;
  }

  .gie-home-branch-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .gie-home-branch-strip a {
    white-space: normal;
  }
}

@media (max-width: 600px) {
  .gie-home-hero-visual,
  .gie-home-visual-frame {
    min-height: 0 !important;
  }

  .gie-home-visual-frame > img {
    min-height: 0 !important;
  }

  .gie-home-quick-form {
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
}


/* =========================================================
   V3 HERO REFINEMENT
========================================================= */
.gie-home-hero {
  padding: 34px 0 54px;
  background:
    radial-gradient(circle at 10% 10%, rgba(31, 107, 42, .08), transparent 22%),
    radial-gradient(circle at 86% 18%, rgba(44, 75, 152, .10), transparent 25%),
    linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.gie-home-hero-grid {
  grid-template-columns: minmax(0, .95fr) minmax(560px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.gie-home-hero-copy {
  padding: 22px 0;
}

.gie-home-hero-copy h1 {
  max-width: 670px;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.gie-home-hero-intro {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.95;
}

.gie-home-hero-actions {
  margin-top: 26px;
}

.gie-home-hero-points {
  max-width: 620px;
  margin-top: 18px;
}

.gie-home-hero-stats {
  margin-top: 26px;
  gap: 12px;
}

.gie-home-hero-stats article {
  padding: 16px 16px;
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 10px 24px rgba(23, 39, 93, .05);
}

.gie-home-visual-frame {
  display: block;
  padding: 18px;
  overflow: visible;
  border: 1px solid #d9e2ed;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
  box-shadow: 0 30px 70px rgba(23, 39, 93, .14);
}

.gie-home-hero-image {
  min-height: 470px;
  border-radius: 24px;
  box-shadow: 0 22px 48px rgba(23, 39, 93, .16);
}

.gie-home-hero-image::after {
  background:
    linear-gradient(90deg, rgba(23,39,93,.05), transparent 34%),
    linear-gradient(0deg, rgba(16,29,61,.22), transparent 52%);
}

.gie-home-hero-image img {
  min-height: 470px;
  object-position: center center;
}

.gie-home-route-card {
  top: 28px;
  right: 28px;
  width: min(300px, calc(100% - 56px));
  padding: 20px 18px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(23,39,93,.94), rgba(44,75,152,.92));
  box-shadow: 0 20px 34px rgba(17, 29, 68, .24);
  backdrop-filter: blur(5px);
}

.gie-home-route-card strong {
  font-size: 19px;
  line-height: 1.28;
}

.gie-home-route-card small {
  margin-top: 8px;
}

.gie-home-hero-badges {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: calc(100% - 44px);
}

.gie-home-hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 15px;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(23,39,93,.62);
  backdrop-filter: blur(7px);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.gie-home-quick-form {
  position: relative;
  z-index: 5;
  width: calc(100% - 38px);
  margin: -54px auto 0;
  padding: 23px 24px;
  border: 1px solid #d8e3ef;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 45px rgba(23, 39, 93, .12);
}

.gie-home-quick-form-heading {
  grid-template-columns: 1fr .8fr;
  gap: 18px;
}

.gie-home-quick-form h2 {
  font-size: 28px;
  line-height: 1.12;
}

.gie-home-quick-form-heading p {
  align-self: center;
  padding-left: 18px;
  border-left: 1px solid #dce5ef;
  font-size: 12px;
}

.gie-home-quick-fields {
  grid-template-columns: 1.15fr .7fr 1fr auto;
  gap: 12px;
}

.gie-home-quick-fields input,
.gie-home-quick-fields select {
  min-height: 52px;
  border-radius: 12px;
  border: 1px solid #c8d4e4;
  background: #fbfdff;
}

.gie-home-quick-fields button {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(23,39,93,.18);
}

@media (max-width: 1180px) {
  .gie-home-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gie-home-hero-copy {
    padding-bottom: 0;
  }

  .gie-home-visual-frame {
    max-width: 920px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .gie-home-hero-image,
  .gie-home-hero-image img {
    min-height: 390px;
  }

  .gie-home-quick-form {
    width: calc(100% - 24px);
    margin-top: -40px;
    padding: 20px;
  }

  .gie-home-quick-form h2 {
    font-size: 22px;
  }

  .gie-home-quick-form-heading {
    grid-template-columns: 1fr;
  }

  .gie-home-quick-form-heading p {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .gie-home-hero {
    padding: 12px 0 38px;
  }

  .gie-home-hero-copy h1 {
    font-size: 38px;
  }

  .gie-home-visual-frame {
    padding: 12px;
    border-radius: 22px;
  }

  .gie-home-hero-image,
  .gie-home-hero-image img {
    min-height: 320px;
    border-radius: 18px;
  }

  .gie-home-route-card {
    top: 14px;
    right: 14px;
    width: calc(100% - 28px);
    padding: 16px 15px;
  }

  .gie-home-route-card strong {
    font-size: 16px;
  }

  .gie-home-hero-badges {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    gap: 8px;
  }

  .gie-home-hero-badges span {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .gie-home-quick-form {
    width: calc(100% - 10px);
    margin-top: -24px;
    padding: 16px;
    border-radius: 18px;
  }

  .gie-home-quick-form h2 {
    font-size: 20px;
  }

  .gie-home-quick-fields {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   V4 HERO SLIDER REFINEMENT
   Lightweight, brand-aligned, fast-loading hero slider.
========================================================= */
.gie-home-visual-frame {
  display: block;
  padding: 16px;
}

.gie-home-hero-slider {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #dfe6ef, #f6f9fc);
  box-shadow: 0 22px 48px rgba(23, 39, 93, .16);
}

.gie-home-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.03);
  transition: opacity .65s ease, transform 3.8s ease, visibility .65s ease;
  will-change: opacity, transform;
}

.gie-home-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.gie-home-slide img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center center;
}

.gie-home-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23,39,93,.84) 0%, rgba(23,39,93,.58) 34%, rgba(23,39,93,.18) 62%, rgba(23,39,93,.08) 100%),
    linear-gradient(180deg, rgba(16,29,61,.06) 0%, rgba(16,29,61,.42) 100%);
}

.gie-home-slide-copy {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 3;
  width: min(500px, calc(100% - 68px));
  padding: 26px 26px 22px;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(23,39,93,.72), rgba(44,75,152,.62));
  box-shadow: 0 18px 34px rgba(17, 29, 68, .28);
  backdrop-filter: blur(6px);
}

.gie-home-slide-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: #cdeccc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gie-home-slide-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f6b2a, #9fd4ab);
}

.gie-home-slide-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.15;
  letter-spacing: -.02em;
}

.gie-home-slide-copy p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  line-height: 1.8;
}

.gie-home-slide-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.gie-home-slide-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 700;
}

.gie-home-slider-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gie-home-slider-arrow {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(23,39,93,.72);
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
  backdrop-filter: blur(6px);
}

.gie-home-slider-arrow:hover {
  transform: translateY(-1px);
  background: rgba(31,107,42,.92);
  border-color: rgba(255,255,255,.32);
}

.gie-home-slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(23,39,93,.55);
  backdrop-filter: blur(6px);
}

.gie-home-slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  cursor: pointer;
  transition: all .25s ease;
}

.gie-home-slider-dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f6b2a, #4f8c58);
}

.gie-home-quick-form {
  position: relative;
  z-index: 5;
  width: calc(100% - 38px);
  margin: -44px auto 0;
}

.gie-home-quick-form-heading {
  align-items: center;
}


@media (max-width: 720px) {
  .gie-home-motion-scene .card-main { width: 154px; height: 96px; }
  .gie-home-motion-scene .card-status { width: 170px; min-height: 86px; }
  .gie-home-motion-scene .parcel-lg { width: 104px; height: 74px; }
  .gie-home-motion-scene .parcel-sm { right: 112px; width: 60px; height: 46px; }
  .gie-home-motion-scene .bag-large { width: 110px; height: 110px; }
  .gie-home-motion-scene .bag-small { right: 162px; width: 80px; height: 92px; }
  .gie-home-motion-scene .med-bottle { width: 88px; height: 120px; }
  .gie-home-motion-scene .med-strip { right: 138px; width: 96px; height: 66px; }
  .gie-home-motion-scene .food-container { width: 122px; height: 96px; }
  .gie-home-motion-scene .food-box { right: 176px; width: 78px; height: 64px; }
  .gie-home-motion-scene .import-gate { width: 146px; height: 138px; }
  .gie-home-motion-scene .import-arrow { right: 150px; width: 88px; }
  .gie-home-motion-scene .lf-package { width: 98px; height: 72px; }
  .gie-home-motion-scene .lf-pin { right: 170px; width: 48px; height: 64px; }
}

@media (max-width: 480px) {
  .gie-home-service-slide-visual { justify-content: center; }
  .gie-home-motion-scene .card-main,
  .gie-home-motion-scene .card-status { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .gie-home-slide,
  .gie-home-slider-arrow,
  .gie-home-slider-dots button {
    transition: none !important;
  }
}

@media (max-width: 900px) {
  .gie-home-hero-slider,
  .gie-home-slide img {
    min-height: 390px;
  }

  .gie-home-slide-copy {
    left: 22px;
    right: 22px;
    bottom: 22px;
    width: auto;
    padding: 18px 18px 16px;
  }

  .gie-home-slide-copy h2 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .gie-home-visual-frame {
    padding: 10px;
  }

  .gie-home-hero-slider,
  .gie-home-slide img {
    min-height: 320px;
    border-radius: 18px;
  }

  .gie-home-slide-copy {
    left: 12px;
    right: 12px;
    bottom: 50px;
    padding: 14px 14px 12px;
    border-radius: 16px;
  }

  .gie-home-slide-kicker {
    margin-bottom: 8px;
    font-size: 9px;
    letter-spacing: .11em;
  }

  .gie-home-slide-copy h2 {
    font-size: 18px;
    line-height: 1.18;
  }

  .gie-home-slide-copy p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }

  .gie-home-slide-points {
    gap: 6px;
    margin-top: 10px;
  }

  .gie-home-slide-points span {
    min-height: 28px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .gie-home-slider-controls {
    right: 12px;
    bottom: 10px;
    left: 12px;
    justify-content: space-between;
  }

  .gie-home-slider-dots {
    flex: 1;
    justify-content: center;
  }

  .gie-home-slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }

  .gie-home-quick-form {
    width: calc(100% - 8px);
    margin-top: -20px;
  }
}


/* =========================================================
   V5 FULL WIDTH HERO SLIDER + TRANSITION STRIP
========================================================= */
.gie-home-hero-full {
  position: relative;
  padding: 0 0 26px;
  background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
}

.gie-home-hero-stage {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #0f2147;
}

.gie-home-stage-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition: opacity .75s ease, transform 5.2s ease, visibility .75s ease;
}

.gie-home-stage-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.gie-home-stage-slide img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  object-position: center center;
}

.gie-home-stage-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 33, 71, .88) 0%, rgba(15, 33, 71, .70) 34%, rgba(15, 33, 71, .40) 58%, rgba(15, 33, 71, .26) 100%),
    linear-gradient(180deg, rgba(15, 33, 71, .15) 0%, rgba(15, 33, 71, .58) 100%);
  z-index: 1;
}

.gie-home-stage-blur {
  position: absolute;
  top: 70px;
  left: 9%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 96, 194, .32) 0%, rgba(33, 96, 194, 0) 68%);
  filter: blur(6px);
  z-index: 1;
}

.gie-home-hero-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 420px);
  gap: 46px;
  align-items: end;
  min-height: 760px;
  padding-top: 72px;
  padding-bottom: 124px;
}

.gie-home-hero-full .gie-home-hero-copy {
  max-width: 720px;
  padding: 0;
}

.gie-home-hero-full .gie-home-kicker {
  color: #cfe6d7;
}

.gie-home-hero-full .gie-home-kicker::before {
  background: #4c8e5a;
}

.gie-home-hero-full .gie-home-hero-copy h1 {
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(50px, 5vw, 84px);
  line-height: .98;
  letter-spacing: -.045em;
}

.gie-home-hero-full .gie-home-hero-copy h1 span {
  color: #6fb483;
}

.gie-home-hero-full .gie-home-hero-intro {
  max-width: 650px;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.95;
}

.gie-home-hero-full .gie-home-btn-primary {
  background: linear-gradient(135deg, #1f6b2a 0%, #2f8d43 100%);
  box-shadow: 0 18px 32px rgba(31, 107, 42, .28);
}

.gie-home-hero-full .gie-home-btn-primary:hover {
  background: linear-gradient(135deg, #185523 0%, #28763a 100%);
}

.gie-home-hero-full .gie-home-btn-whatsapp {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: #ffffff;
}

.gie-home-hero-full .gie-home-btn-whatsapp:hover {
  background: rgba(255,255,255,.16);
}

.gie-home-hero-full .gie-home-btn-outline {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.26);
  color: #ffffff;
}

.gie-home-hero-full .gie-home-btn-outline:hover {
  background: rgba(255,255,255,.1);
}

.gie-home-hero-full .gie-home-hero-points span {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: #ffffff;
}

.gie-home-hero-full .gie-home-hero-stats article {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  box-shadow: none;
}

.gie-home-hero-full .gie-home-hero-stats strong,
.gie-home-hero-full .gie-home-hero-stats span,
.gie-home-hero-full .gie-home-pickup-line {
  color: #ffffff;
}

.gie-home-hero-full .gie-home-pickup-line strong {
  color: #d8ebde;
}

.gie-home-hero-sidecard {
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,250,253,.96) 100%);
  box-shadow: 0 28px 60px rgba(12, 30, 68, .22);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.gie-home-side-card-top {
  padding: 28px 26px 16px;
  border-bottom: 1px solid #e4ebf3;
}

.gie-home-side-card-top h2 {
  margin: 10px 0 8px;
  color: #10264d;
  font-size: 30px;
  line-height: 1.1;
}

.gie-home-side-card-top p {
  margin: 0;
  color: #5a6c87;
  font-size: 14px;
  line-height: 1.8;
}

.gie-home-quick-form-hero {
  width: 100%;
  margin: 0;
  padding: 22px 24px 26px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.gie-home-quick-form-hero .gie-home-quick-fields {
  grid-template-columns: 1fr;
  gap: 14px;
}

.gie-home-quick-form-hero .gie-home-quick-fields label {
  display: block;
}

.gie-home-quick-form-hero .gie-home-quick-fields input,
.gie-home-quick-form-hero .gie-home-quick-fields select {
  min-height: 56px;
  border-radius: 14px;
  border: 1px solid #c7d6e6;
  background: #ffffff;
}

.gie-home-quick-form-hero .gie-home-quick-fields button {
  min-height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #223f8b 0%, #28468f 100%);
  box-shadow: 0 16px 30px rgba(40, 70, 143, .22);
}

.gie-home-quick-form-hero .gie-home-quick-fields button:hover {
  background: linear-gradient(135deg, #1b356f 0%, #233d7c 100%);
}

.gie-home-slider-controls-full {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 4;
}

.gie-home-slider-controls-full .gie-home-slider-arrow {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
}

.gie-home-slider-controls-full .gie-home-slider-dots {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.18);
}

.gie-home-slider-controls-full .gie-home-slider-dots button.is-active {
  background: linear-gradient(90deg, #4c8e5a, #71b280);
}

.gie-home-hero-bridge {
  position: relative;
  z-index: 5;
  margin-top: -74px;
  padding-bottom: 16px;
}

.gie-home-bridge-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #d7e0eb;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,250,253,.98) 100%);
  box-shadow: 0 24px 54px rgba(16, 38, 77, .12);
}

.gie-home-bridge-card article {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 28px 26px;
}

.gie-home-bridge-card article + article {
  border-left: 1px solid #e6edf5;
}

.gie-home-bridge-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #edf6ef 0%, #dcecdf 100%);
  color: #1f6b2a;
  font-size: 22px;
  font-weight: 800;
}

.gie-home-bridge-card h3 {
  margin: 0 0 8px;
  color: #10264d;
  font-size: 22px;
  line-height: 1.15;
}

.gie-home-bridge-card p {
  margin: 0;
  color: #5c6e89;
  font-size: 14px;
  line-height: 1.8;
}

.gie-home-overview {
  padding-top: 38px;
}

@media (max-width: 1180px) {
  .gie-home-hero-panel {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
    padding-bottom: 116px;
  }

  .gie-home-hero-sidecard {
    max-width: 560px;
  }

  .gie-home-bridge-card {
    grid-template-columns: 1fr;
  }

  .gie-home-bridge-card article + article {
    border-left: 0;
    border-top: 1px solid #e6edf5;
  }
}

@media (max-width: 900px) {
  .gie-home-hero-stage,
  .gie-home-stage-slide img {
    min-height: 900px;
  }

  .gie-home-hero-panel {
    min-height: 900px;
    padding-top: 54px;
    padding-bottom: 110px;
  }

  .gie-home-hero-full .gie-home-hero-copy h1 {
    font-size: 48px;
  }

  .gie-home-slider-controls-full {
    bottom: 20px;
  }
}

@media (max-width: 640px) {
  .gie-home-hero-stage,
  .gie-home-stage-slide img {
    min-height: 940px;
  }

  .gie-home-hero-panel {
    min-height: 940px;
    gap: 20px;
    padding-top: 34px;
    padding-bottom: 94px;
  }

  .gie-home-stage-blur {
    width: 230px;
    height: 230px;
    top: 34px;
    left: -20px;
  }

  .gie-home-hero-full .gie-home-hero-copy h1 {
    font-size: 38px;
  }

  .gie-home-hero-full .gie-home-hero-intro {
    font-size: 14px;
    line-height: 1.8;
  }

  .gie-home-side-card-top {
    padding: 20px 18px 12px;
  }

  .gie-home-side-card-top h2 {
    font-size: 24px;
  }

  .gie-home-quick-form-hero {
    padding: 18px 18px 20px;
  }

  .gie-home-slider-controls-full {
    left: 14px;
    right: 14px;
    bottom: 14px;
    transform: none;
    justify-content: space-between;
  }

  .gie-home-slider-controls-full .gie-home-slider-dots {
    flex: 1;
    justify-content: center;
  }

  .gie-home-hero-bridge {
    margin-top: -42px;
  }

  .gie-home-bridge-card {
    border-radius: 20px;
  }

  .gie-home-bridge-card article {
    padding: 20px 18px;
  }

  .gie-home-bridge-card h3 {
    font-size: 18px;
  }
}


/* =========================================================
   V6 CLEAN, SHORT, READABLE HERO
========================================================= */
.gie-home-hero-clean {
  position: relative;
  padding: 0;
  background: #111f42;
}

.gie-home-clean-slider {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #111f42;
}

.gie-home-clean-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity .7s ease, transform 5.5s ease, visibility .7s ease;
}

.gie-home-clean-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.gie-home-clean-slide img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center center;
}

.gie-home-clean-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 30, 68, .94) 0%, rgba(13, 30, 68, .82) 35%, rgba(13, 30, 68, .42) 63%, rgba(13, 30, 68, .18) 100%),
    linear-gradient(180deg, rgba(13,30,68,.10) 0%, rgba(13,30,68,.34) 100%);
}

.gie-home-clean-content {
  position: relative;
  z-index: 2;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 72px;
}

.gie-home-clean-copy {
  width: min(660px, 100%);
  padding: 30px 34px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(17,31,66,.68), rgba(36,53,118,.42));
  box-shadow: 0 20px 46px rgba(6,16,38,.24);
  backdrop-filter: blur(4px);
}

.gie-home-clean-copy .gie-home-kicker {
  color: #cbe5d1;
}

.gie-home-clean-copy .gie-home-kicker::before {
  background: #4d925b;
}

.gie-home-clean-copy h1 {
  margin: 15px 0 16px;
  color: #ffffff;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.gie-home-clean-copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.8;
}

.gie-home-clean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.gie-home-clean-actions .gie-home-btn-primary {
  background: linear-gradient(135deg, #1f6b2a 0%, #2f8d43 100%);
  box-shadow: 0 16px 30px rgba(31,107,42,.28);
}

.gie-home-clean-actions .gie-home-btn-whatsapp {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  color: #ffffff;
  box-shadow: none;
}

.gie-home-clean-controls {
  position: absolute;
  right: 34px;
  bottom: 28px;
  left: auto;
  z-index: 3;
  transform: none;
}

.gie-home-clean-controls .gie-home-slider-arrow {
  width: 40px;
  height: 40px;
  background: rgba(17,31,66,.62);
  border-color: rgba(255,255,255,.18);
}


.gie-home-motion-scene {
  position: relative;
  width: min(100%, 430px);
  height: 320px;
  pointer-events: none;
  filter: drop-shadow(0 18px 32px rgba(4, 16, 42, .18));
}

.gie-home-motion-scene .motion-glow {
  position: absolute;
  right: 42px;
  top: 26px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97, 211, 147, .18) 0%, rgba(46, 107, 214, .14) 48%, rgba(46, 107, 214, 0) 74%);
  filter: blur(2px);
  animation: giePulseGlow 4s ease-in-out infinite;
}

.gie-home-motion-scene .motion-orbit {
  position: absolute;
  right: 22px;
  top: 14px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  opacity: .75;
}

.gie-home-motion-scene .motion-card,
.gie-home-motion-scene .import-card,
.gie-home-motion-scene .food-container {
  position: absolute;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(160deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  box-shadow: 0 22px 36px rgba(7, 19, 48, .18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gie-home-motion-scene .card-main {
  left: 8px;
  top: 34px;
  width: 178px;
  height: 108px;
  padding: 16px 16px 14px;
  animation: gieFloatOne 5.5s ease-in-out infinite;
}

.gie-home-motion-scene .card-mini {
  left: 44px;
  top: 162px;
  width: 92px;
  height: 70px;
  animation: gieFloatTwo 6s ease-in-out infinite;
}

.gie-home-motion-scene .card-status {
  right: 10px;
  bottom: 34px;
  width: 194px;
  min-height: 94px;
  padding: 16px 16px 14px;
  animation: gieFloatTwo 6.4s ease-in-out infinite;
}

.gie-home-motion-scene .card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(231, 241, 255, .92);
}

.gie-home-motion-scene .card-line {
  display: block;
  height: 8px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.54);
}

.gie-home-motion-scene .line-strong { width: 88%; }
.gie-home-motion-scene .line-short { width: 58%; }
.gie-home-motion-scene .card-mini::before,
.gie-home-motion-scene .card-mini::after {
  content: "";
  position: absolute;
  left: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
}
.gie-home-motion-scene .card-mini::before { top: 18px; width: 54px; height: 8px; }
.gie-home-motion-scene .card-mini::after { top: 34px; width: 34px; height: 8px; }

.gie-home-motion-scene .motion-parcel,
.gie-home-motion-scene .cargo-stack,
.gie-home-motion-scene .import-parcel,
.gie-home-motion-scene .lf-package,
.gie-home-motion-scene .food-box {
  position: absolute;
  border-radius: 16px;
  background: linear-gradient(160deg, #f0bc81 0%, #d89d62 100%);
  box-shadow: inset 0 0 0 1px rgba(86, 47, 12, .12), 0 16px 26px rgba(7, 19, 48, .16);
}

.gie-home-motion-scene .motion-parcel::before,
.gie-home-motion-scene .cargo-stack::before,
.gie-home-motion-scene .import-parcel::before,
.gie-home-motion-scene .lf-package::before,
.gie-home-motion-scene .food-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 100%;
  transform: translateX(-50%);
  background: rgba(246, 237, 225, .65);
}

.gie-home-motion-scene .parcel-lg { right: 24px; bottom: 48px; width: 132px; height: 92px; animation: gieLiftUp 4.8s ease-in-out infinite; }
.gie-home-motion-scene .parcel-sm { right: 142px; bottom: 66px; width: 72px; height: 58px; animation: gieLiftUp 4.8s ease-in-out infinite .6s; }
.gie-home-motion-scene .motion-route {
  position: absolute;
  right: 126px;
  top: 84px;
  width: 126px;
  height: 76px;
  border-top: 2px dashed rgba(210, 229, 255, .78);
  border-right: 2px dashed rgba(210, 229, 255, .78);
  border-radius: 0 100px 0 0;
  opacity: .85;
}
.gie-home-motion-scene .motion-dot,
.gie-home-motion-scene .motion-node {
  position: absolute;
  border-radius: 50%;
  background: #7bd49c;
  box-shadow: 0 0 0 8px rgba(123, 212, 156, .12);
}
.gie-home-motion-scene .motion-dot { width: 10px; height: 10px; right: 164px; top: 149px; animation: gieRouteMove 4.8s ease-in-out infinite; }
.gie-home-motion-scene .node-a { width: 11px; height: 11px; right: 112px; top: 88px; }
.gie-home-motion-scene .node-b { width: 11px; height: 11px; right: 240px; top: 156px; }

.gie-home-motion-scene .cargo-crane {
  position: absolute;
  left: 26px;
  bottom: 44px;
  width: 154px;
  height: 180px;
}
.gie-home-motion-scene .cargo-crane::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 10px;
  height: 150px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(226,236,255,.95), rgba(163,188,230,.92));
}
.gie-home-motion-scene .crane-arm,
.gie-home-motion-scene .crane-cable,
.gie-home-motion-scene .crane-hook {
  position: absolute;
  display: block;
}
.gie-home-motion-scene .crane-arm {
  left: 28px;
  top: 24px;
  width: 116px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(226,236,255,.98), rgba(176,200,238,.92));
}
.gie-home-motion-scene .crane-cable {
  left: 114px;
  top: 32px;
  width: 2px;
  height: 82px;
  background: rgba(235,242,255,.9);
  animation: gieCableMove 4s ease-in-out infinite;
}
.gie-home-motion-scene .crane-hook {
  left: 104px;
  top: 112px;
  width: 24px;
  height: 18px;
  border: 3px solid rgba(235,242,255,.92);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  animation: gieCableMove 4s ease-in-out infinite;
}
.gie-home-motion-scene .stack-a { left: 178px; bottom: 62px; width: 78px; height: 56px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .stack-b { left: 242px; bottom: 44px; width: 98px; height: 74px; animation: gieLiftUp 4.6s ease-in-out infinite .35s; }
.gie-home-motion-scene .stack-c { left: 304px; bottom: 74px; width: 74px; height: 44px; animation: gieLiftUp 4.6s ease-in-out infinite .7s; }

.gie-home-motion-scene .bag {
  position: absolute;
  bottom: 48px;
  border-radius: 24px 24px 18px 18px;
  background: linear-gradient(160deg, rgba(231,241,255,.9), rgba(170,193,230,.86));
  box-shadow: 0 18px 28px rgba(7, 19, 48, .18);
}
.gie-home-motion-scene .bag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 48px;
  height: 26px;
  transform: translateX(-50%);
  border: 4px solid rgba(231,241,255,.92);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}
.gie-home-motion-scene .bag-large { right: 38px; width: 134px; height: 132px; animation: gieFloatOne 5s ease-in-out infinite; }
.gie-home-motion-scene .bag-small { right: 190px; width: 92px; height: 104px; animation: gieFloatTwo 5.6s ease-in-out infinite; }
.gie-home-motion-scene .bag-tag {
  position: absolute;
  right: 154px;
  top: 76px;
  width: 42px;
  height: 58px;
  border-radius: 12px;
  background: linear-gradient(160deg, #7bd49c, #4da871);
  box-shadow: 0 10px 22px rgba(19, 98, 50, .26);
  transform: rotate(-16deg);
  animation: gieTagSwing 3.8s ease-in-out infinite;
}
.gie-home-motion-scene .bag-tag::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
}

.gie-home-motion-scene .med-bottle {
  position: absolute;
  right: 46px;
  bottom: 56px;
  width: 110px;
  height: 140px;
  border-radius: 24px 24px 20px 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(212, 227, 248, .92));
  box-shadow: 0 20px 28px rgba(7, 19, 48, .18);
  animation: gieFloatOne 5.2s ease-in-out infinite;
}
.gie-home-motion-scene .med-bottle::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -20px;
  width: 66px;
  height: 26px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, #74b594, #428d6c);
}
.gie-home-motion-scene .med-bottle::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 46px;
  width: 74px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(160deg, #64c38c, #3f9b69);
}
.gie-home-motion-scene .med-strip {
  position: absolute;
  right: 176px;
  bottom: 74px;
  width: 118px;
  height: 74px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(245,248,252,.95), rgba(214,225,244,.9));
  box-shadow: 0 16px 24px rgba(7, 19, 48, .16);
}
.gie-home-motion-scene .med-strip::before {
  content: "";
  position: absolute;
  inset: 14px;
  background:
    radial-gradient(circle at 14px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 44px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 74px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 14px 38px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 44px 38px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 74px 38px, #88d3a3 0 8px, transparent 9px);
}
.gie-home-motion-scene .med-capsule {
  position: absolute;
  right: 130px;
  top: 76px;
  width: 92px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6bcc92 0 50%, rgba(255,255,255,.96) 50% 100%);
  box-shadow: 0 12px 22px rgba(7, 19, 48, .16);
  transform: rotate(-24deg);
  animation: gieFloatTwo 4.8s ease-in-out infinite;
}
.gie-home-motion-scene .med-shield {
  position: absolute;
  right: 208px;
  top: 48px;
  width: 66px;
  height: 80px;
  clip-path: polygon(50% 0%, 92% 18%, 92% 52%, 50% 100%, 8% 52%, 8% 18%);
  background: linear-gradient(180deg, rgba(107,204,147,.96), rgba(69,145,103,.92));
  box-shadow: 0 16px 26px rgba(21, 92, 56, .24);
  animation: giePulseShield 4s ease-in-out infinite;
}
.gie-home-motion-scene .med-shield::before,
.gie-home-motion-scene .med-shield::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.96);
  border-radius: 999px;
}
.gie-home-motion-scene .med-shield::before { left: 28px; top: 18px; width: 10px; height: 32px; }
.gie-home-motion-scene .med-shield::after { left: 17px; top: 29px; width: 32px; height: 10px; }

.gie-home-motion-scene .food-container {
  right: 46px;
  bottom: 60px;
  width: 152px;
  height: 112px;
  animation: gieFloatOne 5.5s ease-in-out infinite;
}
.gie-home-motion-scene .food-container::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: -16px;
  height: 26px;
  border-radius: 16px 16px 10px 10px;
  background: linear-gradient(160deg, rgba(255,255,255,.82), rgba(218, 233, 247, .78));
}
.gie-home-motion-scene .food-box { right: 212px; bottom: 74px; width: 92px; height: 74px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .food-leaf {
  position: absolute;
  right: 88px;
  top: 68px;
  width: 78px;
  height: 46px;
  border-radius: 78px 0 78px 0;
  background: linear-gradient(160deg, #72c78f, #2f8d5a);
  transform: rotate(-22deg);
  box-shadow: 0 12px 22px rgba(21, 92, 56, .24);
}
.gie-home-motion-scene .food-leaf::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 7px;
  width: 3px;
  height: 32px;
  background: rgba(255,255,255,.78);
  transform: rotate(26deg);
}
.gie-home-motion-scene .food-steam {
  position: absolute;
  width: 14px;
  height: 54px;
  border: 2px solid rgba(219, 239, 228, .9);
  border-right: 0;
  border-bottom: 0;
  border-radius: 18px 0 0 0;
  opacity: .72;
}
.gie-home-motion-scene .steam-a { right: 112px; top: 72px; animation: gieSteam 3s ease-in-out infinite; }
.gie-home-motion-scene .steam-b { right: 86px; top: 78px; animation: gieSteam 3s ease-in-out infinite .45s; }

.gie-home-motion-scene .import-gate {
  position: absolute;
  right: 50px;
  bottom: 52px;
  width: 176px;
  height: 166px;
  border-radius: 26px;
  border: 10px solid rgba(231,241,255,.9);
  border-bottom-width: 14px;
  box-shadow: 0 18px 28px rgba(7, 19, 48, .18);
}
.gie-home-motion-scene .import-arrow {
  position: absolute;
  right: 182px;
  top: 84px;
  width: 108px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(115, 210, 153, .95), rgba(90, 174, 130, .9));
  animation: gieArrowFlow 3.8s ease-in-out infinite;
}
.gie-home-motion-scene .import-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -7px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid rgba(90, 174, 130, .92);
}
.gie-home-motion-scene .import-parcel { right: 118px; bottom: 72px; width: 84px; height: 62px; animation: gieImportMove 3.8s ease-in-out infinite; }
.gie-home-motion-scene .import-card {
  left: 34px;
  bottom: 52px;
  width: 120px;
  height: 84px;
}
.gie-home-motion-scene .import-card::before,
.gie-home-motion-scene .import-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.52);
}
.gie-home-motion-scene .import-card::before { top: 22px; }
.gie-home-motion-scene .import-card::after { top: 40px; width: 58%; }

.gie-home-motion-scene .lf-package { right: 72px; bottom: 58px; width: 120px; height: 88px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .lf-pin {
  position: absolute;
  right: 206px;
  top: 64px;
  width: 56px;
  height: 74px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(180deg, #74cc94, #3a8f60);
  box-shadow: 0 14px 24px rgba(21, 92, 56, .24);
}
.gie-home-motion-scene .lf-pin::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
}
.gie-home-motion-scene .lf-search {
  position: absolute;
  right: 170px;
  bottom: 88px;
  width: 98px;
  height: 98px;
  border: 8px solid rgba(231,241,255,.92);
  border-radius: 50%;
  animation: gieSearchPulse 4s ease-in-out infinite;
}
.gie-home-motion-scene .lf-search::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 6px;
  width: 34px;
  height: 10px;
  border-radius: 999px;
  background: rgba(231,241,255,.92);
  transform: rotate(42deg);
}
.gie-home-motion-scene .lf-tag {
  position: absolute;
  right: 210px;
  bottom: 70px;
  width: 48px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(255,255,255,.95), rgba(215, 228, 246, .9));
  transform: rotate(18deg);
  box-shadow: 0 12px 20px rgba(7, 19, 48, .16);
}
.gie-home-motion-scene .lf-tag::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(113, 198, 145, .95);
}

@keyframes gieFloatOne {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-10px,0); }
}
@keyframes gieFloatTwo {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,10px,0); }
}
@keyframes gieLiftUp {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-8px,0); }
}
@keyframes giePulseGlow {
  0%,100% { transform: scale(1); opacity: .82; }
  50% { transform: scale(1.08); opacity: 1; }
}
@keyframes gieRouteMove {
  0% { transform: translate3d(0,0,0); opacity: .4; }
  20% { opacity: 1; }
  55% { transform: translate3d(42px,-38px,0); opacity: 1; }
  100% { transform: translate3d(82px,-62px,0); opacity: .5; }
}
@keyframes gieCableMove {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
@keyframes gieTagSwing {
  0%,100% { transform: rotate(-16deg); }
  50% { transform: rotate(-6deg); }
}
@keyframes giePulseShield {
  0%,100% { transform: scale(1); box-shadow: 0 16px 26px rgba(21, 92, 56, .24); }
  50% { transform: scale(1.06); box-shadow: 0 18px 30px rgba(21, 92, 56, .34); }
}
@keyframes gieSteam {
  0% { opacity: .3; transform: translateY(8px) scale(.95); }
  50% { opacity: .8; }
  100% { opacity: 0; transform: translateY(-10px) scale(1.05); }
}
@keyframes gieArrowFlow {
  0%,100% { transform: translateX(0); opacity: .86; }
  50% { transform: translateX(12px); opacity: 1; }
}
@keyframes gieImportMove {
  0% { transform: translateX(-20px); opacity: .3; }
  30%,70% { opacity: 1; }
  100% { transform: translateX(22px); opacity: .5; }
}
@keyframes gieSearchPulse {
  0%,100% { transform: scale(1); opacity: .92; }
  50% { transform: scale(1.06); opacity: 1; }
}

.gie-home-clean-controls .gie-home-slider-dots {
  background: rgba(17,31,66,.55);
  border-color: rgba(255,255,255,.14);
}

.gie-home-clean-controls .gie-home-slider-dots button.is-active {
  background: linear-gradient(90deg, #4c8e5a, #76b884);
}

.gie-home-hero-transition {
  position: relative;
  z-index: 5;
  margin-top: -28px;
  padding-bottom: 22px;
}

.gie-home-transition-shell {
  overflow: hidden;
  border: 1px solid #d8e1ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(16,38,77,.12);
}

.gie-home-transition-quote {
  display: grid;
  grid-template-columns: 1.2fr 1fr .65fr 1fr auto;
  gap: 12px;
  align-items: end;
  padding: 20px 22px;
  background: linear-gradient(90deg, #f7faf8 0%, #f7f9fc 100%);
}

.gie-home-transition-heading span,
.gie-home-transition-heading strong {
  display: block;
}

.gie-home-transition-heading span {
  color: #1f6b2a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gie-home-transition-heading strong {
  margin-top: 5px;
  color: #10264d;
  font-size: 18px;
  line-height: 1.2;
}

.gie-home-transition-quote label {
  display: grid;
  gap: 6px;
}

.gie-home-transition-quote label > span {
  color: #10264d;
  font-size: 11px;
  font-weight: 800;
}

.gie-home-transition-quote input,
.gie-home-transition-quote select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #cbd8e6;
  border-radius: 11px;
  background: #ffffff;
  color: #10264d;
  font: inherit;
  outline: 0;
}

.gie-home-transition-quote input:focus,
.gie-home-transition-quote select:focus {
  border-color: #2c4b98;
  box-shadow: 0 0 0 4px rgba(44,75,152,.09);
}

.gie-home-transition-quote button {
  min-height: 48px;
  padding: 0 19px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #243576 0%, #2c4b98 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
  white-space: nowrap;
}

.gie-home-transition-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e5ecf3;
}

.gie-home-transition-points article {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 22px;
}

.gie-home-transition-points article + article {
  border-left: 1px solid #e5ecf3;
}

.gie-home-transition-points article > span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #e7f2e9;
  color: #1f6b2a;
  font-weight: 900;
}

.gie-home-transition-points strong,
.gie-home-transition-points small {
  display: block;
}

.gie-home-transition-points strong {
  color: #10264d;
  font-size: 14px;
}

.gie-home-transition-points small {
  margin-top: 4px;
  color: #6b7a91;
  font-size: 11px;
  line-height: 1.5;
}

.gie-home-overview {
  padding-top: 48px;
}

@media (max-width: 1100px) {
  .gie-home-transition-quote {
    grid-template-columns: 1fr 1fr;
  }

  .gie-home-transition-quote button {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .gie-home-clean-slider,
  .gie-home-clean-slide img,
  .gie-home-clean-content {
    min-height: 620px;
  }

  .gie-home-clean-copy {
    width: min(600px, 100%);
  }

  .gie-home-transition-points {
    grid-template-columns: 1fr;
  }

  .gie-home-transition-points article + article {
    border-left: 0;
    border-top: 1px solid #e5ecf3;
  }
}

@media (max-width: 600px) {
  .gie-home-clean-slider,
  .gie-home-clean-slide img,
  .gie-home-clean-content {
    min-height: 570px;
  }

  .gie-home-clean-content {
    padding-top: 26px;
    padding-bottom: 72px;
  }

  .gie-home-clean-copy {
    padding: 22px 20px;
    border-radius: 19px;
  }

  .gie-home-clean-copy h1 {
    font-size: 37px;
  }

  .gie-home-clean-copy p {
    font-size: 14px;
    line-height: 1.7;
  }

  .gie-home-clean-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gie-home-clean-actions .gie-home-btn {
    width: 100%;
  }

  .gie-home-clean-controls {
    right: 14px;
    bottom: 14px;
  }

  .gie-home-hero-transition {
    margin-top: -18px;
  }

  .gie-home-transition-quote {
    grid-template-columns: 1fr;
    padding: 17px;
  }

  .gie-home-transition-shell {
    border-radius: 18px;
  }
}


/* =========================================================
   V7 FULL-WIDTH TEXT PANEL + RELIABLE AUTOPLAY
========================================================= */
.gie-home-clean-slider,
.gie-home-clean-slide img,
.gie-home-clean-content {
  min-height: 520px;
}

.gie-home-clean-slide img {
  object-position: center center;
}

.gie-home-clean-overlay {
  background:
    linear-gradient(90deg, rgba(13,30,68,.80) 0%, rgba(13,30,68,.56) 42%, rgba(13,30,68,.26) 74%, rgba(13,30,68,.16) 100%),
    linear-gradient(180deg, rgba(13,30,68,.05) 0%, rgba(13,30,68,.38) 100%);
}

.gie-home-clean-content {
  align-items: center;
  padding-top: 38px;
  padding-bottom: 70px;
}

.gie-home-clean-copy {
  width: 100%;
  max-width: none;
  padding: 34px 42px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(17,31,66,.84) 0%, rgba(36,53,118,.68) 52%, rgba(36,53,118,.34) 82%, rgba(36,53,118,.16) 100%);
  box-shadow: 0 22px 48px rgba(6,16,38,.22);
  backdrop-filter: blur(3px);
}

.gie-home-clean-copy h1 {
  max-width: 1120px;
  margin-top: 14px;
  font-size: clamp(42px, 4.8vw, 70px);
  line-height: 1.02;
}

.gie-home-clean-copy p {
  max-width: 900px;
  font-size: 15px;
  line-height: 1.8;
}

.gie-home-clean-actions {
  margin-top: 22px;
}

.gie-home-clean-controls {
  right: 30px;
  bottom: 24px;
}

.gie-home-clean-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 4px;
  overflow: hidden;
  background: rgba(255,255,255,.14);
}

.gie-home-clean-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: linear-gradient(90deg, #1f6b2a, #75b985);
}

.gie-home-clean-progress.is-running span {
  animation: gieHomeHeroProgress 5.2s linear forwards;
}

@keyframes gieHomeHeroProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (max-width: 800px) {
  .gie-home-clean-slider,
  .gie-home-clean-slide img,
  .gie-home-clean-content {
    min-height: 560px;
  }

  .gie-home-clean-copy {
    width: 100%;
    padding: 28px 26px;
  }

  .gie-home-clean-copy h1 {
    max-width: 100%;
    font-size: 46px;
  }
}

@media (max-width: 600px) {
  .gie-home-clean-slider,
  .gie-home-clean-slide img,
  .gie-home-clean-content {
    min-height: 530px;
  }

  .gie-home-clean-content {
    padding-top: 22px;
    padding-bottom: 68px;
  }

  .gie-home-clean-copy {
    padding: 23px 20px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(17,31,66,.84), rgba(36,53,118,.66));
  }

  .gie-home-clean-copy h1 {
    font-size: 35px;
    line-height: 1.05;
  }

  .gie-home-clean-copy p {
    font-size: 13px;
    line-height: 1.65;
  }
}


@media (max-width: 720px) {
  .gie-home-motion-scene .card-main { width: 154px; height: 96px; }
  .gie-home-motion-scene .card-status { width: 170px; min-height: 86px; }
  .gie-home-motion-scene .parcel-lg { width: 104px; height: 74px; }
  .gie-home-motion-scene .parcel-sm { right: 112px; width: 60px; height: 46px; }
  .gie-home-motion-scene .bag-large { width: 110px; height: 110px; }
  .gie-home-motion-scene .bag-small { right: 162px; width: 80px; height: 92px; }
  .gie-home-motion-scene .med-bottle { width: 88px; height: 120px; }
  .gie-home-motion-scene .med-strip { right: 138px; width: 96px; height: 66px; }
  .gie-home-motion-scene .food-container { width: 122px; height: 96px; }
  .gie-home-motion-scene .food-box { right: 176px; width: 78px; height: 64px; }
  .gie-home-motion-scene .import-gate { width: 146px; height: 138px; }
  .gie-home-motion-scene .import-arrow { right: 150px; width: 88px; }
  .gie-home-motion-scene .lf-package { width: 98px; height: 72px; }
  .gie-home-motion-scene .lf-pin { right: 170px; width: 48px; height: 64px; }
}

@media (max-width: 480px) {
  .gie-home-service-slide-visual { justify-content: center; }
  .gie-home-motion-scene .card-main,
  .gie-home-motion-scene .card-status { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .gie-home-clean-progress span {
    animation: none !important;
  }
}


/* =========================================================
   V8 SYNCHRONISED SERVICE IMAGE + TEXT SLIDER
========================================================= */
.gie-home-clean-slide {
  overflow: hidden;
}

.gie-home-clean-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 34%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(180deg, rgba(11,25,57,.08), rgba(11,25,57,.28));
}

.gie-home-clean-slide img {
  position: absolute;
  inset: 0;
}

.gie-home-slide-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(13,30,68,.92) 0%, rgba(13,30,68,.78) 38%, rgba(13,30,68,.45) 67%, rgba(13,30,68,.22) 100%),
    linear-gradient(180deg, rgba(13,30,68,.08) 0%, rgba(13,30,68,.34) 100%);
}

.gie-home-service-slide-content {
  position: relative;
  z-index: 3;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 70px;
}

.gie-home-service-slide-copy {
  width: 100%;
  padding: 34px 42px;
  opacity: 0;
  transform: translateY(24px);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(17,31,66,.86) 0%, rgba(36,53,118,.70) 52%, rgba(36,53,118,.34) 82%, rgba(36,53,118,.14) 100%);
  box-shadow: 0 22px 48px rgba(6,16,38,.22);
  backdrop-filter: blur(3px);
  transition: opacity .5s ease .18s, transform .55s ease .18s;
}

.gie-home-clean-slide.is-active .gie-home-service-slide-copy {
  opacity: 1;
  transform: translateY(0);
}

.gie-home-service-slide-copy .gie-home-kicker {
  color: #cbe5d1;
}

.gie-home-service-slide-copy .gie-home-kicker::before {
  background: #4d925b;
}

.gie-home-service-slide-copy h1,
.gie-home-service-slide-copy h2 {
  max-width: 1120px;
  margin: 14px 0 16px;
  color: #ffffff;
  font-size: clamp(42px, 4.8vw, 70px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.gie-home-service-slide-copy p {
  max-width: 900px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.8;
}

.gie-home-service-slide-copy .gie-home-clean-actions {
  margin-top: 22px;
}

.gie-home-service-slide-copy .gie-home-btn-whatsapp {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.20);
  color: #ffffff;
  box-shadow: none;
}

.gie-home-service-slide-copy .gie-home-btn-whatsapp:hover {
  color: #ffffff;
  background: rgba(255,255,255,.15);
}


.gie-home-motion-scene {
  position: relative;
  width: min(100%, 430px);
  height: 320px;
  pointer-events: none;
  filter: drop-shadow(0 18px 32px rgba(4, 16, 42, .18));
}

.gie-home-motion-scene .motion-glow {
  position: absolute;
  right: 42px;
  top: 26px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97, 211, 147, .18) 0%, rgba(46, 107, 214, .14) 48%, rgba(46, 107, 214, 0) 74%);
  filter: blur(2px);
  animation: giePulseGlow 4s ease-in-out infinite;
}

.gie-home-motion-scene .motion-orbit {
  position: absolute;
  right: 22px;
  top: 14px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  opacity: .75;
}

.gie-home-motion-scene .motion-card,
.gie-home-motion-scene .import-card,
.gie-home-motion-scene .food-container {
  position: absolute;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(160deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  box-shadow: 0 22px 36px rgba(7, 19, 48, .18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gie-home-motion-scene .card-main {
  left: 8px;
  top: 34px;
  width: 178px;
  height: 108px;
  padding: 16px 16px 14px;
  animation: gieFloatOne 5.5s ease-in-out infinite;
}

.gie-home-motion-scene .card-mini {
  left: 44px;
  top: 162px;
  width: 92px;
  height: 70px;
  animation: gieFloatTwo 6s ease-in-out infinite;
}

.gie-home-motion-scene .card-status {
  right: 10px;
  bottom: 34px;
  width: 194px;
  min-height: 94px;
  padding: 16px 16px 14px;
  animation: gieFloatTwo 6.4s ease-in-out infinite;
}

.gie-home-motion-scene .card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(231, 241, 255, .92);
}

.gie-home-motion-scene .card-line {
  display: block;
  height: 8px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.54);
}

.gie-home-motion-scene .line-strong { width: 88%; }
.gie-home-motion-scene .line-short { width: 58%; }
.gie-home-motion-scene .card-mini::before,
.gie-home-motion-scene .card-mini::after {
  content: "";
  position: absolute;
  left: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
}
.gie-home-motion-scene .card-mini::before { top: 18px; width: 54px; height: 8px; }
.gie-home-motion-scene .card-mini::after { top: 34px; width: 34px; height: 8px; }

.gie-home-motion-scene .motion-parcel,
.gie-home-motion-scene .cargo-stack,
.gie-home-motion-scene .import-parcel,
.gie-home-motion-scene .lf-package,
.gie-home-motion-scene .food-box {
  position: absolute;
  border-radius: 16px;
  background: linear-gradient(160deg, #f0bc81 0%, #d89d62 100%);
  box-shadow: inset 0 0 0 1px rgba(86, 47, 12, .12), 0 16px 26px rgba(7, 19, 48, .16);
}

.gie-home-motion-scene .motion-parcel::before,
.gie-home-motion-scene .cargo-stack::before,
.gie-home-motion-scene .import-parcel::before,
.gie-home-motion-scene .lf-package::before,
.gie-home-motion-scene .food-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 100%;
  transform: translateX(-50%);
  background: rgba(246, 237, 225, .65);
}

.gie-home-motion-scene .parcel-lg { right: 24px; bottom: 48px; width: 132px; height: 92px; animation: gieLiftUp 4.8s ease-in-out infinite; }
.gie-home-motion-scene .parcel-sm { right: 142px; bottom: 66px; width: 72px; height: 58px; animation: gieLiftUp 4.8s ease-in-out infinite .6s; }
.gie-home-motion-scene .motion-route {
  position: absolute;
  right: 126px;
  top: 84px;
  width: 126px;
  height: 76px;
  border-top: 2px dashed rgba(210, 229, 255, .78);
  border-right: 2px dashed rgba(210, 229, 255, .78);
  border-radius: 0 100px 0 0;
  opacity: .85;
}
.gie-home-motion-scene .motion-dot,
.gie-home-motion-scene .motion-node {
  position: absolute;
  border-radius: 50%;
  background: #7bd49c;
  box-shadow: 0 0 0 8px rgba(123, 212, 156, .12);
}
.gie-home-motion-scene .motion-dot { width: 10px; height: 10px; right: 164px; top: 149px; animation: gieRouteMove 4.8s ease-in-out infinite; }
.gie-home-motion-scene .node-a { width: 11px; height: 11px; right: 112px; top: 88px; }
.gie-home-motion-scene .node-b { width: 11px; height: 11px; right: 240px; top: 156px; }

.gie-home-motion-scene .cargo-crane {
  position: absolute;
  left: 26px;
  bottom: 44px;
  width: 154px;
  height: 180px;
}
.gie-home-motion-scene .cargo-crane::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 10px;
  height: 150px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(226,236,255,.95), rgba(163,188,230,.92));
}
.gie-home-motion-scene .crane-arm,
.gie-home-motion-scene .crane-cable,
.gie-home-motion-scene .crane-hook {
  position: absolute;
  display: block;
}
.gie-home-motion-scene .crane-arm {
  left: 28px;
  top: 24px;
  width: 116px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(226,236,255,.98), rgba(176,200,238,.92));
}
.gie-home-motion-scene .crane-cable {
  left: 114px;
  top: 32px;
  width: 2px;
  height: 82px;
  background: rgba(235,242,255,.9);
  animation: gieCableMove 4s ease-in-out infinite;
}
.gie-home-motion-scene .crane-hook {
  left: 104px;
  top: 112px;
  width: 24px;
  height: 18px;
  border: 3px solid rgba(235,242,255,.92);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  animation: gieCableMove 4s ease-in-out infinite;
}
.gie-home-motion-scene .stack-a { left: 178px; bottom: 62px; width: 78px; height: 56px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .stack-b { left: 242px; bottom: 44px; width: 98px; height: 74px; animation: gieLiftUp 4.6s ease-in-out infinite .35s; }
.gie-home-motion-scene .stack-c { left: 304px; bottom: 74px; width: 74px; height: 44px; animation: gieLiftUp 4.6s ease-in-out infinite .7s; }

.gie-home-motion-scene .bag {
  position: absolute;
  bottom: 48px;
  border-radius: 24px 24px 18px 18px;
  background: linear-gradient(160deg, rgba(231,241,255,.9), rgba(170,193,230,.86));
  box-shadow: 0 18px 28px rgba(7, 19, 48, .18);
}
.gie-home-motion-scene .bag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 48px;
  height: 26px;
  transform: translateX(-50%);
  border: 4px solid rgba(231,241,255,.92);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}
.gie-home-motion-scene .bag-large { right: 38px; width: 134px; height: 132px; animation: gieFloatOne 5s ease-in-out infinite; }
.gie-home-motion-scene .bag-small { right: 190px; width: 92px; height: 104px; animation: gieFloatTwo 5.6s ease-in-out infinite; }
.gie-home-motion-scene .bag-tag {
  position: absolute;
  right: 154px;
  top: 76px;
  width: 42px;
  height: 58px;
  border-radius: 12px;
  background: linear-gradient(160deg, #7bd49c, #4da871);
  box-shadow: 0 10px 22px rgba(19, 98, 50, .26);
  transform: rotate(-16deg);
  animation: gieTagSwing 3.8s ease-in-out infinite;
}
.gie-home-motion-scene .bag-tag::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
}

.gie-home-motion-scene .med-bottle {
  position: absolute;
  right: 46px;
  bottom: 56px;
  width: 110px;
  height: 140px;
  border-radius: 24px 24px 20px 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(212, 227, 248, .92));
  box-shadow: 0 20px 28px rgba(7, 19, 48, .18);
  animation: gieFloatOne 5.2s ease-in-out infinite;
}
.gie-home-motion-scene .med-bottle::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -20px;
  width: 66px;
  height: 26px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, #74b594, #428d6c);
}
.gie-home-motion-scene .med-bottle::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 46px;
  width: 74px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(160deg, #64c38c, #3f9b69);
}
.gie-home-motion-scene .med-strip {
  position: absolute;
  right: 176px;
  bottom: 74px;
  width: 118px;
  height: 74px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(245,248,252,.95), rgba(214,225,244,.9));
  box-shadow: 0 16px 24px rgba(7, 19, 48, .16);
}
.gie-home-motion-scene .med-strip::before {
  content: "";
  position: absolute;
  inset: 14px;
  background:
    radial-gradient(circle at 14px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 44px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 74px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 14px 38px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 44px 38px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 74px 38px, #88d3a3 0 8px, transparent 9px);
}
.gie-home-motion-scene .med-capsule {
  position: absolute;
  right: 130px;
  top: 76px;
  width: 92px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6bcc92 0 50%, rgba(255,255,255,.96) 50% 100%);
  box-shadow: 0 12px 22px rgba(7, 19, 48, .16);
  transform: rotate(-24deg);
  animation: gieFloatTwo 4.8s ease-in-out infinite;
}
.gie-home-motion-scene .med-shield {
  position: absolute;
  right: 208px;
  top: 48px;
  width: 66px;
  height: 80px;
  clip-path: polygon(50% 0%, 92% 18%, 92% 52%, 50% 100%, 8% 52%, 8% 18%);
  background: linear-gradient(180deg, rgba(107,204,147,.96), rgba(69,145,103,.92));
  box-shadow: 0 16px 26px rgba(21, 92, 56, .24);
  animation: giePulseShield 4s ease-in-out infinite;
}
.gie-home-motion-scene .med-shield::before,
.gie-home-motion-scene .med-shield::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.96);
  border-radius: 999px;
}
.gie-home-motion-scene .med-shield::before { left: 28px; top: 18px; width: 10px; height: 32px; }
.gie-home-motion-scene .med-shield::after { left: 17px; top: 29px; width: 32px; height: 10px; }

.gie-home-motion-scene .food-container {
  right: 46px;
  bottom: 60px;
  width: 152px;
  height: 112px;
  animation: gieFloatOne 5.5s ease-in-out infinite;
}
.gie-home-motion-scene .food-container::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: -16px;
  height: 26px;
  border-radius: 16px 16px 10px 10px;
  background: linear-gradient(160deg, rgba(255,255,255,.82), rgba(218, 233, 247, .78));
}
.gie-home-motion-scene .food-box { right: 212px; bottom: 74px; width: 92px; height: 74px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .food-leaf {
  position: absolute;
  right: 88px;
  top: 68px;
  width: 78px;
  height: 46px;
  border-radius: 78px 0 78px 0;
  background: linear-gradient(160deg, #72c78f, #2f8d5a);
  transform: rotate(-22deg);
  box-shadow: 0 12px 22px rgba(21, 92, 56, .24);
}
.gie-home-motion-scene .food-leaf::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 7px;
  width: 3px;
  height: 32px;
  background: rgba(255,255,255,.78);
  transform: rotate(26deg);
}
.gie-home-motion-scene .food-steam {
  position: absolute;
  width: 14px;
  height: 54px;
  border: 2px solid rgba(219, 239, 228, .9);
  border-right: 0;
  border-bottom: 0;
  border-radius: 18px 0 0 0;
  opacity: .72;
}
.gie-home-motion-scene .steam-a { right: 112px; top: 72px; animation: gieSteam 3s ease-in-out infinite; }
.gie-home-motion-scene .steam-b { right: 86px; top: 78px; animation: gieSteam 3s ease-in-out infinite .45s; }

.gie-home-motion-scene .import-gate {
  position: absolute;
  right: 50px;
  bottom: 52px;
  width: 176px;
  height: 166px;
  border-radius: 26px;
  border: 10px solid rgba(231,241,255,.9);
  border-bottom-width: 14px;
  box-shadow: 0 18px 28px rgba(7, 19, 48, .18);
}
.gie-home-motion-scene .import-arrow {
  position: absolute;
  right: 182px;
  top: 84px;
  width: 108px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(115, 210, 153, .95), rgba(90, 174, 130, .9));
  animation: gieArrowFlow 3.8s ease-in-out infinite;
}
.gie-home-motion-scene .import-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -7px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid rgba(90, 174, 130, .92);
}
.gie-home-motion-scene .import-parcel { right: 118px; bottom: 72px; width: 84px; height: 62px; animation: gieImportMove 3.8s ease-in-out infinite; }
.gie-home-motion-scene .import-card {
  left: 34px;
  bottom: 52px;
  width: 120px;
  height: 84px;
}
.gie-home-motion-scene .import-card::before,
.gie-home-motion-scene .import-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.52);
}
.gie-home-motion-scene .import-card::before { top: 22px; }
.gie-home-motion-scene .import-card::after { top: 40px; width: 58%; }

.gie-home-motion-scene .lf-package { right: 72px; bottom: 58px; width: 120px; height: 88px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .lf-pin {
  position: absolute;
  right: 206px;
  top: 64px;
  width: 56px;
  height: 74px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(180deg, #74cc94, #3a8f60);
  box-shadow: 0 14px 24px rgba(21, 92, 56, .24);
}
.gie-home-motion-scene .lf-pin::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
}
.gie-home-motion-scene .lf-search {
  position: absolute;
  right: 170px;
  bottom: 88px;
  width: 98px;
  height: 98px;
  border: 8px solid rgba(231,241,255,.92);
  border-radius: 50%;
  animation: gieSearchPulse 4s ease-in-out infinite;
}
.gie-home-motion-scene .lf-search::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 6px;
  width: 34px;
  height: 10px;
  border-radius: 999px;
  background: rgba(231,241,255,.92);
  transform: rotate(42deg);
}
.gie-home-motion-scene .lf-tag {
  position: absolute;
  right: 210px;
  bottom: 70px;
  width: 48px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(255,255,255,.95), rgba(215, 228, 246, .9));
  transform: rotate(18deg);
  box-shadow: 0 12px 20px rgba(7, 19, 48, .16);
}
.gie-home-motion-scene .lf-tag::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(113, 198, 145, .95);
}

@keyframes gieFloatOne {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-10px,0); }
}
@keyframes gieFloatTwo {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,10px,0); }
}
@keyframes gieLiftUp {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-8px,0); }
}
@keyframes giePulseGlow {
  0%,100% { transform: scale(1); opacity: .82; }
  50% { transform: scale(1.08); opacity: 1; }
}
@keyframes gieRouteMove {
  0% { transform: translate3d(0,0,0); opacity: .4; }
  20% { opacity: 1; }
  55% { transform: translate3d(42px,-38px,0); opacity: 1; }
  100% { transform: translate3d(82px,-62px,0); opacity: .5; }
}
@keyframes gieCableMove {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
@keyframes gieTagSwing {
  0%,100% { transform: rotate(-16deg); }
  50% { transform: rotate(-6deg); }
}
@keyframes giePulseShield {
  0%,100% { transform: scale(1); box-shadow: 0 16px 26px rgba(21, 92, 56, .24); }
  50% { transform: scale(1.06); box-shadow: 0 18px 30px rgba(21, 92, 56, .34); }
}
@keyframes gieSteam {
  0% { opacity: .3; transform: translateY(8px) scale(.95); }
  50% { opacity: .8; }
  100% { opacity: 0; transform: translateY(-10px) scale(1.05); }
}
@keyframes gieArrowFlow {
  0%,100% { transform: translateX(0); opacity: .86; }
  50% { transform: translateX(12px); opacity: 1; }
}
@keyframes gieImportMove {
  0% { transform: translateX(-20px); opacity: .3; }
  30%,70% { opacity: 1; }
  100% { transform: translateX(22px); opacity: .5; }
}
@keyframes gieSearchPulse {
  0%,100% { transform: scale(1); opacity: .92; }
  50% { transform: scale(1.06); opacity: 1; }
}

.gie-home-clean-controls .gie-home-slider-dots {
  max-width: none;
}

.gie-home-clean-controls .gie-home-slider-dots button {
  flex: 0 0 auto;
}

@media (max-width: 800px) {
  .gie-home-service-slide-content {
    min-height: 560px;
  }

  .gie-home-service-slide-copy {
    padding: 28px 26px;
  }

  .gie-home-service-slide-copy h1,
  .gie-home-service-slide-copy h2 {
    font-size: 46px;
  }
}

@media (max-width: 600px) {
  .gie-home-service-slide-content {
    min-height: 530px;
    padding-top: 22px;
    padding-bottom: 74px;
  }

  .gie-home-service-slide-copy {
    padding: 23px 20px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(17,31,66,.88), rgba(36,53,118,.70));
  }

  .gie-home-service-slide-copy h1,
  .gie-home-service-slide-copy h2 {
    font-size: 34px;
    line-height: 1.06;
  }

  .gie-home-service-slide-copy p {
    font-size: 13px;
    line-height: 1.65;
  }

  .gie-home-service-slide-copy .gie-home-clean-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gie-home-service-slide-copy .gie-home-btn {
    width: 100%;
  }

  
.gie-home-motion-scene {
  position: relative;
  width: min(100%, 430px);
  height: 320px;
  pointer-events: none;
  filter: drop-shadow(0 18px 32px rgba(4, 16, 42, .18));
}

.gie-home-motion-scene .motion-glow {
  position: absolute;
  right: 42px;
  top: 26px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97, 211, 147, .18) 0%, rgba(46, 107, 214, .14) 48%, rgba(46, 107, 214, 0) 74%);
  filter: blur(2px);
  animation: giePulseGlow 4s ease-in-out infinite;
}

.gie-home-motion-scene .motion-orbit {
  position: absolute;
  right: 22px;
  top: 14px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  opacity: .75;
}

.gie-home-motion-scene .motion-card,
.gie-home-motion-scene .import-card,
.gie-home-motion-scene .food-container {
  position: absolute;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(160deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  box-shadow: 0 22px 36px rgba(7, 19, 48, .18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gie-home-motion-scene .card-main {
  left: 8px;
  top: 34px;
  width: 178px;
  height: 108px;
  padding: 16px 16px 14px;
  animation: gieFloatOne 5.5s ease-in-out infinite;
}

.gie-home-motion-scene .card-mini {
  left: 44px;
  top: 162px;
  width: 92px;
  height: 70px;
  animation: gieFloatTwo 6s ease-in-out infinite;
}

.gie-home-motion-scene .card-status {
  right: 10px;
  bottom: 34px;
  width: 194px;
  min-height: 94px;
  padding: 16px 16px 14px;
  animation: gieFloatTwo 6.4s ease-in-out infinite;
}

.gie-home-motion-scene .card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(231, 241, 255, .92);
}

.gie-home-motion-scene .card-line {
  display: block;
  height: 8px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.54);
}

.gie-home-motion-scene .line-strong { width: 88%; }
.gie-home-motion-scene .line-short { width: 58%; }
.gie-home-motion-scene .card-mini::before,
.gie-home-motion-scene .card-mini::after {
  content: "";
  position: absolute;
  left: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
}
.gie-home-motion-scene .card-mini::before { top: 18px; width: 54px; height: 8px; }
.gie-home-motion-scene .card-mini::after { top: 34px; width: 34px; height: 8px; }

.gie-home-motion-scene .motion-parcel,
.gie-home-motion-scene .cargo-stack,
.gie-home-motion-scene .import-parcel,
.gie-home-motion-scene .lf-package,
.gie-home-motion-scene .food-box {
  position: absolute;
  border-radius: 16px;
  background: linear-gradient(160deg, #f0bc81 0%, #d89d62 100%);
  box-shadow: inset 0 0 0 1px rgba(86, 47, 12, .12), 0 16px 26px rgba(7, 19, 48, .16);
}

.gie-home-motion-scene .motion-parcel::before,
.gie-home-motion-scene .cargo-stack::before,
.gie-home-motion-scene .import-parcel::before,
.gie-home-motion-scene .lf-package::before,
.gie-home-motion-scene .food-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 100%;
  transform: translateX(-50%);
  background: rgba(246, 237, 225, .65);
}

.gie-home-motion-scene .parcel-lg { right: 24px; bottom: 48px; width: 132px; height: 92px; animation: gieLiftUp 4.8s ease-in-out infinite; }
.gie-home-motion-scene .parcel-sm { right: 142px; bottom: 66px; width: 72px; height: 58px; animation: gieLiftUp 4.8s ease-in-out infinite .6s; }
.gie-home-motion-scene .motion-route {
  position: absolute;
  right: 126px;
  top: 84px;
  width: 126px;
  height: 76px;
  border-top: 2px dashed rgba(210, 229, 255, .78);
  border-right: 2px dashed rgba(210, 229, 255, .78);
  border-radius: 0 100px 0 0;
  opacity: .85;
}
.gie-home-motion-scene .motion-dot,
.gie-home-motion-scene .motion-node {
  position: absolute;
  border-radius: 50%;
  background: #7bd49c;
  box-shadow: 0 0 0 8px rgba(123, 212, 156, .12);
}
.gie-home-motion-scene .motion-dot { width: 10px; height: 10px; right: 164px; top: 149px; animation: gieRouteMove 4.8s ease-in-out infinite; }
.gie-home-motion-scene .node-a { width: 11px; height: 11px; right: 112px; top: 88px; }
.gie-home-motion-scene .node-b { width: 11px; height: 11px; right: 240px; top: 156px; }

.gie-home-motion-scene .cargo-crane {
  position: absolute;
  left: 26px;
  bottom: 44px;
  width: 154px;
  height: 180px;
}
.gie-home-motion-scene .cargo-crane::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 10px;
  height: 150px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(226,236,255,.95), rgba(163,188,230,.92));
}
.gie-home-motion-scene .crane-arm,
.gie-home-motion-scene .crane-cable,
.gie-home-motion-scene .crane-hook {
  position: absolute;
  display: block;
}
.gie-home-motion-scene .crane-arm {
  left: 28px;
  top: 24px;
  width: 116px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(226,236,255,.98), rgba(176,200,238,.92));
}
.gie-home-motion-scene .crane-cable {
  left: 114px;
  top: 32px;
  width: 2px;
  height: 82px;
  background: rgba(235,242,255,.9);
  animation: gieCableMove 4s ease-in-out infinite;
}
.gie-home-motion-scene .crane-hook {
  left: 104px;
  top: 112px;
  width: 24px;
  height: 18px;
  border: 3px solid rgba(235,242,255,.92);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  animation: gieCableMove 4s ease-in-out infinite;
}
.gie-home-motion-scene .stack-a { left: 178px; bottom: 62px; width: 78px; height: 56px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .stack-b { left: 242px; bottom: 44px; width: 98px; height: 74px; animation: gieLiftUp 4.6s ease-in-out infinite .35s; }
.gie-home-motion-scene .stack-c { left: 304px; bottom: 74px; width: 74px; height: 44px; animation: gieLiftUp 4.6s ease-in-out infinite .7s; }

.gie-home-motion-scene .bag {
  position: absolute;
  bottom: 48px;
  border-radius: 24px 24px 18px 18px;
  background: linear-gradient(160deg, rgba(231,241,255,.9), rgba(170,193,230,.86));
  box-shadow: 0 18px 28px rgba(7, 19, 48, .18);
}
.gie-home-motion-scene .bag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 48px;
  height: 26px;
  transform: translateX(-50%);
  border: 4px solid rgba(231,241,255,.92);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}
.gie-home-motion-scene .bag-large { right: 38px; width: 134px; height: 132px; animation: gieFloatOne 5s ease-in-out infinite; }
.gie-home-motion-scene .bag-small { right: 190px; width: 92px; height: 104px; animation: gieFloatTwo 5.6s ease-in-out infinite; }
.gie-home-motion-scene .bag-tag {
  position: absolute;
  right: 154px;
  top: 76px;
  width: 42px;
  height: 58px;
  border-radius: 12px;
  background: linear-gradient(160deg, #7bd49c, #4da871);
  box-shadow: 0 10px 22px rgba(19, 98, 50, .26);
  transform: rotate(-16deg);
  animation: gieTagSwing 3.8s ease-in-out infinite;
}
.gie-home-motion-scene .bag-tag::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
}

.gie-home-motion-scene .med-bottle {
  position: absolute;
  right: 46px;
  bottom: 56px;
  width: 110px;
  height: 140px;
  border-radius: 24px 24px 20px 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(212, 227, 248, .92));
  box-shadow: 0 20px 28px rgba(7, 19, 48, .18);
  animation: gieFloatOne 5.2s ease-in-out infinite;
}
.gie-home-motion-scene .med-bottle::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -20px;
  width: 66px;
  height: 26px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, #74b594, #428d6c);
}
.gie-home-motion-scene .med-bottle::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 46px;
  width: 74px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(160deg, #64c38c, #3f9b69);
}
.gie-home-motion-scene .med-strip {
  position: absolute;
  right: 176px;
  bottom: 74px;
  width: 118px;
  height: 74px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(245,248,252,.95), rgba(214,225,244,.9));
  box-shadow: 0 16px 24px rgba(7, 19, 48, .16);
}
.gie-home-motion-scene .med-strip::before {
  content: "";
  position: absolute;
  inset: 14px;
  background:
    radial-gradient(circle at 14px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 44px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 74px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 14px 38px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 44px 38px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 74px 38px, #88d3a3 0 8px, transparent 9px);
}
.gie-home-motion-scene .med-capsule {
  position: absolute;
  right: 130px;
  top: 76px;
  width: 92px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6bcc92 0 50%, rgba(255,255,255,.96) 50% 100%);
  box-shadow: 0 12px 22px rgba(7, 19, 48, .16);
  transform: rotate(-24deg);
  animation: gieFloatTwo 4.8s ease-in-out infinite;
}
.gie-home-motion-scene .med-shield {
  position: absolute;
  right: 208px;
  top: 48px;
  width: 66px;
  height: 80px;
  clip-path: polygon(50% 0%, 92% 18%, 92% 52%, 50% 100%, 8% 52%, 8% 18%);
  background: linear-gradient(180deg, rgba(107,204,147,.96), rgba(69,145,103,.92));
  box-shadow: 0 16px 26px rgba(21, 92, 56, .24);
  animation: giePulseShield 4s ease-in-out infinite;
}
.gie-home-motion-scene .med-shield::before,
.gie-home-motion-scene .med-shield::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.96);
  border-radius: 999px;
}
.gie-home-motion-scene .med-shield::before { left: 28px; top: 18px; width: 10px; height: 32px; }
.gie-home-motion-scene .med-shield::after { left: 17px; top: 29px; width: 32px; height: 10px; }

.gie-home-motion-scene .food-container {
  right: 46px;
  bottom: 60px;
  width: 152px;
  height: 112px;
  animation: gieFloatOne 5.5s ease-in-out infinite;
}
.gie-home-motion-scene .food-container::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: -16px;
  height: 26px;
  border-radius: 16px 16px 10px 10px;
  background: linear-gradient(160deg, rgba(255,255,255,.82), rgba(218, 233, 247, .78));
}
.gie-home-motion-scene .food-box { right: 212px; bottom: 74px; width: 92px; height: 74px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .food-leaf {
  position: absolute;
  right: 88px;
  top: 68px;
  width: 78px;
  height: 46px;
  border-radius: 78px 0 78px 0;
  background: linear-gradient(160deg, #72c78f, #2f8d5a);
  transform: rotate(-22deg);
  box-shadow: 0 12px 22px rgba(21, 92, 56, .24);
}
.gie-home-motion-scene .food-leaf::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 7px;
  width: 3px;
  height: 32px;
  background: rgba(255,255,255,.78);
  transform: rotate(26deg);
}
.gie-home-motion-scene .food-steam {
  position: absolute;
  width: 14px;
  height: 54px;
  border: 2px solid rgba(219, 239, 228, .9);
  border-right: 0;
  border-bottom: 0;
  border-radius: 18px 0 0 0;
  opacity: .72;
}
.gie-home-motion-scene .steam-a { right: 112px; top: 72px; animation: gieSteam 3s ease-in-out infinite; }
.gie-home-motion-scene .steam-b { right: 86px; top: 78px; animation: gieSteam 3s ease-in-out infinite .45s; }

.gie-home-motion-scene .import-gate {
  position: absolute;
  right: 50px;
  bottom: 52px;
  width: 176px;
  height: 166px;
  border-radius: 26px;
  border: 10px solid rgba(231,241,255,.9);
  border-bottom-width: 14px;
  box-shadow: 0 18px 28px rgba(7, 19, 48, .18);
}
.gie-home-motion-scene .import-arrow {
  position: absolute;
  right: 182px;
  top: 84px;
  width: 108px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(115, 210, 153, .95), rgba(90, 174, 130, .9));
  animation: gieArrowFlow 3.8s ease-in-out infinite;
}
.gie-home-motion-scene .import-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -7px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid rgba(90, 174, 130, .92);
}
.gie-home-motion-scene .import-parcel { right: 118px; bottom: 72px; width: 84px; height: 62px; animation: gieImportMove 3.8s ease-in-out infinite; }
.gie-home-motion-scene .import-card {
  left: 34px;
  bottom: 52px;
  width: 120px;
  height: 84px;
}
.gie-home-motion-scene .import-card::before,
.gie-home-motion-scene .import-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.52);
}
.gie-home-motion-scene .import-card::before { top: 22px; }
.gie-home-motion-scene .import-card::after { top: 40px; width: 58%; }

.gie-home-motion-scene .lf-package { right: 72px; bottom: 58px; width: 120px; height: 88px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .lf-pin {
  position: absolute;
  right: 206px;
  top: 64px;
  width: 56px;
  height: 74px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(180deg, #74cc94, #3a8f60);
  box-shadow: 0 14px 24px rgba(21, 92, 56, .24);
}
.gie-home-motion-scene .lf-pin::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
}
.gie-home-motion-scene .lf-search {
  position: absolute;
  right: 170px;
  bottom: 88px;
  width: 98px;
  height: 98px;
  border: 8px solid rgba(231,241,255,.92);
  border-radius: 50%;
  animation: gieSearchPulse 4s ease-in-out infinite;
}
.gie-home-motion-scene .lf-search::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 6px;
  width: 34px;
  height: 10px;
  border-radius: 999px;
  background: rgba(231,241,255,.92);
  transform: rotate(42deg);
}
.gie-home-motion-scene .lf-tag {
  position: absolute;
  right: 210px;
  bottom: 70px;
  width: 48px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(255,255,255,.95), rgba(215, 228, 246, .9));
  transform: rotate(18deg);
  box-shadow: 0 12px 20px rgba(7, 19, 48, .16);
}
.gie-home-motion-scene .lf-tag::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(113, 198, 145, .95);
}

@keyframes gieFloatOne {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-10px,0); }
}
@keyframes gieFloatTwo {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,10px,0); }
}
@keyframes gieLiftUp {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-8px,0); }
}
@keyframes giePulseGlow {
  0%,100% { transform: scale(1); opacity: .82; }
  50% { transform: scale(1.08); opacity: 1; }
}
@keyframes gieRouteMove {
  0% { transform: translate3d(0,0,0); opacity: .4; }
  20% { opacity: 1; }
  55% { transform: translate3d(42px,-38px,0); opacity: 1; }
  100% { transform: translate3d(82px,-62px,0); opacity: .5; }
}
@keyframes gieCableMove {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
@keyframes gieTagSwing {
  0%,100% { transform: rotate(-16deg); }
  50% { transform: rotate(-6deg); }
}
@keyframes giePulseShield {
  0%,100% { transform: scale(1); box-shadow: 0 16px 26px rgba(21, 92, 56, .24); }
  50% { transform: scale(1.06); box-shadow: 0 18px 30px rgba(21, 92, 56, .34); }
}
@keyframes gieSteam {
  0% { opacity: .3; transform: translateY(8px) scale(.95); }
  50% { opacity: .8; }
  100% { opacity: 0; transform: translateY(-10px) scale(1.05); }
}
@keyframes gieArrowFlow {
  0%,100% { transform: translateX(0); opacity: .86; }
  50% { transform: translateX(12px); opacity: 1; }
}
@keyframes gieImportMove {
  0% { transform: translateX(-20px); opacity: .3; }
  30%,70% { opacity: 1; }
  100% { transform: translateX(22px); opacity: .5; }
}
@keyframes gieSearchPulse {
  0%,100% { transform: scale(1); opacity: .92; }
  50% { transform: scale(1.06); opacity: 1; }
}

.gie-home-clean-controls .gie-home-slider-dots {
    gap: 6px;
    padding: 7px 8px;
  }

  .gie-home-clean-controls .gie-home-slider-dots button {
    width: 8px;
    height: 8px;
  }

  .gie-home-clean-controls .gie-home-slider-dots button.is-active {
    width: 21px;
  }
}


@media (max-width: 720px) {
  .gie-home-motion-scene .card-main { width: 154px; height: 96px; }
  .gie-home-motion-scene .card-status { width: 170px; min-height: 86px; }
  .gie-home-motion-scene .parcel-lg { width: 104px; height: 74px; }
  .gie-home-motion-scene .parcel-sm { right: 112px; width: 60px; height: 46px; }
  .gie-home-motion-scene .bag-large { width: 110px; height: 110px; }
  .gie-home-motion-scene .bag-small { right: 162px; width: 80px; height: 92px; }
  .gie-home-motion-scene .med-bottle { width: 88px; height: 120px; }
  .gie-home-motion-scene .med-strip { right: 138px; width: 96px; height: 66px; }
  .gie-home-motion-scene .food-container { width: 122px; height: 96px; }
  .gie-home-motion-scene .food-box { right: 176px; width: 78px; height: 64px; }
  .gie-home-motion-scene .import-gate { width: 146px; height: 138px; }
  .gie-home-motion-scene .import-arrow { right: 150px; width: 88px; }
  .gie-home-motion-scene .lf-package { width: 98px; height: 72px; }
  .gie-home-motion-scene .lf-pin { right: 170px; width: 48px; height: 64px; }
}

@media (max-width: 480px) {
  .gie-home-service-slide-visual { justify-content: center; }
  .gie-home-motion-scene .card-main,
  .gie-home-motion-scene .card-status { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .gie-home-service-slide-copy {
    transition: none !important;
  }
}


/* =========================================================
   V9 HORIZONTAL SERVICE SLIDER WITH INLINE SVG VISUALS
========================================================= */
.gie-home-clean-slider {
  min-height: 540px;
}

.gie-home-clean-slide {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  transition: transform .78s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}

.gie-home-clean-slide.is-active {
  z-index: 3;
  transform: translate3d(0, 0, 0);
}

.gie-home-clean-slide.is-before {
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
}

.gie-home-clean-slide.is-after {
  z-index: 1;
  transform: translate3d(100%, 0, 0);
}

.gie-home-clean-slide img {
  min-height: 540px;
  transform: scale(1.015);
  transition: transform 6s ease;
}

.gie-home-clean-slide.is-active img {
  transform: scale(1);
}

.gie-home-clean-slide::after {
  background:
    radial-gradient(circle at 78% 42%, rgba(255,255,255,.08), transparent 25%),
    linear-gradient(180deg, rgba(11,25,57,.02), rgba(11,25,57,.18));
}

.gie-home-slide-shade {
  background:
    linear-gradient(90deg, rgba(13,30,68,.89) 0%, rgba(13,30,68,.72) 38%, rgba(13,30,68,.43) 67%, rgba(13,30,68,.24) 100%),
    linear-gradient(180deg, rgba(13,30,68,.05) 0%, rgba(13,30,68,.28) 100%);
}

.gie-home-service-slide-content {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, .84fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  padding-top: 38px;
  padding-bottom: 72px;
}

.gie-home-service-slide-copy {
  width: 100%;
  max-width: 850px;
  padding: 0;
  opacity: 0;
  transform: translateX(54px);
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  transition: opacity .45s ease .18s, transform .62s cubic-bezier(.22,.61,.36,1) .12s;
}

.gie-home-clean-slide.is-active .gie-home-service-slide-copy {
  opacity: 1;
  transform: translateX(0);
}

.gie-home-service-slide-copy h1,
.gie-home-service-slide-copy h2 {
  max-width: 820px;
  margin: 14px 0 15px;
  font-size: clamp(39px, 4.25vw, 64px);
  line-height: 1.03;
}

.gie-home-service-slide-copy p {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.72;
}

.gie-home-service-slide-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(80px);
  transition: opacity .5s ease .26s, transform .72s cubic-bezier(.22,.61,.36,1) .18s;
  pointer-events: none;
}

.gie-home-clean-slide.is-active .gie-home-service-slide-visual {
  opacity: 1;
  transform: translateX(0);
}



.gie-home-motion-scene {
  position: relative;
  width: min(100%, 430px);
  height: 320px;
  pointer-events: none;
  filter: drop-shadow(0 18px 32px rgba(4, 16, 42, .18));
}

.gie-home-motion-scene .motion-glow {
  position: absolute;
  right: 42px;
  top: 26px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97, 211, 147, .18) 0%, rgba(46, 107, 214, .14) 48%, rgba(46, 107, 214, 0) 74%);
  filter: blur(2px);
  animation: giePulseGlow 4s ease-in-out infinite;
}

.gie-home-motion-scene .motion-orbit {
  position: absolute;
  right: 22px;
  top: 14px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  opacity: .75;
}

.gie-home-motion-scene .motion-card,
.gie-home-motion-scene .import-card,
.gie-home-motion-scene .food-container {
  position: absolute;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(160deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  box-shadow: 0 22px 36px rgba(7, 19, 48, .18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gie-home-motion-scene .card-main {
  left: 8px;
  top: 34px;
  width: 178px;
  height: 108px;
  padding: 16px 16px 14px;
  animation: gieFloatOne 5.5s ease-in-out infinite;
}

.gie-home-motion-scene .card-mini {
  left: 44px;
  top: 162px;
  width: 92px;
  height: 70px;
  animation: gieFloatTwo 6s ease-in-out infinite;
}

.gie-home-motion-scene .card-status {
  right: 10px;
  bottom: 34px;
  width: 194px;
  min-height: 94px;
  padding: 16px 16px 14px;
  animation: gieFloatTwo 6.4s ease-in-out infinite;
}

.gie-home-motion-scene .card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(231, 241, 255, .92);
}

.gie-home-motion-scene .card-line {
  display: block;
  height: 8px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.54);
}

.gie-home-motion-scene .line-strong { width: 88%; }
.gie-home-motion-scene .line-short { width: 58%; }
.gie-home-motion-scene .card-mini::before,
.gie-home-motion-scene .card-mini::after {
  content: "";
  position: absolute;
  left: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
}
.gie-home-motion-scene .card-mini::before { top: 18px; width: 54px; height: 8px; }
.gie-home-motion-scene .card-mini::after { top: 34px; width: 34px; height: 8px; }

.gie-home-motion-scene .motion-parcel,
.gie-home-motion-scene .cargo-stack,
.gie-home-motion-scene .import-parcel,
.gie-home-motion-scene .lf-package,
.gie-home-motion-scene .food-box {
  position: absolute;
  border-radius: 16px;
  background: linear-gradient(160deg, #f0bc81 0%, #d89d62 100%);
  box-shadow: inset 0 0 0 1px rgba(86, 47, 12, .12), 0 16px 26px rgba(7, 19, 48, .16);
}

.gie-home-motion-scene .motion-parcel::before,
.gie-home-motion-scene .cargo-stack::before,
.gie-home-motion-scene .import-parcel::before,
.gie-home-motion-scene .lf-package::before,
.gie-home-motion-scene .food-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 100%;
  transform: translateX(-50%);
  background: rgba(246, 237, 225, .65);
}

.gie-home-motion-scene .parcel-lg { right: 24px; bottom: 48px; width: 132px; height: 92px; animation: gieLiftUp 4.8s ease-in-out infinite; }
.gie-home-motion-scene .parcel-sm { right: 142px; bottom: 66px; width: 72px; height: 58px; animation: gieLiftUp 4.8s ease-in-out infinite .6s; }
.gie-home-motion-scene .motion-route {
  position: absolute;
  right: 126px;
  top: 84px;
  width: 126px;
  height: 76px;
  border-top: 2px dashed rgba(210, 229, 255, .78);
  border-right: 2px dashed rgba(210, 229, 255, .78);
  border-radius: 0 100px 0 0;
  opacity: .85;
}
.gie-home-motion-scene .motion-dot,
.gie-home-motion-scene .motion-node {
  position: absolute;
  border-radius: 50%;
  background: #7bd49c;
  box-shadow: 0 0 0 8px rgba(123, 212, 156, .12);
}
.gie-home-motion-scene .motion-dot { width: 10px; height: 10px; right: 164px; top: 149px; animation: gieRouteMove 4.8s ease-in-out infinite; }
.gie-home-motion-scene .node-a { width: 11px; height: 11px; right: 112px; top: 88px; }
.gie-home-motion-scene .node-b { width: 11px; height: 11px; right: 240px; top: 156px; }

.gie-home-motion-scene .cargo-crane {
  position: absolute;
  left: 26px;
  bottom: 44px;
  width: 154px;
  height: 180px;
}
.gie-home-motion-scene .cargo-crane::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 10px;
  height: 150px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(226,236,255,.95), rgba(163,188,230,.92));
}
.gie-home-motion-scene .crane-arm,
.gie-home-motion-scene .crane-cable,
.gie-home-motion-scene .crane-hook {
  position: absolute;
  display: block;
}
.gie-home-motion-scene .crane-arm {
  left: 28px;
  top: 24px;
  width: 116px;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(226,236,255,.98), rgba(176,200,238,.92));
}
.gie-home-motion-scene .crane-cable {
  left: 114px;
  top: 32px;
  width: 2px;
  height: 82px;
  background: rgba(235,242,255,.9);
  animation: gieCableMove 4s ease-in-out infinite;
}
.gie-home-motion-scene .crane-hook {
  left: 104px;
  top: 112px;
  width: 24px;
  height: 18px;
  border: 3px solid rgba(235,242,255,.92);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  animation: gieCableMove 4s ease-in-out infinite;
}
.gie-home-motion-scene .stack-a { left: 178px; bottom: 62px; width: 78px; height: 56px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .stack-b { left: 242px; bottom: 44px; width: 98px; height: 74px; animation: gieLiftUp 4.6s ease-in-out infinite .35s; }
.gie-home-motion-scene .stack-c { left: 304px; bottom: 74px; width: 74px; height: 44px; animation: gieLiftUp 4.6s ease-in-out infinite .7s; }

.gie-home-motion-scene .bag {
  position: absolute;
  bottom: 48px;
  border-radius: 24px 24px 18px 18px;
  background: linear-gradient(160deg, rgba(231,241,255,.9), rgba(170,193,230,.86));
  box-shadow: 0 18px 28px rgba(7, 19, 48, .18);
}
.gie-home-motion-scene .bag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 48px;
  height: 26px;
  transform: translateX(-50%);
  border: 4px solid rgba(231,241,255,.92);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}
.gie-home-motion-scene .bag-large { right: 38px; width: 134px; height: 132px; animation: gieFloatOne 5s ease-in-out infinite; }
.gie-home-motion-scene .bag-small { right: 190px; width: 92px; height: 104px; animation: gieFloatTwo 5.6s ease-in-out infinite; }
.gie-home-motion-scene .bag-tag {
  position: absolute;
  right: 154px;
  top: 76px;
  width: 42px;
  height: 58px;
  border-radius: 12px;
  background: linear-gradient(160deg, #7bd49c, #4da871);
  box-shadow: 0 10px 22px rgba(19, 98, 50, .26);
  transform: rotate(-16deg);
  animation: gieTagSwing 3.8s ease-in-out infinite;
}
.gie-home-motion-scene .bag-tag::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
}

.gie-home-motion-scene .med-bottle {
  position: absolute;
  right: 46px;
  bottom: 56px;
  width: 110px;
  height: 140px;
  border-radius: 24px 24px 20px 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(212, 227, 248, .92));
  box-shadow: 0 20px 28px rgba(7, 19, 48, .18);
  animation: gieFloatOne 5.2s ease-in-out infinite;
}
.gie-home-motion-scene .med-bottle::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -20px;
  width: 66px;
  height: 26px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, #74b594, #428d6c);
}
.gie-home-motion-scene .med-bottle::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 46px;
  width: 74px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(160deg, #64c38c, #3f9b69);
}
.gie-home-motion-scene .med-strip {
  position: absolute;
  right: 176px;
  bottom: 74px;
  width: 118px;
  height: 74px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(245,248,252,.95), rgba(214,225,244,.9));
  box-shadow: 0 16px 24px rgba(7, 19, 48, .16);
}
.gie-home-motion-scene .med-strip::before {
  content: "";
  position: absolute;
  inset: 14px;
  background:
    radial-gradient(circle at 14px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 44px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 74px 12px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 14px 38px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 44px 38px, #88d3a3 0 8px, transparent 9px),
    radial-gradient(circle at 74px 38px, #88d3a3 0 8px, transparent 9px);
}
.gie-home-motion-scene .med-capsule {
  position: absolute;
  right: 130px;
  top: 76px;
  width: 92px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6bcc92 0 50%, rgba(255,255,255,.96) 50% 100%);
  box-shadow: 0 12px 22px rgba(7, 19, 48, .16);
  transform: rotate(-24deg);
  animation: gieFloatTwo 4.8s ease-in-out infinite;
}
.gie-home-motion-scene .med-shield {
  position: absolute;
  right: 208px;
  top: 48px;
  width: 66px;
  height: 80px;
  clip-path: polygon(50% 0%, 92% 18%, 92% 52%, 50% 100%, 8% 52%, 8% 18%);
  background: linear-gradient(180deg, rgba(107,204,147,.96), rgba(69,145,103,.92));
  box-shadow: 0 16px 26px rgba(21, 92, 56, .24);
  animation: giePulseShield 4s ease-in-out infinite;
}
.gie-home-motion-scene .med-shield::before,
.gie-home-motion-scene .med-shield::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.96);
  border-radius: 999px;
}
.gie-home-motion-scene .med-shield::before { left: 28px; top: 18px; width: 10px; height: 32px; }
.gie-home-motion-scene .med-shield::after { left: 17px; top: 29px; width: 32px; height: 10px; }

.gie-home-motion-scene .food-container {
  right: 46px;
  bottom: 60px;
  width: 152px;
  height: 112px;
  animation: gieFloatOne 5.5s ease-in-out infinite;
}
.gie-home-motion-scene .food-container::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: -16px;
  height: 26px;
  border-radius: 16px 16px 10px 10px;
  background: linear-gradient(160deg, rgba(255,255,255,.82), rgba(218, 233, 247, .78));
}
.gie-home-motion-scene .food-box { right: 212px; bottom: 74px; width: 92px; height: 74px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .food-leaf {
  position: absolute;
  right: 88px;
  top: 68px;
  width: 78px;
  height: 46px;
  border-radius: 78px 0 78px 0;
  background: linear-gradient(160deg, #72c78f, #2f8d5a);
  transform: rotate(-22deg);
  box-shadow: 0 12px 22px rgba(21, 92, 56, .24);
}
.gie-home-motion-scene .food-leaf::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 7px;
  width: 3px;
  height: 32px;
  background: rgba(255,255,255,.78);
  transform: rotate(26deg);
}
.gie-home-motion-scene .food-steam {
  position: absolute;
  width: 14px;
  height: 54px;
  border: 2px solid rgba(219, 239, 228, .9);
  border-right: 0;
  border-bottom: 0;
  border-radius: 18px 0 0 0;
  opacity: .72;
}
.gie-home-motion-scene .steam-a { right: 112px; top: 72px; animation: gieSteam 3s ease-in-out infinite; }
.gie-home-motion-scene .steam-b { right: 86px; top: 78px; animation: gieSteam 3s ease-in-out infinite .45s; }

.gie-home-motion-scene .import-gate {
  position: absolute;
  right: 50px;
  bottom: 52px;
  width: 176px;
  height: 166px;
  border-radius: 26px;
  border: 10px solid rgba(231,241,255,.9);
  border-bottom-width: 14px;
  box-shadow: 0 18px 28px rgba(7, 19, 48, .18);
}
.gie-home-motion-scene .import-arrow {
  position: absolute;
  right: 182px;
  top: 84px;
  width: 108px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(115, 210, 153, .95), rgba(90, 174, 130, .9));
  animation: gieArrowFlow 3.8s ease-in-out infinite;
}
.gie-home-motion-scene .import-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -7px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid rgba(90, 174, 130, .92);
}
.gie-home-motion-scene .import-parcel { right: 118px; bottom: 72px; width: 84px; height: 62px; animation: gieImportMove 3.8s ease-in-out infinite; }
.gie-home-motion-scene .import-card {
  left: 34px;
  bottom: 52px;
  width: 120px;
  height: 84px;
}
.gie-home-motion-scene .import-card::before,
.gie-home-motion-scene .import-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.52);
}
.gie-home-motion-scene .import-card::before { top: 22px; }
.gie-home-motion-scene .import-card::after { top: 40px; width: 58%; }

.gie-home-motion-scene .lf-package { right: 72px; bottom: 58px; width: 120px; height: 88px; animation: gieLiftUp 4.6s ease-in-out infinite; }
.gie-home-motion-scene .lf-pin {
  position: absolute;
  right: 206px;
  top: 64px;
  width: 56px;
  height: 74px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(180deg, #74cc94, #3a8f60);
  box-shadow: 0 14px 24px rgba(21, 92, 56, .24);
}
.gie-home-motion-scene .lf-pin::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
}
.gie-home-motion-scene .lf-search {
  position: absolute;
  right: 170px;
  bottom: 88px;
  width: 98px;
  height: 98px;
  border: 8px solid rgba(231,241,255,.92);
  border-radius: 50%;
  animation: gieSearchPulse 4s ease-in-out infinite;
}
.gie-home-motion-scene .lf-search::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 6px;
  width: 34px;
  height: 10px;
  border-radius: 999px;
  background: rgba(231,241,255,.92);
  transform: rotate(42deg);
}
.gie-home-motion-scene .lf-tag {
  position: absolute;
  right: 210px;
  bottom: 70px;
  width: 48px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(255,255,255,.95), rgba(215, 228, 246, .9));
  transform: rotate(18deg);
  box-shadow: 0 12px 20px rgba(7, 19, 48, .16);
}
.gie-home-motion-scene .lf-tag::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(113, 198, 145, .95);
}

@keyframes gieFloatOne {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-10px,0); }
}
@keyframes gieFloatTwo {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,10px,0); }
}
@keyframes gieLiftUp {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-8px,0); }
}
@keyframes giePulseGlow {
  0%,100% { transform: scale(1); opacity: .82; }
  50% { transform: scale(1.08); opacity: 1; }
}
@keyframes gieRouteMove {
  0% { transform: translate3d(0,0,0); opacity: .4; }
  20% { opacity: 1; }
  55% { transform: translate3d(42px,-38px,0); opacity: 1; }
  100% { transform: translate3d(82px,-62px,0); opacity: .5; }
}
@keyframes gieCableMove {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
@keyframes gieTagSwing {
  0%,100% { transform: rotate(-16deg); }
  50% { transform: rotate(-6deg); }
}
@keyframes giePulseShield {
  0%,100% { transform: scale(1); box-shadow: 0 16px 26px rgba(21, 92, 56, .24); }
  50% { transform: scale(1.06); box-shadow: 0 18px 30px rgba(21, 92, 56, .34); }
}
@keyframes gieSteam {
  0% { opacity: .3; transform: translateY(8px) scale(.95); }
  50% { opacity: .8; }
  100% { opacity: 0; transform: translateY(-10px) scale(1.05); }
}
@keyframes gieArrowFlow {
  0%,100% { transform: translateX(0); opacity: .86; }
  50% { transform: translateX(12px); opacity: 1; }
}
@keyframes gieImportMove {
  0% { transform: translateX(-20px); opacity: .3; }
  30%,70% { opacity: 1; }
  100% { transform: translateX(22px); opacity: .5; }
}
@keyframes gieSearchPulse {
  0%,100% { transform: scale(1); opacity: .92; }
  50% { transform: scale(1.06); opacity: 1; }
}

.gie-home-clean-controls .gie-home-slider-dots {
  max-width: 220px;
}

.gie-home-clean-controls .gie-home-slider-dots button {
  width: 8px;
  height: 8px;
}

.gie-home-clean-controls .gie-home-slider-dots button.is-active {
  width: 24px;
}

@media (max-width: 960px) {
  .gie-home-clean-slider,
  .gie-home-clean-slide img,
  .gie-home-service-slide-content {
    min-height: 610px;
  }

  .gie-home-service-slide-content {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 20px;
  }

  .gie-home-service-slide-copy h1,
  .gie-home-service-slide-copy h2 {
    font-size: 44px;
  }

  .gie-home-motion-scene {
    width: min(100%, 320px);
    height: 250px;
  }
}

@media (max-width: 720px) {
  .gie-home-clean-slider,
  .gie-home-clean-slide img,
  .gie-home-service-slide-content {
    min-height: 660px;
  }

  .gie-home-service-slide-content {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 15px;
    padding-top: 28px;
    padding-bottom: 80px;
  }

  .gie-home-service-slide-copy {
    max-width: 100%;
    transform: translateX(38px);
  }

  .gie-home-service-slide-copy h1,
  .gie-home-service-slide-copy h2 {
    font-size: 36px;
  }

  .gie-home-service-slide-copy p {
    font-size: 13px;
    line-height: 1.62;
  }

  .gie-home-service-slide-visual {
    justify-content: flex-end;
    transform: translateX(50px);
  }

  .gie-home-motion-scene {
    width: min(78%, 290px);
    height: 220px;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .gie-home-clean-slider,
  .gie-home-clean-slide img,
  .gie-home-service-slide-content {
    min-height: 690px;
  }

  .gie-home-service-slide-copy h1,
  .gie-home-service-slide-copy h2 {
    font-size: 32px;
  }

  .gie-home-service-slide-copy .gie-home-clean-actions {
    margin-top: 18px;
  }

  .gie-home-motion-scene {
    width: min(82%, 260px);
    height: 208px;
  }
}


@media (max-width: 720px) {
  .gie-home-motion-scene .card-main { width: 154px; height: 96px; }
  .gie-home-motion-scene .card-status { width: 170px; min-height: 86px; }
  .gie-home-motion-scene .parcel-lg { width: 104px; height: 74px; }
  .gie-home-motion-scene .parcel-sm { right: 112px; width: 60px; height: 46px; }
  .gie-home-motion-scene .bag-large { width: 110px; height: 110px; }
  .gie-home-motion-scene .bag-small { right: 162px; width: 80px; height: 92px; }
  .gie-home-motion-scene .med-bottle { width: 88px; height: 120px; }
  .gie-home-motion-scene .med-strip { right: 138px; width: 96px; height: 66px; }
  .gie-home-motion-scene .food-container { width: 122px; height: 96px; }
  .gie-home-motion-scene .food-box { right: 176px; width: 78px; height: 64px; }
  .gie-home-motion-scene .import-gate { width: 146px; height: 138px; }
  .gie-home-motion-scene .import-arrow { right: 150px; width: 88px; }
  .gie-home-motion-scene .lf-package { width: 98px; height: 72px; }
  .gie-home-motion-scene .lf-pin { right: 170px; width: 48px; height: 64px; }
}

@media (max-width: 480px) {
  .gie-home-service-slide-visual { justify-content: center; }
  .gie-home-motion-scene .card-main,
  .gie-home-motion-scene .card-status { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .gie-home-clean-slide,
  .gie-home-clean-slide img,
  .gie-home-service-slide-copy,
  .gie-home-service-slide-visual,
  .gie-home-motion-scene *,
  .gie-home-motion-scene::before,
  .gie-home-motion-scene::after {
    transition: none !important;
    animation: none !important;
  }
}
