.elementor-14 .elementor-element.elementor-element-639710c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3f616b7 *//* =========================================================
   NextWayTrade Homepage Rebuild
   White + orange direction
   Full HTML uses index.html
========================================================= */

:root {
  --bg: #ffffff;
  --bg-soft: #fbf8f3;
  --bg-warm: #fff6ec;
  --bg-warm-2: #fffaf5;
  --ink: #16120f;
  --ink-soft: #3c352f;
  --muted: #74685c;
  --muted-2: #9b8f83;
  --line: rgba(188, 154, 119, 0.24);
  --line-strong: rgba(188, 154, 119, 0.38);
  --orange: #e67e22;
  --orange-strong: #d96d0f;
  --orange-light: #f4a259;
  --orange-soft: rgba(230, 126, 34, 0.10);
  --orange-glow: rgba(230, 126, 34, 0.22);
  --green: #25d366;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --radius-xl: 44px;
  --shadow-soft: 0 16px 40px rgba(62, 37, 12, 0.08);
  --shadow-medium: 0 22px 58px rgba(62, 37, 12, 0.12);
  --shadow-strong: 0 28px 80px rgba(62, 37, 12, 0.16);
  --container: 1180px;
  --container-wide: 1420px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffdf9 0%, #ffffff 14%, #fffaf4 42%, #ffffff 72%, #fffaf4 100%);
  line-height: 1.58;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg, canvas, iframe { display: block; max-width: 100%; }

.nwt-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: clip;
  background: transparent;
  color: var(--ink);
}

.container,
.container-wide {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.container-wide { width: min(calc(100% - 40px), var(--container-wide)); }

.section {
  position: relative;
  padding: clamp(78px, 9vw, 138px) 0;
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto clamp(40px, 5vw, 68px);
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow i {
  display: inline-block;
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

h1, h2, h3 { color: inherit; }

.section-heading h2,
.split-copy h2,
.video-copy h2,
.faq-left h2,
.quote-copy h2 {
  font-size: clamp(2.05rem, 4.3vw, 4.25rem);
  line-height: .97;
  letter-spacing: -.06em;
  font-weight: 900;
}

.section-heading p,
.split-copy p,
.video-copy p,
.faq-left p,
.quote-copy p,
.industries-copy p {
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.08rem);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.01em;
  cursor: pointer;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease,
    color .24s ease;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange-light), var(--orange));
  box-shadow: 0 16px 40px rgba(230, 126, 34, .28);
}
.btn-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #f2a657, var(--orange-strong));
  box-shadow: 0 22px 54px rgba(230, 126, 34, .34);
}

.btn-glass {
  color: #fff;
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
}
.btn-glass:hover {
  color: #fff;
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.48);
}

.btn-dark {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 16px 40px rgba(230, 126, 34, .24);
}
.btn-dark:hover {
  color: #fff;
  background: var(--orange-strong);
}

.btn-outline {
  color: var(--ink);
  border-color: rgba(188,154,119,.34);
  background: #fff;
}
.btn-outline:hover {
  color: var(--ink);
  background: #fff7ef;
  border-color: rgba(230,126,34,.34);
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--orange);
  font-weight: 900;
}
.text-link:hover { color: var(--orange-strong); }


/* =========================================================
   FLOATING CENTERED HEADER
========================================================= */

.floating-header {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: auto;
  max-width: calc(100vw - 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.floating-header-pill {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  width: auto;
  max-width: calc(100vw - 32px);
  min-height: 64px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.floating-header.scrolled .floating-header-pill,
.floating-header.menu-open .floating-header-pill {
  background: rgba(255, 248, 241, 0.88);
  border-color: rgba(230, 126, 34, 0.16);
  box-shadow: 0 16px 38px rgba(62, 37, 12, 0.12);
}

.floating-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.floating-header.scrolled .floating-logo,
.floating-header.menu-open .floating-logo {
  color: #18120d;
}

.floating-logo img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
}

.floating-nav {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex: 0 1 auto;
}

.floating-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.floating-header.scrolled .floating-nav a,
.floating-header.menu-open .floating-nav a {
  color: #5d5146;
}

.floating-nav a:hover {
  color: #e67e22;
  transform: translateY(-1px);
}

.floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5a554, #e67e22);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(230, 126, 34, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-cta:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(230, 126, 34, 0.28);
}

.floating-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  padding: 0;
}

