.site-header{display:none}
html{scroll-behavior:smooth;scroll-snap-type:y mandatory}
.hero,.section{scroll-snap-align:start;scroll-snap-stop:always}
.hero{min-height:100svh}
.section{min-height:100svh;display:flex;align-items:center}
.section-controls{position:fixed;z-index:15;right:24px;top:50%;transform:translateY(-50%);display:grid;justify-items:center;gap:10px}.section-controls button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:rgba(255,254,250,.92);color:var(--green);font-size:20px;line-height:1;box-shadow:0 7px 18px rgba(18,60,53,.1);transition:.2s}.section-controls button:hover{background:var(--orange);border-color:var(--orange);color:#fff}.section-controls span{writing-mode:vertical-rl;transform:rotate(180deg);color:var(--muted);font:700 9px 'Space Grotesk';letter-spacing:.08em}
@media(max-width:470px){.section-controls{right:12px}.section-controls button{width:35px;height:35px;font-size:17px}.section-controls span{font-size:8px}}
.swot-block{margin-top:58px;padding-top:35px;border-top:1px solid var(--line)}
.swot-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:22px}.swot-heading h3{font:600 25px 'Space Grotesk';margin:7px 0 0}.swot-heading h3 em{color:var(--orange);font-style:normal}.swot-heading>p{max-width:390px;color:var(--muted);font-size:13px;margin:0}.swot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.swot-card{padding:18px 15px;border-radius:10px;min-height:178px}.swot-card h4{font:600 14px/1.2 'Space Grotesk';margin:0 0 10px}.swot-card p{color:var(--muted);font-size:12px;margin:0}.swot-letter{display:grid;place-items:center;width:31px;height:31px;border-radius:8px;color:#fff;font:700 14px 'Space Grotesk';margin-bottom:23px}.strength{background:#e5f1eb}.strength .swot-letter{background:var(--green)}.weakness{background:#fff0e9}.weakness .swot-letter{background:var(--orange)}.opportunity{background:#fff8d9}.opportunity .swot-letter{background:#bd9417}.threat{background:#e8edf1}.threat .swot-letter{background:#667b89}.swot-tip{margin-top:14px;padding:13px 16px;border-left:3px solid var(--orange);background:#f8f4e8;color:var(--muted);font-size:12px}.swot-tip strong{color:var(--orange)}
@media(max-width:800px){.swot-heading{display:block}.swot-heading>p{margin-top:15px}.swot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:470px){.swot-grid{grid-template-columns:1fr}}
