:root{--eg-purple:#6d28ff;--eg-purple-soft:#f4f0ff;--eg-green:#169447;--eg-green-soft:#effaf3;--eg-lime:#ccff5b;--eg-ink:#10163a;--eg-muted:#667085;--eg-border:#e6e8ef;--eg-panel:#fafbff;--eg-white:#ffffff}.structure-guide-page{max-width:1180px;margin:0 auto;padding:40px 24px 80px;color:var(--eg-ink);background:var(--eg-white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.structure-guide-page *{box-sizing:border-box}.structure-guide-page a{color:inherit}.structure-guide-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:28px;align-items:center;padding:32px;border:1px solid var(--eg-border);border-radius:24px;background:linear-gradient(135deg,#fbfaff,#ffffff 58%,#f3fbf6)}.structure-guide-eyebrow{margin:0 0 10px;color:var(--eg-purple);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.structure-guide-title{margin:0;font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.035em}.structure-guide-lead{max-width:760px;margin:18px 0 0;color:#39405f;font-size:18px;line-height:1.65}.structure-guide-hero__aside{padding:24px;border-radius:18px;background:var(--eg-purple-soft)}.structure-guide-hero__aside strong{display:block;margin-bottom:8px;font-size:17px}.structure-guide-hero__aside p{margin:0;line-height:1.6;color:#424866}.structure-guide-section{margin-top:54px}.structure-guide-section--soft{padding:30px;border-radius:22px;background:var(--eg-panel)}.structure-guide-section__head{display:flex;gap:20px;align-items:end;justify-content:space-between;margin-bottom:20px}.structure-guide-section h2,.structure-guide-section__head h2{margin:0;font-size:clamp(26px,3vw,36px);letter-spacing:-.02em}.structure-guide-section__intro{max-width:760px;margin:8px 0 0;color:var(--eg-muted);line-height:1.6}.structure-guide-choice-grid,.structure-guide-quick-grid,.structure-guide-service-grid,.structure-guide-split,.structure-guide-stats{display:grid;gap:16px}.structure-guide-choice-grid,.structure-guide-quick-grid{grid-template-columns:repeat(4,1fr)}.structure-guide-stats{grid-template-columns:repeat(3,1fr)}.structure-guide-split{grid-template-columns:repeat(2,1fr)}.structure-guide-service-grid{grid-template-columns:repeat(3,1fr)}.structure-guide-card{border:1px solid var(--eg-border);border-radius:18px;background:var(--eg-white);padding:20px}.structure-guide-card--green{background:var(--eg-green-soft)}.structure-guide-card--purple{background:var(--eg-purple-soft)}.structure-guide-card h3{margin:10px 0 7px;font-size:18px}.structure-guide-card p{margin:0;color:#525a78;line-height:1.55}.structure-guide-service-price{margin:2px 0 10px!important;
  /* !important: ".structure-guide-card p" (class+element) outranks this
     single-class selector, so without it the price falls back to the
     card's default body-copy grey instead of standing out.
     Colour is a darker green than --eg-green - at bold 16.8px, --eg-green
     (#169447) is only 3.91:1 on white and fails WCAG AA (axe-core caught
     it); #0e6b34 clears 4.5:1. */color:#0e6b34!important;font-size:1.05rem;font-weight:800}.structure-guide-service-text{margin:0 0 18px!important}.structure-guide-service-cta{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 18px;border-radius:10px;background:var(--eg-purple);color:#fff!important;font-weight:800;text-decoration:none}.structure-guide-service-cta:hover{filter:brightness(.95)}.structure-guide-icon{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:12px;background:var(--eg-purple-soft);color:var(--eg-purple)}.structure-guide-icon--green{background:var(--eg-green-soft);color:var(--eg-green)}.structure-guide-icon svg{width:22px;height:22px}.structure-guide-check{display:flex;gap:10px;align-items:flex-start;margin:10px 0;color:#303855;line-height:1.5}.structure-guide-check:before{content:"✓";flex:0 0 auto;color:var(--eg-green);font-weight:800}.structure-guide-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;align-items:center;margin-top:18px}.structure-guide-flow__step{min-height:104px;padding:16px;border:1px solid var(--eg-border);border-radius:16px;background:var(--eg-white);text-align:center;display:grid;place-items:center;font-weight:700;line-height:1.35}.structure-guide-flow__arrow{color:var(--eg-purple);text-align:center;font-weight:900}.structure-guide-accordion{border-top:1px solid var(--eg-border)}.structure-guide-accordion details{border-bottom:1px solid var(--eg-border)}.structure-guide-accordion summary{cursor:pointer;list-style:none;display:flex;gap:16px;align-items:center;padding:20px 4px;font-size:18px;font-weight:800}.structure-guide-accordion summary::-webkit-details-marker{display:none}.structure-guide-accordion summary:after{content:"+";margin-left:auto;color:var(--eg-purple);font-size:24px;line-height:1}.structure-guide-accordion details[open] summary:after{content:"−"}.structure-guide-accordion__number{width:32px;height:32px;border-radius:50%;
  /* !important: a site-wide rule (details > summary > span:only-of-type:last-child,
     meant for the rotating "+" toggle in other accordions) also matches this
     span and sets display:inline-block with higher specificity, which breaks
     place-items centering and left-aligns the number instead. */display:inline-grid!important;place-items:center;text-align:center;background:var(--eg-purple-soft);color:var(--eg-purple);font-size:13px}.structure-guide-accordion__body{max-width:880px;padding:0 52px 24px;color:#454d6c;line-height:1.72}.structure-guide-accordion__body p:first-child{margin-top:0}.structure-guide-accordion__body ul{padding-left:20px}.structure-guide-table-wrap{overflow-x:auto;margin-top:18px}.structure-guide-table{width:100%;border-collapse:collapse;min-width:700px}.structure-guide-table td,.structure-guide-table th{padding:14px 16px;border-bottom:1px solid var(--eg-border);text-align:left;vertical-align:top}.structure-guide-table th{background:var(--eg-panel);font-size:14px}.structure-guide-cta{margin-top:54px;padding:28px;border-radius:20px;background:linear-gradient(110deg,var(--eg-purple-soft),var(--eg-green-soft));display:flex;gap:20px;align-items:center;justify-content:space-between}.structure-guide-cta h2{font-size:26px;margin:0 0 6px}.structure-guide-cta p{margin:0;color:#4b536f}.structure-guide-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:12px;background:var(--eg-purple);color:#fff!important;font-weight:800;text-decoration:none;white-space:nowrap}.structure-guide-note{padding:16px 18px;border-left:4px solid var(--eg-green);border-radius:10px;background:var(--eg-green-soft);color:#33413a;line-height:1.6}.structure-guide-source-list{margin:0;padding-left:20px;color:var(--eg-muted)}.structure-guide-source-list li{margin:8px 0}.structure-guide-source-list a{color:var(--eg-purple)}@media (max-width:900px){.structure-guide-hero{grid-template-columns:1fr}.structure-guide-choice-grid,.structure-guide-quick-grid{grid-template-columns:repeat(2,1fr)}.structure-guide-flow,.structure-guide-service-grid,.structure-guide-split,.structure-guide-stats{grid-template-columns:1fr}.structure-guide-flow__arrow{transform:rotate(90deg)}}@media (max-width:560px){.structure-guide-page{padding:24px 16px 56px}.structure-guide-hero,.structure-guide-section--soft{padding:22px;border-radius:18px}.structure-guide-choice-grid,.structure-guide-quick-grid{grid-template-columns:1fr}.structure-guide-cta,.structure-guide-section__head{align-items:stretch;flex-direction:column}.structure-guide-accordion__body{padding-left:4px;padding-right:4px}.structure-guide-button{width:100%}}