.floating-menu-btn span {
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.floating-header.scrolled .floating-menu-btn,
.floating-header.menu-open .floating-menu-btn {
  background: rgba(255, 248, 241, 0.92);
  border-color: rgba(230, 126, 34, 0.16);
}

.floating-header.scrolled .floating-menu-btn span,
.floating-header.menu-open .floating-menu-btn span {
  background: #18120d;
}

.floating-header.menu-open .floating-menu-btn span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.floating-header.menu-open .floating-menu-btn span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.floating-mobile-menu {
  display: none;
  width: min(320px, calc(100vw - 24px));
  margin-top: 10px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255, 248, 241, 0.96);
  border: 1px solid rgba(230, 126, 34, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 38px rgba(62, 37, 12, 0.12);
}

.floating-mobile-menu a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: #18120d;
  font-size: 14px;
  font-weight: 700;
}

.floating-mobile-menu a:hover {
  background: #fff2e4;
  color: #e67e22;
}

.floating-header.menu-open .floating-mobile-menu {
  display: block;
}

/* tablet / mobile */
@media (max-width: 980px) {
  .floating-nav,
  .floating-cta {
    display: none;
  }

  .floating-menu-btn {
    display: inline-flex;
  }

  .floating-header-pill {
    min-width: 220px;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .floating-header {
    top: 14px;
    max-width: calc(100vw - 20px);
  }

  .floating-header-pill {
    min-height: 58px;
    padding: 8px 10px;
  }

  .floating-logo img {
    width: 34px;
    height: 34px;
  }

  .floating-logo span {
    font-size: 13px;
  }
}

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(180deg, #090806 0%, #120d08 70%, #2c1708 100%);
}

.hero-pin {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, #090806 0%, #120d08 72%, #2b1709 100%);
}

#heroCanvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 34%, rgba(255,255,255,.16), transparent 28%),
    radial-gradient(circle at 18% 76%, rgba(230,126,34,.22), transparent 28%),
    linear-gradient(90deg, rgba(10,8,6,.78) 0%, rgba(10,8,6,.58) 34%, rgba(10,8,6,.16) 66%, rgba(10,8,6,.24) 100%),
    linear-gradient(180deg, rgba(10,8,6,.24) 0%, rgba(10,8,6,0) 40%, rgba(22,12,6,.54) 82%, rgba(54,28,8,.90) 100%);
}

.hero-gradient::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 28vh;
  background:
    linear-gradient(180deg, rgba(34,18,8,0) 0%, rgba(58,28,8,.42) 48%, rgba(255,248,239,.96) 100%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: .08;
  background-image: radial-gradient(rgba(255,255,255,.45) .5px, transparent .5px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
}

.hero-content {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-copy {
  width: min(720px, 100%);
  padding-top: 34px;
  color: #fff;
}

.hero-eyebrow { color: rgba(255,255,255,.80); }

.hero-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.9vw, 7rem);
  line-height: .88;
  letter-spacing: -.075em;
  font-weight: 900;
}

.hero-copy h1 strong {
  color: var(--orange-light);
  text-shadow: 0 12px 38px rgba(230,126,34,.28);
}

.hero-copy p {
  width: min(620px, 100%);
  margin-bottom: 34px;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px;
}

.hero-proof div {
  min-width: 128px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
}

