@import "/design/layouts/layout-hero-split.css";
@import "/design/layouts/layout-grid-showcase.css";
@import "/design/layouts/layout-proof-strip.css";

*{box-sizing:border-box}
body{font-family:Arial,sans-serif;margin:0;background:var(--color-background);color:var(--color-text)}
.nav{display:flex;justify-content:space-between;align-items:center;padding:22px 6vw;background:#202220;border-bottom:1px solid #DDD6C8}
.nav img{height:90px;width:auto;display:block}
.nav a{color:#F7F5EF;text-decoration:none;margin-left:18px;font-weight:800}
.hero-copy p{font-size:20px;line-height:1.5;max-width:760px;color:#4B4F45}
.hero-card,.section,.contact{background:var(--color-surface);border:1px solid #DDD6C8;border-radius:18px}
.hero-card{padding:34px;box-shadow:0 22px 55px rgba(32,34,32,.13);border-top:6px solid #556B2F}
.hero-card h3{border-bottom:1px solid #DDD6C8;padding-bottom:10px}
h1{font-size:60px;line-height:1.0;max-width:820px;letter-spacing:-.035em;margin:10px 0 18px}
h2{font-size:38px;line-height:1.1}.hero-card h2{font-size:46px;color:#556B2F;margin:8px 0 10px}
.eyebrow{text-transform:uppercase;color:#556B2F;letter-spacing:.12em;font-weight:900}
a,button{display:inline-block;margin-right:12px;padding:15px 22px;background:#556B2F;color:#FFFFFF;text-decoration:none;border:0;border-radius:10px;font-weight:900;box-shadow:0 10px 24px rgba(75,83,32,.18)}
.trustbar span{background:var(--color-surface);padding:18px;text-align:center;font-weight:800}
.section,.contact{margin:34px 6vw;padding:42px}
.grid div,.panel{background:var(--color-surface);border-radius:16px;padding:28px;border:1px solid #DDD6C8;box-shadow:0 10px 28px rgba(32,34,32,.06)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:26px}
form{display:grid;gap:12px;max-width:100%}
input,textarea{padding:14px;border-radius:10px;border:1px solid #D8D2B5;background:#fff;color:#171A17}
textarea{min-height:120px}
footer{padding:30px 6vw;background:#202220;color:#c4c7cb}


.service-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.service-link span {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
}

.grid .service-link {
  background:var(--color-surface);
  border-radius:14px;
  padding:24px;
  border:1px solid #DDD6C8;
}

body {
  background:var(--color-background);
  color:var(--color-text);
}

.site-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:30px 6vw;
  background:#202220;
}

.site-header .brand {
  font-weight:900;
}

.site-header .brand span {
  display:block;
  font-size:11px;
  color:#9ca3af;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.card {
  background:var(--color-surface);
  border-radius:14px;
  padding:24px;
  border:1px solid #DDD6C8;
}

.three {
  grid-template-columns:repeat(3,1fr);
}

.contact-form button {
  width:100%;
}



.brand-lockup{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 14px;
  margin:0;
  background:transparent;
  box-shadow:none;
  color:#F7F5EF;
  text-decoration:none;
}

.brand-lockup img{
  height:42px;
  width:48px;
  display:block;
}

.brand-lockup span{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.brand-lockup strong{
  font-size:22px;
  letter-spacing:.01em;
  color:#F7F5EF;
}

.brand-lockup small{
  margin-top:6px;
  font-size:9px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#D8D2B5;
}

.offer-detail{
  border-top:6px solid #556B2F;
}

.trust-detail{
  background:#F1EFE5;
}

.trust-detail .grid div{
  background:#FFFFFF;
}


/* TurnPCS visual experiment: contained route accent */
.route-accent {
    display: block;
    width: 100%;
    margin: 0 0 22px;
    border-radius: 16px;
    border: 1px solid #DDD6C8;
}

/* TurnPCS offer-card conversion tune */
.card-cta {
    display: block;
    text-align: center;
    margin-top: 18px;
    padding: 13px 18px;
    border-radius: 10px;
    background: #556B2F;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(85,107,47,.22);
}

/* TurnPCS mobile tune v1 */






/* TurnPCS mobile tune v2 */




/* TurnPCS mobile tune v3: section typography */






/* TurnPCS mobile tune v4: final density pass */


/* Canonical global menu */
.turnpcs-global-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 6vw;
  background: #202220;
  border-bottom: 1px solid #DDD6C8;
}

.turnpcs-global-header .brand-lockup {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mobile-menu-toggle {
  display: inline-block !important;
  background: #556B2F !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 10px 16px !important;
  margin: 0 !important;
  font-weight: 900 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.turnpcs-global-nav {
  display: none !important;
}

.turnpcs-global-nav[style*="grid"] {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 12px !important;
}

.turnpcs-global-header:has(.turnpcs-global-nav[style*="grid"]) {
  flex-wrap: wrap;
  align-items: flex-start;
}

.turnpcs-global-nav a {
  display: block !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  color: #F7F5EF !important;
  font-size: 16px !important;
}

/* Neutralize legacy .nav a styles inside canonical header */
.turnpcs-global-header a {
  background: transparent !important;
  box-shadow: none !important;
}

.turnpcs-global-header .turnpcs-global-nav {
  display: none !important;
}

.turnpcs-global-header .turnpcs-global-nav[style*="grid"] {
  display: grid !important;
}

/* TurnPCS details-based global menu */
.turnpcs-site-header {
  background: #202220;
  border-bottom: 1px solid #DDD6C8;
}

.turnpcs-header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.turnpcs-global-brand {
  display: flex !important;
  align-items: center;
  gap: 12px;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #F7F5EF !important;
  text-decoration: none;
}

.turnpcs-global-brand img {
  height: 34px;
  width: auto;
  display: block;
}

.turnpcs-global-brand span {
  display: grid;
  gap: 2px;
}

.turnpcs-global-brand strong {
  font-size: 18px;
  line-height: 1;
}

.turnpcs-global-brand small {
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #DDD6C8;
}

.turnpcs-menu {
  position: relative;
}

.turnpcs-menu summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  color: #fff;
  background: #556B2F;
  border-radius: 10px;
  padding: 11px 16px;
  font-weight: 900;
  line-height: 1;
}

.turnpcs-menu summary::-webkit-details-marker {
  display: none;
}

.turnpcs-menu-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 1001;
  min-width: 0;
  padding: 12px;
  display: grid;
  gap: 6px;
  background: rgba(32,34,32,.98);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}

.turnpcs-menu:not([open]) .turnpcs-menu-panel {
  display: none;
}

.turnpcs-menu-panel a {
  color: rgba(247,245,239,.95) !important;
  text-decoration: none !important;
  font-weight: 800;
  padding: 10px 12px !important;
  border-radius: 10px;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.turnpcs-menu-panel a:hover {
  background: rgba(85,107,47,.35) !important;
  color: #fff !important;
}



/* TurnPCS FXE-style menu positioning fix */
.turnpcs-site-header {
  background: #202220 !important;
}

.turnpcs-header-inner {
  width: min(1180px, calc(100% - 32px)) !important;
  min-height: 72px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.turnpcs-global-brand img {
  height: 34px !important;
  width: auto !important;
}

.turnpcs-menu {
  position: relative !important;
  margin-left: auto !important;
}

.turnpcs-menu-panel {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: calc(100% + 12px) !important;
  z-index: 9999 !important;
}

/* Clickable service card affordance */
.service-link,
.card a,
.grid a {
  text-decoration: none !important;
}

.service-link,
.grid a:has(h3),
.card-link {
  display: block !important;
  height: 100% !important;
  border: 1px solid #DDD6C8 !important;
  border-radius: 16px !important;
  padding: 26px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(32,34,32,.10) !important;
  color: #171A17 !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}

.service-link:hover,
.grid a:has(h3):hover,
.card-link:hover {
  transform: translateY(-2px) !important;
  border-color: #556B2F !important;
  box-shadow: 0 18px 42px rgba(85,107,47,.18) !important;
}


/* Homepage clickable service cards — stronger affordance */
.section .grid > a.service-link {
  position: relative !important;
  overflow: hidden !important;
  border: 2px solid #D8D2B5 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F5EF 100%) !important;
  box-shadow: 0 20px 45px rgba(32,34,32,.14) !important;
}



.section .grid > a.service-link h3 {
  font-size: 24px !important;
  margin-top: 0 !important;
}



.section .grid > a.service-link:hover {
  transform: translateY(-4px) !important;
  border-color: #556B2F !important;
}

/* Make service CTA obvious */
.service-link span {
  display: inline-block !important;
  margin-top: 18px !important;
  padding: 10px 14px !important;
  background: #556B2F !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
  box-shadow: 0 8px 18px rgba(85,107,47,.20) !important;
}

.service-link:hover span {
  transform: translateY(-1px);
}

.service-link h3 {
  margin-bottom: 14px !important;
}


/* Outcome section emphasis */
#existing-carriers,
#compliance-management,
#operational-proof {
  border-top: 6px solid #556B2F !important;
}

#existing-carriers h2,
#compliance-management h2,
#operational-proof h2 {
  max-width: 880px;
}

/* Start Here guided chooser */
.start-here-btn{
  display:inline-block !important;
  margin-left:14px !important;
  padding:14px 22px !important;
  border-radius:12px !important;
  background:#202220 !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
}

.start-here-btn:hover{
  background:#556B2F !important;
}

.start-here-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.58);
  display:none;
  z-index:20000;
  padding:24px;
}

.start-here-modal:target{
  display:flex;
  align-items:center;
  justify-content:center;
}

.start-here-panel{
  width:min(900px,92vw);
  max-height:86vh;
  overflow:auto;
  background:#F7F5EF;
  border-radius:20px;
  padding:34px;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
  position:relative;
}

.start-here-close{
  position:absolute;
  top:18px;
  right:18px;
  background:transparent !important;
  box-shadow:none !important;
  color:#202220 !important;
  font-size:24px;
  padding:0 !important;
  margin:0 !important;
}

.start-here-grid{
  display:grid;
  gap:16px;
  margin-top:24px;
}

.start-choice{
  display:block !important;
  padding:18px !important;
  border-radius:14px !important;
  border:2px solid #DDD6C8 !important;
  background:#fff !important;
  text-decoration:none !important;
  color:#171A17 !important;
  box-shadow:none !important;
  margin:0 !important;
}

.start-choice strong{
  display:block;
  font-size:18px;
  margin-bottom:6px;
}

.start-choice span{
  color:#4B4F45;
}

.start-choice:hover{
  border-color:#556B2F !important;
  transform:translateY(-2px);
}

/* =======================================================
   TURNPCS EFFECTS V1
   ======================================================= */

a,
button,
.service-link,
.start-choice,
.turnpcs-menu summary {
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background-color .18s ease,
    color .18s ease;
}

/* Service cards */
.service-link:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(32,34,32,.18) !important;
}

.service-link span {
  transition: transform .18s ease;
}

.service-link:hover span {
  transform: translateX(4px);
}

/* General buttons */
.btn:hover,
.start-here-btn:hover,
button:hover,
.turnpcs-menu summary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(85,107,47,.22);
}

/* Modal choices */
.start-choice:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(32,34,32,.14);
}

/* Hero visual */
.route-accent {
  animation: turnpcsFloat 6s ease-in-out infinite;
}

@keyframes turnpcsFloat {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}


/* Hero button row alignment */
.hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  align-items: center !important;
  margin-top: 24px !important;
}

.hero-actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 15px 22px !important;
  border-radius: 12px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  margin: 0 !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.hero-primary-btn {
  background: #556B2F !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(85,107,47,.22) !important;
}

.hero-secondary-btn {
  background: #202220 !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(32,34,32,.18) !important;
}

.hero-actions a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 34px rgba(32,34,32,.24) !important;
}



/* Force visible hero button interaction */
.hero-actions a:hover,
.hero-actions a:focus,
.hero-actions a:active {
  transform: translateY(-4px) scale(1.02) !important;
  filter: brightness(1.08) !important;
  box-shadow: 0 22px 44px rgba(32,34,32,.30) !important;
}

.hero-primary-btn:hover,
.hero-primary-btn:focus,
.hero-primary-btn:active {
  background: #6F8438 !important;
}

.hero-secondary-btn:hover,
.hero-secondary-btn:focus,
.hero-secondary-btn:active {
  background: #30342F !important;
}

/* =======================================================
   SERVICE CARD COMMERCIAL UPGRADE
   ======================================================= */

.service-link{
  position:relative;
  overflow:hidden;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease !important;
}

.service-link:hover{
  transform:translateY(-8px) !important;
  border-color:#556B2F !important;
  box-shadow:0 24px 60px rgba(32,34,32,.18) !important;
}

.service-link span{
  display:inline-flex !important;
  align-items:center !important;

  margin-top:18px !important;
  padding:10px 16px !important;

  border-radius:999px !important;

  background:#556B2F !important;
  color:#fff !important;

  font-weight:800 !important;
  transition:
    transform .18s ease,
    background-color .18s ease !important;
}

.service-link:hover span{
  transform:translateX(4px) !important;
  background:#6F8438 !important;
}

.service-link h3{
  margin-bottom:10px !important;
}


/* =======================================================
   HERO PREMIUM GLOW
   ======================================================= */




.hero-copy,
.hero-card{
  position:relative;
  z-index:1;
}


/* =======================================================
   SECTION DEPTH V1
   ======================================================= */

.section:nth-of-type(even){
  background:
    linear-gradient(
      180deg,
      #FFFFFF 0%,
      #F4F3EC 100%
    ) !important;
}

.section:nth-of-type(odd){
  background:#FFFFFF !important;
}

.contact{
  background:
    linear-gradient(
      180deg,
      #F7F5EF 0%,
      #ECE7DB 100%
    ) !important;
}


/* =======================================================
   HERO LAUNCH FLOW GRAPHIC
   ======================================================= */

.launch-flow{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  align-items:stretch;
  gap:10px;
  padding:18px;
  border:1px solid #DDD6C8;
  border-radius:18px;
  background:
    linear-gradient(180deg,#FFFFFF 0%,#F7F5EF 100%);
}

.flow-step{
  min-height:92px;
  padding:14px;
  border-radius:14px;
  background:#FFFFFF;
  border:1px solid #DDD6C8;
  display:grid;
  align-content:center;
  gap:5px;
  box-shadow:0 10px 24px rgba(32,34,32,.08);
}

.flow-step span{
  color:#556B2F;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}

.flow-step strong{
  font-size:18px;
  color:#171A17;
}

.flow-step small{
  color:#4B4F45;
  line-height:1.25;
}

.flow-step.paid{
  border-color:#556B2F;
  background:#EEF1E7;
}

.flow-arrow{
  display:grid;
  place-items:center;
  color:#556B2F;
  font-size:24px;
  font-weight:900;
}




/* Hero proof strip */
.hero-proof-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin:18px 0 6px;
}

.hero-proof-strip span{
  display:grid;
  place-items:center;
  min-height:42px;
  padding:8px 10px;
  border:1px solid #D8D2B5;
  border-radius:999px;
  background:#F7F5EF;
  color:#202220;
  font-size:12px;
  font-weight:900;
  text-align:center;
}



/* =======================================================
   TURNPCS VISUAL POLISH PATCH v1 (SAFE LAYER)
   ======================================================= */


.hero-card{
  box-shadow:0 28px 70px rgba(32,34,32,.18);
  border-top:7px solid #556B2F;
}

.hero-actions a{
  transform:translateY(0);
  transition:all .18s ease;
}

.hero-actions a:hover{
  transform:translateY(-2px);
}


/* SECTION SEPARATION REFINEMENT */
.section{
  border:1px solid rgba(221,214,200,.8);
}

/* SERVICE CARD DEPTH CONSISTENCY */
.service-link,
.grid a:has(h3){
  box-shadow:0 18px 45px rgba(32,34,32,.12) !important;
}

/* MOBILE REFINEMENT */



.trustbar span{
  font-size:13px;
  letter-spacing:.02em;
  color:#202220;
}

.trustbar span::before{
  content:"◆";
  margin-right:6px;
  color:#556B2F;
}


/* ================================
   SERVICE VISUAL CHUNK 2
   ================================ */

.service-link{
  position:relative;
  overflow:hidden;
}



.service-link h3{
  margin-top:14px;
  font-size:18px;
}

.service-link p{
  color:#4B4F45;
  font-size:14px;
  line-height:1.4;
}

.service-link span{
  display:inline-block;
  margin-top:10px;
  font-weight:900;
  color:#556B2F;
}

/* hover lift */
.service-link{
  transition:transform .18s ease, box-shadow .18s ease;
}

.service-link:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 60px rgba(32,34,32,.18);
}


/* ================================
   HERO VISUAL CHUNK 3
   ================================ */


/* stronger visual separation between copy + card */
.hero-copy{
  padding-right:20px;
}

/* elevate card slightly more */
.hero-card{
  transform:translateY(0);
  transition:transform .2s ease, box-shadow .2s ease;
}

.hero-card:hover{
  transform:translateY(-4px);
}

/* improve CTA hierarchy */
.hero-primary-btn{
  box-shadow:0 14px 30px rgba(85,107,47,.25);
}

.hero-secondary-btn{
  opacity:.92;
}

/* subtle visual guide line between sections */


/* mobile tightening */



/* ================================
   CARRIER JOURNEY STRIP CHUNK 4
   ================================ */

.carrier-journey-strip{
  background:#FFFFFF;
  border:1px solid #DDD6C8;
  border-radius:16px;
  padding:28px;
  margin:34px 6vw;
}

.journey-track{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:18px;
}

.journey-track .step{
  background:#F7F5EF;
  border:1px solid #DDD6C8;
  border-radius:14px;
  padding:18px;
  box-shadow:0 10px 24px rgba(32,34,32,.08);
}

.journey-track .step strong{
  display:block;
  font-size:16px;
  margin-bottom:6px;
}

.journey-track .step small{
  color:#4B4F45;
}

/* mobile fallback */



/* ================================
   ICONIZATION + VISUAL DENSITY CHUNK 5
   ================================ */

/* TRUSTBAR ICON LAYER */
.trustbar span::before{
  content:"✔";
  margin-right:6px;
  color:#556B2F;
  font-weight:900;
}

/* SERVICE CARD ICON FEEL */
.service-link h3::before{
  content:"▸";
  margin-right:6px;
  color:#556B2F;
}

/* JOURNEY VISUAL REINFORCEMENT */
.journey-track .step strong::before{
  content:"◆";
  margin-right:6px;
  color:#556B2F;
}

/* GLOBAL SCAN IMPROVEMENT */
.section h2{
  letter-spacing:-0.02em;
}

.section p{
  line-height:1.55;
}

/* SUBTLE CARD DEPTH UNIFICATION */
.service-link,
.journey-track .step,
.hero-card{
  border-radius:16px;
}


/* ================================
   MULTI IMAGE SYSTEM P1
   ================================ */

.visual-frame{
  border-radius:18px;
  overflow:hidden;
  border:1px solid #DDD6C8;
  box-shadow:0 18px 45px rgba(32,34,32,.12);
}

.visual-frame img{
  width:100%;
  height:auto;
  display:block;
}

.section.visualized{
  position:relative;
}

.section.visualized::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(85,107,47,.04), transparent);
  pointer-events:none;
}


/* ================================
   EXPANDABLE UX P2
   ================================ */

.expandable{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}

.expandable.open{
  max-height:600px;
}

.expand-toggle{
  cursor:pointer;
  font-weight:900;
  color:#556B2F;
}


/* ================================
   MOBILE COMPRESSION P4
   ================================ */




/* ================================
   VISUAL ACTIVATION BINDING P7
   ================================ */

/* SERVICES VISUAL STATE */
.visualized-services .service-link{
  background:linear-gradient(180deg,#FFFFFF 0%,#F7F5EF 100%);
  border:1px solid #DDD6C8;
  box-shadow:0 18px 45px rgba(32,34,32,.14);
}

/* TRUST VISUAL STATE */
.visualized-trust .grid div{
  background:#FFFFFF;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(32,34,32,.10);
}

/* JOURNEY VISUAL STATE */
.visualized-journey .journey-track .step{
  background:#FFFFFF;
  border:1px solid #DDD6C8;
  box-shadow:0 16px 40px rgba(32,34,32,.12);
}

/* GLOBAL VISUAL DEPTH ENHANCEMENT ONLY FOR ACTIVE SECTIONS */
.visualized{
  transition:all .2s ease;
}

.visualized:hover{
  transform:translateY(-2px);
}


/* ================================
   IMAGE STORY SYSTEM P8
   ================================ */

.story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:center;
}

.story-image{
  border-radius:18px;
  overflow:hidden;
  border:1px solid #DDD6C8;
  box-shadow:0 20px 50px rgba(32,34,32,.14);
}

.story-image img{
  width:100%;
  display:block;
}

.story-copy h2{
  margin-bottom:10px;
}

.story-copy p{
  color:#4B4F45;
  line-height:1.55;
}




/* ================================
   PHASE 8 — VISUAL STORY SYSTEM
   ================================ */

.visual-story{
  border-radius:18px;
  overflow:hidden;
  border:1px solid #DDD6C8;
  box-shadow:0 24px 60px rgba(32,34,32,.12);
  margin:24px 0;
  position:relative;
}

.visual-story img{
  width:100%;
  display:block;
}

/* STORY TYPOGRAPHY HIERARCHY */
section[data-type="story"] h2{
  margin-bottom:14px;
}

/* IMAGE CONSISTENCY LOCK */
.visual-story[data-image-slot]{
  background-size:cover;
  background-position:center;
}

/* PREVENT DUPLICATE VISUAL EMPHASIS */
section[data-type="info"] img{
  max-height:180px;
  object-fit:cover;
}

/* ================================
   SERVICE CARD CLEANUP
   ================================ */

.service-link,
.service-card{
  padding-top:24px !important;
}

.service-link .eyebrow,
.service-card .eyebrow{
  margin-bottom:12px;
}

/* hide any leftover visual placeholders */
.service-link::before,
.service-card::before{
  background:none !important;
}

.service-link img,
.service-card img{
  display:none;
}

/* KILL SERVICE CARD OVAL PLACEHOLDERS */
#services .service-link::before,
#services .grid a::before,
.service-link::before,


#services .service-link{
  padding-top:28px !important;
}

/* FINAL KILL OPEN SERVICE OVAL BADGE */


.section .grid > a.service-link{
  padding-top:28px !important;
}

/* FINAL SERVICE CARD BADGE/OVAL REMOVAL */
#services .service-link::before,
#services .service-link::after,
#services .grid > a.service-link::before,
#services .grid > a.service-link::after,
.section .grid > a.service-link::before,
.section .grid > a.service-link::after,
.service-link::before,


#services .service-link,
.section .grid > a.service-link{
  padding-top:28px !important;
}

/* CLEAN SERVICE CARDS - ESCAPE OLD SERVICE-LINK SYSTEM */
.service-clean-card{
  display:block !important;
  padding:28px !important;
  border:1px solid #DDD6C8 !important;
  border-radius:18px !important;
  background:#FFFFFF !important;
  color:#171A17 !important;
  text-decoration:none !important;
  box-shadow:0 16px 38px rgba(32,34,32,.10) !important;
}

.service-clean-card::before,
.service-clean-card::after{
  content:none !important;
  display:none !important;
}

.service-clean-card h3{
  margin:0 0 12px !important;
  font-size:24px !important;
  line-height:1.1 !important;
}

.service-clean-card p{
  margin:0 0 18px !important;
  color:#4B4F45 !important;
  line-height:1.45 !important;
}

.service-clean-card span{
  display:inline-block !important;
  padding:12px 16px !important;
  border-radius:10px !important;
  background:#556B2F !important;
  color:#FFFFFF !important;
  font-weight:900 !important;
}

/* PHASE 1 - FLAT SERVICE LAYOUT */

#services 

.service-clean-card{
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
}

.service-clean-card:hover{
  transform:none !important;
}

.service-clean-card h3{
  font-size:34px !important;
  line-height:1.05 !important;
  margin-bottom:16px !important;
}

.service-clean-card p{
  max-width:420px !important;
  margin-bottom:24px !important;
}


/* PHASE 2 - FLATTEN SERVICES SECTION ONLY */

#services{
  border-radius:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  box-shadow:none !important;
  background:#FFFFFF !important;
}

#services 

#services .service-clean-card{
  border-top:2px solid #D8D2B5 !important;
  padding-top:24px !important;
}

