.hero{background:url(/images/hero.webp) center/cover no-repeat,var(--primary-color);align-items:center;min-height:350px;padding:30px 0;display:flex;position:relative}@media (min-width:1201px){.hero{min-height:500px;padding:var(--spacing-section) 0}}.hero__overlay{background:linear-gradient(90deg,#005f73f2 0,#005f73bf 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero__container{z-index:2;text-align:center;max-width:800px;margin:0 auto;position:relative}.hero__tag{background:var(--white-alpha-02);letter-spacing:1px;color:var(--pure-white);border-radius:4px;margin-bottom:24px;padding:8px 20px;font-size:14px;display:inline-block}h1{color:var(--pure-white);margin-bottom:28px;font-size:24px;font-weight:700;line-height:1.2}.hero__subtitle{opacity:.9;max-width:600px;color:var(--pure-white);margin:0 auto 30px;font-size:14px;font-weight:300}.hero .button{margin-bottom:10px}.hero__badge{opacity:.8;color:#fff;justify-content:center;align-items:center;gap:8px;margin-top:30px;font-size:14px;display:flex}.hero__actions{flex-direction:column;width:100%}@media (min-width:481px){h1{font-size:28px;line-height:1.3}.hero__subtitle{padding:0 10px;font-size:16px}.hero__actions{flex-direction:row;width:auto}}@media (min-width:601px){.hero{min-height:350px;padding:30px 0}}@media (min-width:768px){h1{font-size:32px}.hero__subtitle{padding:0;font-size:18px}}@media (min-width:1201px){.hero{min-height:400px;padding:40px 0}.hero__title{font-size:36px}}@media (min-width:1401px){.hero__title{font-size:48px}}.template-modal{z-index:9999;background-color:var(--overlay-dark);justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeInModal;display:none;position:fixed;top:0;left:0}.template-modal.active{display:flex}.template-modal__content{object-fit:contain;border-radius:var(--radius-lg);max-width:90%;max-height:90vh;animation:.3s zoomIn}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}.template-modal__close{color:var(--pure-white);cursor:pointer;transition:color var(--transition-fast);z-index:10000;background:0 0;border:none;font-size:40px;font-weight:700;position:absolute;top:20px;right:40px}.template-modal__close:hover{color:var(--accent-color)}
.index-hero{--ih-ink:#062a31;background:#fffef5;padding-bottom:clamp(24px,4vw,48px);position:relative;overflow:hidden}.index-hero__blob{pointer-events:none;z-index:0;background:#005f731a;position:absolute}.index-hero__blob--tl{border-radius:58% 42% 50% 50%/52% 48% 62% 38%;width:140px;height:140px;top:-55px;left:-55px}.index-hero__blob--tr{border-radius:44% 56% 40% 60%/60% 44% 56% 40%;width:110px;height:110px;top:-40px;right:-40px}.index-hero__blob--bl{background:#005f7312;border-radius:50% 50% 44% 56%/56% 44% 60% 40%;width:150px;height:150px;bottom:-60px;left:-60px}@media (min-width:768px){.index-hero__blob--tl{width:300px;height:300px;top:-110px;left:-110px}.index-hero__blob--tr{width:220px;height:220px;top:-80px;right:-80px}.index-hero__blob--bl{width:340px;height:340px;bottom:-130px;left:-130px}}.index-hero .container{z-index:1;padding-top:clamp(24px,2.6vw,32px);padding-bottom:0;position:relative}.index-hero__copy{max-width:760px}.index-hero__kicker{align-items:center;gap:14px;margin:0 0 clamp(14px,2vw,24px);animation:.7s ease-out both ih-rise;display:flex}.index-hero__kicker-mark{background:var(--secondary-color);width:13px;height:13px;box-shadow:4px 4px 0 var(--accent-color-dark);flex:none}.index-hero__kicker-text{letter-spacing:.34em;color:var(--primary-color);font-size:clamp(.82rem,1.4vw,.95rem);font-weight:700}.index-hero__headline{letter-spacing:.015em;color:var(--text-heading);margin:0;font-size:clamp(2.6rem,6.4vw,4.4rem);font-weight:900;line-height:1.14;animation:.7s ease-out 80ms both ih-rise}.index-hero__headline em{color:var(--primary-color);font-style:normal}.index-hero__cta-row{margin:clamp(20px,2.6vw,32px) 0 0;animation:.7s ease-out .24s both ih-rise}.index-hero__cta{background:var(--accent-color);color:var(--ih-ink);letter-spacing:.12em;border:3px solid var(--ih-ink);box-shadow:5px 5px 0 var(--ih-ink);justify-content:center;align-items:center;gap:14px;padding:19px 40px;font-size:1.15rem;font-weight:900;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.index-hero__cta:hover{background:var(--accent-color-dark);box-shadow:8px 8px 0 var(--ih-ink);transform:translate(-2px,-2px)}.index-hero__cta:active{box-shadow:2px 2px 0 var(--ih-ink);transform:translate(2px,2px)}.index-hero__cta svg{flex:none}.index-hero__strip-head{justify-content:space-between;align-items:baseline;gap:16px;margin-top:clamp(20px,2.4vw,32px);animation:.7s ease-out .32s both ih-rise;display:flex}.index-hero__strip-title{letter-spacing:.3em;color:var(--secondary-color-mid);align-items:center;gap:12px;margin:0;font-size:.82rem;font-weight:700;display:flex}.index-hero__strip-title:before{content:"";background:var(--primary-color);flex:none;width:10px;height:10px;transform:rotate(45deg)}.index-hero__strip-hint{letter-spacing:.26em;color:var(--secondary-color-mid);white-space:nowrap;margin:0;font-size:.72rem;font-weight:700}.index-hero__strip{z-index:1;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-color:var(--primary-color) transparent;scrollbar-width:thin;align-items:flex-start;gap:clamp(26px,3.4vw,40px);margin:0;padding:18px 24px 20px;scroll-padding-inline:24px;animation:.7s ease-out .4s both ih-rise;display:flex;position:relative;overflow-x:auto}.index-hero__strip::-webkit-scrollbar{height:8px}.index-hero__strip::-webkit-scrollbar-track{background:0 0}.index-hero__strip::-webkit-scrollbar-thumb{background:var(--primary-color)}@media (min-width:768px){.index-hero__strip{padding-left:36px;padding-right:36px;scroll-padding-inline:36px}}@media (min-width:1300px){.index-hero__strip{padding-left:calc(50vw - 614px);padding-right:calc(50vw - 614px);scroll-padding-inline:calc(50vw - 614px)}}.index-hero__card{background:var(--pure-white);border:4px solid var(--primary-color);scroll-snap-align:start;flex:none;width:clamp(198px,17vw,224px);margin:0;position:relative;box-shadow:14px 14px #005f7340}.index-hero__card:nth-child(odd){transform:rotate(-1.5deg)}.index-hero__card:nth-child(2n){margin-top:14px;transform:rotate(1deg)}.index-hero__card:before{content:"";background:var(--secondary-color);width:14px;height:14px;box-shadow:3px 3px 0 var(--accent-color-dark);z-index:2;margin-left:-7px;position:absolute;top:-13px;left:50%}.index-hero__photo{width:100%;height:clamp(300px,24vw,322px);position:relative}.index-hero__card-footer{background:var(--ih-ink);color:var(--bg-light);letter-spacing:.16em;white-space:nowrap;align-items:center;gap:10px;padding:11px 14px;font-size:.8rem;font-weight:500;display:flex}.index-hero__card-num{letter-spacing:.1em;color:var(--accent-color-dark);font-size:.72rem;font-weight:700}@keyframes ih-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.index-hero__kicker,.index-hero__headline,.index-hero__cta-row,.index-hero__strip-head,.index-hero__strip{animation:none}}@media (min-width:641px) and (max-height:860px){.index-hero .container{padding-top:20px}.index-hero__kicker{margin-bottom:12px}.index-hero__headline{font-size:clamp(2.2rem,4.6vw,3.4rem)}.index-hero__cta-row{margin-top:18px}.index-hero__cta{padding:15px 32px;font-size:1.05rem}.index-hero__strip-head{margin-top:18px}.index-hero__strip{padding-top:14px;padding-bottom:16px}.index-hero__card{width:182px}.index-hero__photo{height:264px}}@media (max-width:640px){.index-hero__headline{line-height:1.16}.index-hero__cta{width:100%;padding:20px 24px;font-size:1.12rem}.index-hero__strip{scroll-snap-type:x mandatory;gap:20px}.index-hero__card{width:min(56vw,212px)}.index-hero__photo{height:320px}}
.silo-entry{--se-ink:#1a202c;--se-inkteal:#062a31;--se-lite:#e8f4f5;--se-seam:4px;background:var(--bg-light);border-top:4px solid var(--primary-color);position:relative}.silo-entry:before{content:"";pointer-events:none;background:radial-gradient(420px at 0 100%,#0a939614,#0000 70%),repeating-linear-gradient(0deg,#005f730d 0 1px,#0000 1px 30px),repeating-linear-gradient(90deg,#005f730d 0 1px,#0000 1px 30px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0,#000 90px);mask-image:linear-gradient(#0000 0,#000 90px)}.silo-entry .container{position:relative}.silo-entry__head{grid-template-columns:minmax(0,1fr) 300px;align-items:end;gap:32px;margin-bottom:40px;display:grid}.silo-entry__kicker{letter-spacing:.32em;text-transform:uppercase;color:var(--se-ink);align-items:center;gap:12px;margin-bottom:18px;font-size:12px;font-weight:700;display:flex}.silo-entry__kicker-sq{background:var(--primary-color);flex:none;width:11px;height:11px;transform:rotate(45deg)}.silo-entry__title{letter-spacing:.01em;text-align:left;color:var(--se-ink);margin:0;font-size:clamp(34px,4.5vw,54px);font-weight:900;line-height:1.08}.silo-entry__title .silo-entry__dot{background:var(--secondary-color);vertical-align:.06em;border-radius:50%;width:.42em;height:.42em;margin:0 .1em;display:inline-block}.silo-entry__title em{color:var(--secondary-color);font-style:normal}.silo-entry__side{padding-bottom:8px}.silo-entry__side p{color:#1a202cbf;border-left:3px solid var(--primary-color);margin:0;padding-left:16px;font-size:14.5px;font-weight:500;line-height:1.85}.silo-entry__legend{gap:6px;margin-bottom:16px;display:flex}.silo-entry__legend i{width:26px;height:10px;display:block}.silo-entry__legend i:first-child{background:var(--primary-color);width:64px}.silo-entry__legend i:nth-child(2){background:var(--pure-white);border:1.5px solid #005f7359}.silo-entry__legend i:nth-child(3){background:var(--se-lite);border:1.5px solid #005f7338}.silo-entry__legend i:nth-child(4){background:var(--accent-color)}.silo-mosaic{background:var(--primary-color);border:var(--se-seam) solid var(--primary-color);gap:var(--se-seam);grid-template-columns:repeat(12,minmax(0,1fr));display:grid;box-shadow:14px 14px #005f7340}.silo-card{flex-direction:column;padding:36px 34px 34px;text-decoration:none;display:flex;position:relative;overflow:hidden}.silo-card:after{content:"";z-index:2;pointer-events:none;background:#005f7300;transition:background .35s;position:absolute;inset:0}.silo-card:hover:after{background:#005f7314}.silo-card>*{z-index:3;position:relative}.silo-geo{z-index:1;pointer-events:none;transition:transform .5s cubic-bezier(.22,.9,.3,1);position:absolute}.silo-card--pt{background:var(--primary-color);color:#f4f7f6;grid-area:1/1/3/9}.silo-card--stroke{background:var(--pure-white);color:var(--text-dark);grid-area:1/9/auto/13}.silo-card--ot{background:var(--se-lite);color:var(--text-dark);grid-area:2/9/auto/13}.silo-card--st{background:var(--accent-color);color:var(--se-ink);grid-area:3/1/auto/13}.silo-card__tag{letter-spacing:.26em;opacity:.92;align-items:center;gap:10px;margin-bottom:20px;font-size:11px;font-weight:700;display:flex}.silo-card__tag:after{content:"";opacity:.55;background:currentColor;width:44px;height:1.5px}.silo-card--stroke .silo-card__tag,.silo-card--ot .silo-card__tag{color:var(--secondary-color-mid)}.silo-card h3{letter-spacing:.015em;color:inherit;margin:0;font-weight:900;line-height:1.12}.silo-card--pt h3{font-size:clamp(34px,4vw,48px)}.silo-card--stroke h3,.silo-card--ot h3{color:var(--primary-color);font-size:clamp(26px,2.6vw,31px)}.silo-card--st h3{font-size:clamp(22px,2.2vw,27px)}.silo-card__desc{opacity:.92;max-width:34em;color:inherit;margin:14px 0 0;font-size:15px;font-weight:500;line-height:1.9}.silo-stats{border-top:2px solid #f4f7f659;border-bottom:2px solid #f4f7f659;margin:24px 0 26px;display:flex}.silo-stat{margin-right:22px;padding:14px 22px 14px 0}.silo-stat+.silo-stat{border-left:2px solid #f4f7f659;padding-left:22px}.silo-stat b{letter-spacing:.01em;white-space:nowrap;font-size:clamp(18px,2vw,25px);display:block}.silo-stat span{letter-spacing:.14em;opacity:.85;margin-top:4px;font-size:12px;font-weight:700;display:block}.silo-chips{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.silo-chips a{background:var(--pure-white);color:var(--primary-color);justify-content:space-between;align-items:center;gap:8px;padding:11px 14px 11px 16px;font-size:15px;font-weight:700;text-decoration:none;transition:background .25s,color .25s,transform .25s;display:flex}.silo-chips .silo-arr{font-weight:900;transition:transform .25s}.silo-chips a:hover{background:var(--accent-color);color:var(--se-ink);transform:translate(2px,-2px)}.silo-chips a:hover .silo-arr{transform:translate(3px)}.silo-chips--mini{grid-template-columns:1fr;gap:8px;margin-top:18px}.silo-chips--mini a{background:var(--se-lite);padding:9px 13px 9px 14px;font-size:14px}.silo-chips--mini a:hover{background:var(--primary-color);color:#f4f7f6}.silo-card--ot .silo-chips--mini a{background:var(--pure-white)}.silo-card--ot .silo-chips--mini a:hover{background:var(--primary-color);color:#f4f7f6}.silo-cta{background:var(--accent-color);color:var(--se-ink);letter-spacing:.04em;align-self:flex-start;align-items:center;gap:14px;margin-top:26px;padding:15px 22px;font-size:16.5px;font-weight:900;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex;box-shadow:5px 5px #062a3173}.silo-cta .silo-arr{font-size:19px;transition:transform .25s}.silo-cta:hover{background:var(--accent-color-dark);transform:translate(-2px,-2px);box-shadow:8px 8px #062a3173}.silo-cta:hover .silo-arr{transform:translate(4px)}.silo-minor-cta{letter-spacing:.05em;color:var(--primary-color);border-bottom:2.5px solid;align-self:flex-start;align-items:center;gap:8px;margin-top:20px;padding-bottom:3px;font-size:14.5px;font-weight:900;text-decoration:none;transition:gap .25s,opacity .25s;display:inline-flex}.silo-minor-cta:hover{opacity:.85;gap:14px}.silo-geo--ring{border:2.5px solid #f4f7f64d;border-radius:50%;width:300px;height:300px;top:-110px;right:-70px}.silo-geo--quarter{background:var(--accent-color);opacity:.94;border-radius:210px 0 0;width:210px;height:210px;bottom:0;right:0}.silo-geo--stripes{background:repeating-linear-gradient(45deg,#f4f7f642 0 5px,#0000 5px 16px);border-radius:50%;width:190px;height:190px;bottom:-60px;right:150px}.silo-geo--dot{background:var(--secondary-color-hover);border-radius:50%;width:64px;height:64px;top:64px;right:66px}.silo-card--pt:hover .silo-geo--quarter{transform:translate(-10px,-10px)}.silo-card--pt:hover .silo-geo--ring{transform:rotate(24deg)scale(1.05)}.silo-card--pt:hover .silo-geo--stripes{transform:rotate(-14deg)}.silo-card--pt:hover .silo-geo--dot{transform:translateY(12px)}.silo-geo--half{background:#0a93961f;border-radius:0 0 150px 150px;width:150px;height:75px;top:0;right:26px}.silo-geo--ring-s{border:2.5px solid #005f7338;border-radius:50%;width:96px;height:96px;bottom:-30px;right:-30px}.silo-card--stroke:hover .silo-geo--half{transform:translateY(-16px)}.silo-card--stroke:hover .silo-geo--ring-s{transform:rotate(90deg)scale(1.12)}.silo-geo--dot-m{background:var(--accent-color);border-radius:50%;width:110px;height:110px;top:-34px;right:-34px}.silo-geo--stripes-sq{background:repeating-linear-gradient(-45deg,#0a939633 0 4px,#0000 4px 13px);width:110px;height:66px;bottom:-16px;right:12px}.silo-card--ot:hover .silo-geo--dot-m{transform:scale(1.16)}.silo-card--ot:hover .silo-geo--stripes-sq{transform:translate(-10px)}.silo-card--st{flex-direction:row;align-items:center;gap:26px;padding:24px 34px}.silo-card--st .silo-card__tag{margin-bottom:8px}.silo-card--st .silo-card__tag:after{opacity:.4}.silo-card--st .silo-st-body{flex:auto;min-width:0}.silo-card--st .silo-card__desc{opacity:.85;max-width:none;margin-top:6px;font-size:14.5px}.silo-st-go{background:var(--primary-color);width:58px;height:58px;color:var(--accent-color);border-radius:50%;flex:none;place-items:center;font-size:24px;font-weight:900;transition:transform .3s;display:grid}.silo-card--st:hover .silo-st-go{transform:rotate(45deg)}.silo-geo--st-stripes{background:repeating-linear-gradient(-60deg,#005f731f 0 4px,#0000 4px 15px);width:220px;height:100%;top:0;right:84px}.silo-card--st:hover .silo-geo--st-stripes{transform:translate(-14px)}.silo-geo--st-dot{border:2.5px solid #005f7373;border-radius:50%;width:30px;height:30px;bottom:-8px;left:-8px}.silo-entry__foot{letter-spacing:.14em;color:var(--text-light);justify-content:space-between;gap:16px;margin-top:26px;font-size:12.5px;font-weight:700;display:flex}@media (min-width:901px){.silo-card--pt .silo-stats,.silo-card--pt .silo-cta{margin-top:auto}}@media (max-width:900px){.silo-entry__head{grid-template-columns:1fr;gap:22px;margin-bottom:30px}.silo-entry__side{padding-bottom:0}.silo-card--pt,.silo-card--stroke,.silo-card--ot,.silo-card--st{grid-area:auto/1/auto/13}}@media (max-width:760px){.silo-card{padding:28px 22px 26px}.silo-card--pt h3{font-size:34px}.silo-stats{flex-wrap:wrap}.silo-stat{margin-right:16px;padding-right:16px}.silo-stat+.silo-stat{padding-left:16px}.silo-chips{grid-template-columns:1fr}.silo-cta{justify-content:space-between;align-self:stretch}.silo-card--st{flex-flow:wrap;gap:16px;padding:24px 22px}.silo-geo--st-stripes{opacity:.6;right:-40px}.silo-geo--ring{width:200px;height:200px;top:-80px;right:-70px}.silo-geo--quarter{border-radius:140px 0 0;width:140px;height:140px}.silo-geo--stripes{bottom:-90px;right:100px}.silo-geo--dot{width:46px;height:46px;top:40px;right:24px}.silo-entry__foot{flex-direction:column;gap:6px}}@media (max-width:420px){.silo-stat{margin-right:12px;padding-right:12px}.silo-stat+.silo-stat{padding-left:12px}.silo-stat b{font-size:19px}.silo-stat span{letter-spacing:.08em}}
