:root{--green-950:#003d33;--green-900:#005244;--green-800:#056b58;--green-700:#087f67;--green-500:#0c9a6f;--green-100:#dcefe8;--green-050:#eff7f3;--orange-600:#ee4c16;--ink:#111815;--muted:#64706b;--line:#d8dfdc;--line-strong:#a7b7b0;--paper:#fafbf8;--surface:#f5f7f4;--white:#fff;--shadow-soft:0 18px 50px #003d3312;--font-sans:"Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--font-number:"Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--container:1320px;--header-height:76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);font-family:var(--font-sans);word-break:keep-all;margin:0;font-size:17px;line-height:1.5}button,a{font:inherit}a{color:inherit;text-decoration:none}button{border:0}h1,h2,h3,p{margin-top:0}ul,ol{margin:0;padding:0;list-style:none}.skip-link{z-index:100;color:var(--white);background:var(--green-900);padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:2px solid var(--green-700);outline-offset:3px}.container{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.site-header{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;position:sticky;top:0}.site-header__inner{min-height:var(--header-height);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:48px;display:grid}.brand{color:var(--green-900);letter-spacing:-.06em;align-items:baseline;font-size:24px;font-weight:900;display:inline-flex}.brand__ko{letter-spacing:-.12em;margin-right:1px}.brand--small{font-size:20px}.main-nav{grid-template-columns:86px 74px 92px 76px 76px 100px;justify-content:center;align-items:center;gap:clamp(20px,2.5vw,42px);display:grid}.main-nav a,.main-nav__trigger{color:#34403b;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:26px 0 24px;font-size:15px;font-weight:650;display:inline-flex;position:relative}.main-nav>a,.main-nav__trigger{justify-self:start}.site-subnav{border-top:1px solid var(--line);background:var(--green-050);display:none}.site-subnav--open{display:block}.site-subnav__inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:48px;padding-block:16px 18px;display:grid}.site-subnav__brand-spacer{visibility:hidden;color:var(--green-900);letter-spacing:-.06em;font-size:24px;font-weight:900}.site-subnav__actions-spacer{visibility:hidden;white-space:nowrap;width:277.5px;font-size:14px}.site-subnav__items{grid-template-columns:86px 74px 92px 76px 76px 100px;justify-content:center;gap:clamp(20px,2.5vw,42px);display:grid}.site-subnav__column{align-content:start;justify-items:start;gap:10px;display:grid}.site-subnav__column a{color:var(--green-950);white-space:nowrap;font-size:14px;font-weight:700}.site-subnav__column a:hover,.site-subnav__column a[aria-current=page]{color:var(--orange-600)}.mobile-nav-actions{display:none}.nav-caret{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;flex:none;width:12px;height:12px}.main-nav a:after,.main-nav__trigger:after{background:var(--green-800);content:"";opacity:0;height:2px;transition:opacity .16s,transform .16s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(.5)}.main-nav a:hover:after,.main-nav a[aria-current=page]:after,.main-nav__trigger:hover:after,.main-nav__trigger--active:after{opacity:1;transform:scaleX(1)}.header-actions{align-items:center;gap:8px;display:flex}.verified-label{color:#405049;align-items:center;gap:7px;margin-right:8px;font-size:14px;font-weight:700;display:inline-flex}.verified-label span{border:1px solid var(--green-800);width:20px;height:20px;color:var(--green-800);place-items:center;display:grid;transform:rotate(45deg)}.verified-label span:first-letter{transform:rotate(-45deg)}.menu-toggle{border:1px solid var(--line);background:var(--white);cursor:pointer;width:44px;height:44px;padding:11px;display:none}.menu-toggle span{background:var(--green-900);height:2px;margin:4px 0;display:block}.button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:10px;min-height:44px;font-weight:800;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--small{min-height:38px;padding:0 16px;font-size:14px}.button--large{min-height:58px;padding:0 26px;font-size:17px}.button--primary{border-color:var(--green-700);color:var(--white);background:var(--green-700);box-shadow:0 10px 24px #087f6729}.button--primary:hover{border-color:var(--green-900);background:var(--green-900)}.button--quiet{border-color:var(--line-strong);color:#27322d;background:var(--white)}.button--quiet:hover,.button--outline:hover{border-color:var(--green-700);color:var(--green-800);background:var(--green-050)}.button--outline{border-color:var(--green-700);min-height:42px;color:var(--green-800);background:var(--white);white-space:nowrap;padding:0 15px;font-size:13px}.quote-action-cell{justify-content:flex-start;display:flex}.button__document-icon{border:1.5px solid;border-radius:2px;width:17px;height:21px;position:relative}.button__document-icon:before,.button__document-icon:after{content:"";background:currentColor;width:7px;height:1px;position:absolute;left:4px}.button__document-icon:before{top:7px}.button__document-icon:after{top:11px}.hero{border-bottom:1px solid var(--line);background:var(--paper)}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(480px,.86fr);align-items:center;gap:clamp(64px,9vw,144px);min-height:650px;padding-block:56px;display:grid}.hero__copy{padding-left:16px}.eyebrow,.section-kicker{color:var(--green-700);letter-spacing:-.02em;margin-bottom:22px;font-size:19px;font-weight:850}.hero h1{letter-spacing:-.065em;max-width:720px;margin-bottom:22px;font-size:clamp(3.4rem,4.8vw,5.2rem);font-weight:900;line-height:1.14}.hero__description{color:#3f4b46;margin-bottom:0;font-size:19px}.hero__actions{align-items:center;gap:28px;margin-top:46px;display:flex}.text-link{min-height:44px;color:var(--green-800);align-items:center;gap:10px;font-weight:800;display:inline-flex}.text-link span{font-size:24px}.trust-list{grid-template-columns:repeat(4,1fr);max-width:580px;margin-top:50px;display:grid}.trust-list li{border-right:1px solid var(--line);color:#2d3934;place-items:center;gap:12px;min-width:0;padding:0 18px;font-size:14px;display:grid}.trust-list li:first-child{padding-left:0}.trust-list li:last-child{border-right:0}.trust-icon{width:42px;height:42px;color:var(--green-800);font-family:var(--font-number);place-items:center;font-size:24px;display:grid}.trust-icon--incognito{border:2px solid var(--green-800);border-top:0;border-radius:0 0 18px 18px;width:38px;height:22px;margin-top:8px;position:relative}.trust-icon--incognito:before{border-top:2px solid var(--green-800);content:"";border-radius:50%;width:24px;height:9px;position:absolute;top:-9px;left:5px}.trust-icon--shield{border:1px solid var(--green-800);border-radius:18px 18px 24px 24px;font-size:17px}.trust-icon--won{border:1px solid var(--green-800);border-radius:50%;font-size:19px}.quote-sheet{border:1px solid var(--line-strong);background:var(--white);box-shadow:var(--shadow-soft);padding:34px 30px 28px;position:relative}.quote-sheet__clip{border:3px solid #2a3330;border-bottom:0;border-radius:6px 6px 0 0;width:56px;height:18px;position:absolute;top:-9px;right:36px;transform:rotate(-2deg)}.quote-sheet__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:26px;display:flex}.quote-sheet__header h2{color:var(--green-950);letter-spacing:-.04em;margin-bottom:7px;font-size:30px}.quote-sheet__header p,.quote-sheet__header>span{color:var(--muted);margin-bottom:0;font-size:13px}.quote-sheet__header>span{padding-top:8px}.quote-sheet__labels,.vendor-row{grid-template-columns:54px minmax(140px,1fr) 150px 92px;align-items:center;display:grid}.quote-sheet__labels{border-bottom:1px solid var(--line);color:#29342f;text-align:center;min-height:42px;font-size:12px;font-weight:800}.quote-sheet__labels span:first-child{grid-column:1/3}.vendor-row{border-bottom:1px solid var(--line);min-height:90px;padding-inline:12px;position:relative}.vendor-logo{color:#49534f;width:42px;height:42px;font-family:var(--font-number);background:#eef0ef;border-radius:50%;place-items:center;font-weight:800;display:grid}.vendor-name{gap:3px;display:grid}.vendor-name strong{font-size:19px}.vendor-name small{color:var(--muted);font-size:11px}.vendor-name em{color:var(--green-700);font-size:10px;font-style:normal;font-weight:800}.vendor-price{font-family:var(--font-number);font-variant-numeric:tabular-nums;text-align:center;font-size:26px}.vendor-price small{font-family:var(--font-sans);margin-left:1px;font-size:13px}.vendor-compare{color:var(--muted);text-align:center}.vendor-row--selected{background:var(--green-050);border:1px solid #8ebdaf;margin:8px 0}.vendor-row--selected .vendor-logo{color:var(--white);background:var(--green-700)}.vendor-row--selected .vendor-price{color:var(--green-700)}.price-stamp{border:3px double var(--green-700);width:68px;height:68px;color:var(--green-700);border-radius:50%;align-content:center;place-items:center;display:grid;transform:rotate(-8deg)}.price-stamp span{font-size:10px;font-weight:900}.price-stamp strong{font-size:30px;line-height:.9}.quote-sheet__footer{justify-content:space-between;align-items:center;gap:20px;padding:26px 10px 0;display:flex}.quote-sheet__footer span{color:#37423d;font-size:13px}.quote-sheet__footer strong{color:var(--orange-600);font-family:var(--font-number);font-variant-numeric:tabular-nums;font-size:26px}.proof-strip{border-bottom:1px solid var(--line);background:var(--white)}.proof-strip__grid{grid-template-columns:repeat(4,1fr);padding-block:30px;display:grid}.stat{border-right:1px solid var(--line);justify-content:center;align-items:center;gap:18px;min-height:64px;display:flex}.stat:last-child{border-right:0}.stat__icon{width:36px;height:36px;color:var(--green-900);place-items:center;font-size:28px;font-weight:300;display:grid}.stat div{gap:2px;display:grid}.stat div span{color:var(--muted);font-size:12px}.stat strong{font-family:var(--font-number);font-variant-numeric:tabular-nums;font-size:28px}.text-accent{color:var(--orange-600)}.quote-section{border-bottom:1px solid var(--line);background:var(--paper);padding:72px 0 54px}.quote-section__grid{grid-template-columns:150px minmax(0,1fr);gap:48px;display:grid}.opening-timeline{border-right:1px solid var(--line);padding:5px 20px 0 0}.opening-timeline>p{color:#86918c;font-family:var(--font-number);margin:0 0 28px 28px;font-size:12px;line-height:1.3}.opening-timeline ol{gap:0;margin:0;padding:0;display:grid;position:relative}.opening-timeline ol:before{content:"";background:#b8c9c2;width:2px;position:absolute;top:26px;bottom:122px;left:76px}.opening-timeline li{color:#71807a;align-content:start;gap:4px;min-height:148px;padding:8px 0 0;display:grid;position:relative}.opening-timeline li:after{box-sizing:border-box;background:var(--paper);content:"";border:2px solid #b8c9c2;border-radius:50%;width:18px;height:18px;position:absolute;top:18px;left:68px}.opening-timeline li strong{font-family:var(--font-number);font-variant-numeric:tabular-nums;font-size:21px}.opening-timeline li span{font-size:11px}.opening-timeline li.is-active{color:var(--green-700)}.opening-timeline li.is-active:after{border:4px solid var(--green-700);width:20px;height:20px;top:17px;left:67px}.quote-catalog{min-width:0}.section-heading{margin-bottom:34px}.section-heading--with-filters{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.section-heading .section-kicker{margin-bottom:10px;font-size:14px}.section-heading h2{letter-spacing:-.05em;margin-bottom:0;font-size:clamp(1.85rem,3vw,2.7rem);line-height:1.2}.filter-tabs{gap:8px;display:flex}.filter-tab{border:1px solid var(--line);color:#4a5651;background:var(--white);cursor:pointer;border-radius:5px;min-width:60px;min-height:38px;padding:0 13px;font-size:12px;font-weight:750}.filter-tab:hover,.filter-tab.is-active{border-color:var(--green-800);color:var(--white);background:var(--green-800)}.quote-table{border:1px solid var(--line);background:var(--white);overflow:hidden}.quote-table__header,.quote-item{grid-template-columns:minmax(200px,1.4fr) minmax(170px,1.15fr) minmax(120px,.8fr) minmax(130px,.9fr) minmax(105px,.65fr) 96px;align-items:center;column-gap:20px;display:grid}.quote-table__header{border-bottom:1px solid var(--line);color:#66736d;text-align:left;min-height:52px;padding:0 24px;font-size:11px}.quote-item{border-bottom:1px solid var(--line);min-height:128px;padding:20px 24px;transition:background-color .16s,opacity .16s}.quote-item:last-child{border-bottom:0}.quote-item:hover{background:#fcfdfb}.quote-item[hidden]{display:none}.quote-item__product{align-items:center;gap:16px;min-width:0;display:flex}.quote-item__product>div{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.quote-item__product strong{font-size:16px}.product-icon{color:#53645d;background:var(--surface);border:1.5px solid #53645d;flex:none;width:54px;height:54px;display:block;position:relative}.product-icon:before,.product-icon:after{content:"";position:absolute}.product-icon--pos{border-radius:4px 4px 1px 1px}.product-icon--pos:before{background:var(--white);border:1px solid;inset:7px 6px 15px}.product-icon--pos:after{border-top:1px solid;height:5px;bottom:7px;left:7px;right:7px}.product-icon--order{border-radius:4px;width:34px;margin-inline:10px}.product-icon--order:before{border:1px solid;inset:6px 5px 14px}.product-icon--order:after{border-top:1px solid;width:10px;height:4px;bottom:5px;right:11px}.product-icon--kitchen{background:radial-gradient(circle at 15px 14px, transparent 0 4px, #53645d 5px 6px, transparent 7px), radial-gradient(circle at 38px 14px, transparent 0 4px, #53645d 5px 6px, transparent 7px), var(--surface);border-radius:3px}.product-icon--kitchen:before{border:1px solid;height:20px;bottom:8px;left:7px;right:7px}.product-icon--interior{background:linear-gradient(135deg, transparent 45%, #53645d 46% 49%, transparent 50%), var(--surface)}.product-icon--interior:before{border:1px solid;inset:8px}.timing-badge{min-height:25px;color:var(--green-700);background:var(--green-100);font-family:var(--font-number);border-radius:4px;align-items:center;padding:0 7px;font-size:11px;font-weight:800;display:inline-flex}.quote-item>p{color:var(--muted);margin-bottom:0;font-size:13px;line-height:1.55}.quote-item .price-range{color:#39453f;font-family:var(--font-number);font-variant-numeric:tabular-nums;font-size:15px}.best-price,.saving{font-family:var(--font-number);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:17px}.best-price{color:var(--green-700)}.saving{color:var(--orange-600)}.quote-note{color:var(--muted);margin:15px 0 0;font-size:12px}.quote-note span{color:var(--green-800);margin-right:6px}.process-section{border-bottom:1px solid var(--line);background:var(--white);padding:58px 0}.process-section .section-heading{margin-bottom:30px}.process-section .section-heading h2{font-size:clamp(2rem,2.6vw,2.6rem)}.process-list{grid-template-columns:repeat(3,1fr);display:grid}.process-step{grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:18px;min-height:124px;padding:16px 42px 16px 0;display:grid;position:relative}.process-step:not(:last-child):after{border-top:1.5px solid var(--green-800);border-right:1.5px solid var(--green-800);content:"";width:16px;height:16px;position:absolute;top:50%;right:18px;transform:translateY(-50%)rotate(45deg)}.process-step__number{width:30px;height:30px;color:var(--white);background:var(--green-900);font-family:var(--font-number);border-radius:50%;align-self:start;place-items:center;font-size:11px;display:grid}.process-step__icon{width:58px;height:66px;color:var(--green-800);place-items:center;font-size:42px;font-weight:300;display:grid}.process-step div{min-width:0}.process-step strong{color:var(--green-900);font-size:18px}.process-step p{color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.65}.promise-section{color:var(--white);background:var(--green-900)}.promise-section__inner{grid-template-columns:minmax(0,1fr) 250px;align-items:center;gap:64px;min-height:310px;padding-block:40px;display:grid}.promise-content h2{letter-spacing:-.045em;border-bottom:1px solid #ffffff4d;margin-bottom:26px;padding-bottom:20px;font-size:34px}.promise-list{grid-template-columns:repeat(3,1fr);display:grid}.promise-list li{border-right:1px dotted #ffffff59;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:0 24px;display:grid}.promise-list li:first-child{padding-left:0}.promise-list li:last-child{border-right:0}.promise-list li>span{font-size:27px}.promise-list strong{font-size:16px}.promise-list p{color:#ffffffb8;margin:8px 0 0;font-size:13px;line-height:1.7}.verification-stamp{color:#a9c9a1;border:4px double #a9c9a1;border-radius:50%;align-content:center;justify-self:center;place-items:center;width:210px;height:210px;display:grid;position:relative;transform:rotate(-10deg)}.verification-stamp:before{content:"";border:1px solid #a9c9a1;border-radius:50%;width:168px;height:168px;position:absolute}.verification-stamp span{z-index:1;letter-spacing:.04em;font-size:15px;font-weight:900;position:relative}.verification-stamp strong{z-index:1;font-size:68px;line-height:1;position:relative}.final-cta{border-bottom:1px solid var(--line);background:var(--green-050)}.final-cta__inner{grid-template-columns:260px minmax(0,1fr) auto;align-items:center;gap:54px;min-height:240px;display:grid}.final-cta h2{letter-spacing:-.055em;margin-bottom:12px;font-size:44px;line-height:1.2}.final-cta p{color:var(--muted);margin-bottom:0;font-size:14px}.final-cta__action{justify-items:center;gap:12px;display:grid}.final-cta__action p{font-size:11px}.store-sketch{border-bottom:2px solid #bad9ce;border-left:2px solid #bad9ce;border-right:2px solid #bad9ce;width:230px;height:132px;position:relative}.store-sketch:before{content:"";transform-origin:bottom;border:2px solid #bad9ce;height:28px;position:absolute;top:-28px;left:-2px;right:-2px;transform:skew(-15deg)}.store-sketch__awning{background:repeating-linear-gradient(90deg,#0000 0 24px,#bad9ce 25px 27px,#0000 28px 48px);border-bottom:2px solid #bad9ce;height:22px;position:absolute;top:4px;left:0;right:0}.store-sketch__door{border:2px solid #bad9ce;width:54px;height:85px;position:absolute;bottom:0;right:18px}.store-sketch__window{border:2px solid #bad9ce;width:110px;height:62px;position:absolute;bottom:22px;left:20px}.store-sketch__sign{color:#8fb9aa;font-family:var(--font-number);border:1px solid #bad9ce;padding:3px 7px;font-size:10px;position:absolute;top:46px;left:49px;transform:rotate(-5deg)}.site-footer{background:var(--white);padding:36px 0}.site-footer .container{align-items:center;gap:28px;display:flex}.site-footer p,.site-footer small{color:var(--muted);margin:0;font-size:12px}.site-footer small{margin-left:auto}@media (width<=1180px){.site-header__inner{gap:20px}.main-nav{gap:18px}.verified-label{display:none}.hero__grid{gap:48px}.hero h1{font-size:clamp(2.8rem,5vw,4rem)}.quote-table__header{display:none}.quote-item{grid-template-columns:minmax(210px,1.3fr) minmax(150px,1fr) minmax(120px,.8fr) 100px;gap:14px}.quote-item>p:not(.price-range){display:none}.quote-section__grid{grid-template-columns:128px minmax(0,1fr);gap:30px}.promise-section__inner{grid-template-columns:minmax(0,1fr) 210px;gap:32px}.promise-list li{padding-inline:16px}.final-cta__inner{grid-template-columns:210px minmax(0,1fr) auto;gap:34px}.store-sketch{width:190px}}@media (width<=1023px){:root{--header-height:68px}.container{width:min(calc(100% - 32px), var(--container))}.site-header__inner{grid-template-columns:auto 1fr auto}.menu-toggle{justify-self:end;display:block}.main-nav{top:var(--header-height);border-bottom:1px solid var(--line);background:var(--white);flex-direction:column;align-items:stretch;gap:0;padding:12px 16px 18px;display:none;position:absolute;left:0;right:0}.main-nav.is-open{display:flex}.main-nav a{padding:13px 10px}.main-nav__trigger{justify-content:flex-start;width:100%;padding:13px 10px}.site-subnav{z-index:2;top:var(--header-height);position:absolute;left:0;right:0}.site-subnav__inner{padding-block:12px 16px;display:block}.site-subnav__brand-spacer,.site-subnav__actions-spacer{display:none}.site-subnav__items{grid-template-columns:1fr;gap:10px;display:grid}.site-subnav__items>span{display:none}.site-subnav__column{gap:8px}.mobile-nav-actions{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px;padding:16px 10px 0;display:grid}.mobile-nav-actions a{padding:0}.mobile-nav-actions a:after,.header-actions{display:none}.hero__grid{grid-template-columns:1fr;padding-block:62px}.hero__copy{padding-left:0}.eyebrow{font-size:16px}.hero h1{font-size:clamp(3.4rem,7vw,4.6rem);line-height:1.1}.hero__description{font-size:17px;line-height:1.7}.quote-sheet{justify-self:center;width:min(100%,640px)}.proof-strip__grid{grid-template-columns:repeat(2,1fr);row-gap:18px}.stat:nth-child(2){border-right:0}.quote-section__grid{grid-template-columns:1fr}.opening-timeline{border-right:0;border-bottom:1px solid var(--line);padding:0 0 20px}.opening-timeline>p{margin:0 0 14px}.opening-timeline ol{grid-template-columns:repeat(4,1fr)}.opening-timeline ol:before{width:auto;height:2px;inset:17px 10% auto}.opening-timeline li{text-align:center;align-content:start;justify-items:center;min-height:74px;padding-top:34px}.opening-timeline li:after,.opening-timeline li.is-active:after{top:10px;left:50%;transform:translate(-50%)}.section-heading--with-filters{flex-direction:column;align-items:flex-start}.section-heading h2,.process-section .section-heading h2{font-size:clamp(2.2rem,4vw,2.8rem)}.process-list{grid-template-columns:1fr}.process-step{border-bottom:1px solid var(--line);padding-right:0}.process-step:not(:last-child):after{display:none}.promise-section__inner{grid-template-columns:1fr;padding-block:54px}.promise-list{grid-template-columns:1fr;gap:22px}.promise-list li,.promise-list li:first-child{border-bottom:1px dotted #ffffff59;border-right:0;padding:0 0 22px}.promise-list li:last-child{border-bottom:0;padding-bottom:0}.verification-stamp{display:none}.final-cta__inner{grid-template-columns:1fr auto;padding-block:46px}.store-sketch{display:none}}@media (width<=767px){.container{width:min(calc(100% - 24px), var(--container))}.hero__grid{min-height:0;padding-block:48px}.eyebrow{margin-bottom:16px;font-size:16px}.hero h1{font-size:clamp(2.9rem,13vw,3.8rem);line-height:1.12}.hero__description{font-size:16px;line-height:1.7}.hero__actions{flex-direction:column;align-items:stretch;gap:12px;margin-top:32px}.text-link{justify-content:center}.trust-list{grid-template-columns:repeat(2,1fr);gap:22px 0;margin-top:36px}.trust-list li:nth-child(2){border-right:0}.quote-sheet{padding:24px 16px 20px}.quote-sheet__header{flex-direction:column;align-items:flex-start}.quote-sheet__labels{display:none}.vendor-row{grid-template-columns:44px minmax(0,1fr) auto;min-height:84px;padding-inline:8px}.vendor-price{font-size:19px}.vendor-name small,.vendor-name em{font-size:12px}.vendor-compare{display:none}.vendor-row--selected{grid-template-columns:44px minmax(0,1fr) 48px;align-items:start}.vendor-row--selected .vendor-name{grid-column:2}.vendor-row--selected .vendor-logo{grid-row:1/span 2;align-self:center}.vendor-row--selected .vendor-price{grid-area:2/2;justify-self:start;margin-top:4px}.vendor-row--selected .price-stamp{grid-area:1/3/span 2;justify-self:end}.price-stamp{width:48px;height:48px}.price-stamp strong{font-size:22px}.price-stamp span{font-size:8px}.quote-sheet__footer{flex-direction:column;align-items:flex-end}.quote-sheet__footer strong{font-size:23px}.proof-strip__grid{grid-template-columns:1fr 1fr}.stat{justify-content:flex-start;gap:10px;padding-left:14px}.stat strong,.stat__icon{font-size:22px}.quote-section{padding-top:50px}.opening-timeline li strong{font-size:16px}.opening-timeline li span{white-space:nowrap;font-size:10px;line-height:1.3;display:block}.section-heading h2{font-size:2.25rem}.process-section .section-heading h2{font-size:2.15rem}.filter-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.filter-tab{width:100%;min-width:0;font-size:13px}.quote-table{background:0 0;border:0;overflow:visible}.quote-item{border:1px solid var(--line);background:var(--white);grid-template-columns:1fr auto;gap:14px 12px;margin-bottom:12px;padding:18px;display:grid}.quote-item__product{grid-column:1/-1}.quote-item__product>div{min-width:0}.quote-item__product strong{overflow-wrap:anywhere}.quote-item .price-range{display:none}.quote-item .best-price,.quote-item .saving{font-size:14px}.quote-action-cell{grid-column:1/-1}.quote-item .button{width:100%}.process-step{grid-template-columns:30px 44px minmax(0,1fr);gap:12px}.process-step__number{align-self:center}.process-step__icon{width:44px;font-size:34px}.promise-content h2{font-size:30px}.final-cta__inner{grid-template-columns:1fr;gap:28px}.final-cta h2{font-size:34px}.final-cta__action{justify-items:stretch}.site-footer .container{flex-direction:column;align-items:flex-start;gap:10px}.site-footer small{margin-left:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-main{min-height:60vh}.login-page{min-height:calc(100vh - var(--header-height));background:var(--green-050);padding:88px 0}.login-page__inner{grid-template-columns:minmax(0,1fr) minmax(360px,440px);align-items:center;gap:clamp(48px,9vw,150px);min-height:560px;display:grid}.login-page__intro{max-width:560px}.login-page__intro h1{color:var(--green-950);letter-spacing:-.09em;margin:12px 0 22px;font-size:clamp(3.2rem,6vw,6rem);line-height:1.06}.login-page__intro h1 span{color:var(--orange-600)}.login-page__intro>p:last-child{max-width:400px;color:var(--muted);margin:0;font-size:1.1rem}.login-card{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-soft);padding:42px 40px 34px}.login-card__heading{margin-bottom:30px}.login-card__heading h2{color:var(--green-950);letter-spacing:-.06em;margin:7px 0 8px;font-size:2rem}.login-card__heading>p:last-child{color:var(--muted);margin:0;font-size:13px}.login-form{gap:18px;display:grid}.form-field{gap:8px;display:grid}.form-field label{color:var(--green-950);font-size:13px;font-weight:800}.form-field input{border:1px solid var(--line-strong);width:100%;min-height:50px;color:var(--ink);background:var(--white);font:inherit;border-radius:4px;outline:0;padding:0 14px;font-size:14px}.form-field input::placeholder{color:#9aa6a1}.form-field input:focus{border-color:var(--green-700);box-shadow:0 0 0 3px #087f671f}.login-form__options{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;margin:2px 0 6px;font-size:12px;display:flex}.checkbox-label{cursor:pointer;align-items:center;gap:7px;display:inline-flex}.checkbox-label input{width:15px;height:15px;accent-color:var(--green-700)}.login-form__options a,.login-card__signup a{color:var(--green-800);font-weight:800}.login-form .button{width:100%}.login-card__signup{border-top:1px solid var(--line);color:var(--muted);text-align:center;margin:26px 0 0;padding-top:24px;font-size:13px}.site-section{padding:112px 0}.site-section--mint{background:var(--green-050)}.site-section--ink{color:var(--white);background:var(--green-950)}.site-section__title{max-width:760px;color:var(--green-950);letter-spacing:-.08em;margin:10px 0 18px;font-size:clamp(2.6rem,5vw,5.2rem);line-height:1.08}.site-section--ink .site-section__title{color:var(--white)}.site-section__description{max-width:620px;color:var(--muted);font-size:1.15rem}.site-section--ink .site-section__description{color:var(--green-100)}.site-cta{color:var(--white);background:var(--orange-600);padding:72px 0}.site-cta__inner{justify-content:space-between;align-items:end;gap:32px;display:flex}.site-cta h2{letter-spacing:-.07em;max-width:620px;margin:8px 0;font-size:clamp(2.3rem,4vw,4.2rem);line-height:1.08}.site-cta p:last-child{margin:0}.site-cta .section-kicker{color:#ffd7c9}.site-cta .button--primary{color:var(--orange-600);background:var(--white)}.example-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.example-card{border:1px solid var(--line);background:var(--white);min-height:250px;box-shadow:var(--shadow-soft);padding:28px}.example-card strong{color:var(--green-950);margin:26px 0 8px;font-size:1.35rem;display:block}.example-card p{color:var(--muted);margin:0}.example-card__mark{width:44px;height:44px;color:var(--white);background:var(--green-800);place-items:center;font-weight:800;display:inline-grid}.case-list{gap:16px;margin-top:42px;display:grid}.case-row{border-top:1px solid var(--line);grid-template-columns:160px 1fr auto;align-items:center;gap:24px;padding:24px 0;display:grid}.case-row__metric{color:var(--orange-600);font-size:2rem;font-weight:900}.case-row h2{color:var(--green-950);margin:0 0 4px}.case-row p{color:var(--muted);margin:0}@media (width<=1023px){.site-section__title{font-size:clamp(2.7rem,5vw,4.5rem);line-height:1.1}.site-section__description{font-size:1.05rem;line-height:1.7}.site-cta h2{font-size:clamp(2.6rem,5vw,4rem)}.example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.case-row{grid-template-columns:120px minmax(0,1fr) auto;gap:18px}.site-cta__inner{flex-direction:column;align-items:flex-start}.site-cta .button{margin-top:4px}.login-page__inner{grid-template-columns:1fr;gap:48px;min-height:0}.login-page__intro{max-width:680px}}@media (width<=767px){.site-section{padding:64px 0}.case-row{display:block}.site-section__title{margin-top:8px;font-size:clamp(2.75rem,13vw,4rem)}.site-section__description{font-size:1.05rem;line-height:1.7}.example-grid{grid-template-columns:1fr;gap:14px;margin-top:34px}.example-card{min-height:0;padding:22px}.login-page{padding:56px 0}.login-page__inner{gap:36px}.login-page__intro h1{font-size:clamp(3rem,15vw,5rem)}.login-card{padding:32px 24px 28px}.site-cta{padding:56px 0}.site-cta h2{font-size:clamp(2.2rem,10vw,3.4rem)}.case-row__metric{margin-bottom:12px}.case-row h2{font-size:1.2rem}.case-row .text-link{margin-top:14px}}.fund-hero,.franchise-hero{color:var(--white);background:linear-gradient(120deg, var(--green-950), var(--green-800))}.fund-hero__inner,.franchise-hero__inner{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:center;gap:64px;min-height:500px;padding-block:64px;display:grid}.fund-eyebrow{color:#8ee0bb;letter-spacing:.04em;margin:0 0 12px;font-size:14px;font-weight:900}.fund-hero h1,.franchise-hero h1{letter-spacing:-.1em;max-width:720px;margin:0 0 20px;font-size:clamp(3.2rem,6vw,6.2rem);line-height:1.02}.fund-hero__description,.franchise-hero p:not(.fund-eyebrow){max-width:590px;color:var(--green-100);margin:0;font-size:1.05rem;line-height:1.8}.fund-hero__actions,.franchise-hero__actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.fund-hero__actions .button,.franchise-hero__actions .button{padding-inline:18px}.fund-button--soft,.franchise-button--soft{color:var(--white);background:#ffffff24}.fund-hero__card,.franchise-hero__summary{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:18px;padding:24px;box-shadow:0 20px 60px #0019142e}.fund-hero__card-top,.fund-mini-row{align-items:center;gap:10px;display:flex}.fund-hero__card-top{color:var(--green-100);border-bottom:1px solid #ffffff24;justify-content:space-between;padding-bottom:14px;font-size:12px}.fund-hero__card-top strong{color:#8ee0bb;font-size:13px}.fund-mini-row{min-height:48px;color:var(--white);border-bottom:1px solid #ffffff1a;padding:10px 0;text-decoration:none}.fund-mini-row span{font-size:20px}.fund-mini-row b{flex:1;font-size:13px}.fund-mini-row em{color:#8ee0bb;font-size:12px;font-style:normal;font-weight:800}.fund-hero__card p{color:#b9d9ce;margin:16px 0 0;font-size:11px;line-height:1.6}.fund-shortcuts{border-bottom:1px solid var(--line);background:var(--white)}.fund-shortcuts__inner{justify-content:space-between;align-items:center;gap:24px;padding-block:22px;display:flex}.fund-shortcuts__inner>div:first-child{gap:3px;display:grid}.fund-shortcuts__inner>div:first-child span{color:var(--green-700);font-size:11px;font-weight:900}.fund-shortcuts__inner>div:first-child strong{color:var(--green-950);font-size:15px}.fund-shortcuts__links{flex-wrap:wrap;gap:8px;display:flex}.fund-shortcuts__links a{border:1px solid var(--line);min-width:110px;color:var(--green-950);border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:2px 6px;padding:8px 10px;text-decoration:none;display:grid}.fund-shortcuts__links a>span{grid-row:span 2;font-size:19px}.fund-shortcuts__links a small{color:var(--muted);font-size:10px}.fund-main,.franchise-main{background:var(--paper);padding:88px 0}.fund-section-heading,.franchise-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px;display:flex}.fund-section-heading h2,.franchise-heading h2{color:var(--green-950);letter-spacing:-.08em;margin:0 0 8px;font-size:clamp(2.3rem,4vw,4rem);line-height:1.08}.fund-section-heading h2 span,.franchise-heading h2 span,.fund-application h2 span,.fund-guide h2 span{color:var(--green-700)}.fund-section-heading>p:last-child,.franchise-heading p:last-child{color:var(--muted);margin:0}.section-kicker{color:var(--green-700);letter-spacing:.03em;margin:0 0 8px;font-size:13px;font-weight:900}.fund-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.fund-card{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-soft);border-radius:12px;overflow:hidden}.fund-card__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.fund-card__header>div{align-items:center;gap:10px;display:flex}.fund-card__icon{background:var(--green-050);border-radius:10px;place-items:center;width:42px;height:42px;font-size:21px;display:grid}.fund-card__header p{color:var(--muted);margin:0 0 3px;font-size:11px}.fund-card__header h3{color:var(--green-950);letter-spacing:-.05em;margin:0;font-size:1.3rem}.fund-card__header>strong{color:var(--green-800);white-space:nowrap;font-size:13px}.fund-card--orange .fund-card__header>strong{color:var(--orange-600)}.fund-card--purple .fund-card__header>strong{color:#856caa}.fund-table-wrap{padding:4px 22px 0;overflow-x:auto}.fund-table{border-collapse:collapse;width:100%;min-width:430px;font-size:12px}.fund-table caption,.franchise-listing-table caption{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.fund-table th{color:var(--muted);text-align:left;padding:10px 0;font-size:10px;font-weight:700}.fund-table td{border-top:1px solid var(--line);color:#586760;white-space:nowrap;padding:11px 0}.fund-table td:first-child{color:var(--green-950);font-weight:800}.fund-table td:nth-child(2){color:var(--green-800);font-weight:800}.fund-card .text-link{margin:12px 22px 18px;font-size:12px;display:inline-flex}.fund-application{color:var(--white);background:var(--green-900);padding:88px 0}.fund-application__inner{grid-template-columns:minmax(0,.9fr) minmax(360px,.8fr);align-items:center;gap:80px;display:grid}.fund-application h2,.fund-guide h2{letter-spacing:-.08em;margin:0 0 14px;font-size:clamp(2.3rem,4vw,4rem);line-height:1.08}.fund-application h2{color:var(--white)}.fund-application .section-kicker{color:#8ee0bb}.fund-application>.container>div>p:not(.section-kicker){max-width:510px;color:var(--green-100);margin:0;line-height:1.8}.fund-application ul{color:#b9e2d3;flex-wrap:wrap;gap:8px 16px;margin:24px 0 0;font-size:12px;display:flex}.fund-form{color:var(--ink);background:var(--white);border-radius:14px;grid-template-columns:repeat(2,1fr);gap:12px;padding:24px;display:grid;box-shadow:0 20px 60px #00191433}.fund-form label{color:var(--green-950);gap:6px;font-size:11px;font-weight:800;display:grid}.fund-form input,.fund-form select{border:1px solid var(--line);width:100%;min-height:42px;color:var(--ink);background:var(--paper);font:inherit;border-radius:6px;outline:none;padding:0 11px;font-size:12px}.fund-form input:focus,.fund-form select:focus{border-color:var(--green-700);box-shadow:0 0 0 3px #087f671f}.fund-form .button{grid-column:1/-1;width:100%;margin-top:4px}.fund-form__success{color:var(--green-800);background:var(--green-050);border-radius:6px;grid-column:1/-1;margin:0;padding:10px;font-size:11px;line-height:1.5}.fund-guide{background:var(--white);padding:80px 0}.fund-guide__inner{grid-template-columns:.8fr 1fr;align-items:center;gap:80px;display:grid}.fund-guide h2{color:var(--green-950)}.fund-guide__inner>div>p:last-child{color:var(--muted);margin:0}.fund-guide ul{border:1px solid var(--line);background:var(--paper);border-radius:12px;gap:12px;margin:0;padding:22px;display:grid}.fund-guide li{color:#50615a;gap:10px;font-size:13px;line-height:1.5;display:flex}.fund-guide li span{color:var(--green-700);font-weight:900}.franchise-hero__inner{min-height:420px}.franchise-hero__summary{text-align:center;gap:8px;display:grid}.franchise-hero__summary>span{color:#8ee0bb;font-size:12px;font-weight:800}.franchise-hero__summary strong{color:var(--white);letter-spacing:-.1em;font-size:5rem;line-height:1}.franchise-hero__summary strong small{color:var(--green-100);letter-spacing:0;margin-left:7px;font-size:14px}.franchise-hero__summary p{color:var(--green-100)!important;margin:0!important;font-size:12px!important}.franchise-shortcuts{border-bottom:1px solid var(--line);background:var(--white)}.franchise-shortcuts__inner{grid-template-columns:repeat(2,1fr);gap:14px;padding-block:20px;display:grid}.franchise-shortcuts__inner a{border:1px solid var(--line);color:var(--green-950);border-radius:10px;align-items:center;gap:12px;padding:16px;text-decoration:none;display:flex}.franchise-shortcuts__inner a>span{font-size:24px}.franchise-shortcuts__inner a div{flex:1;gap:3px;display:grid}.franchise-shortcuts__inner a small{color:var(--muted);font-size:11px}.franchise-shortcuts__inner a>strong{color:var(--green-700)}.franchise-heading h2 span{color:var(--orange-600)}.franchise-category-tabs{scrollbar-width:none;gap:8px;padding-bottom:10px;display:flex;overflow-x:auto}.franchise-category-tabs::-webkit-scrollbar{display:none}.franchise-category-tabs button{border:1px solid var(--line);min-height:38px;color:var(--muted);background:var(--white);cursor:pointer;font:inherit;border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 14px;font-size:12px;display:inline-flex}.franchise-category-tabs button small{color:inherit;font-size:10px}.franchise-category-tabs button:hover,.franchise-category-tabs .franchise-tab--active{color:var(--white);border-color:var(--green-800);background:var(--green-800)}.franchise-result-count{color:var(--muted);margin:20px 0 14px;font-size:12px}.franchise-result-count strong{color:var(--green-950)}.franchise-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.franchise-card{border:1px solid var(--line);background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 8px 24px #003d330d}.franchise-card__visual{background:linear-gradient(135deg,#e5ebe5,#cdd8d0);justify-content:space-between;align-items:center;min-height:110px;padding:20px;display:flex}.franchise-card__visual>span{background:#ffffffd1;border-radius:18px;place-items:center;width:58px;height:58px;font-size:32px;display:grid;box-shadow:0 8px 18px #002d231f}.franchise-card__visual small{color:var(--green-800);align-self:flex-start;font-size:11px;font-weight:800}.franchise-card__body{padding:16px}.franchise-card__body>p{color:var(--muted);margin:0 0 4px;font-size:10px}.franchise-card h3{color:var(--green-950);letter-spacing:-.04em;margin:0 0 14px;font-size:1.05rem}.franchise-metrics{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.franchise-metrics span{background:var(--surface);border-radius:6px;gap:3px;padding:8px 6px;display:grid}.franchise-metrics small{color:var(--muted);font-size:9px}.franchise-metrics strong{color:var(--green-800);font-size:12px}.franchise-card__foot{color:var(--muted);justify-content:space-between;gap:10px;margin:14px 0 10px;font-size:11px;display:flex}.franchise-card__foot b{color:var(--orange-600)}.franchise-card__foot button,.franchise-listing-table button{color:var(--green-800);cursor:pointer;font:inherit;background:0 0;border:0;font-size:11px;font-weight:800}.franchise-card .button{width:100%;min-height:36px;font-size:11px}.franchise-listings{background:var(--white);padding:80px 0}.franchise-listing-table-wrap{border:1px solid var(--line);border-radius:10px;overflow-x:auto}.franchise-listing-table{border-collapse:collapse;color:#586760;width:100%;min-width:720px;font-size:12px}.franchise-listing-table th{color:var(--muted);background:var(--paper);text-align:left;padding:14px 16px;font-size:10px}.franchise-listing-table td{border-top:1px solid var(--line);white-space:nowrap;padding:15px 16px}.franchise-listing-table td:first-child{color:var(--green-950);font-weight:800}.franchise-toast{z-index:50;color:var(--white);background:var(--green-950);box-shadow:var(--shadow-soft);border-radius:7px;padding:12px 16px;font-size:12px;position:fixed;bottom:24px;right:24px}@media (width<=1023px){.fund-hero__inner,.franchise-hero__inner{grid-template-columns:1fr;gap:34px}.fund-hero__card,.franchise-hero__summary{max-width:620px}.fund-application__inner,.fund-guide__inner{grid-template-columns:1fr;gap:36px}.franchise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.fund-hero__inner,.franchise-hero__inner{min-height:0;padding-block:48px}.fund-hero h1,.franchise-hero h1{font-size:clamp(2.8rem,14vw,4.4rem)}.fund-shortcuts__inner,.fund-section-heading,.franchise-heading{flex-direction:column;align-items:flex-start}.fund-shortcuts__links{scrollbar-width:none;flex-wrap:nowrap;width:100%;padding-bottom:3px;overflow-x:auto}.fund-shortcuts__links::-webkit-scrollbar{display:none}.fund-shortcuts__links a{flex:0 0 125px}.fund-main,.franchise-main,.fund-application,.fund-guide,.franchise-listings{padding:60px 0}.fund-grid{grid-template-columns:1fr}.fund-card__header,.fund-table-wrap{padding-inline:16px}.fund-card .text-link{margin-inline:16px}.fund-form{grid-template-columns:1fr;padding:18px}.fund-form .button,.fund-form__success{grid-column:auto}.franchise-shortcuts__inner{grid-template-columns:1fr}.franchise-heading{gap:14px}.franchise-grid{grid-template-columns:1fr 1fr;gap:10px}.franchise-card__visual{min-height:92px;padding:12px}.franchise-card__visual>span{width:44px;height:44px;font-size:25px}.franchise-card__visual small{font-size:9px}.franchise-card__body{padding:12px}.franchise-card h3{min-height:40px;font-size:12px}.franchise-metrics{grid-template-columns:1fr}.franchise-metrics span{justify-content:space-between;display:flex}.franchise-card__foot{flex-direction:column;align-items:flex-start;gap:5px}.franchise-card .button{padding-inline:5px;font-size:10px}.franchise-toast{text-align:center;bottom:16px;left:16px;right:16px}}@media (width<=560px){.franchise-grid{grid-template-columns:1fr}}.hub-hero{color:var(--white);background:linear-gradient(120deg, var(--green-950), var(--green-800))}.hub-hero__grid{grid-template-columns:minmax(0,1fr) minmax(420px,.8fr);align-items:center;gap:clamp(48px,8vw,120px);min-height:610px;padding-block:64px;display:grid}.hub-eyebrow,.hub-section-heading .section-kicker{color:var(--green-500);letter-spacing:.03em;font-size:14px;font-weight:900}.hub-hero h1{letter-spacing:-.09em;margin:14px 0 22px;font-size:clamp(3.3rem,5.5vw,5.8rem);line-height:1.05}.hub-hero__description{color:var(--green-100);margin:0;font-size:1.05rem;line-height:1.8}.hub-trust{flex-wrap:wrap;gap:8px;margin:28px 0 0;display:flex}.hub-trust li{color:var(--green-100);background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.hub-hero__actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.hub-button--soft{color:var(--white);background:#ffffff24}.hub-demo{color:var(--ink);background:var(--white);border-radius:20px;padding:28px 24px 22px;box-shadow:0 24px 60px #0019143d}.hub-demo__top,.hub-demo__saving,.hub-category-card__head,.hub-package__inner{justify-content:space-between;align-items:center;gap:12px;display:flex}.hub-demo__top span,.hub-timing,.hub-tag{min-height:24px;color:var(--green-800);background:var(--green-100);border-radius:999px;align-items:center;padding:0 8px;font-size:11px;font-weight:900;display:inline-flex}.hub-demo__top small,.hub-demo__note,.hub-category-card__description,.hub-package p,.hub-final-cta p{color:var(--muted)}.hub-demo h2{letter-spacing:-.06em;margin:18px 0 4px;font-size:1.5rem}.hub-demo__note{margin-bottom:14px;font-size:13px}.hub-vendors{gap:8px;display:grid}.hub-vendors li{border:1px solid var(--line);border-radius:14px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:56px;padding:8px 12px;display:grid}.hub-vendors li>b{width:30px;height:30px;color:var(--green-800);background:var(--surface);border-radius:50%;place-items:center;font-size:12px;display:grid}.hub-vendors li>span{gap:1px;display:grid}.hub-vendors li small{color:var(--muted);font-size:10px}.hub-vendors li>strong{white-space:nowrap;font-size:13px}.hub-vendors__best{background:var(--green-050);border-color:var(--green-700)!important}.hub-vendors__best>b{color:var(--white)!important;background:var(--green-700)!important}.hub-vendors__best em{color:var(--orange-600);text-align:right;font-size:10px;font-style:normal;display:block}.hub-demo__saving{gap:8px;margin:14px 0}.hub-demo__saving span{color:var(--muted);background:var(--surface);text-align:center;border-radius:12px;flex:1;gap:2px;padding:10px 6px;font-size:10px;display:grid}.hub-demo__saving strong{color:var(--green-900);font-size:14px}.hub-demo>.button{width:100%}.hub-stats{border-bottom:1px solid var(--line);background:var(--white)}.hub-stats__grid{grid-template-columns:repeat(6,1fr);padding-block:20px;display:grid}.hub-stats__grid div{border-right:1px solid var(--line);text-align:center;gap:2px;display:grid}.hub-stats__grid div:last-child{border-right:0}.hub-stats__grid span{color:var(--muted);font-size:11px}.hub-stats__grid strong{color:var(--green-950);font-size:20px}.hub-catalog{background:var(--paper);padding:88px 0}.hub-section-heading{max-width:780px;margin-bottom:34px}.hub-section-heading .section-kicker{margin-bottom:8px}.hub-section-heading h2{color:var(--green-950);letter-spacing:-.08em;margin-bottom:8px;font-size:clamp(2.3rem,4vw,3.7rem)}.hub-section-heading>p:last-child{color:var(--muted);margin:0}.hub-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.hub-category-card{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-soft);border-radius:12px;gap:16px;padding:24px;display:grid}.hub-category-card__head{justify-content:flex-start;align-items:flex-start}.hub-category-card__icon{background:var(--green-050);border-radius:12px;flex:none;place-items:center;width:50px;height:50px;font-size:25px;display:grid}.hub-category-card__head>div{min-width:0}.hub-category-card h3{color:var(--green-950);letter-spacing:-.05em;margin:8px 0 0;font-size:1.35rem}.hub-tag{color:var(--orange-600);background:#fff0e9;margin-left:5px}.hub-category-card__description{min-height:48px;margin:0;font-size:13px;line-height:1.65}.hub-price-list{grid-template-columns:repeat(3,1fr);gap:8px;margin:0;display:grid}.hub-price-list div{background:var(--surface);border-radius:8px;padding:10px}.hub-price-list dt{color:var(--muted);font-size:10px}.hub-price-list dd{color:var(--green-900);margin:4px 0 0;font-size:12px;font-weight:900}.hub-price-list div:last-child dd{color:var(--orange-600)}.hub-checks{color:#52615a;gap:5px;margin:0;font-size:12px;display:grid}.hub-category-card .button{justify-self:start}.hub-process{background:var(--white)}.hub-promise .section-kicker{color:var(--green-100)}.hub-promise-list{grid-template-columns:repeat(2,1fr);gap:14px 24px;display:grid}.hub-promise-list li{color:var(--white);align-items:flex-start;gap:9px;font-size:13px;display:flex}.hub-promise-list li span{color:#9ed9b8;font-weight:900}.hub-promise-list strong{font-weight:700}.hub-package{border-bottom:1px solid var(--line);background:var(--green-050);padding:64px 0}.hub-package h2{color:var(--green-950);letter-spacing:-.07em;margin:8px 0;font-size:clamp(2rem,3vw,3rem)}.hub-package p{margin:0}.hub-package__inner .text-link{white-space:nowrap}.hub-final-cta{background:var(--white)}.hub-final-cta .section-kicker{color:var(--green-700);margin-bottom:10px}@media (width<=1023px){.hub-hero__grid{grid-template-columns:1fr}.hub-demo{justify-self:center;width:min(100%,620px)}.hub-stats__grid{grid-template-columns:repeat(3,1fr);gap:16px 0}.hub-stats__grid div:nth-child(3){border-right:0}.hub-promise-list{grid-template-columns:1fr}}@media (width<=767px){.hub-hero__grid{min-height:0;padding-block:48px}.hub-hero h1{font-size:clamp(2.9rem,14vw,4rem)}.hub-hero__actions{flex-direction:column}.hub-hero__actions .button{width:100%}.hub-demo{padding:22px 16px 18px}.hub-vendors li{grid-template-columns:30px minmax(0,1fr)}.hub-vendors li>strong{grid-column:2;font-size:12px}.hub-stats__grid{grid-template-columns:repeat(2,1fr);padding-block:16px}.hub-stats__grid div:nth-child(2n){border-right:0}.hub-catalog{padding:64px 0}.hub-section-heading h2{font-size:2.45rem}.hub-category-grid{grid-template-columns:1fr}.hub-category-card{padding:20px}.hub-price-list{grid-template-columns:1fr}.hub-package__inner{flex-direction:column;align-items:flex-start}.hub-package__inner .text-link{margin-top:8px}}.device-intro{color:var(--white);background:var(--green-950)}.device-intro__inner{justify-content:space-between;align-items:end;gap:40px;padding:54px 0 48px;display:flex}.device-intro h1{letter-spacing:-.09em;margin:12px 0 16px;font-size:clamp(2.8rem,5vw,5rem);line-height:1.08}.device-intro h1 span{color:#9ed9b8}.device-intro p:last-child{color:var(--green-100);margin:0;line-height:1.8}.device-intro__proof{gap:28px;padding:18px 0 4px;display:flex}.device-intro__proof strong{color:var(--white);letter-spacing:-.04em;gap:3px;font-size:1.6rem;display:grid}.device-intro__proof small{color:var(--green-100);font-size:11px;font-weight:500}.device-page{width:min(calc(100% - 48px), var(--container));background:var(--paper);min-height:1000px;margin-inline:auto;display:block}.device-sidebar{top:var(--header-height);max-height:calc(100vh - var(--header-height));border-right:1px solid var(--line);background:var(--white);align-self:start;padding:22px 14px 36px;position:sticky;overflow:auto}.device-sidebar__priority{grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:18px;display:grid}.device-sidebar__priority p{color:var(--muted);grid-column:1/-1;margin:0 0 5px;font-size:11px;font-weight:800}.device-sidebar button{color:#5d6963;cursor:pointer;text-align:left;background:0 0;border:0;font-size:12px}.device-sidebar__priority button{border:1px solid var(--line);text-align:center;border-radius:4px;min-height:28px;padding:0 3px;font-size:11px}.device-sidebar__priority .device-filter--active{color:var(--white);border-color:var(--green-700);background:var(--green-700)}.device-category-group{border-top:1px solid var(--line);padding:10px 0}.device-category-group__title{justify-content:space-between;align-items:center;width:100%;padding:5px 4px 9px;font-weight:900;color:var(--green-900)!important;display:flex!important}.device-category-group__items{gap:2px;display:grid}.device-category-group__items button{border-radius:5px;justify-content:space-between;align-items:center;gap:4px;min-height:29px;padding:4px 5px;display:flex}.device-category-group__items button:hover,.device-item--active{color:var(--green-900)!important;background:var(--green-050)!important}.device-level{color:#6a8f80;border:1px solid;border-radius:999px;flex:none;padding:2px 5px;font-size:9px}.device-category-group__items button:first-child .device-level,.device-level--필수{color:var(--orange-600)}.device-level--프리미엄{color:#856caa}.device-content{min-width:0;padding:22px 28px 80px}.device-filter-panel{border:1px solid var(--line);background:var(--white);border-radius:10px;gap:0;margin-bottom:18px;padding:4px 16px;display:grid;box-shadow:0 8px 22px #003d330a}.device-filter-row{border-bottom:1px solid var(--line);grid-template-columns:132px minmax(0,1fr);align-items:start;gap:18px;padding:15px 0;display:grid}.device-filter-row:last-child{border-bottom:0}.device-filter-row>strong{color:var(--green-950);white-space:nowrap;padding-top:8px;font-size:13px}.device-filter-row>div{flex-wrap:wrap;gap:6px;display:flex}.device-filter-row button{border:1px solid var(--line);min-height:32px;color:var(--muted);background:var(--white);cursor:pointer;border-radius:999px;padding:0 12px;font-size:11px}.device-filter-row button:hover,.device-filter-row .device-filter--active,.device-filter-row .device-chip--active{color:var(--white);border-color:var(--green-800);background:var(--green-800)}.device-filter-row--categories button{align-items:center;gap:6px;display:inline-flex}.device-filter-row--categories button>span{border:1px solid;border-radius:999px;padding:2px 5px;font-size:9px;font-weight:800;line-height:1.1}.device-filter-row--categories .device-level-required{color:var(--orange-600)}.device-filter-row--categories .device-level-recommended{color:#2587c5}.device-filter-row--categories .device-level-premium{color:#856caa}.device-filter-row--categories .device-chip--active>span{color:var(--white);background:#ffffff29;border-color:#ffffffb8}.device-filter-row--categories>div{max-height:116px;padding-right:4px;overflow-y:auto}.device-priority-bar{border-bottom:1px solid var(--line);align-items:center;gap:14px;margin-bottom:14px;padding-bottom:15px;display:flex}.device-priority-bar strong{color:var(--green-950);white-space:nowrap;font-size:13px}.device-priority-bar>div{gap:6px;display:flex}.device-priority-bar button{border:1px solid var(--line);min-width:58px;min-height:32px;color:var(--muted);background:var(--white);cursor:pointer;border-radius:999px;padding:0 12px;font-size:11px}.device-priority-bar button:hover,.device-priority-bar .device-filter--active{color:var(--white);border-color:var(--green-800);background:var(--green-800)}.device-notice{color:#36584d;background:var(--green-100);border-radius:10px;gap:14px;margin-bottom:10px;padding:14px 18px;font-size:12px;line-height:1.6;display:flex}.device-notice strong{color:var(--green-900);flex:none}.device-notice--warn{color:#7c5b38;background:#fff8dd}.device-notice--warn strong{color:#a66c1b}.device-industry-tabs{scrollbar-width:none;gap:7px;margin:18px 0 24px;display:flex;overflow-x:auto}.device-industry-tabs::-webkit-scrollbar{display:none}.device-industry-tabs button{border:1px solid var(--line);color:#5a6962;background:var(--white);cursor:pointer;border-radius:999px;flex:none;min-height:34px;padding:0 12px;font-size:11px}.device-industry-tabs button:hover,.device-chip--active{color:var(--white)!important;border-color:var(--green-800)!important;background:var(--green-800)!important}.device-results-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:16px;display:flex}.device-results-head .section-kicker{color:var(--green-700);margin-bottom:7px;font-size:13px}.device-results-head h2{color:var(--green-950);letter-spacing:-.07em;margin:0 0 6px;font-size:clamp(1.8rem,3vw,2.7rem)}.device-results-head p:last-child{color:var(--muted);margin:0;font-size:13px}.device-view-toggle{flex:none;gap:5px;display:flex}.device-view-toggle button{border:1px solid var(--line);min-height:34px;color:var(--muted);background:var(--white);cursor:pointer;border-radius:5px;padding:0 10px;font-size:11px}.device-toggle--active{color:var(--white)!important;border-color:var(--green-800)!important;background:var(--green-800)!important}.device-guide{color:var(--green-900);background:var(--green-050);border:1px solid #a5d5c4;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:10px 14px;font-size:11px;display:flex}.device-guide button{color:var(--green-800);cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}.device-products{gap:14px;display:grid}.device-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.device-product-list{grid-template-columns:1fr}.device-card{border:1px solid var(--line);background:var(--white);border-radius:10px;min-width:0;transition:transform .16s,box-shadow .16s;overflow:hidden;box-shadow:0 8px 24px #003d330d}.device-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px #003d331a}.device-card__visual{background:linear-gradient(135deg,#e5ebe5,#cdd8d0);place-items:center;min-height:176px;display:grid;position:relative;overflow:hidden}.device-card__visual:before{content:"";background:linear-gradient(145deg,#173c3c,#356b67);border:8px solid #ffffffa6;border-radius:12px;width:150px;height:110px;position:absolute;transform:rotate(-5deg);box-shadow:20px 13px #ffffff59}.device-card__art{z-index:1;background:#ffffffdb;border-radius:24px;place-items:center;width:82px;height:82px;font-size:44px;display:grid;position:relative;box-shadow:0 8px 18px #002d2333}.device-card__badge{z-index:2;color:var(--white);background:var(--green-700);border-radius:5px;padding:4px 7px;font-size:10px;font-weight:900;position:absolute;top:10px;left:10px}.device-card__cart{z-index:2;cursor:pointer;background:#ffffffe6;border:0;border-radius:6px;place-items:center;width:30px;height:30px;font-size:15px;display:grid;position:absolute;top:10px;right:10px}.device-card__cart:hover{background:var(--green-100)}.device-card__body{padding:14px}.device-card__brand{color:var(--green-700);margin:0 0 4px;font-size:10px}.device-card h3{min-height:42px;color:var(--green-950);margin:0 0 12px;font-size:14px;line-height:1.45}.device-card__pricing{gap:6px;display:grid}.device-card__pricing span,.device-card__pricing strong{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.device-card__pricing small{color:var(--muted);font-size:10px;font-weight:500}.device-card__pricing s{color:#8b9891;font-size:11px}.device-card__pricing strong{color:var(--green-800);font-size:15px}.device-card__pricing strong small{margin-right:auto}.device-card__pricing em{color:var(--orange-600);font-size:10px;font-style:normal}.device-card__meta{color:#77837d;gap:10px;margin:12px 0;font-size:10px;display:flex}.device-card__add{width:100%;min-height:36px;font-size:11px}.device-product-list .device-card{grid-template-columns:180px minmax(0,1fr);display:grid}.device-product-list .device-card__visual{min-height:170px}.device-product-list .device-card__body{grid-template-columns:minmax(150px,1fr) minmax(220px,1.3fr) auto;align-items:center;gap:14px;display:grid}.device-product-list .device-card h3{min-height:0;margin:0}.device-product-list .device-card__brand{margin:0}.device-product-list .device-card__add{width:auto;min-width:130px}.device-empty{border:1px dashed var(--line-strong);background:var(--white);text-align:center;border-radius:12px;align-content:center;place-items:center;gap:10px;min-height:320px;display:grid}.device-empty>span{font-size:44px}.device-empty h3,.device-empty p{margin:0}.device-empty h3{color:var(--green-950)}.device-empty p{color:var(--muted);font-size:13px}.device-cart{z-index:35;top:calc(var(--header-height) + 16px);right:max(24px, calc((100vw - var(--container)) / 2));width:300px;max-height:calc(100vh - var(--header-height) - 32px);border:1px solid var(--line);background:var(--white);border-radius:12px;flex-direction:column;display:flex;position:fixed;overflow:auto;box-shadow:0 18px 50px #003d332e}.device-cart__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px;display:flex}.device-cart__header h2{color:var(--green-950);margin:0;font-size:15px}.device-cart__close{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:24px;display:none}.device-cart__empty{text-align:center;place-items:center;gap:8px;padding:50px 22px 34px;display:grid}.device-cart__empty>span{font-size:38px}.device-cart__empty strong{color:var(--green-950);font-size:13px}.device-cart__empty p,.device-cart__empty small{color:var(--muted);margin:0;font-size:11px;line-height:1.7}.device-cart__empty small{color:var(--green-800);background:var(--green-050);border-radius:7px;margin-top:10px;padding:10px}.device-cart__items{gap:12px;padding:14px;display:grid}.device-cart__item{border-bottom:1px solid var(--line);grid-template-columns:34px minmax(0,1fr);gap:8px;padding-bottom:12px;display:grid}.device-cart__item-icon{background:var(--green-050);border-radius:7px;place-items:center;width:34px;height:34px;font-size:19px;display:grid}.device-cart__item strong,.device-cart__item small{display:block}.device-cart__item strong{color:var(--green-950);font-size:11px;line-height:1.4}.device-cart__item small{color:var(--green-800);margin-top:3px;font-size:10px}.device-quantity{align-items:center;gap:7px;margin-top:8px;display:flex}.device-quantity button{border:1px solid var(--line);width:22px;height:22px;color:var(--green-800);background:var(--white);cursor:pointer;border-radius:4px;place-items:center;font-size:13px;display:grid}.device-quantity span{min-width:12px;color:var(--ink);text-align:center;font-size:11px}.device-quantity .device-remove{width:auto;color:var(--muted);background:0 0;border:0;padding:0 5px;font-size:10px}.device-cart__total{border-top:2px solid var(--green-900);color:var(--muted);justify-content:space-between;padding:10px 0;font-size:11px;display:flex}.device-cart__total strong{color:var(--green-900);font-size:15px}.device-cart__items>.button{width:100%;min-height:42px;font-size:12px}.device-cart__memo{border-top:1px solid var(--line);gap:8px;margin-top:auto;padding:18px 14px;display:grid}.device-cart__memo>div{justify-content:space-between;display:flex}.device-cart__memo strong{color:var(--green-950);font-size:12px}.device-cart__memo button{color:var(--green-800);cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}.device-cart__memo textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:110px;color:var(--ink);background:var(--paper);font:inherit;border-radius:6px;outline:0;padding:10px;font-size:11px}.device-cart__memo textarea:focus{border-color:var(--green-700);box-shadow:0 0 0 3px #087f671f}.device-cart__memo small{color:var(--muted);font-size:9px}.device-cart-fab{z-index:40;width:54px;height:54px;color:var(--white);background:var(--green-800);cursor:pointer;border:0;border-radius:50%;place-items:center;font-size:22px;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 28px #003d333d}.device-cart-fab span{width:20px;height:20px;color:var(--white);background:var(--orange-600);border-radius:50%;place-items:center;font-size:10px;font-weight:900;display:grid;position:absolute;top:-4px;right:-4px}.device-toast{z-index:50;color:var(--white);background:var(--green-950);box-shadow:var(--shadow-soft);border-radius:7px;padding:11px 15px;font-size:12px;position:fixed;bottom:28px;right:90px}@media (width<=1280px){.device-page{grid-template-columns:190px minmax(0,1fr) 250px}.device-content{padding-inline:20px}.device-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1023px){.device-intro__inner{flex-direction:column;align-items:flex-start}.device-intro__proof{gap:22px}.device-page{width:min(calc(100% - 32px), var(--container));display:block}.device-sidebar{border-right:0;border-bottom:1px solid var(--line);scrollbar-width:none;gap:10px;max-height:none;padding:12px 16px;display:flex;position:static;overflow-x:auto}.device-sidebar::-webkit-scrollbar{display:none}.device-sidebar__priority{flex:none;align-items:center;margin:0;display:flex}.device-sidebar__priority p{margin:0 4px 0 0}.device-sidebar__priority button{min-width:48px}.device-category-group{border:0;flex:none;padding:0}.device-category-group__title{border:1px solid var(--line);white-space:nowrap;border-radius:999px;width:auto;min-height:32px;padding:0 11px}.device-category-group__title span:last-child,.device-category-group__items{display:none}.device-cart{z-index:35;top:var(--header-height);width:min(360px,92vw);min-height:0;display:flex;position:fixed;bottom:0;right:0;box-shadow:-12px 0 30px #003d3326}.device-cart__close{display:block}.device-cart-fab{bottom:20px;right:20px}}@media (width<=767px){.device-intro__inner{padding-block:40px}.device-intro h1{font-size:clamp(2.6rem,13vw,3.8rem)}.device-intro p:last-child br{display:none}.device-intro__proof{justify-content:space-between;gap:10px;width:100%}.device-intro__proof strong{font-size:1.25rem}.device-content{padding:16px 0 70px}.device-filter-panel{padding:2px 12px}.device-filter-row{padding:12px 0;display:block}.device-filter-row>strong{margin-bottom:8px;padding:0;display:block}.device-filter-row>div{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.device-filter-row>div::-webkit-scrollbar{display:none}.device-filter-row button{flex:none}.device-filter-row--categories>div{max-height:none;overflow-y:hidden}.device-priority-bar{flex-direction:column;align-items:flex-start;gap:8px;padding-bottom:12px}.device-priority-bar>div{width:100%}.device-priority-bar button{flex:1;min-width:0;padding-inline:6px}.device-notice{flex-direction:column;align-items:flex-start;gap:3px;padding:12px;font-size:11px}.device-results-head{flex-direction:column;align-items:flex-start;gap:12px}.device-results-head h2{font-size:2rem}.device-view-toggle{width:100%}.device-view-toggle button{flex:1}.device-guide{flex-direction:column;align-items:flex-start;gap:5px}.device-product-grid{grid-template-columns:1fr 1fr;gap:10px}.device-card__visual{min-height:130px}.device-card__visual:before{width:104px;height:76px}.device-card__art{width:62px;height:62px;font-size:32px}.device-card__body{padding:11px}.device-card h3{min-height:52px;font-size:12px}.device-card__pricing{gap:4px}.device-card__pricing span,.device-card__pricing strong{flex-direction:column;align-items:flex-start;gap:1px}.device-card__pricing strong{font-size:13px}.device-card__pricing strong small{margin:0}.device-card__meta{flex-wrap:wrap;gap:5px;margin:9px 0}.device-card__add{padding-inline:5px;font-size:10px}.device-product-list .device-card{grid-template-columns:100px minmax(0,1fr)}.device-product-list .device-card__visual{min-height:170px}.device-product-list .device-card__body{padding:12px;display:block}.device-product-list .device-card__brand{margin-bottom:4px}.device-product-list .device-card__add{width:100%;margin-top:10px}.device-toast{text-align:center;bottom:86px;left:16px;right:16px}}.owner-school-hero{color:var(--white);background:var(--green-900)}.owner-school-hero__inner{grid-template-columns:minmax(0,1fr) minmax(300px,.62fr);align-items:center;gap:70px;min-height:390px;padding-block:58px;display:grid}.owner-school-eyebrow{color:var(--green-900);background:var(--green-100);letter-spacing:.02em;border-radius:999px;margin:0 0 14px;padding:5px 11px;font-size:12px;font-weight:900;display:inline-flex}.owner-school-hero h1{letter-spacing:-.09em;margin:0 0 16px;font-size:clamp(3rem,5.2vw,5.2rem);line-height:1.08}.owner-school-hero h1 span{color:#9be0c2}.owner-school-hero__description{color:var(--green-100);margin:0;font-size:1.08rem;line-height:1.8}.owner-school-pill{color:var(--white);background:#ffffff24;border-radius:999px;margin-top:22px;padding:9px 14px;font-size:12px;font-weight:750;display:inline-flex}.owner-school-proof{background:#ffffff1a;border:1px solid #fff3;border-radius:14px;padding:24px}.owner-school-proof p{color:#b8ead5;margin:0 0 16px;font-size:13px;font-weight:800}.owner-school-proof>div{text-align:center;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.owner-school-proof strong{font-family:var(--font-number);font-variant-numeric:tabular-nums;font-size:1.65rem}.owner-school-proof small{color:var(--green-100);font-family:var(--font-sans);margin-top:4px;font-size:11px;font-weight:500;display:block}.owner-school-main{background:var(--paper);padding:0 0 88px}.owner-school-check{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-soft);border-radius:14px;position:relative;top:-24px;overflow:hidden}.owner-school-check__heading{background:#fff8f1;border-bottom:1px solid #f0d8ca;padding:22px 26px 20px}.owner-school-check__heading>span{color:var(--orange-600);font-size:12px;font-weight:900}.owner-school-check__heading h2{color:var(--green-950);letter-spacing:-.05em;margin:8px 0 4px;font-size:1.35rem}.owner-school-check__heading p{color:var(--muted);margin:0;font-size:13px}.owner-school-check__body{grid-template-columns:minmax(0,1fr) 250px;gap:28px;padding:24px 26px;display:grid}.owner-school-check__items{gap:9px;display:grid}.owner-school-check__item{width:100%;color:var(--green-950);background:var(--surface);cursor:pointer;text-align:left;border-radius:9px;align-items:center;gap:12px;padding:12px 14px;font-size:13px;font-weight:600;transition:background-color .16s,color .16s,transform .16s;display:flex}.owner-school-check__item:hover{transform:translate(2px)}.owner-school-check__item>span{border:2px solid var(--line-strong);width:23px;height:23px;color:var(--white);background:var(--white);border-radius:7px;flex:none;place-items:center;font-size:13px;display:grid}.owner-school-check__item--selected{color:var(--green-950);background:var(--green-050);box-shadow:inset 0 0 0 1px #b4d9cb}.owner-school-check__item--selected>span{border-color:var(--green-700);background:var(--green-700)}.owner-school-check__result{border-left:1px solid var(--line);text-align:center;align-content:center;justify-items:center;padding:18px;display:grid}.owner-school-check__score{color:var(--green-700);font-family:var(--font-number);font-size:3.4rem;font-weight:900;line-height:1}.owner-school-check__score small{color:var(--muted);font-size:1.05rem;font-weight:600}.owner-school-check__result strong{color:var(--green-950);margin-top:14px;font-size:14px}.owner-school-check__result p{color:var(--muted);margin:6px 0 0;font-size:11px;line-height:1.6}.owner-school-section{padding:42px 0 0}.owner-school-heading{justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px;display:flex}.owner-school-heading .section-kicker{margin-bottom:8px;font-size:13px}.owner-school-heading h2{color:var(--green-950);letter-spacing:-.08em;margin:0;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.1}.owner-school-heading h2 span,.owner-school-checklist h2 span{color:var(--green-700)}.owner-school-heading>p{max-width:330px;color:var(--muted);margin:0;font-size:13px}.owner-school-management-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.owner-school-management-card{border:1px solid var(--line);background:var(--white);border-radius:12px;min-height:205px;padding:22px;transition:transform .16s,box-shadow .16s}.owner-school-management-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-3px)}.owner-school-management-card>span{font-size:25px}.owner-school-management-card h3{color:var(--green-950);margin:15px 0 5px;font-size:1.1rem}.owner-school-management-card p{min-height:42px;color:var(--muted);margin:0;font-size:12px;line-height:1.65}.owner-school-management-card a{color:var(--green-800);gap:6px;margin-top:18px;font-size:12px;font-weight:850;display:inline-flex}.owner-school-section--courses{padding-top:88px}.owner-school-heading--courses{align-items:center}.owner-school-tabs{flex-wrap:wrap;gap:7px;display:flex}.owner-school-tabs button{border:1px solid var(--line);min-width:54px;min-height:34px;color:var(--muted);background:var(--white);cursor:pointer;border-radius:999px;padding:0 11px;font-size:12px;font-weight:750}.owner-school-tabs button:hover,.owner-school-tab--active{border-color:var(--green-800)!important;color:var(--white)!important;background:var(--green-800)!important}.owner-school-course-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.owner-school-course-card{border:1px solid var(--line);background:var(--white);border-radius:12px;flex-direction:column;min-height:255px;padding:21px;display:flex;box-shadow:0 8px 24px #003d3309}.owner-school-course-card__meta{color:var(--green-800);align-items:center;gap:8px;display:flex}.owner-school-course-card__meta>span{font-size:23px}.owner-school-course-card__meta b{color:var(--green-800);background:var(--green-050);border-radius:999px;padding:3px 7px;font-size:10px}.owner-school-course-card__meta small{color:var(--muted);margin-left:auto;font-size:11px}.owner-school-course-card h3{color:var(--green-950);margin:18px 0 8px;font-size:1.05rem;line-height:1.45}.owner-school-course-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.owner-school-course-card__foot{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:20px;display:flex}.owner-school-course-card__foot strong{color:var(--orange-600);font-size:11px}.owner-school-course-card__foot button{color:var(--green-800);cursor:pointer;background:0 0;font-size:12px;font-weight:850}.owner-school-checklist{border-top:1px solid var(--line);grid-template-columns:.9fr 1fr;gap:70px;margin-top:88px;padding:38px 0 0;display:grid}.owner-school-checklist .section-kicker{margin-bottom:8px;font-size:13px}.owner-school-checklist h2{color:var(--green-950);letter-spacing:-.08em;margin:0 0 14px;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.12}.owner-school-checklist p{color:var(--muted);margin:0;font-size:13px}.owner-school-checklist ul{align-content:start;gap:12px;padding-top:8px;display:grid}.owner-school-checklist li{color:var(--green-950);align-items:center;gap:11px;font-size:13px;display:flex}.owner-school-checklist li span{border:2px solid var(--line-strong);background:var(--white);border-radius:4px;flex:none;width:17px;height:17px}.owner-school-cta{color:var(--white);background:var(--green-050);padding:34px 0}.owner-school-cta__inner{background:var(--white);border:1px solid #bfe0d3;border-radius:14px;justify-content:space-between;align-items:center;gap:30px;padding:26px 28px;display:flex}.owner-school-cta__inner>div{color:var(--green-950);align-items:flex-start;gap:15px;display:flex}.owner-school-cta__inner>div>span{font-size:26px}.owner-school-cta h2{margin:0 0 5px;font-size:1.1rem}.owner-school-cta p{color:var(--muted);margin:0;font-size:12px}@media (width<=1023px){.owner-school-hero__inner{grid-template-columns:1fr;gap:28px;padding-block:50px}.owner-school-proof{max-width:520px}.owner-school-management-grid,.owner-school-course-grid{grid-template-columns:repeat(2,1fr)}.owner-school-checklist{gap:36px}}@media (width<=767px){.owner-school-hero h1{font-size:clamp(2.8rem,14vw,4rem)}.owner-school-hero__description br{display:none}.owner-school-proof>div{gap:4px}.owner-school-proof strong{font-size:1.35rem}.owner-school-check__body{grid-template-columns:1fr;gap:20px;padding:18px 16px}.owner-school-check__heading{padding:18px 16px}.owner-school-check__result{border-top:1px solid var(--line);border-left:0;padding:18px 0 4px}.owner-school-heading,.owner-school-heading--courses{flex-direction:column;align-items:flex-start;gap:18px}.owner-school-heading h2,.owner-school-checklist h2{font-size:2.35rem}.owner-school-management-grid,.owner-school-course-grid{grid-template-columns:1fr}.owner-school-management-card{min-height:0}.owner-school-section--courses{padding-top:64px}.owner-school-tabs{width:100%}.owner-school-tabs button{flex:1}.owner-school-checklist{grid-template-columns:1fr;gap:26px;margin-top:64px}.owner-school-cta__inner{flex-direction:column;align-items:flex-start;padding:22px 18px}.owner-school-cta__inner .button{width:100%}}