#services .service-clean-card:hover{
  border-top-color:#556B2F !important;
}


/* PHASE 3 - SHARPER SECTION SYSTEM */

.section,
.contact{
  border-radius:8px !important;
  box-shadow:none !important;
}

.section .grid > div,
.panel{
  border-radius:6px !important;
  box-shadow:none !important;
}

.story-image,
.visual-frame,
.hero-card{
  border-radius:10px !important;
}



/* PHASE 4 - EDITORIAL AUTHORITY TO OPERATION BLOCK */

.authority-operation-visual{
  display:grid !important;
  grid-template-columns:1.25fr .75fr !important;
  gap:34px !important;
  align-items:center !important;
  padding:28px !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.authority-operation-visual .story-image{
  border-radius:0 !important;
  overflow:hidden !important;
}

.authority-operation-visual .story-image img{
  width:100% !important;
  min-height:320px !important;
  object-fit:cover !important;
  display:block !important;
}

.authority-operation-visual .story-copy{
  max-width:520px !important;
}

.authority-operation-visual h2{
  font-size:42px !important;
  line-height:1.02 !important;
  margin:10px 0 18px !important;
}



/* PHASE 4B - FORCE PAYPAL STYLE AUTHORITY BLOCK */

section.authority-operation-visual{
  display:grid !important;
  grid-template-columns:1.35fr .65fr !important;
  gap:42px !important;
  align-items:center !important;
  padding:34px !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

section.authority-operation-visual .story-image{
  width:100% !important;
  max-width:none !important;
  border-radius:0 !important;
  overflow:hidden !important;
}

section.authority-operation-visual .story-image img{
  width:100% !important;
  height:420px !important;
  max-height:none !important;
  object-fit:cover !important;
  border-radius:0 !important;
}

section.authority-operation-visual .story-copy{
  max-width:520px !important;
}

section.authority-operation-visual .story-copy h2{
  font-size:48px !important;
  line-height:1 !important;
}



/* PHASE 5 - TIMELINE STYLE HOW IT WORKS */

.section 

.section h2 + 

.section .grid > div{
  position:relative;
}

/* HOW IT WORKS ONLY */
.section[data-type="info"] 

.section[data-type="info"] .grid > div{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
  padding-top:34px !important;
}

.section[data-type="info"] .grid > div:nth-child(1)::before{
  content:"01";
}

.section[data-type="info"] .grid > div:nth-child(2)::before{
  content:"02";
}

.section[data-type="info"] .grid > div:nth-child(3)::before{
  content:"03";
}

.section[data-type="info"] .grid > div::before{
  display:block;
  font-size:54px;
  line-height:1;
  font-weight:900;
  color:#D8D2B5;
  margin-bottom:14px;
}

.section[data-type="info"] h3{
  font-size:28px !important;
  line-height:1.05 !important;
  margin-bottom:14px !important;
}



/* PHASE 5B - LIMIT NUMBERED TIMELINE TO HOW IT WORKS ONLY */

.section[data-type="info"] .grid > div::before{
  content:none !important;
  display:none !important;
}

.how-it-works-section .grid > div::before{
  display:block !important;
  font-size:54px !important;
  line-height:1 !important;
  font-weight:900 !important;
  color:#D8D2B5 !important;
  margin-bottom:14px !important;
}

.how-it-works-section .grid > div:nth-child(1)::before{
  content:"01" !important;
}

.how-it-works-section .grid > div:nth-child(2)::before{
  content:"02" !important;
}

.how-it-works-section .grid > div:nth-child(3)::before{
  content:"03" !important;
}

/* PHASE 6 - CLEAN COMPARISON SECTION */

.turnpcs-difference 

.turnpcs-difference .grid > div{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
  border-top:2px solid #D8D2B5 !important;
  padding-top:24px !important;
}

.turnpcs-difference .grid > div:last-child{
  border-top-color:#556B2F !important;
}

.turnpcs-difference h3{
  font-size:26px !important;
  line-height:1.05 !important;
}



/* PHASE 7 - CARRIER JOURNEY STRIP */

.carrier-journey-section{
  border-radius:0 !important;
  box-shadow:none !important;
}

.carrier-journey-section h2{
  max-width:980px !important;
}

.journey-intro{
  max-width:720px !important;
  color:#4B4F45 !important;
  font-size:18px !important;
}

.carrier-journey-track{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:0 !important;
  margin-top:42px !important;
  border-top:2px solid #D8D2B5 !important;
}

.journey-step{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:28px 24px 0 0 !important;
}

.journey-step + .journey-step{
  padding-left:24px !important;
  border-left:1px solid #DDD6C8 !important;
}

.journey-step span{
  display:block !important;
  color:#556B2F !important;
  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:.14em !important;
  margin-bottom:14px !important;
}

.journey-step h3{
  font-size:30px !important;
  line-height:1 !important;
  margin:0 0 12px !important;
}

.journey-step p{
  color:#4B4F45 !important;
  line-height:1.45 !important;
}



/* PHASE 8 - FAQ ACCORDION */

.faq-accordion{
  margin-top:34px;
  border-top:1px solid #D8D2B5;
}

.faq-accordion details{
  border-bottom:1px solid #D8D2B5;
  padding:22px 0;
}

.faq-accordion summary{
  cursor:pointer;
  font-size:22px;
  font-weight:900;
  color:#171A17;
  list-style:none;
}

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

.faq-accordion summary::after{
  content:"+";
  float:right;
  color:#556B2F;
}

.faq-accordion details[open] summary::after{
  content:"–";
}

.faq-accordion p{
  max-width:760px;
  margin:14px 0 0;
  color:#4B4F45;
  line-height:1.5;
}



/* PHASE 9 - COMPLIANCE IMAGE + STACK */

.compliance-split-section{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:42px !important;
  align-items:center !important;
}

.compliance-split-image img{
  width:100% !important;
  height:460px !important;
  object-fit:cover !important;
  display:block !important;
}

.compliance-stack{
  margin-top:34px !important;
  border-top:1px solid #D8D2B5 !important;
}

.compliance-stack div{
  padding:22px 0 !important;
  border-bottom:1px solid #D8D2B5 !important;
}




/* PHASE 10 - SUCCESS CHECK SECTION */

.success-check-section{
  border-radius:0 !important;
  box-shadow:none !important;
}

.success-check-section > p:not(.eyebrow){
  max-width:760px !important;
}

.success-checks{
  margin-top:36px !important;
  display:grid !important;
  gap:0 !important;
  border-top:1px solid #D8D2B5 !important;
  max-width:920px !important;
}

.success-checks p{
  display:grid !important;
  grid-template-columns:260px 1fr !important;
  gap:32px !important;
  margin:0 !important;
  padding:22px 0 !important;
  border-bottom:1px solid #D8D2B5 !important;
}

.success-checks strong{
  font-size:22px !important;
}

.success-checks strong::before{
  content:"✓ ";
  color:#556B2F;
}

.success-checks span{
  color:#4B4F45 !important;
}



/* === OVERFLOW EMERGENCY FIX === */

* {
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}


/* force grids to shrink safely */
.grid, .split {
  min-width: 0;
}

/* neutralize known overflow trigger pattern */
[style*="width:100%"] {
  width: 100% !important;
  max-width: 100% !important;
}


/* === FINAL OVERFLOW CONTAINMENT === */

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* prevent positioned elements from expanding layout width */
.hero,
.section,
.card,
.service-row {
  position: relative;
}

/* stop child overflow expansion */
.hero *, 
.section *, 
.card *, 
.service-row * {
  max-width: 100%;
  box-sizing: border-box;
}

/* === GRID OVERFLOW FIX (FINAL) === */

.grid > *,
.split > *,
.trustbar > * {
  min-width: 0 !important;
}


/* === FLEX OVERFLOW CONTAINMENT === */

.flex,
div[style*="display:flex"] {
  flex-wrap: wrap;
  max-width: 100%;
}


/* === FLEX OVERFLOW CONTAINMENT === */

.flex,
div[style*="display:flex"] {
  flex-wrap: wrap;
  max-width: 100%;
}


/* === POSITION BLEED FIX === */

[style*="position:absolute"],
[style*="position:fixed"] {
  max-width: 100vw;
  right: auto !important;
  left: auto !important;
}


/* === HERO PSEUDO OVERFLOW FIX === */




/* === FINAL VIEWPORT FIT PATCH === */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}


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

.grid,
.split,
.trustbar,
.hero,
.service-row {
  min-width: 0 !important;
  max-width: 100%;
}

.grid > *,
.split > *,
.trustbar > *,
.hero > *,
.service-row > * {
  min-width: 0 !important;
  max-width: 100%;
}

/* === CRITICAL GRID MEDIA CONSTRAINT FIX === */

.hero > div,
.hero > section,
.hero > article {
  min-width: 0;
  max-width: 100%;
}

/* THIS IS THE REAL FIX FOR SCROLLING */
.hero img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}


