/* terra-public-css-phase2a-20260814
 * TERRA INDUSTRIES WEBSITE 2.0
 * Central public-specific styling owner.
 *
 * PHASE 2A STATUS: BRIDGE ONLY — NO VISUAL RULES YET.
 *
 * The approved Terra public theme remains separate at:
 * /assets/terra-public-theme.css
 *
 * Future ownership:
 * - public catalogue extensions
 * - quote/public forms
 * - marketing/newsletter public components
 * - Terra-specific public responsive corrections
 *
 * Do not redesign the approved public Terra theme here.
 */

/* ==========================================================
   terra-final-sitewide-design-system-phase2j-v1-20260814
   PUBLIC — FINAL CLEAN TERRA PRESENTATION LAYER
========================================================== */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container{
  width:min(var(--terra-content-max),calc(100% - 48px)) !important;
  max-width:var(--terra-content-max) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(.hero,.card){
  box-sizing:border-box;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container > .hero{
  margin:24px 0 18px !important;
  padding:22px 24px !important;
  border:1px solid var(--terra-line) !important;
  border-top:3px solid var(--terra-orange) !important;
  border-radius:var(--terra-radius) !important;
  background:#fff !important;
  box-shadow:var(--terra-shadow) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container > .hero h1{
  max-width:900px;
  margin:0 0 8px !important;
  color:var(--terra-navy) !important;
  font-size:clamp(30px,3.4vw,42px) !important;
  line-height:1.07 !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container > .hero > p:not(.eyebrow){
  max-width:900px;
  margin-bottom:0 !important;
  color:var(--terra-muted) !important;
  line-height:1.55 !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .eyebrow{
  color:var(--terra-orange) !important;
  font-size:11px !important;
  font-weight:900 !important;
  letter-spacing:.09em !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .card{
  border-color:var(--terra-line) !important;
  border-radius:var(--terra-radius) !important;
  box-shadow:var(--terra-shadow) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
  select,
  textarea
){
  min-height:var(--terra-control-height) !important;
  border:1px solid var(--terra-line-strong) !important;
  border-radius:var(--terra-radius-small) !important;
  background:#fff !important;
  color:var(--terra-navy) !important;
  box-sizing:border-box !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
  select,
  textarea
):focus{
  border-color:var(--terra-orange) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(button,.button-link){
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  padding:10px 16px !important;
  border-radius:7px !important;
  text-decoration:none !important;
  font-weight:900 !important;
  line-height:1.15 !important;
  vertical-align:middle !important;
  box-sizing:border-box !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container button:not(.secondary):not(.terra-action),
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .button-link:not(.secondary):not(.whatsapp-button){
  border-color:var(--terra-orange) !important;
  background:var(--terra-orange) !important;
  color:#fff !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(button,.button-link).secondary{
  border-color:var(--terra-navy) !important;
  background:var(--terra-navy) !important;
  color:#fff !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .whatsapp-button{
  border-color:#1fc866 !important;
  background:#1fc866 !important;
  color:#fff !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(button,.button-link):hover{
  box-shadow:0 4px 10px rgba(27,40,58,.10);
  transform:none;
}

/* terra-public-action-fallback-phase2m-v1-20260816
   Canonical fallback semantics for existing public controls that have not yet
   migrated to .terra-action. Specialised later owners still win normally. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .button-link:not(.secondary):not(.whatsapp-button):not(.terra-action):hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .button-link:not(.secondary):not(.whatsapp-button):not(.terra-action):focus-visible,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container button[type="submit"]:not(.secondary):not(.terra-action):hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container button[type="submit"]:not(.secondary):not(.terra-action):focus-visible{
  background:var(--terra-navy)!important;
  background-color:var(--terra-navy)!important;
  border-color:var(--terra-navy)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .button-link.secondary:not(.terra-action):hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .button-link.secondary:not(.terra-action):focus-visible,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container button[type="submit"].secondary:not(.terra-action):hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container button[type="submit"].secondary:not(.terra-action):focus-visible{
  background:var(--terra-orange)!important;
  background-color:var(--terra-orange)!important;
  border-color:var(--terra-orange)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .button-link.whatsapp-button:not(.terra-action):hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .button-link.whatsapp-button:not(.terra-action):focus-visible{
  background:#1da851!important;
  background-color:#1da851!important;
  border-color:#1da851!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-hero-search{
  margin-bottom:18px !important;
  padding:22px 24px !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-hero-search h1{
  max-width:820px !important;
  font-size:clamp(32px,4vw,48px) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-hero-search .search-form{
  margin-top:18px !important;
  padding:16px !important;
  border:1px solid var(--terra-line) !important;
  border-radius:9px !important;
  background:var(--terra-soft) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .catalogue-search-row{
  display:grid !important;
  grid-template-columns:minmax(210px,280px) minmax(0,1fr) auto !important;
  gap:10px !important;
  align-items:end !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .catalogue-search-row > *{
  min-width:0 !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .catalogue-search-row button{
  min-width:112px !important;
  height:var(--terra-control-height) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-marketplace{
  display:grid !important;
  grid-template-columns:minmax(250px,300px) minmax(0,1fr) !important;
  gap:18px !important;
  align-items:stretch !important;
  margin:0 0 18px !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(.home-category-menu,.home-slider-card){
  border:1px solid var(--terra-line) !important;
  border-radius:var(--terra-radius) !important;
  background:#fff !important;
  box-shadow:var(--terra-shadow) !important;
  overflow:hidden !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-category-list a{
  min-height:54px !important;
  padding:9px 12px !important;
  border-radius:7px !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-category-list a:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-category-list a.is-active{
  background:var(--terra-soft-orange) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(.home-slider-card,.home-slide){
  min-height:240px !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-slide-copy{
  padding:24px 28px !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-slide-copy h2{
  font-size:clamp(28px,3.4vw,42px) !important;
  line-height:1.02 !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(.featured-products,.service-kit-panel){
  padding:22px 24px !important;
  border-top:3px solid var(--terra-orange) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .featured-grid{
  gap:16px !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .featured-grid > article{
  border:1px solid var(--terra-line) !important;
  border-radius:9px !important;
  background:#fff !important;
  overflow:hidden !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .product-category-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
  margin:0 0 18px !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .product-category-card{
  padding:20px 22px !important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .product-category-card:hover{
  border-color:var(--terra-orange) !important;
  box-shadow:var(--terra-shadow-hover) !important;
  transform:translateY(-2px) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(.category-illustration,.category-illustration.compact){
  width:100% !important;
  max-width:210px !important;
  min-height:150px !important;
  height:150px !important;
  margin:0 auto 14px !important;
  border:1px solid #ffd0ba !important;
  border-radius:9px !important;
  background:var(--terra-soft-orange) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .category-illustration svg{
  width:auto !important;
  max-width:118px !important;
  height:auto !important;
  max-height:105px !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .product-result.card{
  padding:20px 22px !important;
  border-top:3px solid var(--terra-orange) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(.protected-data-notice,.empty-result){
  padding:20px 22px !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(.quote-actions,.missing-actions){
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  align-items:center !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .trust{
  gap:16px !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .trust > div{
  border:1px solid var(--terra-line) !important;
  border-radius:9px !important;
  background:var(--terra-soft) !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .table-scroll{
  border:1px solid var(--terra-line) !important;
  border-radius:8px !important;
  overflow:auto !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container table{
  border-collapse:collapse !important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container th{
  background:var(--terra-soft) !important;
  color:var(--terra-muted) !important;
  font-size:10px !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
}

@media(max-width:900px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container{
    width:calc(100% - 44px) !important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .catalogue-search-row{
    grid-template-columns:1fr 1fr !important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .catalogue-search-row button{
    grid-column:1/-1 !important;
    width:100% !important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-marketplace{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:620px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container{
    width:calc(100% - 28px) !important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container > .hero,
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(.featured-products,.service-kit-panel,.product-result.card){
    padding:17px !important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container > .hero{
    margin-top:18px !important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(.catalogue-search-row,.product-category-grid){
    grid-template-columns:1fr !important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .catalogue-search-row button{
    grid-column:auto !important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .home-slide-copy{
    padding:20px !important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container :is(.quote-actions,.missing-actions) > *{
    width:100% !important;
  }
}

/* ==========================================================
   terra-public-component-correction-phase2l-v1-20260815

   PUBLIC DESKTOP COMPONENT CORRECTION — SAFE RESTORED BASELINE

   IMPORTANT BOUNDARIES
   - No header / nav / footer selectors in this section.
   - No cookie-preference dialog selectors in this section.
   - No Admin or authenticated Customer workspace selectors.
   - No JavaScript/DOM-generated page classes are required.
   - Existing Phase 2J and legacy compatibility layers remain intact.

   Terra palette:
   navy      #1b283a
   orange    #ff834f
   off-white #f8f7e5
   sea-grey  #7b97a1
========================================================== */

/* Local variables only inside the public content canvas. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container{
  --terra-p2l-navy:#1b283a;
  --terra-p2l-orange:#ff834f;
  --terra-p2l-off:#f8f7e5;
  --terra-p2l-sea:#7b97a1;
  --terra-p2l-line:#d9e1df;
  --terra-p2l-line-strong:#b9c8ce;
  --terra-p2l-muted:#5d747d;
  --terra-p2l-soft:#f5f8f8;
  --terra-p2l-soft-orange:#fff7f2;
  --terra-p2l-shadow:0 4px 14px rgba(27,40,58,.06);
  --terra-p2l-shadow-hover:0 8px 22px rgba(27,40,58,.11);
}

/* ----------------------------------------------------------
   HOME — AUTOCOMPLETE
   Only presentation changes. Existing position/display JS stays authoritative.
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list{
  z-index:80!important;
  margin-top:6px!important;
  padding:5px!important;
  border:1px solid var(--terra-p2l-line-strong)!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--terra-p2l-navy)!important;
  box-shadow:0 12px 28px rgba(27,40,58,.16)!important;
  overflow:hidden!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list[hidden]{
  display:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list button{
  width:100%!important;
  min-height:48px!important;
  padding:9px 12px!important;
  border:0!important;
  border-bottom:1px solid #e6ebea!important;
  border-radius:0!important;
  background:#fff!important;
  color:var(--terra-p2l-navy)!important;
  text-align:left!important;
  box-shadow:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list button:last-child{
  border-bottom:0!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list button:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list button:focus{
  background:var(--terra-p2l-soft-orange)!important;
  color:var(--terra-p2l-navy)!important;
  outline:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list button strong{
  display:block!important;
  color:var(--terra-p2l-navy)!important;
  font-weight:900!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list button span{
  display:block!important;
  margin-top:2px!important;
  color:var(--terra-p2l-muted)!important;
  font-size:12px!important;
}

/* ----------------------------------------------------------
   HOME — MARKETPLACE / SLIDER
   Do not change its proven grid, slide positioning, picture or JS behavior.
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-category-menu,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card{
  border-color:var(--terra-p2l-line)!important;
  border-radius:10px!important;
  box-shadow:var(--terra-p2l-shadow)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-category-menu{
  border-top:3px solid var(--terra-p2l-sea)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card{
  border-top:3px solid var(--terra-p2l-orange)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-category-list a.is-active{
  background:var(--terra-p2l-soft-orange)!important;
  box-shadow:inset 4px 0 0 var(--terra-p2l-orange)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-category-list a:hover{
  background:var(--terra-p2l-soft)!important;
}

/* ----------------------------------------------------------
   SHARED PUBLIC TRUST / HELP CTA CARDS
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.trust > div{
  box-sizing:border-box!important;
  padding:16px 18px!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-left:4px solid var(--terra-p2l-orange)!important;
  border-radius:9px!important;
  background:#fff!important;
  box-shadow:0 3px 11px rgba(27,40,58,.045)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.trust > div:nth-child(even){
  border-left-color:var(--terra-p2l-sea)!important;
  background:var(--terra-p2l-soft)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.trust strong{
  display:block!important;
  margin-bottom:4px!important;
  color:var(--terra-p2l-navy)!important;
  font-weight:900!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.trust span{
  color:var(--terra-p2l-muted)!important;
  line-height:1.45!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.trust .text-link{
  color:var(--terra-p2l-navy)!important;
  font-weight:800!important;
  text-decoration-color:var(--terra-p2l-orange)!important;
  text-underline-offset:3px!important;
}


/* terra-shared-trust-action-variant-v21-3-20260816
   Canonical actionable trust-card modifier.
   V21.3 keeps accepted Call/WhatsApp behaviour and adds generic Primary /
   Secondary variants for Contact and future public pages.
   Action anchors remain isolated from legacy .text-link hover rules.
*/
.trust.trust--actions > div{
  min-height:108px!important;
  padding:18px 20px!important;
  align-content:start!important;
}

.trust.trust--actions > div:first-child{
  background:linear-gradient(135deg,#ffffff,#fff8f3)!important;
}

.trust.trust--actions > div:nth-child(even){
  background:linear-gradient(135deg,#ffffff,#f4f8f9)!important;
}

.trust.trust--actions strong{
  margin-bottom:11px!important;
  font-size:17px!important;
  line-height:1.25!important;
}

.trust.trust--actions span{
  display:block!important;
  margin:0!important;
}

.trust.trust--actions a.trust-action{
  position:relative!important;
  z-index:2!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:100%!important;
  min-height:40px!important;
  height:auto!important;
  margin:0!important;
  padding:8px 13px!important;
  border-radius:7px!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  text-indent:0!important;
  text-shadow:none!important;
  -webkit-text-fill-color:#ffffff!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  left:auto!important;
  box-shadow:none!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}

.trust.trust--actions a.trust-action--call,
.trust.trust--actions a.trust-action--primary{
  border:1px solid #ff834f!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

.trust.trust--actions a.trust-action--call:hover,
.trust.trust--actions a.trust-action--call:focus-visible,
.trust.trust--actions a.trust-action--primary:hover,
.trust.trust--actions a.trust-action--primary:focus-visible{
  border-color:#1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  left:auto!important;
  margin:0!important;
  box-shadow:0 4px 10px rgba(27,40,58,.12)!important;
}

.trust.trust--actions a.trust-action--secondary{
  border:1px solid #1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

.trust.trust--actions a.trust-action--secondary:hover,
.trust.trust--actions a.trust-action--secondary:focus-visible{
  border-color:#ff834f!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  left:auto!important;
  margin:0!important;
  box-shadow:0 4px 10px rgba(27,40,58,.10)!important;
}

.trust.trust--actions a.trust-action--whatsapp{
  border:1px solid #25d366!important;
  background:#25d366!important;
  background-color:#25d366!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

.trust.trust--actions a.trust-action--whatsapp:hover,
.trust.trust--actions a.trust-action--whatsapp:focus-visible{
  border-color:#1da851!important;
  background:#1da851!important;
  background-color:#1da851!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  left:auto!important;
  margin:0!important;
  box-shadow:0 4px 10px rgba(27,40,58,.10)!important;
}

.trust.trust--actions a.trust-action::before,
.trust.trust--actions a.trust-action::after{
  content:none!important;
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  background:none!important;
  transform:none!important;
  translate:none!important;
}

@media(max-width:760px){
  .trust.trust--actions a.trust-action{
    width:100%!important;
    white-space:normal!important;
    text-align:center!important;
  }
}

/* ----------------------------------------------------------
   FILTER SEARCH RESULT / PRODUCT DETAIL
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.results .product-result{
  padding:24px!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-top:3px solid var(--terra-p2l-orange)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:var(--terra-p2l-shadow)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.results .product-result:hover{
  border-color:#ffb89a!important;
  box-shadow:var(--terra-p2l-shadow-hover)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .product-image{
  border:1px solid var(--terra-p2l-line)!important;
  border-radius:9px!important;
  background:#fff!important;
  box-shadow:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .product-image img{
  object-fit:contain!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .product-title,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .sakura-copy h3{
  color:var(--terra-p2l-navy)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .sakura-product{
  padding:14px 16px!important;
  border:1px solid #ffd8c5!important;
  border-left:4px solid var(--terra-p2l-orange)!important;
  border-radius:8px!important;
  background:var(--terra-p2l-soft-orange)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .result-label{
  color:var(--terra-p2l-orange)!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .reference-list{
  margin-top:16px!important;
  padding:16px!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-radius:9px!important;
  background:var(--terra-p2l-soft)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result :is(.public-reference-brand,.reference-brand){
  color:var(--terra-p2l-navy)!important;
  font-weight:900!important;
}

/* terra-cross-reference-number-cleanup-phase2l-v8-20260815 */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .reference-list .reference-brand{
  display:grid!important;
  grid-template-columns:minmax(160px,190px) minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  padding:10px 0!important;
  border-bottom:1px solid #dfe6e4!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .reference-list .reference-brand:last-child{
  border-bottom:0!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .reference-list .reference-brand > strong{
  color:#1b283a!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:.015em!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .reference-list .part-chips{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:6px!important;
  min-width:0!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .reference-list .part-chips span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  box-sizing:border-box!important;
  padding:5px 9px!important;
  border:1px solid #d4ddda!important;
  border-radius:6px!important;
  background:#ffffff!important;
  color:#1b283a!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.15!important;
  letter-spacing:.005em!important;
  box-shadow:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .reference-list{
  background:#f8faf9!important;
}

@media(max-width:720px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .product-result .reference-list .reference-brand{
    grid-template-columns:1fr!important;
    gap:7px!important;
    align-items:start!important;
  }
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .detail-section{
  margin-top:16px!important;
  padding:16px 18px!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-left:4px solid var(--terra-p2l-sea)!important;
  border-radius:9px!important;
  background:#fff!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .detail-section > :first-child{
  margin-top:0!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result .table-scroll{
  margin-top:10px!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result table{
  width:100%!important;
  border-collapse:collapse!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result table th{
  padding:10px 12px!important;
  background:#eef3f4!important;
  color:var(--terra-p2l-navy)!important;
  font-size:11px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-result table td{
  padding:10px 12px!important;
  border-top:1px solid #e5eae8!important;
  color:#334952!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
:is(.protected-data-notice,.empty-result){
  border:1px solid var(--terra-p2l-line)!important;
  border-left:4px solid var(--terra-p2l-sea)!important;
  border-radius:9px!important;
  background:var(--terra-p2l-soft)!important;
  box-shadow:var(--terra-p2l-shadow)!important;
}

/* ----------------------------------------------------------
   PRODUCTS — REPLACE CRUDE CATEGORY ICON PANELS WITH EXISTING
   APPROVED TERRA HERO PRODUCT ART. No new images are introduced.
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card{
  display:block!important;
  padding:0!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-radius:10px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:var(--terra-p2l-shadow)!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card:hover{
  transform:translateY(-2px)!important;
  border-color:#ffb89a!important;
  box-shadow:var(--terra-p2l-shadow-hover)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card .category-illustration{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  height:165px!important;
  margin:0 0 17px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background-color:var(--terra-p2l-navy)!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card .category-illustration svg{
  opacity:0!important;
  pointer-events:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card[href="/filters.php"] .category-illustration{
  background-image:url("/assets/hero-slider/terra-slider-filters.jpg")!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card[href="/aircon.php"] .category-illustration{
  background-image:url("/assets/hero-slider/terra-aircon-compressors-banner.webp")!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card[href="/starters.php"] .category-illustration{
  background-image:url("/assets/hero-slider/terra-slider-starters.jpg")!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card[href="/alternators.php"] .category-illustration{
  background-image:url("/assets/hero-slider/terra-slider-alternators.jpg")!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card > .eyebrow{
  margin:0 20px 5px!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card > h2{
  margin:0 20px 8px!important;
  color:var(--terra-p2l-navy)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-category-grid .product-category-card > p:last-child{
  margin:0!important;
  padding:0 20px 21px!important;
  color:var(--terra-p2l-muted)!important;
  line-height:1.5!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.service-kit-panel{
  border-top:3px solid var(--terra-p2l-orange)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.service-kit-grid article{
  border:1px solid var(--terra-p2l-line)!important;
  border-left:4px solid var(--terra-p2l-sea)!important;
  border-radius:8px!important;
  background:var(--terra-p2l-soft)!important;
}

/* ----------------------------------------------------------
   GENERIC AIRCON / STARTER / ALTERNATOR REQUEST COMPONENTS
   No route rewrites and no generated artwork.
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-line-card{
  border:1px solid var(--terra-p2l-line)!important;
  border-top:3px solid var(--terra-p2l-orange)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:var(--terra-p2l-shadow)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-line-help,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.product-range-result{
  border-color:var(--terra-p2l-line)!important;
  border-radius:9px!important;
  background:var(--terra-p2l-soft)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.category-mini-icon{
  border-color:#ffd4c0!important;
  background:var(--terra-p2l-soft-orange)!important;
}

/* ----------------------------------------------------------
   QUOTE PAGE — DESKTOP REFINEMENT
   terra-quote-canonical-components-phase2l-v21-20260816

   Replaces the original Phase 2L V1 Quote-page owner in place.
   No new Quote CSS layer is appended.
---------------------------------------------------------- */
#terra-quote-page{
  --terra-quote-navy:#1b283a;
  --terra-quote-orange:#ff834f;
  --terra-quote-off:#f8f7e5;
  --terra-quote-sea:#7b97a1;
  --terra-quote-line:#d9e1df;
  --terra-quote-line-strong:#b9c8ce;
  --terra-quote-muted:#5d747d;
  --terra-quote-soft:#f5f8f8;
  --terra-quote-soft-orange:#fff7f2;
  display:grid!important;
  gap:18px!important;
}

/* Existing cards remain visually intact; only alignment/rhythm is tightened. */
#terra-quote-page .quote-panel{
  border:1px solid var(--terra-quote-line)!important;
  border-top:3px solid var(--terra-quote-orange)!important;
  border-radius:10px!important;
  background:#ffffff!important;
  box-shadow:0 4px 14px rgba(27,40,58,.06)!important;
}

#terra-quote-page .quote-panel .section-heading{
  align-items:center!important;
  padding-bottom:12px!important;
  margin-bottom:16px!important;
  border-bottom:1px solid var(--terra-quote-line)!important;
}

/* Form typography / control rhythm. */
#terra-quote-page .quote-form{
  display:grid!important;
  gap:16px!important;
}

#terra-quote-page .customer-fields{
  gap:14px!important;
}

#terra-quote-page .quote-form label:not(.checkbox-row){
  display:grid!important;
  gap:7px!important;
  margin:0!important;
  color:var(--terra-quote-navy)!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.3!important;
}

#terra-quote-page .quote-form :is(
  input:not([type="checkbox"]):not([type="hidden"]):not([type="file"]),
  select,
  textarea
){
  box-sizing:border-box!important;
  border:1px solid var(--terra-quote-line-strong)!important;
  border-radius:7px!important;
  background:#ffffff!important;
  color:var(--terra-quote-navy)!important;
  font-family:inherit!important;
  box-shadow:none!important;
}

#terra-quote-page .quote-form :is(
  input:not([type="checkbox"]):not([type="hidden"]):not([type="file"]),
  select,
  textarea
):focus{
  outline:none!important;
  border-color:var(--terra-quote-orange)!important;
  box-shadow:0 0 0 3px rgba(255,131,79,.14)!important;
}

/* Human verification stays compact and aligned. */
#terra-quote-page .quote-form .checkbox-row{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:4px 0 12px!important;
  padding:12px 14px!important;
  border:1px solid var(--terra-quote-line)!important;
  border-left:4px solid var(--terra-quote-sea)!important;
  border-radius:8px!important;
  background:var(--terra-quote-soft)!important;
  color:var(--terra-quote-navy)!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.35!important;
}

#terra-quote-page .quote-form .checkbox-row input[type="checkbox"]{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  margin:0!important;
  accent-color:var(--terra-quote-orange)!important;
}

/* File control: exact accepted Product Photo / Supporting Document pattern. */
#terra-quote-page #upload-filter-list input[type="file"]{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  min-height:46px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  padding:0!important;
  border:1px solid #bdcbd0!important;
  border-radius:8px!important;
  background:#ffffff!important;
  color:var(--terra-quote-navy)!important;
  font:inherit!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:44px!important;
  outline:none!important;
  box-shadow:none!important;
}

#terra-quote-page #upload-filter-list input[type="file"]:focus{
  border-color:var(--terra-quote-orange)!important;
  box-shadow:0 0 0 3px rgba(255,131,79,.14)!important;
}

#terra-quote-page #upload-filter-list input[type="file"]::file-selector-button,
#terra-quote-page #upload-filter-list input[type="file"]::-webkit-file-upload-button{
  min-height:44px!important;
  margin:0 11px 0 0!important;
  padding:0 15px!important;
  border:0!important;
  border-right:1px solid #d0dade!important;
  border-radius:0!important;
  background:var(--terra-quote-navy)!important;
  background-image:none!important;
  color:#ffffff!important;
  font:inherit!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:44px!important;
  cursor:pointer!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  transition:background-color .16s ease!important;
}

#terra-quote-page #upload-filter-list input[type="file"]::file-selector-button:hover,
#terra-quote-page #upload-filter-list input[type="file"]::-webkit-file-upload-button:hover{
  background:var(--terra-quote-orange)!important;
  color:#ffffff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

/* Primary submit buttons: accepted Terra orange -> navy, zero movement. */
#terra-quote-page .quote-form > button[type="submit"]{
  position:relative!important;
  width:100%!important;
  min-height:46px!important;
  border:1px solid var(--terra-quote-orange)!important;
  border-radius:7px!important;
  background:var(--terra-quote-orange)!important;
  background-image:none!important;
  color:#ffffff!important;
  font:inherit!important;
  font-weight:900!important;
  box-shadow:0 4px 10px rgba(27,40,58,.08)!important;
  cursor:pointer!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin-top:0!important;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    box-shadow .16s ease!important;
}

#terra-quote-page .quote-form > button[type="submit"]:hover,
#terra-quote-page .quote-form > button[type="submit"]:focus-visible{
  border-color:var(--terra-quote-navy)!important;
  background:var(--terra-quote-navy)!important;
  background-image:none!important;
  color:#ffffff!important;
  box-shadow:0 5px 13px rgba(27,40,58,.14)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin-top:0!important;
}

/* Clear / Remove: accepted Terra navy -> orange, zero movement. */
#terra-quote-page .small-button.secondary{
  position:relative!important;
  min-height:44px!important;
  border:1px solid var(--terra-quote-navy)!important;
  border-radius:7px!important;
  background:var(--terra-quote-navy)!important;
  background-image:none!important;
  color:#ffffff!important;
  font:inherit!important;
  font-weight:900!important;
  box-shadow:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin-top:0!important;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease!important;
}

#terra-quote-page .small-button.secondary:hover,
#terra-quote-page .small-button.secondary:focus-visible{
  border-color:var(--terra-quote-orange)!important;
  background:var(--terra-quote-orange)!important;
  background-image:none!important;
  color:#ffffff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin-top:0!important;
}

/* Quote table / quantity controls stay functionally unchanged. */
#terra-quote-page .quote-table td{
  vertical-align:middle!important;
}

#terra-quote-page .quantity-stepper{
  display:inline-grid!important;
  grid-template-columns:44px 54px 44px!important;
  align-items:center!important;
  justify-content:start!important;
  gap:0!important;
  min-height:44px!important;
}

#terra-quote-page .quantity-button{
  position:relative!important;
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  min-height:44px!important;
  padding:0!important;
  border:1px solid var(--terra-quote-orange)!important;
  border-radius:7px!important;
  background:var(--terra-quote-orange)!important;
  background-image:none!important;
  color:#ffffff!important;
  font:inherit!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin:0!important;
  cursor:pointer!important;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease!important;
}

#terra-quote-page .quantity-button:hover:not(:disabled),
#terra-quote-page .quantity-button:focus-visible:not(:disabled){
  border-color:var(--terra-quote-navy)!important;
  background:var(--terra-quote-navy)!important;
  color:#ffffff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin:0!important;
}

#terra-quote-page .quantity-button:disabled{
  cursor:not-allowed!important;
  opacity:.48!important;
  transform:none!important;
}

#terra-quote-page .quantity-value{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:54px!important;
  min-width:54px!important;
  height:44px!important;
  border-top:1px solid var(--terra-quote-line-strong)!important;
  border-bottom:1px solid var(--terra-quote-line-strong)!important;
  background:#ffffff!important;
  color:var(--terra-quote-navy)!important;
  font:inherit!important;
  font-weight:900!important;
  line-height:1!important;
}

/* Remove inherited decorative/lift overlays from Quote buttons only. */
#terra-quote-page button::before,
#terra-quote-page button::after{
  transform:none!important;
  translate:none!important;
}

#terra-quote-page button:hover::before,
#terra-quote-page button:hover::after,
#terra-quote-page button:focus-visible::before,
#terra-quote-page button:focus-visible::after{
  transform:none!important;
  translate:none!important;
}

/* Responsive behaviour is preserved/cleaned for the later tablet/mobile pass. */
@media(max-width:760px){
  
  #terra-quote-page .quantity-stepper{
    grid-template-columns:40px 48px 40px!important;
  }
  #terra-quote-page .quantity-button{
    width:40px!important;
    min-width:40px!important;
  }
  #terra-quote-page .quantity-value{
    width:48px!important;
    min-width:48px!important;
  }
}

/* ----------------------------------------------------------
   CONTACT
   terra-contact-final-page-owner-phase2l-v22-2-20260816
   Full Contact page owner. Existing global Terra components remain primary;
   these rules only handle Contact-specific composition and conflict isolation.
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page{
  width:100%!important;
  max-width:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .terra-contact-hero{
  margin-bottom:18px!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:16px!important;
  margin:0 0 26px!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:270px!important;
  height:100%!important;
  margin:0!important;
  padding:24px 26px!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-top:3px solid var(--terra-p2l-orange)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:var(--terra-p2l-shadow)!important;
  box-sizing:border-box!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-card--whatsapp{
  border-top-color:#25d366!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-card--email{
  border-top-color:var(--terra-p2l-navy)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-card .eyebrow{
  margin:0 0 9px!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-card h2{
  margin:0 0 16px!important;
  color:var(--terra-p2l-navy)!important;
  font-size:24px!important;
  line-height:1.16!important;
  letter-spacing:-.015em!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-card h2.contact-email-heading{
  font-size:21px!important;
  line-height:1.2!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-card > p:not(.eyebrow){
  margin:0 0 22px!important;
  color:var(--terra-p2l-muted)!important;
  font-size:15px!important;
  line-height:1.55!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-action{
  align-self:flex-start!important;
  width:auto!important;
  min-height:44px!important;
  margin:auto 0 0!important;
  padding:10px 15px!important;
  border-radius:7px!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  box-shadow:none!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-action--primary{
  border:1px solid #ff834f!important;
  background:#ff834f!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-action--primary:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-action--primary:focus-visible{
  border-color:#1b283a!important;
  background:#1b283a!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  box-shadow:0 4px 10px rgba(27,40,58,.12)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-action--secondary{
  border:1px solid #1b283a!important;
  background:#1b283a!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-action--secondary:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-action--secondary:focus-visible{
  border-color:#ff834f!important;
  background:#ff834f!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  box-shadow:0 4px 10px rgba(27,40,58,.10)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-action--whatsapp{
  border:1px solid #25d366!important;
  background:#25d366!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-action--whatsapp:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-action--whatsapp:focus-visible{
  border-color:#1da851!important;
  background:#1da851!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  box-shadow:0 4px 10px rgba(27,40,58,.10)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-details{
  margin:0 0 28px!important;
  padding:24px 26px 26px!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-top:3px solid var(--terra-p2l-sea)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:var(--terra-p2l-shadow)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-details > .eyebrow{
  margin:0 0 7px!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-details > h2{
  margin:0 0 17px!important;
  color:var(--terra-p2l-navy)!important;
  font-size:24px!important;
  line-height:1.2!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-info-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-info-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:126px!important;
  margin:0!important;
  padding:16px 17px!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-left:4px solid var(--terra-p2l-sea)!important;
  border-radius:8px!important;
  background:var(--terra-p2l-soft)!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-info-card--search{
  border-left-color:var(--terra-p2l-orange)!important;
  background:linear-gradient(135deg,#fff,#fff8f3)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-info-card--quote{
  border-left-color:var(--terra-p2l-navy)!important;
  background:linear-gradient(135deg,#fff,#f4f8f9)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-info-card > strong{
  display:block!important;
  margin:0 0 5px!important;
  color:var(--terra-p2l-navy)!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.25!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-info-card > span{
  display:block!important;
  margin:0!important;
  color:var(--terra-p2l-muted)!important;
  font-size:13px!important;
  line-height:1.45!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-resource-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  align-self:flex-start!important;
  margin-top:auto!important;
  padding-top:10px!important;
  color:var(--terra-p2l-navy)!important;
  -webkit-text-fill-color:var(--terra-p2l-navy)!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.25!important;
  text-decoration:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-resource-link:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-resource-link:focus-visible{
  color:var(--terra-p2l-orange)!important;
  -webkit-text-fill-color:var(--terra-p2l-orange)!important;
  text-decoration:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .contact-resource-link > span{
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
  font-size:16px!important;
  line-height:1!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.terra-contact-page .terra-contact-help{
  margin:0 0 38px!important;
}

@media(max-width:900px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .terra-contact-page .contact-grid,
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .terra-contact-page .contact-info-grid{
    grid-template-columns:1fr!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .terra-contact-page .contact-card,
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .terra-contact-page .contact-info-card{
    min-height:0!important;
  }
}

@media(max-width:720px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .terra-contact-page .contact-card,
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .terra-contact-page .contact-details{
    padding:19px!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .terra-contact-page .contact-action{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
  }
}

/* ----------------------------------------------------------
   TERRA PUBLIC LAYOUT / TYPOGRAPHY / COMPONENT FOUNDATION
   terra-public-layout-typography-foundation-phase2m-v1-2-20260816

   Opt-in shared components for public pages.
   Existing accepted pages are NOT changed merely because this owner exists.
   Pages adopt these classes as they are audited and completed.
---------------------------------------------------------- */

.terra-public-page{
  --terra-space-1:4px;
  --terra-space-2:8px;
  --terra-space-3:12px;
  --terra-space-4:16px;
  --terra-space-5:20px;
  --terra-space-6:24px;
  --terra-space-7:32px;
  --terra-space-8:40px;
  --terra-space-9:48px;

  --terra-public-navy:#1b283a;
  --terra-public-orange:#ff834f;
  --terra-public-sea:#7b97a1;
  --terra-public-text:#334952;
  --terra-public-muted:#5f747d;
  --terra-public-line:#d7e0e2;
  --terra-public-line-strong:#bccbd0;
  --terra-public-soft:#f4f8f8;
  --terra-public-soft-orange:#fff8f3;
  --terra-public-soft-green:#f2fbf5;

  --terra-public-page-top-gap:24px;
  --terra-public-section-gap:20px;
  --terra-public-page-bottom-gap:48px;
  --terra-public-card-padding:24px;
  --terra-public-card-content-gap:20px;
  --terra-public-action-gap:12px;
  --terra-public-card-radius:10px;
  --terra-public-control-height:46px;

  --terra-public-body-size:15px;
  --terra-public-small-size:12px;
  --terra-public-label-size:13px;
  --terra-public-h1-size:48px;
  --terra-public-h2-size:22px;
  --terra-public-h3-size:17px;
  --terra-public-body-leading:1.6;
  --terra-public-heading-leading:1.16;

  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:var(--terra-public-section-gap)!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:0 0 var(--terra-public-page-bottom-gap)!important;
  color:var(--terra-public-text)!important;
  font-family:inherit!important;
  font-size:var(--terra-public-body-size)!important;
  line-height:var(--terra-public-body-leading)!important;
}

/* Shared page typography */
.terra-public-page :is(h1,h2,h3){
  color:var(--terra-public-navy)!important;
  font-family:inherit!important;
  font-weight:900!important;
  letter-spacing:-.015em!important;
}

.terra-public-page h1{
  font-size:var(--terra-public-h1-size)!important;
  line-height:1.08!important;
}

.terra-public-page h2{
  font-size:var(--terra-public-h2-size)!important;
  line-height:1.2!important;
}

.terra-public-page h3{
  font-size:var(--terra-public-h3-size)!important;
  line-height:1.25!important;
}

.terra-public-page p{
  color:var(--terra-public-text)!important;
  font-family:inherit!important;
  font-size:var(--terra-public-body-size)!important;
  line-height:var(--terra-public-body-leading)!important;
}

.terra-public-page .eyebrow{
  color:var(--terra-public-orange)!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.terra-public-page :is(.muted,.terra-muted-copy){
  color:var(--terra-public-muted)!important;
}

.terra-public-page a:not(.terra-action):not(.button-link):not(.trust-action){
  color:var(--terra-public-navy)!important;
  text-decoration-color:var(--terra-public-orange)!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
}

.terra-public-page a:not(.terra-action):not(.button-link):not(.trust-action):hover,
.terra-public-page a:not(.terra-action):not(.button-link):not(.trust-action):focus-visible{
  color:var(--terra-public-orange)!important;
  text-decoration-color:var(--terra-public-orange)!important;
}

/* Shared primary hero — same visual family as accepted Home top card. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .terra-public-page > .hero.terra-primary-hero{
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
  margin:var(--terra-public-page-top-gap) 0 0!important;
  padding:22px 24px!important;
  overflow:hidden!important;
  border:1px solid var(--terra-public-line)!important;
  border-top:3px solid var(--terra-public-orange)!important;
  border-radius:var(--terra-public-card-radius)!important;
  background:#ffffff!important;
  background-image:none!important;
  box-shadow:var(--terra-shadow)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .terra-public-page > .hero.terra-primary-hero::before,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .terra-public-page > .hero.terra-primary-hero::after{
  content:none!important;
  display:none!important;
}

.terra-public-page > .terra-primary-hero > .eyebrow{
  margin:0 0 var(--terra-space-3)!important;
}

.terra-public-page > .terra-primary-hero > h1{
  margin:0 0 var(--terra-space-3)!important;
}

.terra-public-page > .terra-primary-hero > p:not(.eyebrow){
  max-width:980px!important;
  margin:0!important;
  color:var(--terra-public-muted)!important;
  font-size:17px!important;
  line-height:1.55!important;
}

/* Shared card geometry / spacing */
.terra-public-page .terra-section-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:var(--terra-public-card-content-gap)!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:var(--terra-public-card-padding)!important;
  border:1px solid var(--terra-public-line)!important;
  border-top:3px solid var(--terra-public-orange)!important;
  border-radius:var(--terra-public-card-radius)!important;
  background:#ffffff!important;
  background-image:none!important;
  box-shadow:0 5px 16px rgba(27,40,58,.06)!important;
}

.terra-public-page .terra-section-card > :first-child{
  margin-top:0!important;
}

.terra-public-page .terra-section-card > :last-child{
  margin-bottom:0!important;
}
/* terra-shared-card-action-rhythm-phase2m-v1-3-1-20260816
   Reusable action row for current/future public forms and cards. */
.terra-public-page .terra-action-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:var(--terra-public-action-gap)!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:0!important;
}

.terra-public-page .terra-action-row > .terra-action{
  margin:0!important;
}


/* Shared public form typography / controls.
   Layout of unique forms remains page/component-owned. */
.terra-public-page .terra-public-form{
  display:grid!important;
  gap:var(--terra-space-5)!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}

.terra-public-page .terra-public-form label{
  color:var(--terra-public-navy)!important;
  font-family:inherit!important;
  font-size:var(--terra-public-label-size)!important;
  font-weight:800!important;
  line-height:1.3!important;
}

.terra-public-page .terra-public-form :is(
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]),
  select,
  textarea
){
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  border:1px solid var(--terra-public-line-strong)!important;
  border-radius:8px!important;
  background:#ffffff!important;
  color:var(--terra-public-navy)!important;
  font-family:inherit!important;
  font-size:15px!important;
  line-height:1.35!important;
  box-shadow:none!important;
  outline:none!important;
}

.terra-public-page .terra-public-form :is(
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]),
  select
){
  min-height:var(--terra-public-control-height)!important;
  padding:10px 13px!important;
}

.terra-public-page .terra-public-form textarea{
  min-height:120px!important;
  padding:11px 13px!important;
  resize:vertical;
}

.terra-public-page .terra-public-form :is(
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]),
  select,
  textarea
):focus{
  border-color:var(--terra-public-orange)!important;
  box-shadow:0 0 0 3px rgba(255,131,79,.14)!important;
}

.terra-public-page .terra-public-form :is(input,textarea)::placeholder{
  color:#73878f!important;
  opacity:1!important;
}

.terra-public-page .terra-public-form small,
.terra-public-page .terra-form-helper{
  color:var(--terra-public-muted)!important;
  font-family:inherit!important;
  font-size:var(--terra-public-small-size)!important;
  line-height:1.5!important;
}

/* Shared compact helper / informational surface. */
.terra-public-page .terra-helper-panel{
  width:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:11px 14px!important;
  border:0!important;
  border-left:3px solid var(--terra-public-sea)!important;
  border-radius:0 7px 7px 0!important;
  background:var(--terra-public-soft)!important;
  color:var(--terra-public-muted)!important;
  font-size:var(--terra-public-small-size)!important;
  line-height:1.5!important;
}

@media(max-width:760px){
  .terra-public-page{
    --terra-public-page-top-gap:18px;
    --terra-public-section-gap:16px;
    --terra-public-page-bottom-gap:36px;
    --terra-public-card-padding:18px;
    --terra-public-h1-size:36px;
    --terra-public-h2-size:21px;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .terra-public-page > .hero.terra-primary-hero{
    padding:18px!important;
  }

  .terra-public-page > .terra-primary-hero > p:not(.eyebrow){
    font-size:16px!important;
  }
}

/* ----------------------------------------------------------
   NEWSLETTER — UNIQUE STRUCTURES ONLY
   terra-newsletter-unique-owner-phase2m-v1-2-20260816

   General page rhythm / typography / hero / card / form fields / actions
   are owned by the shared Phase 2M public component foundation.
---------------------------------------------------------- */

/* Hero, form card and optional WhatsApp panel stay on one canvas. */
.terra-newsletter-page :is(
  .marketing-hero,
  .marketing-signup-card,
  .terra-whatsapp-app-confirm
){
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Newsletter form layout only. Generic field appearance is shared. */
.terra-newsletter-page .marketing-signup-form .form-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px 14px!important;
}

.terra-newsletter-page .marketing-signup-form .form-grid > label{
  display:grid!important;
  gap:7px!important;
  min-width:0!important;
  margin:0!important;
}

/* Interests */
.terra-newsletter-page .marketing-topic-section{
  margin:2px 0 0!important;
  padding:20px!important;
  border:1px solid var(--terra-public-line)!important;
  border-left:4px solid var(--terra-public-orange)!important;
  border-radius:9px!important;
  background:linear-gradient(
    135deg,
    #ffffff,
    var(--terra-public-soft)
  )!important;
}

.terra-newsletter-page .marketing-topic-section .eyebrow{
  margin:0 0 5px!important;
}

.terra-newsletter-page .marketing-topic-section h2{
  margin:0 0 14px!important;
}

.terra-newsletter-page .marketing-topic-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
}

.terra-newsletter-page .marketing-topic-option{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  width:100%!important;
  min-width:0!important;
  min-height:58px!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:13px 14px!important;
  border:1px solid var(--terra-public-line)!important;
  border-radius:8px!important;
  background:#ffffff!important;
  color:var(--terra-public-navy)!important;
  cursor:pointer!important;
  transition:
    border-color .16s ease,
    background-color .16s ease,
    box-shadow .16s ease!important;
}

.terra-newsletter-page .marketing-topic-option:hover{
  border-color:var(--terra-public-orange)!important;
  background:var(--terra-public-soft-orange)!important;
  box-shadow:0 4px 12px rgba(27,40,58,.06)!important;
}

.terra-newsletter-page .marketing-topic-option:has(input:checked){
  border-color:var(--terra-public-orange)!important;
  background:var(--terra-public-soft-orange)!important;
  box-shadow:inset 3px 0 0 var(--terra-public-orange)!important;
}

.terra-newsletter-page .marketing-topic-option input[type="checkbox"],
.terra-newsletter-page .marketing-consent-row input[type="checkbox"],
.terra-newsletter-page .marketing-human-row input[type="checkbox"]{
  appearance:checkbox!important;
  -webkit-appearance:checkbox!important;
  position:static!important;
  display:inline-block!important;
  flex:0 0 18px!important;
  width:18px!important;
  min-width:18px!important;
  height:18px!important;
  margin:0!important;
  padding:0!important;
  inset:auto!important;
  transform:none!important;
  accent-color:var(--terra-public-orange)!important;
}

.terra-newsletter-page .marketing-topic-option > span{
  min-width:0!important;
  color:var(--terra-public-navy)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.35!important;
}

/* Channel consent */
.terra-newsletter-page .marketing-consent-section{
  display:grid!important;
  gap:10px!important;
  margin:0!important;
}

.terra-newsletter-page .marketing-consent-row,
.terra-newsletter-page .marketing-human-row{
  display:flex!important;
  align-items:flex-start!important;
  gap:11px!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:12px 14px!important;
  border:1px solid var(--terra-public-line)!important;
  border-left:4px solid var(--terra-public-orange)!important;
  border-radius:8px!important;
  background:var(--terra-public-soft-orange)!important;
  color:var(--terra-public-navy)!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.45!important;
}

.terra-newsletter-page .marketing-consent-row:nth-of-type(2){
  border-left-color:#25d366!important;
  background:var(--terra-public-soft-green)!important;
}

.terra-newsletter-page .marketing-consent-row:nth-of-type(2) input[type="checkbox"]{
  accent-color:#25d366!important;
}

.terra-newsletter-page .marketing-human-row{
  border-left-color:var(--terra-public-sea)!important;
  background:var(--terra-public-soft)!important;
}

.terra-newsletter-page .marketing-consent-row > span,
.terra-newsletter-page .marketing-human-row > span{
  min-width:0!important;
}

/* Newsletter uses the shared helper panel component. */
.terra-newsletter-page .marketing-privacy-copy a{
  font-weight:900!important;
}

/* Actions: visual colours/hovers are shared; Newsletter owns geometry only. */

.terra-newsletter-page .marketing-submit-button{
  min-width:220px!important;
}

/* Existing subscriber */
.terra-newsletter-page .marketing-existing-link{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
  margin:0!important;
  padding:17px 18px!important;
  border:1px solid var(--terra-public-line)!important;
  border-left:4px solid var(--terra-public-sea)!important;
  border-radius:9px!important;
  background:linear-gradient(
    135deg,
    #ffffff,
    var(--terra-public-soft)
  )!important;
  box-shadow:none!important;
}

.terra-newsletter-page .marketing-existing-copy{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
}

.terra-newsletter-page .marketing-existing-copy strong{
  color:var(--terra-public-navy)!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.2!important;
}

.terra-newsletter-page .marketing-existing-copy span{
  color:var(--terra-public-muted)!important;
  font-size:12px!important;
  line-height:1.45!important;
}

.terra-newsletter-page .marketing-manage-button{
  min-width:176px!important;
}

/* Form notices */
.terra-newsletter-page .error,
.terra-newsletter-page .form-success{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  border-radius:8px!important;
}

/* WhatsApp double-opt-in confirmation — unique layout/state surface. */
.terra-newsletter-page .terra-whatsapp-app-confirm{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
  padding:20px!important;
  border:1px solid #cfe4d5!important;
  border-left:4px solid #25d366!important;
  border-radius:10px!important;
  background:linear-gradient(
    135deg,
    #ffffff,
    var(--terra-public-soft-green)
  )!important;
  box-shadow:0 5px 16px rgba(27,40,58,.05)!important;
}

.terra-newsletter-page .terra-whatsapp-app-confirm .eyebrow{
  margin:0 0 5px!important;
  color:#168a43!important;
}

.terra-newsletter-page .terra-whatsapp-app-confirm-copy{
  min-width:0!important;
}

.terra-newsletter-page .terra-whatsapp-app-confirm-copy h2{
  margin:0 0 6px!important;
}

.terra-newsletter-page .terra-whatsapp-app-confirm-copy p:not(.eyebrow){
  max-width:790px!important;
  margin:0!important;
  font-size:14px!important;
  line-height:1.55!important;
}

.terra-newsletter-page .terra-whatsapp-app-confirm small{
  display:block!important;
  margin-top:10px!important;
}

.terra-newsletter-page .terra-whatsapp-confirm-button{
  min-width:190px!important;
}

.terra-newsletter-page .terra-public-status-waiting{
  color:#956200!important;
}

.terra-newsletter-page .terra-public-status-positive{
  color:var(--terra-public-navy)!important;
}

.terra-newsletter-page .terra-public-status-muted{
  color:var(--terra-public-muted)!important;
}

@media(max-width:760px){
  .terra-newsletter-page .marketing-signup-form .form-grid,
  .terra-newsletter-page .marketing-topic-grid,
  .terra-newsletter-page .marketing-existing-link,
  .terra-newsletter-page .terra-whatsapp-app-confirm{
    grid-template-columns:1fr!important;
  }

  .terra-newsletter-page .marketing-existing-link,
  .terra-newsletter-page .terra-whatsapp-app-confirm{
    align-items:stretch!important;
  }

  .terra-newsletter-page .marketing-submit-button,
  .terra-newsletter-page .marketing-manage-button,
  .terra-newsletter-page .terra-whatsapp-confirm-button{
    width:100%!important;
    min-width:0!important;
  }
}

/* ----------------------------------------------------------
   SHARED PUBLIC CHOICE CARD
   terra-public-choice-card-component-phase2m-v2-2-20260816

   Reusable selection tile for public forms.
---------------------------------------------------------- */
.terra-public-page .terra-choice-card{
  display:flex!important;
  align-items:flex-start!important;
  gap:11px!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid var(--terra-public-line)!important;
  border-radius:8px!important;
  background:#ffffff!important;
  color:var(--terra-public-navy)!important;
  cursor:pointer!important;
  transition:
    border-color .16s ease,
    background-color .16s ease,
    box-shadow .16s ease!important;
}

.terra-public-page .terra-choice-card:hover{
  border-color:var(--terra-public-orange)!important;
  background:var(--terra-public-soft-orange)!important;
  box-shadow:0 4px 12px rgba(27,40,58,.06)!important;
}

.terra-public-page .terra-choice-card:has(input:checked){
  border-color:var(--terra-public-orange)!important;
  background:var(--terra-public-soft-orange)!important;
  box-shadow:inset 3px 0 0 var(--terra-public-orange)!important;
}

.terra-public-page .terra-choice-card input[type="checkbox"],
.terra-public-page .terra-choice-card input[type="radio"]{
  appearance:auto!important;
  -webkit-appearance:auto!important;
  position:static!important;
  display:inline-block!important;
  flex:0 0 18px!important;
  width:18px!important;
  min-width:18px!important;
  height:18px!important;
  margin:1px 0 0!important;
  padding:0!important;
  transform:none!important;
  accent-color:var(--terra-public-orange)!important;
}

.terra-public-page .terra-choice-card > span{
  display:grid!important;
  gap:3px!important;
  min-width:0!important;
}

.terra-public-page .terra-choice-card strong{
  color:var(--terra-public-navy)!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.3!important;
}

.terra-public-page .terra-choice-card small{
  color:var(--terra-public-muted)!important;
  font-size:12px!important;
  line-height:1.45!important;
}

/* ----------------------------------------------------------
   SHARED PUBLIC DANGER ACTION
   terra-public-danger-action-component-phase2m-v2-2-20260816
---------------------------------------------------------- */
html body > main.container .terra-action--danger,
html body > main.container .terra-action--danger:link,
html body > main.container .terra-action--danger:visited{
  border:1px solid #b94a43!important;
  background:#ffffff!important;
  background-color:#ffffff!important;
  color:#9f302a!important;
  -webkit-text-fill-color:#9f302a!important;
  box-shadow:none!important;
  transform:none!important;
  translate:none!important;
}

html body > main.container .terra-action--danger:hover,
html body > main.container .terra-action--danger:focus,
html body > main.container .terra-action--danger:focus-visible{
  border-color:#a92e28!important;
  background:#fff2f0!important;
  background-color:#fff2f0!important;
  color:#8e2822!important;
  -webkit-text-fill-color:#8e2822!important;
  box-shadow:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin-top:0!important;
}

/* ----------------------------------------------------------
   SHARED PUBLIC OUTLINE ACTION
   terra-public-outline-action-phase2m-v4-20260816

   Reusable tertiary/document action for current and future public pages.
---------------------------------------------------------- */
html body > main.container .terra-action--outline,
html body > main.container .terra-action--outline:link,
html body > main.container .terra-action--outline:visited{
  border:1px solid var(--terra-public-navy)!important;
  background:#ffffff!important;
  background-color:#ffffff!important;
  color:var(--terra-public-navy)!important;
  -webkit-text-fill-color:var(--terra-public-navy)!important;
  box-shadow:none!important;
  transform:none!important;
  translate:none!important;
  text-decoration:none!important;
}

html body > main.container .terra-action--outline:hover,
html body > main.container .terra-action--outline:focus,
html body > main.container .terra-action--outline:focus-visible{
  border-color:var(--terra-public-orange)!important;
  background:var(--terra-public-soft-orange)!important;
  background-color:var(--terra-public-soft-orange)!important;
  color:var(--terra-public-orange)!important;
  -webkit-text-fill-color:var(--terra-public-orange)!important;
  box-shadow:none!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin-top:0!important;
  text-decoration:none!important;
}

/* ----------------------------------------------------------
   ACCOUNT APPLICATION — MODERN WIZARD / COUNTRY-FIRST ADDRESS
   terra-account-application-modern-wizard-phase2m-v5-6-20260816

   Central page owner:
   - clean six-step progress rail
   - explicit Terra colours
   - visible Back / Continue hierarchy
   - neutral international-phone UI
   - country-first Google address flow
   - modern Equipment / Conditions / Review presentation
---------------------------------------------------------- */

.account-application-form.terra-application-wizard{
  --aa-navy:#1b283a;
  --aa-orange:#ff834f;
  --aa-offwhite:#f8f7e5;
  --aa-sea:#7b97a1;
  --aa-soft:#f6f8f8;
  --aa-line:#d4dfe3;
  --aa-text:#3f5863;
  font-family:inherit!important;
  display:block!important;
  position:relative!important;
  overflow:visible!important;
  width:100%!important;
  min-width:0!important;
  padding:0!important;
  border:1px solid var(--aa-line)!important;
  border-top:3px solid var(--aa-orange)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(27,40,58,.08)!important;
}

.account-application-form.terra-application-wizard > .terra-wizard-header{
  margin:0!important;
}

.account-application-form.terra-application-wizard > .account-form-section{
  position:relative!important;
  margin:0!important;
  padding:28px 30px 30px!important;
  border:0!important;
  border-radius:0 0 14px 14px!important;
  background:#fff!important;
}

.account-application-form.terra-application-wizard > .account-form-section[hidden],
.account-application-form.terra-application-wizard
  .terra-smart-address-panel[hidden]{
  display:none!important;
}

.account-application-form.terra-application-wizard
  > .account-form-section > .eyebrow{
  display:none!important;
}

.account-application-form.terra-application-wizard
  > .account-form-section > h2{
  margin:0 0 22px!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:var(--aa-navy)!important;
  font-size:clamp(27px,2.2vw,32px)!important;
  font-weight:900!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
  box-shadow:none!important;
}

.account-application-form.terra-application-wizard
  > .account-form-section > h2:focus,
.account-application-form.terra-application-wizard
  > .account-form-section > h2:focus-visible{
  outline:0!important;
  box-shadow:none!important;
}

/* Wizard header */
.account-application-form.terra-application-wizard .terra-wizard-header{
  display:grid!important;
  gap:18px!important;
  padding:19px 28px 20px!important;
  border-bottom:1px solid var(--aa-line)!important;
  border-radius:11px 11px 0 0!important;
  background:linear-gradient(135deg,#f8faf9 0%,#f3f6f6 100%)!important;
}

.account-application-form.terra-application-wizard .terra-wizard-header-copy{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-header-copy > span{
  color:var(--aa-orange)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-header-copy > strong{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:6px 11px!important;
  border:1px solid var(--aa-line)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--aa-navy)!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1.2!important;
}

/* Progress rail */
.account-application-form.terra-application-wizard
  .terra-wizard-progress{
  width:100%!important;
  min-width:0!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-progress ol{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:0!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-progress ol::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  top:17px!important;
  left:8.333%!important;
  right:8.333%!important;
  height:2px!important;
  border-radius:999px!important;
  background:#cfdadd!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-step-item{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-rows:34px auto!important;
  justify-items:center!important;
  gap:8px!important;
  min-width:0!important;
  margin:0!important;
  padding:0 6px!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-step-number{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:34px!important;
  box-sizing:border-box!important;
  border:2px solid #b9c9cf!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#607984!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 0 0 4px #f5f8f7!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-step-label{
  display:block!important;
  max-width:132px!important;
  color:#607984!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-align:center!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-step-item.is-complete .terra-wizard-step-number{
  border-color:var(--aa-navy)!important;
  background:var(--aa-navy)!important;
  color:#fff!important;
  font-size:0!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-step-item.is-complete .terra-wizard-step-number::after{
  content:"✓"!important;
  font-size:13px!important;
  font-weight:900!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-step-item.is-complete .terra-wizard-step-label{
  color:var(--aa-navy)!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-step-item.is-current .terra-wizard-step-number{
  border-color:var(--aa-orange)!important;
  background:var(--aa-orange)!important;
  color:#fff!important;
  box-shadow:
    0 0 0 4px #f5f8f7,
    0 0 0 7px rgba(255,131,79,.18)!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-step-item.is-current .terra-wizard-step-label{
  color:var(--aa-navy)!important;
  font-weight:900!important;
}

.terra-wizard-mobile-progress{
  display:none!important;
}

/* Form typography and controls */
.account-application-form.terra-application-wizard .form-grid{
  gap:18px 16px!important;
}

.account-application-form.terra-application-wizard label{
  color:var(--aa-navy)!important;
  font-size:13px!important;
  font-weight:750!important;
  line-height:1.35!important;
}

.account-application-form.terra-application-wizard
  :is(input[type="text"],input[type="email"],input[type="tel"],select,textarea){
  width:100%!important;
  min-height:48px!important;
  box-sizing:border-box!important;
  border:1px solid #b9c9cf!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--aa-navy)!important;
  font-size:15px!important;
  font-weight:500!important;
  box-shadow:none!important;
  transition:border-color .16s ease,box-shadow .16s ease!important;
}

.account-application-form.terra-application-wizard textarea{
  min-height:122px!important;
  padding:12px 13px!important;
  resize:vertical!important;
}

.account-application-form.terra-application-wizard
  :is(input[type="text"],input[type="email"],input[type="tel"],select,textarea):focus{
  border-color:var(--aa-orange)!important;
  outline:0!important;
  box-shadow:0 0 0 3px rgba(255,131,79,.14)!important;
}

.account-application-form.terra-application-wizard
  ::placeholder{
  color:#718790!important;
  opacity:1!important;
}

.terra-smart-field-help,
.account-application-form.terra-application-wizard small{
  color:#607984!important;
  font-size:11px!important;
  line-height:1.4!important;
}

/* Stage intro */
.terra-wizard-stage-intro{
  max-width:none!important;
  margin:-5px 0 20px!important;
  padding:14px 16px!important;
  border:1px solid var(--aa-line)!important;
  border-top:3px solid var(--aa-sea)!important;
  border-radius:9px!important;
  background:#f7f9f9!important;
  color:var(--aa-text)!important;
  font-family:inherit!important;
  font-size:13px!important;
  line-height:1.5!important;
}

.terra-wizard-stage-intro::before{
  content:attr(data-eyebrow)!important;
  display:block!important;
  margin:0 0 5px!important;
  color:var(--aa-sea)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
}

/* Navigation uses the canonical shared action system. */
.account-application-form.terra-application-wizard
  .terra-wizard-actions,
.account-application-form.terra-application-wizard
  .terra-wizard-final-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  margin:26px 0 0!important;
  padding:18px 0 0!important;
  border-top:1px solid var(--aa-line)!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-back-button,
.account-application-form.terra-application-wizard
  .terra-wizard-next{
  min-width:150px!important;
  min-height:46px!important;
  margin:0!important;
  border-radius:8px!important;
  font-family:inherit!important;
  box-shadow:0 4px 12px rgba(27,40,58,.10)!important;
  transform:none!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-back-button::before{
  content:"←"!important;
  margin-right:8px!important;
  font-size:14px!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-next::after{
  content:"→"!important;
  margin-left:8px!important;
}

.terra-wizard-action-spacer{
  display:block!important;
  width:1px!important;
  height:1px!important;
}

/* Phone selector — plain form UI, never an orange CTA. */

.account-application-form.terra-application-wizard .terra-smart-phone-field,
.account-application-form.terra-application-wizard .iti{
  --iti-border-color:#d4dfe3;
  --iti-country-selector-bg:#f3f6f6;
  --iti-hover-color:#edf2f3;
  --iti-icon-color:#526d78;
  width:100%!important;
  font-family:inherit!important;
}

.account-application-form.terra-application-wizard .iti *,
.account-application-form.terra-application-wizard .iti__dropdown-content *{
  font-family:inherit!important;
}

.account-application-form.terra-application-wizard
  .iti input[type="tel"]{
  width:100%!important;
  min-height:48px!important;
  padding-left:112px!important;
}

html body main.container
  .account-application-form.terra-application-wizard
  .iti button.iti__selected-country.terra-phone-country-button{
  min-width:104px!important;
  min-height:46px!important;
  margin:1px!important;
  padding:0 10px!important;
  border:0!important;
  border-right:1px solid var(--aa-line)!important;
  border-radius:7px 0 0 7px!important;
  background:#f3f6f6!important;
  background-color:#f3f6f6!important;
  color:var(--aa-navy)!important;
  -webkit-text-fill-color:var(--aa-navy)!important;
  box-shadow:none!important;
  transform:none!important;
}

html body main.container
  .account-application-form.terra-application-wizard
  .iti button.iti__selected-country.terra-phone-country-button:hover,
html body main.container
  .account-application-form.terra-application-wizard
  .iti button.iti__selected-country.terra-phone-country-button:focus,
html body main.container
  .account-application-form.terra-application-wizard
  .iti button.iti__selected-country.terra-phone-country-button:focus-visible{
  border-right-color:var(--aa-line)!important;
  background:#eaf0f1!important;
  background-color:#eaf0f1!important;
  color:var(--aa-navy)!important;
  -webkit-text-fill-color:var(--aa-navy)!important;
  box-shadow:none!important;
  transform:none!important;
}

.account-application-form.terra-application-wizard
  .iti__selected-dial-code{
  color:var(--aa-navy)!important;
  font-weight:800!important;
}

.account-application-form.terra-application-wizard
  .iti__dropdown-content{
  overflow:hidden!important;
  border:1px solid var(--aa-line)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 14px 36px rgba(27,40,58,.18)!important;
}

.account-application-form.terra-application-wizard
  .iti__search-input,
.account-application-form.terra-application-wizard
  .terra-phone-country-search{
  min-height:42px!important;
  padding:8px 40px 8px 38px!important;
  border:1px solid var(--aa-line)!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--aa-navy)!important;
  font-family:inherit!important;
  font-size:13px!important;
  box-shadow:none!important;
}

.account-application-form.terra-application-wizard
  .iti__search-input:focus,
.account-application-form.terra-application-wizard
  .terra-phone-country-search:focus{
  border-color:var(--aa-sea)!important;
  outline:0!important;
  box-shadow:0 0 0 3px rgba(123,151,161,.14)!important;
}

html body main.container
  .account-application-form.terra-application-wizard
  .iti button.iti__search-clear.terra-phone-country-clear,
html body main.container
  .account-application-form.terra-application-wizard
  .iti button.iti__search-clear.terra-phone-country-clear:hover,
html body main.container
  .account-application-form.terra-application-wizard
  .iti button.iti__search-clear.terra-phone-country-clear:focus{
  width:30px!important;
  min-width:30px!important;
  height:30px!important;
  min-height:30px!important;
  margin:0 6px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#edf2f3!important;
  background-color:#edf2f3!important;
  color:#526d78!important;
  -webkit-text-fill-color:#526d78!important;
  box-shadow:none!important;
  transform:none!important;
}

.account-application-form.terra-application-wizard
  .iti__country{
  min-height:36px!important;
  padding-top:7px!important;
  padding-bottom:7px!important;
  color:var(--aa-navy)!important;
}

.account-application-form.terra-application-wizard
  .iti__country:hover,
.account-application-form.terra-application-wizard
  .iti__country.iti__highlight{
  background:#f1f5f6!important;
}

/* Country-first address experience */
.terra-address-country-gate{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,420px)!important;
  align-items:end!important;
  gap:22px!important;
  margin:0 0 16px!important;
  padding:16px 18px!important;
  border:1px solid var(--aa-line)!important;
  border-top:3px solid var(--aa-sea)!important;
  border-radius:10px!important;
  background:#f8faf9!important;
}

.terra-address-country-copy{
  display:grid!important;
  gap:4px!important;
}

.terra-address-country-copy > span{
  color:var(--aa-orange)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
}

.terra-address-country-copy > strong{
  color:var(--aa-navy)!important;
  font-size:15px!important;
  font-weight:900!important;
}

.terra-address-country-copy > small{
  max-width:520px!important;
  color:#607984!important;
  font-size:12px!important;
}

.terra-address-country-field{
  display:grid!important;
  gap:6px!important;
  margin:0!important;
}

.terra-address-country-gate.has-country{
  border-top-color:var(--aa-sea)!important;
}

.account-application-form.terra-application-wizard
  .terra-smart-address-panel{
  margin:0 0 20px!important;
  padding:16px 18px!important;
  border:1px solid var(--aa-line)!important;
  border-top:3px solid var(--aa-orange)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 6px 18px rgba(27,40,58,.05)!important;
}

.account-application-form.terra-application-wizard
  .terra-smart-address-copy{
  margin:0 0 12px!important;
}

.account-application-form.terra-application-wizard
  .terra-smart-address-copy .eyebrow{
  margin:0 0 4px!important;
  color:var(--aa-orange)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
}

.account-application-form.terra-application-wizard
  .terra-smart-address-copy strong{
  color:var(--aa-navy)!important;
  font-size:14px!important;
  font-weight:900!important;
}

.account-application-form.terra-application-wizard
  .terra-smart-address-copy span{
  color:var(--aa-text)!important;
  font-size:12px!important;
  line-height:1.45!important;
}

.account-application-form.terra-application-wizard
  gmp-place-autocomplete{
  display:block!important;
  width:100%!important;
  min-height:48px!important;
}

.account-application-form.terra-application-wizard
  .terra-smart-address-status{
  display:block!important;
  margin-top:7px!important;
  color:#607984!important;
}

/* Step 4 */
.account-application-form.terra-application-wizard
  .account-form-section[data-wizard-step="4"] textarea{
  background:#fbfcfc!important;
}

.account-application-form.terra-application-wizard
  .account-form-section[data-wizard-step="4"] .form-grid{
  gap:18px!important;
}

/* Conditions/document block */
.account-application-form.terra-application-wizard
  .account-document-links{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  margin:0 0 22px!important;
  padding:14px!important;
  border:1px solid var(--aa-line)!important;
  border-top:3px solid var(--aa-orange)!important;
  border-radius:10px!important;
  background:#f7f9f9!important;
}

.account-application-form.terra-application-wizard
  .account-document-links::before{
  content:attr(data-eyebrow)!important;
  grid-column:1 / -1!important;
  display:block!important;
  margin:0 0 2px!important;
  color:var(--aa-orange)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
}

.account-application-form.terra-application-wizard
  .account-document-links > a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  margin:0!important;
  padding:10px 14px!important;
  border-radius:8px!important;
  font-size:12px!important;
  font-weight:900!important;
  text-align:center!important;
  text-decoration:none!important;
  transform:none!important;
}

.account-application-form.terra-application-wizard
  .account-document-links > a:nth-child(-n+2){
  border:1px solid var(--aa-navy)!important;
  background:var(--aa-navy)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

.account-application-form.terra-application-wizard
  .account-document-links > a:nth-child(-n+2):hover{
  border-color:var(--aa-orange)!important;
  background:var(--aa-orange)!important;
}

.account-application-form.terra-application-wizard
  .account-document-links > a:nth-child(n+3){
  border:1px solid var(--aa-navy)!important;
  background:#fff!important;
  color:var(--aa-navy)!important;
  -webkit-text-fill-color:var(--aa-navy)!important;
}

.account-application-form.terra-application-wizard
  .account-document-links > a:nth-child(n+3):hover{
  border-color:var(--aa-orange)!important;
  background:#fff4ed!important;
  color:var(--aa-orange)!important;
  -webkit-text-fill-color:var(--aa-orange)!important;
}

.account-application-form.terra-application-wizard
  .account-consent-stack{
  display:grid!important;
  gap:10px!important;
}

.account-application-form.terra-application-wizard
  :is(.account-required-consent,.account-optional-consent,.account-human-verification){
  border:1px solid var(--aa-line)!important;
  border-radius:9px!important;
  background:#fff!important;
}

.account-application-form.terra-application-wizard
  .account-required-consent{
  border-left:4px solid var(--aa-orange)!important;
}

.account-application-form.terra-application-wizard
  .account-optional-consent{
  border-left:4px solid var(--aa-sea)!important;
  background:#f7f9f9!important;
}

.account-application-form.terra-application-wizard
  .account-human-verification{
  margin:12px 0 0!important;
  padding:11px 13px!important;
  border-left:4px solid var(--aa-sea)!important;
  background:#f5f8f8!important;
}

.account-application-form.terra-application-wizard
  #human-verification-heading{
  margin:0 0 7px!important;
  color:#607984!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.account-application-form.terra-application-wizard
  input[type="checkbox"]{
  width:18px!important;
  height:18px!important;
  accent-color:var(--aa-orange)!important;
}

/* Review */
.terra-wizard-review-head{
  margin:0 0 20px!important;
  padding:16px 18px!important;
  border:1px solid var(--aa-line)!important;
  border-top:3px solid var(--aa-orange)!important;
  border-radius:9px!important;
  background:#f7f9f9!important;
}

.terra-wizard-review-head .eyebrow{
  display:block!important;
  margin:0 0 5px!important;
  color:var(--aa-orange)!important;
}

.terra-wizard-review-head h2{
  margin:0 0 7px!important;
  color:var(--aa-navy)!important;
  font-size:27px!important;
}

.terra-wizard-review-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}

.terra-wizard-review-card{
  min-width:0!important;
  padding:16px!important;
  border:1px solid var(--aa-line)!important;
  border-top:3px solid var(--aa-sea)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(27,40,58,.04)!important;
}

.terra-wizard-review-card:first-child{
  border-top-color:var(--aa-orange)!important;
}

.terra-wizard-review-card-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 12px!important;
  padding-bottom:10px!important;
  border-bottom:1px solid var(--aa-line)!important;
}

.terra-wizard-review-card-head h3{
  margin:0!important;
  color:var(--aa-navy)!important;
  font-size:14px!important;
  font-weight:900!important;
}

.terra-wizard-review-card dl{
  display:grid!important;
  grid-template-columns:minmax(110px,.7fr) minmax(0,1.3fr)!important;
  gap:7px 12px!important;
  margin:0!important;
}

.terra-wizard-review-card dt{
  color:#607984!important;
  font-size:11px!important;
  font-weight:800!important;
}

.terra-wizard-review-card dd{
  margin:0!important;
  color:var(--aa-navy)!important;
  font-size:12px!important;
  font-weight:800!important;
  overflow-wrap:anywhere!important;
}

.terra-wizard-review-conditions{
  grid-column:1 / -1!important;
}

.terra-wizard-condition-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}

.terra-wizard-condition-status{
  display:flex!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:10px 12px!important;
  border:1px solid var(--aa-line)!important;
  border-radius:8px!important;
  background:#f8faf9!important;
}

@media(max-width:820px){
  .terra-wizard-progress{
    display:none!important;
  }

  .terra-wizard-mobile-progress{
    display:grid!important;
    gap:8px!important;
  }

  .terra-wizard-mobile-bar{
    display:block!important;
    width:100%!important;
    height:5px!important;
    overflow:hidden!important;
    border-radius:999px!important;
    background:#dfe6e8!important;
  }

  .terra-wizard-mobile-bar > span{
    display:block!important;
    width:16.6667%;
    height:100%!important;
    border-radius:inherit!important;
    background:#ff834f!important;
    transition:width .2s ease!important;
  }
}

@media(max-width:720px){
  .account-application-form.terra-application-wizard .terra-wizard-header{
    padding:16px 18px 17px!important;
  }

  .account-application-form.terra-application-wizard
    > .account-form-section{
    padding:22px 18px!important;
  }

  .terra-address-country-gate{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  .terra-wizard-review-grid,
  .terra-wizard-condition-grid,
  .account-application-form.terra-application-wizard
    .account-document-links{
    grid-template-columns:1fr!important;
  }

  .account-application-form.terra-application-wizard
    .terra-wizard-actions,
  .account-application-form.terra-application-wizard
    .terra-wizard-final-actions{
    flex-direction:column-reverse!important;
    align-items:stretch!important;
  }

  .account-application-form.terra-application-wizard
    button.terra-wizard-back-button,
  .account-application-form.terra-application-wizard
    .terra-wizard-next{
    width:100%!important;
    min-width:0!important;
  }

  .terra-wizard-action-spacer{
    display:none!important;
  }
}

/* Final V5.5 typography / rhythm guard */
.account-application-form.terra-application-wizard,
.account-application-form.terra-application-wizard
  :is(input,select,textarea,button,a,small,label),
.account-application-form.terra-application-wizard
  .iti__dropdown-content{
  font-family:inherit!important;
}

.account-application-form.terra-application-wizard
  .terra-smart-field-help{
  display:block!important;
  margin-top:6px!important;
  color:#607984!important;
  font-family:inherit!important;
  font-size:11px!important;
  line-height:1.4!important;
}

/* ----------------------------------------------------------
   V5.6 FINAL DESKTOP POLISH
   PHONE COUNTRY PICKER + REVIEW FOOTER
---------------------------------------------------------- */

/* Integrated phone control: neutral Terra form treatment. */
.account-application-form.terra-application-wizard
  .terra-phone-widget{
  width:100%!important;
}

.account-application-form.terra-application-wizard
  .terra-phone-widget .iti__tel-input{
  min-height:48px!important;
  padding-left:106px!important;
  border-color:#b9c9cf!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--aa-navy)!important;
  font-family:inherit!important;
  box-shadow:none!important;
}

html body main.container
  .account-application-form.terra-application-wizard
  .terra-phone-widget button.iti__selected-country.terra-phone-country-button{
  width:104px!important;
  min-width:104px!important;
  height:46px!important;
  min-height:46px!important;
  margin:1px 0 1px 1px!important;
  padding:0 10px!important;
  border:0!important;
  border-right:1px solid var(--aa-line)!important;
  border-radius:7px 0 0 7px!important;
  background:#f7f9f9!important;
  background-color:#f7f9f9!important;
  color:var(--aa-navy)!important;
  -webkit-text-fill-color:var(--aa-navy)!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  box-shadow:none!important;
  transform:none!important;
}

html body main.container
  .account-application-form.terra-application-wizard
  .terra-phone-widget button.iti__selected-country.terra-phone-country-button:hover,
html body main.container
  .account-application-form.terra-application-wizard
  .terra-phone-widget button.iti__selected-country.terra-phone-country-button:focus-visible{
  background:#eef3f4!important;
  background-color:#eef3f4!important;
  color:var(--aa-navy)!important;
  -webkit-text-fill-color:var(--aa-navy)!important;
  box-shadow:none!important;
  transform:none!important;
}

.account-application-form.terra-application-wizard
  .terra-phone-widget .iti__selected-dial-code{
  color:var(--aa-navy)!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:800!important;
}

/* Country dropdown: modern form panel, no orange CTA chrome. */
.account-application-form.terra-application-wizard
  .terra-phone-widget .iti__dropdown-content{
  overflow:hidden!important;
  width:min(420px,calc(100vw - 32px))!important;
  border:1px solid var(--aa-line)!important;
  border-top:3px solid var(--aa-sea)!important;
  border-radius:9px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(27,40,58,.16)!important;
}

.account-application-form.terra-application-wizard
  .terra-phone-widget .iti__search-input{
  width:calc(100% - 20px)!important;
  min-height:42px!important;
  margin:10px!important;
  padding:8px 42px 8px 38px!important;
  border:1px solid var(--aa-line)!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--aa-navy)!important;
  font-family:inherit!important;
  font-size:13px!important;
  box-shadow:none!important;
}

.account-application-form.terra-application-wizard
  .terra-phone-widget .iti__search-input:focus{
  border-color:var(--aa-sea)!important;
  outline:0!important;
  box-shadow:0 0 0 3px rgba(123,151,161,.13)!important;
}

.account-application-form.terra-application-wizard
  .terra-phone-widget .iti__country-list{
  max-height:220px!important;
  padding:2px 0 6px!important;
  background:#fff!important;
}

.account-application-form.terra-application-wizard
  .terra-phone-widget .iti__country{
  min-height:36px!important;
  padding:7px 12px!important;
  border:0!important;
  background:#fff!important;
  color:var(--aa-navy)!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:650!important;
}

.account-application-form.terra-application-wizard
  .terra-phone-widget .iti__country:hover,
.account-application-form.terra-application-wizard
  .terra-phone-widget .iti__country.iti__highlight{
  background:#f1f5f6!important;
  color:var(--aa-navy)!important;
}

.account-application-form.terra-application-wizard
  .terra-phone-widget .iti__country[aria-selected="true"]{
  background:#eef3f4!important;
  color:var(--aa-navy)!important;
}

html body main.container
  .account-application-form.terra-application-wizard
  .terra-phone-widget button.iti__search-clear.terra-phone-country-clear,
html body main.container
  .account-application-form.terra-application-wizard
  .terra-phone-widget button.iti__search-clear.terra-phone-country-clear:hover,
html body main.container
  .account-application-form.terra-application-wizard
  .terra-phone-widget button.iti__search-clear.terra-phone-country-clear:focus{
  width:28px!important;
  min-width:28px!important;
  height:28px!important;
  min-height:28px!important;
  margin:0 7px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#edf2f3!important;
  background-color:#edf2f3!important;
  color:#526d78!important;
  -webkit-text-fill-color:#526d78!important;
  box-shadow:none!important;
  transform:none!important;
}

/* Review no-password notice: proper Terra helper card. */
.account-application-form.terra-application-wizard
  .terra-wizard-review > .account-pending-note{
  position:relative!important;
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin:18px 0 0!important;
  padding:15px 16px!important;
  border:1px solid var(--aa-line)!important;
  border-top:3px solid var(--aa-sea)!important;
  border-left:1px solid var(--aa-line)!important;
  border-radius:9px!important;
  background:#f7f9f9!important;
  color:var(--aa-text)!important;
  font-family:inherit!important;
  font-size:12px!important;
  line-height:1.5!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-review > .account-pending-note::before{
  content:attr(data-eyebrow)!important;
  display:block!important;
  margin:0 0 5px!important;
  color:var(--aa-sea)!important;
  font-family:inherit!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}

/* Final Review row: exact shared geometry and vertical alignment. */
.account-application-form.terra-application-wizard
  .terra-wizard-final-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  width:100%!important;
  margin:18px 0 0!important;
  padding:18px 0 0!important;
  border-top:1px solid var(--aa-line)!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-final-actions > button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:160px!important;
  min-width:160px!important;
  height:46px!important;
  min-height:46px!important;
  max-height:46px!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:0 18px!important;
  border-radius:8px!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  transform:none!important;
}

.account-application-form.terra-application-wizard
  .terra-wizard-final-actions
  > .terra-wizard-back-button::before{
  line-height:1!important;
}

@media(max-width:720px){
  .account-application-form.terra-application-wizard
    .terra-wizard-final-actions > button{
    width:100%!important;
    min-width:0!important;
  }
}

/* ----------------------------------------------------------
   CUSTOMER ACCOUNT ACCESS FAMILY
   terra-customer-account-access-family-phase2m-v3-20260816

   Shared owner for:
   - customer/login.php
   - customer/forgot-password.php
   - customer/reset-password.php
   - customer/activate.php

   Pages adopt .terra-account-access-page as they are completed.
   General canvas / hero / typography / card / form / actions
   remain owned by the Phase 2M public foundation.
---------------------------------------------------------- */

/* Keep Customer Account Access on the SAME canonical canvas as Home and
   the rest of the Terra public site.
   terra-customer-account-access-family-phase2m-v3-5-20260816 */
.terra-account-access-page{
  --terra-account-access-width:var(--terra-core-content-max);
  width:100%!important;
  min-width:0!important;
}

/* Hero and auth card share the canonical public/content width exactly. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container .terra-public-page.terra-account-access-page > .hero.terra-primary-hero.customer-auth-hero,
.terra-account-access-page .customer-auth-card{
  width:min(100%,var(--terra-account-access-width))!important;
  max-width:var(--terra-account-access-width)!important;
  justify-self:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Shared auth form geometry. */
.terra-account-access-page .customer-auth-form{
  grid-template-columns:1fr!important;
}

.terra-account-access-page .customer-auth-form > label{
  display:grid!important;
  gap:7px!important;
  margin:0!important;
}

/* Password field + visibility action — shared by Login/Reset/Activate. */
.terra-account-access-page .password-field{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:stretch!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}

.terra-account-access-page .password-field > input{
  min-width:0!important;
}

.terra-account-access-page .password-visibility-toggle{
  min-width:82px!important;
  min-height:var(--terra-public-control-height)!important;
  padding:10px 14px!important;
  white-space:nowrap!important;
}

/* Main auth submit action is deliberately full-width. */
.terra-account-access-page .customer-auth-form > .terra-action--primary{
  width:100%!important;
  min-width:0!important;
}

/* Error/success feedback belongs to the auth card rhythm. */
.terra-account-access-page :is(.error,.success){
  width:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:12px 14px!important;
  border-radius:8px!important;
  font-size:13px!important;
  line-height:1.5!important;
}

.terra-account-access-page .error{
  border:1px solid #ead0cd!important;
  border-left:4px solid #b94a43!important;
  background:#fff5f3!important;
  color:#8e2822!important;
}

.terra-account-access-page .success{
  border:1px solid #cfe4d5!important;
  border-left:4px solid #25d366!important;
  background:var(--terra-public-soft-green)!important;
  color:var(--terra-public-navy)!important;
}

/* Support/navigation actions below Account Access forms.
   terra-customer-account-access-support-actions-phase2m-v3-3-20260816
   Reusable across Login / Forgot / Reset / Activate. */
.terra-account-access-page .customer-auth-links{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding-top:16px!important;
  border-top:1px solid var(--terra-public-line)!important;
}

.terra-account-access-page .customer-auth-links:has(> a:only-child){
  grid-template-columns:1fr!important;
}

.terra-account-access-page .customer-auth-links > a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:46px!important;
  box-sizing:border-box!important;
  padding:11px 16px!important;
  border-radius:8px!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.25!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:0 4px 10px rgba(27,40,58,.07)!important;
  transform:none!important;
  translate:none!important;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    box-shadow .16s ease!important;
}

/* Secondary support action: navy -> orange. */
.terra-account-access-page .customer-auth-links > a.terra-auth-support--secondary,
.terra-account-access-page .customer-auth-links > a.terra-auth-support--secondary:link,
.terra-account-access-page .customer-auth-links > a.terra-auth-support--secondary:visited{
  border:1px solid var(--terra-public-navy)!important;
  background:var(--terra-public-navy)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

.terra-account-access-page .customer-auth-links > a.terra-auth-support--secondary:hover,
.terra-account-access-page .customer-auth-links > a.terra-auth-support--secondary:focus-visible{
  border-color:var(--terra-public-orange)!important;
  background:var(--terra-public-orange)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 5px 13px rgba(27,40,58,.12)!important;
  transform:none!important;
  translate:none!important;
}

/* Primary support action: orange -> navy. */
.terra-account-access-page .customer-auth-links > a.terra-auth-support--primary,
.terra-account-access-page .customer-auth-links > a.terra-auth-support--primary:link,
.terra-account-access-page .customer-auth-links > a.terra-auth-support--primary:visited{
  border:1px solid var(--terra-public-orange)!important;
  background:var(--terra-public-orange)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

.terra-account-access-page .customer-auth-links > a.terra-auth-support--primary:hover,
.terra-account-access-page .customer-auth-links > a.terra-auth-support--primary:focus-visible{
  border-color:var(--terra-public-navy)!important;
  background:var(--terra-public-navy)!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 5px 13px rgba(27,40,58,.12)!important;
  transform:none!important;
  translate:none!important;
}

/* Login is the reference state; no page-local spacing system is created. */
.terra-account-access-page .customer-auth-card > :first-child{
  margin-top:0!important;
}

.terra-account-access-page .customer-auth-card > :last-child{
  margin-bottom:0!important;
}

@media(max-width:760px){
  .terra-account-access-page .customer-auth-card{
    width:100%!important;
    max-width:none!important;
  }

  .terra-account-access-page .password-field{
    grid-template-columns:minmax(0,1fr) auto!important;
  }

  .terra-account-access-page .customer-auth-links{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:520px){
  .terra-account-access-page .password-field{
    grid-template-columns:1fr!important;
  }

  .terra-account-access-page .password-visibility-toggle{
    width:100%!important;
  }
}

/* ----------------------------------------------------------
   MARKETING PREFERENCES — UNIQUE STRUCTURES ONLY
   terra-marketing-preferences-unique-owner-phase2m-v2-2-20260816

   General canvas / spacing / typography / hero / cards / fields /
   action rows / button semantics are owned by the shared Phase 2M
   public foundation.
---------------------------------------------------------- */

.terra-marketing-preferences-page :is(
  .marketing-hero,
  .marketing-preference-access,
  .marketing-preferences-card,
  .terra-whatsapp-app-confirm
){
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Secure-access state */
.terra-marketing-preferences-page .marketing-preference-access > h2{
  margin:0!important;
}

.terra-marketing-preferences-page .marketing-preference-access > p:not(.error):not(.form-success){
  max-width:900px!important;
  margin:0!important;
  color:var(--terra-public-muted)!important;
}

.terra-marketing-preferences-page .marketing-access-form{
  grid-template-columns:1fr!important;
}

.terra-marketing-preferences-page .marketing-access-form > label{
  display:grid!important;
  gap:7px!important;
  margin:0!important;
}

.terra-marketing-preferences-page .marketing-access-form .terra-action-row,
.terra-marketing-preferences-page .marketing-preference-actions{
  margin:0!important;
}

/* Full preference state */
.terra-marketing-preferences-page .marketing-preference-summary{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0!important;
}

.terra-marketing-preferences-page .marketing-preference-summary > div{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
  padding:14px 16px!important;
  border:1px solid var(--terra-public-line)!important;
  border-left:4px solid var(--terra-public-orange)!important;
  border-radius:8px!important;
  background:var(--terra-public-soft-orange)!important;
}

.terra-marketing-preferences-page .marketing-preference-summary > div:nth-child(2){
  border-left-color:var(--terra-public-sea)!important;
  background:var(--terra-public-soft)!important;
}

.terra-marketing-preferences-page .marketing-preference-summary > div > span{
  color:var(--terra-public-muted)!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  line-height:1.3!important;
  text-transform:uppercase!important;
}

.terra-marketing-preferences-page .marketing-preference-summary > div > strong{
  color:var(--terra-public-navy)!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.35!important;
}

/* Main preferences form */
.terra-marketing-preferences-page .terra-preferences-main-form{
  display:grid!important;
  gap:20px!important;
}

.terra-marketing-preferences-page .terra-preferences-main-form > label{
  display:grid!important;
  gap:7px!important;
  margin:0!important;
}

.terra-marketing-preferences-page .marketing-channel-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
}

.terra-marketing-preferences-page .marketing-channel-card{
  min-height:72px!important;
}

.terra-marketing-preferences-page .marketing-channel-card:nth-child(2):has(input:checked){
  border-color:#25d366!important;
  background:var(--terra-public-soft-green)!important;
  box-shadow:inset 3px 0 0 #25d366!important;
}

.terra-marketing-preferences-page .marketing-channel-card:nth-child(2) input{
  accent-color:#25d366!important;
}

.terra-marketing-preferences-page .marketing-topic-section{
  display:grid!important;
  gap:14px!important;
  margin:0!important;
  padding:20px!important;
  border:1px solid var(--terra-public-line)!important;
  border-left:4px solid var(--terra-public-orange)!important;
  border-radius:9px!important;
  background:linear-gradient(
    135deg,
    #ffffff,
    var(--terra-public-soft)
  )!important;
}

.terra-marketing-preferences-page .marketing-topic-section > .eyebrow{
  margin:0!important;
}

.terra-marketing-preferences-page .marketing-topic-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
}

.terra-marketing-preferences-page .marketing-topic-option{
  min-height:58px!important;
  align-items:center!important;
}

.terra-marketing-preferences-page .marketing-topic-option > span{
  display:block!important;
  color:var(--terra-public-navy)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.35!important;
}

/* Opt-out area is deliberately semantically separated. */
.terra-marketing-preferences-page .marketing-unsubscribe-all{
  position:relative!important;
  display:grid!important;
  gap:12px!important;
  margin:0!important;
  padding:16px 18px!important;
  border:1px solid #ead0cd!important;
  border-left:4px solid #b94a43!important;
  border-radius:9px!important;
  background:#fffafa!important;
}

.terra-marketing-preferences-page .marketing-unsubscribe-all::before{
  content:""!important;
  display:none!important;
}

.terra-marketing-preferences-page .marketing-unsubscribe-all p{
  margin:0!important;
}

/* Shared WhatsApp confirmation component, second adopter after Newsletter. */
.terra-marketing-preferences-page .terra-whatsapp-app-confirm{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
  padding:20px!important;
  border:1px solid #cfe4d5!important;
  border-left:4px solid #25d366!important;
  border-radius:10px!important;
  background:linear-gradient(
    135deg,
    #ffffff,
    var(--terra-public-soft-green)
  )!important;
  box-shadow:0 5px 16px rgba(27,40,58,.05)!important;
}

.terra-marketing-preferences-page .terra-whatsapp-app-confirm-copy{
  min-width:0!important;
}

.terra-marketing-preferences-page .terra-whatsapp-app-confirm .eyebrow{
  margin:0 0 5px!important;
  color:#168a43!important;
}

.terra-marketing-preferences-page .terra-whatsapp-app-confirm-copy h2{
  margin:0 0 6px!important;
}

.terra-marketing-preferences-page .terra-whatsapp-app-confirm-copy p:not(.eyebrow){
  max-width:790px!important;
  margin:0!important;
  color:var(--terra-public-text)!important;
  font-size:14px!important;
  line-height:1.55!important;
}

.terra-marketing-preferences-page .terra-whatsapp-app-confirm small{
  display:block!important;
  margin-top:10px!important;
}

.terra-marketing-preferences-page .terra-whatsapp-confirm-button{
  min-width:190px!important;
}

/* Existing status labels remain presentation-only. */
.terra-marketing-preferences-page .terra-public-status-value{
  display:inline-block!important;
}

.terra-marketing-preferences-page .terra-public-status-waiting{
  color:#956200!important;
}

.terra-marketing-preferences-page .terra-public-status-positive{
  color:var(--terra-public-navy)!important;
}

.terra-marketing-preferences-page .terra-public-status-muted{
  color:var(--terra-public-muted)!important;
}

.terra-marketing-preferences-page :is(.error,.form-success){
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  border-radius:8px!important;
}

@media(max-width:760px){
  .terra-marketing-preferences-page .marketing-preference-summary,
  .terra-marketing-preferences-page .marketing-channel-grid,
  .terra-marketing-preferences-page .marketing-topic-grid,
  .terra-marketing-preferences-page .terra-whatsapp-app-confirm{
    grid-template-columns:1fr!important;
  }

  .terra-marketing-preferences-page .terra-whatsapp-app-confirm{
    align-items:stretch!important;
  }

  .terra-marketing-preferences-page .terra-whatsapp-confirm-button{
    width:100%!important;
    min-width:0!important;
  }
}

/* ----------------------------------------------------------
   CANONICAL PUBLIC ACTION BUTTONS
   terra-public-action-system-v1-20260816

   One owner for actionable public controls:
   - .terra-action--primary    orange -> navy
   - .terra-action--secondary  navy -> orange
   - .terra-action--whatsapp   green -> darker green
   Zero hover movement.
---------------------------------------------------------- */
html body > main.container .terra-action{
  position:relative!important;
  z-index:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto;
  min-height:44px!important;
  box-sizing:border-box!important;
  padding:10px 16px!important;
  border-radius:7px!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  text-shadow:none!important;
  cursor:pointer!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  left:auto!important;
  margin-top:0!important;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    box-shadow .16s ease!important;
}

html body > main.container :is(
  .terra-action,
  .terra-action:link,
  .terra-action:visited
){
  text-decoration:none!important;
}

html body > main.container .terra-action--primary,
html body > main.container .terra-action--primary:link,
html body > main.container .terra-action--primary:visited{
  border:1px solid #ff834f!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 4px 10px rgba(27,40,58,.08)!important;
}

html body > main.container .terra-action--primary:hover,
html body > main.container .terra-action--primary:focus,
html body > main.container .terra-action--primary:focus-visible{
  border-color:#1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 5px 13px rgba(27,40,58,.14)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin-top:0!important;
}

html body > main.container .terra-action--secondary,
html body > main.container .terra-action--secondary:link,
html body > main.container .terra-action--secondary:visited{
  border:1px solid #1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 4px 10px rgba(27,40,58,.07)!important;
}

html body > main.container .terra-action--secondary:hover,
html body > main.container .terra-action--secondary:focus,
html body > main.container .terra-action--secondary:focus-visible{
  border-color:#ff834f!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 5px 13px rgba(27,40,58,.12)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin-top:0!important;
}

html body > main.container .terra-action--whatsapp,
html body > main.container .terra-action--whatsapp:link,
html body > main.container .terra-action--whatsapp:visited{
  border:1px solid #25d366!important;
  background:#25d366!important;
  background-color:#25d366!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 4px 10px rgba(27,40,58,.07)!important;
}

html body > main.container .terra-action--whatsapp:hover,
html body > main.container .terra-action--whatsapp:focus,
html body > main.container .terra-action--whatsapp:focus-visible{
  border-color:#1da851!important;
  background:#1da851!important;
  background-color:#1da851!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 5px 13px rgba(27,40,58,.10)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  margin-top:0!important;
}

html body > main.container .terra-action::before,
html body > main.container .terra-action::after{
  content:none!important;
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  background:none!important;
  transform:none!important;
  translate:none!important;
}

/* ----------------------------------------------------------
   MARKETING PREFERENCES
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.marketing-preferences-card{
  border:1px solid var(--terra-p2l-line)!important;
  border-top:3px solid var(--terra-p2l-orange)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:var(--terra-p2l-shadow)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.marketing-preference-summary{
  border:1px solid var(--terra-p2l-line)!important;
  border-left:4px solid var(--terra-p2l-sea)!important;
  border-radius:8px!important;
  background:var(--terra-p2l-soft)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.marketing-channel-grid{
  gap:12px!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.marketing-channel-card{
  border:1px solid var(--terra-p2l-line)!important;
  border-radius:9px!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(27,40,58,.035)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.marketing-preference-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
}

/* ----------------------------------------------------------
   LEGAL / COMPLIANCE — ONE COHERENT CONTENT SYSTEM
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.legal-hero{
  border-top:3px solid var(--terra-p2l-orange)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.legal-content,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.account-legal-page{
  padding:24px 26px!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-top:3px solid var(--terra-p2l-orange)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:var(--terra-p2l-shadow)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.legal-content > p{
  margin:0!important;
  padding:14px 0!important;
  border:0!important;
  border-bottom:1px solid #e5eae8!important;
  border-radius:0!important;
  background:transparent!important;
  color:#334952!important;
  line-height:1.6!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.legal-content > p:last-child{
  border-bottom:0!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.account-legal-page > h2{
  margin-top:22px!important;
  color:var(--terra-p2l-navy)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.account-legal-page > h2:first-child{
  margin-top:0!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.compliance-law-grid article{
  padding:15px!important;
  border:1px solid var(--terra-p2l-line)!important;
  border-left:4px solid var(--terra-p2l-sea)!important;
  border-radius:8px!important;
  background:var(--terra-p2l-soft)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.compliance-law-grid article strong{
  color:var(--terra-p2l-navy)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.account-document-links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
}

/* ----------------------------------------------------------
   RESPONSIVE SAFETY
   Only components changed above; no header/navigation behavior here.
---------------------------------------------------------- */
@media(max-width:900px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .product-category-grid .product-category-card .category-illustration{
    height:145px!important;
  }
}

@media(max-width:720px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .results .product-result,
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .legal-content,
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .account-legal-page{
    padding:18px!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .product-category-grid .product-category-card .category-illustration{
    height:150px!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .marketing-form-actions,
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .marketing-preference-actions,
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .account-document-links{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   terra-home-final-canva-sliders-phase2l-v7-20260815
   HOME HERO / CATEGORY / PREDICTIVE ALIGNMENT / MARKETPLACE PRODUCT VISUALS
========================================================== */

/* ----------------------------------------------------------
   SEARCH BY CATEGORY
   The text already exists in index.php. Make it the visible orange menu bar.
   The redundant "Choose a Terra product range." line stays out of sight.
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-category-menu{
  border-top:0!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-category-menu > .eyebrow{
  display:flex!important;
  align-items:center!important;
  min-height:42px!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:0 16px!important;
  border:0!important;
  border-top:3px solid #ff834f!important;
  background:#1b283a!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-category-menu > .eyebrow::before,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-category-menu > .eyebrow::after{
  display:none!important;
  content:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-category-menu > h2{
  display:none!important;
}

/* ----------------------------------------------------------
   SEARCH + CROSS-REFERENCE LIST BUTTONS
   Clear colour change on hover; remove the jump effect for these two controls.
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .catalogue-search-row button,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.bulk-search form > button[type="submit"]{
  border-color:#ff834f!important;
  background:#ff834f!important;
  color:#fff!important;
  transform:none!important;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    box-shadow .16s ease!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .catalogue-search-row button:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.bulk-search form > button[type="submit"]:hover{
  border-color:#1b283a!important;
  background:#1b283a!important;
  color:#fff!important;
  transform:none!important;
  box-shadow:0 4px 10px rgba(27,40,58,.14)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .catalogue-search-row button:focus-visible,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.bulk-search form > button[type="submit"]:focus-visible{
  outline:3px solid rgba(255,131,79,.24)!important;
  outline-offset:2px!important;
  transform:none!important;
}


/* ----------------------------------------------------------
   PREDICTIVE RESULTS WIDTH
   On desktop, align the predictive panel exactly under the text-search input:
   exclude the category selector on the left and Search button on the right.
---------------------------------------------------------- */
@media(min-width:901px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-hero-search .suggestions-list{
    box-sizing:border-box!important;
    width:calc(100% - 412px)!important;
    max-width:calc(100% - 412px)!important;
    margin-left:290px!important;
    margin-right:122px!important;
  }
}

@media(max-width:900px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-hero-search .suggestions-list{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}


/* Predictive rows: align part number and description from the left edge. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list button{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  justify-items:start!important;
  gap:14px!important;
  text-align:left!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list button strong{
  flex:0 0 92px!important;
  width:92px!important;
  min-width:92px!important;
  text-align:left!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-hero-search .suggestions-list button span{
  flex:1 1 auto!important;
  min-width:0!important;
  text-align:left!important;
}

/* ----------------------------------------------------------
   HOME MARKETPLACE / SLIDER
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card{
  position:relative!important;
  min-height:280px!important;
  border-top:3px solid #ff834f!important;
  background:#1b283a!important;
  overflow:hidden!important;
  isolation:isolate!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide{
  position:relative!important;
  min-height:280px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#1b283a!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide[hidden]{
  display:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide > picture{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide > picture img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  pointer-events:none!important;
  background:linear-gradient(
    90deg,
    rgba(16,32,47,.98) 0%,
    rgba(16,32,47,.95) 34%,
    rgba(16,32,47,.78) 50%,
    rgba(16,32,47,.28) 72%,
    rgba(16,32,47,.04) 100%
  )!important;
}

/* ----------------------------------------------------------
   FINAL CANVA SLIDER BACKGROUNDS
   Complete 1600x720 designs supplied by Terra.
   Live website text/CTA/dots remain separate and accessible.
---------------------------------------------------------- */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide{
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide[data-slide="0"]{
  background-image:url("/assets/hero-slider/terra-slider-filters.jpg")!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide[data-slide="1"]{
  background-image:url("/assets/hero-slider/terra-aircon-compressors-banner.webp")!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide[data-slide="2"]{
  background-image:url("/assets/hero-slider/terra-slider-starters.jpg")!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide[data-slide="3"]{
  background-image:url("/assets/hero-slider/terra-slider-alternators.jpg")!important;
}

/* Retire the old line-art <picture> backgrounds on every slide. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide > picture{
  display:none!important;
}

/* No generated product pseudo-element artwork remains. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide::before{
  display:none!important;
  content:none!important;
  background-image:none!important;
}

/* Light left-side reading veil. Canva artwork remains visible on the right. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide::after{
  background:linear-gradient(
    90deg,
    rgba(16,32,47,.70) 0%,
    rgba(16,32,47,.46) 34%,
    rgba(16,32,47,.16) 55%,
    rgba(16,32,47,0) 76%
  )!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide-copy{

  position:relative!important;
  z-index:2!important;
  width:min(56%,520px)!important;
  max-width:520px!important;
  min-height:280px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  padding:28px 28px 32px!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide-copy .eyebrow{
  margin:0 0 7px!important;
  color:#ff834f!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide-copy h2{
  margin:0 0 9px!important;
  max-width:470px!important;
  color:#fff!important;
  font-size:clamp(29px,3vw,40px)!important;
  line-height:1.03!important;
  letter-spacing:-.015em!important;
  min-height:84px!important;
  display:flex!important;
  align-items:flex-start!important;
  text-shadow:0 2px 5px rgba(0,0,0,.22)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide-copy > p:not(.eyebrow){
  margin:0 0 16px!important;
  max-width:470px!important;
  min-height:42px!important;
  color:rgba(255,255,255,.92)!important;
  font-size:14px!important;
  line-height:1.45!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide-copy .button-link{
  width:auto!important;
  min-width:142px!important;
  min-height:44px!important;
  margin:0!important;
  padding:10px 17px!important;
  border:1px solid #ff834f!important;
  border-radius:7px!important;
  background:#ff834f!important;
  color:#fff!important;
  box-shadow:none!important;
  transform:none!important;
}

/* Slider dot buttons must never inherit the normal CTA button dimensions. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide-dots{
  position:absolute!important;
  right:18px!important;
  bottom:16px!important;
  left:auto!important;
  z-index:6!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:7px!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:7px 9px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:999px!important;
  background:rgba(12,26,39,.54)!important;
  backdrop-filter:blur(4px)!important;
  box-shadow:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide-dots button{
  display:block!important;
  flex:0 0 auto!important;
  width:9px!important;
  min-width:9px!important;
  max-width:9px!important;
  height:9px!important;
  min-height:9px!important;
  max-height:9px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.82)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.34)!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  box-shadow:none!important;
  transform:none!important;
  appearance:none!important;
  cursor:pointer!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide-dots button:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide-dots button:focus{
  width:9px!important;
  min-width:9px!important;
  max-width:9px!important;
  height:9px!important;
  min-height:9px!important;
  max-height:9px!important;
  padding:0!important;
  border-color:#fff!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(255,255,255,.14)!important;
  transform:none!important;
  outline:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
.home-slider-card .home-slide-dots button.is-active{
  width:26px!important;
  min-width:26px!important;
  max-width:26px!important;
  height:9px!important;
  min-height:9px!important;
  max-height:9px!important;
  border-color:#ff834f!important;
  background:#ff834f!important;
  box-shadow:none!important;
}

@media(max-width:900px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-slider-card .home-slide-copy{
    width:min(66%,540px)!important;
    max-width:540px!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-slider-card .home-slide::after{
    background:linear-gradient(
      90deg,
      rgba(16,32,47,.98) 0%,
      rgba(16,32,47,.94) 46%,
      rgba(16,32,47,.58) 72%,
      rgba(16,32,47,.15) 100%
    )!important;
  }
}

@media(max-width:720px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-slider-card .home-slide{
    background-position:64% center!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-slider-card,
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-slider-card .home-slide{
    min-height:330px!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-slider-card .home-slide::after{
    background:linear-gradient(
      180deg,
      rgba(16,32,47,.94) 0%,
      rgba(16,32,47,.88) 58%,
      rgba(16,32,47,.64) 100%
    )!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-slider-card .home-slide-copy{
    width:100%!important;
    max-width:none!important;
    min-height:330px!important;
    justify-content:flex-end!important;
    padding:24px 22px 56px!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-slider-card .home-slide-copy h2{
    max-width:100%!important;
    min-height:0!important;
    display:block!important;
    font-size:clamp(28px,8vw,38px)!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-slider-card .home-slide-copy > p:not(.eyebrow){
    max-width:100%!important;
    min-height:0!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container
  .home-slider-card .home-slide-dots{
    right:14px!important;
    bottom:14px!important;
  }
}

/* ==========================================================
   terra-product-pages-phase2l-v15-20260815
   PUBLIC PRODUCT LANDING PAGES — CANONICAL COMPONENT OWNER

   Scope:
   - /filters.php
   - /aircon.php
   - /starters.php
   - /alternators.php

   Replaces the Phase 2L V10.1 product-page section in place.
========================================================== */

.terra-product-page{
  --terra-product-navy:#1b283a;
  --terra-product-orange:#ff834f;
  --terra-product-offwhite:#f8f7e5;
  --terra-product-sea:#7b97a1;
  --terra-product-line:#d8e0e3;
  --terra-product-muted:#536a74;
  --terra-product-green:#168a43;
  --terra-product-radius:10px;
  --terra-product-control:46px;
  display:grid;
  gap:22px;
  width:100%;
  box-sizing:border-box;
  color:var(--terra-product-navy);
  font-family:inherit;
  font-size:16px;
  line-height:1.55;
}

.terra-product-page *,
.terra-product-page *::before,
.terra-product-page *::after{box-sizing:border-box}

.terra-product-page .eyebrow{
  margin:0 0 8px;
  color:var(--terra-product-orange);
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.terra-product-page h1,
.terra-product-page h2,
.terra-product-page h3{
  color:var(--terra-product-navy);
  font-family:inherit;
  font-weight:900;
  letter-spacing:-.02em;
}

.terra-product-page h2{
  margin:0;
  font-size:clamp(26px,2.45vw,34px);
  line-height:1.08;
}

.terra-product-page p{font-size:16px}
.terra-product-page small{font-size:13px}

.terra-product-breadcrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:-4px;
  color:var(--terra-product-muted);
  font-size:14px;
  font-weight:800;
}
.terra-product-breadcrumbs a{
  color:var(--terra-product-navy);
  text-decoration:none;
}
.terra-product-breadcrumbs a:hover{color:var(--terra-product-orange)}

.terra-product-hero{
  position:relative;
  overflow:hidden;
  height:390px;
  min-height:390px;
  border:1px solid #d8dee1;
  border-top:3px solid var(--terra-product-orange);
  border-radius:12px;
  background:#102237;
  box-shadow:0 10px 28px rgba(27,40,58,.10);
  isolation:isolate;
}
.terra-product-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-repeat:no-repeat;
  background-position:center center;
}
.terra-product-page--filters .terra-product-hero::before{
  background-image:url("/assets/hero-slider/terra-slider-filters.jpg");
  background-size:100% auto;
  background-position:right center;
}
.terra-product-page--aircon .terra-product-hero::before{
  background-image:url("/assets/hero-slider/terra-aircon-compressors-banner.webp");
  background-size:100% auto;
  background-position:right center;
}
.terra-product-page--starters .terra-product-hero::before{
  background-image:url("/assets/hero-slider/terra-slider-starters.jpg");
  background-size:100% auto;
  background-position:right center;
}
.terra-product-page--alternators .terra-product-hero::before{
  background-image:url("/assets/hero-slider/terra-slider-alternators.jpg");
  background-size:100% auto;
  background-position:right center;
}
.terra-product-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(7,24,40,.98) 0%,rgba(9,31,51,.93) 43%,rgba(10,30,48,.48) 68%,rgba(8,22,35,.16) 100%);
}
.terra-product-hero__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:390px;
  min-height:390px;
  width:min(58%,600px);
  box-sizing:border-box;
  padding:34px 38px 34px;
}
.terra-product-hero__copy .eyebrow{color:var(--terra-product-orange)}
.terra-product-hero__copy h1{
  max-width:500px;
  margin:0;
  color:#fff;
  font-size:clamp(40px,3.8vw,52px);
  line-height:1.02;
  letter-spacing:-.03em;
}
.terra-product-hero__lead{
  max-width:550px;
  min-height:48px;
  margin:15px 0 0;
  color:#fff;
  font-size:16px!important;
  line-height:1.45;
}
.terra-product-hero__actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:22px;
}

/* FINAL PUBLIC BUTTON AUTHORITY — V15
   Matches the specificity pattern of the historic global public button rules.
   Product CTA semantics:
   - primary = orange -> navy
   - secondary = navy -> orange
   - WhatsApp = green -> dark green
   No vertical movement is permitted.
*/
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page a.button-link.terra-product-primary-action,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page button.terra-product-submit-button{
  border-color:#ff834f!important;
  background:#ff834f!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(27,40,58,.12)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page a.button-link.terra-product-primary-action:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page a.button-link.terra-product-primary-action:focus-visible,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page button.terra-product-submit-button:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page button.terra-product-submit-button:focus-visible{
  border-color:#1b283a!important;
  background:#1b283a!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(27,40,58,.18)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page a.button-link.secondary.terra-product-secondary-action{
  border-color:#1b283a!important;
  background:#1b283a!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(27,40,58,.12)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page a.button-link.secondary.terra-product-secondary-action:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page a.button-link.secondary.terra-product-secondary-action:focus-visible{
  border-color:#ff834f!important;
  background:#ff834f!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(255,131,79,.16)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page a.button-link.whatsapp-button.terra-product-whatsapp-action{
  border-color:#1fc866!important;
  background:#1fc866!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(31,200,102,.18)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page a.button-link.whatsapp-button.terra-product-whatsapp-action:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page a.button-link.whatsapp-button.terra-product-whatsapp-action:focus-visible{
  border-color:#128743!important;
  background:#128743!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(18,135,67,.22)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

/* Products.php button hover follows the same approved public interaction.
   Normal colour continues to come from primary/secondary site semantics. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container:has(.product-category-grid) .button-link:not(.secondary):hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container:has(.product-category-grid) .button-link:not(.secondary):focus-visible{
  border-color:#1b283a!important;
  background:#1b283a!important;
  color:#fff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container:has(.product-category-grid) .button-link.secondary:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container:has(.product-category-grid) .button-link.secondary:focus-visible{
  border-color:#ff834f!important;
  background:#ff834f!important;
  color:#fff!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

/* Explicitly cancel the historic public hover lift on the pages in this scope. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-product-page :is(button,.button-link):hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container:has(.product-category-grid) :is(button,.button-link):hover{
  transform:none!important;
  translate:none!important;
  top:auto!important;
}

.terra-product-page :is(
  a.button-link.terra-product-primary-action,
  a.button-link.terra-product-secondary-action,
  a.button-link.terra-product-whatsapp-action,
  button.terra-product-submit-button
):focus-visible{
  outline:3px solid rgba(255,131,79,.35)!important;
  outline-offset:2px!important;
}

/* Products.php cards: one Terra orange top accent, consistent with public card hierarchy. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .product-category-grid .product-category-card{
  overflow:hidden!important;
  border-top:3px solid var(--terra-product-orange,#ff834f)!important;
}

.terra-product-fitment-note{
  margin:16px 0 0;
  color:#fff;
  font-size:13px!important;
  line-height:1.4;
  font-weight:800;
}

.terra-product-process{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  overflow:hidden;
  border:1px solid var(--terra-product-line);
  border-radius:10px;
  background:#fff;
  box-shadow:0 5px 16px rgba(27,40,58,.05);
}
.terra-product-process article{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:78px;
  padding:16px 18px;
}
.terra-product-process article+article{border-left:1px solid var(--terra-product-line)}
.terra-product-process__number{
  display:grid;
  place-items:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff1eb;
  color:var(--terra-product-orange);
  font-size:12px;
  font-weight:900;
}
.terra-product-process strong{
  display:block;
  color:var(--terra-product-navy);
  font-size:15px;
  line-height:1.2;
}
.terra-product-process small{
  display:block;
  margin-top:4px;
  color:var(--terra-product-muted);
  line-height:1.35;
}

.terra-product-info-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:18px;
}
.terra-product-info-card{
  padding:25px 27px;
  border:1px solid var(--terra-product-line);
  border-radius:var(--terra-product-radius);
  background:#fff;
  box-shadow:0 5px 18px rgba(27,40,58,.05);
}
.terra-product-send-card{background:#fffdf4}
.terra-product-info-card>p:not(.eyebrow){
  margin:15px 0 0;
  color:var(--terra-product-muted);
  font-size:16px;
  line-height:1.58;
}
.terra-product-check-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:20px;
}
.terra-product-check-list>div{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-height:65px;
  padding:13px 14px;
  border:1px solid #dce3e5;
  border-radius:8px;
  background:#fbfcfc;
}
.terra-product-check-list span{
  display:grid;
  place-items:center;
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff0e9;
  color:var(--terra-product-orange);
  font-weight:900;
}
.terra-product-check-list strong{
  color:var(--terra-product-navy);
  font-size:14px;
  line-height:1.35;
}
.terra-product-mini-actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:18px;
}
.terra-product-mini-actions .text-link{
  color:var(--terra-product-navy);
  font-size:15px;
  font-weight:900;
}
.terra-product-mini-actions .text-link:hover{color:var(--terra-product-orange)}

.terra-product-filter-conversion{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  padding:24px 26px;
  border:1px solid #e3dfc9;
  border-left:3px solid var(--terra-product-orange);
  border-radius:10px;
  background:var(--terra-product-offwhite);
}
.terra-product-filter-conversion p:not(.eyebrow){
  margin:9px 0 0;
  color:var(--terra-product-muted);
}
.terra-product-filter-conversion__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.terra-product-request-card{
  padding:26px;
  border:1px solid var(--terra-product-line);
  border-top:3px solid var(--terra-product-sea);
  border-radius:10px;
  background:#fff;
  box-shadow:0 7px 22px rgba(27,40,58,.055);
  scroll-margin-top:24px;
}
.terra-product-request-heading{
  margin-bottom:20px;
}
.terra-product-request-heading p:not(.eyebrow){
  max-width:840px;
  margin:9px 0 0;
  color:var(--terra-product-muted);
  font-size:16px;
}
.terra-product-request-form{
  display:grid;
  gap:18px;
}
.terra-product-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 16px;
}
.terra-product-form-grid label,
.terra-product-upload-card{
  display:grid;
  gap:7px;
  min-width:0;
  color:var(--terra-product-navy);
  font-size:14px;
  line-height:1.3;
  font-weight:800;
}
.terra-product-field-wide{grid-column:1/-1}
.terra-product-form-grid :is(input,textarea),
.terra-product-upload-card input[type="file"]{
  width:100%;
  min-width:0;
  border:1px solid #bdcbd0;
  border-radius:8px;
  background:#fff;
  color:var(--terra-product-navy);
  font:inherit;
  font-size:15px;
  font-weight:500;
  outline:none;
}
.terra-product-form-grid input{
  min-height:46px;
  padding:10px 12px;
}
.terra-product-form-grid textarea{
  min-height:108px;
  padding:11px 12px;
  resize:vertical;
}
.terra-product-form-grid :is(input,textarea):focus,
.terra-product-upload-card input[type="file"]:focus{
  border-color:var(--terra-product-orange);
  box-shadow:0 0 0 3px rgba(255,131,79,.14);
}
.terra-product-form-grid :is(input,textarea)::placeholder{
  color:#73878f;
  opacity:1;
}
.terra-product-upload-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.terra-product-upload-card{
  align-content:start;
  padding:15px;
  border:1px solid #dce3e5;
  border-radius:9px;
  background:#f7f9f9;
}
.terra-product-upload-title{
  font-size:14px;
  font-weight:900;
}
.terra-product-upload-copy{
  color:var(--terra-product-muted);
  font-size:13px;
  line-height:1.35;
  font-weight:500;
}
.terra-product-upload-card input[type="file"]{
  min-height:46px;
  overflow:hidden;
  padding:0;
  background:#fff;
  line-height:44px;
}
.terra-product-upload-card input[type="file"]::file-selector-button{
  min-height:44px;
  margin:0 11px 0 0;
  padding:0 15px;
  border:0;
  border-right:1px solid #d0dade;
  background:var(--terra-product-navy);
  color:#fff;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  transition:background-color .16s ease;
}
.terra-product-upload-card input[type="file"]::file-selector-button:hover{
  background:var(--terra-product-orange);
}
.terra-product-upload-card input[type="file"]::-webkit-file-upload-button{
  min-height:44px;
  margin:0 11px 0 0;
  padding:0 15px;
  border:0;
  border-right:1px solid #d0dade;
  background:var(--terra-product-navy);
  color:#fff;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  transition:background-color .16s ease;
}
.terra-product-upload-card input[type="file"]::-webkit-file-upload-button:hover{
  background:var(--terra-product-orange);
}
.terra-product-human-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 13px;
  border:1px solid #ffc4ab;
  border-radius:8px;
  background:#fff7f2;
  color:var(--terra-product-navy);
  font-size:14px;
  line-height:1.4;
  font-weight:800;
}
.terra-product-human-check input{
  flex:0 0 auto;
  width:18px;
  height:18px;
  margin-top:1px;
  accent-color:var(--terra-product-orange);
}
.terra-product-request-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px 16px;
}
.terra-product-request-actions span{
  color:var(--terra-product-muted);
  font-size:13px;
}

.terra-product-back-search{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:17px 19px;
  border:1px solid var(--terra-product-line);
  border-radius:9px;
  background:#f5f8f9;
}
.terra-product-back-search strong{
  display:block;
  color:var(--terra-product-navy);
  font-size:15px;
}
.terra-product-back-search span{
  display:block;
  margin-top:3px;
  color:var(--terra-product-muted);
  font-size:13px;
}

@media(max-width:900px){
  .terra-product-hero{
    height:auto;
    min-height:360px;
  }
  .terra-product-hero__copy{
    height:auto;
    min-height:360px;
  }


  .terra-product-hero,
  .terra-product-hero__copy{min-height:410px}
  .terra-product-hero__copy{
    width:min(70%,640px);
    padding:34px;
  }
  .terra-product-hero__copy h1{font-size:clamp(36px,6vw,52px)}
  .terra-product-info-grid{grid-template-columns:1fr}
  .terra-product-filter-conversion{grid-template-columns:1fr}
}
@media(max-width:700px){
  .terra-product-page{gap:16px;font-size:15px}
  .terra-product-hero{min-height:500px}
  .terra-product-hero::before{
    background-size:auto 100%!important;
    background-position:64% center;
    opacity:.72;
  }
  .terra-product-hero::after{
    background:linear-gradient(90deg,rgba(7,24,40,.98) 0%,rgba(8,28,47,.92) 64%,rgba(8,23,38,.56) 100%);
  }
  .terra-product-hero__copy{
    min-height:500px;
    width:100%;
    padding:28px 22px;
    justify-content:flex-end;
  }
  .terra-product-hero__copy h1{max-width:560px;font-size:clamp(34px,10vw,44px);line-height:1}
  .terra-product-hero__lead{max-width:560px;font-size:15px!important}
  .terra-product-hero__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  .terra-product-page :is(
    .terra-product-primary-action,
    .terra-product-secondary-action,
    .terra-product-whatsapp-action,
    .terra-product-submit-button
  ){width:100%}
  .terra-product-process{grid-template-columns:1fr}
  .terra-product-process article+article{border-left:0;border-top:1px solid var(--terra-product-line)}
  .terra-product-check-list,
  .terra-product-form-grid,
  .terra-product-upload-grid{grid-template-columns:1fr}
  .terra-product-field-wide{grid-column:auto}
  .terra-product-info-card,
  .terra-product-request-card{padding:20px}
  .terra-product-filter-conversion{padding:20px}
  .terra-product-filter-conversion__actions{display:grid;grid-template-columns:1fr}
  .terra-product-back-search{
    align-items:stretch;
    flex-direction:column;
  }
}

/* ==========================================================
   terra-toyota-parts-phase2l-v16-20260815
   TOYOTA PARTS — PAGE-ONLY PRODUCT RANGE + HOME PROMOTION

   Scope:
   - /toyota-parts.php
   - Toyota card on /products.php
   - Toyota promotional section on Home
   - Toyota link inside existing Products dropdown

   Search/database routing is intentionally unchanged.
========================================================== */

.terra-product-page--toyota .terra-product-hero::before{
  background-image:url("/assets/hero-slider/terra-toyota-parts.jpg");
  background-size:cover;
  background-position:center 48%;
}
.terra-product-page--toyota .terra-product-hero::after{
  background:
    linear-gradient(90deg,rgba(7,24,40,.99) 0%,rgba(8,27,45,.95) 39%,rgba(9,28,46,.69) 58%,rgba(8,22,35,.16) 79%,rgba(8,22,35,.06) 100%);
}
.terra-product-page--toyota .terra-product-hero__copy{
  width:min(55%,590px);
}
.terra-product-page--toyota .terra-product-hero__copy h1{
  max-width:540px;
}
.terra-product-page--toyota .terra-product-hero__lead{
  max-width:540px;
}

.terra-toyota-send-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin-top:18px;
}
.terra-toyota-send-list span{
  display:flex;
  align-items:center;
  min-height:48px;
  padding:11px 13px;
  border:1px solid #e0e4d2;
  border-radius:8px;
  background:#fff;
  color:#405860;
  font-size:14px;
  font-weight:800;
  line-height:1.35;
}
.terra-toyota-send-list span::before{
  content:"";
  flex:0 0 7px;
  width:7px;
  height:7px;
  margin-right:9px;
  border-radius:50%;
  background:#ff834f;
}

.terra-toyota-request-card{
  border-top-color:#ff834f;
}
.terra-toyota-fieldset{
  min-width:0;
  margin:0 0 18px;
  padding:19px;
  border:1px solid #dfe5e7;
  border-radius:9px;
  background:#fbfcfc;
}
.terra-toyota-fieldset legend{
  padding:0 8px;
  color:#1b283a;
  font-size:14px;
  font-weight:900;
}
.terra-toyota-request-form input[readonly]{
  background:#f2f5f5;
  color:#526770;
  cursor:not-allowed;
}
.terra-toyota-upload-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.terra-toyota-request-form textarea{
  resize:vertical;
}

/* Products page: keep the four accepted searchable product cards intact,
   then give page-only Toyota its own deliberate full-width card. */
/* Toyota Products card — V16.3.
   Use a real IMG rather than a background illustration so historic
   category-art background shorthands cannot suppress the supplied banner. */
.product-category-grid .product-category-card--toyota{
  grid-column:1 / -1!important;
  display:block!important;
  overflow:hidden!important;
  padding:0!important;
  border-top:3px solid #ff834f!important;
}
.product-category-grid .product-category-card--toyota > img.terra-toyota-category-illustration{
  display:block!important;
  width:100%!important;
  height:220px!important;
  min-height:220px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  object-fit:cover!important;
  object-position:center 58%!important;
  box-shadow:none!important;
  transform:none!important;
}
.product-category-grid .product-category-card--toyota .eyebrow{
  margin:20px 20px 5px!important;
}
.product-category-grid .product-category-card--toyota h2{
  margin:0 20px 8px!important;
}
.product-category-grid .product-category-card--toyota p:last-child{
  margin:0 20px 22px!important;
  color:#526a73!important;
}
.product-category-grid .product-category-card--toyota:hover > img.terra-toyota-category-illustration{
  transform:none!important;
}

/* terra-toyota-products-card-image-phase2l-v16-3-20260815 */

/* Home: Toyota needs to read as a distinct opportunity, not another small card. */
.terra-home-toyota-promo{
  position:relative;
  overflow:hidden;
  min-height:330px;
  margin:0 0 24px;
  border:1px solid #d8dee1;
  border-top:3px solid #ff834f;
  border-radius:12px;
  background:#102237;
  box-shadow:0 10px 28px rgba(27,40,58,.10);
  isolation:isolate;
}
.terra-home-toyota-promo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:url("/assets/hero-slider/terra-toyota-parts.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center 48%;
}
.terra-home-toyota-promo::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(7,24,40,.99) 0%,rgba(8,27,45,.95) 38%,rgba(9,28,46,.68) 58%,rgba(8,22,35,.12) 82%,rgba(8,22,35,.04) 100%);
}
.terra-home-toyota-promo__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:330px;
  width:min(55%,590px);
  padding:32px 36px;
}
.terra-home-toyota-promo .eyebrow{
  margin:0 0 8px;
  color:#ff834f;
}
.terra-home-toyota-promo h2{
  max-width:520px;
  margin:0;
  color:#fff;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1;
  letter-spacing:-.03em;
}
.terra-home-toyota-promo__copy>p:not(.eyebrow):not(.terra-home-toyota-promo__trust){
  max-width:535px;
  margin:15px 0 0;
  color:#fff;
  font-size:16px;
  line-height:1.5;
}
.terra-home-toyota-promo__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:21px;
}
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-home-toyota-promo a.button-link.terra-home-toyota-primary{
  border-color:#ff834f!important;
  background:#ff834f!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(27,40,58,.15)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-home-toyota-promo a.button-link.terra-home-toyota-primary:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-home-toyota-promo a.button-link.terra-home-toyota-primary:focus-visible{
  border-color:#1b283a!important;
  background:#1b283a!important;
  color:#fff!important;
  transform:none!important;
}
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-home-toyota-promo a.button-link.whatsapp-button.terra-home-toyota-whatsapp{
  border-color:#1fc866!important;
  background:#1fc866!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(31,200,102,.18)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
}
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-home-toyota-promo a.button-link.whatsapp-button.terra-home-toyota-whatsapp:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-home-toyota-promo a.button-link.whatsapp-button.terra-home-toyota-whatsapp:focus-visible{
  border-color:#128743!important;
  background:#128743!important;
  color:#fff!important;
  transform:none!important;
}
.terra-home-toyota-promo__trust{
  margin:14px 0 0!important;
  color:#d8e5e9!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:800;
}

/* Dropdown entry stays visually native to the existing Products menu. */
.product-menu-link--toyota .product-menu-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:900px){
  .terra-product-page--toyota .terra-product-hero::before,
  .terra-home-toyota-promo::before{
    background-position:61% center;
  }
  .terra-product-page--toyota .terra-product-hero__copy,
  .terra-home-toyota-promo__copy{
    width:min(66%,610px);
  }
  .terra-toyota-upload-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:700px){
  .terra-product-page--toyota .terra-product-hero::before{
    background-position:66% center!important;
  }
  .terra-product-page--toyota .terra-product-hero__copy{
    width:100%;
  }
  .terra-toyota-send-list{
    grid-template-columns:1fr;
  }
  .terra-toyota-fieldset{
    padding:15px;
  }
  .terra-toyota-upload-grid{
    grid-template-columns:1fr;
  }

  .product-category-grid .product-category-card--toyota{
    display:block;
  }
  .product-category-grid .product-category-card--toyota .terra-toyota-category-illustration{
    display:block;
    width:100%;
    height:190px;
    min-height:190px;
    background-position:66% center!important;
  }
  .product-category-grid .product-category-card--toyota .eyebrow{
    margin:20px 20px 5px;
  }
  .product-category-grid .product-category-card--toyota h2{
    margin:0 20px 8px;
  }
  .product-category-grid .product-category-card--toyota p:last-child{
    margin:0 20px 22px;
  }

  .terra-home-toyota-promo{
    min-height:440px;
  }
  .terra-home-toyota-promo::before{
    background-position:63% center;
  }
  .terra-home-toyota-promo::after{
    background:
      linear-gradient(90deg,rgba(7,24,40,.98) 0%,rgba(8,27,45,.93) 62%,rgba(8,23,38,.54) 100%);
  }
  .terra-home-toyota-promo__copy{
    justify-content:flex-end;
    min-height:440px;
    width:100%;
    padding:25px 22px 27px;
  }
  .terra-home-toyota-promo h2{
    font-size:clamp(32px,9vw,42px);
  }
  .terra-home-toyota-promo__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }
  .terra-home-toyota-promo__actions .button-link{
    width:100%;
  }
}

/* ==========================================================
   terra-faq-page-phase2l-v18-20260815
   FAQ KNOWLEDGE CENTRE — CANONICAL PUBLIC OWNER
   ========================================================== */

body:has(.terra-faq-page) > main.container{
  width:min(1120px,calc(100% - 28px))!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.terra-faq-page{width:100%;margin:34px 0 52px;font-family:inherit;color:#1b283a;}
.terra-faq-page .eyebrow{margin:0 0 7px!important;color:#ff834f!important;font:900 11px/1.2 inherit!important;letter-spacing:.09em!important;text-transform:uppercase!important;}

.terra-faq-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.62fr);gap:16px;margin-bottom:16px;}
.terra-faq-hero__main,.terra-faq-hero__aside{overflow:hidden;border-radius:11px;box-shadow:0 7px 24px rgba(27,40,58,.08);}
.terra-faq-hero__main{position:relative;padding:34px 36px 30px;border-top:3px solid #ff834f;background:radial-gradient(circle at 94% 18%,rgba(255,131,79,.16),transparent 25%),linear-gradient(130deg,#10263a 0%,#1b283a 70%,#23394f 100%);color:#fff;}
.terra-faq-hero__main::after{content:"?";position:absolute;right:24px;bottom:-58px;color:rgba(255,255,255,.035);font-size:250px;font-weight:900;line-height:1;pointer-events:none;}
.terra-faq-hero__main .eyebrow{color:#ff834f!important;}
.terra-faq-hero__main h1{position:relative;z-index:1;max-width:720px;margin:0 0 13px!important;color:#fff!important;font:900 clamp(38px,4.4vw,56px)/1.01 inherit!important;letter-spacing:-.035em!important;}
.terra-faq-hero__main > p:not(.eyebrow){position:relative;z-index:1;max-width:760px;margin:0!important;color:#dfe8eb!important;font-size:16px!important;line-height:1.62!important;}
.terra-faq-hero__stats{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;margin-top:23px;}
.terra-faq-hero__stats span{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.13);border-radius:7px;background:rgba(255,255,255,.06);color:#cbd9dd;font-size:11px;font-weight:800;}
.terra-faq-hero__stats strong{color:#fff;font-size:13px;font-weight:900;}
.terra-faq-hero__aside{display:flex;flex-direction:column;justify-content:center;padding:28px;border:1px solid #d8dee1;border-left:3px solid #7b97a1;background:#f8f7e5;}
.terra-faq-hero__aside > span{margin-bottom:7px;color:#7b97a1;font-size:10px;font-weight:900;letter-spacing:.09em;}
.terra-faq-hero__aside > strong{margin-bottom:9px;color:#1b283a;font-size:22px;line-height:1.16;}
.terra-faq-hero__aside p{margin:0 0 15px;color:#526a73;line-height:1.55;}
.terra-faq-hero__aside a{align-self:flex-start;color:#1b283a;font-size:13px;font-weight:900;text-decoration:underline;text-underline-offset:3px;}
.terra-faq-hero__aside a:hover{color:#ff834f;}

/* FAQ CATEGORY NAV — V18.4 six-family balance, 2026-08-20. */
.terra-faq-category-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:0 0 34px;padding:10px;border:1px solid #d8dee1;border-radius:10px;background:#f2f5f5;box-shadow:0 3px 12px rgba(27,40,58,.035);}
.terra-faq-category-nav a{display:flex;min-height:58px;flex-direction:column;justify-content:center;padding:9px 11px;border:1px solid #d8dee1;border-radius:8px;background:#fff;color:#1b283a;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease;}
.terra-faq-category-nav a span{font-size:12px;font-weight:900;line-height:1.15;}
.terra-faq-category-nav a small{margin-top:3px;color:#7b97a1;font-size:10px;font-weight:700;}
.terra-faq-category-nav a:hover,.terra-faq-category-nav a:focus-visible{border-color:#ff834f;background:#ff834f;color:#fff;box-shadow:0 4px 12px rgba(27,40,58,.1);transform:none;}
.terra-faq-category-nav a:hover small,.terra-faq-category-nav a:focus-visible small{color:#fff;}

.terra-faq-category{scroll-margin-top:24px;margin:0 0 38px;}
.terra-faq-category__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 14px;padding:0 2px;}
.terra-faq-category__heading > div:first-child{max-width:850px;}
.terra-faq-category__heading h2{margin:0 0 6px!important;color:#1b283a!important;font:900 clamp(27px,2.6vw,35px)/1.12 inherit!important;letter-spacing:-.02em!important;}
.terra-faq-category__heading > div:first-child > p:last-child{margin:0!important;color:#526a73!important;font-size:14px!important;line-height:1.5!important;}
.terra-faq-category__count{flex:0 0 auto;display:flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #d8dee1;border-radius:8px;background:#f8f7e5;}
.terra-faq-category__count strong{color:#ff834f;font-size:18px;line-height:1;}
.terra-faq-category__count span{color:#526a73;font-size:10px;font-weight:800;text-transform:uppercase;}

.terra-faq-accordion{display:grid;gap:9px;}
.terra-faq-item{margin:0!important;overflow:hidden;border:1px solid #d8dee1!important;border-left:3px solid #7b97a1!important;border-radius:9px!important;background:#fff!important;box-shadow:0 3px 12px rgba(27,40,58,.035)!important;}
.terra-faq-item[open]{border-left-color:#ff834f!important;box-shadow:0 6px 18px rgba(27,40,58,.07)!important;}
.terra-faq-item > summary{position:relative;display:grid!important;grid-template-columns:42px minmax(0,1fr) 30px;gap:14px;align-items:center;min-height:72px;padding:14px 17px!important;cursor:pointer;list-style:none!important;background:#fff!important;color:#1b283a!important;user-select:none;transition:background-color .16s ease;}
.terra-faq-item > summary::-webkit-details-marker{display:none;}
.terra-faq-item > summary::marker{content:"";}
.terra-faq-item > summary:hover,.terra-faq-item > summary:focus-visible{background:#f8faf9!important;}
.terra-faq-item[open] > summary{border-bottom:1px solid #e2e6e7;background:#fffaf6!important;}
.terra-faq-item__number{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#fff1ea;color:#ff834f;font-size:11px;font-weight:900;}
.terra-faq-item__question{color:#1b283a;font-size:16.5px;font-weight:900;line-height:1.3;}
.terra-faq-item__toggle{position:relative;width:28px;height:28px;border:1px solid #d8dee1;border-radius:50%;background:#f4f7f7;}
.terra-faq-item__toggle::before,.terra-faq-item__toggle::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:2px;border-radius:2px;background:#1b283a;transform:translate(-50%,-50%);}
.terra-faq-item__toggle::after{transform:translate(-50%,-50%) rotate(90deg);transition:opacity .16s ease;}
.terra-faq-item[open] .terra-faq-item__toggle{border-color:#ff834f;background:#ff834f;}
.terra-faq-item[open] .terra-faq-item__toggle::before,.terra-faq-item[open] .terra-faq-item__toggle::after{background:#fff;}
.terra-faq-item[open] .terra-faq-item__toggle::after{opacity:0;}
.terra-faq-item__answer{padding:18px 64px 21px 73px;background:#fff;}
.terra-faq-item__answer p{max-width:900px;margin:0!important;color:#526a73!important;font-size:14.5px!important;line-height:1.68!important;}
.terra-faq-item__answer .terra-faq-item__direct{margin-bottom:7px!important;color:#1b283a!important;font-weight:900!important;}

.terra-faq-category__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.terra-faq-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:8px;padding:27px 28px;border:1px solid #d8dee1;border-left:3px solid #ff834f;border-radius:10px;background:#f8f7e5;box-shadow:0 5px 16px rgba(27,40,58,.05);}
.terra-faq-cta h2{margin:0 0 6px!important;color:#1b283a!important;font:900 27px/1.15 inherit!important;}
.terra-faq-cta > div:first-child > p:last-child{max-width:720px;margin:0!important;color:#526a73!important;}
.terra-faq-cta__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;}

/* FAQ BUTTON AUTHORITY — V18.3 unique-ID final authority, zero movement. */
#terra-faq-page .terra-faq-category__actions,
#terra-faq-page .terra-faq-cta__actions{
  position:relative!important;
  z-index:5!important;
  isolation:isolate!important;
}

#terra-faq-page .terra-faq-category__actions > a.button-link,
#terra-faq-page .terra-faq-cta__actions > a.button-link{
  position:relative!important;
  z-index:10!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:10px 15px!important;
  border:1px solid #ff834f!important;
  border-radius:7px!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  background-image:none!important;
  color:#ffffff!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:0 4px 10px rgba(27,40,58,.08)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  left:auto!important;
  margin-top:0!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  opacity:1!important;
  filter:none!important;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    box-shadow .16s ease!important;
}

#terra-faq-page .terra-faq-category__actions > a.button-link:hover,
#terra-faq-page .terra-faq-category__actions > a.button-link:focus,
#terra-faq-page .terra-faq-category__actions > a.button-link:focus-visible,
#terra-faq-page .terra-faq-cta__actions > a.button-link:hover,
#terra-faq-page .terra-faq-cta__actions > a.button-link:focus,
#terra-faq-page .terra-faq-cta__actions > a.button-link:focus-visible{
  border-color:#1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  background-image:none!important;
  color:#ffffff!important;
  box-shadow:0 5px 13px rgba(27,40,58,.14)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  left:auto!important;
  margin-top:0!important;
  opacity:1!important;
  filter:none!important;
}

#terra-faq-page .terra-faq-category__actions > a.button-link.secondary,
#terra-faq-page .terra-faq-cta__actions > a.button-link.secondary{
  border-color:#1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  background-image:none!important;
  color:#ffffff!important;
}

#terra-faq-page .terra-faq-category__actions > a.button-link.secondary:hover,
#terra-faq-page .terra-faq-category__actions > a.button-link.secondary:focus,
#terra-faq-page .terra-faq-category__actions > a.button-link.secondary:focus-visible,
#terra-faq-page .terra-faq-cta__actions > a.button-link.secondary:hover,
#terra-faq-page .terra-faq-cta__actions > a.button-link.secondary:focus,
#terra-faq-page .terra-faq-cta__actions > a.button-link.secondary:focus-visible{
  border-color:#ff834f!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  background-image:none!important;
  color:#ffffff!important;
  box-shadow:0 5px 13px rgba(27,40,58,.12)!important;
  transform:none!important;
  translate:none!important;
  top:auto!important;
  left:auto!important;
  margin-top:0!important;
  opacity:1!important;
  filter:none!important;
}

/* Defeat inherited decorative layers on FAQ CTA anchors only. */
#terra-faq-page .terra-faq-category__actions > a.button-link::before,
#terra-faq-page .terra-faq-category__actions > a.button-link::after,
#terra-faq-page .terra-faq-cta__actions > a.button-link::before,
#terra-faq-page .terra-faq-cta__actions > a.button-link::after{
  content:none!important;
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  background:none!important;
  transform:none!important;
  translate:none!important;
}

@media(max-width:900px){
  .terra-faq-hero{grid-template-columns:1fr;}
  .terra-faq-hero__main{padding:30px 26px 27px;}
  .terra-faq-hero__aside{padding:23px;}
  .terra-faq-category-nav{grid-template-columns:repeat(3,minmax(0,1fr));}
  .terra-faq-category-nav a:last-child{grid-column:auto;}
  .terra-faq-cta{align-items:flex-start;flex-direction:column;}
  .terra-faq-cta__actions{justify-content:flex-start;}
}

@media(max-width:640px){
  body:has(.terra-faq-page) > main.container{width:calc(100% - 24px)!important;}
  .terra-faq-page{margin-top:22px;}
  .terra-faq-hero__main h1{font-size:35px!important;}
  .terra-faq-hero__stats{display:grid;grid-template-columns:1fr;}
  .terra-faq-category-nav{grid-template-columns:1fr;}
  .terra-faq-category-nav a:last-child{grid-column:auto;}
  .terra-faq-category__heading{align-items:flex-start;flex-direction:column;gap:10px;}
  .terra-faq-item > summary{grid-template-columns:36px minmax(0,1fr) 28px;gap:10px;padding:13px!important;}
  .terra-faq-item__number{width:34px;height:34px;}
  .terra-faq-item__question{font-size:15px;}
  .terra-faq-item__answer{padding:16px 16px 19px 59px;}
  .terra-faq-cta{padding:22px;}
  .terra-faq-cta__actions,.terra-faq-category__actions{width:100%;}
  body:has(.terra-faq-page) .terra-faq-page a.button-link{width:100%!important;}
}

@media(prefers-reduced-motion:reduce){.terra-faq-page *,.terra-faq-page *::before,.terra-faq-page *::after{transition:none!important;}}

/* ==========================================================
   terra-home-unified-catalogue-search-phase2o-v3-20260819
   HOME VERIFIED CATALOGUE RESULTS
========================================================== */

.terra-home-catalogue-results{
  display:grid;
  gap:18px;
}

.terra-home-catalogue-results > h2{
  margin:0;
}

.terra-catalogue-product-result{
  overflow:hidden;
}

.terra-catalogue-product-summary{
  display:grid;
  grid-template-columns:minmax(190px,240px) minmax(0,1fr);
  gap:24px;
  align-items:stretch;
}

.terra-catalogue-product-image{
  min-height:240px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  border:1px solid #dbe2e5;
  border-radius:8px;
  background:#fff;
  box-sizing:border-box;
}

.terra-catalogue-product-image img{
  display:block;
  width:100%;
  height:100%;
  max-height:260px;
  object-fit:contain;
}

.terra-catalogue-product-image .image-placeholder{
  width:100%;
  min-height:205px;
}

.terra-catalogue-product-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.terra-catalogue-product-copy .result-label{
  margin:0 0 7px;
}

.terra-catalogue-product-copy h3{
  margin:0;
  color:#1b283a;
  font-size:clamp(24px,3vw,34px);
  line-height:1.12;
}

.terra-catalogue-part-number{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 12px;
  margin:14px 0 0;
}

.terra-catalogue-part-number span{
  color:#607983;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}

.terra-catalogue-part-number strong{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:6px 11px;
  border-radius:6px;
  background:#1b283a;
  color:#fff;
  font-size:14px;
  white-space:nowrap;
}

.terra-catalogue-description{
  margin:14px 0 0;
  max-width:780px;
  color:#4f6872;
  line-height:1.6;
}

.terra-catalogue-product-copy .quote-actions{
  margin-top:18px;
}

.terra-home-catalogue-results .reference-brand{
  align-items:flex-start;
}

.terra-home-catalogue-results .part-chips span{
  white-space:nowrap;
}

@media(max-width:760px){
  .terra-catalogue-product-summary{
    grid-template-columns:1fr;
  }

  .terra-catalogue-product-image{
    min-height:220px;
  }

  .terra-catalogue-product-image img{
    max-height:230px;
  }

  .terra-catalogue-product-copy .quote-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .terra-catalogue-product-copy .quote-actions .button-link{
    width:100%;
    justify-content:center;
    box-sizing:border-box;
  }
}

/* ==========================================================
   terra-predictive-dropdown-alignment-phase2o-v3-2-20260819
   HOME PREDICTIVE SUGGESTION ALIGNMENT
========================================================== */

.suggestions-list button{
  display:grid;
  grid-template-columns:minmax(132px,max-content) minmax(0,1fr);
  align-items:center;
  column-gap:18px;
  width:100%;
  min-width:0;
  text-align:left;
}

.suggestions-list button strong{
  display:block;
  min-width:0;
  white-space:nowrap;
  overflow:visible;
  word-break:normal;
  overflow-wrap:normal;
  line-height:1.15;
}

.suggestions-list button span{
  display:block;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height:1.2;
}

@media(max-width:640px){
  .suggestions-list button{
    grid-template-columns:minmax(108px,max-content) minmax(0,1fr);
    column-gap:12px;
  }
}

/* ==========================================================
   terra-generic-result-filter-visual-parity-phase2o-v3-3-20260819
   STARTER / ALTERNATOR / AIRCON RESULT VISUAL PARITY WITH FILTERS
========================================================== */

/*
 * Outer result card follows the established Filter result shell:
 * white surface, thin grey border and Terra orange top accent.
 */
.terra-home-catalogue-results .terra-catalogue-product-result{
  padding:22px 24px 24px;
  border:1px solid #d7e0e3;
  border-top:3px solid #ff834f;
  border-radius:9px;
  background:#fff;
  box-shadow:none;
}

/*
 * Primary product area mirrors the warm Sakura recommendation panel.
 */
.terra-home-catalogue-results .terra-catalogue-product-summary{
  grid-template-columns:230px minmax(0,1fr);
  gap:28px;
  padding:14px 18px;
  border:1px solid #ffd0bd;
  border-left:4px solid #ff834f;
  border-radius:8px;
  background:#fff6f1;
  box-sizing:border-box;
}

/*
 * Product image treatment matches the Filter recommendation image panel.
 */
.terra-home-catalogue-results .terra-catalogue-product-image{
  min-height:230px;
  padding:14px;
  border:1px solid #d5dfe2;
  border-radius:7px;
  background:#fff;
}

.terra-home-catalogue-results .terra-catalogue-product-image img{
  width:100%;
  height:100%;
  max-height:205px;
  object-fit:contain;
}

.terra-home-catalogue-results .terra-catalogue-product-copy{
  justify-content:center;
  padding:0;
}

.terra-home-catalogue-results .terra-catalogue-product-copy .result-label{
  margin:0 0 8px;
  color:#ff6f3d;
  font-size:12px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.terra-home-catalogue-results .terra-catalogue-product-copy h3{
  margin:0;
  color:#1b283a;
  font-size:clamp(29px,3vw,38px);
  line-height:1.08;
  font-weight:900;
}

.terra-home-catalogue-results .terra-catalogue-part-number{
  margin:12px 0 0;
}

.terra-home-catalogue-results .terra-catalogue-part-number span{
  color:#1b283a;
  font-size:13px;
  font-weight:900;
  letter-spacing:0;
}

.terra-home-catalogue-results .terra-catalogue-part-number strong{
  min-height:auto;
  padding:0;
  border-radius:0;
  background:transparent;
  color:#1b283a;
  font-size:18px;
  font-weight:900;
  white-space:nowrap;
}

.terra-home-catalogue-results .terra-catalogue-description{
  margin:12px 0 0;
  color:#1b283a;
  line-height:1.55;
}

.terra-home-catalogue-results .terra-catalogue-product-copy .quote-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:16px;
}

/*
 * Detail panels follow the same Alternative / OEM Numbers presentation
 * already accepted on Filter results.
 */
.terra-home-catalogue-results .detail-section{
  margin-top:16px;
  padding:18px 20px;
  border:1px solid #d6e0e3;
  border-left:4px solid #7b97a1;
  border-radius:8px;
  background:#fff;
}

.terra-home-catalogue-results .detail-section > h4{
  margin:0 0 16px;
  color:#000;
  font-size:18px;
  line-height:1.25;
}

.terra-home-catalogue-results .reference-list{
  padding:14px 16px;
  border:1px solid #d5dfe2;
  border-radius:7px;
  background:#f8faf9;
}

.terra-home-catalogue-results .reference-brand{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid #dbe2e4;
}

.terra-home-catalogue-results .reference-brand:first-child{
  padding-top:4px;
}

.terra-home-catalogue-results .reference-brand:last-child{
  padding-bottom:4px;
  border-bottom:0;
}

.terra-home-catalogue-results .reference-brand > strong{
  color:#071426;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  text-transform:uppercase;
}

.terra-home-catalogue-results .part-chips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.terra-home-catalogue-results .part-chips span{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:4px 10px;
  border:1px solid #d2dce0;
  border-radius:6px;
  background:#fff;
  color:#071426;
  font-size:13px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}

/*
 * Applications and specifications keep their existing verified-data content
 * but use the same neutral detail-card visual family.
 */
.terra-home-catalogue-results .detail-section .table-scroll{
  border:1px solid #d5dfe2;
  border-radius:7px;
  overflow:auto;
  background:#fff;
}

.terra-home-catalogue-results .detail-section table{
  margin:0;
}

@media(max-width:760px){
  .terra-home-catalogue-results .terra-catalogue-product-result{
    padding:16px;
  }

  .terra-home-catalogue-results .terra-catalogue-product-summary{
    grid-template-columns:1fr;
    gap:16px;
    padding:14px;
  }

  .terra-home-catalogue-results .terra-catalogue-product-image{
    min-height:210px;
  }

  .terra-home-catalogue-results .terra-catalogue-product-image img{
    max-height:205px;
  }

  .terra-home-catalogue-results .terra-catalogue-product-copy h3{
    font-size:28px;
  }

  .terra-home-catalogue-results .terra-catalogue-product-copy .quote-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .terra-home-catalogue-results .terra-catalogue-product-copy .quote-actions .button-link{
    width:100%;
    justify-content:center;
    box-sizing:border-box;
  }

  .terra-home-catalogue-results .reference-brand{
    grid-template-columns:1fr;
    gap:7px;
  }
}

/* ==========================================================
   terra-quote-list-uppercase-brand-description-phase2o-v3-7-20260819
   QUOTE LIST BRAND / DESCRIPTION — UPPERCASE PARITY
========================================================== */

[data-quote-table-body] > tr > td:nth-child(2){
  text-transform:uppercase;
}

/* ==========================================================
   terra-predictive-reference-alignment-phase2o-v3-8-20260819
   HOME PREDICTIVE — LONG OEM / REFERENCE NUMBER ALIGNMENT
========================================================== */

/*
 * Use a fixed reference column with a real gap so long numbers such as
 * 600-863-4110 can never collide with the descriptive label.
 */
[data-part-suggestions].suggestions-list button{
  display:flex;
  align-items:center;
  gap:22px;
  width:100%;
  min-width:0;
  text-align:left;
}

[data-part-suggestions].suggestions-list button > strong{
  flex:0 0 168px;
  min-width:168px;
  max-width:168px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  word-break:normal;
  overflow-wrap:normal;
  line-height:1.15;
}

[data-part-suggestions].suggestions-list button > span{
  flex:1 1 auto;
  min-width:0;
  padding-left:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height:1.2;
}

@media(max-width:640px){
  [data-part-suggestions].suggestions-list button{
    gap:12px;
  }

  [data-part-suggestions].suggestions-list button > strong{
    flex-basis:142px;
    min-width:142px;
    max-width:142px;
  }
}

/* ==========================================================
   terra-predictive-full-part-numbers-phase2o-v3-11-20260819
   HOME PREDICTIVE — ALWAYS SHOW COMPLETE PART / REFERENCE NUMBER
========================================================== */

/*
 * The part-number column sizes itself to the COMPLETE number.
 * The description receives the remaining space and is the only field allowed
 * to truncate when the dropdown is too narrow.
 */
[data-part-suggestions].suggestions-list button{
  display:grid;
  grid-template-columns:max-content minmax(0,1fr);
  align-items:center;
  column-gap:24px;
  width:100%;
  min-width:0;
  text-align:left;
}

[data-part-suggestions].suggestions-list button > strong{
  display:block;
  width:auto;
  min-width:0;
  max-width:none;
  flex:none;
  white-space:nowrap;
  overflow:visible;
  text-overflow:clip;
  word-break:normal;
  overflow-wrap:normal;
  line-height:1.15;
}

[data-part-suggestions].suggestions-list button > span{
  display:block;
  min-width:0;
  padding-left:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height:1.2;
}

@media(max-width:640px){
  [data-part-suggestions].suggestions-list button{
    grid-template-columns:1fr;
    row-gap:5px;
  }

  [data-part-suggestions].suggestions-list button > strong{
    width:100%;
    white-space:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    text-overflow:clip;
  }

  [data-part-suggestions].suggestions-list button > span{
    width:100%;
  }
}

/* ==========================================================
   terra-predictive-number-label-separation-phase2o-v3-12-20260819
   HOME PREDICTIVE — COMPLETE NUMBER + GUARANTEED LABEL GAP
========================================================== */

/*
 * Desktop/tablet:
 * - part/reference number always stays complete;
 * - description begins after an explicit 24px margin;
 * - only description is allowed to truncate.
 */
[data-part-suggestions].suggestions-list button{
  display:flex;
  align-items:center;
  gap:0;
  width:100%;
  min-width:0;
  text-align:left;
}

[data-part-suggestions].suggestions-list button > strong{
  display:block;
  flex:0 0 auto;
  width:auto;
  min-width:0;
  max-width:none;
  white-space:nowrap;
  overflow:visible;
  text-overflow:clip;
  word-break:normal;
  overflow-wrap:normal;
  line-height:1.15;
}

[data-part-suggestions].suggestions-list button > span{
  display:block;
  flex:1 1 auto;
  min-width:0;
  margin-left:24px;
  padding-left:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height:1.2;
}

/*
 * Mobile:
 * stack the complete number above the description rather than compressing it.
 */
@media(max-width:640px){
  [data-part-suggestions].suggestions-list button{
    display:grid;
    grid-template-columns:1fr;
    row-gap:5px;
  }

  [data-part-suggestions].suggestions-list button > strong{
    width:100%;
    max-width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
  }

  [data-part-suggestions].suggestions-list button > span{
    width:100%;
    margin-left:0;
  }
}

/* ==========================================================
   PHASE 2R V2 — SHARED MODERN LEGAL PAGE SYSTEM — 2026-08-19
   Refined UX owner — Phase 2R V2.1.1
   Terms of Use / Terms of Sale / Privacy / Cookie / Disclaimer
========================================================== */

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page {
  --terra-legal-navy:#1b283a;
  --terra-legal-orange:#ff834f;
  --terra-legal-offwhite:#f8f7e5;
  --terra-legal-sea:#7b97a1;
  --terra-legal-text:#263946;
  --terra-legal-muted:#60727a;
  --terra-legal-line:#dce4e6;
  width:100%;
  margin:0 auto;
  padding:0 0 44px;
}

/* Hero — quieter and more compact */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-hero {
  margin:0 0 22px!important;
  padding:23px 26px 25px!important;
  border:1px solid var(--terra-legal-line)!important;
  border-top:3px solid var(--terra-legal-orange)!important;
  border-radius:11px!important;
  background:
    radial-gradient(circle at 94% 8%, rgba(123,151,161,.10), transparent 34%),
    linear-gradient(135deg,#fff 0%,#fff 78%,#fafcfc 100%)!important;
  box-shadow:0 8px 24px rgba(27,40,58,.055)!important;
}

.terra-legal-hero__meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 0 10px;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-hero .eyebrow {
  margin:0!important;
}

.terra-legal-updated {
  margin:0!important;
  color:var(--terra-legal-muted)!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.35!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-hero h1 {
  margin:0!important;
  color:var(--terra-legal-navy)!important;
  font-size:clamp(32px,3.5vw,44px)!important;
  line-height:1.04!important;
  letter-spacing:-.025em!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-summary {
  max-width:760px!important;
  margin:11px 0 0!important;
  color:var(--terra-legal-muted)!important;
  font-size:15px!important;
  line-height:1.55!important;
}

/* Main composition */
.terra-legal-layout {
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  align-items:start;
  gap:22px;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-nav,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-content {
  margin:0!important;
  border:1px solid var(--terra-legal-line)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 7px 20px rgba(27,40,58,.045)!important;
}

/* Quiet navigation: useful, not dominant */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-nav {
  padding:0!important;
  overflow:hidden;
  border-top:2px solid rgba(255,131,79,.72)!important;
}

.terra-legal-nav__inner {
  position:sticky;
  top:18px;
  padding:18px 17px;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-nav .eyebrow {
  margin:0 0 9px!important;
  font-size:10px!important;
}

.terra-legal-nav nav {
  display:grid;
  gap:1px;
}

.terra-legal-nav nav a,
.terra-legal-nav__resources a {
  display:block;
  padding:7px 8px;
  border-left:2px solid transparent;
  border-radius:5px;
  color:#334952;
  font-size:12px;
  font-weight:700;
  line-height:1.3;
  text-decoration:none;
  transition:background-color .16s ease,color .16s ease,border-color .16s ease;
}

.terra-legal-nav nav a:hover,
.terra-legal-nav nav a:focus-visible,
.terra-legal-nav__resources a:hover,
.terra-legal-nav__resources a:focus-visible {
  border-left-color:var(--terra-legal-orange);
  background:#f6f8f8;
  color:var(--terra-legal-navy);
  outline:none;
}

.terra-legal-nav__resources {
  margin:15px -17px -18px;
  padding:15px 17px 17px;
  border-top:1px solid var(--terra-legal-line);
  background:#faf9f0;
}

/* Article — normal legal copy is plain, calm and readable */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-content {
  padding:6px 30px 28px!important;
  min-width:0;
  border-top:2px solid rgba(255,131,79,.72)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-content > p {
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

.terra-legal-section {
  scroll-margin-top:24px;
  padding:24px 0;
  border-bottom:1px solid #e5eaea;
}

.terra-legal-section:first-child {
  padding-top:20px;
}

.terra-legal-section:last-of-type {
  border-bottom:0;
}

.terra-legal-section h2 {
  margin:0 0 11px!important;
  color:var(--terra-legal-navy)!important;
  font-size:20px!important;
  line-height:1.22!important;
  letter-spacing:-.012em!important;
}

/* Critical reset: ordinary legal paragraphs must NOT look like warnings/cards */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-section > p {
  max-width:780px!important;
  margin:0 0 11px!important;
  padding:0!important;
  border:0!important;
  border-left:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--terra-legal-text)!important;
  font-size:15px!important;
  line-height:1.67!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-section > p:last-of-type {
  margin-bottom:0!important;
}

.terra-legal-section ul {
  max-width:780px;
  margin:12px 0 0;
  padding-left:21px;
}

.terra-legal-section li {
  color:var(--terra-legal-text)!important;
  font-size:15px!important;
  line-height:1.64!important;
}

.terra-legal-section li + li {
  margin-top:6px;
}

/* Only real warnings / rights notices get visual emphasis */
.terra-legal-notice {
  max-width:790px;
  margin:17px 0 0;
  padding:15px 16px;
  border-radius:8px;
  box-shadow:none;
}

.terra-legal-notice strong {
  display:block;
  margin:0 0 5px;
  color:var(--terra-legal-navy);
  font-size:13px;
  font-weight:900;
  line-height:1.3;
  letter-spacing:.01em;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-notice p {
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-left:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--terra-legal-text)!important;
  font-size:14px!important;
  line-height:1.58!important;
}

.terra-legal-notice--important {
  border:1px solid rgba(255,131,79,.34);
  border-left:4px solid var(--terra-legal-orange);
  background:#fff8f4;
}

.terra-legal-notice--rights {
  border:1px solid rgba(123,151,161,.38);
  border-left:4px solid var(--terra-legal-sea);
  background:#f5f8f8;
}

/* Subtle target feedback when a left-nav link is used */
.terra-legal-section:target h2 {
  color:#0f2438!important;
}

.terra-legal-section:target {
  scroll-margin-top:22px;
}

/* Closing resources — restrained and clearly actionable */
.terra-legal-support {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  margin:25px 0 0;
  padding:19px 20px;
  border:1px solid rgba(123,151,161,.30);
  border-radius:9px;
  background:linear-gradient(135deg,#faf9f0 0%,#fff 82%);
}

.terra-legal-support > div:first-child {
  min-width:0;
}

.terra-legal-support .eyebrow {
  margin:0 0 5px!important;
}

.terra-legal-support h2 {
  margin:0 0 6px!important;
  color:var(--terra-legal-navy)!important;
  font-size:18px!important;
  line-height:1.25!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-support p {
  max-width:620px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-left:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--terra-legal-muted)!important;
  font-size:13px!important;
  line-height:1.5!important;
}

.terra-legal-support__actions {
  display:flex;
  align-items:center;
  flex:0 0 auto;
  gap:8px;
}

/* Explicit button styling so links never fall back to browser-link appearance */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-support__actions a {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  margin:0!important;
  padding:0 15px!important;
  border-radius:7px!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-support__actions a.primary {
  border:1px solid var(--terra-legal-orange)!important;
  background:var(--terra-legal-orange)!important;
  color:#fff!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-support__actions a.primary:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-support__actions a.primary:focus-visible {
  border-color:var(--terra-legal-navy)!important;
  background:var(--terra-legal-navy)!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(27,40,58,.12)!important;
  outline:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-support__actions a.secondary {
  border:1px solid #aebdc2!important;
  background:#fff!important;
  color:var(--terra-legal-navy)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-support__actions a.secondary:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-legal-page .terra-legal-support__actions a.secondary:focus-visible {
  border-color:var(--terra-legal-navy)!important;
  background:var(--terra-legal-navy)!important;
  color:#fff!important;
  outline:none!important;
}

@media (max-width:900px) {
  .terra-legal-layout {
    grid-template-columns:1fr;
  }

  .terra-legal-nav__inner {
    position:static;
  }

  .terra-legal-nav nav {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:2px 8px;
  }

  .terra-legal-nav__resources {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:3px 6px;
  }

  .terra-legal-nav__resources .eyebrow {
    grid-column:1 / -1;
  }
}

@media (max-width:640px) {
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-legal-page .terra-legal-hero {
    padding:20px 18px 21px!important;
    border-radius:9px!important;
  }

  .terra-legal-hero__meta {
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-legal-page .terra-legal-hero h1 {
    font-size:32px!important;
  }

  .terra-legal-layout {
    gap:15px;
  }

  .terra-legal-nav nav,
  .terra-legal-nav__resources {
    grid-template-columns:1fr;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-legal-page .terra-legal-content {
    padding:3px 17px 17px!important;
  }

  .terra-legal-section {
    padding:21px 0;
  }

  .terra-legal-section h2 {
    font-size:19px!important;
  }

  .terra-legal-support {
    grid-template-columns:1fr;
    gap:15px;
    padding:17px;
  }

  .terra-legal-support__actions {
    width:100%;
    flex-direction:column;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-legal-page .terra-legal-support__actions a {
    width:100%!important;
  }
}

/* ==================================================================
   terra-permanent-product-pages-phase2s-v3-20260819
   Permanent /parts/{TERRA_PART_NUMBER} SEO landing pages
   ================================================================== */

.terra-public-catalogue-links{
  margin:26px 0;
  padding:24px;
  border:1px solid rgba(123,151,161,.28);
  border-top:3px solid #ff834f;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(27,40,58,.06);
}

.terra-public-catalogue-links__head{
  max-width:760px;
  margin-bottom:18px;
}

.terra-public-catalogue-links__head h2{
  margin:4px 0 7px;
  color:#1b283a;
}

.terra-public-catalogue-links__head p:last-child{
  margin-bottom:0;
  color:#52636d;
}

.terra-public-catalogue-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.terra-public-catalogue-card{
  display:flex;
  min-width:0;
  gap:14px;
  align-items:center;
  padding:14px;
  border:1px solid #dde4e6;
  border-radius:14px;
  background:#fdfdf9;
  color:#1b283a;
  text-decoration:none;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.terra-public-catalogue-card:hover{
  border-color:#7b97a1;
  background:#fff;
  box-shadow:0 8px 20px rgba(27,40,58,.08);
}

.terra-public-catalogue-card__image{
  flex:0 0 74px;
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:10px;
  background:#fff;
  border:1px solid #e5eaea;
}

.terra-public-catalogue-card__image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.terra-public-catalogue-card__body{
  min-width:0;
  display:grid;
  gap:4px;
}

.terra-public-catalogue-card__body strong{
  color:#1b283a;
  font-size:15px;
  letter-spacing:.02em;
}

.terra-public-catalogue-card__body span{
  color:#445864;
  line-height:1.35;
}

.terra-public-catalogue-card__body small{
  color:#c8572d;
  font-weight:700;
}

.terra-part-page{
  display:grid;
  gap:22px;
  margin-bottom:30px;
}

.terra-part-breadcrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  color:#60727a;
  font-size:13px;
}

.terra-part-breadcrumbs a{
  color:#1b283a;
  font-weight:700;
  text-decoration:none;
}

.terra-part-breadcrumbs a:hover{
  text-decoration:underline;
}

.terra-part-hero{
  display:grid;
  grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr);
  gap:30px;
  padding:28px;
  border:1px solid rgba(123,151,161,.28);
  border-top:4px solid #ff834f;
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 38px rgba(27,40,58,.07);
}

.terra-part-hero__visual{
  min-height:390px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:16px;
  background:#f8f7e5;
  border:1px solid #e4e5dd;
}

.terra-part-hero__visual img{
  width:100%;
  height:100%;
  max-height:470px;
  display:block;
  object-fit:contain;
  background:#fff;
}

.terra-part-image-placeholder{
  color:#7b97a1;
  font-size:22px;
  font-weight:800;
}

.terra-part-hero__copy{
  align-self:center;
}

.terra-part-status-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  margin:8px 0 12px;
  color:#52636d;
  font-size:13px;
  font-weight:700;
}

.terra-part-status{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:4px 9px;
  border-radius:999px;
  background:#eef5ef;
  border:1px solid #bfd5c2;
  color:#2f6840;
  font-size:11px;
  letter-spacing:.07em;
}

.terra-part-hero h1{
  margin:0 0 5px;
  color:#1b283a;
  font-size:clamp(30px,4vw,46px);
  line-height:1.05;
}

.terra-part-hero h2{
  margin:0 0 15px;
  color:#314552;
  font-size:clamp(20px,2.4vw,28px);
  line-height:1.2;
  font-weight:700;
}

.terra-part-anchor{
  display:inline-block;
  margin:0 0 13px;
  padding:8px 11px;
  border-radius:9px;
  background:#f8f7e5;
  color:#1b283a;
}

.terra-part-description{
  color:#475c66;
  line-height:1.65;
}

.terra-part-actions{
  margin-top:18px;
}

.terra-part-pricing-note{
  margin:12px 0 0;
  color:#718087;
  font-size:12px;
  line-height:1.45;
}

.terra-part-fitment-warning{
  display:grid;
  gap:5px;
  padding:16px 18px;
  border:1px solid #f0c6b5;
  border-left:4px solid #ff834f;
  border-radius:12px;
  background:#fff8f3;
  color:#4a5357;
}

.terra-part-fitment-warning strong{
  color:#1b283a;
}

.terra-part-content-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:22px;
  align-items:start;
}

.terra-part-panel{
  min-width:0;
  padding:24px;
  border:1px solid rgba(123,151,161,.28);
  border-top:3px solid rgba(255,131,79,.85);
  border-radius:17px;
  background:#fff;
  box-shadow:0 10px 26px rgba(27,40,58,.055);
}

.terra-part-panel__head{
  margin-bottom:17px;
}

.terra-part-panel__head h2{
  margin:4px 0 7px;
  color:#1b283a;
}

.terra-part-panel__head p:last-child{
  color:#5d6f78;
  margin-bottom:0;
}

.terra-part-specs{
  margin:0;
  display:grid;
}

.terra-part-specs>div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:15px;
  padding:10px 0;
  border-bottom:1px solid #e8ecec;
}

.terra-part-specs>div:last-child{
  border-bottom:0;
}

.terra-part-specs dt{
  color:#596c75;
}

.terra-part-specs dd{
  margin:0;
  color:#1b283a;
  font-weight:800;
  text-align:right;
}

.terra-part-specs dd span{
  color:#6e7c82;
  font-weight:600;
}

.terra-part-reference-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.terra-part-reference{
  display:grid;
  min-width:0;
  gap:2px;
  padding:11px 12px;
  border:1px solid #e0e6e7;
  border-radius:11px;
  background:#fbfcfa;
}

.terra-part-reference strong{
  color:#60727a;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.terra-part-reference span{
  color:#1b283a;
  font-size:15px;
  font-weight:800;
  overflow-wrap:anywhere;
}

.terra-part-reference small{
  color:#718087;
  line-height:1.3;
}

.terra-part-reference-note{
  margin:14px 0 0;
  color:#65777f;
  font-size:13px;
}

.terra-part-application-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.terra-part-application-grid article{
  display:grid;
  gap:5px;
  padding:14px;
  border:1px solid #e1e7e8;
  border-radius:12px;
  background:#fdfdf9;
}

.terra-part-application-grid strong{
  color:#1b283a;
}

.terra-part-application-grid span,
.terra-part-application-grid small{
  color:#62747c;
}

.terra-part-closing{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  padding:22px 24px;
  border-radius:17px;
  background:#f8f7e5;
  border:1px solid #e0e1d7;
}

.terra-part-closing h2{
  margin:4px 0 5px;
  color:#1b283a;
}

.terra-part-closing p:last-child{
  margin-bottom:0;
  color:#5c6c72;
}

.terra-part-closing__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.terra-part-not-found{
  max-width:760px;
  margin:30px auto;
  padding:28px;
  text-align:center;
  border:1px solid #dfe5e6;
  border-top:3px solid #ff834f;
  border-radius:18px;
  background:#fff;
}

@media (max-width:900px){
  .terra-public-catalogue-grid{
    grid-template-columns:1fr;
  }

  .terra-part-hero,
  .terra-part-content-grid{
    grid-template-columns:1fr;
  }

  .terra-part-hero__visual{
    min-height:300px;
  }

  .terra-part-closing{
    grid-template-columns:1fr;
  }

  .terra-part-closing__actions{
    justify-content:flex-start;
  }
}

@media (max-width:640px){
  .terra-public-catalogue-links,
  .terra-part-hero,
  .terra-part-panel,
  .terra-part-closing{
    padding:17px;
    border-radius:14px;
  }

  .terra-part-hero{
    gap:19px;
  }

  .terra-part-hero__visual{
    min-height:240px;
  }

  .terra-part-reference-list,
  .terra-part-application-grid{
    grid-template-columns:1fr;
  }

  .terra-part-specs>div{
    grid-template-columns:1fr;
    gap:3px;
  }

  .terra-part-specs dd{
    text-align:left;
  }

  .terra-part-actions,
  .terra-part-closing__actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .terra-part-actions>a,
  .terra-part-actions>button,
  .terra-part-closing__actions>a{
    width:100%;
    justify-content:center;
    text-align:center;
  }
}

/* ==========================================================
   terra-sitewide-button-colour-system-v1-20260823
   PUBLIC + ACCOUNT ACCESS ACTION COLOUR STANDARD

   Light surfaces: Terra navy -> Terra orange.
   Dark surfaces:  Terra orange -> Terra navy.
   WhatsApp actions, site header/nav and footer are excluded.
   Geometry/spacing remains owned by existing components.
========================================================== */

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container
:is(
  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  a.button,
  a.button-link,
  a.small-button,
  a.btn,
  a.terra-action,
  a.contact-action,
  a.trust-action,
  a.terra-product-primary-action,
  a.terra-product-secondary-action,
  a.marketing-manage-button,
  a.terra-auth-support--primary,
  a.terra-auth-support--secondary,
  [role="button"]
):not(.whatsapp-button):not(.terra-action--whatsapp):not(.terra-product-whatsapp-action):not(.contact-action--whatsapp):not(.trust-action--whatsapp):not(.terra-whatsapp-confirm-button):not(.terra-wa-confirm-admin):not([class*="whatsapp"]):not([href*="wa.me"]):not([href*="whatsapp.com"]){
  border-color:#1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container
:is(
  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  a.button,
  a.button-link,
  a.small-button,
  a.btn,
  a.terra-action,
  a.contact-action,
  a.trust-action,
  a.terra-product-primary-action,
  a.terra-product-secondary-action,
  a.marketing-manage-button,
  a.terra-auth-support--primary,
  a.terra-auth-support--secondary,
  [role="button"]
):not(.whatsapp-button):not(.terra-action--whatsapp):not(.terra-product-whatsapp-action):not(.contact-action--whatsapp):not(.trust-action--whatsapp):not(.terra-whatsapp-confirm-button):not(.terra-wa-confirm-admin):not([class*="whatsapp"]):not([href*="wa.me"]):not([href*="whatsapp.com"]):hover:not(:disabled),
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container
:is(
  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  a.button,
  a.button-link,
  a.small-button,
  a.btn,
  a.terra-action,
  a.contact-action,
  a.trust-action,
  a.terra-product-primary-action,
  a.terra-product-secondary-action,
  a.marketing-manage-button,
  a.terra-auth-support--primary,
  a.terra-auth-support--secondary,
  [role="button"]
):not(.whatsapp-button):not(.terra-action--whatsapp):not(.terra-product-whatsapp-action):not(.contact-action--whatsapp):not(.trust-action--whatsapp):not(.terra-whatsapp-confirm-button):not(.terra-wa-confirm-admin):not([class*="whatsapp"]):not([href*="wa.me"]):not([href*="whatsapp.com"]):focus-visible:not(:disabled){
  border-color:#ff834f!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

/* Complete audited set of current public dark action surfaces. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container
:is(
  .terra-product-hero,
  .terra-home-toyota-promo,
  .terra-faq-hero__main,
  .home-slider-card,
  .is-dark,
  .terra-dark,
  [class*="--dark"]
) 
:is(
  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  a.button,
  a.button-link,
  a.small-button,
  a.btn,
  a.terra-action,
  a.contact-action,
  a.trust-action,
  a.terra-product-primary-action,
  a.terra-product-secondary-action,
  a.marketing-manage-button,
  a.terra-auth-support--primary,
  a.terra-auth-support--secondary,
  [role="button"]
):not(.whatsapp-button):not(.terra-action--whatsapp):not(.terra-product-whatsapp-action):not(.contact-action--whatsapp):not(.trust-action--whatsapp):not(.terra-whatsapp-confirm-button):not(.terra-wa-confirm-admin):not([class*="whatsapp"]):not([href*="wa.me"]):not([href*="whatsapp.com"]){
  border-color:#ff834f!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container
:is(
  .terra-product-hero,
  .terra-home-toyota-promo,
  .terra-faq-hero__main,
  .home-slider-card,
  .is-dark,
  .terra-dark,
  [class*="--dark"]
) 
:is(
  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  a.button,
  a.button-link,
  a.small-button,
  a.btn,
  a.terra-action,
  a.contact-action,
  a.trust-action,
  a.terra-product-primary-action,
  a.terra-product-secondary-action,
  a.marketing-manage-button,
  a.terra-auth-support--primary,
  a.terra-auth-support--secondary,
  [role="button"]
):not(.whatsapp-button):not(.terra-action--whatsapp):not(.terra-product-whatsapp-action):not(.contact-action--whatsapp):not(.trust-action--whatsapp):not(.terra-whatsapp-confirm-button):not(.terra-wa-confirm-admin):not([class*="whatsapp"]):not([href*="wa.me"]):not([href*="whatsapp.com"]):hover:not(:disabled),
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container
:is(
  .terra-product-hero,
  .terra-home-toyota-promo,
  .terra-faq-hero__main,
  .home-slider-card,
  .is-dark,
  .terra-dark,
  [class*="--dark"]
) 
:is(
  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  a.button,
  a.button-link,
  a.small-button,
  a.btn,
  a.terra-action,
  a.contact-action,
  a.trust-action,
  a.terra-product-primary-action,
  a.terra-product-secondary-action,
  a.marketing-manage-button,
  a.terra-auth-support--primary,
  a.terra-auth-support--secondary,
  [role="button"]
):not(.whatsapp-button):not(.terra-action--whatsapp):not(.terra-product-whatsapp-action):not(.contact-action--whatsapp):not(.trust-action--whatsapp):not(.terra-whatsapp-confirm-button):not(.terra-wa-confirm-admin):not([class*="whatsapp"]):not([href*="wa.me"]):not([href*="whatsapp.com"]):focus-visible:not(:disabled){
  border-color:#1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

/* Native file-picker buttons on light public surfaces. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container input[type="file"]::file-selector-button,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container input[type="file"]::-webkit-file-upload-button{
  border-color:#1b283a!important;
  background:#1b283a!important;
  color:#ffffff!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container input[type="file"]::file-selector-button:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container input[type="file"]::-webkit-file-upload-button:hover{
  border-color:#ff834f!important;
  background:#ff834f!important;
  color:#ffffff!important;
}

/* ==========================================================
   terra-public-modern-surface-consistency-v1-20260823
   PUBLIC UTILITY SURFACES — CURRENT-ERA CONSISTENCY

   Home search hero and product-image heroes are intentionally excluded.
   Header/footer/WhatsApp are not targeted.
========================================================== */

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)){
  --terra-public-ui-line:#dce4e8;
  --terra-public-ui-radius:14px;
  --terra-public-ui-shadow:0 10px 30px rgba(27,40,58,.055);
  --terra-public-ui-shadow-soft:0 5px 18px rgba(27,40,58,.04);
}

/* Reduce the old 42px legacy top padding on non-Home/non-product utility pages. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)):not(:has(.home-hero-search)):not(:has(.terra-product-hero))
> main.container{
  padding-top:28px!important;
  padding-bottom:44px!important;
}

/* Generic public utility hero: preserve Terra orange top accent. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container > .hero:not(.home-hero-search):not(.terra-product-hero),
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .hero.terra-primary-hero{
  box-sizing:border-box!important;
  margin:0 0 20px!important;
  padding:24px 26px!important;
  border:1px solid var(--terra-public-ui-line)!important;
  border-top:3px solid var(--terra-orange)!important;
  border-left:1px solid var(--terra-public-ui-line)!important;
  border-radius:var(--terra-public-ui-radius)!important;
  background:linear-gradient(145deg,#ffffff 0%,#fbfcfd 100%)!important;
  box-shadow:var(--terra-public-ui-shadow)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container > .hero:not(.home-hero-search):not(.terra-product-hero) h1,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .hero.terra-primary-hero h1{
  margin:0 0 8px!important;
  color:var(--terra-navy)!important;
  font-size:clamp(32px,3.8vw,46px)!important;
  line-height:1.04!important;
  letter-spacing:-.025em!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container > .hero:not(.home-hero-search):not(.terra-product-hero) .eyebrow,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .hero.terra-primary-hero .eyebrow{
  margin:0 0 8px!important;
  color:var(--terra-orange)!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

/* Quote page: neutral surface language; no orange top rails. */
body:has(#terra-quote-page) > main.container{
  padding-top:28px!important;
  padding-bottom:44px!important;
}

body:has(#terra-quote-page) > main.container > .hero{
  margin-top:0!important;
}

#terra-quote-page{
  gap:20px!important;
}

#terra-quote-page .quote-panel{
  border:1px solid var(--terra-public-ui-line)!important;
  border-top:1px solid var(--terra-public-ui-line)!important;
  border-left:1px solid var(--terra-public-ui-line)!important;
  border-radius:var(--terra-public-ui-radius)!important;
  background:#fff!important;
  box-shadow:var(--terra-public-ui-shadow-soft)!important;
}

#terra-quote-page .quote-panel .section-heading{
  gap:18px!important;
  padding-bottom:14px!important;
  margin-bottom:18px!important;
  border-bottom:1px solid var(--terra-public-ui-line)!important;
}

#terra-quote-page .quote-panel .section-heading h2{
  margin:0!important;
  color:var(--terra-navy)!important;
  font-size:clamp(22px,2.2vw,27px)!important;
  line-height:1.15!important;
  letter-spacing:-.015em!important;
}

@media(max-width:720px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)):not(:has(.home-hero-search)):not(:has(.terra-product-hero))
  > main.container,
  body:has(#terra-quote-page) > main.container{
    padding-top:20px!important;
    padding-bottom:32px!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container > .hero:not(.home-hero-search):not(.terra-product-hero),
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .hero.terra-primary-hero{
    padding:20px!important;
  }
}/* V2.3 SURGICAL — HOME NON-HERO RAIL CLEANUP */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container
:is(.home-slider-card,.terra-home-toyota-promo,.featured-products,.service-kit-panel){
  border-top:1px solid var(--terra-public-ui-line)!important;
}
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .home-hero-search{
  border-top-color:var(--terra-orange)!important;
}

/* terra-contact-whatsapp-phase2a-v1-20260826
   Country-aware sales contact UX.
   WhatsApp green is intentionally reserved for direct WhatsApp actions. */
.terra-contact-page .terra-country-contact__intro{
    max-width:820px;
    margin-bottom:18px;
}
.terra-contact-page .terra-country-contact__intro h2{
    margin:4px 0 8px;
}
.terra-contact-page .terra-country-contact__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin:18px 0 20px;
}
.terra-contact-page .terra-country-card{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    min-height:230px;
    padding:20px;
    border:1px solid #d7e0e3;
    border-radius:10px;
    background:#fff;
    box-shadow:0 8px 22px rgba(27,40,58,.05);
}
.terra-contact-page .terra-country-card--za{
    border-top:4px solid #1b283a;
}
.terra-contact-page .terra-country-card--mz{
    border-top:4px solid #ff834f;
}
.terra-contact-page .terra-country-card h3{
    margin:0;
    color:#1b283a;
}
.terra-contact-page .terra-country-card p{
    margin:0;
}
.terra-contact-page .terra-country-card__number{
    margin-top:auto!important;
    font-size:1.08rem;
    font-weight:800;
    color:#1b283a;
}
html body > main.container a.terra-wa-action,
html body > main.container a.terra-wa-action:link,
html body > main.container a.terra-wa-action:visited{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    border:1px solid #25d366!important;
    background:#25d366!important;
    background-color:#25d366!important;
    color:#fff!important;
    text-decoration:none!important;
}
html body > main.container a.terra-wa-action::before{
    content:"";
    display:inline-block;
    width:18px;
    height:18px;
    flex:0 0 18px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:18px 18px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='11.5' r='8.25' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath d='M6.4 18.2 5.6 21l2.9-.8' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.05 7.8c.3-.3.72-.26.94.08l1.03 1.58c.2.31.16.72-.1.98l-.58.58c.72 1.43 1.77 2.48 3.2 3.2l.58-.58c.26-.26.67-.3.98-.1l1.58 1.03c.34.22.38.64.08.94l-.5.5c-.73.73-1.8.98-2.77.64-3.2-1.11-5.72-3.63-6.83-6.83-.34-.97-.09-2.04.64-2.77l.5-.5z' fill='%23ffffff'/%3E%3C/svg%3E");
}
html body > main.container a.terra-wa-action:hover,
html body > main.container a.terra-wa-action:focus,
html body > main.container a.terra-wa-action:focus-visible{
    border-color:#1fae55!important;
    background:#1fae55!important;
    background-color:#1fae55!important;
    color:#fff!important;
}
.trust.trust--actions.terra-sales-desk-actions{
    grid-template-columns:repeat(3,minmax(0,1fr));
}
@media (max-width:900px){
    .trust.trust--actions.terra-sales-desk-actions{
        grid-template-columns:1fr;
    }
}
@media (max-width:720px){
    .terra-contact-page .terra-country-contact__grid{
        grid-template-columns:1fr;
    }
    .terra-contact-page .terra-country-card{
        min-height:0;
    }
    .terra-contact-page .terra-country-card .terra-wa-action{
        width:100%;
    }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-redesign-css-phase2b-v1-20260826
   Terra News + technical article system.
   Public-only owner layered after legacy News selectors.
-------------------------------------------------------------------------------------------------- */
.terra-news-page{
  --terra-news-navy:#1b283a;
  --terra-news-orange:#ff834f;
  --terra-news-cream:#f8f7e5;
  --terra-news-sea:#7b97a1;
  --terra-news-white:#ffffff;
  display:grid;
  gap:42px;
  padding-bottom:34px;
}

.terra-news-page :where(h1,h2,h3,p,figure){
  margin-top:0;
}

.terra-news-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);
  gap:28px;
  align-items:end;
  padding:clamp(30px,5vw,58px);
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  background:
    radial-gradient(circle at 86% 18%,rgba(255,131,79,.20),transparent 34%),
    linear-gradient(135deg,#1b283a 0%,#26384f 100%);
  color:#fff;
  box-shadow:0 22px 50px rgba(27,40,58,.16);
}

.terra-news-hero-copy{
  max-width:780px;
}

.terra-news-hero .eyebrow,
.terra-news-article .eyebrow,
.terra-news-cta .eyebrow{
  color:var(--terra-news-orange);
}

.terra-news-hero h1{
  max-width:800px;
  margin-bottom:18px;
  color:#fff;
  font-size:clamp(2.2rem,5vw,4.7rem);
  line-height:.98;
  letter-spacing:-.045em;
}

.terra-news-hero-copy > p:not(.eyebrow):not(.terra-news-signature){
  max-width:760px;
  margin-bottom:0;
  color:rgba(255,255,255,.82);
  font-size:clamp(1rem,1.35vw,1.15rem);
  line-height:1.7;
}

.terra-news-signature{
  margin:22px 0 0;
  color:#fff;
  font-size:.88rem;
  font-weight:900;
  letter-spacing:.19em;
}

.terra-news-category-nav{
  display:grid;
  gap:9px;
  align-content:end;
}

.terra-news-category-nav a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  padding:11px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-weight:800;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.terra-news-category-nav a::after{
  content:"→";
  color:var(--terra-news-orange);
}

.terra-news-category-nav a:hover,
.terra-news-category-nav a:focus-visible{
  transform:translateX(3px);
  border-color:rgba(255,131,79,.65);
  background:rgba(255,255,255,.11);
}

.terra-news-section-heading{
  max-width:760px;
  margin-bottom:20px;
}

.terra-news-section-heading h2{
  margin-bottom:8px;
  color:var(--terra-news-navy);
  font-size:clamp(1.7rem,3vw,2.65rem);
  line-height:1.08;
  letter-spacing:-.03em;
}

.terra-news-section-heading > p:not(.eyebrow){
  margin-bottom:0;
  color:#5b6972;
  line-height:1.7;
}

.terra-news-featured-card{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);
  overflow:hidden;
  min-height:420px;
  border:1px solid rgba(27,40,58,.12);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 42px rgba(27,40,58,.10);
}

.terra-news-featured-media{
  min-height:100%;
  background:var(--terra-news-navy);
}

.terra-news-featured-media img,
.terra-news-card-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.terra-news-featured-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:clamp(28px,4vw,48px);
}

.terra-news-featured-copy h2{
  margin:12px 0 14px;
  color:var(--terra-news-navy);
  font-size:clamp(1.75rem,3vw,2.75rem);
  line-height:1.04;
  letter-spacing:-.035em;
}

.terra-news-featured-copy h2 a,
.terra-news-card h3 a,
.terra-news-archive-card h3 a{
  color:inherit;
  text-decoration:none;
}

.terra-news-featured-copy p{
  margin-bottom:22px;
  color:#5a6872;
  line-height:1.72;
}

.terra-news-card-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 12px;
  align-items:center;
  color:#63727c;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.terra-news-card-meta span{
  color:#c85f35;
}

.terra-news-card-meta time{
  color:#71808a;
}

.terra-news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.terra-news-card{
  display:flex;
  overflow:hidden;
  min-width:0;
  flex-direction:column;
  border:1px solid rgba(27,40,58,.12);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 32px rgba(27,40,58,.08);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.terra-news-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,131,79,.52);
  box-shadow:0 18px 40px rgba(27,40,58,.12);
}

.terra-news-card-media{
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eef1f2;
}

.terra-news-card-copy{
  display:flex;
  flex:1;
  flex-direction:column;
  align-items:flex-start;
  padding:22px;
}

.terra-news-card h3{
  margin:10px 0 10px;
  color:var(--terra-news-navy);
  font-size:1.25rem;
  line-height:1.2;
}

.terra-news-card-copy > p{
  margin-bottom:18px;
  color:#5d6a72;
  line-height:1.65;
}

.terra-news-card-copy .text-link{
  margin-top:auto;
}

.terra-news-archive{
  padding-top:6px;
  border-top:1px solid rgba(27,40,58,.10);
}

.terra-news-archive-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.terra-news-archive-card{
  padding:20px;
  border:1px solid rgba(27,40,58,.10);
  border-radius:16px;
  background:rgba(248,247,229,.46);
}

.terra-news-archive-card h3{
  margin:9px 0 8px;
  color:var(--terra-news-navy);
  font-size:1.06rem;
  line-height:1.28;
}

.terra-news-archive-card p{
  margin-bottom:12px;
  color:#65727a;
  font-size:.94rem;
  line-height:1.58;
}

.terra-news-cta{
  display:flex;
  gap:28px;
  align-items:center;
  justify-content:space-between;
  padding:30px clamp(24px,4vw,40px);
  border-radius:22px;
  background:var(--terra-news-cream);
  border:1px solid rgba(27,40,58,.10);
}

.terra-news-cta h2{
  margin-bottom:8px;
  color:var(--terra-news-navy);
  font-size:clamp(1.5rem,3vw,2.2rem);
}

.terra-news-cta p:not(.eyebrow){
  max-width:700px;
  margin-bottom:0;
  color:#5d6971;
}

.terra-news-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  flex:0 0 auto;
}

.terra-news-page--article{
  max-width:1120px;
  margin-inline:auto;
}

.terra-news-article{
  width:100%;
}

.terra-news-article-header{
  max-width:900px;
  margin:6px auto 26px;
  text-align:left;
}

.terra-news-article-kicker{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0 0 14px;
  color:#6a7881;
  font-size:.86rem;
  font-weight:800;
}

.terra-news-article-kicker a{
  color:#c85f35;
  text-decoration:none;
}

.terra-news-article-header h1{
  margin-bottom:16px;
  color:var(--terra-news-navy);
  font-size:clamp(2.25rem,5vw,4.6rem);
  line-height:1;
  letter-spacing:-.045em;
}

.terra-news-article-header .article-summary{
  max-width:820px;
  margin-bottom:0;
  color:#5b6972;
  font-size:clamp(1.08rem,1.8vw,1.28rem);
  line-height:1.68;
}

.terra-news-article-figure{
  overflow:hidden;
  margin:0 0 34px;
  border-radius:24px;
  background:#edf0f1;
  box-shadow:0 18px 42px rgba(27,40,58,.10);
}

.terra-news-page .terra-news-article-figure .article-hero{
  display:block;
  width:100%;
  max-height:none;
  aspect-ratio:16/9;
  margin:0;
  object-fit:cover;
  border-radius:0;
}

.terra-news-article-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:42px;
  align-items:start;
  max-width:1040px;
  margin-inline:auto;
}

.terra-news-article-body{
  min-width:0;
  max-width:760px;
}

.terra-news-copy-section{
  margin-bottom:34px;
}

.terra-news-copy-section h2{
  margin:0 0 12px;
  color:var(--terra-news-navy);
  font-size:clamp(1.5rem,2.4vw,2rem);
  line-height:1.16;
  letter-spacing:-.025em;
}

.terra-news-copy-section p,
.terra-news-article-body > p{
  margin:0 0 16px;
  color:#46545d;
  font-size:1.02rem;
  line-height:1.78;
}

.terra-news-copy-section ul{
  display:grid;
  gap:9px;
  margin:4px 0 18px;
  padding-left:22px;
  color:#46545d;
  line-height:1.65;
}

.terra-news-copy-section li::marker{
  color:var(--terra-news-orange);
}

.terra-news-article-aside{
  position:sticky;
  top:108px;
  padding:24px;
  border:1px solid rgba(27,40,58,.12);
  border-top:4px solid var(--terra-news-orange);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 32px rgba(27,40,58,.08);
}

.terra-news-article-aside h2{
  margin:8px 0 10px;
  color:var(--terra-news-navy);
  font-size:1.42rem;
  line-height:1.16;
}

.terra-news-article-aside > p:not(.eyebrow){
  margin-bottom:18px;
  color:#64717a;
  line-height:1.6;
}

.terra-news-aside-actions{
  display:grid;
  gap:10px;
}

.terra-news-aside-actions .button-link{
  width:100%;
  justify-content:center;
  text-align:center;
}

.terra-news-archive-note{
  display:grid;
  gap:5px;
  margin:0 0 28px;
  padding:16px 18px;
  border-left:4px solid var(--terra-news-sea);
  border-radius:10px;
  background:rgba(123,151,161,.11);
  color:#52616a;
  line-height:1.55;
}

.terra-news-archive-note strong{
  color:var(--terra-news-navy);
}

.terra-news-article-back{
  padding-top:8px;
  border-top:1px solid rgba(27,40,58,.10);
}

.terra-news-not-found{
  display:block;
}

@media (max-width:960px){
  .terra-news-hero,
  .terra-news-featured-card,
  .terra-news-article-layout{
    grid-template-columns:1fr;
  }

  .terra-news-category-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

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

  .terra-news-featured-media{
    min-height:300px;
    aspect-ratio:16/9;
  }

  .terra-news-article-aside{
    position:static;
    max-width:760px;
  }

  .terra-news-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (max-width:640px){
  .terra-news-page{
    gap:30px;
  }

  .terra-news-hero{
    padding:28px 22px;
    border-radius:20px;
  }

  .terra-news-hero h1,
  .terra-news-article-header h1{
    font-size:clamp(2rem,11vw,3.1rem);
  }

  .terra-news-category-nav,
  .terra-news-grid,
  .terra-news-archive-grid{
    grid-template-columns:1fr;
  }

  .terra-news-featured-card{
    min-height:0;
    border-radius:18px;
  }

  .terra-news-featured-media{
    min-height:0;
  }

  .terra-news-featured-copy,
  .terra-news-card-copy{
    padding:20px;
  }

  .terra-news-article-figure{
    margin-inline:-2px;
    border-radius:16px;
  }

  .terra-news-article-layout{
    gap:26px;
  }

  .terra-news-copy-section{
    margin-bottom:28px;
  }

  .terra-news-cta{
    padding:24px 20px;
  }

  .terra-news-cta-actions{
    width:100%;
  }

  .terra-news-cta-actions .button-link{
    width:100%;
    justify-content:center;
    text-align:center;
  }
}

@media (prefers-reduced-motion:reduce){
  .terra-news-page *,
  .terra-news-page *::before,
  .terra-news-page *::after{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-quote-correction-css-phase2b-v1-1-20260826
   News returns to canonical public canvas/hero; Quote gets in-page Add Product.
-------------------------------------------------------------------------------------------------- */

/* NEWS — canonical site canvas and restrained composition */
.terra-news-page{
  width:100%!important;
  max-width:none!important;
  margin:30px 0 52px!important;
  padding:0!important;
  gap:30px!important;
}

.terra-news-page--article{
  width:100%!important;
  max-width:none!important;
  margin:34px 0 52px!important;
}

.terra-news-standard-hero{
  margin-bottom:0!important;
}

.terra-news-standard-hero .terra-news-standard-signature{
  margin-top:14px!important;
  color:#ff834f!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}

.terra-news-page .terra-news-category-nav{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0!important;
  padding:10px!important;
  border:1px solid #d8dee1!important;
  border-radius:10px!important;
  background:#f2f5f5!important;
  box-shadow:0 3px 12px rgba(27,40,58,.035)!important;
}

.terra-news-page .terra-news-category-nav a{
  min-height:52px!important;
  padding:9px 11px!important;
  border:1px solid #d8dee1!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#1b283a!important;
  font-size:12px!important;
  font-weight:900!important;
}

.terra-news-page .terra-news-category-nav a::after{
  color:#ff834f!important;
}

.terra-news-page .terra-news-category-nav a:hover,
.terra-news-page .terra-news-category-nav a:focus-visible{
  transform:none!important;
  border-color:#ff834f!important;
  background:#ff834f!important;
  color:#fff!important;
}

.terra-news-page .terra-news-category-nav a:hover::after,
.terra-news-page .terra-news-category-nav a:focus-visible::after{
  color:#fff!important;
}

.terra-news-section-heading{
  margin-bottom:14px!important;
}

.terra-news-section-heading h2{
  max-width:860px!important;
  font-size:clamp(25px,2.7vw,36px)!important;
  line-height:1.1!important;
}

.terra-news-featured-card{
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr)!important;
  min-height:0!important;
  overflow:hidden!important;
  border:1px solid #d8dee1!important;
  border-top:3px solid #ff834f!important;
  border-radius:11px!important;
  box-shadow:0 7px 24px rgba(27,40,58,.07)!important;
}

.terra-news-featured-media{
  display:flex!important;
  min-height:0!important;
  padding:18px!important;
  background:#f8f7e5!important;
}

.terra-news-featured-copy{
  justify-content:center!important;
  padding:28px 30px!important;
}

.terra-news-featured-copy h2{
  margin:9px 0 10px!important;
  font-size:clamp(24px,2.5vw,34px)!important;
  line-height:1.08!important;
}

.terra-news-featured-copy p{
  margin-bottom:18px!important;
  font-size:14.5px!important;
  line-height:1.6!important;
}

.terra-news-product-mosaic{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  margin:0!important;
}

.terra-news-product-mosaic figure{
  position:relative!important;
  display:flex!important;
  min-height:155px!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  margin:0!important;
  padding:12px!important;
  border:1px solid #dde3e4!important;
  border-radius:8px!important;
  background:#fff!important;
}

.terra-news-product-mosaic img{
  display:block!important;
  width:100%!important;
  height:130px!important;
  object-fit:contain!important;
}

.terra-news-product-mosaic figcaption{
  position:absolute!important;
  left:8px!important;
  bottom:7px!important;
  padding:4px 6px!important;
  border-radius:5px!important;
  background:rgba(27,40,58,.88)!important;
  color:#fff!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}

.terra-news-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}

.terra-news-card{
  border:1px solid #d8dee1!important;
  border-radius:10px!important;
  box-shadow:0 4px 15px rgba(27,40,58,.045)!important;
}

.terra-news-card:hover{
  transform:none!important;
  border-color:#ff834f!important;
  box-shadow:0 7px 20px rgba(27,40,58,.07)!important;
}

.terra-news-card-media{
  display:flex!important;
  height:190px!important;
  aspect-ratio:auto!important;
  align-items:center!important;
  justify-content:center!important;
  padding:14px!important;
  border-bottom:1px solid #e0e5e6!important;
  background:#f8f7e5!important;
}

.terra-news-card-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

.terra-news-card-copy{
  padding:18px!important;
}

.terra-news-card h3{
  font-size:18px!important;
  line-height:1.22!important;
}

.terra-news-card-copy > p{
  margin-bottom:14px!important;
  font-size:13.5px!important;
  line-height:1.55!important;
}

.terra-news-card-meta{
  font-size:10px!important;
}

.terra-news-archive{
  overflow:hidden!important;
  padding:0!important;
  border:1px solid #d8dee1!important;
  border-radius:10px!important;
  background:#fff!important;
}

.terra-news-archive > summary{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  padding:18px 20px!important;
  cursor:pointer!important;
  list-style:none!important;
  background:#f8f7e5!important;
  color:#1b283a!important;
}

.terra-news-archive > summary::-webkit-details-marker{
  display:none!important;
}

.terra-news-archive > summary span:first-child{
  display:grid!important;
  gap:3px!important;
}

.terra-news-archive > summary small{
  color:#ff834f!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.1em!important;
}

.terra-news-archive > summary strong{
  font-size:17px!important;
}

.terra-news-archive > summary span:last-child{
  color:#526a73!important;
  font-size:11px!important;
  font-weight:900!important;
}

.terra-news-archive-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0!important;
  padding:8px 18px 14px!important;
}

.terra-news-archive-list a{
  display:grid!important;
  grid-template-columns:82px minmax(0,1fr)!important;
  gap:12px!important;
  padding:11px 4px!important;
  border-bottom:1px solid #edf0f0!important;
  color:#1b283a!important;
  text-decoration:none!important;
}

.terra-news-archive-list a:hover span{
  color:#ff834f!important;
}

.terra-news-archive-list time{
  color:#7b97a1!important;
  font-size:10px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}

.terra-news-archive-list span{
  font-size:12.5px!important;
  font-weight:800!important;
  line-height:1.35!important;
}

/* Article pages — same outer site canvas, readable inner measure */
.terra-news-article{
  width:100%!important;
}

.terra-news-article-header{
  max-width:920px!important;
  margin:0 auto 22px!important;
}

.terra-news-article-header h1{
  max-width:900px!important;
  margin-bottom:13px!important;
  font-size:clamp(34px,4vw,56px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
}

.terra-news-article-header .article-summary{
  max-width:800px!important;
  font-size:16px!important;
  line-height:1.6!important;
}

.terra-news-page--article > .terra-news-article > .terra-news-product-mosaic{
  max-width:920px!important;
  margin:0 auto 28px!important;
  padding:16px!important;
  border:1px solid #d8dee1!important;
  border-top:3px solid #ff834f!important;
  border-radius:11px!important;
  background:#f8f7e5!important;
}

.terra-news-page--article > .terra-news-article > .terra-news-product-mosaic figure{
  min-height:190px!important;
}

.terra-news-page--article > .terra-news-article > .terra-news-product-mosaic img{
  height:165px!important;
}

.terra-news-article-figure{
  display:flex!important;
  max-width:920px!important;
  min-height:0!important;
  max-height:none!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 auto 28px!important;
  padding:20px!important;
  border:1px solid #d8dee1!important;
  border-top:3px solid #ff834f!important;
  border-radius:11px!important;
  background:#f8f7e5!important;
  box-shadow:0 7px 24px rgba(27,40,58,.06)!important;
}

.terra-news-page .terra-news-article-figure .article-hero{
  width:100%!important;
  height:clamp(260px,30vw,390px)!important;
  max-height:390px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  border-radius:7px!important;
  background:#fff!important;
}

.terra-news-article-layout{
  grid-template-columns:minmax(0,1fr) 290px!important;
  gap:34px!important;
  max-width:980px!important;
}

.terra-news-article-body{
  max-width:680px!important;
}

.terra-news-copy-section h2{
  font-size:clamp(23px,2.3vw,31px)!important;
  line-height:1.15!important;
}

.terra-news-copy-section p,
.terra-news-article-body > p{
  font-size:15px!important;
  line-height:1.72!important;
}

.terra-news-article-aside{
  top:96px!important;
  padding:20px!important;
  border-radius:10px!important;
  box-shadow:0 5px 18px rgba(27,40,58,.06)!important;
}

.terra-news-article-aside h2{
  font-size:20px!important;
}

.terra-news-cta{
  padding:24px 26px!important;
  border-radius:10px!important;
  box-shadow:0 4px 15px rgba(27,40,58,.04)!important;
}

/* QUOTE — Add Product without creating a second basket owner */
#terra-quote-page .terra-quote-list-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  align-items:center!important;
  justify-content:flex-end!important;
}

#terra-quote-page .terra-quote-add-product-toggle{
  border:1px solid #ff834f!important;
  background:#ff834f!important;
  color:#fff!important;
}

#terra-quote-page .terra-quote-add-product-toggle:hover,
#terra-quote-page .terra-quote-add-product-toggle:focus-visible{
  border-color:#1b283a!important;
  background:#1b283a!important;
}

#terra-quote-page .terra-quote-add-product-panel{
  margin:0 0 20px!important;
  padding:20px!important;
  border:1px solid #d9e1df!important;
  border-left:4px solid #ff834f!important;
  border-radius:9px!important;
  background:#fffaf6!important;
}

#terra-quote-page .terra-quote-product-search-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin-bottom:15px!important;
}

#terra-quote-page .terra-quote-product-search-head h3{
  margin:0!important;
  color:#1b283a!important;
  font-size:20px!important;
}

#terra-quote-page .terra-quote-product-search-form{
  display:grid!important;
  grid-template-columns:210px minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:end!important;
}

#terra-quote-page .terra-quote-product-search-form label,
#terra-quote-page .terra-quote-manual-product-fields label{
  display:grid!important;
  gap:5px!important;
  margin:0!important;
}

#terra-quote-page .terra-quote-product-search-form label > span,
#terra-quote-page .terra-quote-manual-product-fields label > span{
  color:#1b283a!important;
  font-size:11px!important;
  font-weight:900!important;
}

#terra-quote-page .terra-quote-product-search-form :is(input,select),
#terra-quote-page .terra-quote-manual-product-fields :is(input,select){
  min-height:42px!important;
  padding:9px 10px!important;
  border:1px solid #b9c8ce!important;
  border-radius:6px!important;
  background:#fff!important;
  color:#1b283a!important;
}

#terra-quote-page .terra-quote-product-search-form > button,
#terra-quote-page .terra-quote-manual-product-fields > button{
  min-height:42px!important;
}

#terra-quote-page .terra-quote-search-status{
  margin:10px 0 0!important;
  font-size:12px!important;
}

#terra-quote-page .terra-quote-search-results{
  display:grid!important;
  gap:7px!important;
  margin-top:13px!important;
}

#terra-quote-page .terra-quote-search-result{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
  padding:12px!important;
  border:1px solid #d9e1df!important;
  border-radius:7px!important;
  background:#fff!important;
}

#terra-quote-page .terra-quote-search-result > div{
  display:grid!important;
  gap:2px!important;
}

#terra-quote-page .terra-quote-search-result small{
  color:#ff834f!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}

#terra-quote-page .terra-quote-search-result strong{
  color:#1b283a!important;
  font-size:14px!important;
}

#terra-quote-page .terra-quote-search-result span{
  color:#5d747d!important;
  font-size:12px!important;
}

#terra-quote-page .terra-quote-search-result button{
  min-width:118px!important;
}

#terra-quote-page .terra-quote-manual-product{
  margin-top:15px!important;
  padding-top:13px!important;
  border-top:1px solid #e1e6e6!important;
}

#terra-quote-page .terra-quote-manual-product > summary{
  cursor:pointer!important;
  color:#1b283a!important;
  font-size:12px!important;
  font-weight:900!important;
}

#terra-quote-page .terra-quote-manual-product-fields{
  display:grid!important;
  grid-template-columns:170px minmax(170px,.8fr) minmax(220px,1.2fr) 80px auto!important;
  gap:8px!important;
  align-items:end!important;
  margin-top:12px!important;
}

#terra-quote-page .terra-quote-manual-lines{
  display:grid!important;
  gap:6px!important;
  margin-top:10px!important;
}

#terra-quote-page .terra-quote-manual-line{
  display:flex!important;
  gap:10px!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:8px 10px!important;
  border:1px solid #d9e1df!important;
  border-radius:6px!important;
  background:#fff!important;
}

#terra-quote-page .terra-quote-manual-line > span{
  color:#526a73!important;
  font-size:11.5px!important;
  line-height:1.4!important;
}

#terra-quote-page .terra-quote-manual-product > small{
  display:block!important;
  margin-top:9px!important;
  color:#6c7a81!important;
  line-height:1.45!important;
}

@media(max-width:900px){
  .terra-news-page .terra-news-category-nav{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .terra-news-featured-card,
  .terra-news-article-layout{
    grid-template-columns:1fr!important;
  }

  .terra-news-featured-media{
    min-height:0!important;
  }

  .terra-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .terra-news-article-aside{
    position:static!important;
    max-width:680px!important;
  }

  #terra-quote-page .terra-quote-product-search-form{
    grid-template-columns:190px minmax(0,1fr)!important;
  }

  #terra-quote-page .terra-quote-product-search-form > button{
    grid-column:1/-1!important;
    width:100%!important;
  }

  #terra-quote-page .terra-quote-manual-product-fields{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  #terra-quote-page .terra-quote-manual-product-fields > button{
    grid-column:1/-1!important;
  }
}

@media(max-width:620px){
  .terra-news-page{
    margin-top:22px!important;
    gap:24px!important;
  }

  .terra-news-page .terra-news-category-nav,
  .terra-news-grid,
  .terra-news-archive-list{
    grid-template-columns:1fr!important;
  }

  .terra-news-featured-copy{
    padding:22px!important;
  }

  .terra-news-product-mosaic figure{
    min-height:125px!important;
  }

  .terra-news-product-mosaic img{
    height:105px!important;
  }

  .terra-news-card-media{
    height:180px!important;
  }

  .terra-news-archive-list a{
    grid-template-columns:72px minmax(0,1fr)!important;
  }

  .terra-news-article-header h1{
    font-size:clamp(31px,10vw,43px)!important;
  }

  .terra-news-article-figure{
    padding:12px!important;
  }

  .terra-news-page .terra-news-article-figure .article-hero{
    height:260px!important;
  }

  #terra-quote-page .terra-quote-product-search-head{
    flex-direction:column!important;
  }

  #terra-quote-page .terra-quote-product-search-form,
  #terra-quote-page .terra-quote-manual-product-fields{
    grid-template-columns:1fr!important;
  }

  #terra-quote-page .terra-quote-product-search-form > button,
  #terra-quote-page .terra-quote-manual-product-fields > button{
    grid-column:auto!important;
  }

  #terra-quote-page .terra-quote-search-result{
    grid-template-columns:1fr!important;
  }

  #terra-quote-page .terra-quote-search-result button{
    width:100%!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-quote-polish-css-phase2b-v1-2-20260826
   Editorial News UX + Quote predictive / quantity polish
-------------------------------------------------------------------------------------------------- */

/* ---------- NEWS LANDING / ARTICLE HERO ---------- */
.terra-news-v12-top-hero{
  margin-bottom:28px!important;
}

.terra-news-v12-top-hero h1{
  max-width:900px!important;
}

.terra-news-v12-signature{
  margin-top:14px!important;
  color:#ff834f!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}

.terra-news-v12-article-hero .terra-news-v12-hero-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  align-items:center!important;
  margin:0 0 10px!important;
  color:#60747d!important;
  font-size:12px!important;
  font-weight:800!important;
}

.terra-news-v12-article-hero .terra-news-v12-hero-meta a{
  color:#d75e32!important;
  text-decoration:none!important;
}

.terra-news-v12-article-hero h1{
  max-width:940px!important;
  margin-bottom:12px!important;
  font-size:clamp(34px,4.3vw,58px)!important;
  line-height:1.01!important;
  letter-spacing:-.035em!important;
}

.terra-news-v12-article-hero > p:last-child{
  max-width:820px!important;
  margin-bottom:0!important;
  color:#5b717b!important;
  font-size:16px!important;
  line-height:1.6!important;
}

/* ---------- EDITORIAL LANDING ---------- */
.terra-news-v12-landing{
  display:grid!important;
  gap:28px!important;
  margin:0 0 50px!important;
}

.terra-news-v12-journal{
  padding:24px!important;
  border:1px solid #d8e1e2!important;
  border-radius:11px!important;
  background:#edf4f2!important;
}

.terra-news-v12-journal-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,.48fr)!important;
  gap:28px!important;
  align-items:end!important;
  margin-bottom:20px!important;
}

.terra-news-v12-journal-head h2{
  margin:4px 0 0!important;
  color:#1b283a!important;
  font-size:clamp(26px,3vw,38px)!important;
  line-height:1.08!important;
}

.terra-news-v12-journal-head > p{
  margin:0!important;
  color:#60747d!important;
  font-size:14px!important;
  line-height:1.6!important;
}

.terra-news-v12-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:20px!important;
}

.terra-news-v12-card{
  display:flex!important;
  min-width:0!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid #d6dfe0!important;
  border-radius:11px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(27,40,58,.045)!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}

.terra-news-v12-card:hover{
  transform:translateY(-2px)!important;
  border-color:#ff834f!important;
  box-shadow:0 9px 25px rgba(27,40,58,.075)!important;
}

.terra-news-v12-card-media{
  display:block!important;
  height:285px!important;
  overflow:hidden!important;
  border-bottom:1px solid #dce3e4!important;
  background:#f8f7e5!important;
  text-decoration:none!important;
}

.terra-news-v12-image{
  width:100%!important;
  height:100%!important;
}

.terra-news-v12-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
}

.terra-news-v12-image--contain{
  padding:18px!important;
  background:#f8f7e5!important;
}

.terra-news-v12-image--contain img{
  object-fit:contain!important;
  background:#fff!important;
  border-radius:7px!important;
}

.terra-news-v12-image--cover img{
  object-fit:cover!important;
}

.terra-news-v12-mosaic{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
  width:100%!important;
  height:100%!important;
  padding:12px!important;
  background:#f8f7e5!important;
}

.terra-news-v12-mosaic figure{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  margin:0!important;
  padding:9px!important;
  border:1px solid #dce3e4!important;
  border-radius:7px!important;
  background:#fff!important;
}

.terra-news-v12-mosaic img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

.terra-news-v12-mosaic figcaption{
  position:absolute!important;
  left:6px!important;
  bottom:6px!important;
  padding:3px 5px!important;
  border-radius:4px!important;
  background:#1b283a!important;
  color:#fff!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}

.terra-news-v12-card-copy{
  display:flex!important;
  flex:1!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  padding:22px 24px 24px!important;
}

.terra-news-v12-card-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  align-items:center!important;
  margin-bottom:12px!important;
  color:#71838a!important;
  font-size:11px!important;
  font-weight:800!important;
}

.terra-news-v12-card-meta span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:5px 9px!important;
  border-radius:6px!important;
  background:#eef3ef!important;
  color:#d65e32!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}

.terra-news-v12-card h3{
  margin:0 0 12px!important;
  color:#1b283a!important;
  font-size:clamp(21px,2.25vw,30px)!important;
  line-height:1.14!important;
  letter-spacing:-.02em!important;
}

.terra-news-v12-card h3 a{
  color:inherit!important;
  text-decoration:none!important;
}

.terra-news-v12-card-copy > p{
  margin:0 0 18px!important;
  color:#526a74!important;
  font-size:14px!important;
  line-height:1.65!important;
}

.terra-news-v12-read{
  margin-top:auto!important;
  color:#1b283a!important;
  font-size:13px!important;
  font-weight:900!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}

.terra-news-v12-read:hover{
  color:#d65e32!important;
}

/* ---------- OPENED ARTICLE: ONE EDITORIAL STORY CARD ---------- */
.terra-news-v12-story-wrap{
  margin:0 0 50px!important;
}

.terra-news-v12-story-card{
  overflow:hidden!important;
  max-width:1080px!important;
  margin:0 auto!important;
  border:1px solid #d8e1e2!important;
  border-top:3px solid #ff834f!important;
  border-radius:11px!important;
  background:#fff!important;
  box-shadow:0 7px 25px rgba(27,40,58,.06)!important;
}

.terra-news-v12-story-media{
  height:390px!important;
  padding:22px!important;
  border-bottom:1px solid #dde4e5!important;
  background:#f8f7e5!important;
}

.terra-news-v12-story-media .terra-news-v12-image,
.terra-news-v12-story-media .terra-news-v12-mosaic{
  height:100%!important;
}

.terra-news-v12-story-media .terra-news-v12-image--contain{
  padding:0!important;
}

.terra-news-v12-story-media .terra-news-v12-image--contain img{
  object-fit:contain!important;
  background:#fff!important;
}

.terra-news-v12-story-media .terra-news-v12-image--cover img{
  border-radius:7px!important;
  object-fit:cover!important;
}

.terra-news-v12-story-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 290px!important;
  gap:38px!important;
  align-items:start!important;
  padding:34px 38px 38px!important;
}

.terra-news-v12-story-body{
  min-width:0!important;
  max-width:710px!important;
}

.terra-news-v12-story-body .terra-news-copy-section{
  margin-bottom:30px!important;
}

.terra-news-v12-story-body .terra-news-copy-section h2{
  margin:0 0 11px!important;
  color:#1b283a!important;
  font-size:clamp(23px,2.2vw,30px)!important;
  line-height:1.16!important;
}

.terra-news-v12-story-body .terra-news-copy-section p,
.terra-news-v12-story-body > p{
  margin:0 0 15px!important;
  color:#425861!important;
  font-size:15px!important;
  line-height:1.75!important;
}

.terra-news-v12-story-body .terra-news-copy-section ul{
  display:grid!important;
  gap:7px!important;
  margin:5px 0 18px!important;
  padding-left:20px!important;
  color:#425861!important;
  font-size:14.5px!important;
  line-height:1.6!important;
}

.terra-news-v12-story-body .terra-news-copy-section li::marker{
  color:#ff834f!important;
}

.terra-news-v12-story-aside{
  position:sticky!important;
  top:96px!important;
  padding:20px!important;
  border:1px solid #d8e1e2!important;
  border-top:3px solid #ff834f!important;
  border-radius:9px!important;
  background:#fbfcfc!important;
}

.terra-news-v12-story-aside h2{
  margin:5px 0 9px!important;
  color:#1b283a!important;
  font-size:20px!important;
  line-height:1.18!important;
}

.terra-news-v12-story-aside > p:not(.eyebrow){
  margin:0 0 16px!important;
  color:#627780!important;
  font-size:13px!important;
  line-height:1.55!important;
}

.terra-news-v12-story-aside .terra-news-aside-actions{
  display:grid!important;
  gap:8px!important;
}

.terra-news-v12-story-aside .button-link{
  width:100%!important;
  justify-content:center!important;
  text-align:center!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v12-story-layout{
  padding-top:28px!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v12-story-body{
  max-width:760px!important;
}

/* ---------- QUOTE PREDICTIVE ---------- */
#terra-quote-page .terra-quote-product-search-query{
  position:relative!important;
}

#terra-quote-page .terra-quote-predictive{
  position:absolute!important;
  z-index:40!important;
  top:calc(100% + 5px)!important;
  right:0!important;
  left:0!important;
  overflow:hidden!important;
  max-height:310px!important;
  overflow-y:auto!important;
  border:1px solid #b8c7cc!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(27,40,58,.14)!important;
}

#terra-quote-page .terra-quote-predictive button{
  display:grid!important;
  width:100%!important;
  min-height:0!important;
  gap:2px!important;
  padding:10px 12px!important;
  border:0!important;
  border-bottom:1px solid #edf0f0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#1b283a!important;
  text-align:left!important;
}

#terra-quote-page .terra-quote-predictive button:last-child{
  border-bottom:0!important;
}

#terra-quote-page .terra-quote-predictive button:hover,
#terra-quote-page .terra-quote-predictive button:focus-visible{
  background:#f8f7e5!important;
  outline:none!important;
}

#terra-quote-page .terra-quote-predictive strong{
  font-size:13px!important;
}

#terra-quote-page .terra-quote-predictive span{
  color:#657a83!important;
  font-size:11px!important;
  font-weight:600!important;
}

/* ---------- QUOTE QUANTITY STEPPER ---------- */
#terra-quote-page .quantity-stepper{
  display:inline-grid!important;
  grid-template-columns:36px 42px 36px!important;
  height:38px!important;
  align-items:stretch!important;
  overflow:hidden!important;
  border:1px solid #c8d3d6!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 1px 2px rgba(27,40,58,.04)!important;
}

#terra-quote-page .quantity-button{
  display:flex!important;
  width:36px!important;
  min-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1!important;
  box-shadow:none!important;
}

#terra-quote-page .quantity-minus{
  border-right:1px solid #d8e0e2!important;
  background:#f8f7e5!important;
  color:#1b283a!important;
}

#terra-quote-page .quantity-plus{
  border-left:1px solid #ee7040!important;
  background:#ff834f!important;
  color:#fff!important;
}

#terra-quote-page .quantity-minus:hover:not(:disabled){
  background:#e9efed!important;
}

#terra-quote-page .quantity-plus:hover:not(:disabled){
  background:#e96e3e!important;
}

#terra-quote-page .quantity-button:disabled{
  cursor:not-allowed!important;
  background:#f3f5f5!important;
  color:#a7b2b6!important;
  opacity:1!important;
}

#terra-quote-page .quantity-value{
  display:flex!important;
  min-width:42px!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  color:#1b283a!important;
  font-size:14px!important;
  font-weight:900!important;
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:900px){
  .terra-news-v12-journal-head{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }

  .terra-news-v12-grid{
    grid-template-columns:1fr!important;
  }

  .terra-news-v12-story-layout{
    grid-template-columns:1fr!important;
  }

  .terra-news-v12-story-aside{
    position:static!important;
    max-width:710px!important;
  }
}

@media(max-width:620px){
  .terra-news-v12-journal{
    padding:15px!important;
  }

  .terra-news-v12-card-media{
    height:240px!important;
  }

  .terra-news-v12-card-copy{
    padding:18px!important;
  }

  .terra-news-v12-card h3{
    font-size:22px!important;
  }

  .terra-news-v12-story-media{
    height:290px!important;
    padding:12px!important;
  }

  .terra-news-v12-story-layout{
    gap:24px!important;
    padding:24px 20px 28px!important;
  }

  .terra-news-v12-article-hero h1{
    font-size:clamp(31px,10vw,43px)!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-quote-visual-finish-css-phase2b-v1-3-20260826
   NEWS VISUAL FINISH + QUOTE UX POLISH

   Presentation-only finish pass.
   - No News route/content/schema changes.
   - No quote basket/search/submission logic changes.
   - No JS changes.
-------------------------------------------------------------------------------------------------- */

/* ================================================================================================
   QUOTE — PREDICTIVE DROPDOWN
================================================================================================ */

/* Hidden and empty MUST mean invisible, even if an older generic dropdown rule competes. */
#terra-quote-page .terra-quote-predictive[hidden],
#terra-quote-page .terra-quote-predictive:empty{
  display:none!important;
}

#terra-quote-page .terra-quote-product-search-query{
  position:relative!important;
}

#terra-quote-page .terra-quote-predictive{
  position:absolute!important;
  z-index:80!important;
  top:calc(100% + 6px)!important;
  right:0!important;
  left:0!important;
  display:block!important;
  max-height:292px!important;
  margin:0!important;
  padding:4px!important;
  overflow:auto!important;
  border:1px solid #9fb0b6!important;
  border-radius:9px!important;
  background:#ffffff!important;
  color:#1b283a!important;
  -webkit-text-fill-color:#1b283a!important;
  box-shadow:0 12px 28px rgba(27,40,58,.16)!important;
}

#terra-quote-page .terra-quote-predictive button{
  display:grid!important;
  grid-template-columns:max-content minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  width:100%!important;
  min-height:42px!important;
  margin:0!important;
  padding:9px 11px!important;
  border:0!important;
  border-bottom:1px solid #e2e8e9!important;
  border-radius:6px!important;
  background:#ffffff!important;
  background-image:none!important;
  color:#1b283a!important;
  -webkit-text-fill-color:#1b283a!important;
  text-align:left!important;
  box-shadow:none!important;
  transform:none!important;
}

#terra-quote-page .terra-quote-predictive button:last-child{
  border-bottom:0!important;
}

#terra-quote-page .terra-quote-predictive button:hover,
#terra-quote-page .terra-quote-predictive button:focus-visible{
  background:#fff2eb!important;
  color:#1b283a!important;
  -webkit-text-fill-color:#1b283a!important;
  outline:2px solid rgba(255,131,79,.24)!important;
  outline-offset:-2px!important;
}

#terra-quote-page .terra-quote-predictive button strong{
  display:block!important;
  min-width:0!important;
  color:#1b283a!important;
  -webkit-text-fill-color:#1b283a!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.15!important;
  white-space:nowrap!important;
}

#terra-quote-page .terra-quote-predictive button span{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  color:#425b66!important;
  -webkit-text-fill-color:#425b66!important;
  font-size:12.5px!important;
  font-weight:700!important;
  line-height:1.25!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

/* ================================================================================================
   QUOTE — QUANTITY STEPPER
================================================================================================ */

#terra-quote-page .quantity-stepper{
  display:inline-grid!important;
  grid-template-columns:42px 50px 42px!important;
  align-items:stretch!important;
  width:max-content!important;
  height:42px!important;
  overflow:hidden!important;
  border:1px solid #8fa3ab!important;
  border-radius:8px!important;
  background:#ffffff!important;
  box-shadow:0 2px 6px rgba(27,40,58,.08)!important;
}

#terra-quote-page .quantity-button{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  min-width:42px!important;
  height:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background-image:none!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:none!important;
  transform:none!important;
}

#terra-quote-page .quantity-minus{
  border-right:1px solid #526976!important;
  background:#1b283a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

#terra-quote-page .quantity-plus{
  border-left:1px solid #d85e33!important;
  background:#ff834f!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

#terra-quote-page .quantity-minus:hover:not(:disabled),
#terra-quote-page .quantity-minus:focus-visible:not(:disabled){
  background:#2b4058!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

#terra-quote-page .quantity-plus:hover:not(:disabled),
#terra-quote-page .quantity-plus:focus-visible:not(:disabled){
  background:#e96f40!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

#terra-quote-page .quantity-button:focus-visible{
  position:relative!important;
  z-index:2!important;
  outline:3px solid rgba(255,131,79,.25)!important;
  outline-offset:-3px!important;
}

#terra-quote-page .quantity-button:disabled{
  cursor:not-allowed!important;
  background:#e8edef!important;
  color:#89979d!important;
  -webkit-text-fill-color:#89979d!important;
  opacity:1!important;
}

#terra-quote-page .quantity-value{
  display:grid!important;
  place-items:center!important;
  min-width:50px!important;
  height:40px!important;
  padding:0 7px!important;
  border:0!important;
  background:#ffffff!important;
  color:#1b283a!important;
  -webkit-text-fill-color:#1b283a!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1!important;
}

/* ================================================================================================
   QUOTE — SUPPORT / CONTACT CARDS
================================================================================================ */

#terra-quote-page .trust.trust--actions.terra-sales-desk-actions{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:24px!important;
}

#terra-quote-page .terra-sales-desk-actions > div{
  display:flex!important;
  min-height:142px!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:18px!important;
  border:1px solid #d6e0e2!important;
  border-top:3px solid #ff834f!important;
  border-radius:9px!important;
  background:#ffffff!important;
  box-shadow:0 5px 15px rgba(27,40,58,.06)!important;
}

#terra-quote-page .terra-sales-desk-actions > div > strong{
  color:#1b283a!important;
  font-size:14px!important;
  font-weight:900!important;
}

#terra-quote-page .terra-sales-desk-actions .trust-action{
  display:inline-flex!important;
  min-height:42px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:100%!important;
  padding:9px 12px!important;
  border-radius:7px!important;
  font-size:13px!important;
  font-weight:900!important;
  text-decoration:none!important;
}

#terra-quote-page .terra-sales-desk-actions .trust-action--call{
  border:1px solid #1b283a!important;
  background:#1b283a!important;
  color:#ffffff!important;
}

#terra-quote-page .terra-sales-desk-actions .trust-action--call:hover,
#terra-quote-page .terra-sales-desk-actions .trust-action--call:focus-visible{
  background:#2b4058!important;
  color:#ffffff!important;
}

#terra-quote-page .terra-sales-desk-actions a.terra-wa-action{
  border:1px solid #168e49!important;
  background:#1fae55!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

#terra-quote-page .terra-sales-desk-actions a.terra-wa-action::before{
  content:""!important;
  display:inline-block!important;
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 3.6A11.8 11.8 0 0 0 1.9 17.8L.2 24l6.4-1.7A11.8 11.8 0 0 0 24 11.9c0-3.1-1.2-6-3.5-8.3Z' fill='%23ffffff'/%3E%3Cpath d='M17.8 14.5c-.3-.2-1.9-.9-2.2-1-.3-.1-.5-.2-.7.2-.2.3-.8 1-.9 1.2-.2.2-.3.2-.7.1-1.9-1-3.2-1.8-4.5-4-.3-.6.3-.5.9-1.7.1-.2 0-.4 0-.6L8.7 6.6c-.2-.5-.5-.5-.7-.5h-.6c-.2 0-.6.1-.9.4-.3.3-1.2 1.2-1.2 3s1.3 3.5 1.5 3.7c.2.2 2.6 4 6.4 5.6.9.4 1.6.6 2.1.8.9.3 1.7.2 2.4.1.7-.1 1.9-.8 2.2-1.6.3-.8.3-1.5.2-1.6-.1-.1-.3-.2-.6-.4Z' fill='%231fae55'/%3E%3C/svg%3E")!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-size:18px 18px!important;
}

#terra-quote-page .terra-sales-desk-actions a.terra-wa-action:hover,
#terra-quote-page .terra-sales-desk-actions a.terra-wa-action:focus-visible{
  border-color:#126f3b!important;
  background:#168e49!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

/* ================================================================================================
   NEWS LANDING — EDITORIAL HIERARCHY
================================================================================================ */

.terra-news-v12-top-hero{
  margin-bottom:32px!important;
}

.terra-news-v12-top-hero h1{
  max-width:980px!important;
  text-wrap:balance!important;
}

.terra-news-v12-landing{
  gap:32px!important;
  margin-bottom:58px!important;
}

.terra-news-v12-journal{
  padding:28px!important;
  border:1px solid #d4dfe1!important;
  border-radius:12px!important;
  background:
    linear-gradient(135deg,rgba(248,247,229,.96),rgba(236,243,241,.92))!important;
  box-shadow:0 9px 26px rgba(27,40,58,.06)!important;
}

.terra-news-v12-journal-head{
  gap:34px!important;
  margin-bottom:24px!important;
  padding-bottom:20px!important;
  border-bottom:1px solid rgba(123,151,161,.28)!important;
}

.terra-news-v12-journal-head h2{
  max-width:720px!important;
  text-wrap:balance!important;
}

.terra-news-v12-grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:18px!important;
}

.terra-news-v12-card{
  grid-column:span 4!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  align-content:start!important;
  overflow:hidden!important;
  border:1px solid #d3dde0!important;
  border-radius:10px!important;
  background:#ffffff!important;
  box-shadow:0 5px 15px rgba(27,40,58,.06)!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;
}

.terra-news-v12-card:hover{
  border-color:#c3d0d4!important;
  box-shadow:0 10px 24px rgba(27,40,58,.10)!important;
  transform:translateY(-2px)!important;
}

.terra-news-v12-card:first-child{
  grid-column:1/-1!important;
  grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr)!important;
  min-height:390px!important;
}

.terra-news-v12-card:nth-child(5),
.terra-news-v12-card:nth-child(6){
  grid-column:span 6!important;
}

.terra-news-v12-card-media{
  position:relative!important;
  height:238px!important;
  min-height:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:
    radial-gradient(circle at 78% 18%,rgba(255,255,255,.62),transparent 28%),
    linear-gradient(140deg,#dce9e6 0%,#f8f7e5 55%,#ffd8c8 100%)!important;
}

.terra-news-v12-card:first-child .terra-news-v12-card-media{
  height:100%!important;
  min-height:390px!important;
  background:
    radial-gradient(circle at 75% 18%,rgba(255,255,255,.46),transparent 28%),
    linear-gradient(135deg,#1b283a 0%,#304a60 50%,#7b97a1 100%)!important;
}

/* Distinct visual environments for the six flagship guide covers. */
.terra-news-v12-card:nth-child(2) .terra-news-v12-card-media{
  background:
    radial-gradient(circle at 72% 22%,rgba(255,255,255,.78),transparent 26%),
    linear-gradient(135deg,#d7e7e3,#f8f7e5 58%,#ffcfbb)!important;
}
.terra-news-v12-card:nth-child(3) .terra-news-v12-card-media{
  background:
    radial-gradient(circle at 70% 20%,rgba(255,255,255,.48),transparent 24%),
    linear-gradient(135deg,#26384d,#7b97a1 58%,#ff834f)!important;
}
.terra-news-v12-card:nth-child(4) .terra-news-v12-card-media{
  background:
    radial-gradient(circle at 70% 18%,rgba(255,255,255,.62),transparent 25%),
    linear-gradient(135deg,#dbe7e7,#cddbd5 50%,#ffc3aa)!important;
}
.terra-news-v12-card:nth-child(5) .terra-news-v12-card-media{
  background:
    radial-gradient(circle at 72% 20%,rgba(255,255,255,.64),transparent 26%),
    linear-gradient(135deg,#d6e0e4,#f8f7e5 54%,#ffb797)!important;
}
.terra-news-v12-card:nth-child(6) .terra-news-v12-card-media{
  background:
    radial-gradient(circle at 72% 20%,rgba(255,255,255,.64),transparent 26%),
    linear-gradient(135deg,#cbd9de,#edf2ef 52%,#ff9d75)!important;
}

.terra-news-v12-image{
  position:relative!important;
  isolation:isolate!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  background:transparent!important;
}

.terra-news-v12-image::before,
.terra-news-v12-image::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  pointer-events:none!important;
}

.terra-news-v12-image::before{
  width:190px!important;
  height:190px!important;
  top:-72px!important;
  right:-52px!important;
  border:1px solid rgba(255,131,79,.35)!important;
  border-radius:50%!important;
}

.terra-news-v12-image::after{
  width:120px!important;
  height:120px!important;
  bottom:-48px!important;
  left:-28px!important;
  border:1px solid rgba(27,40,58,.18)!important;
  border-radius:50%!important;
}

.terra-news-v12-image img{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  padding:24px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 16px 18px rgba(27,40,58,.18))!important;
}

.terra-news-v12-image--cover img{
  padding:0!important;
  object-fit:cover!important;
  filter:saturate(1.08) contrast(1.02)!important;
}

.terra-news-v12-mosaic{
  height:100%!important;
  gap:10px!important;
  padding:18px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02))!important;
}

.terra-news-v12-mosaic figure{
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 7px 14px rgba(27,40,58,.14)!important;
}

.terra-news-v12-mosaic img{
  filter:drop-shadow(0 8px 10px rgba(27,40,58,.14))!important;
}

.terra-news-v12-card-copy{
  display:flex!important;
  min-width:0!important;
  flex-direction:column!important;
  padding:20px 21px 22px!important;
}

.terra-news-v12-card:first-child .terra-news-v12-card-copy{
  justify-content:center!important;
  padding:34px!important;
}

.terra-news-v12-card h3{
  margin:6px 0 10px!important;
  font-size:clamp(21px,1.9vw,27px)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
  text-wrap:balance!important;
}

.terra-news-v12-card:not(:first-child) h3 a{
  display:-webkit-box!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}

.terra-news-v12-card:first-child h3{
  max-width:600px!important;
  font-size:clamp(30px,3.1vw,43px)!important;
  line-height:1.03!important;
}

.terra-news-v12-card-copy > p{
  line-height:1.58!important;
}

.terra-news-v12-read{
  margin-top:auto!important;
  padding-top:8px!important;
}

.terra-news-archive{
  border-color:#d5dfe1!important;
  border-radius:9px!important;
  background:#ffffff!important;
}

.terra-news-archive summary{
  padding:16px 18px!important;
}

.terra-news-archive-list{
  padding:0 18px 16px!important;
}

.terra-news-cta{
  align-items:center!important;
  gap:30px!important;
  padding:28px 30px!important;
}

/* ================================================================================================
   OPEN ARTICLES — WIDTH / TYPOGRAPHY / IMAGE / SIDEBAR BALANCE
================================================================================================ */

.terra-news-v12-article-hero h1{
  max-width:1060px!important;
  margin-bottom:14px!important;
  font-size:clamp(34px,3.65vw,51px)!important;
  line-height:1.04!important;
  letter-spacing:-.032em!important;
  text-wrap:balance!important;
}

.terra-news-v12-article-hero > p:last-child{
  max-width:900px!important;
  font-size:16.5px!important;
  line-height:1.62!important;
}

.terra-news-v12-story-wrap{
  width:min(1180px,100%)!important;
  max-width:none!important;
  margin:0 auto 54px!important;
}

.terra-news-v12-story-card{
  overflow:hidden!important;
  border:1px solid #d5dfe1!important;
  border-radius:12px!important;
  background:#ffffff!important;
  box-shadow:0 9px 26px rgba(27,40,58,.07)!important;
}

.terra-news-v12-story-media{
  height:455px!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-bottom:1px solid #d8e1e3!important;
  background:
    radial-gradient(circle at 76% 18%,rgba(255,255,255,.58),transparent 25%),
    linear-gradient(135deg,#d5e4e2 0%,#f8f7e5 55%,#ffc4aa 100%)!important;
}

.terra-news-v12-story-media .terra-news-v12-image,
.terra-news-v12-story-media .terra-news-v12-mosaic{
  height:100%!important;
}

.terra-news-v12-story-media .terra-news-v12-image img{
  padding:34px!important;
}

.terra-news-v12-story-media .terra-news-v12-image--cover img{
  padding:0!important;
}

.terra-news-v12-story-media .terra-news-v12-mosaic{
  padding:28px!important;
  background:
    radial-gradient(circle at 82% 14%,rgba(255,131,79,.26),transparent 28%),
    linear-gradient(135deg,#1b283a,#304a60 56%,#7b97a1)!important;
}

.terra-news-v12-story-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 310px!important;
  gap:44px!important;
  align-items:start!important;
  padding:42px 44px 46px!important;
}

.terra-news-v12-story-body{
  max-width:none!important;
  min-width:0!important;
  color:#283d4a!important;
  font-size:17px!important;
  line-height:1.76!important;
}

.terra-news-v12-story-body > p,
.terra-news-copy-section p{
  max-width:790px!important;
}

.terra-news-copy-section{
  margin:0 0 34px!important;
}

.terra-news-copy-section + .terra-news-copy-section{
  padding-top:4px!important;
}

.terra-news-copy-section h2{
  max-width:780px!important;
  margin:0 0 13px!important;
  color:#1b283a!important;
  font-size:clamp(24px,2.2vw,31px)!important;
  line-height:1.13!important;
  letter-spacing:-.025em!important;
  text-wrap:balance!important;
}

.terra-news-copy-section ul{
  max-width:780px!important;
  margin:14px 0 0!important;
  padding-left:22px!important;
}

.terra-news-copy-section li + li{
  margin-top:7px!important;
}

.terra-news-v12-story-aside{
  position:sticky!important;
  top:22px!important;
  padding:22px!important;
  border:1px solid #ccd9dc!important;
  border-top:3px solid #ff834f!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,#f8f7e5,#ffffff)!important;
  box-shadow:0 6px 18px rgba(27,40,58,.06)!important;
}

.terra-news-v12-story-aside h2{
  margin-bottom:10px!important;
  font-size:24px!important;
  line-height:1.1!important;
  text-wrap:balance!important;
}

.terra-news-v12-story-aside p{
  line-height:1.58!important;
}

.terra-news-aside-actions{
  gap:9px!important;
  margin-top:16px!important;
}

.terra-news-article-back{
  margin-top:34px!important;
  padding-top:22px!important;
  border-top:1px solid #e0e6e8!important;
}

/* ================================================================================================
   RESPONSIVE
================================================================================================ */

@media(max-width:980px){
  .terra-news-v12-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .terra-news-v12-card,
  .terra-news-v12-card:nth-child(5),
  .terra-news-v12-card:nth-child(6){
    grid-column:auto!important;
  }

  .terra-news-v12-card:first-child{
    grid-column:1/-1!important;
    grid-template-columns:1fr 1fr!important;
  }

  .terra-news-v12-story-layout{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }

  .terra-news-v12-story-aside{
    position:static!important;
    max-width:none!important;
  }

  #terra-quote-page .trust.trust--actions.terra-sales-desk-actions{
    grid-template-columns:1fr!important;
  }

  #terra-quote-page .terra-sales-desk-actions > div{
    min-height:0!important;
  }
}

@media(max-width:700px){
  .terra-news-v12-journal{
    padding:16px!important;
  }

  .terra-news-v12-grid{
    grid-template-columns:1fr!important;
  }

  .terra-news-v12-card:first-child{
    grid-column:auto!important;
    grid-template-columns:1fr!important;
    min-height:0!important;
  }

  .terra-news-v12-card:first-child .terra-news-v12-card-media{
    min-height:285px!important;
    height:285px!important;
  }

  .terra-news-v12-card-media{
    height:250px!important;
  }

  .terra-news-v12-card:first-child .terra-news-v12-card-copy{
    padding:23px!important;
  }

  .terra-news-v12-card:first-child h3{
    font-size:30px!important;
  }

  .terra-news-v12-story-media{
    height:300px!important;
  }

  .terra-news-v12-story-media .terra-news-v12-image img{
    padding:20px!important;
  }

  .terra-news-v12-story-media .terra-news-v12-image--cover img{
    padding:0!important;
  }

  .terra-news-v12-story-layout{
    padding:28px 20px 32px!important;
  }

  .terra-news-v12-story-body{
    font-size:16px!important;
    line-height:1.72!important;
  }

  .terra-news-v12-article-hero h1{
    font-size:clamp(31px,9vw,42px)!important;
    line-height:1.04!important;
  }

  #terra-quote-page .terra-quote-predictive button{
    grid-template-columns:1fr!important;
    gap:3px!important;
  }

  #terra-quote-page .terra-quote-predictive button strong,
  #terra-quote-page .terra-quote-predictive button span{
    width:100%!important;
  }

  #terra-quote-page .quantity-stepper{
    grid-template-columns:40px 48px 40px!important;
    height:42px!important;
  }

  #terra-quote-page .quantity-button{
    width:40px!important;
    min-width:40px!important;
  }

  #terra-quote-page .quantity-value{
    min-width:48px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-placeholder-quote-stepper-phase2b-v1-4-20260826
   NEWS PLACEHOLDER EDITORIAL LAYOUT + QUOTE STEPPER REFINEMENT

   Locked:
   - Predictive dropdown rules are NOT changed here.
   - No product image files are deleted.
   - News/article images are temporarily replaced at render level by branded placeholders.
-------------------------------------------------------------------------------------------------- */

/* ================================================================================================
   QUOTE — REFINED SEGMENTED QUANTITY CONTROL
   Keep the + / number / - visibly inside one outer border.
================================================================================================ */

#terra-quote-page .quantity-stepper{
  grid-template-columns:38px 46px 38px!important;
  width:max-content!important;
  height:42px!important;
  padding:2px!important;
  gap:0!important;
  overflow:hidden!important;
  border:1px solid #8fa3ab!important;
  border-radius:8px!important;
  background:#e8edef!important;
  box-sizing:border-box!important;
}

#terra-quote-page .quantity-button{
  width:38px!important;
  min-width:38px!important;
  height:36px!important;
  min-height:36px!important;
  margin:0!important;
  border:0!important;
  box-shadow:none!important;
}

#terra-quote-page .quantity-minus{
  border-radius:5px 0 0 5px!important;
  border-right:1px solid #526976!important;
}

#terra-quote-page .quantity-plus{
  border-radius:0 5px 5px 0!important;
  border-left:1px solid #d85e33!important;
}

#terra-quote-page .quantity-value{
  min-width:46px!important;
  height:36px!important;
  padding:0 5px!important;
  border:0!important;
  border-radius:0!important;
  background:#ffffff!important;
  box-sizing:border-box!important;
}

/* ================================================================================================
   NEWS LANDING — UNIFORM TOYOTA-STYLE PLACEHOLDER CARDS
================================================================================================ */

.terra-news-v12-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

.terra-news-v12-card,
.terra-news-v12-card:first-child,
.terra-news-v12-card:nth-child(5),
.terra-news-v12-card:nth-child(6){
  grid-column:auto!important;
  display:flex!important;
  min-height:0!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid #cfdadd!important;
  border-radius:9px!important;
  background:#ffffff!important;
  box-shadow:0 5px 15px rgba(27,40,58,.06)!important;
}

.terra-news-v12-card:first-child{
  grid-template-columns:none!important;
}

.terra-news-v12-card-media,
.terra-news-v12-card:first-child .terra-news-v12-card-media{
  display:block!important;
  height:220px!important;
  min-height:220px!important;
  overflow:hidden!important;
  border:0!important;
  border-top:8px solid #ff834f!important;
  border-radius:0!important;
  background:#1b283a!important;
}

.terra-news-v14-placeholder{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:24px!important;
  background:
    linear-gradient(145deg,#1b283a 0%,#20344b 62%,#263f57 100%)!important;
  color:#ffffff!important;
  text-align:center!important;
  box-sizing:border-box!important;
}

.terra-news-v14-placeholder span{
  color:#ffffff!important;
  font-size:clamp(20px,2vw,26px)!important;
  font-weight:900!important;
  line-height:1.05!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  text-wrap:balance!important;
}

.terra-news-v14-placeholder small{
  color:#9fb1b9!important;
  font-size:10px!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}

.terra-news-v12-card-copy,
.terra-news-v12-card:first-child .terra-news-v12-card-copy{
  display:flex!important;
  min-width:0!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  padding:20px 20px 22px!important;
}

.terra-news-v12-card:first-child h3,
.terra-news-v12-card h3{
  max-width:none!important;
  margin:7px 0 10px!important;
  font-size:clamp(22px,1.9vw,27px)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
}

.terra-news-v12-card:first-child h3 a,
.terra-news-v12-card h3 a{
  display:-webkit-box!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}

.terra-news-v12-card-copy > p{
  display:-webkit-box!important;
  overflow:hidden!important;
  margin-bottom:18px!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
}

.terra-news-v12-card .terra-news-v12-read{
  margin-top:auto!important;
}

/* Defensive: old image/mosaic nodes must not become visible if legacy markup survives. */
.terra-news-v12-card-media img,
.terra-news-v12-story-media img,
.terra-news-v12-mosaic{
  display:none!important;
}

/* ================================================================================================
   OPEN ARTICLES — COMPACT PLACEHOLDER + FULL-WIDTH READING FLOW
================================================================================================ */

.terra-news-v12-story-wrap{
  width:100%!important;
  max-width:none!important;
  margin:0 0 54px!important;
}

.terra-news-v12-story-card{
  width:100%!important;
  max-width:none!important;
  overflow:hidden!important;
  border:1px solid #d3dde0!important;
  border-radius:11px!important;
  background:#ffffff!important;
  box-shadow:0 8px 22px rgba(27,40,58,.06)!important;
}

.terra-news-v12-story-media{
  height:178px!important;
  min-height:178px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-top:8px solid #ff834f!important;
  border-bottom:1px solid #cbd8dc!important;
  background:#1b283a!important;
}

.terra-news-v14-placeholder--story{
  min-height:170px!important;
  padding:22px 34px!important;
}

.terra-news-v14-placeholder--story span{
  font-size:clamp(25px,2.6vw,34px)!important;
}

.terra-news-v12-story-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:0!important;
  align-items:start!important;
  padding:38px 42px 42px!important;
}

.terra-news-v12-story-body{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  color:#283d4a!important;
  font-size:16.5px!important;
  line-height:1.75!important;
}

.terra-news-v12-story-body > p,
.terra-news-copy-section p,
.terra-news-copy-section h2,
.terra-news-copy-section ul{
  width:100%!important;
  max-width:940px!important;
}

.terra-news-copy-section{
  margin:0 0 32px!important;
}

.terra-news-copy-section h2{
  margin-bottom:12px!important;
  font-size:clamp(24px,2vw,30px)!important;
  line-height:1.14!important;
}

.terra-news-article-back{
  max-width:940px!important;
  margin-top:30px!important;
  padding-top:20px!important;
}

/* Former sticky sidebar becomes a proper bottom-of-article inline CTA. */
.terra-news-v14-story-cta{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:28px!important;
  align-items:center!important;
  width:100%!important;
  margin-top:34px!important;
  padding:24px 26px!important;
  border:1px solid #cad7da!important;
  border-top:4px solid #ff834f!important;
  border-radius:9px!important;
  background:linear-gradient(135deg,#f8f7e5,#ffffff)!important;
  box-shadow:0 5px 15px rgba(27,40,58,.05)!important;
}

.terra-news-v14-story-cta .eyebrow{
  grid-column:1!important;
  margin:0 0 5px!important;
}

.terra-news-v14-story-cta h2{
  grid-column:1!important;
  margin:0 0 7px!important;
  color:#1b283a!important;
  font-size:clamp(22px,2vw,28px)!important;
  line-height:1.1!important;
}

.terra-news-v14-story-cta > p:not(.eyebrow){
  grid-column:1!important;
  max-width:720px!important;
  margin:0!important;
  color:#526a74!important;
  font-size:14px!important;
  line-height:1.55!important;
}

.terra-news-v14-story-cta .terra-news-aside-actions{
  grid-column:2!important;
  grid-row:1/4!important;
  display:flex!important;
  min-width:225px!important;
  flex-direction:column!important;
  gap:8px!important;
  margin:0!important;
}

.terra-news-v14-story-cta .button-link{
  width:100%!important;
  justify-content:center!important;
  text-align:center!important;
}

/* The retired right-sidebar owner must have no visual role if cached markup ever appears. */
.terra-news-v12-story-aside{
  position:static!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

.terra-news-v12-article-hero h1{
  max-width:1040px!important;
  font-size:clamp(34px,3.35vw,48px)!important;
  line-height:1.04!important;
}

/* ================================================================================================
   RESPONSIVE
================================================================================================ */

@media(max-width:980px){
  .terra-news-v12-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .terra-news-v14-story-cta{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .terra-news-v14-story-cta .terra-news-aside-actions{
    grid-column:1!important;
    grid-row:auto!important;
    min-width:0!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
  }

  .terra-news-v14-story-cta .terra-news-aside-actions .button-link{
    width:auto!important;
    flex:1 1 180px!important;
  }
}

@media(max-width:700px){
  .terra-news-v12-grid{
    grid-template-columns:1fr!important;
  }

  .terra-news-v12-card-media,
  .terra-news-v12-card:first-child .terra-news-v12-card-media{
    height:190px!important;
    min-height:190px!important;
  }

  .terra-news-v12-story-media{
    height:145px!important;
    min-height:145px!important;
  }

  .terra-news-v14-placeholder--story{
    min-height:137px!important;
    padding:18px!important;
  }

  .terra-news-v12-story-layout{
    padding:28px 20px 30px!important;
  }

  .terra-news-v12-story-body{
    font-size:16px!important;
    line-height:1.7!important;
  }

  .terra-news-v14-story-cta{
    padding:20px!important;
  }

  .terra-news-v14-story-cta .terra-news-aside-actions{
    flex-direction:column!important;
  }

  .terra-news-v14-story-cta .terra-news-aside-actions .button-link{
    width:100%!important;
    flex:none!important;
  }

  #terra-quote-page .quantity-stepper{
    grid-template-columns:36px 44px 36px!important;
    height:40px!important;
    padding:2px!important;
  }

  #terra-quote-page .quantity-button{
    width:36px!important;
    min-width:36px!important;
    height:34px!important;
    min-height:34px!important;
  }

  #terra-quote-page .quantity-value{
    min-width:44px!important;
    height:34px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-landing-cards-phase2b-v1-5-20260826
   NEWS LANDING CARD LAYOUT — REFERENCE-INSPIRED TEST

   LANDING ONLY.
   Open article layout intentionally untouched.
   Quote predictive and quantity controls intentionally untouched.
-------------------------------------------------------------------------------------------------- */

.terra-news-v12-landing .terra-news-v12-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}

.terra-news-v12-landing .terra-news-v12-card,
.terra-news-v12-landing .terra-news-v12-card:first-child,
.terra-news-v12-landing .terra-news-v12-card:nth-child(5),
.terra-news-v12-landing .terra-news-v12-card:nth-child(6){
  position:relative!important;
  display:flex!important;
  min-width:0!important;
  min-height:520px!important;
  flex-direction:column!important;
  overflow:visible!important;
  border:1px solid #d8e0e2!important;
  border-radius:2px!important;
  background:#ffffff!important;
  box-shadow:0 4px 13px rgba(27,40,58,.08)!important;
  transform:none!important;
}

.terra-news-v12-landing .terra-news-v12-card:hover{
  border-color:#c8d4d7!important;
  box-shadow:0 9px 23px rgba(27,40,58,.11)!important;
  transform:translateY(-2px)!important;
}

/* Top media / placeholder block */
.terra-news-v12-landing .terra-news-v12-card-media,
.terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-media{
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  height:245px!important;
  min-height:245px!important;
  overflow:visible!important;
  border:0!important;
  border-top:7px solid #ff834f!important;
  border-radius:2px 2px 0 0!important;
  background:#1b283a!important;
}

/* Keep placeholder visual clean and use its category as the overlapping ribbon. */
.terra-news-v12-landing .terra-news-v14-placeholder{
  position:relative!important;
  display:flex!important;
  width:100%!important;
  height:100%!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  padding:26px 24px 38px!important;
  background:
    radial-gradient(circle at 72% 26%,rgba(255,255,255,.05),transparent 26%),
    linear-gradient(145deg,#1b283a 0%,#21374e 64%,#29475e 100%)!important;
}

.terra-news-v12-landing .terra-news-v14-placeholder::before{
  content:""!important;
  position:absolute!important;
  inset:18px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  pointer-events:none!important;
}

.terra-news-v12-landing .terra-news-v14-placeholder span{
  position:absolute!important;
  z-index:4!important;
  left:50%!important;
  bottom:-15px!important;
  width:max-content!important;
  max-width:82%!important;
  padding:7px 14px!important;
  border:0!important;
  border-radius:0!important;
  background:#ff834f!important;
  color:#ffffff!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  box-shadow:0 2px 4px rgba(27,40,58,.12)!important;
  transform:translateX(-50%)!important;
}

.terra-news-v12-landing .terra-news-v14-placeholder small{
  color:#c9d5d9!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

/* White editorial body */
.terra-news-v12-landing .terra-news-v12-card-copy,
.terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-copy{
  display:flex!important;
  min-width:0!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:34px 24px 25px!important;
  text-align:center!important;
}

/*
  V1.4 still renders the original category/date metadata inside the copy.
  For this layout experiment the overlapping ribbon owns category display,
  so hide that first metadata row only on the landing cards.
*/
.terra-news-v12-landing .terra-news-v12-card-copy > :first-child:not(h3):not(p):not(a){
  display:none!important;
}

.terra-news-v12-landing .terra-news-v12-card h3,
.terra-news-v12-landing .terra-news-v12-card:first-child h3{
  width:100%!important;
  max-width:330px!important;
  margin:8px auto 13px!important;
  color:#1b283a!important;
  font-size:clamp(23px,1.75vw,28px)!important;
  font-weight:900!important;
  line-height:1.13!important;
  letter-spacing:-.025em!important;
  text-align:center!important;
  text-wrap:balance!important;
}

.terra-news-v12-landing .terra-news-v12-card h3 a,
.terra-news-v12-landing .terra-news-v12-card:first-child h3 a{
  display:-webkit-box!important;
  overflow:hidden!important;
  color:#1b283a!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  text-decoration:none!important;
}

.terra-news-v12-landing .terra-news-v12-card h3 a:hover,
.terra-news-v12-landing .terra-news-v12-card h3 a:focus-visible{
  color:#ff6f36!important;
}

.terra-news-v12-landing .terra-news-v12-card-copy > p{
  display:-webkit-box!important;
  width:100%!important;
  max-width:330px!important;
  overflow:hidden!important;
  margin:0 auto 20px!important;
  color:#62747c!important;
  font-size:14px!important;
  line-height:1.62!important;
  text-align:center!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
}

.terra-news-v12-landing .terra-news-v12-read{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:auto auto 0!important;
  padding-top:5px!important;
  color:#ff6f36!important;
  font-size:12.5px!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  text-align:center!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
}

.terra-news-v12-landing .terra-news-v12-read:hover,
.terra-news-v12-landing .terra-news-v12-read:focus-visible{
  color:#1b283a!important;
  text-decoration:underline!important;
}

@media(max-width:980px){
  .terra-news-v12-landing .terra-news-v12-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:700px){
  .terra-news-v12-landing .terra-news-v12-grid{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }

  .terra-news-v12-landing .terra-news-v12-card,
  .terra-news-v12-landing .terra-news-v12-card:first-child,
  .terra-news-v12-landing .terra-news-v12-card:nth-child(5),
  .terra-news-v12-landing .terra-news-v12-card:nth-child(6){
    min-height:500px!important;
  }

  .terra-news-v12-landing .terra-news-v12-card-media,
  .terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-media{
    height:220px!important;
    min-height:220px!important;
  }

  .terra-news-v12-landing .terra-news-v12-card-copy,
  .terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-copy{
    padding:32px 20px 22px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-landing-intro-phase2b-v1-6-20260826
   NEWS LANDING INTRO POLISH

   INTRO ONLY.
   News cards, open articles and all quote controls intentionally untouched.
-------------------------------------------------------------------------------------------------- */

.terra-news-v12-landing .terra-news-v12-journal-head{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)!important;
  gap:42px!important;
  align-items:center!important;
  margin:0 0 26px!important;
  padding:26px 28px 27px!important;
  overflow:hidden!important;
  border:1px solid #d4dfe1!important;
  border-top:5px solid #ff834f!important;
  border-radius:9px!important;
  background:
    linear-gradient(135deg,#ffffff 0%,#fbfaf1 54%,#f1f5ef 100%)!important;
  box-shadow:0 5px 16px rgba(27,40,58,.055)!important;
}

.terra-news-v12-landing .terra-news-v12-journal-head::after{
  content:""!important;
  position:absolute!important;
  top:-58px!important;
  right:34%!important;
  width:150px!important;
  height:150px!important;
  border:1px solid rgba(255,131,79,.12)!important;
  border-radius:50%!important;
  pointer-events:none!important;
}

.terra-news-v12-landing .terra-news-v12-journal-head .eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  margin:0 0 10px!important;
  padding:0!important;
  color:#ff6f36!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}

.terra-news-v12-landing .terra-news-v12-journal-head h2{
  max-width:650px!important;
  margin:0!important;
  color:#1b283a!important;
  font-size:clamp(35px,3vw,46px)!important;
  font-weight:900!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  text-wrap:balance!important;
}

.terra-news-v12-landing .terra-news-v12-journal-head > p:last-child{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  max-width:390px!important;
  margin:0!important;
  padding:20px 20px 18px 22px!important;
  border:1px solid #d9e1e3!important;
  border-left:4px solid #ff834f!important;
  border-radius:7px!important;
  background:#ffffff!important;
  color:#526a74!important;
  font-size:14px!important;
  line-height:1.55!important;
  box-shadow:0 4px 12px rgba(27,40,58,.045)!important;
}

.terra-news-v12-landing .terra-news-v12-journal-head > p:last-child::before{
  content:"USE THESE GUIDES"!important;
  display:block!important;
  margin:0 0 7px!important;
  color:#1b283a!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}

@media(max-width:900px){
  .terra-news-v12-landing .terra-news-v12-journal-head{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }

  .terra-news-v12-landing .terra-news-v12-journal-head > p:last-child{
    max-width:none!important;
  }
}

@media(max-width:700px){
  .terra-news-v12-landing .terra-news-v12-journal-head{
    margin-bottom:22px!important;
    padding:22px 20px!important;
  }

  .terra-news-v12-landing .terra-news-v12-journal-head h2{
    font-size:clamp(31px,9vw,40px)!important;
  }

  .terra-news-v12-landing .terra-news-v12-journal-head > p:last-child{
    padding:17px 17px 16px 19px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-intro-single-line-stack-phase2b-v1-7-20260826
   NEWS INTRO SINGLE-LINE STACK

   Intro typography/alignment only.
   Cards, open articles and quote controls intentionally untouched.
-------------------------------------------------------------------------------------------------- */

.terra-news-v12-landing .terra-news-v12-journal-head{
  display:block!important;
  margin:0 0 26px!important;
  padding:24px 28px 25px!important;
  overflow:hidden!important;
  border:1px solid #d4dfe1!important;
  border-top:5px solid #ff834f!important;
  border-radius:9px!important;
  background:
    linear-gradient(135deg,#ffffff 0%,#fbfaf1 58%,#f1f5ef 100%)!important;
  box-shadow:0 5px 16px rgba(27,40,58,.055)!important;
}

.terra-news-v12-landing .terra-news-v12-journal-head::after{
  display:none!important;
  content:none!important;
}

.terra-news-v12-landing .terra-news-v12-journal-head .eyebrow{
  display:block!important;
  width:auto!important;
  margin:0 0 9px!important;
  padding:0!important;
  color:#ff6f36!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

.terra-news-v12-landing .terra-news-v12-journal-head h2{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 11px!important;
  color:#1b283a!important;
  font-size:clamp(32px,2.65vw,42px)!important;
  font-weight:900!important;
  line-height:1.04!important;
  letter-spacing:-.032em!important;
  text-wrap:initial!important;
  white-space:nowrap!important;
}

.terra-news-v12-landing .terra-news-v12-journal-head > p:last-child{
  display:block!important;
  width:100%!important;
  max-width:860px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-left:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#526a74!important;
  font-size:14.5px!important;
  line-height:1.55!important;
  box-shadow:none!important;
}

.terra-news-v12-landing .terra-news-v12-journal-head > p:last-child::before{
  display:none!important;
  content:none!important;
}

@media(max-width:900px){
  .terra-news-v12-landing .terra-news-v12-journal-head{
    padding:22px 22px 23px!important;
  }

  .terra-news-v12-landing .terra-news-v12-journal-head h2{
    font-size:clamp(30px,5.5vw,38px)!important;
    white-space:normal!important;
  }

  .terra-news-v12-landing .terra-news-v12-journal-head .eyebrow{
    white-space:nowrap!important;
  }
}

@media(max-width:700px){
  .terra-news-v12-landing .terra-news-v12-journal-head{
    margin-bottom:22px!important;
    padding:20px 18px 21px!important;
  }

  .terra-news-v12-landing .terra-news-v12-journal-head h2{
    margin-bottom:10px!important;
    font-size:clamp(29px,8.7vw,38px)!important;
    line-height:1.06!important;
    white-space:normal!important;
  }

  .terra-news-v12-landing .terra-news-v12-journal-head > p:last-child{
    font-size:14px!important;
    line-height:1.55!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-card-rounded-top-eyebrow-phase2b-v1-8-20260826
   NEWS CARD ROUNDED CORNERS + TOP EYEBROW

   Card finish only.
   Intro, open articles and quote controls intentionally untouched.
-------------------------------------------------------------------------------------------------- */

.terra-news-v12-landing .terra-news-v12-card,
.terra-news-v12-landing .terra-news-v12-card:first-child,
.terra-news-v12-landing .terra-news-v12-card:nth-child(5),
.terra-news-v12-landing .terra-news-v12-card:nth-child(6){
  overflow:hidden!important;
  border:1px solid #d4dee1!important;
  border-radius:10px!important;
  box-shadow:0 5px 16px rgba(27,40,58,.08)!important;
}

.terra-news-v12-landing .terra-news-v12-card:hover{
  border-color:#c5d2d6!important;
  box-shadow:0 10px 24px rgba(27,40,58,.11)!important;
}

.terra-news-v12-landing .terra-news-v12-card-media,
.terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-media{
  overflow:hidden!important;
  border-top:6px solid #ff834f!important;
  border-radius:9px 9px 0 0!important;
}

.terra-news-v12-landing .terra-news-v14-placeholder{
  overflow:hidden!important;
  border-radius:0!important;
}

/* Move category eyebrow from the body seam to the top-left of the card/media. */
.terra-news-v12-landing .terra-news-v14-placeholder span{
  top:16px!important;
  right:auto!important;
  bottom:auto!important;
  left:16px!important;
  width:max-content!important;
  max-width:calc(100% - 32px)!important;
  padding:7px 12px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:5px!important;
  background:#ff834f!important;
  color:#ffffff!important;
  box-shadow:0 3px 8px rgba(27,40,58,.18)!important;
  transform:none!important;
}

/* Keep the centre label visually clear beneath the top eyebrow. */
.terra-news-v12-landing .terra-news-v14-placeholder small{
  position:relative!important;
  z-index:2!important;
  margin-top:8px!important;
}

@media(max-width:700px){
  .terra-news-v12-landing .terra-news-v14-placeholder span{
    top:14px!important;
    left:14px!important;
    max-width:calc(100% - 28px)!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-card-text-geometry-restore-phase2b-v1-9-20260826
   NEWS CARD TEXT-GEOMETRY RESTORE + SAFE TOP EYEBROW

   Correction:
   - Keep V1.8 rounded corners and top eyebrow.
   - Explicitly restore and freeze the approved V1.5 card geometry.
   - No intro/article/quote selectors in this patch.
-------------------------------------------------------------------------------------------------- */

/* Freeze card and media geometry to the approved V1.5 values. */
.terra-news-v12-landing .terra-news-v12-card,
.terra-news-v12-landing .terra-news-v12-card:first-child,
.terra-news-v12-landing .terra-news-v12-card:nth-child(5),
.terra-news-v12-landing .terra-news-v12-card:nth-child(6){
  min-height:520px!important;
  border-radius:10px!important;
  overflow:hidden!important;
}

.terra-news-v12-landing .terra-news-v12-card-media,
.terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-media{
  height:245px!important;
  min-height:245px!important;
  border-top:7px solid #ff834f!important;
  border-radius:9px 9px 0 0!important;
  overflow:hidden!important;
}

/* Eyebrow stays absolute: it must not alter card-body flow. */
.terra-news-v12-landing .terra-news-v14-placeholder span{
  position:absolute!important;
  top:16px!important;
  right:auto!important;
  bottom:auto!important;
  left:16px!important;
  margin:0!important;
  transform:none!important;
}

/* Restore TERRA TECHNICAL GUIDE to its exact pre-V1.8 centre treatment. */
.terra-news-v12-landing .terra-news-v14-placeholder small{
  position:static!important;
  z-index:auto!important;
  margin:0!important;
}

/* Freeze the approved white-body geometry exactly. */
.terra-news-v12-landing .terra-news-v12-card-copy,
.terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-copy{
  display:flex!important;
  min-width:0!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:34px 24px 25px!important;
  text-align:center!important;
}

.terra-news-v12-landing .terra-news-v12-card h3,
.terra-news-v12-landing .terra-news-v12-card:first-child h3{
  width:100%!important;
  max-width:330px!important;
  margin:8px auto 13px!important;
  font-size:clamp(23px,1.75vw,28px)!important;
  line-height:1.13!important;
  letter-spacing:-.025em!important;
  text-align:center!important;
}

.terra-news-v12-landing .terra-news-v12-card-copy > p{
  width:100%!important;
  max-width:330px!important;
  margin:0 auto 20px!important;
  font-size:14px!important;
  line-height:1.62!important;
  text-align:center!important;
}

.terra-news-v12-landing .terra-news-v12-read{
  margin:auto auto 0!important;
  padding-top:5px!important;
}

/* Mobile preserves the previously approved card geometry. */
@media(max-width:700px){
  .terra-news-v12-landing .terra-news-v12-card,
  .terra-news-v12-landing .terra-news-v12-card:first-child,
  .terra-news-v12-landing .terra-news-v12-card:nth-child(5),
  .terra-news-v12-landing .terra-news-v12-card:nth-child(6){
    min-height:500px!important;
  }

  .terra-news-v12-landing .terra-news-v12-card-media,
  .terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-media{
    height:220px!important;
    min-height:220px!important;
  }

  .terra-news-v12-landing .terra-news-v12-card-copy,
  .terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-copy{
    padding:32px 20px 22px!important;
  }

  .terra-news-v12-landing .terra-news-v14-placeholder span{
    top:14px!important;
    left:14px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-card-final-composition-phase2b-v2-0-20260826
   NEWS CARD FINAL COMPOSITION

   Locked composition:
   - rounded corners
   - separate top eyebrow
   - category badge centred on media/body seam
   - frozen approved white-body geometry
-------------------------------------------------------------------------------------------------- */

/* Outer card: rounded and clipped as one finished unit. */
.terra-news-v12-landing .terra-news-v12-card,
.terra-news-v12-landing .terra-news-v12-card:first-child,
.terra-news-v12-landing .terra-news-v12-card:nth-child(5),
.terra-news-v12-landing .terra-news-v12-card:nth-child(6){
  min-height:520px!important;
  overflow:hidden!important;
  border:1px solid #d4dee1!important;
  border-radius:10px!important;
  box-shadow:0 5px 16px rgba(27,40,58,.08)!important;
}

/*
  Media remains fixed at the approved height.
  overflow:visible is required so the category badge can overlap the white body.
  The outer card itself still clips everything to rounded corners.
*/
.terra-news-v12-landing .terra-news-v12-card-media,
.terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-media{
  position:relative!important;
  height:245px!important;
  min-height:245px!important;
  overflow:visible!important;
  border-top:7px solid #ff834f!important;
  border-radius:9px 9px 0 0!important;
  background:#1b283a!important;
}

/* Separate top eyebrow. This is purely decorative and never participates in flow. */
.terra-news-v12-landing .terra-news-v12-card-media::after{
  content:"TERRA NEWS"!important;
  position:absolute!important;
  z-index:8!important;
  top:15px!important;
  left:16px!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:27px!important;
  padding:6px 11px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:5px!important;
  background:#ff834f!important;
  color:#ffffff!important;
  font-size:10.5px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
  box-shadow:0 3px 8px rgba(27,40,58,.18)!important;
  pointer-events:none!important;
}

/* Placeholder stays visually centred and allows the seam badge to escape downward. */
.terra-news-v12-landing .terra-news-v14-placeholder{
  position:relative!important;
  overflow:visible!important;
  border-radius:0!important;
}

/*
  Existing category label returns to the approved second-image position:
  centred exactly across the navy / white seam.
*/
.terra-news-v12-landing .terra-news-v14-placeholder span{
  position:absolute!important;
  z-index:9!important;
  top:auto!important;
  right:auto!important;
  bottom:-15px!important;
  left:50%!important;
  width:max-content!important;
  max-width:82%!important;
  margin:0!important;
  padding:7px 14px!important;
  border:0!important;
  border-radius:0!important;
  background:#ff834f!important;
  color:#ffffff!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  box-shadow:0 2px 4px rgba(27,40,58,.12)!important;
  transform:translateX(-50%)!important;
}

/* TERRA TECHNICAL GUIDE remains exactly centred. */
.terra-news-v12-landing .terra-news-v14-placeholder small{
  position:static!important;
  z-index:auto!important;
  margin:0!important;
}

/* Freeze approved white-body geometry. */
.terra-news-v12-landing .terra-news-v12-card-copy,
.terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-copy{
  display:flex!important;
  min-width:0!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:34px 24px 25px!important;
  text-align:center!important;
}

.terra-news-v12-landing .terra-news-v12-card h3,
.terra-news-v12-landing .terra-news-v12-card:first-child h3{
  width:100%!important;
  max-width:330px!important;
  margin:8px auto 13px!important;
  font-size:clamp(23px,1.75vw,28px)!important;
  line-height:1.13!important;
  letter-spacing:-.025em!important;
  text-align:center!important;
}

.terra-news-v12-landing .terra-news-v12-card-copy > p{
  width:100%!important;
  max-width:330px!important;
  margin:0 auto 20px!important;
  font-size:14px!important;
  line-height:1.62!important;
  text-align:center!important;
}

.terra-news-v12-landing .terra-news-v12-read{
  margin:auto auto 0!important;
  padding-top:5px!important;
}

@media(max-width:700px){
  .terra-news-v12-landing .terra-news-v12-card,
  .terra-news-v12-landing .terra-news-v12-card:first-child,
  .terra-news-v12-landing .terra-news-v12-card:nth-child(5),
  .terra-news-v12-landing .terra-news-v12-card:nth-child(6){
    min-height:500px!important;
  }

  .terra-news-v12-landing .terra-news-v12-card-media,
  .terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-media{
    height:220px!important;
    min-height:220px!important;
  }

  .terra-news-v12-landing .terra-news-v12-card-copy,
  .terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-copy{
    padding:32px 20px 22px!important;
  }

  .terra-news-v12-landing .terra-news-v12-card-media::after{
    top:13px!important;
    left:14px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-remove-top-left-badge-phase2b-v2-0-1-20260826
   REMOVE TOP-LEFT TERRA NEWS BADGE ONLY
-------------------------------------------------------------------------------------------------- */

.terra-news-v12-landing .terra-news-v12-card-media::after{
  display:none!important;
  content:none!important;
}

/* -------------------------------------------------------------------------------------------------
   terra-news-single-article-editorial-layout-css-phase2b-v2-1-20260826
   SINGLE ARTICLE — IMAGE LEFT / GUIDE MENU RIGHT / FULL-WIDTH BODY BELOW

   Article hero above this area is intentionally untouched.
   News landing and Quote are intentionally untouched.
-------------------------------------------------------------------------------------------------- */

/* The existing outer article card continues to consume the normal Terra site canvas. */
.terra-news-v12-story-wrap{
  width:100%!important;
  max-width:none!important;
  margin:0 0 54px!important;
}

.terra-news-v12-story-card{
  width:100%!important;
  max-width:none!important;
  overflow:hidden!important;
  border:1px solid #d3dde0!important;
  border-radius:11px!important;
  background:#ffffff!important;
  box-shadow:0 8px 22px rgba(27,40,58,.06)!important;
}

/* Top editorial row: image/placeholder left, article navigation right. */
.terra-news-v21-story-top{
  display:grid!important;
  grid-template-columns:minmax(0,1.85fr) minmax(285px,.72fr)!important;
  gap:24px!important;
  align-items:stretch!important;
  padding:24px 28px 0!important;
}

.terra-news-v21-story-top .terra-news-v12-story-media{
  height:340px!important;
  min-height:340px!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid #cbd8dc!important;
  border-top:6px solid #ff834f!important;
  border-radius:9px!important;
  background:#1b283a!important;
}

.terra-news-v21-story-top .terra-news-v14-placeholder--story{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:26px!important;
}

.terra-news-v21-story-top .terra-news-v14-placeholder--story span{
  font-size:clamp(25px,2.2vw,34px)!important;
}

/* Right-side article navigation. */
.terra-news-v21-related{
  display:flex!important;
  min-width:0!important;
  min-height:340px!important;
  flex-direction:column!important;
  padding:20px!important;
  border:1px solid #cfdadd!important;
  border-top:5px solid #ff834f!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,#f8f7e5 0%,#ffffff 100%)!important;
  box-shadow:0 5px 15px rgba(27,40,58,.05)!important;
}

.terra-news-v21-related-head{
  padding-bottom:14px!important;
  border-bottom:1px solid #dbe3e4!important;
}

.terra-news-v21-related-head .eyebrow{
  margin:0 0 7px!important;
  color:#ff6f36!important;
  font-size:10.5px!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
}

.terra-news-v21-related-head h2{
  margin:0!important;
  color:#1b283a!important;
  font-size:22px!important;
  line-height:1.08!important;
  letter-spacing:-.02em!important;
}

.terra-news-v21-related-list{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  gap:0!important;
  margin-top:7px!important;
}

.terra-news-v21-related-list > a:not(.terra-news-v21-related-all){
  display:block!important;
  padding:11px 4px 12px!important;
  border-bottom:1px solid #e0e6e8!important;
  color:#1b283a!important;
  text-decoration:none!important;
}

.terra-news-v21-related-list > a:not(.terra-news-v21-related-all):hover,
.terra-news-v21-related-list > a:not(.terra-news-v21-related-all):focus-visible{
  background:#fff7f2!important;
  color:#1b283a!important;
}

.terra-news-v21-related-list > a span{
  display:block!important;
  margin-bottom:4px!important;
  color:#ff6f36!important;
  font-size:9.5px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}

.terra-news-v21-related-list > a strong{
  display:-webkit-box!important;
  overflow:hidden!important;
  color:#1b283a!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.25!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}

.terra-news-v21-related-all{
  display:inline-flex!important;
  align-items:center!important;
  margin-top:auto!important;
  padding:13px 4px 2px!important;
  color:#ff6f36!important;
  font-size:11.5px!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
}

/*
  Full article content now sits BELOW the image/menu row and uses the normal
  Terra content width rather than staying squeezed beside a sidebar.
*/
.terra-news-v12-story-layout{
  display:block!important;
  width:100%!important;
  padding:38px 42px 44px!important;
}

.terra-news-v12-story-body{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  color:#283d4a!important;
  font-size:16.5px!important;
  line-height:1.75!important;
}

.terra-news-v12-story-body > p,
.terra-news-copy-section p,
.terra-news-copy-section h2,
.terra-news-copy-section ul{
  width:100%!important;
  max-width:none!important;
}

.terra-news-copy-section{
  margin:0 0 32px!important;
}

.terra-news-copy-section h2{
  margin:0 0 12px!important;
  font-size:clamp(24px,2vw,30px)!important;
  line-height:1.14!important;
}

.terra-news-article-back{
  width:100%!important;
  max-width:none!important;
  margin-top:30px!important;
  padding-top:20px!important;
}

/* Existing bottom Terra CTA remains in normal document flow after article content. */
.terra-news-v14-story-cta{
  width:100%!important;
  margin-top:34px!important;
}

/* Tablet/mobile: image -> menu -> article body -> CTA. */
@media(max-width:900px){
  .terra-news-v21-story-top{
    grid-template-columns:1fr!important;
  }

  .terra-news-v21-story-top .terra-news-v12-story-media{
    height:300px!important;
    min-height:300px!important;
  }

  .terra-news-v21-related{
    min-height:0!important;
  }
}

@media(max-width:700px){
  .terra-news-v21-story-top{
    gap:18px!important;
    padding:18px 18px 0!important;
  }

  .terra-news-v21-story-top .terra-news-v12-story-media{
    height:240px!important;
    min-height:240px!important;
  }

  .terra-news-v21-story-top .terra-news-v14-placeholder--story{
    padding:18px!important;
  }

  .terra-news-v12-story-layout{
    padding:28px 20px 32px!important;
  }

  .terra-news-v21-related{
    padding:18px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-single-article-media-height-match-phase2b-v2-1-1-20260826
   SINGLE ARTICLE MEDIA HEIGHT MATCH ONLY
-------------------------------------------------------------------------------------------------- */

/*
  Let the grid row be sized by the taller right-side guide menu,
  then stretch the left media to exactly that same row height.
*/
.terra-news-v21-story-top .terra-news-v12-story-media{
  height:auto!important;
  min-height:340px!important;
  align-self:stretch!important;
}

.terra-news-v21-story-top .terra-news-v14-placeholder--story{
  height:100%!important;
  min-height:100%!important;
}

@media(max-width:900px){
  .terra-news-v21-story-top .terra-news-v12-story-media{
    height:300px!important;
    min-height:300px!important;
  }

  .terra-news-v21-story-top .terra-news-v14-placeholder--story{
    height:100%!important;
    min-height:100%!important;
  }
}

@media(max-width:700px){
  .terra-news-v21-story-top .terra-news-v12-story-media{
    height:240px!important;
    min-height:240px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-single-article-one-line-headings-phase2b-v2-1-2-20260826
   SINGLE ARTICLE ONE-LINE SECTION HEADINGS ONLY
-------------------------------------------------------------------------------------------------- */

@media(min-width:901px){
  .terra-news-v12-story-body .terra-news-copy-section h2{
    width:100%!important;
    max-width:none!important;
    margin-bottom:12px!important;
    font-size:clamp(22px,1.75vw,28px)!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
    white-space:nowrap!important;
  }
}

@media(max-width:900px){
  .terra-news-v12-story-body .terra-news-copy-section h2{
    white-space:normal!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-quote-quantity-stepper-final-phase2b-v2-3-20260827
   QUOTE QUANTITY STEPPER — FINAL SEGMENTED CONTROL
   Predictive dropdown intentionally untouched.
-------------------------------------------------------------------------------------------------- */

#terra-quote-page .quantity-stepper{
  display:grid!important;
  grid-template-columns:40px 50px 40px!important;
  width:132px!important;
  min-width:132px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0!important;
  gap:0!important;
  align-items:stretch!important;
  overflow:hidden!important;
  border:1px solid #9fb2ba!important;
  border-radius:9px!important;
  background:#ffffff!important;
  box-shadow:0 2px 5px rgba(27,40,58,.08)!important;
  box-sizing:border-box!important;
}

#terra-quote-page .quantity-stepper > *{
  min-width:0!important;
  height:40px!important;
  margin:0!important;
  box-sizing:border-box!important;
}

#terra-quote-page .quantity-stepper > button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
  transition:background-color .15s ease,color .15s ease!important;
}

#terra-quote-page .quantity-stepper > button:first-child{
  background:#1b283a!important;
  color:#ffffff!important;
  border-right:1px solid #b7c5ca!important;
}

#terra-quote-page .quantity-stepper > button:last-child{
  background:#ff834f!important;
  color:#ffffff!important;
  border-left:1px solid #d6dfe2!important;
}

#terra-quote-page .quantity-stepper > button:first-child:hover:not(:disabled),
#terra-quote-page .quantity-stepper > button:first-child:focus-visible:not(:disabled){
  background:#243a52!important;
}

#terra-quote-page .quantity-stepper > button:last-child:hover:not(:disabled),
#terra-quote-page .quantity-stepper > button:last-child:focus-visible:not(:disabled){
  background:#f27440!important;
}

#terra-quote-page .quantity-stepper > button:focus-visible{
  position:relative!important;
  z-index:2!important;
  outline:2px solid #ffffff!important;
  outline-offset:-3px!important;
}

#terra-quote-page .quantity-stepper > button:disabled,
#terra-quote-page .quantity-stepper > button[disabled]{
  cursor:not-allowed!important;
  opacity:1!important;
}

#terra-quote-page .quantity-stepper > button:first-child:disabled,
#terra-quote-page .quantity-stepper > button:first-child[disabled]{
  background:#edf2f3!important;
  color:#7b97a1!important;
}

#terra-quote-page .quantity-stepper > input,
#terra-quote-page .quantity-stepper > input[type="number"],
#terra-quote-page .quantity-stepper > span,
#terra-quote-page .quantity-stepper > .quantity-value{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  padding:0 4px!important;
  border:0!important;
  border-radius:0!important;
  background:#ffffff!important;
  color:#1b283a!important;
  -webkit-text-fill-color:#1b283a!important;
  box-shadow:none!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:40px!important;
  text-align:center!important;
  appearance:textfield!important;
  -moz-appearance:textfield!important;
}

#terra-quote-page .quantity-stepper > input::-webkit-outer-spin-button,
#terra-quote-page .quantity-stepper > input::-webkit-inner-spin-button{
  margin:0!important;
  -webkit-appearance:none!important;
}

#terra-quote-page .quantity-stepper > input:focus{
  position:relative!important;
  z-index:2!important;
  outline:2px solid #ff834f!important;
  outline-offset:-2px!important;
}

@media(max-width:700px){
  #terra-quote-page .quantity-stepper{
    grid-template-columns:42px 52px 42px!important;
    width:138px!important;
    min-width:138px!important;
    height:44px!important;
    min-height:44px!important;
  }

  #terra-quote-page .quantity-stepper > *{
    height:42px!important;
  }

  #terra-quote-page .quantity-stepper > input,
  #terra-quote-page .quantity-stepper > input[type="number"],
  #terra-quote-page .quantity-stepper > span,
  #terra-quote-page .quantity-stepper > .quantity-value{
    line-height:42px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-archive-ux-copy-css-phase2b-v2-5-2-20260827
   NEWS ARCHIVE — NO STORY WRAPPER DEPENDENCY
-------------------------------------------------------------------------------------------------- */

.terra-news-archive{
  overflow:hidden!important;
  border:1px solid #d4dfe1!important;
  border-top:4px solid #ff834f!important;
  border-radius:10px!important;
  background:#ffffff!important;
  box-shadow:0 4px 14px rgba(27,40,58,.045)!important;
}

.terra-news-archive summary{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:18px!important;
  align-items:center!important;
  min-height:76px!important;
  padding:16px 20px!important;
  background:linear-gradient(90deg,#f8f7e5 0%,#ffffff 72%)!important;
  cursor:pointer!important;
}

.terra-news-archive summary:hover{
  background:linear-gradient(90deg,#fff9ed 0%,#ffffff 72%)!important;
}

.terra-news-archive-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:0 22px!important;
  padding:4px 20px 18px!important;
  border-top:1px solid #e0e6e8!important;
  background:#ffffff!important;
}

.terra-news-v25-archive-placeholder{
  display:flex!important;
  width:100%!important;
  height:300px!important;
  min-height:300px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:32px!important;
  overflow:hidden!important;
  border-radius:8px!important;
  background:
    linear-gradient(135deg,rgba(255,131,79,.11),rgba(123,151,161,.10)),
    #f8f7e5!important;
  color:#1b283a!important;
  text-align:center!important;
}

.terra-news-v25-archive-placeholder span{
  position:static!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:8px 13px!important;
  border-radius:5px!important;
  background:#ff834f!important;
  color:#ffffff!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.08em!important;
  transform:none!important;
}

.terra-news-v25-archive-placeholder small{
  position:static!important;
  margin:0!important;
  color:#1b283a!important;
  font-size:clamp(23px,2.1vw,31px)!important;
  font-weight:900!important;
  line-height:1.08!important;
  letter-spacing:-.02em!important;
}

.terra-news-v12-story-media:has(.terra-news-v25-archive-placeholder){
  height:300px!important;
  min-height:300px!important;
  align-self:start!important;
  border-color:#cbd8dc!important;
  border-top-color:#ff834f!important;
  background:#f8f7e5!important;
}

@media(max-width:900px){
  .terra-news-archive-list{
    grid-template-columns:1fr!important;
  }

  .terra-news-v25-archive-placeholder,
  .terra-news-v12-story-media:has(.terra-news-v25-archive-placeholder){
    height:230px!important;
    min-height:230px!important;
  }
}

@media(max-width:700px){
  .terra-news-archive summary{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }

  .terra-news-archive-list{
    padding:2px 16px 16px!important;
  }

  .terra-news-v25-archive-placeholder,
  .terra-news-v12-story-media:has(.terra-news-v25-archive-placeholder){
    height:200px!important;
    min-height:200px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-archive-layout-final-css-phase2b-v2-7-1-20260827
   FINAL ARCHIVE ARTICLE LAYOUT — ALL 13 ARCHIVED POSTS
-------------------------------------------------------------------------------------------------- */

/* Compact top row for archived stories only. */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v21-story-top{
  align-items:start!important;
  grid-template-columns:minmax(0,1fr) 290px!important;
  gap:24px!important;
}

/* Archive status strip replaces the oversized missing-image appearance. */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v12-story-media{
  height:112px!important;
  min-height:112px!important;
  align-self:start!important;
  border:1px solid #d5dfe2!important;
  border-top:4px solid #ff834f!important;
  border-radius:9px!important;
  background:#f8f7e5!important;
  box-shadow:none!important;
}

.terra-news-v25-archive-placeholder{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:20px 24px!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  border-radius:0!important;
  background:
    linear-gradient(90deg,rgba(255,131,79,.08),rgba(255,255,255,.48)),
    #f8f7e5!important;
  text-align:left!important;
}

.terra-news-v25-archive-placeholder span{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:9px 13px!important;
  border-radius:5px!important;
  background:#ff834f!important;
  color:#ffffff!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.07em!important;
  transform:none!important;
  white-space:nowrap!important;
}

/* Related guide panel should finish at its own natural height. */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v21-related{
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
}

/* Allow article names to wrap instead of ellipsis/truncation. */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v21-related-list > a:not(.terra-news-v21-related-all){
  min-height:0!important;
  height:auto!important;
}

.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v21-related-list > a strong{
  display:block!important;
  overflow:visible!important;
  max-height:none!important;
  white-space:normal!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  line-height:1.16!important;
}

/* Full-width archive copy below top row. */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder){
  display:block!important;
}

.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v12-story-body{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:none!important;
  padding-top:28px!important;
}

/* Archive article paragraphs first. */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v12-story-body > p{
  order:10!important;
  width:100%!important;
  max-width:980px!important;
}

/*
 * The Archive note is the first direct div in the current archived body.
 * Place it after the article paragraphs.
 */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v12-story-body > div:first-child{
  order:20!important;
  width:100%!important;
  max-width:980px!important;
  margin:20px 0 0!important;
  padding:14px 16px!important;
  border:1px solid #d6e0e2!important;
  border-left:4px solid #ff834f!important;
  border-radius:8px!important;
  background:#f4f6f6!important;
  color:#425b65!important;
}

/* Divider and Back to News remain after the archive note. */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-article-back{
  order:30!important;
  width:100%!important;
  max-width:980px!important;
  margin-top:22px!important;
}

/* The final Terra CTA remains normal full width below the article. */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v14-story-cta{
  order:40!important;
}

/* Remove the oversized vertical gap inherited from the equal-height media rule. */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v21-story-top + .terra-news-v12-story-body{
  margin-top:0!important;
}

@media(max-width:900px){
  .terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v21-story-top{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v12-story-media{
    height:96px!important;
    min-height:96px!important;
  }
}

@media(max-width:700px){
  .terra-news-v25-archive-placeholder{
    padding:16px 18px!important;
  }

  .terra-news-v25-archive-placeholder span{
    white-space:normal!important;
  }

  .terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v12-story-body{
    padding-top:20px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-top-accent-consistency-phase2b-v2-7-2a-20260827
   NEWS TOP ACCENT CONSISTENCY — MATCH APPROVED 3PX HERO ACCENT
-------------------------------------------------------------------------------------------------- */

/* Landing editorial intro / guide section */
.terra-news-v12-intro,
.terra-news-v15-intro,
.terra-news-v16-intro,
.terra-news-v17-intro,
.terra-news-v12-landing-intro{
  border-top-width:3px!important;
}

/* Landing article cards */
.terra-news-v12-card,
.terra-news-v14-card,
.terra-news-v15-card,
.terra-news-v20-card{
  border-top-width:3px!important;
}

/* Open article media / related panel / archive panel */
.terra-news-v12-story-media,
.terra-news-v21-related,
.terra-news-v25-archive-placeholder,
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v12-story-media{
  border-top-width:3px!important;
}

/* News article wrappers / editorial panels that carry the orange accent */
.terra-news-v12-story-card,
.terra-news-v21-story-shell,
.terra-news-v21-story-top > *,
.terra-news-v14-story-cta{
  border-top-width:3px!important;
}

/* Explicitly keep public News hero geometry unchanged. */
.terra-news-hero,
.terra-news-v12-hero{
  border-top-width:3px!important;
}

/* -------------------------------------------------------------------------------------------------
   terra-news-top-accent-exact-source-phase2b-v2-7-2c-20260827
   EXACT LIVE NEWS ORANGE-TOP ACCENT SOURCES — 3PX
-------------------------------------------------------------------------------------------------- */

/* News landing editorial intro — live class actually rendering the visible strip. */
.terra-news-v12-landing .terra-news-v12-journal-head{
  border-top:3px solid #ff834f!important;
}

/* News landing cards — the visible strip belongs to the media block, not the outer card. */
.terra-news-v12-landing .terra-news-v12-card-media,
.terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-media{
  border-top:3px solid #ff834f!important;
}

/* Open flagship / archive article top media. */
.terra-news-v21-story-top .terra-news-v12-story-media{
  border-top:3px solid #ff834f!important;
}

/* Right-hand Related / More Terra Guides panel. */
.terra-news-v21-related{
  border-top:3px solid #ff834f!important;
}

/* News archive landing panel. */
.terra-news-archive{
  border-top:3px solid #ff834f!important;
}

/* Archived open-article media strip. */
.terra-news-v12-story-layout:has(.terra-news-v25-archive-placeholder) .terra-news-v12-story-media{
  border-top:3px solid #ff834f!important;
}

/* Bottom article CTA. */
.terra-news-v14-story-cta{
  border-top:3px solid #ff834f!important;
}

/* Existing article shell already uses 3px; explicitly lock it. */
.terra-news-v12-story-card{
  border-top-width:3px!important;
}

/* -------------------------------------------------------------------------------------------------
   terra-news-archive-structure-final-phase2b-v2-7-3-20260827
   FINAL ARCHIVED ARTICLE STRUCTURE — ACTUAL LIVE .is-archive HOOK
-------------------------------------------------------------------------------------------------- */

/*
  IMPORTANT:
  All rules below are scoped through .terra-news-v12-story-card.is-archive.
  The six flagship guides use .is-flagship and are intentionally untouched.
*/

/* ================================================================================================
   1. TOP ROW — COMPACT, BALANCED, NO INHERITED 340PX MEDIA
================================================================================================ */

.terra-news-v12-story-card.is-archive .terra-news-v21-story-top{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:24px!important;
  align-items:start!important;
  padding:24px 24px 0!important;
}

/* Compact archive status strip. */
.terra-news-v12-story-card.is-archive .terra-news-v12-story-media{
  width:100%!important;
  height:108px!important;
  min-height:108px!important;
  margin:0!important;
  padding:0!important;
  align-self:start!important;
  overflow:hidden!important;
  border:1px solid #d5dfe2!important;
  border-top:3px solid #ff834f!important;
  border-radius:9px!important;
  background:#f8f7e5!important;
  box-shadow:none!important;
}

/* The old placeholder itself carried a hard 300px height. Kill that at the exact live node. */
.terra-news-v12-story-card.is-archive .terra-news-v25-archive-placeholder{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  padding:18px 22px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:
    linear-gradient(90deg,rgba(255,131,79,.08),rgba(255,255,255,.55)),
    #f8f7e5!important;
  color:#1b283a!important;
  text-align:left!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v25-archive-placeholder span{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:none!important;
  min-height:0!important;
  margin:0!important;
  padding:8px 12px!important;
  border:0!important;
  border-radius:5px!important;
  background:#ff834f!important;
  color:#ffffff!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.07em!important;
  white-space:nowrap!important;
  box-shadow:none!important;
  transform:none!important;
}

/* ================================================================================================
   2. RELATED GUIDES — NATURAL HEIGHT + NORMAL TITLE WRAPPING
================================================================================================ */

.terra-news-v12-story-card.is-archive .terra-news-v21-related{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
  padding:17px 18px 16px!important;
  border:1px solid #cfdadd!important;
  border-top:3px solid #ff834f!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,#f8f7e5 0%,#ffffff 100%)!important;
  box-shadow:0 4px 12px rgba(27,40,58,.045)!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v21-related-head{
  margin-bottom:10px!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v21-related-head .eyebrow{
  margin-bottom:5px!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v21-related-head h2{
  margin:0!important;
  font-size:18px!important;
  line-height:1.18!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v21-related-list{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v21-related-list > a:not(.terra-news-v21-related-all){
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  padding:9px 0!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v21-related-list > a:not(.terra-news-v21-related-all) span{
  display:block!important;
  margin-bottom:3px!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v21-related-list > a strong{
  display:block!important;
  overflow:visible!important;
  max-height:none!important;
  white-space:normal!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  font-size:12px!important;
  line-height:1.28!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v21-related-all{
  margin-top:8px!important;
}

/* ================================================================================================
   3. ARTICLE BODY — FULL WIDTH, COPY FIRST, ARCHIVE NOTE AFTER COPY
================================================================================================ */

/* Old story layout can no longer constrain archive body into a narrow grid column. */
.terra-news-v12-story-card.is-archive .terra-news-v12-story-layout{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 24px 24px!important;
}

/*
  Body is a flex column so direct content can be explicitly ordered:
  article copy -> Archive note -> Back to News.
*/
.terra-news-v12-story-card.is-archive .terra-news-v12-story-body{
  display:flex!important;
  width:100%!important;
  max-width:none!important;
  flex-direction:column!important;
  margin:0!important;
  padding:24px 0 0!important;
}

/* Plain archived articles currently render direct paragraphs. */
.terra-news-v12-story-card.is-archive .terra-news-v12-story-body > p{
  order:10!important;
  width:100%!important;
  max-width:980px!important;
  margin-right:auto!important;
  margin-left:0!important;
}

/* Also support any archived entry using section markup. */
.terra-news-v12-story-card.is-archive .terra-news-v12-story-body > .terra-news-copy-section{
  order:10!important;
  width:100%!important;
  max-width:980px!important;
  margin-right:auto!important;
  margin-left:0!important;
}

/* Exact live node is ASIDE, not DIV. */
.terra-news-v12-story-card.is-archive .terra-news-v12-story-body > .terra-news-archive-note{
  order:20!important;
  display:grid!important;
  gap:5px!important;
  width:100%!important;
  max-width:980px!important;
  margin:22px 0 0!important;
  padding:14px 16px!important;
  border:1px solid #d6e0e2!important;
  border-left:4px solid #ff834f!important;
  border-radius:8px!important;
  background:#f4f6f6!important;
  color:#425b65!important;
  line-height:1.5!important;
}

.terra-news-v12-story-card.is-archive .terra-news-v12-story-body > .terra-news-archive-note strong{
  color:#1b283a!important;
}

.terra-news-v12-story-card.is-archive .terra-news-article-back{
  order:30!important;
  width:100%!important;
  max-width:980px!important;
  margin:22px 0 0!important;
  padding-top:20px!important;
}

/* ================================================================================================
   4. CTA — NORMAL FULL-WIDTH BLOCK BELOW ARTICLE CONTENT
================================================================================================ */

.terra-news-v12-story-card.is-archive .terra-news-v14-story-cta{
  width:100%!important;
  margin:28px 0 0!important;
  border-top:3px solid #ff834f!important;
}

/* ================================================================================================
   5. RESPONSIVE
================================================================================================ */

@media(max-width:900px){
  .terra-news-v12-story-card.is-archive .terra-news-v21-story-top{
    grid-template-columns:1fr!important;
    gap:16px!important;
    padding:20px 20px 0!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v12-story-media{
    height:96px!important;
    min-height:96px!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v21-related{
    width:100%!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v12-story-layout{
    padding:0 20px 20px!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v12-story-body{
    padding-top:20px!important;
  }
}

@media(max-width:700px){
  .terra-news-v12-story-card.is-archive .terra-news-v21-story-top{
    padding:16px 16px 0!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v12-story-layout{
    padding:0 16px 16px!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v25-archive-placeholder{
    padding:15px 16px!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v25-archive-placeholder span{
    white-space:normal!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v14-story-cta{
    margin-top:24px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-archive-grid-flow-phase2b-v2-7-4-20260827
   ARCHIVED ARTICLE GRID FLOW — REMOVE RELATED-PANEL BLANK SPACE
-------------------------------------------------------------------------------------------------- */

/*
  Desktop archived article becomes one parent grid.
  Existing wrapper divs are display:contents so the actual media, related panel,
  article body and CTA participate in the same grid.
*/
.terra-news-v12-story-card.is-archive{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  column-gap:24px!important;
  row-gap:0!important;
  padding:24px!important;
}

/* Wrapper-only nodes stop creating independent grid rows. */
.terra-news-v12-story-card.is-archive > .terra-news-v21-story-top,
.terra-news-v12-story-card.is-archive > .terra-news-v12-story-layout{
  display:contents!important;
}

/* Archive strip: top-left. */
.terra-news-v12-story-card.is-archive .terra-news-v12-story-media{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  height:108px!important;
  min-height:108px!important;
  margin:0!important;
}

/*
  Related panel: right column and allowed to span beside the article copy.
  It no longer dictates the vertical starting point of the article body.
*/
.terra-news-v12-story-card.is-archive .terra-news-v21-related{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  align-self:start!important;
  width:100%!important;
  margin:0!important;
}

/* Article body starts immediately beneath the 108px archive strip. */
.terra-news-v12-story-card.is-archive .terra-news-v12-story-body{
  grid-column:1!important;
  grid-row:2!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:22px 0 0!important;
}

/* Remove old 980px body caps now that the body has an intentional editorial column. */
.terra-news-v12-story-card.is-archive .terra-news-v12-story-body > p,
.terra-news-v12-story-card.is-archive .terra-news-v12-story-body > .terra-news-copy-section,
.terra-news-v12-story-card.is-archive .terra-news-v12-story-body > .terra-news-archive-note,
.terra-news-v12-story-card.is-archive .terra-news-article-back{
  width:100%!important;
  max-width:none!important;
}

/* CTA finishes the article across the full card width. */
.terra-news-v12-story-card.is-archive .terra-news-v14-story-cta{
  grid-column:1 / -1!important;
  grid-row:3!important;
  width:100%!important;
  margin:28px 0 0!important;
}

/* Tablet/mobile returns to simple stacked document flow. */
@media(max-width:900px){
  .terra-news-v12-story-card.is-archive{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    padding:20px!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v12-story-media{
    grid-column:1!important;
    grid-row:1!important;
    height:96px!important;
    min-height:96px!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v21-related{
    grid-column:1!important;
    grid-row:2!important;
    margin-top:16px!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v12-story-body{
    grid-column:1!important;
    grid-row:3!important;
    padding-top:20px!important;
  }

  .terra-news-v12-story-card.is-archive .terra-news-v14-story-cta{
    grid-column:1!important;
    grid-row:4!important;
    margin-top:24px!important;
  }
}

@media(max-width:700px){
  .terra-news-v12-story-card.is-archive{
    padding:16px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-archive-strip-height-phase2b-v2-7-5a-20260827
   FINAL ARCHIVE STRIP HEIGHT POLISH
-------------------------------------------------------------------------------------------------- */

.terra-news-v12-story-card.is-archive .terra-news-v12-story-media{
  height:90px!important;
  min-height:90px!important;
}

@media(max-width:900px){
  .terra-news-v12-story-card.is-archive .terra-news-v12-story-media{
    height:82px!important;
    min-height:82px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-flagship-card-typography-phase2b-v2-7-6-20260827
   NEWS LANDING — COMPLETE FLAGSHIP HEADLINES + NATURAL SUMMARIES
-------------------------------------------------------------------------------------------------- */

/*
  Six flagship cards only live inside .terra-news-v12-landing.
  Preserve media, ribbons, links, border/radius and all archive/open-article styling.
*/

/* Give the complete copy a little more vertical room while keeping all six cards aligned. */
.terra-news-v12-landing .terra-news-v12-card,
.terra-news-v12-landing .terra-news-v12-card:first-child,
.terra-news-v12-landing .terra-news-v12-card:nth-child(5),
.terra-news-v12-landing .terra-news-v12-card:nth-child(6){
  min-height:560px!important;
}

/* Full headline: no artificial ellipsis or WebKit line clamp. */
.terra-news-v12-landing .terra-news-v12-card h3,
.terra-news-v12-landing .terra-news-v12-card:first-child h3{
  max-width:340px!important;
  margin:8px auto 12px!important;
  font-size:clamp(21px,1.55vw,25px)!important;
  line-height:1.12!important;
  text-wrap:balance!important;
}

.terra-news-v12-landing .terra-news-v12-card h3 a,
.terra-news-v12-landing .terra-news-v12-card:first-child h3 a{
  display:block!important;
  overflow:visible!important;
  max-height:none!important;
  white-space:normal!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
}

/* Natural summary copy: no forced three-line truncation. */
.terra-news-v12-landing .terra-news-v12-card-copy > p,
.terra-news-v12-landing .terra-news-v12-card:first-child .terra-news-v12-card-copy > p{
  display:block!important;
  width:100%!important;
  max-width:340px!important;
  overflow:visible!important;
  max-height:none!important;
  margin:0 auto 18px!important;
  font-size:13.5px!important;
  line-height:1.58!important;
  white-space:normal!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
}

/* Keep Read Article anchored consistently at the bottom of every card. */
.terra-news-v12-landing .terra-news-v12-card .terra-news-v12-read{
  margin-top:auto!important;
}

/* Tablet/mobile: natural copy remains, card height becomes content-driven. */
@media(max-width:700px){
  .terra-news-v12-landing .terra-news-v12-card,
  .terra-news-v12-landing .terra-news-v12-card:first-child,
  .terra-news-v12-landing .terra-news-v12-card:nth-child(5),
  .terra-news-v12-landing .terra-news-v12-card:nth-child(6){
    min-height:0!important;
  }

  .terra-news-v12-landing .terra-news-v12-card h3,
  .terra-news-v12-landing .terra-news-v12-card:first-child h3{
    font-size:22px!important;
  }
}

/* -------------------------------------------------------------------------------------------------
   terra-news-flagship-related-wrap-phase2b-v2-7-7-20260827
   OPEN FLAGSHIP ARTICLES — RELATED GUIDE TITLES WRAP NATURALLY
-------------------------------------------------------------------------------------------------- */

.terra-news-v12-story-card.is-flagship .terra-news-v21-related-list > a:not(.terra-news-v21-related-all){
  height:auto!important;
  min-height:0!important;
}

.terra-news-v12-story-card.is-flagship .terra-news-v21-related-list > a strong{
  display:block!important;
  overflow:visible!important;
  max-height:none!important;
  white-space:normal!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  line-height:1.22!important;
}

/* terra-phase3a-whatsapp-readiness-v1-2-20260828 */
/* Public WhatsApp actions: Terra navy normal, Terra orange hover/focus, consistent local icon. */
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.whatsapp-button,
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.terra-wa-action,
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.terra-product-whatsapp-action {
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border-color:#1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  color:#ffffff!important;
  text-decoration:none!important;
}

html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.whatsapp-button:hover,
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.whatsapp-button:focus,
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.whatsapp-button:focus-visible,
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.terra-wa-action:hover,
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.terra-wa-action:focus,
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.terra-wa-action:focus-visible,
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.terra-product-whatsapp-action:hover,
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.terra-product-whatsapp-action:focus,
html body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer)) > main.container a.terra-product-whatsapp-action:focus-visible {
  border-color:#ff834f!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  color:#ffffff!important;
}

a.whatsapp-button::before,
a.terra-wa-action::before,
a.terra-product-whatsapp-action::before,
a.top-contact-whatsapp::before {
  content:""!important;
  display:inline-block!important;
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:18px 18px!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M24 6a17 17 0 0 0-14 27l-3 10 10-3A17 17 0 1 0 24 6Z' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 16c2 8 7 13 15 15M17 16l5-2 3 6-3 3M32 31l2-5-6-3-3 3' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
}

a.whatsapp-button > img,
a.terra-wa-action > img,
a.terra-product-whatsapp-action > img,
a.whatsapp-button > .terra-icon,
a.terra-wa-action > .terra-icon,
a.terra-product-whatsapp-action > .terra-icon {
  display:none!important;
}

/* First-use desk selector. */
html.terra-wa-router-open,
html.terra-wa-router-open body {
  overflow:hidden!important;
}

.terra-wa-router[hidden] {
  display:none!important;
}

.terra-wa-router {
  position:fixed;
  inset:0;
  z-index:100000;
  display:grid;
  place-items:center;
  padding:20px;
}

.terra-wa-router__backdrop {
  position:absolute;
  inset:0;
  background:rgba(27,40,58,.72);
  backdrop-filter:blur(2px);
}

.terra-wa-router__dialog {
  position:relative;
  z-index:1;
  width:min(100%, 520px);
  overflow:hidden;
  border:1px solid rgba(27,40,58,.12);
  border-radius:18px;
  background:#ffffff;
  box-shadow:0 24px 70px rgba(27,40,58,.28);
  padding:34px 30px 28px;
  color:#1b283a;
  text-align:center;
}

.terra-wa-router__accent {
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:#ff834f;
}

.terra-wa-router__close {
  position:absolute;
  top:12px;
  right:14px;
  width:36px;
  height:36px;
  border:0!important;
  border-radius:50%;
  background:transparent!important;
  color:#1b283a!important;
  font-size:28px;
  line-height:1;
  padding:0!important;
  cursor:pointer;
}

.terra-wa-router__icon {
  width:48px;
  height:48px;
  margin:0 auto 14px;
  border-radius:50%;
  background:#1b283a;
  position:relative;
}

.terra-wa-router__icon::before {
  content:"";
  position:absolute;
  inset:12px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M24 6a17 17 0 0 0-14 27l-3 10 10-3A17 17 0 1 0 24 6Z' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 16c2 8 7 13 15 15M17 16l5-2 3 6-3 3M32 31l2-5-6-3-3 3' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.terra-wa-router__dialog h2 {
  margin:0;
  color:#1b283a;
  font-size:clamp(1.35rem, 3vw, 1.75rem);
  line-height:1.15;
}

.terra-wa-router__body {
  margin:10px auto 22px;
  max-width:410px;
  color:#52636e;
  line-height:1.55;
}

.terra-wa-router__actions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.terra-wa-router__choice {
  min-height:50px;
  border:1px solid #1b283a!important;
  border-radius:10px!important;
  background:#1b283a!important;
  color:#ffffff!important;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}

.terra-wa-router__choice:hover,
.terra-wa-router__choice:focus-visible {
  border-color:#ff834f!important;
  background:#ff834f!important;
  color:#ffffff!important;
}

.terra-wa-router__cancel {
  margin-top:12px;
  border:0!important;
  background:transparent!important;
  color:#1b283a!important;
  font:inherit;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}

@media (max-width:560px) {
  .terra-wa-router {
    padding:14px;
  }
  .terra-wa-router__dialog {
    padding:32px 18px 22px;
    border-radius:14px;
  }
  .terra-wa-router__actions {
    grid-template-columns:1fr;
  }
}

/* terra-phase3a-whatsapp-ui-language-polish-v1-3-20260828 */
/* Remove chooser ornament; typography and two-country choice now carry the modal. */
.terra-wa-router__icon {
  display:none!important;
}

.terra-wa-router__dialog {
  width:min(100%, 520px)!important;
  padding:38px 30px 26px!important;
}

.terra-wa-router__dialog h2 {
  margin:8px 0 0!important;
}

.terra-wa-router__body {
  margin:10px auto 22px!important;
}

.terra-wa-router__actions {
  margin-top:0!important;
}

.terra-wa-router__cancel {
  margin-top:16px!important;
}

@media (max-width:560px) {
  .terra-wa-router__dialog {
    padding:36px 18px 22px!important;
  }

  .terra-wa-router__dialog h2 {
    margin-top:6px!important;
  }

  .terra-wa-router__body {
    margin-bottom:20px!important;
  }
}

/* terra-phase3a-whatsapp-chooser-icon-polish-v1-3-1-20260828 */
/* Restore a deliberate Terra-branded WhatsApp badge above the desk chooser. */
.terra-wa-router__icon {
  display:grid!important;
  place-items:center!important;
  width:58px!important;
  height:58px!important;
  margin:0 auto 14px!important;
  border:2px solid #ff834f!important;
  border-radius:50%!important;
  background:#1b283a!important;
  box-shadow:0 6px 16px rgba(27,40,58,.18)!important;
  position:relative!important;
}

.terra-wa-router__icon::before {
  content:none!important;
  display:none!important;
  background:none!important;
}

.terra-wa-router__icon svg {
  display:block!important;
  width:31px!important;
  height:31px!important;
  fill:#ffffff!important;
}

.terra-wa-router__dialog {
  padding-top:30px!important;
}

.terra-wa-router__dialog h2 {
  margin:0!important;
}

.terra-wa-router__body {
  margin:9px auto 22px!important;
}

@media (max-width:560px) {
  .terra-wa-router__icon {
    width:54px!important;
    height:54px!important;
    margin-bottom:12px!important;
  }

  .terra-wa-router__icon svg {
    width:29px!important;
    height:29px!important;
  }

  .terra-wa-router__dialog {
    padding-top:28px!important;
  }
}

/* terra-phase3a-whatsapp-green-badge-v1-3-2-20260828 */
/* WhatsApp recognition uses familiar green; surrounding interface remains Terra-branded. */
.terra-wa-router__icon {
  border:0!important;
  background:#25D366!important;
  box-shadow:0 6px 16px rgba(37,211,102,.24)!important;
}

.terra-wa-router__icon svg {
  fill:#ffffff!important;
}


/* ==========================================================
   terra-public-shared-component-ownership-lock-step3a-v1-20260830

   FIRST PUBLIC DESIGN-SYSTEM CLEANUP BATCH

   Purpose:
   - Reassert the already-approved shared Terra public components
     after the historical public/legacy cascade.
   - Opt-in only: applies inside .terra-public-page.
   - Admin and Customer workspaces are explicitly excluded.
   - No new visual language is introduced here.
========================================================== */

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page{
  --terra-public-navy:#1b283a;
  --terra-public-orange:#ff834f;
  --terra-public-sea:#7b97a1;
  --terra-public-text:#334952;
  --terra-public-muted:#5f747d;
  --terra-public-line:#d7e0e2;
  --terra-public-soft:#f4f8f8;
  --terra-public-card-radius:10px;
  --terra-public-card-padding:24px;
  --terra-public-section-gap:20px;
  --terra-public-control-height:46px;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

/* Shared public hero: white Terra surface + orange ownership accent. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page > .hero.terra-primary-hero{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:24px!important;
  overflow:hidden!important;
  border:1px solid var(--terra-public-line)!important;
  border-top:4px solid var(--terra-public-orange)!important;
  border-radius:var(--terra-public-card-radius)!important;
  background:#ffffff!important;
  color:var(--terra-public-text)!important;
  box-shadow:0 6px 18px rgba(27,40,58,.07)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page > .hero.terra-primary-hero::before,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page > .hero.terra-primary-hero::after{
  pointer-events:none!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page > .hero.terra-primary-hero h1{
  max-width:900px!important;
  margin:0 0 12px!important;
  color:var(--terra-public-navy)!important;
  font-size:48px!important;
  line-height:1.08!important;
  letter-spacing:-.015em!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page > .hero.terra-primary-hero > p:not(.eyebrow){
  max-width:900px!important;
  margin:0!important;
  color:var(--terra-public-muted)!important;
  font-size:17px!important;
  line-height:1.55!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .eyebrow{
  color:var(--terra-public-orange)!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

/* Shared opt-in cards. Existing page-specific card families remain untouched. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page > .card,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .product-category-card{
  box-sizing:border-box!important;
  border-color:var(--terra-public-line)!important;
  border-radius:var(--terra-public-card-radius)!important;
  background:#ffffff!important;
}

/* Canonical opt-in public actions. Scoped to .terra-public-page only. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-height:44px!important;
  box-sizing:border-box!important;
  padding:10px 16px!important;
  border-radius:7px!important;
  background-image:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  text-align:center!important;
  text-decoration:none!important;
  text-shadow:none!important;
  cursor:pointer!important;
  opacity:1!important;
  visibility:visible!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  transform:none!important;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    box-shadow .16s ease!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--primary,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--primary:link,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--primary:visited{
  border:1px solid #ff834f!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 4px 10px rgba(27,40,58,.08)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--primary:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--primary:focus-visible{
  border-color:#1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--secondary,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--secondary:link,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--secondary:visited{
  border:1px solid #1b283a!important;
  background:#1b283a!important;
  background-color:#1b283a!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 4px 10px rgba(27,40,58,.07)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--secondary:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--secondary:focus-visible{
  border-color:#ff834f!important;
  background:#ff834f!important;
  background-color:#ff834f!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--whatsapp,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--whatsapp:link,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--whatsapp:visited{
  border:1px solid #25d366!important;
  background:#25d366!important;
  background-color:#25d366!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  box-shadow:0 4px 10px rgba(27,40,58,.07)!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--whatsapp:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action--whatsapp:focus-visible{
  border-color:#1fb957!important;
  background:#1fb957!important;
  background-color:#1fb957!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

/* No decorative movement on the shared action family. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action:hover,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action:focus,
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-public-page .terra-action:focus-visible{
  transform:none!important;
  translate:none!important;
}

/* Locked shared responsive scale. */
@media(max-width:760px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-public-page > .hero.terra-primary-hero{
    padding:20px 18px!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-public-page > .hero.terra-primary-hero h1{
    font-size:36px!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-public-page > .hero.terra-primary-hero > p:not(.eyebrow){
    font-size:16px!important;
  }
}

@media(max-width:620px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-public-page .terra-action{
    width:100%!important;
  }
}


/* ==========================================================
   terra-mozambique-category-image-query-routing-step3b-v1-20260830

   Fix only:
   Portuguese Mozambique category links append ?lang=pt.
   The approved global product-card art uses exact href selectors,
   so those four rules do not match on the PT Mozambique page.

   Reuse the exact approved /products.php image assets.
========================================================== */

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid .product-category-card[href^="/filters.php"] .category-illustration{
  background-image:url("/assets/hero-slider/terra-slider-filters.jpg")!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid .product-category-card[href^="/aircon.php"] .category-illustration{
  background-image:url("/assets/hero-slider/terra-aircon-compressors-banner.webp")!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid .product-category-card[href^="/starters.php"] .category-illustration{
  background-image:url("/assets/hero-slider/terra-slider-starters.jpg")!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid .product-category-card[href^="/alternators.php"] .category-illustration{
  background-image:url("/assets/hero-slider/terra-slider-alternators.jpg")!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}


/* ==========================================================
   terra-mozambique-category-order-grid-parity-step3c-v1-20260830

   Approved category rhythm:
   1. Filters
   2. Aircon Compressors
   3. Starter Motors
   4. Alternators
   5. Toyota Parts — full width

   Images remain owned by Step 3B / existing product-card system.
========================================================== */

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid .product-category-card[href^="/filters.php"]{
  order:1!important;
  grid-column:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid .product-category-card[href^="/aircon.php"]{
  order:2!important;
  grid-column:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid .product-category-card[href^="/starters.php"]{
  order:3!important;
  grid-column:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid .product-category-card[href^="/alternators.php"]{
  order:4!important;
  grid-column:auto!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid .product-category-card[href^="/toyota-parts.php"],
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid .product-category-card--toyota{
  order:5!important;
  grid-column:1 / -1!important;
}

/* Keep the four specialist cards as a clean 2 x 2 grid on desktop. */
@media(min-width:621px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-mozambique-page .product-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:stretch!important;
  }
}

/* Preserve normal one-column mobile stacking. */
@media(max-width:620px){
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-mozambique-page .product-category-grid{
    grid-template-columns:1fr!important;
  }

  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-mozambique-page
  .product-category-grid .product-category-card[href^="/toyota-parts.php"],
  body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
  > main.container .terra-mozambique-page
  .product-category-grid .product-category-card--toyota{
    grid-column:auto!important;
  }
}


/* ==========================================================
   terra-mozambique-category-grid-spacing-step3d-v1-20260830

   Spacing owner for the five-category section only.

   Root cause fixed:
   legacy .card applies vertical margin in addition to grid gap.
   Category cards now use margin:0 and the grid owns all spacing.
========================================================== */

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page .product-category-grid{
  gap:18px!important;
  row-gap:18px!important;
  column-gap:18px!important;
}

body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid > .product-category-card{
  margin:0!important;
}

/* Keep the Toyota full-width row on exactly the same vertical rhythm. */
body:not(.terra-admin-v2):not(:has(.terra-workspace-shell--admin)):not(:has(.terra-workspace-shell--customer))
> main.container .terra-mozambique-page
.product-category-grid > .product-category-card--toyota{
  margin:0!important;
}