.hero-proof strong { display: block; color: #fff; font-size: 21px; line-height: 1; }
.hero-proof span { display: block; margin-top: 7px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 700; }

.hero-status {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transform: translateY(-50%);
  color: rgba(255,255,255,.54);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-status div {
  width: 2px;
  height: 86px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}
.hero-status i { display: block; width: 100%; height: 0%; background: #fff; }

.hero-loader {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  place-content: center;
  gap: 16px;
  color: rgba(255,255,255,.64);
  background: #090806;
  transition: opacity .65s ease, visibility .65s ease;
}
.hero-loader.is-hidden { opacity: 0; visibility: hidden; }
.hero-loader-mark { color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; text-align: center; }
.hero-loader-line {
  width: 250px;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}
.hero-loader-line span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), #fff);
  transition: width .18s ease;
}
.hero-loader p { text-align: center; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }

.hero-blend {
  height: 140px;
  margin-top: -1px;
  background:
    linear-gradient(180deg, rgba(255,247,236,0) 0%, rgba(255,247,236,.58) 38%, rgba(255,252,247,1) 100%);
}

/* SERVICES */
.services-section {
  background:
    radial-gradient(circle at 20% 0%, rgba(230,126,34,.09), transparent 24%),
    linear-gradient(180deg, #fff9f2 0%, #ffffff 42%, var(--bg-warm-2) 100%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 292px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #fffefe, #fffaf5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230,126,34,.48), transparent);
  opacity: 0;
  transition: opacity .28s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(230,126,34,.34);
  background: #fff;
  box-shadow: var(--shadow-medium);
}
.service-card:hover::after { opacity: 1; }

.service-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border-radius: 16px;
  color: var(--orange);
  background: var(--orange-soft);
  font-size: 22px;
  font-weight: 900;
}

.service-card > span {
  position: absolute;
  top: 30px;
  right: 30px;
  color: rgba(22,18,15,.22);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.service-card p {
  color: var(--muted);
  font-size: 15px;
}

.service-card-featured {
  border-color: rgba(230,126,34,.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(244,162,89,.22), transparent 38%),
    linear-gradient(145deg, #fff4e8, #ffe8cf 88%);
  box-shadow: 0 16px 44px rgba(230,126,34,.10);
}

.service-card-featured h3 { color: #2f1a09; }
.service-card-featured p { color: #6d523d; }
.service-card-featured > span { color: rgba(47,26,9,.24); }
.service-card-featured .service-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--orange-light), var(--orange));
}

/* WHY */
.why-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
}

.split-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.image-frame {
  position: relative;
  min-height: 560px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,248,240,.96)),
    radial-gradient(circle at 20% 10%, rgba(230,126,34,.12), transparent 30%);
  box-shadow: var(--shadow-soft);
}

.image-placeholder {
  min-height: 100%;
  border: 1px dashed rgba(176,136,93,.34);
  border-radius: 34px;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #8b7762;
  text-align: center;
  font-weight: 900;
  letter-spacing: -.02em;
  background:
    linear-gradient(135deg, rgba(230,126,34,.06), rgba(255,255,255,.46)),
    repeating-linear-gradient(45deg, rgba(176,136,93,.05) 0 1px, transparent 1px 15px);
}

.floating-note {
  position: absolute;
  right: -18px;
  bottom: 34px;
  width: min(270px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
}
.floating-note strong { display: block; font-size: 15px; margin-bottom: 4px; }
.floating-note span { color: var(--muted); font-size: 13px; }

.split-copy p { margin-bottom: 28px; }

.benefit-list {
  display: grid;
  gap: 13px;
  margin-bottom: 30px;
}

.benefit-list div {
  padding: 18px 18px 18px 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fffaf5);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.benefit-list div:hover {
  transform: translateX(4px);
  border-color: rgba(230,126,34,.30);
  box-shadow: var(--shadow-soft);
}
.benefit-list strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}
.benefit-list span { color: var(--muted); font-size: 14px; }

/* PROCESS */
.process-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(230,126,34,.12), transparent 28%),
    linear-gradient(180deg, #fffaf4, #ffffff);
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.process-track::before {
  content: "";
  position: absolute;
  top: 47px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(230,126,34,.42), rgba(230,126,34,.18), transparent);
}

.process-step {
  position: relative;
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, #fff, #fffaf6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.process-step:hover {
  transform: translateY(-7px);
  border-color: rgba(230,126,34,.30);
  box-shadow: var(--shadow-soft);
}

.process-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 44px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--orange-light), var(--orange));
  box-shadow: 0 12px 26px rgba(230,126,34,.22), 0 0 0 8px #fff3e6;
  font-size: 13px;
  font-weight: 900;
}
.process-step h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.08; letter-spacing: -.04em; }
.process-step p { color: var(--muted); font-size: 14px; }

/* VIDEO */
.video-section {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 10%, rgba(230,126,34,.36), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(255,255,255,.10), transparent 25%),
    linear-gradient(135deg, #1b0f05, #2a1508 52%, #4d2507 100%);
}