/* === MOBILE SECTION STACK FIX === */




/* === MOBILE FIX: CARRIER JOURNEY TRACK === */



/* === MOBILE HARD FIX: CARRIER JOURNEY SECTION === */



/* === PRICING SNAPSHOT HIGHLIGHT === */

.pricing-snapshot-section {
  background: #F1EFE5 !important;
  border: 2px solid #556B2F !important;
  box-shadow: 0 28px 70px rgba(32,34,32,.10) !important;
}

.pricing-snapshot-section h2 {
  font-size: 48px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
}

.pricing-snapshot-section .grid > div {
  background: #FFFFFF !important;
  border-top: 4px solid #556B2F !important;
}



/* === COMBINED ACTIVE CARRIER SECTION === */

.carrier-active-section {
  display: grid !important;
  grid-template-columns: 1.08fr .92fr !important;
  gap: 42px !important;
  align-items: center !important;
}

.carrier-active-copy {
  min-width: 0 !important;
}

.carrier-active-visual {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid #DDD6C8 !important;
  background: #F1EFE5 !important;
  box-shadow: 0 28px 70px rgba(32,34,32,.10) !important;
}

.carrier-active-visual img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.carrier-active-panel {
  display: grid !important;
  gap: 8px !important;
  padding: 22px !important;
  background: #FFFFFF !important;
}

.carrier-active-panel strong {
  color: #202220 !important;
  font-size: 18px !important;
}

.carrier-active-panel span {
  border-top: 1px solid #DDD6C8 !important;
  padding-top: 8px !important;
  color: #4B4F45 !important;
  font-weight: 800 !important;
}



/* === JOURNEY TRACK V1 === */

.carrier-active-section {
  display: block !important;
}

.carrier-journey-track {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 34px !important;
}

.carrier-journey-track .journey-step {
  background: #FFFFFF !important;
  border: 1px solid #DDD6C8 !important;
  border-top: 5px solid #556B2F !important;
  border-radius: 16px !important;
  padding: 22px !important;
  box-shadow: 0 14px 34px rgba(32,34,32,.07) !important;
}



/* === CLICKABLE JOURNEY CARD FIX === */

.carrier-journey-track a.journey-step {
  color: inherit !important;
  text-decoration: none !important;
  display: block !important;
  margin: 0 !important;
}

.carrier-journey-track a.journey-step:hover {
  transform: translateY(-4px) !important;
  border-color: #556B2F !important;
  box-shadow: 0 22px 44px rgba(32,34,32,.12) !important;
}

.carrier-journey-track a.journey-step:focus {
  outline: 3px solid rgba(85,107,47,.35) !important;
  outline-offset: 4px !important;
}

/* === JOURNEY SERVICES PANEL V1 === */

.journey-services-panel {
  padding: 28px !important;
  background: #F1EFE5 !important;
  border: 2px solid #556B2F !important;
}

.journey-services-panel h3 {
  margin-top: 0 !important;
  font-size: 28px !important;
  line-height: 1.1 !important;
}

.journey-services-panel > a:not(.card-cta) {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 16px 0 !important;
  border-top: 1px solid #DDD6C8 !important;
  color: #202220 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.journey-services-panel > a:not(.card-cta) strong {
  font-size: 16px !important;
}

