/* Builders & Architects: dedicated B2B conversion layer. */
.b2b-page{
  --b2b-navy:#17352a;
  --b2b-ink:#1f2a1e;
  --b2b-soft:#f3f1e9;
}

.b2b-page h1,
.b2b-page h2,
.b2b-page h3{ text-wrap:balance; }

.b2b-page p{ text-wrap:pretty; }

.b2b-hero{
  position:relative;
  overflow:hidden;
  padding:clamp(52px,6vw,82px) 0 clamp(64px,7vw,92px);
  background:
    radial-gradient(circle at 7% 4%,rgba(201,178,126,.22),transparent 26%),
    linear-gradient(135deg,#fbfaf6 0%,#f6f3ea 100%);
}

.b2b-hero::after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-170px;
  width:480px;
  aspect-ratio:1;
  border:1px solid rgba(35,78,56,.09);
  border-radius:50%;
}

.b2b-hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);
  align-items:center;
  gap:clamp(52px,7vw,104px);
}

.b2b-hero h1{
  max-width:720px;
  margin:.38em 0 .36em;
  color:var(--ilx-forest-deep);
  font-size:clamp(3.2rem,5.1vw,5.1rem);
  line-height:.98;
  letter-spacing:-.045em;
}

.b2b-hero__lead{
  max-width:660px;
  margin:0;
  color:#465045;
  font-size:clamp(1.04rem,1.5vw,1.25rem);
  line-height:1.75;
}

.b2b-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}

.b2b-hero__proof{
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
  color:var(--ilx-forest-mid);
  font-size:.78rem;
  font-weight:750;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.b2b-hero__proof li{ display:flex; align-items:center; gap:8px; }
.b2b-hero__proof svg{ width:17px; height:17px; color:var(--ilx-orange); }

.b2b-hero__media{
  position:relative;
  min-height:520px;
}

.b2b-hero__media figure{
  position:absolute;
  margin:0;
  overflow:hidden;
  background:#fff;
  border:8px solid #fff;
  border-radius:var(--ilx-r-lg);
  box-shadow:0 30px 70px rgba(19,45,33,.18);
}

.b2b-hero__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.b2b-hero__media figcaption{
  position:absolute;
  left:16px;
  bottom:16px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(12,35,23,.9);
  color:#fff;
  font-size:.72rem;
  font-weight:750;
  letter-spacing:.06em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}

.b2b-hero__finished{
  inset:0 0 38px 38px;
  z-index:1;
}

.b2b-hero__construction{
  z-index:2;
  left:-24px;
  bottom:-14px;
  width:48%;
  aspect-ratio:4/3;
}

.b2b-trust{
  background:var(--ilx-forest-deep);
  color:#fff;
}

.b2b-trust__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.b2b-trust__item{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  padding:30px 24px;
  border-left:1px solid rgba(255,255,255,.1);
}

.b2b-trust__item:first-child{ border-left:0; }
.b2b-trust__item .b2b-icon{ color:var(--ilx-gold); }
.b2b-trust__item h2{ margin:0 0 7px; color:#fff; font-family:var(--ilx-sans); font-size:.95rem; letter-spacing:-.01em; }
.b2b-trust__item p{ margin:0; color:rgba(255,255,255,.66); font-size:.8rem; line-height:1.55; }

.b2b-icon{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border:1px solid currentColor;
  border-radius:50%;
}

.b2b-icon svg{ width:21px; height:21px; }

.b2b-partners{
  padding-bottom:clamp(64px,7vw,92px);
  background:#fff;
}
.b2b-partners__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:clamp(36px,5vw,64px);
}

.b2b-partner-card{
  min-height:240px;
  padding:30px;
  border:1px solid var(--ilx-line);
  border-radius:var(--ilx-r-lg);
  background:linear-gradient(155deg,#fff,#faf8f1);
  transition:transform .3s var(--ilx-ease),box-shadow .3s var(--ilx-ease),border-color .3s var(--ilx-ease);
}

.b2b-partner-card:hover{
  transform:translateY(-5px);
  border-color:var(--ilx-sage);
  box-shadow:var(--ilx-shadow-md);
}

.b2b-partner-card__mark{
  display:grid;
  width:48px;
  height:48px;
  margin-bottom:26px;
  place-items:center;
  border-radius:14px;
  background:var(--ilx-forest-deep);
  color:var(--ilx-gold);
}

.b2b-partner-card__mark svg{ width:24px; height:24px; }
.b2b-partner-card h3{ margin:0 0 11px; font-size:1.18rem; }
.b2b-partner-card p{ margin:0; color:var(--ilx-muted); font-size:.92rem; line-height:1.7; }

.b2b-case{
  padding-top:clamp(72px,7vw,96px);
  background:var(--b2b-soft);
}
.b2b-case__grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);
  align-items:center;
  gap:clamp(52px,7vw,96px);
}