.video-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.video-copy p { color: rgba(255,255,255,.74); }

.video-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.video-points span {
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.10);
  font-size: 13px;
  font-weight: 800;
}

.video-shell {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 38px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(44,20,4,.24);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 28px;
  background: #140b04;
}
.video-frame iframe { width: 100%; height: 100%; border: 0; }

/* QUOTE */
.quote-section {
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(230,126,34,.08), transparent 30%),
    radial-gradient(circle at 85% 90%, rgba(230,126,34,.12), transparent 24%),
    linear-gradient(180deg, #fffdf9 0%, #fff7ef 100%);
}

.quote-card {
  position: relative;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
  padding: clamp(24px, 4.2vw, 54px);
  border: 1px solid rgba(230,126,34,.16);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,249,242,.96));
  box-shadow: var(--shadow-medium);
}

.quote-copy h2 { color: var(--ink); }
.quote-copy p { color: var(--muted); }

.quote-trust {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.quote-trust div {
  padding: 15px 16px;
  border: 1px solid rgba(230,126,34,.14);
  border-radius: 18px;
  background: #fff;
}
.quote-trust strong { display: block; margin-bottom: 3px; font-size: 14px; color: var(--ink); }
.quote-trust span { color: var(--muted); font-size: 13px; }

.quote-form {
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(230,126,34,.16);
  border-radius: 32px;
  background: linear-gradient(180deg, #fff, #fffaf4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 900;
}

.quote-form label.full { grid-column: 1 / -1; }

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(198,165,131,.34);
  border-radius: 16px;
  outline: none;
  background: #fff;
  color: var(--ink);
  padding: 14px 15px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder { color: #9a8d80; }

.quote-form select { color: var(--ink); }

.quote-form textarea { min-height: 128px; resize: vertical; }

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(230,126,34,.16);
  background: #fffdfb;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.form-message {
  min-height: 20px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

/* INDUSTRIES */
.industries-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
}

.industries-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
}

.industries-copy p {
  margin-bottom: 6px;
  max-width: 600px;
}

.industries-panel {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(180deg, #fff, #fffaf4);
  box-shadow: var(--shadow-soft);
}

.visual-placeholder {
  border: 1px dashed rgba(176,136,93,.34);
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
  color: #8b7762;
  font-weight: 900;
  letter-spacing: -.02em;
  background:
    linear-gradient(135deg, rgba(230,126,34,.05), rgba(255,255,255,.42)),
    repeating-linear-gradient(45deg, rgba(176,136,93,.05) 0 1px, transparent 1px 15px);
}
.visual-placeholder.compact {
  min-height: 320px;
  border-radius: 28px;
  box-shadow: none;
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.industry-tags span {
  padding: 11px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(188,154,119,.26);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

/* TESTIMONIALS */
.testimonials-section {
  background:
    linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, #fff, #fffaf6);
  box-shadow: var(--shadow-soft);
}

.client-row {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.client-photo {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border: 1px dashed rgba(176,136,93,.34);
  border-radius: 50%;
  background: var(--bg-warm);
  color: #8d7a67;
  text-align: center;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.1;
}

.client-row b { display: block; font-size: 15px; }
.client-row span { display: block; color: var(--muted); font-size: 13px; }
.testimonial-card p { color: var(--ink-soft); font-size: 15px; }

/* FAQ */
.faq-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
}

.faq-video-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 0 20px;
  transition: box-shadow .24s ease, border-color .24s ease, background .24s ease;
}
details[open] {
  border-color: rgba(230,126,34,.28);
  background: #fff9f3;
  box-shadow: var(--shadow-soft);
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 900;
  letter-spacing: -.03em;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
}
details[open] summary::after { content: "–"; }
details p {
  padding: 0 0 21px;
  color: var(--muted);
  font-size: 14.5px;
}

.faq-video {
  display: grid;
  gap: 16px;
}

.mini-video-frame {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(230,126,34,.18);
  box-shadow: var(--shadow-medium);
  background: #140b04;
}
.mini-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.faq-video p {
  color: var(--muted);
  font-size: 15px;
}


/* LIVE IMAGE INTEGRATION */
.image-live {
  overflow: hidden;
  padding: 0;
  border-style: solid;
  background: #fff7ef;
}
.image-live img,
.shipping-proof-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industries-image {
  min-height: 320px;
}
.shipping-proof {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  margin-top: clamp(34px, 5vw, 58px);
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(230,126,34,.16);
  border-radius: 34px;
  background: linear-gradient(135deg, #fff, #fff5e9);
  box-shadow: var(--shadow-soft);
}
.shipping-proof-copy h3 {
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 900;
}
.shipping-proof-copy p {
  max-width: 520px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
}
.shipping-proof-image {
  overflow: hidden;
  min-height: 280px;
  border-radius: 28px;
  border: 1px solid rgba(230,126,34,.14);
  background: #fff;
}
.footer-mark img {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(230,126,34,.18);
  box-shadow: 0 8px 20px rgba(62,37,12,.08);
}
@media (max-width: 960px) {
  .shipping-proof {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .shipping-proof-image {
    min-height: 220px;
  }
}

/* =========================================================
   NEXTWAYTRADE PREMIUM FOOTER
   Use with the footer HTML you shared.
   Paste this at the end of styles.css or replace the current footer block.
========================================================= */

.shell {
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 118px) 0 28px;
  background:
    linear-gradient(180deg, #fffaf4 0%, #fff7ef 42%, #fff3e8 100%);
  border-top: 1px solid rgba(230, 126, 34, 0.12);
}

.footer-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(230, 126, 34, 0.10), transparent 22%),
    radial-gradient(circle at 78% 12%, rgba(230, 126, 34, 0.12), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(230, 126, 34, 0.08), transparent 34%);
  opacity: .95;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 140px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(230,126,34,.08) 0%, rgba(230,126,34,.03) 38%, rgba(255,255,255,0) 100%);
}

.footer .shell {
  position: relative;
  z-index: 1;
}

.footer-headline-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: clamp(34px, 5vw, 54px);
  margin-bottom: clamp(30px, 5vw, 44px);
  border-bottom: 1px solid rgba(230, 126, 34, 0.14);
}

.footer-headline {
  display: grid;
  gap: 6px;
  color: #16120f;
  font-size: clamp(2.8rem, 7vw, 6.2rem);
  line-height: .88;
  letter-spacing: -.07em;
  font-weight: 900;
}

.footer-headline .line {
  display: block;
}

.footer-headline em {
  font-style: normal;
  color: #e67e22;
  text-shadow: 0 10px 30px rgba(230, 126, 34, 0.10);
}

.footer-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #f4a259, #e67e22);
  box-shadow: 0 16px 40px rgba(230, 126, 34, 0.24);
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    background .24s ease,
    color .24s ease;
}

