:root{--bg: #fafafa;--surface: #ffffff;--fg: #111111;--fg-72: rgba(17, 17, 17, .72);--fg-48: rgba(17, 17, 17, .48);--fg-24: rgba(17, 17, 17, .24);--fg-12: rgba(17, 17, 17, .12);--fg-08: rgba(17, 17, 17, .08);--primary: #4791ff;--primary-12: rgba(71, 145, 255, .12);--primary-10: rgba(71, 145, 255, .1);--primary-08: rgba(71, 145, 255, .08);--primary-72: rgba(71, 145, 255, .72);--purple: #8036ff;--purple-12: rgba(128, 54, 255, .12);--yellow: #ffcb69;--nav-height: 73px;--font-pretendard: "Pretendard Variable", "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-orbit: "Orbit", "Pretendard Variable", "Pretendard", "Noto Sans KR", ui-monospace, Menlo, Consolas, monospace;--font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-grotesk: "Host Grotesk", "Pretendard", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{background:var(--bg);color:var(--fg);font-family:var(--font-pretendard);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:1280px;overflow-x:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}img,svg{display:block}.container{max-width:1920px;margin:0 auto;padding:0 160px}section{padding:200px 0;position:relative}.badge{display:inline-flex;align-items:center;padding:2px 12px;border-radius:8px;background:var(--primary-12);color:var(--primary);font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;white-space:nowrap}.section-title{font-family:var(--font-pretendard);font-size:72px;font-weight:800;line-height:88px;color:#000;letter-spacing:-.01em;word-break:keep-all}.section-title.center{text-align:center}.section-subtitle{font-family:var(--font-pretendard);font-size:20px;font-weight:500;line-height:28px;color:var(--fg-48)}.section-subtitle.center{text-align:center}.section-head{display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:96px}.section-head.center{align-items:center;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:14px 24px;border-radius:12px;font-family:var(--font-pretendard);font-size:20px;font-weight:500;line-height:28px;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,transform .15s;white-space:nowrap}.btn.primary{background:var(--fg);color:var(--surface)}.btn.primary:hover{background:#000;transform:translateY(-1px)}.btn.ghost{background:var(--surface);color:var(--fg);border-color:var(--fg-12)}.btn.ghost:hover{background:#f5f5f5}.btn .arrow{width:24px;height:24px;transition:transform .15s}.btn:hover .arrow{transform:translate(2px)}.nav{position:sticky;top:0;z-index:90;width:100%;padding:10px 160px;background:#fafafa33;backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px);border-bottom:1px solid var(--fg-12)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-brand{display:flex;align-items:center;gap:4px}.nav-logo{width:32px;height:32px;border-radius:6px;display:inline-block;object-fit:contain}.nav-brand-name{padding:10px;font-family:var(--font-grotesk);font-size:24px;font-weight:500;line-height:32px;color:var(--fg)}.nav-links{display:flex;align-items:center;gap:5px;list-style:none}.nav-links li{border-radius:12px;transition:background .15s}.nav-links li:hover{background:var(--fg-08)}.nav-links a{display:block;padding:5px 14px;font-family:var(--font-pretendard);font-size:16px;font-weight:500;line-height:22px;color:var(--fg);text-decoration:none;cursor:pointer}.nav-login{display:inline-block;padding:5px 14px;background:var(--fg);color:var(--surface);border:0;border-radius:12px;font-family:var(--font-pretendard);font-size:16px;font-weight:500;line-height:22px;cursor:pointer;text-decoration:none}.nav-login:hover{background:#000}.nav-menu{display:contents}.nav-hamburger{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:transparent;border:0;cursor:pointer;padding:8px;border-radius:8px;transition:background .15s}.nav-hamburger:hover{background:var(--fg-08)}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--fg);border-radius:1px;transition:transform .25s ease,opacity .2s ease;transform-origin:center}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;width:100%;min-height:calc(100vh - var(--nav-height));padding:0 160px;background:radial-gradient(ellipse 32% 41% at 44.48% 10.58%,var(--primary-08) 0%,transparent 91%),linear-gradient(rgba(17,17,17,.04) 1px,transparent 1px) 0 0 / 48px 48px,linear-gradient(90deg,rgba(17,17,17,.04) 1px,transparent 1px) 0 0 / 48px 48px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:64px}.hero-node{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--primary);box-shadow:0 0 16px var(--primary);pointer-events:none;z-index:0;animation:hero-node-pulse 3s ease-in-out infinite}.hero-node:nth-of-type(1){top:16%;left:6%;animation-delay:0s}.hero-node:nth-of-type(2){top:22%;right:7%;animation-delay:.7s;background:var(--purple);box-shadow:0 0 16px var(--purple)}.hero-node:nth-of-type(3){top:78%;right:10%;animation-delay:1.4s}.hero-node:nth-of-type(4){top:84%;left:8%;animation-delay:2.1s;background:var(--purple);box-shadow:0 0 16px var(--purple)}@keyframes hero-node-pulse{0%,to{opacity:.3;transform:scale(.9)}50%{opacity:1;transform:scale(1.4)}}.hero-headline{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px}.hero-titles{display:flex;flex-direction:column;align-items:center}.hero-brand-row{display:flex;align-items:center;gap:0}.hero-brand{display:inline-grid;grid-template-areas:"stack";font-family:var(--font-serif);font-style:italic;font-weight:700;font-size:clamp(120px,11vw,220px);line-height:1.03;text-align:center;letter-spacing:-.02em;background:linear-gradient(180deg,#111111 0%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:hero-brand-focus-int}.hero-brand-ghost,.hero-brand-active{grid-area:stack;min-width:0;white-space:nowrap}.hero-brand-ghost{visibility:hidden}.hero-brand-active{justify-self:start;display:inline-flex;align-items:center;text-align:left}.hero-brand-text{white-space:pre}.hero-cursor{display:inline-block;width:.02em;height:.7em;margin-left:.08em;background:var(--primary);flex-shrink:0;animation:hero-cursor-blink 1s step-end 1.18s infinite}@keyframes hero-cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-tagline{font-family:var(--font-pretendard);font-weight:800;font-size:clamp(48px,5.8vw,112px);line-height:1.1;color:#000;text-align:center;letter-spacing:-.02em;white-space:nowrap;opacity:0;animation:hero-tagline-fade-in 1.1s ease-out 1.5s forwards}@keyframes hero-tagline-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-bottom{display:flex;flex-direction:column;align-items:center;gap:40px}.hero-bottom>*{opacity:0;animation:hero-tagline-fade-in .8s ease-out 1.8s forwards}.hero-stats{display:flex;align-items:center;gap:48px}.hero-stat{display:flex;flex-direction:column;gap:12px;min-width:180px}.hero-stat-label{font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;color:var(--fg-24)}.hero-stat-value{font-family:var(--font-orbit);font-size:28px;font-weight:400;line-height:36px;color:var(--fg)}.features{padding:200px 0}.features-tabs{width:100%;display:flex;gap:0;padding:8px;background:var(--surface);border-radius:12px;border:1px solid var(--fg-12);margin-bottom:24px}.features-tab{flex:1;padding:10px 14px;border-radius:8px;text-align:center;font-family:var(--font-pretendard);font-size:16px;font-weight:400;line-height:22px;color:var(--fg-48);cursor:pointer;transition:background .15s;background:transparent;border:0}.features-tab:hover{color:var(--fg)}.features-tab.active{background:var(--fg-08);color:var(--fg);font-weight:700}.features-detail{width:100%;padding:24px;background:radial-gradient(ellipse 106% 36% at 100% 0%,var(--primary-10) 0%,transparent 100%),var(--surface);border-radius:12px;border:1px solid var(--fg-12);display:flex;align-items:flex-start;gap:81px}.features-detail-body{flex:1;display:flex;flex-direction:column;gap:24px}.features-eyebrow{font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;color:var(--primary)}.features-detail-title{font-family:var(--font-pretendard);font-size:48px;font-weight:600;line-height:56px;color:var(--fg)}.features-detail-desc{font-family:var(--font-pretendard);font-size:20px;font-weight:500;line-height:28px;color:var(--fg-48)}.features-metrics{align-self:stretch;display:flex;align-items:stretch;border-top:1px solid var(--fg-12);padding-top:24px;margin-top:16px}.features-metric{flex:0 0 auto;display:flex;flex-direction:column;gap:12px;padding:0 48px;border-right:1px solid var(--fg-12)}.features-metric:first-child{padding-left:0}.features-metric:last-child{border-right:none}.features-metric-label{font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;color:var(--fg-24)}.features-metric-value{font-family:var(--font-orbit);font-size:48px;font-weight:400;line-height:56px;letter-spacing:1.92px;color:var(--fg)}.features-detail-visual{width:566px;height:372px;border-radius:8px;border:1px solid var(--fg-12);flex-shrink:0;overflow:hidden;background:#fff}.features-detail-visual{color:var(--primary)}.features-detail-visual img,.features-detail-visual svg{width:100%;height:100%;display:block;object-fit:contain}@media (max-width: 1440px){.features-detail-visual{width:420px;height:300px}}.stats{background:radial-gradient(ellipse 27% 24% at 50% 0%,var(--primary-08) 0%,transparent 91%)}.stats .container{display:flex;flex-direction:column;align-items:center;gap:120px}.stats-heading{max-width:1105px;display:flex;flex-direction:column;align-items:center;gap:24px}.stats-cards{width:100%;display:flex;align-items:stretch;gap:12px}.stats-card{flex:1;padding:24px;background:var(--surface);border-radius:12px;border:1px solid var(--fg-12);display:flex;align-items:flex-end;gap:24px}.stats-card-body{flex:1;display:flex;flex-direction:column;gap:48px}.stats-card-label{font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;color:var(--primary)}.stats-card-value{font-family:var(--font-pretendard);font-size:clamp(40px,4.5vw,72px);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:8px;white-space:nowrap;background:linear-gradient(180deg,#111111 0%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.stats-card-caption{font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;color:var(--fg-24)}.stats-card-chart{flex:0 1 368px;min-width:240px;padding:24px;background:var(--surface);border-radius:8px;border:1px solid var(--fg-12);display:flex;flex-direction:column;gap:32px;align-self:stretch;justify-content:center}.stats-row{display:flex;flex-direction:column;gap:8px}.stats-row-label{font-family:var(--font-pretendard);font-size:20px;font-weight:500;line-height:28px;color:var(--fg)}.stats-row-label.muted{color:var(--fg-24)}.stats-bar{height:16px;border-radius:14px;background:var(--fg-12)}.stats-bar.full-muted{width:100%}.stats-bar.half-muted{width:60%}.stats-bar.small{width:12%;background:var(--primary)}.stats-bar.large{width:95%;background:var(--primary)}.vision{background:radial-gradient(ellipse 75% 77% at 100% 44%,var(--primary-08) 0%,transparent 60%)}.vision .container{display:flex;flex-direction:column;align-items:flex-start;gap:40px}.capabilities .container{display:flex;flex-direction:column;align-items:center;gap:120px}.capabilities-heading{max-width:1468px;display:flex;flex-direction:column;align-items:center;gap:24px}.capabilities-block{width:100%;display:flex;flex-direction:column;align-items:center;gap:32px}.capabilities-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (min-width: 1600px){.capabilities-grid{grid-template-columns:repeat(6,1fr)}}.capabilities-cell{aspect-ratio:236 / 182;padding:25px 12px;border-radius:12px;border:1px solid var(--fg-12);background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;font-family:var(--font-pretendard);font-size:18px;font-weight:600;line-height:26px;color:#000;transition:background .15s,border-color .15s}.capabilities-cell-label{flex:0 0 auto;white-space:nowrap}.capabilities-cell-image{width:100px;height:100px;color:var(--primary);display:flex;align-items:center;justify-content:center}.capabilities-cell-image svg{width:100%;height:100%}.capabilities-cell:hover{background:var(--primary-08);border-color:var(--primary)}.testimonials{overflow:hidden;margin-top:200px;scroll-margin-top:calc(var(--nav-height) + 80px)}.testimonials-header{display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:32px}.testimonials-marquee{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,#000 6%,#000 94%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 6%,#000 94%,transparent 100%)}.testimonials-track{display:flex;width:max-content;gap:12px;animation:testimonials-scroll 60s linear infinite}.testimonials-track:hover{animation-play-state:paused}@keyframes testimonials-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 6px))}}.testimonial{flex:0 0 auto;width:400px;padding:24px;background:var(--surface);border-radius:12px;border:1px solid var(--fg-12);display:flex;flex-direction:column;gap:16px}.testimonial-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.testimonial-user{padding:2px 12px;border-radius:4px;background:var(--purple-12);color:var(--purple);font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px}.testimonial-rating{display:flex;align-items:center;gap:4px}.testimonial-score{font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;color:var(--fg-24)}.stars{display:inline-flex;align-items:center}.testimonial-quote{color:#000;font-family:var(--font-pretendard);font-size:18px;font-weight:500;line-height:26px;white-space:pre-line}.resources .container{display:flex;flex-direction:column;align-items:flex-start;gap:40px}.resources .resources-grid{margin-top:56px}.resources-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.resource-card{overflow:hidden;border-radius:12px;border:1px solid var(--fg-12);background:var(--surface);display:flex;flex-direction:column;cursor:pointer;transition:transform .15s ease}.resource-card:hover{transform:translateY(-2px)}.resource-thumb{height:202px;background:linear-gradient(135deg,#f3f3f5,#fefffe);border-bottom:1px solid var(--fg-12);display:flex;align-items:center;justify-content:center;overflow:hidden}.resource-thumb{color:var(--primary)}.resource-thumb svg{width:95%;height:95%;display:block}.resource-image{width:95%;height:95%;object-fit:contain;display:block}.resource-body{padding:16px 24px;display:flex;flex-direction:column;gap:8px}.resource-tag{font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;color:var(--primary)}.resource-title{font-family:var(--font-pretendard);font-size:20px;font-weight:500;line-height:28px;color:var(--fg)}.newsletter .container{display:flex;flex-direction:column;align-items:center;gap:40px}.newsletter-form{padding:8px 8px 8px 20px;background:var(--surface);border-radius:12px;border:1px solid var(--fg-12);display:flex;align-items:center;gap:96px;min-width:520px}.newsletter-input{flex:1;border:0;outline:0;background:transparent;font-family:var(--font-pretendard);font-size:16px;font-weight:400;line-height:22px;color:var(--fg);padding:6px 0}.newsletter-input::placeholder{color:#b4b5b8}.newsletter-submit{height:36px;padding:4px 12px;background:var(--fg);color:var(--surface);border:0;border-radius:8px;font-family:var(--font-pretendard);font-size:16px;font-weight:400;line-height:22px;cursor:pointer}.newsletter-submit:hover{background:#000}.footer{padding:48px 160px 49px;background:radial-gradient(ellipse 77% 66% at 50% 77%,var(--primary-08) 0%,transparent 48%);display:flex;flex-direction:column;align-items:center;gap:49px}.footer-top{width:100%;padding-bottom:48px;display:flex;justify-content:space-between;align-items:flex-start;gap:48px}.footer-brand{display:flex;flex-direction:column;gap:24px}.footer-brand-mark{display:flex;flex-direction:column;gap:12px}.footer-brand-logo{width:48px;height:48px;border-radius:8px;display:inline-block;object-fit:contain}.footer-brand-name{font-family:var(--font-grotesk);font-size:32px;font-weight:400;line-height:40px;color:var(--fg)}.footer-brand-meta{font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;color:var(--fg-48)}.footer-columns{display:flex;align-items:flex-start;gap:64px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column-head{padding:2px 12px;border-radius:8px;font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;color:var(--fg-48)}.footer-column ul{display:flex;flex-direction:column;gap:4px;list-style:none}.footer-column li{border-radius:8px;font-family:var(--font-pretendard);font-size:16px;font-weight:400;line-height:22px;transition:background .15s}.footer-column li:hover{background:var(--fg-08)}.footer-column li a{display:flex;align-items:center;height:32px;padding:2px 12px;color:var(--fg);text-decoration:none;cursor:pointer}.footer-bottom{width:100%;display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:24px;border-top:1px solid var(--fg-12)}.footer-bottom span{font-family:var(--font-orbit);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.56px;color:var(--fg-48)}.features,.stats,.vision,.capabilities,.resources,.newsletter,.footer{border-top:1px solid var(--fg-12)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}.reveal.in{opacity:1;transform:translateY(0)}.capabilities-grid .capabilities-cell,.resources-grid .resource-card{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.2,.8,.2,1),transform .6s cubic-bezier(.2,.8,.2,1);transition-delay:calc(var(--i, 0) * 60ms)}.capabilities-grid.in .capabilities-cell,.resources-grid.in .resource-card{opacity:1;transform:translateY(0)}.stats-bar{transform-origin:left center;transform:scaleX(0);transition:transform 1.2s cubic-bezier(.2,.8,.2,1)}.stats-cards.in .stats-bar{transform:scaleX(1)}.stats-cards.in .stats-card:nth-child(1) .stats-bar{transition-delay:.3s}.stats-cards.in .stats-card:nth-child(2) .stats-bar{transition-delay:.5s}@media (max-width: 1280px){body{min-width:0;overflow-x:hidden}.container{padding:0 32px}section{padding:120px 0}.features{padding:120px 0}.testimonials{margin-top:120px}.section-subtitle br,.hero-tagline br,.newsletter .section-title br{display:none}.nav{padding:10px 32px}.hero{padding:0 32px;gap:48px}.hero-brand{font-size:clamp(80px,12vw,220px)}.hero-tagline{font-size:clamp(40px,6.5vw,112px)}.hero-stats{gap:32px}.hero-stat{min-width:140px}.hero-node:nth-of-type(1){top:12%;left:4%}.hero-node:nth-of-type(2){top:18%;right:4%}.hero-node:nth-of-type(3){top:82%;right:5%}.hero-node:nth-of-type(4){top:86%;left:5%}.section-title{font-size:48px;line-height:1.2}.features-tabs{flex-wrap:wrap;padding:4px}.features-tab{flex:0 0 33.333%}.features-detail{flex-direction:column;gap:32px}.features-detail-title{font-size:36px;line-height:1.2}.features-detail-desc{font-size:18px;line-height:1.5}.features-metric{padding:0 24px}.features-metric-value{font-size:36px;line-height:1.2}.features-detail-visual{width:100%;height:auto;aspect-ratio:566 / 372}.stats .container{gap:80px}.stats-cards{flex-direction:column}.stats-card{flex-direction:column;align-items:stretch;gap:20px}.stats-card-chart{flex:1;min-width:0}.vision .container{gap:32px}.capabilities .container{gap:80px}.capabilities-grid{grid-template-columns:repeat(3,1fr)}.capabilities-cell{aspect-ratio:auto;min-height:190px}.resources-grid{grid-template-columns:repeat(2,1fr)}.testimonial{width:320px}.newsletter-form{min-width:0;width:100%;max-width:520px;gap:16px}.footer{padding-left:32px;padding-right:32px}.footer-top{flex-direction:column;gap:32px}.footer-columns{flex-wrap:wrap;gap:32px}}@media (max-width: 768px){.container{padding:0 20px}section{padding:80px 0}.features{padding:80px 0}.nav{padding:10px 20px}.nav-brand-name{padding:4px;font-size:18px;line-height:24px}.nav-hamburger{display:flex}.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:12px;padding:16px 20px 20px;background:#fafafafa;backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px);border-bottom:1px solid var(--fg-12);box-shadow:0 16px 32px #0000000d}.nav-menu.open{display:flex}.nav-menu .nav-links{flex-direction:column;align-items:stretch;gap:0;width:100%}.nav-menu .nav-links li{width:100%;border-radius:8px}.nav-menu .nav-links a{display:block;padding:12px 16px;font-size:16px}.nav-menu .nav-login{display:block;margin-top:8px;padding:12px 16px;text-align:center;font-size:16px;border-radius:10px}.hero{padding:0 20px;gap:40px}.hero-brand{font-size:clamp(48px,13vw,120px)}.hero-tagline{font-size:clamp(24px,7vw,56px);white-space:normal}.hero-stats{flex-direction:column;gap:20px}.hero-stat{align-items:center;min-width:0}.hero-stat-label,.hero-stat-value{text-align:center}.hero-stat-value{font-size:22px;line-height:28px}.hero-bottom{gap:32px}.hero-node:nth-of-type(2),.hero-node:nth-of-type(3){display:none}.badge{white-space:normal;text-align:center;line-height:1.4}.section-title{font-size:32px;line-height:1.2}.section-subtitle{font-size:16px;line-height:1.5}.section-head{margin-bottom:48px}.features-tab{flex:0 0 50%;font-size:13px;line-height:1.4;padding:8px 6px}.features-detail{padding:16px;gap:20px}.features-detail-title{font-size:26px;line-height:1.2}.features-detail-desc{font-size:15px;line-height:1.5}.features-metrics{flex-direction:column;gap:12px;padding-top:16px;margin-top:12px}.features-metric{padding:0;border-right:0;flex-direction:row;align-items:baseline;justify-content:space-between;gap:12px}.features-metric-value{font-size:24px;line-height:1.2}.stats .container{gap:48px}.stats-card{padding:16px}.stats-card-body{gap:16px}.stats-card-chart{padding:16px;gap:16px}.stats-row-label{font-size:16px;line-height:1.4}.capabilities .container{gap:48px}.capabilities-grid{grid-template-columns:repeat(2,1fr);gap:8px}.capabilities-cell{font-size:14px;line-height:1.4;padding:16px 8px;aspect-ratio:auto;min-height:160px}.capabilities-cell-image{width:96px;height:96px}.resources-grid{grid-template-columns:1fr}.resource-thumb{height:180px}.testimonials{margin-top:80px}.testimonial{width:280px;padding:16px}.newsletter-form{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.newsletter-input{text-align:center;padding:8px 0}.newsletter-submit{width:100%;height:40px}.footer{padding-left:20px;padding-right:20px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}