.journey-services-panel > a:not(.card-cta) span {
  color: #556B2F !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}



/* === JOURNEY COMBINED SECTION SPACING V1 === */

.carrier-active-section {
  padding: 56px !important;
}

.carrier-active-section > .carrier-active-copy {
  margin-bottom: 34px !important;
}

.carrier-active-section .journey-intro {
  max-width: 760px !important;
  margin-bottom: 30px !important;
}

.carrier-journey-track {
  gap: 22px !important;
  margin-top: 30px !important;
  margin-bottom: 34px !important;
}

.carrier-journey-track .journey-step {
  min-height: 148px !important;
  padding: 24px !important;
}

.carrier-journey-track .journey-step h3 {
  margin: 10px 0 12px !important;
}

.journey-services-panel {
  margin-top: 38px !important;
  padding: 34px !important;
}

.journey-services-panel h3 {
  margin-bottom: 22px !important;
}

.journey-services-panel > a:not(.card-cta) {
  padding: 18px 0 !important;
}

.journey-services-panel .card-cta {
  margin-top: 24px !important;
}



/* === JOURNEY LAYOUT V1 === */

.journey-top-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr) !important;
  gap: 42px !important;
  align-items: start !important;
  margin-bottom: 38px !important;
}

.journey-top-row .carrier-active-copy {
  margin-bottom: 0 !important;
}

.journey-top-row .journey-services-panel {
  margin-top: 0 !important;
}

.carrier-active-section .carrier-journey-track {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-top: 0 !important;
}



/* === IFTA PANEL COMPACT V1 === */

.journey-services-panel {
  padding: 26px !important;
}

.journey-services-panel h3 {
  font-size: 24px !important;
  margin-bottom: 14px !important;
}

.journey-services-panel > a:not(.card-cta) {
  padding: 13px 0 !important;
}

.journey-services-panel > a:not(.card-cta) strong {
  font-size: 15px !important;
}

.journey-services-panel > a:not(.card-cta) span {
  font-size: 14px !important;
}

.journey-services-panel .card-cta {
  margin-top: 18px !important;
}

/* === OPERATIONS MATRIX V1 === */

.operations-matrix{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:42px;
}

.operations-matrix > div{
  background:#fff;
  border:1px solid #DDD6C8;
  border-radius:16px;
  padding:22px;
}

.operations-matrix h3{
  margin:0 0 10px;
}



/* === OPERATIONS DOMAINS V1 === */

.operations-matrix a{
  display:block;
  text-decoration:none !important;
  color:inherit !important;
  background:#fff;
  border:1px solid #DDD6C8;
  border-radius:16px;
  padding:22px;
}

.operations-matrix a:hover{
  transform:translateY(-4px);
  border-color:#556B2F;
}

.operations-matrix a h3{
  margin:0 0 10px;
}

/* === MANAGEMENT CARDS V1 === */

.carrier-management-section {
  margin-top: 46px !important;
  padding-top: 34px !important;
  border-top: 1px solid #DDD6C8 !important;
}

.carrier-management-section h3 {
  max-width: 760px !important;
  font-size: 28px !important;
  line-height: 1.12 !important;
  margin: 8px 0 24px !important;
}

.management-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.management-card {
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
  background: #FFFFFF !important;
  border: 1px solid #DDD6C8 !important;
  border-radius: 18px !important;
  padding: 24px !important;
  box-shadow: 0 14px 34px rgba(32,34,32,.07) !important;
}

.management-card:hover {
  transform: translateY(-4px) !important;
  border-color: #556B2F !important;
}

.management-card h4 {
  margin: 0 0 14px !important;
  font-size: 20px !important;
}

.management-card ul {
  margin: 0 !important;
  padding-left: 18px !important;
}

.management-card li {
  margin: 6px 0 !important;
  color: #4B4F45 !important;
}



/* === JOURNEY TIMELINE V1 === */

.carrier-journey-timeline {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 42px 0 10px !important;
  border-top: 3px solid #556B2F !important;
}

.timeline-step {
  position: relative !important;
  display: grid !important;
  gap: 12px !important;
  padding: 30px 10px 18px !important;
  color: inherit !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-right: 1px solid #DDD6C8 !important;
  margin: 0 !important;
}

.timeline-step:last-child {
  border-right: 0 !important;
}

.timeline-step span {
  position: absolute !important;
  top: -23px !important;
  left: 10px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: #556B2F !important;
  color: #fff !important;
  display: grid !important;
  place-items: center !important;
  font-weight: 900 !important;
}

.timeline-step strong {
  font-size: 16px !important;
  line-height: 1.1 !important;
}

.timeline-step:hover strong {
  color: #556B2F !important;
}



/* === CHOOSE TURNPCS V1 === */