.footer-cta:hover {
  transform: translateY(-2px);
  color: #fff;
  background: linear-gradient(135deg, #f2a657, #d96d0f);
  box-shadow: 0 22px 54px rgba(230, 126, 34, 0.30);
}

.footer-cta span {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.footer-cta svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr 1fr;
  gap: 32px;
  align-items: start;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-col h4 {
  margin: 0 0 6px;
  color: #16120f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-brand {
  gap: 18px;
  max-width: 360px;
}

.footer-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: #16120f;
  transition: color .22s ease, transform .22s ease;
}

.footer-mark:hover {
  color: #e67e22;
  transform: translateX(3px);
}

.footer-mark svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.footer-mark span {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.footer-brand p {
  margin: 0;
  color: #6f6255;
  font-size: 15px;
  line-height: 1.7;
}

.footer-locations {
  display: grid;
  gap: 12px;
  margin-top: 2px;
}

.footer-locations div {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(230, 126, 34, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(8px);
}

.footer-locations strong {
  color: #1f1812;
  font-size: 14px;
  font-weight: 800;
}

.footer-locations span {
  color: #8b7a69;
  font-size: 12px;
  letter-spacing: .02em;
}

.footer-col > a,
.footer-col > span {
  color: #5d5146;
  font-size: 15px;
  line-height: 1.55;
}

.footer-col > a {
  width: fit-content;
  transition: color .22s ease, transform .22s ease;
}

.footer-col > a:hover {
  color: #e67e22;
  transform: translateX(3px);
}

.footer-socials {
  display: grid;
  gap: 10px;
}

.footer-socials a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(230, 126, 34, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  color: #2f2720;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    color .22s ease,
    background .22s ease;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 126, 34, 0.28);
  color: #e67e22;
  background: #fff;
  box-shadow: 0 12px 28px rgba(62, 37, 12, 0.06);
}

.footer-socials svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.footer-socials span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(26px, 4vw, 34px);
  padding-top: 22px;
  border-top: 1px solid rgba(230, 126, 34, 0.10);
}

.footer-bottom span {
  color: #796b5f;
  font-size: 13px;
  line-height: 1.5;
}

.footer-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .02em;
}

