/* Conversion sections: change of accounting office + verified trust signals */
.switch-office{position:relative;overflow:hidden;background:linear-gradient(145deg,#faf6fb,#fffaf0)}
.switch-office:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-180px;top:-210px;background:radial-gradient(circle,rgba(179,63,186,.12),rgba(179,63,186,0) 68%);pointer-events:none}
.switch-office__grid{position:relative;z-index:1;display:grid;grid-template-columns:.94fr 1.06fr;gap:76px;align-items:start}
.switch-office__intro{position:sticky;top:150px;padding-right:8px}
.switch-office__intro h2{max-width:620px}
.switch-office__intro>p:not(.eyebrow){color:var(--muted);font-size:1.08rem;max-width:620px}
.switch-office__actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:28px}
.switch-office__actions .text-link{margin-top:0;padding:10px 4px}
.switch-office__note{max-width:610px;margin-top:20px;padding:16px 18px;border-left:3px solid var(--gold);background:rgba(255,255,255,.88);border-radius:0 12px 12px 0;color:var(--muted);font-size:.92rem;box-shadow:0 8px 24px rgba(50,0,74,.035)}
.switch-office__steps{display:grid;gap:16px;counter-reset:switch-step}
.switch-step{position:relative;display:grid;grid-template-columns:58px 1fr;gap:18px;padding:25px 26px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 34px rgba(50,0,74,.055)}
.switch-step__number{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:linear-gradient(145deg,#f4e6f6,#fff5d9);color:var(--purple-900);font-weight:950}
.switch-step h3{margin-bottom:7px}
.switch-step p{margin:0;color:var(--muted)}
.switch-step:first-child{border-color:#e4cbe8;box-shadow:0 14px 38px rgba(86,16,109,.08)}

.section--benefits .benefit-link{display:inline-block;margin-top:10px;color:#ffd678;font-weight:850;text-decoration:underline;text-underline-offset:3px}

.import-home-teaser{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.import-home-teaser .ngo-panel{align-self:stretch}
.import-home-teaser .stats{grid-template-columns:repeat(3,minmax(0,1fr))}
.import-home-teaser .stats strong{font-size:1rem}
.import-home-teaser__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}

.trust-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbf8fc 0%,#fff 100%);border-top:1px solid #f1e8f3;border-bottom:1px solid #f3edf4;padding-top:108px;padding-bottom:108px}
.trust-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 8% 12%,rgba(239,168,20,.08),transparent 22%),radial-gradient(circle at 92% 88%,rgba(133,35,157,.07),transparent 24%)}
.trust-section>.container{position:relative;z-index:1}
.trust-section__head{display:grid;grid-template-columns:1.08fr .72fr;gap:60px;align-items:end;margin-bottom:44px}
.trust-section__head .section-heading{margin:0;text-align:left;max-width:730px}
.trust-section__head .section-heading h2{max-width:690px}
.trust-section__lead{color:var(--muted);font-size:1.05rem;margin:0 0 4px;max-width:520px}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust-card{position:relative;overflow:hidden;min-height:225px;padding:27px;border:1px solid #e8dfea;border-radius:21px;background:rgba(255,255,255,.94);box-shadow:0 12px 34px rgba(50,0,74,.055)}
.trust-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--purple-800),var(--purple-400),var(--gold));opacity:.78}
.trust-card__icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:19px;border-radius:13px;background:#f5eaf7;color:var(--purple-800);font-size:.76rem;font-weight:950;letter-spacing:.05em}
.trust-card h3{font-size:1.12rem;margin-bottom:8px}
.trust-card p{margin:0;color:var(--muted);font-size:.94rem}
.trust-card a{display:inline-block;margin-top:14px;font-weight:850;color:#74158a}
.trust-card--featured{background:linear-gradient(145deg,#4b0b61,#85239d);border-color:transparent;color:#fff;box-shadow:0 18px 42px rgba(70,10,88,.16)}
.trust-card--featured:before{background:linear-gradient(90deg,#ffd46b,var(--gold))}
.trust-card--featured .trust-card__icon{background:rgba(255,255,255,.12);color:#ffd678}
.trust-card--featured p{color:rgba(255,255,255,.78)}
.trust-card--featured a{color:#ffd678}
.trust-registry{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}
.trust-registry span{display:block;padding:9px 7px;border:1px solid rgba(255,255,255,.13);border-radius:10px;text-align:center;font-size:.72rem;color:rgba(255,255,255,.82)}
.trust-registry strong{display:block;color:#fff;font-size:.78rem}

/* Give the lower homepage sections a calmer visual rhythm. */
.trust-section + #o-nas{padding-top:112px;padding-bottom:112px}
#o-nas + #faq{padding-top:108px;padding-bottom:108px}

/* Reserved for verified reviews and certificates. Hidden until real source material is supplied. */
.trust-future-slot[hidden]{display:none!important}

@media(max-width:1000px){
  .switch-office__grid,.trust-section__head{grid-template-columns:1fr}
  .switch-office__intro{position:static;padding-right:0}
  .switch-office__grid{gap:46px}
  .trust-section__head{gap:22px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .switch-office__grid{gap:34px}
  .switch-step{grid-template-columns:48px 1fr;padding:20px;gap:14px}
  .switch-step__number{width:44px;height:44px;border-radius:12px}
  .import-home-teaser .stats{grid-template-columns:1fr}
  .trust-section{padding-top:82px;padding-bottom:82px}
  .trust-grid{grid-template-columns:1fr}
  .trust-card{min-height:auto;padding:22px}
  .trust-section + #o-nas,#o-nas + #faq{padding-top:82px;padding-bottom:82px}
}