.turnpcs-choice-section {
  background: linear-gradient(135deg,#FFFFFF,#F7F5EF) !important;
  border: 1px solid #DDD6C8 !important;
}

.choice-grid {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 22px !important;
  margin-top: 34px !important;
}

.choice-grid > div {
  background: #fff !important;
  border: 1px solid #DDD6C8 !important;
  border-radius: 18px !important;
  padding: 26px !important;
}

.choice-feature {
  border: 2px solid #556B2F !important;
  box-shadow: 0 22px 50px rgba(32,34,32,.10) !important;
}

.choice-process {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 1px !important;
  margin-top: 28px !important;
  background: #DDD6C8 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

.choice-process span {
  background: #F1EFE5 !important;
  padding: 18px !important;
  font-weight: 900 !important;
}

.choice-process strong {
  color: #556B2F !important;
  margin-right: 8px !important;
}



/* === FLOW PROCESS V1 === */

.carrier-growth-flow {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr !important;
  gap: 14px !important;
  align-items: stretch !important;
  margin-top: 30px !important;
}

.flow-stage {
  background: #F1EFE5 !important;
  border: 1px solid #DDD6C8 !important;
  border-top: 5px solid #556B2F !important;
  border-radius: 18px !important;
  padding: 22px !important;
}

.flow-stage h3 {
  margin: 0 0 10px !important;
}

.flow-stage p {
  margin: 0 !important;
  color: #4B4F45 !important;
  line-height: 1.45 !important;
}

.flow-arrow {
  display: grid !important;
  place-items: center !important;
  color: #556B2F !important;
  font-size: 34px !important;
  font-weight: 900 !important;
}



/* === CARRIER STORY V1 === */

.carrier-story-section {
  background: linear-gradient(135deg,#FFFFFF,#F7F5EF) !important;
  border: 1px solid #DDD6C8 !important;
}

.carrier-story-section > p:not(.eyebrow) {
  max-width: 840px !important;
}

.carrier-story-flow {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr !important;
  gap: 14px !important;
  align-items: stretch !important;
  margin-top: 34px !important;
}

.story-block {
  background: #FFFFFF !important;
  border: 1px solid #DDD6C8 !important;
  border-radius: 18px !important;
  padding: 24px !important;
  box-shadow: 0 14px 34px rgba(32,34,32,.06) !important;
}

.story-block h3 {
  margin: 0 0 10px !important;
}

.story-block p {
  margin: 0 !important;
  color: #4B4F45 !important;
  line-height: 1.45 !important;
}

.story-highlight {
  background: #F1EFE5 !important;
  border: 2px solid #556B2F !important;
  box-shadow: 0 22px 50px rgba(32,34,32,.11) !important;
}

.story-arrow {
  display: grid !important;
  place-items: center !important;
  color: #556B2F !important;
  font-size: 34px !important;
  font-weight: 900 !important;
}



/* === WHO WE HELP V1 === */

.who-we-help-list{
  display:grid;
  gap:10px;
  margin:20px 0 24px;
}

.who-we-help-list p{
  margin:0;
  font-weight:600;
}

.contact-card h3{
  margin-bottom:16px;
}

/* === SUCCESS OUTCOME LAYOUT V1 === */

.success-check-section {
  background: linear-gradient(135deg,#FFFFFF,#F7F5EF) !important;
  border: 1px solid #DDD6C8 !important;
}

.success-check-section h2 {
  max-width: 860px !important;
  font-size: 44px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

.success-check-section > p:not(.eyebrow) {
  max-width: 720px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.success-checks {
  display: grid !important;
  gap: 0 !important;
  margin-top: 34px !important;
  max-width: 940px !important;
}

.success-checks p {
  display: grid !important;
  grid-template-columns: 260px 1fr !important;
  gap: 34px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 24px 0 !important;
  border-top: 1px solid #DDD6C8 !important;
}

.success-checks p::before {
  content: "✓" !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: #556B2F !important;
  color: #FFFFFF !important;
  display: inline-grid !important;
  place-items: center !important;
  font-weight: 900 !important;
  margin-right: 16px !important;
}

.success-checks strong {
  display: flex !important;
  align-items: center !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
}

.success-checks span {
  color: #4B4F45 !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  border-left: 1px solid #DDD6C8 !important;
  padding-left: 28px !important;
}



/* === CONTACT UPGRADE V1 === */

.contact-upgrade-section {
  background: linear-gradient(135deg,#F7F5EF,#FFFFFF) !important;
  border: 1px solid #DDD6C8 !important;
}

.contact-intro-grid {
  display: grid !important;
  grid-template-columns: 1.15fr .85fr !important;
  gap: 24px !important;
  margin-bottom: 34px !important;
}

.contact-intro-grid .panel {
  margin: 0 !important;
  background: #FFFFFF !important;
  border: 1px solid #DDD6C8 !important;
  border-radius: 18px !important;
  padding: 26px !important;
  box-shadow: 0 14px 34px rgba(32,34,32,.06) !important;
}

.who-we-help-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px 18px !important;
  margin: 18px 0 0 !important;
}

.who-we-help-list p {
  margin: 0 !important;
  font-weight: 800 !important;
}

.contact-next-steps p {
  margin: 14px 0 0 !important;
  padding-top: 14px !important;
  border-top: 1px solid #DDD6C8 !important;
}

.contact-upgrade-section form {
  background: #FFFFFF !important;
  border: 1px solid #DDD6C8 !important;
  border-radius: 18px !important;
  padding: 24px !important;
  box-shadow: 0 18px 44px rgba(32,34,32,.08) !important;
}



/* === MOBILE HOMEPAGE LOCK V1 === */



/* === MOBILE JOURNEY ROADMAP V1 === */



/* === LAUNCH PACKAGE POLISH V1 === */

.launch-foundation-section {
  background: linear-gradient(135deg,#FFFFFF,#F7F5EF) !important;
  border: 1px solid #DDD6C8 !important;
}

.launch-foundation-section > p:not(.eyebrow) {
  max-width: 780px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.launch-foundation-grid {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 22px !important;
  margin: 34px 0 28px !important;
}

.launch-foundation-card {
  background: #FFFFFF !important;
  border: 1px solid #DDD6C8 !important;
  border-top: 5px solid #556B2F !important;
  border-radius: 18px !important;
  padding: 26px !important;
  box-shadow: 0 14px 34px rgba(32,34,32,.07) !important;
}

.launch-foundation-card span {
  display: inline-grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: #556B2F !important;
  color: #fff !important;
  font-weight: 900 !important;
  margin-bottom: 16px !important;
}

.launch-foundation-card h3 {
  margin: 0 0 10px !important;
  font-size: 24px !important;
}

.launch-foundation-card p {
  margin: 0 !important;
  color: #4B4F45 !important;
  line-height: 1.5 !important;
}



/* === PRICING DETAIL CARDS V1 === */

.pricing-detail-card {
  border-top: 5px solid #556B2F !important;
}

.pricing-detail-card ul {
  margin: 18px 0 0 !important;
  padding-left: 18px !important;
}

.pricing-detail-card li {
  margin: 8px 0 !important;
  color: #4B4F45 !important;
  line-height: 1.4 !important;
}

.pricing-detail-card p strong {
  color: #556B2F !important;
  font-size: 20px !important;
}

/* === PRICING BUNDLE V1 === */

.pricing-system-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:26px 0 30px;
}

.pricing-system-strip span{
  display:grid;
  gap:6px;
  background:#F1EFE5;
  border:1px solid #DDD6C8;
  border-radius:14px;
  padding:18px;
  font-weight:700;
  color:#4B4F45;
}

.pricing-system-strip strong{
  color:#202220;
  font-size:17px;
}

.core-op-card{
  border:2px solid #556B2F !important;
  box-shadow:0 22px 50px rgba(32,34,32,.10) !important;
}



/* === SERVICES OPERATIONS SCOPE V1 === */

.operations-scope-section{
  background:linear-gradient(135deg,#FFFFFF,#F7F5EF) !important;
  border:1px solid #DDD6C8 !important;
}

.operations-scope-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:22px !important;
  margin-top:30px !important;
}

.operations-scope-grid .card{
  border-top:5px solid #556B2F !important;
}

.operations-scope-grid ul{
  margin:16px 0 0 !important;
  padding-left:18px !important;
}

.operations-scope-grid li{
  margin:8px 0 !important;
}



/* === PRICING FLAT LAYOUT V1 === */

.pricing-section{
  padding:28px 0;
  border-bottom:1px solid #DDD6C8;
}

.pricing-section h3{
  font-size:28px;
  margin-bottom:10px;
}

.pricing-section ul{
  margin:14px 0;
  padding-left:18px;
}

.pricing-section p{
  max-width:780px;
  line-height:1.55;
  margin:10px 0;
}

/* === PRICING HIERARCHY RANKING V1 === */

/* PRIMARY OFFER (Launch Package) */
.primary-offer{
  border:2px solid #556B2F !important;
  box-shadow:0 24px 60px rgba(32,34,32,.14) !important;
  background:#FFFFFF !important;
}

/* CORE OPERATIONS (Compliance + Back Office) */
.core-offer{
  border-left:4px solid #556B2F !important;
  padding-left:18px !important;
}

/* SECONDARY (Add-ons) */
.secondary-offer{
  opacity:0.92 !important;
}

.secondary-offer h3{
  font-size:24px !important;
}

/* subtle spacing hierarchy */
.pricing-section{
  margin-bottom:28px !important;
}


/* === PRICING DECISION LAYER === */

.pricing-decision-layer{
  background:#F7F5EF;
  border:1px solid #DDD6C8;
  padding:26px;
  margin:30px 0;
}

.pricing-decision-layer h2{
  margin-bottom:14px;
}

.pricing-decision-layer p{
  margin:8px 0;
  font-weight:600;
  color:#4B4F45;
}

/* === HOMEPAGE CLEANUP V1 === */

.success-check-section{
  background:#FFFFFF !important;
  border:1px solid #DDD6C8 !important;
}

.success-checks{
  max-width:860px !important;
}

.success-checks p{
  display:grid !important;
  grid-template-columns:220px 1fr !important;
  gap:28px !important;
  padding:22px 0 !important;
  border-top:1px solid #DDD6C8 !important;
}

.success-checks span{
  border-left:0 !important;
  padding-left:0 !important;
}


/* === PRICING DECISION ALIGNMENT V1 === */

.pricing-secondary-section .pricing-decision-layer{
  background:#FFFFFF !important;
  border:2px solid #556B2F !important;
  border-radius:18px !important;
  padding:26px !important;
  margin:0 0 34px !important;
  box-shadow:0 18px 44px rgba(32,34,32,.08) !important;
}

.pricing-secondary-section .pricing-decision-layer h3{
  margin:0 0 16px !important;
  font-size:28px !important;
}

.pricing-secondary-section .pricing-decision-layer p{
  margin:10px 0 !important;
  color:#4B4F45 !important;
  font-weight:700 !important;
}

.pricing-secondary-section .pricing-decision-layer strong{
  color:#202220 !important;
}

/* === PRICING FLAT OFFERS PATCH V1 === */

.pricing-secondary-section .primary-offer{
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

.pricing-secondary-section .pricing-section{
  border-top:1px solid #DDD6C8 !important;
  border-left:0 !important;
  padding:28px 0 !important;
  margin:0 !important;
}

.pricing-secondary-section .pricing-section h3{
  font-size:28px !important;
  margin:0 0 8px !important;
}

.pricing-secondary-section .pricing-section ul{
  padding-left:18px !important;
  margin:14px 0 !important;
}


/* === WHY TURNPCS STORY V1 === */

.why-story-section{
  background:linear-gradient(135deg,#FFFFFF,#F7F5EF) !important;
  border:1px solid #DDD6C8 !important;
}

.why-story-section p,
.why-difference-section p{
  max-width:820px !important;
  line-height:1.6 !important;
}

.why-difference-section .grid > div{
  background:#FFFFFF !important;
  border:1px solid #DDD6C8 !important;
  border-radius:18px !important;
  padding:24px !important;
}

.why-difference-section .grid > div:first-child{
  border-top:5px solid #556B2F !important;
}

/* === FAQ PAGE MENU FIX V1 === */

.turnpcs-menu-panel{
  min-width:260px !important;
  width:max-content !important;
  max-width:320px !important;
}

.turnpcs-menu-panel a{
  white-space:nowrap !important;
}



/* === STICKY HEADER V1 === */

.turnpcs-site-header{
  position:sticky !important;
  top:0 !important;
  z-index:9999 !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}


/* === STICKY HEADER POLISH V2 === */

.turnpcs-site-header{
  box-shadow:0 8px 24px rgba(0,0,0,.08) !important;
}

/* ==========================================================================
   TurnPCS Mobile Authority Layer v1
   Purpose: Final authority for homepage responsive layout.
   Added: 2026-06-23
   ========================================================================== */






/* ================================
   TURNPCS MOBILE RESET PATCH v2
   deterministic override layer
   ================================ */






/* ================================
   TURNPCS HERO ISOLATION FIX v1
   forces structural containment
   ================================ */



/* ================================
   TURNPCS FINAL OVERRIDE PRIORITY FIX
   ensures mobile rules ALWAYS win
   ================================ */




/* ================================
   TURNPCS MOBILE TARGETED RESTORE v1
   fixes layout WITHOUT destroying grid system
   ================================ */




/* =====================================================
   TURNPCS MOBILE AUTHORITY LAYER (FINAL OVERRIDE)
   SINGLE SOURCE OF TRUTH FOR ALL MOBILE BREAKPOINTS
   ===================================================== */






/* =====================================================
   TURNPCS CSS CORE SYSTEM (CLEAN COLLAPSED MODEL)
   3-TIER RESPONSIVE ARCHITECTURE
   ===================================================== */

/* =========================
   BASE (DESKTOP)
   ========================= */


.grid, .split {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.carrier-journey-track,
.carrier-journey-timeline,
.carrier-story-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* =========================
   TABLET (≤900px)
   ========================= */

@media (max-width: 900px) {

  .grid, .split {
    grid-template-columns: 1fr;
  }

  .carrier-journey-track,
  .carrier-journey-timeline,
  .carrier-story-flow {
    grid-template-columns: 1fr;
  }
}

/* =========================
   MOBILE (≤520px)
   ========================= */




/* =====================================================
   DESIGN SYSTEM BINDING LAYER (TURNPCS)
   ===================================================== */






@media (max-width: 520px) {

  .layout-hero-split {
    padding: 22px 14px;
    gap: 16px;
    flex-direction: column;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 9.5vw, 46px);
    line-height: 1.05;
    margin: 6px 0 10px;
  }

  .hero-copy p {
    margin: 10px 0 12px;
  }

  .hero-card {
    padding: 16px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(32,34,32,.12);
  }

  .route-accent {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
  }

  .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hero-actions a {
    width: 100%;
    text-align: center;
  }
}

/* =====================================================
   JOURNEY MOBILE LAYOUT AUTHORITY
   ===================================================== */

@media (max-width: 900px) {

  .journey-top-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    grid-template-columns: none !important;
  }

  .carrier-active-copy,
  .journey-services-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .journey-services-panel {
    order: 2 !important;
  }

  .carrier-active-copy {
    order: 1 !important;
  }
}


/* CHUNK 1 — SERVICES PANEL WIDTH */

.journey-services-panel{
  position:static !important;
  width:100% !important;
  max-width:420px !important;
  justify-self:end !important;
}

@media (max-width:900px){

  .journey-services-panel{
    max-width:100% !important;
    justify-self:stretch !important;
  }

}


/* CHUNK 2 — JOURNEY SECTION REBUILD */

.carrier-active-section{
  padding-top:42px !important;
}

.journey-top-row{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,380px) !important;
  gap:36px !important;
  align-items:start !important;
  margin-bottom:34px !important;
}

.journey-top-row .carrier-active-copy{
  max-width:640px !important;
}

.journey-services-panel{
  align-self:start !important;
  margin-top:0 !important;
}

.carrier-journey-track{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  margin-top:22px !important;
}

.carrier-journey-track .journey-step{
  min-height:76px !important;
  padding:18px !important;
}

@media (max-width:900px){
  .journey-top-row{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }

  .journey-top-row .carrier-active-copy{
    max-width:100% !important;
  }

  .carrier-journey-track{
    grid-template-columns:1fr !important;
  }
}


/* CHUNK 3 — HERO DESKTOP CONTAINMENT */

.layout-hero-split{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:54px 44px 34px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,420px) !important;
  gap:42px !important;
  align-items:center !important;
}

.layout-hero-split .hero-copy{
  max-width:680px !important;
}

.layout-hero-split h1{
  font-size:clamp(44px,4.8vw,64px) !important;
  line-height:1.02 !important;
  margin:10px 0 18px !important;
}

.layout-hero-split .hero-card{
  width:100% !important;
  max-width:420px !important;
  justify-self:end !important;
  margin:0 !important;
}

.layout-proof-strip{
  max-width:1120px !important;
  margin:0 auto 34px !important;
  padding:0 44px !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
}

.layout-proof-strip span{
  text-align:center !important;
}

@media (max-width:900px){
  .layout-hero-split{
    padding:28px 16px !important;
    grid-template-columns:1fr !important;
  }

  .layout-hero-split .hero-card{
    max-width:100% !important;
    justify-self:stretch !important;
  }

  .layout-proof-strip{
    padding:0 16px !important;
    grid-template-columns:1fr !important;
  }
}


/* CHUNK 4 — PROOF STRIP COMMERCIAL RESTORE */

.layout-proof-strip{
  max-width:1120px !important;
  margin:0 auto 34px !important;
  padding:0 44px !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
}

.layout-proof-strip span{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:54px !important;
  padding:14px 16px !important;
  background:#FFFFFF !important;
  border:1px solid #DDD6C8 !important;
  border-radius:14px !important;
  box-shadow:0 10px 28px rgba(32,34,32,.05) !important;
  font-weight:800 !important;
  text-align:center !important;
}

@media(max-width:900px){
  .layout-proof-strip{
    padding:0 16px !important;
    grid-template-columns:1fr !important;
  }
}


/* CHUNK 4 — HERO PROOF STRIP FIX */

.layout-proof-strip{
  max-width:1120px !important;
  margin:0 auto 34px !important;
  padding:0 44px !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
  align-items:stretch !important;
}

.layout-proof-strip span{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:52px !important;
  padding:14px 16px !important;
  background:#fff !important;
  border:1px solid #DDD6C8 !important;
  border-radius:14px !important;
  box-shadow:0 10px 28px rgba(32,34,32,.05) !important;
  font-weight:800 !important;
  text-align:center !important;
  color:#202220 !important;
}

@media(max-width:900px){
  .layout-proof-strip{
    padding:0 16px !important;
    grid-template-columns:1fr !important;
  }
}


/* CHUNK 5 — PROOF STRIP HIGH-VISIBILITY FINAL */

.layout-proof-strip{
  background:#F1EFE5 !important;
  border:1px solid #DDD6C8 !important;
  border-radius:18px !important;
  padding:16px !important;
}

.layout-proof-strip span{
  background:#FFFFFF !important;
  border:1px solid #D8D2B5 !important;
  border-radius:14px !important;
  color:#202220 !important;
  box-shadow:0 8px 20px rgba(32,34,32,.08) !important;
}


/* ==========================================================
   ROADMAP V2 ISOLATED COMPONENT
   ========================================================== */

.roadmap-v2-section{
    padding:84px 44px;
}

.roadmap-v2-top{
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);
    gap:42px;
    align-items:start;
    margin-bottom:42px;
}

.roadmap-v2-copy h2{
    max-width:760px;
}

.roadmap-v2-copy .journey-intro{
    max-width:720px;
    font-size:1.05rem;
    line-height:1.75;
    color:#4b4f45;
}


.roadmap-v2-help-card{
    display:block;
    background:#fff;
    border:2px solid #556B2F;
    border-radius:18px;
    padding:28px;
    box-shadow:0 18px 42px rgba(32,34,32,.10);
}

.roadmap-v2-help-card h3{
    margin:8px 0 18px;
}

.roadmap-v2-help-card > a:not(.card-cta){
    display:grid !important;
    grid-template-columns:1fr auto;
    gap:14px;
    align-items:center;
    padding:12px 0;
    background:transparent !important;
    box-shadow:none !important;
    border-radius:0 !important;
    border-bottom:1px solid #E6E0D4;
    color:#202220 !important;
    text-decoration:none;
}

.roadmap-v2-help-card > a:not(.card-cta) span{
    color:#556B2F;
    font-weight:900;
    white-space:nowrap;
}


.roadmap-v2-help-card > .roadmap-v2-cta{
    display:block !important;
    margin-top:20px;
    padding:14px 18px;
    background:#556B2F !important;
    color:#fff !important;
    border-radius:12px;
    text-align:center;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 12px 24px rgba(85,107,47,.22) !important;
}


.roadmap-v2-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.roadmap-v2-step{
    display:grid !important;
    grid-template-columns:auto 1fr;
    grid-template-areas:
        "num title"
        "num desc";
    column-gap:16px;
    row-gap:4px;
    align-items:start;
    min-height:128px;
    padding:24px !important;
    background:#fff !important;
    color:#202220 !important;
    border:1px solid #DDD6C8 !important;
    border-radius:18px !important;
    box-shadow:0 12px 28px rgba(32,34,32,.07) !important;
    text-decoration:none !important;
}


.roadmap-v2-step > span{
    grid-area:num;
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:#556B2F !important;
    color:#fff !important;
    font-weight:900;
}

.roadmap-v2-step > strong{
    grid-area:title;
    display:block;
    color:#202220 !important;
    font-size:1.08rem;
    line-height:1.25;
}

.roadmap-v2-step > small{
    grid-area:desc;
    display:block;
    color:#555B50 !important;
    font-size:.92rem;
    line-height:1.45;
}


@media (max-width:980px){
    .roadmap-v2-section{
        padding:72px 28px;
    }

    .roadmap-v2-top{
        grid-template-columns:1fr;
    }

    .roadmap-v2-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width:640px){
    .roadmap-v2-section{
        padding:58px 18px;
    }

    .roadmap-v2-grid{
        grid-template-columns:1fr;
    }

    .roadmap-v2-help-card > a:not(.roadmap-v2-cta){
        grid-template-columns:1fr;
        gap:4px;
    }

    .roadmap-v2-help-card > a:not(.roadmap-v2-cta) span{
        white-space:normal;
    }
}


/* ==========================================================
   ROADMAP V3
   ========================================================== */

.roadmap-v3-section{
    padding:84px 0;
}

.roadmap-v3-header{
    max-width:760px;
    margin:0 auto 56px;
    text-align:center;
}

.roadmap-v3-header h2{
    margin:14px 0 18px;
}

.roadmap-v3-header p:last-child{
    line-height:1.8;
    color:#5a5a5a;
}

.roadmap-v3-layout{
    display:grid;
    grid-template-columns:minmax(0,1.7fr) 340px;
    gap:48px;
    align-items:start;
}


.roadmap-v3-timeline{
    position:relative;
    display:grid;
    gap:22px;
}

.roadmap-v3-timeline:before{
    content:"";
    position:absolute;
    left:24px;
    top:24px;
    bottom:24px;
    width:2px;
    background:#DDD6C8;
}

.roadmap-v3-step{
    position:relative;
    display:grid;
    grid-template-columns:56px 1fr;
    gap:18px;
    padding:24px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

.roadmap-v3-badge{
    position:relative;
    z-index:2;
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:#556B2F;
    color:#fff;
    font-weight:900;
}


.roadmap-v3-step h3{
    margin:0 0 10px;
    font-size:1.18rem;
    line-height:1.25;
    color:#202220;
}

.roadmap-v3-step ul{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0;
    padding:0;
    list-style:none;
}

.roadmap-v3-step li{
    padding:7px 10px;
    background:#F7F5EF;
    border:1px solid #E6E0D4;
    border-radius:999px;
    color:#4B4F45;
    font-size:.92rem;
    font-weight:700;
}


.roadmap-v3-help{
    position:sticky;
    top:96px;
    padding:28px;
    background:#fff;
    border:2px solid #556B2F;
    border-radius:22px;
    box-shadow:0 18px 42px rgba(32,34,32,.10);
}

.roadmap-v3-help h3{
    margin:8px 0 22px;
}

.roadmap-v3-service{
    display:grid;
    gap:4px;
    padding:14px 0;
    border-bottom:1px solid #E6E0D4;
}

.roadmap-v3-service strong{
    color:#202220;
}

.roadmap-v3-service span{
    color:#556B2F;
    font-weight:900;
}

.roadmap-v3-cta{
    display:block;
    margin-top:22px;
    padding:14px 18px;
    background:#556B2F;
    color:#fff;
    border-radius:12px;
    text-align:center;
    font-weight:900;
    text-decoration:none;
}


@media (max-width:980px){

    .roadmap-v3-layout{
        grid-template-columns:1fr;
    }

    .roadmap-v3-help{
        position:static;
    }

}

@media (max-width:640px){

    .roadmap-v3-section{
        padding:60px 0;
    }

    .roadmap-v3-header{
        text-align:left;
        margin-bottom:40px;
    }

    .roadmap-v3-step{
        grid-template-columns:48px 1fr;
        padding:20px;
    }

    .roadmap-v3-step ul{
        gap:6px;
    }

    .roadmap-v3-step li{
        font-size:.88rem;
    }

}


/* ROADMAP V3 REFINEMENT */
.roadmap-v3-header{
    margin-bottom:36px;
}

.roadmap-v3-layout{
    align-items:start;
}

.roadmap-v3-help{
    margin-top:0;
}

@media (max-width:640px){
    .roadmap-v3-header{
        margin-bottom:28px;
    }
}


/* ROADMAP V3 POLISH */

.roadmap-v3-step{
    padding:18px 22px;
    min-height:auto;
}

.roadmap-v3-badge{
    width:40px;
    height:40px;
    font-size:.88rem;
}

.roadmap-v3-step h3{
    margin-bottom:8px;
    font-size:1.08rem;
}

.roadmap-v3-step li{
    padding:5px 9px;
    font-size:.84rem;
}


.roadmap-v3-section{
    padding:60px 0 72px;
}

.roadmap-v3-header{
    margin-bottom:28px;
}

.roadmap-v3-timeline{
    gap:16px;
}


.roadmap-v3-help{
    padding:22px;
}

.roadmap-v3-service{
    padding:10px 0;
}

.roadmap-v3-service strong{
    font-size:.95rem;
}

.roadmap-v3-service span{
    font-size:.88rem;
}


/* ==========================================================
   WHY V2
   ========================================================== */

.why-v2-section{
    padding:84px 0;
}

.why-v2-header{
    max-width:780px;
    margin:0 auto 56px;
    text-align:center;
}

.why-v2-header h2{
    margin:14px 0 18px;
}

.why-v2-header p:last-child{
    color:#5A5A5A;
    line-height:1.8;
}

.why-v2-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
    align-items:stretch;
}


.why-v2-card{
    display:flex;
    flex-direction:column;
    gap:18px;
    padding:30px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:22px;
    box-shadow:0 16px 36px rgba(32,34,32,.06);
}

.why-v2-center{
    border:2px solid #556B2F;
    background:#FBFAF6;
}

.why-v2-label{
    margin:0;
    color:#556B2F;
    font-size:.82rem;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.why-v2-card h3{
    margin:0;
    font-size:1.45rem;
    line-height:1.25;
}


.why-v2-card ul{
    display:grid;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}

.why-v2-card li{
    position:relative;
    padding-left:24px;
    color:#4B4F45;
    line-height:1.55;
    font-weight:650;
}

.why-v2-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#556B2F;
    font-weight:900;
}


@media (max-width:980px){
    .why-v2-grid{
        grid-template-columns:1fr;
    }

    .why-v2-header{
        margin-bottom:38px;
    }
}

@media (max-width:640px){
    .why-v2-section{
        padding:60px 0;
    }

    .why-v2-header{
        text-align:left;
    }

    .why-v2-card{
        padding:24px;
    }

    .why-v2-card h3{
        font-size:1.28rem;
    }
}


/* WHY V2 POLISH */
.why-v2-section{
    padding:72px 0;
}

.why-v2-header{
    margin-bottom:42px;
}

.why-v2-card{
    min-height:260px;
}

@media (max-width:640px){
    .why-v2-card{
        min-height:0;
    }
}

/* ==========================================================
   FAQ BRIDGE V2
   ========================================================== */

.faq-bridge-v2{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:32px;
    align-items:center;
    padding:54px 44px;
}

.faq-bridge-copy{
    max-width:720px;
}

.faq-bridge-copy h2{
    margin:10px 0 14px;
}

.faq-bridge-copy p:last-child{
    color:#4B4F45;
    line-height:1.7;
}

.faq-bridge-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:center;
}


.faq-bridge-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 18px;
    border-radius:12px;
    border:1px solid #556B2F;
    color:#556B2F;
    font-weight:900;
    text-decoration:none;
    background:#fff;
}

@media (max-width:760px){
    .faq-bridge-v2{
        grid-template-columns:1fr;
        padding:42px 24px;
    }

    .faq-bridge-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .faq-bridge-actions a{
        width:100%;
        text-align:center;
    }
}


/* ==========================================================
   SUCCESS V2
   ========================================================== */

.success-v2-section{
    padding:72px 44px;
}

.success-v2-copy{
    max-width:760px;
    margin-bottom:36px;
}

.success-v2-copy h2{
    margin:10px 0 16px;
}

.success-v2-copy p:last-child{
    color:#4B4F45;
    line-height:1.75;
}

.success-v2-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}


.success-v2-card{
    display:grid;
    gap:12px;
    padding:26px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

.success-v2-card span{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:#556B2F;
    color:#fff;
    font-weight:900;
}

.success-v2-card strong{
    font-size:1.08rem;
    line-height:1.3;
}

.success-v2-card p{
    margin:0;
    color:#4B4F45;
    line-height:1.6;
}

@media (max-width:900px){
    .success-v2-grid{
        grid-template-columns:1fr;
    }
}

@media (max-width:640px){
    .success-v2-section{
        padding:56px 24px;
    }
}


/* STARTUP HERO V2 */
.startup-hero-v2{
    align-items:center;
}

.startup-hero-card ul{
    display:grid;
    gap:10px;
    margin:18px 0 0;
    padding:0;
    list-style:none;
}

.startup-hero-card li{
    position:relative;
    padding-left:24px;
    line-height:1.5;
}

.startup-hero-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#556B2F;
    font-weight:900;
}

/* STARTUP HERO V2 LAYOUT FIX */
.startup-hero-v2{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);
    gap:48px;
    align-items:center;
    padding:92px 44px;
}

.startup-hero-v2 > div{
    max-width:760px;
}

.startup-hero-v2 .hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.startup-hero-card{
    max-width:420px;
    justify-self:end;
}

@media (max-width:900px){
    .startup-hero-v2{
        grid-template-columns:1fr;
        padding:72px 28px;
    }

    .startup-hero-card{
        max-width:none;
        justify-self:stretch;
    }
}

@media (max-width:640px){
    .startup-hero-v2{
        padding:56px 20px;
    }

    .startup-hero-v2 .hero-actions{
        flex-direction:column;
    }

    .startup-hero-v2 .hero-actions a{
        width:100%;
        text-align:center;
    }
}

/* STARTUP PRICING V2 */
.startup-pricing-v2{
    padding:72px 44px;
}

.startup-pricing-copy{
    max-width:760px;
    margin-bottom:34px;
}

.startup-pricing-grid{
    display:grid;
    grid-template-columns:1.1fr 1fr 1fr;
    gap:24px;
}

.startup-price-card{
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

.startup-price-featured{
    border:2px solid #556B2F;
    background:#FBFAF6;
}

.startup-price-featured h3{
    font-size:2.4rem;
    margin:8px 0 10px;
    color:#556B2F;
}

@media(max-width:900px){
    .startup-pricing-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .startup-pricing-v2{
        padding:56px 24px;
    }
}

/* ==========================================================
   STARTUP INVESTMENT V2
   ========================================================== */

.startup-investment-v2{
    padding:72px 44px;
}

.startup-investment-copy{
    max-width:760px;
    margin-bottom:34px;
}

.startup-investment-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.startup-investment-card{
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

.startup-investment-card ul{
    margin:18px 0 0;
    padding-left:20px;
    display:grid;
    gap:10px;
}

.startup-investment-highlight{
    border:2px solid #556B2F;
    background:#FBFAF6;
}

.startup-investment-highlight h3{
    font-size:2rem;
    margin:8px 0 12px;
    color:#556B2F;
}

@media (max-width:900px){
    .startup-investment-grid{
        grid-template-columns:1fr;
    }
}

@media (max-width:640px){
    .startup-investment-v2{
        padding:56px 24px;
    }
}


/* STARTUP BEST FIT V2 */
.startup-bestfit-v2{
    padding:72px 44px;
}

.startup-bestfit-copy{
    max-width:760px;
    margin-bottom:34px;
}

.startup-bestfit-grid{
    display:grid;
    grid-template-columns:1.2fr .9fr;
    gap:24px;
}

.startup-bestfit-card{
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

.startup-bestfit-card ul{
    margin:16px 0 0;
    padding-left:20px;
    display:grid;
    gap:10px;
}

.startup-bestfit-highlight{
    border:2px solid #556B2F;
    background:#FBFAF6;
}

@media(max-width:900px){
    .startup-bestfit-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .startup-bestfit-v2{
        padding:56px 24px;
    }
}

/* STARTUP PATH V2 */
.startup-path-v2{
    padding:72px 44px;
}

.startup-path-copy{
    max-width:760px;
    margin-bottom:34px;
}

.startup-path-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.startup-path-step{
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

.startup-path-step span{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:#556B2F;
    color:#fff;
    font-weight:900;
    margin-bottom:16px;
}

@media(max-width:900px){
    .startup-path-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .startup-path-v2{
        padding:56px 24px;
    }
}

/* STARTUP PACKAGE CONSISTENCY POLISH */
.startup-package .section,
body .section{
    scroll-margin-top:96px;
}

.startup-pricing-v2,
.startup-investment-v2,
.startup-bestfit-v2,
.startup-path-v2{
    border-radius:20px;
}

.startup-price-card,
.startup-investment-card,
.startup-bestfit-card,
.startup-path-step{
    min-height:220px;
}

.startup-price-card h3,
.startup-investment-card h3,
.startup-bestfit-card h3,
.startup-path-step h3{
    margin-top:0;
}

.startup-price-card .button,
.startup-investment-card .button,
.startup-bestfit-card .button{
    margin-top:18px;
}

@media(max-width:900px){
    .startup-price-card,
    .startup-investment-card,
    .startup-bestfit-card,
    .startup-path-step{
        min-height:0;
    }
}

/* CONTACT SECTION POLISH */

.contact-intro{
    max-width:760px;
    margin:18px 0 32px;
    line-height:1.65;
    color:#4B4B4B;
}

.contact-form{
    display:grid;
    gap:16px;
}

.contact-form input,
.contact-form textarea{
    border-radius:12px;
}

.contact-form textarea{
    min-height:170px;
}

.contact-form button{
    margin-top:8px;
}


/* PRICING PAGE V2 */
.pricing-v2-section{
    padding:72px 44px;
}

.pricing-v2-header{
    max-width:860px;
    margin-bottom:36px;
}

.pricing-v2-grid{
    display:grid;
    grid-template-columns:1.15fr 1fr 1fr;
    gap:24px;
}

.pricing-v2-card{
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

.pricing-v2-featured{
    border:2px solid #556B2F;
    background:#FBFAF6;
}

.pricing-v2-card h3{
    font-size:2rem;
    margin:8px 0 10px;
    color:#556B2F;
}

.pricing-v2-card ul{
    display:grid;
    gap:8px;
    margin:18px 0;
    padding-left:20px;
}

@media(max-width:900px){
    .pricing-v2-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .pricing-v2-section{
        padding:56px 24px;
    }
}

/* PRICING HERO V2 */
.pricing-hero-v2{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);
    gap:48px;
    align-items:center;
    padding:92px 44px;
}

.pricing-hero-v2 > div{
    max-width:780px;
}

.pricing-hero-v2 .hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.pricing-hero-card{
    max-width:420px;
    justify-self:end;
}

.pricing-hero-card ul{
    display:grid;
    gap:10px;
    margin:18px 0 0;
    padding:0;
    list-style:none;
}

.pricing-hero-card li{
    position:relative;
    padding-left:24px;
    line-height:1.5;
}

.pricing-hero-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#556B2F;
    font-weight:900;
}

@media(max-width:900px){
    .pricing-hero-v2{
        grid-template-columns:1fr;
        padding:72px 28px;
    }

    .pricing-hero-card{
        max-width:none;
        justify-self:stretch;
    }
}

@media(max-width:640px){
    .pricing-hero-v2{
        padding:56px 20px;
    }

    .pricing-hero-v2 .hero-actions{
        flex-direction:column;
    }

    .pricing-hero-v2 .hero-actions a{
        width:100%;
        text-align:center;
    }
}

/* PRICING HERO V2 */
.pricing-hero-v2{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);
    gap:48px;
    align-items:center;
    padding:92px 44px;
}

.pricing-hero-v2 > div{
    max-width:780px;
}

.pricing-hero-v2 .hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.pricing-hero-card{
    max-width:420px;
    justify-self:end;
}

.pricing-hero-card ul{
    display:grid;
    gap:10px;
    margin:18px 0 0;
    padding:0;
    list-style:none;
}

.pricing-hero-card li{
    position:relative;
    padding-left:24px;
    line-height:1.5;
}

.pricing-hero-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#556B2F;
    font-weight:900;
}

@media(max-width:900px){
    .pricing-hero-v2{
        grid-template-columns:1fr;
        padding:72px 28px;
    }

    .pricing-hero-card{
        max-width:none;
        justify-self:stretch;
    }
}

@media(max-width:640px){
    .pricing-hero-v2{
        padding:56px 20px;
    }

    .pricing-hero-v2 .hero-actions{
        flex-direction:column;
    }

    .pricing-hero-v2 .hero-actions a{
        width:100%;
        text-align:center;
    }
}

/* PRICING ADDONS V2 */
.pricing-addons-v2{
    padding:72px 44px;
}

.pricing-addons-copy{
    max-width:760px;
    margin-bottom:34px;
}

.pricing-addons-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.pricing-addon-card{
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

.pricing-addon-card h3{
    margin:0;
    font-size:2rem;
    color:#556B2F;
}

.pricing-addon-card h3 span{
    font-size:1rem;
    color:#202220;
}

.pricing-addon-card .button{
    margin-top:auto;
}

@media(max-width:900px){
    .pricing-addons-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .pricing-addons-v2{
        padding:56px 24px;
    }
}

/* PRICING DECISION V2 */
.pricing-decision-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-bottom:36px;
}

.decision-card{
    padding:18px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:16px;
    box-shadow:0 10px 24px rgba(32,34,32,.05);
}

.decision-card h3{
    margin:0 0 8px;
    font-size:1rem;
}

.decision-card p{
    margin:0;
    color:#556B2F;
    font-weight:900;
}

@media(max-width:900px){
    .pricing-decision-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:560px){
    .pricing-decision-grid{
        grid-template-columns:1fr;
    }
}

/* COMPLIANCE HERO V2 */
.compliance-hero-v2{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);
    gap:48px;
    align-items:center;
    padding:92px 44px;
}

.compliance-hero-v2 > div{
    max-width:780px;
}

.compliance-hero-v2 .hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.compliance-hero-card{
    max-width:420px;
    justify-self:end;
}

.compliance-hero-card ul{
    display:grid;
    gap:10px;
    margin:18px 0 0;
    padding:0;
    list-style:none;
}

.compliance-hero-card li{
    position:relative;
    padding-left:24px;
    line-height:1.5;
}

.compliance-hero-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#556B2F;
    font-weight:900;
}