.b2b-case__copy h2{
  margin:.35em 0 .45em;
  font-size:clamp(2.2rem,4vw,3.6rem);
  line-height:1.08;
}

.b2b-case__lead{ color:#445045; font-size:1.06rem; line-height:1.75; }
.b2b-checklist{ display:grid; gap:13px; margin:28px 0; padding:0; list-style:none; }
.b2b-checklist li{ display:grid; grid-template-columns:23px 1fr; gap:11px; color:#334136; font-size:.92rem; line-height:1.55; }
.b2b-checklist svg{ width:21px; height:21px; color:var(--ilx-orange); }

.b2b-text-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--ilx-forest-mid);
  font-weight:750;
}

.b2b-text-link:hover{ color:var(--ilx-orange-deep); }
.b2b-text-link svg{ width:16px; height:16px; }

.b2b-case__visual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.b2b-case__visual figure{
  position:relative;
  min-height:480px;
  margin:0;
  overflow:hidden;
  border-radius:var(--ilx-r-lg);
  box-shadow:var(--ilx-shadow-md);
}

.b2b-case__visual img{ width:100%; height:100%; object-fit:cover; }
.b2b-case__visual figcaption{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(12,35,23,.88);
  color:#fff;
  font-size:.7rem;
  font-weight:750;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.b2b-process{ background:#fff; }
.b2b-process__list{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  margin:clamp(42px,6vw,76px) 0 0;
  padding:0;
  list-style:none;
  counter-reset:none;
}

.b2b-process__list::before{
  content:"";
  position:absolute;
  top:32px;
  right:8%;
  left:8%;
  height:1px;
  background:var(--ilx-line);
}

.b2b-process__list li{
  position:relative;
  padding:0 20px;
  text-align:center;
}

.b2b-process__number{
  position:relative;
  z-index:1;
  display:grid;
  width:64px;
  height:64px;
  margin:0 auto 22px;
  place-items:center;
  border:1px solid var(--ilx-line);
  border-radius:50%;
  background:#fff;
  color:var(--ilx-orange);
  font-family:var(--ilx-display);
  font-size:1.35rem;
  box-shadow:0 8px 24px rgba(27,59,43,.08);
}

.b2b-process__list h3{ margin:0 0 9px; font-size:1.02rem; }
.b2b-process__list p{ margin:0; color:var(--ilx-muted); font-size:.82rem; line-height:1.65; }

.b2b-boundaries{ background:var(--ilx-forest-deep); color:#fff; }
.b2b-boundaries__intro{ max-width:780px; margin-bottom:42px; }
.b2b-boundaries__intro h2{ margin:.35em 0; color:#fff; font-size:clamp(2.2rem,4vw,3.5rem); }
.b2b-boundaries__intro p{ color:rgba(255,255,255,.7); font-size:1.02rem; line-height:1.75; }

.b2b-scope-table{
  overflow:auto;
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--ilx-r-lg);
  background:rgba(255,255,255,.04);
}

.b2b-scope-table:focus-visible{ outline:3px solid var(--ilx-gold); outline-offset:4px; }
.b2b-scope-table table{ width:100%; min-width:720px; border-collapse:collapse; }
.b2b-scope-table th,.b2b-scope-table td{ padding:20px 24px; border-bottom:1px solid rgba(255,255,255,.1); text-align:left; vertical-align:top; }
.b2b-scope-table thead th{ color:var(--ilx-gold); font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; }
.b2b-scope-table tbody th{ width:30%; color:#fff; font-size:.92rem; }
.b2b-scope-table tbody td{ color:rgba(255,255,255,.69); font-size:.88rem; line-height:1.6; }
.b2b-scope-table tbody tr:last-child th,.b2b-scope-table tbody tr:last-child td{ border-bottom:0; }

.b2b-island{ background:linear-gradient(135deg,#e9e4d6,#f6f3ea); }
.b2b-island__grid{
  display:grid;
  grid-template-columns:110px minmax(0,1fr) minmax(360px,.72fr);
  align-items:center;
  gap:clamp(32px,5vw,72px);
}

.b2b-island__icon{
  display:grid;
  width:104px;
  height:104px;
  place-items:center;
  border-radius:50%;
  background:var(--ilx-forest-deep);
  color:var(--ilx-gold);
  box-shadow:var(--ilx-shadow-md);
}

.b2b-island__icon svg{ width:48px; height:48px; }
.b2b-island h2{ margin:.35em 0; font-size:clamp(2.1rem,3.5vw,3.25rem); }
.b2b-island p{ margin:0; color:#465046; line-height:1.75; }
.b2b-island__points{ display:grid; gap:12px; margin:0; padding:0; list-style:none; }
.b2b-island__points li{ display:grid; grid-template-columns:42px 1fr; align-items:start; gap:13px; padding:17px; border:1px solid rgba(35,78,56,.12); border-radius:14px; background:rgba(255,255,255,.52); color:#405043; font-size:.88rem; line-height:1.55; }
.b2b-island__points svg{ width:23px; height:23px; color:var(--ilx-orange); }
.b2b-island__points strong{ display:block; color:var(--ilx-forest-deep); }

.b2b-rfq{ scroll-margin-top:120px; background:#fff; }
.b2b-rfq__grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(500px,1.18fr);
  align-items:start;
  gap:clamp(48px,7vw,104px);
}

.b2b-rfq__lead h2{ margin:.35em 0 .42em; font-size:clamp(2.2rem,4vw,3.7rem); }
.b2b-rfq__lead>p{ color:#485249; font-size:1.02rem; line-height:1.75; }
.b2b-rfq__docs{ display:grid; gap:12px; margin:28px 0; padding:0; list-style:none; }
.b2b-rfq__docs li{ display:grid; grid-template-columns:25px 1fr; gap:12px; color:#344137; font-size:.9rem; line-height:1.5; }
.b2b-rfq__docs svg{ width:22px; height:22px; color:var(--ilx-orange); }
.b2b-rfq__response{ padding:17px 19px; border-left:3px solid var(--ilx-gold); background:var(--ilx-cream); font-size:.88rem!important; }

.b2b-rfq__form{
  position:relative;
  overflow:hidden;
  padding:clamp(26px,4vw,44px);
  border:1px solid var(--ilx-line);
  border-radius:var(--ilx-r-lg);
  background:linear-gradient(180deg,#fff 0%,#fdfcf8 100%);
  box-shadow:0 24px 64px rgba(20,47,35,.12);
}

.b2b-rfq__form::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--ilx-orange),var(--ilx-gold));
}

.b2b-rfq__form-head{
  margin-bottom:30px;
  padding-bottom:24px;
  border-bottom:1px solid var(--ilx-line);
}

.b2b-rfq__form-head span{
  display:block;
  margin-bottom:8px;
  color:var(--ilx-orange-deep);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.b2b-rfq__form-head h3{ margin:0 0 8px; color:var(--ilx-forest-deep); font-size:clamp(1.65rem,2.6vw,2.15rem); }
.b2b-rfq__form-head p{ margin:0; color:var(--ilx-muted); font-size:.86rem; line-height:1.6; }

.b2b-rfq__form .fluentform form>fieldset{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px 18px;
}

.b2b-rfq__form .fluentform .ff_screen_reader_title{ position:absolute!important; }
.b2b-rfq__form .fluentform form>fieldset>.ff-el-group,
.b2b-rfq__form .fluentform form>fieldset>.ff-field_container,
.b2b-rfq__form .fluentform form>fieldset>.ff-name-address-wrapper{ margin:0!important; }
.b2b-rfq__form .fluentform form>fieldset>.ff-name-address-wrapper,
.b2b-rfq__form .fluentform form>fieldset>.ff-el-group:has(textarea),
.b2b-rfq__form .fluentform form>fieldset>.ff-el-group:has(.ff-el-form-check),
.b2b-rfq__form .fluentform form>fieldset>.ff_submit_btn_wrapper{ grid-column:1/-1; }

.b2b-rfq__form .fluentform .ff-t-container{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:14px!important;
  width:100%;
}

.b2b-rfq__form .fluentform .ff-t-cell{ width:auto!important; padding:0!important; }
.b2b-rfq__form .fluentform .ff-el-group{ margin-bottom:0; }
.b2b-rfq__form .fluentform .ff-el-input--label{ margin-bottom:8px; }
.b2b-rfq__form .fluentform .ff-el-input--label label{ color:var(--ilx-ink); font-size:.78rem; font-weight:750; letter-spacing:.015em; }
.b2b-rfq__form .fluentform .fluent-address>.ff-el-input--label{
  margin-bottom:15px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(35,78,56,.1);
}
.b2b-rfq__form .fluentform .fluent-address>.ff-el-input--label label{ color:var(--ilx-forest-deep); font-size:.94rem; }
.b2b-rfq__form .fluentform .ff-el-is-required,
.b2b-rfq__form .fluentform .text-danger{ color:var(--ilx-orange)!important; }
.b2b-rfq__form .fluentform input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.b2b-rfq__form .fluentform select,
.b2b-rfq__form .fluentform textarea{
  width:100%;
  min-height:54px;
  padding:14px 15px!important;
  border:1.5px solid var(--ilx-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--ilx-ink)!important;
  box-shadow:none!important;
  font-family:var(--ilx-sans)!important;
  font-size:.9rem!important;
  transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;
}
.b2b-rfq__form .fluentform input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.b2b-rfq__form .fluentform select:focus,
.b2b-rfq__form .fluentform textarea:focus{
  border-color:var(--ilx-forest-mid)!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(46,107,76,.11)!important;
  outline:0!important;
}

.b2b-rfq__form .fluentform input::placeholder,
.b2b-rfq__form .fluentform textarea::placeholder{ color:#8b948c!important; opacity:1; }
.b2b-rfq__form .fluentform textarea{ min-height:132px; resize:vertical; }
.b2b-rfq__form .fluentform select[multiple]{ min-height:144px; padding:6px!important; }
.b2b-rfq__form .fluentform select[multiple] option{ margin:2px 0; padding:9px 10px; border-radius:7px; }

.b2b-rfq__form .fluentform .ff-el-input--content:has(.ff-el-form-check){
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.b2b-rfq__form .fluentform .ff-el-form-check{ margin:0!important; }
.b2b-rfq__form .fluentform .ff-el-form-check-label{
  display:flex!important;
  min-height:46px;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid var(--ilx-line);
  border-radius:10px;
  background:#fff;
  color:#3f4c42;
  font-size:.82rem;
  line-height:1.35;
  cursor:pointer;
  transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;
}

.b2b-rfq__form .fluentform .ff-el-form-check-label:hover{ border-color:var(--ilx-sage); background:var(--ilx-cream); }
.b2b-rfq__form .fluentform .ff-el-form-check-label:has(input:checked){
  border-color:var(--ilx-forest-mid);
  background:rgba(46,107,76,.07);
  box-shadow:inset 0 0 0 1px var(--ilx-forest-mid);
  color:var(--ilx-forest-deep);
  font-weight:700;
}

.b2b-rfq__form .fluentform input[type="checkbox"],
.b2b-rfq__form .fluentform input[type="radio"]{
  flex:0 0 auto;
  width:18px!important;
  height:18px!important;
  margin:0!important;
  accent-color:var(--ilx-forest-mid);
}

.b2b-rfq__form .fluentform input[type="file"]{
  width:100%;
  padding:16px;
  border:1.5px dashed var(--ilx-sage);
  border-radius:12px;
  background:rgba(46,107,76,.045);
  color:var(--ilx-muted);
  font:inherit;
}

.b2b-rfq__form .fluentform input[type="file"]::file-selector-button{
  margin-right:12px;
  padding:9px 13px;
  border:0;
  border-radius:8px;
  background:var(--ilx-forest-deep);
  color:#fff;
  font-weight:700;
  cursor:pointer;
}

.b2b-rfq__form .fluentform .choices__inner,
.b2b-rfq__form .fluentform .select2-container .select2-selection{
  min-height:54px!important;
  border:1.5px solid var(--ilx-line)!important;
  border-radius:12px!important;
  background:#fff!important;
}

.b2b-rfq__form .fluentform .ff-el-is-error .ff-el-form-control{ border-color:#b42318!important; }
.b2b-rfq__form .fluentform .error.text-danger{ margin-top:7px; color:#b42318!important; font-size:.75rem; line-height:1.4; }
.b2b-rfq__form .fluentform .ff-btn-submit{
  width:100%;
  min-height:56px;
  padding:15px 28px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--ilx-orange),var(--ilx-orange-deep))!important;
  color:#fff!important;
  font-weight:750!important;
  letter-spacing:.01em;
  box-shadow:0 12px 26px rgba(174,99,31,.24)!important;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.b2b-rfq__form .fluentform .ff-btn-submit:hover{ transform:translateY(-2px); filter:saturate(1.08); box-shadow:0 16px 30px rgba(174,99,31,.3)!important; }
.b2b-rfq__form .fluentform .ff-btn-submit:focus-visible{ outline:3px solid rgba(46,107,76,.35)!important; outline-offset:3px; }
.b2b-rfq__fallback{ padding:12px 4px; text-align:center; }
.b2b-rfq__fallback .b2b-icon{ margin:0 auto 20px; color:var(--ilx-orange); }
.b2b-rfq__fallback h3{ margin:0 0 12px; font-size:1.55rem; }
.b2b-rfq__fallback p{ max-width:460px; margin:0 auto 24px; color:var(--ilx-muted); line-height:1.7; }
.b2b-rfq__admin-note{ margin-top:22px!important; padding:12px; border-radius:10px; background:#fff6d8; color:#5b4a16!important; font-size:.78rem; }

.b2b-resources{ background:var(--b2b-soft); }
.b2b-resources__grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:42px; }
.b2b-resources__grid a{ display:flex; align-items:center; justify-content:space-between; gap:18px; min-height:76px; padding:18px 20px; border:1px solid var(--ilx-line); border-radius:14px; background:#fff; color:var(--ilx-forest-deep); font-weight:700; transition:transform .25s var(--ilx-ease),border-color .25s var(--ilx-ease); }
.b2b-resources__grid a:hover{ transform:translateY(-3px); border-color:var(--ilx-sage); color:var(--ilx-orange-deep); }
.b2b-resources__grid svg{ flex:0 0 auto; width:16px; height:16px; }

@media (max-width:1120px){
  .b2b-hero__grid{ grid-template-columns:minmax(0,1fr) minmax(400px,.9fr); gap:48px; }
  .b2b-trust__grid{ grid-template-columns:1fr 1fr; }
  .b2b-trust__item:nth-child(3){ border-left:0; }
  .b2b-trust__item:nth-child(n+3){ border-top:1px solid rgba(255,255,255,.1); }
  .b2b-partners__grid{ grid-template-columns:1fr 1fr; }
  .b2b-case__grid{ grid-template-columns:1fr; }
  .b2b-case__visual{ max-width:900px; }
  .b2b-island__grid{ grid-template-columns:90px 1fr; }
  .b2b-island__points{ grid-column:2; }
}

@media (max-width:900px){
  .b2b-hero{ padding-top:58px; }
  .b2b-hero__grid{ grid-template-columns:1fr; }
  .b2b-hero__copy{ max-width:760px; }
  .b2b-hero__media{ min-height:520px; }
  .b2b-process__list{ grid-template-columns:1fr; gap:0; max-width:680px; margin-inline:auto; }
  .b2b-process__list::before{ top:0; bottom:0; left:31px; width:1px; height:auto; }
  .b2b-process__list li{ display:grid; grid-template-columns:64px 1fr; gap:0 22px; padding:0 0 30px; text-align:left; }
  .b2b-process__number{ grid-row:1/3; margin:0; }
  .b2b-process__list h3{ padding-top:8px; }
  .b2b-rfq__grid{ grid-template-columns:1fr; }
  .b2b-resources__grid{ grid-template-columns:1fr 1fr; }
}

@media (max-width:640px){
  .b2b-hero{ padding:44px 0 70px; }
  .b2b-hero h1{ font-size:clamp(2.7rem,13vw,4rem); }
  .b2b-hero__actions{ display:grid; }
  .b2b-hero__actions .ilx-btn{ width:100%; justify-content:center; }
  .b2b-hero__proof{ display:grid; }
  .b2b-hero__media{ min-height:360px; }
  .b2b-hero__finished{ inset:0 0 26px 18px; }
  .b2b-hero__construction{ left:-4px; bottom:-12px; width:54%; border-width:5px!important; }
  .b2b-hero__media figcaption{ left:9px; bottom:9px; padding:6px 8px; font-size:.58rem; }
  .b2b-trust__grid{ grid-template-columns:1fr; }
  .b2b-trust__item{ border-left:0; border-top:1px solid rgba(255,255,255,.1); padding-inline:4px; }
  .b2b-trust__item:first-child{ border-top:0; }
  .b2b-partners__grid{ grid-template-columns:1fr; }
  .b2b-partner-card{ min-height:0; }
  .b2b-case__visual{ grid-template-columns:1fr; }
  .b2b-case__visual figure{ min-height:300px; }
  .b2b-island__grid{ grid-template-columns:1fr; }
  .b2b-island__icon{ width:78px; height:78px; }
  .b2b-island__icon svg{ width:36px; height:36px; }
  .b2b-island__points{ grid-column:auto; }
  .b2b-rfq__form{ padding:22px 18px; }
  .b2b-rfq__form-head{ margin-bottom:24px; padding-bottom:20px; }
  .b2b-rfq__form .fluentform form>fieldset{ grid-template-columns:1fr; gap:19px; }
  .b2b-rfq__form .fluentform form>fieldset>*{ grid-column:1!important; }
  .b2b-rfq__form .fluentform .ff-t-container{ grid-template-columns:1fr; }
  .b2b-rfq__form .fluentform .ff-el-input--content:has(.ff-el-form-check){ grid-template-columns:1fr; }
  .b2b-resources__grid{ grid-template-columns:1fr; }
}

@media (prefers-reduced-motion:reduce){
  .b2b-partner-card,
  .b2b-resources__grid a{ transition:none; }
}