.footer [data-reveal] {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .footer-grid {
    grid-template-columns: 1.15fr 1fr 1fr;
  }

  .footer-col:last-child {
    grid-column: 1 / -1;
    max-width: 420px;
  }
}

@media (max-width: 900px) {
  .footer-headline-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .footer-brand {
    max-width: none;
    grid-column: 1 / -1;
  }

  .footer-col:last-child {
    grid-column: auto;
    max-width: none;
  }

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

@media (max-width: 640px) {
  .shell {
    width: min(calc(100% - 28px), 1180px);
  }

  .footer {
    padding: 52px 0 24px;
  }

  .footer-headline {
    font-size: clamp(2.35rem, 13vw, 3.8rem);
    line-height: .92;
  }

  .footer-cta {
    width: 100%;
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-col h4 {
    margin-bottom: 2px;
  }

  .footer-socials a {
    min-height: 46px;
  }

  .footer-bottom span {
    font-size: 12.5px;
  }
}


/* WHATSAPP */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 18px 44px rgba(37,211,102,.38);
  transition: transform .24s ease, box-shadow .24s ease;
}
.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 24px 56px rgba(37,211,102,.46);
}
.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: #fff;
}

/* REVEAL */
.reveal,
.reveal-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2, .7, .2, 1);
}
.reveal.is-visible,
.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-track { grid-template-columns: repeat(3, 1fr); }
  .process-track::before { display: none; }
}

@media (max-width: 960px) {
  .split-grid,
  .video-layout,
  .quote-card,
  .industries-layout,
  .faq-video-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .image-frame { min-height: 420px; }

  .quote-copy,
  .video-copy {
    text-align: center;
  }

  .quote-copy p,
  .video-copy p {
    margin-inline: auto;
  }

  .video-points {
    justify-content: center;
  }

  .testimonials-grid { grid-template-columns: 1fr; }

  .footer-brand {
    max-width: none;
  }

  .footer nav {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }
}

@media (max-width: 767px) {
  .container,
  .container-wide {
    width: min(calc(100% - 28px), var(--container));
  }

  .section { padding: 68px 0; }

  .hero-pin { min-height: 640px; }

  .hero-content {
    align-items: flex-end;
    padding-bottom: 54px;
  }

  .hero-copy {
    padding-top: 0;
    text-align: center;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 16vw, 5rem);
    letter-spacing: -.07em;
  }

  .hero-copy p { margin-inline: auto; }

  .hero-actions { justify-content: center; }
  .hero-actions .btn { width: 100%; }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-proof div {
    min-width: 0;
    padding: 11px 13px;
  }

  .hero-status { display: none; }

  .services-grid,
  .process-track,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .process-step { min-height: auto; }

  .process-icon { margin-bottom: 28px; }

  .floating-note {
    right: 10px;
    bottom: 22px;
  }

  .quote-card { border-radius: 32px; }
  .video-shell {
    padding: 10px;
    border-radius: 28px;
  }
  .video-frame,
  .mini-video-frame { border-radius: 20px; }

  .footer {
    padding: 42px 0 26px;
  }

  .footer nav {
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 460px) {
  .section-heading h2,
  .split-copy h2,
  .video-copy h2,
  .faq-left h2,
  .quote-copy h2 {
    font-size: 2.1rem;
  }

  .hero-copy h1 { font-size: 3rem; }
  .btn { width: 100%; }

  .client-row { align-items: flex-start; }
  .client-photo {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .footer-brand strong {
    font-size: 2.1rem;
  }

  .footer-brand p,
  .footer-contact p,
  .footer nav a {
    font-size: 14px;
  }

  .socials a {
    width: 44px;
    height: 44px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}/* End custom CSS */