@media(max-width:900px){
    .compliance-hero-v2{
        grid-template-columns:1fr;
        padding:72px 28px;
    }

    .compliance-hero-card{
        max-width:none;
        justify-self:stretch;
    }
}

@media(max-width:640px){
    .compliance-hero-v2{
        padding:56px 20px;
    }

    .compliance-hero-v2 .hero-actions{
        flex-direction:column;
    }

    .compliance-hero-v2 .hero-actions a{
        width:100%;
        text-align:center;
    }
}

/* COMPLIANCE TRACK V2 */
.compliance-track-v2{
    padding:72px 44px;
}

.compliance-track-copy{
    max-width:760px;
    margin-bottom:34px;
}

.compliance-track-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.compliance-track-card{
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

@media(max-width:900px){
    .compliance-track-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .compliance-track-v2{
        padding:56px 24px;
    }
}

/* COMPLIANCE OUTCOME V2 */
.compliance-outcome-v2{
    padding:72px 44px;
}

.compliance-outcome-copy{
    max-width:780px;
    margin-bottom:34px;
}

.compliance-outcome-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.compliance-outcome-card{
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

@media(max-width:900px){
    .compliance-outcome-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .compliance-outcome-v2{
        padding:56px 24px;
    }
}

/* BACK OFFICE HERO V2 */
.backoffice-hero-v2{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);
    gap:48px;
    align-items:center;
    padding:92px 44px;
}

.backoffice-hero-v2 > div{
    max-width:780px;
}

.backoffice-hero-v2 .hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.backoffice-hero-card{
    max-width:420px;
    justify-self:end;
}

.backoffice-hero-card ul{
    display:grid;
    gap:10px;
    margin:18px 0 0;
    padding:0;
    list-style:none;
}

.backoffice-hero-card li{
    position:relative;
    padding-left:24px;
    line-height:1.5;
}

.backoffice-hero-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#556B2F;
    font-weight:900;
}

@media(max-width:900px){
    .backoffice-hero-v2{
        grid-template-columns:1fr;
        padding:72px 28px;
    }

    .backoffice-hero-card{
        max-width:none;
        justify-self:stretch;
    }
}

@media(max-width:640px){
    .backoffice-hero-v2{
        padding:56px 20px;
    }

    .backoffice-hero-v2 .hero-actions{
        flex-direction:column;
    }

    .backoffice-hero-v2 .hero-actions a{
        width:100%;
        text-align:center;
    }
}

/* BACK OFFICE OUTCOMES V2 */
.backoffice-outcomes-v2{
    padding:72px 44px;
}

.backoffice-outcomes-copy{
    max-width:780px;
    margin-bottom:34px;
}

.backoffice-outcomes-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.backoffice-outcome-card{
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

@media(max-width:900px){
    .backoffice-outcomes-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .backoffice-outcomes-v2{
        padding:56px 24px;
    }
}

/* CONSORTIUM HERO V2 */
.consortium-hero-v2{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);
    gap:48px;
    align-items:center;
    padding:92px 44px;
}

.consortium-hero-v2 > div{
    max-width:780px;
}

.consortium-hero-v2 .hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.consortium-hero-card{
    max-width:420px;
    justify-self:end;
}

.consortium-hero-card ul{
    display:grid;
    gap:10px;
    margin:18px 0 0;
    padding:0;
    list-style:none;
}

.consortium-hero-card li{
    position:relative;
    padding-left:24px;
    line-height:1.5;
}

.consortium-hero-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#556B2F;
    font-weight:900;
}

@media(max-width:900px){
    .consortium-hero-v2{
        grid-template-columns:1fr;
        padding:72px 28px;
    }

    .consortium-hero-card{
        max-width:none;
        justify-self:stretch;
    }
}

@media(max-width:640px){
    .consortium-hero-v2{
        padding:56px 20px;
    }

    .consortium-hero-v2 .hero-actions{
        flex-direction:column;
    }

    .consortium-hero-v2 .hero-actions a{
        width:100%;
        text-align:center;
    }
}

/* CONSORTIUM SUPPORT V2 */
.consortium-support-v2{
    padding:72px 44px;
}

.consortium-support-copy{
    max-width:780px;
    margin-bottom:34px;
}

.consortium-support-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.consortium-support-card{
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

@media(max-width:900px){
    .consortium-support-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .consortium-support-v2{
        padding:56px 24px;
    }
}

/* IFTA V2 */
.ifta-hero-v2{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);
    gap:48px;
    align-items:center;
    padding:92px 44px;
}

.ifta-hero-v2 > div{
    max-width:780px;
}

.ifta-hero-v2 .hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.ifta-hero-card{
    max-width:420px;
    justify-self:end;
}

.ifta-hero-card h3{
    font-size:2rem;
    color:#556B2F;
}

.ifta-hero-card h3 span{
    display:block;
    font-size:1rem;
    color:#202220;
}

.ifta-hero-card ul{
    display:grid;
    gap:10px;
    margin:18px 0 0;
    padding:0;
    list-style:none;
}

.ifta-hero-card li{
    position:relative;
    padding-left:24px;
}

.ifta-hero-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#556B2F;
    font-weight:900;
}

.ifta-support-v2{
    padding:72px 44px;
}

.ifta-support-copy{
    max-width:780px;
    margin-bottom:34px;
}

.ifta-support-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.ifta-support-card{
    padding:28px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

@media(max-width:900px){
    .ifta-hero-v2,
    .ifta-support-grid{
        grid-template-columns:1fr;
    }

    .ifta-hero-card{
        max-width:none;
        justify-self:stretch;
    }
}

@media(max-width:640px){
    .ifta-hero-v2,
    .ifta-support-v2{
        padding:56px 24px;
    }
}

/* SERVICES GRID V2 */

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:24px;
    margin-top:36px;
}

.services-grid .card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.services-grid .card p:last-child{
    margin-top:auto;
}

/* SERVICES HERO V2 */

.services-hero-v2{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);
    gap:48px;
    align-items:center;
    padding:92px 44px;
}

.services-hero-v2 > div{
    max-width:780px;
}

.services-hero-v2 .hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.services-hero-card{
    max-width:420px;
    justify-self:end;
}

.services-hero-card ul{
    display:grid;
    gap:10px;
    margin:18px 0 0;
    padding:0;
    list-style:none;
}

.services-hero-card li{
    position:relative;
    padding-left:24px;
}

.services-hero-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#556B2F;
    font-weight:700;
}

@media (max-width:900px){
    .services-hero-v2{
        grid-template-columns:1fr;
        padding:72px 28px;
    }

    .services-hero-card{
        max-width:none;
        justify-self:stretch;
    }
}

@media (max-width:640px){
    .services-hero-v2{
        padding:56px 20px;
    }

    .services-hero-v2 .hero-actions{
        flex-direction:column;
    }

    .services-hero-v2 .hero-actions a{
        width:100%;
        text-align:center;
    }
}

/* MOBILE HOTFIX — HOME CONTACT + STARTUP INCLUDED CARDS */
@media(max-width:640px){

    /* HOME CONTACT FORM MUST FIT VIEWPORT */
    .contact,
    .contact-upgrade-section,
    .contact-next-steps,
    .who-we-help-panel{
        width:100%;
        max-width:100%;
        box-sizing:border-box;
        overflow:hidden;
    }

    .contact input,
    .contact textarea,
    .contact-form input,
    .contact-form textarea,
    .contact-form button{
        width:100%;
        max-width:100%;
        box-sizing:border-box;
    }

    .contact textarea,
    .contact-form textarea{
        resize:none;
        overflow:auto;
    }

    /* STARTUP PACKAGE: PREVENT 3 CARDS FROM STAYING IN COLUMNS */
    .startup-package .grid,
    .startup-package .grid--3,
    .startup-package .included-grid,
    .startup-package .startup-path-grid,
    .startup-package .startup-pricing-grid,
    .startup-package .startup-investment-grid,
    .startup-package .startup-bestfit-grid{
        display:grid;
        grid-template-columns:1fr !important;
        width:100%;
        max-width:100%;
        gap:18px;
    }

    .startup-package .card,
    .startup-package .startup-path-step,
    .startup-package .startup-price-card,
    .startup-package .startup-investment-card,
    .startup-package .startup-bestfit-card{
        width:100%;
        max-width:100%;
        min-width:0;
        box-sizing:border-box;
    }

    .startup-package h1,
    .startup-package h2,
    .startup-package h3,
    .startup-package p{
        overflow-wrap:anywhere;
    }
}

/* HARD MOBILE FIX — STARTUP LAUNCH/COMPLY/OPERATE CARDS */
@media(max-width:640px){

    .startup-package section,
    .startup-package .section{
        overflow:hidden;
    }

    .startup-package .cards,
    .startup-package .grid,
    .startup-package .grid--3,
    .startup-package [class*="grid"]{
        display:grid !important;
        grid-template-columns:1fr !important;
        width:100% !important;
        max-width:100% !important;
        gap:18px !important;
    }

    .startup-package .card,
    .startup-package [class*="card"],
    .startup-package article{
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        box-sizing:border-box !important;
        overflow:visible !important;
    }

    .startup-package .card h3,
    .startup-package [class*="card"] h3{
        font-size:26px !important;
        line-height:1.15 !important;
        overflow-wrap:normal !important;
        word-break:normal !important;
    }

    .startup-package .card p,
    .startup-package [class*="card"] p{
        font-size:16px !important;
        line-height:1.55 !important;
        overflow-wrap:normal !important;
        word-break:normal !important;
    }
}

/* DIRECT MOBILE FIX — STARTUP PACKAGE REAL CLASSES */
@media(max-width:640px){

    .launch-foundation-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:18px !important;
        width:100% !important;
        max-width:100% !important;
    }

    .launch-foundation-card{
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        box-sizing:border-box !important;
        overflow:visible !important;
        padding:24px !important;
    }

    .launch-foundation-card h3{
        font-size:26px !important;
        line-height:1.15 !important;
        word-break:normal !important;
        overflow-wrap:normal !important;
    }

    .launch-foundation-card p{
        font-size:16px !important;
        line-height:1.55 !important;
        word-break:normal !important;
        overflow-wrap:normal !important;
    }
}

/* SERVICES MOBILE FIX — SERVICE CARDS + OPERATIONS SCOPE */
@media(max-width:640px){

    .services-grid,
    .operations-scope-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:18px !important;
        width:100% !important;
        max-width:100% !important;
    }

    .services-grid .card,
    .operations-scope-grid .card{
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        box-sizing:border-box !important;
        padding:24px !important;
        overflow:visible !important;
    }

    .services-grid .card h3,
    .operations-scope-grid .card h3{
        font-size:24px !important;
        line-height:1.2 !important;
        word-break:normal !important;
        overflow-wrap:normal !important;
    }

    .services-grid .card p,
    .operations-scope-grid .card p,
    .operations-scope-grid .card li{
        font-size:16px !important;
        line-height:1.55 !important;
        word-break:normal !important;
        overflow-wrap:normal !important;
    }

    .operations-scope-grid .card ul{
        padding-left:20px !important;
    }

    .services-hero-v2,
    .section,
    .contact-form{
        max-width:100% !important;
        box-sizing:border-box !important;
        overflow:hidden !important;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form button{
        width:100% !important;
        max-width:100% !important;
        box-sizing:border-box !important;
    }
}

/* HARD FIX — MOBILE/TABLET SERVICES STACK */
@media(max-width:900px){

    .operations-scope-grid,
    .services-grid{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
    }

    .operations-scope-grid .card,
    .services-grid .card{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        margin:0 0 18px !important;
        box-sizing:border-box !important;
        padding:24px !important;
    }

    .operations-scope-grid .card h3,
    .services-grid .card h3{
        font-size:24px !important;
        line-height:1.2 !important;
        white-space:normal !important;
    }

    .operations-scope-grid .card li,
    .operations-scope-grid .card p,
    .services-grid .card p{
        font-size:16px !important;
        line-height:1.55 !important;
        white-space:normal !important;
    }

    .operations-scope-grid ul{
        padding-left:20px !important;
    }
}

/* HARD FIX — MOBILE/TABLET STARTUP FOUNDATION STACK */
@media(max-width:900px){

    .launch-foundation-grid{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
    }

    .launch-foundation-card{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        margin:0 0 18px !important;
        box-sizing:border-box !important;
        padding:24px !important;
    }

    .launch-foundation-card h3{
        font-size:26px !important;
        line-height:1.15 !important;
        white-space:normal !important;
    }

    .launch-foundation-card p{
        font-size:16px !important;
        line-height:1.55 !important;
        white-space:normal !important;
    }
}

/* TURNPCS STATE STARTUP ESTIMATES V1 */
.startup-state-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.startup-state-card h3 {
  margin-top: 0;
}

.startup-state-card .card-cta {
  margin-top: auto;
}

@media (max-width: 760px) {
  .startup-state-card {
    min-height: auto;
  }

  .startup-state-card .card-cta {
    width: 100%;
    text-align: center;
  }
}
/* TURNPCS STATE STARTUP COST MATRIX V1 */

.startup-state-costs{
    margin-top:42px;
    padding-top:38px;
    border-top:1px solid #DDD6C8;
}

.startup-state-costs-copy{
    max-width:760px;
    margin-bottom:26px;
}

.startup-state-costs-copy h3{
    margin:6px 0 12px;
    font-size:clamp(1.65rem,3vw,2.25rem);
}

.startup-state-cost-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.startup-state-cost-card{
    padding:26px;
    background:#fff;
    border:1px solid #DDD6C8;
    border-radius:20px;
    box-shadow:0 14px 32px rgba(32,34,32,.06);
}

.startup-state-cost-card h3{
    margin:0 0 16px;
    padding-bottom:16px;
    border-bottom:1px solid #E7E1D6;
    font-size:1.45rem;
}

.startup-state-cost-card dl{
    margin:0;
}

.startup-state-cost-card dl > div{
    display:flex;
    justify-content:space-between;
    gap:18px;
    padding:16px 0;
    border-bottom:1px solid #EEE9E0;
}

.startup-state-cost-card dt,
.startup-state-cost-card dd{
    margin:0;
}

.startup-state-cost-card dt{
    color:#4B4B4B;
}

.startup-state-cost-card dd{
    flex:0 0 auto;
    font-weight:800;
    color:#202220;
}

.startup-state-cost-card .startup-state-cost-total{
    padding-top:20px;
    border-bottom:0;
}

.startup-state-cost-total dt{
    font-weight:800;
    color:#202220;
}

.startup-state-cost-total dd{
    color:#556B2F;
    font-size:1.45rem;
}

.startup-state-cost-note{
    max-width:920px;
    margin:22px 0 0;
    font-size:.92rem;
    line-height:1.6;
    color:#62625E;
}

@media(max-width:900px){
    .startup-state-cost-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:640px){
    .startup-state-costs{
        margin-top:34px;
        padding-top:30px;
    }

    .startup-state-cost-card{
        padding:22px;
    }

    .startup-state-cost-card dl > div{
        gap:14px;
    }
}

/* TURNPCS STARTUP SINGLE PRICE CARD V1 */
.startup-pricing-grid--single{
    grid-template-columns:minmax(0, 520px);
    justify-content:start;
}

.startup-pricing-grid--single .startup-price-card{
    width:100%;
}

/* TURNPCS STARTUP PRICING SPLIT V2 */
.startup-pricing-v2{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(320px, 440px);
    gap:48px;
    align-items:center;
}

.startup-pricing-copy{
    margin-bottom:0;
}

.startup-pricing-grid--single{
    grid-template-columns:1fr;
}

@media(max-width:900px){
    .startup-pricing-v2{
        grid-template-columns:1fr;
        gap:28px;
    }

    .startup-pricing-copy{
        margin-bottom:0;
    }
}

/* TURNPCS STARTUP COST MATRIX V1 */
.startup-cost-matrix-v1 .table-wrap {
  width: 100%;
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid rgba(82, 111, 38, 0.24);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 35, 23, 0.07);
}

.startup-cost-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.4;
}

.startup-cost-table th,
.startup-cost-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(82, 111, 38, 0.14);
}

.startup-cost-table thead th {
  background: #f4f6ee;
  color: #40591f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.startup-cost-table thead th:first-child {
  border-top-left-radius: 15px;
}

.startup-cost-table thead th:last-child {
  border-top-right-radius: 15px;
}

.startup-cost-table tbody th {
  width: 42%;
  color: #1e241c;
  font-weight: 700;
}

.startup-cost-table tbody td {
  width: 19.33%;
  font-weight: 600;
  white-space: nowrap;
}

.startup-cost-table tbody tr:nth-child(even):not(.startup-cost-total) {
  background: #fafbf7;
}

.startup-cost-table tbody tr:hover:not(.startup-cost-total) {
  background: #f5f7f0;
}

.startup-cost-table .startup-cost-total th,
.startup-cost-table .startup-cost-total td {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #526f26;
  color: #fff;
  font-size: 17px;
  border-bottom: 0;
}

.startup-cost-table tbody tr:last-child th,
.startup-cost-table tbody tr:last-child td {
  border-bottom: 0;
}

.startup-cost-matrix-v1 > .pricing-unit-note {
  margin-top: 20px;
  max-width: 900px;
  color: #555d50;
  font-size: 14px;
}

@media (max-width: 760px) {
  .startup-cost-matrix-v1 .table-wrap {
    margin-left: 0;
    margin-right: 0;
    border-radius: 12px;
  }

  .startup-cost-table th,
  .startup-cost-table td {
    padding: 13px 14px;
  }

  .startup-cost-table tbody th {
    min-width: 245px;
  }
}
