:root{--bg:#f4f4f1;--ink:#111111;--muted:#656565;--line:#d8d6cf;--dark:#090909;--dark-soft:#171717;--red:#ec2d2d;--red-dark:#6d1212;--green:#66e15d;--blue:#2567d7;--white:#ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;word-break:keep-all;overflow-wrap:break-word}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}main{overflow:hidden}.site-header{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:76px;padding:0 40px;color:var(--white);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(6,6,6,.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;flex-direction:column;gap:2px;min-width:160px}.brand-mark{font-size:1.25rem;font-weight:900;line-height:1}.brand-sub{color:rgba(255,255,255,.68);font-size:.66rem;font-weight:700;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:26px;color:rgba(255,255,255,.78);font-size:.92rem;font-weight:700}.site-nav a{transition:color .16s ease,transform .16s ease}.site-nav a:hover{color:var(--white);transform:translateY(-1px)}.hero{position:relative;min-height:88svh;display:flex;align-items:center;padding:130px 40px 92px;color:var(--white);background-image:url(/images/mainsection.png);background-position:50%;background-size:cover}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.7) 48%,rgba(0,0,0,.3)),radial-gradient(circle at 72% 35%,rgba(236,45,45,.24),transparent 35%)}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.18);-webkit-backdrop-filter:grayscale(1);backdrop-filter:grayscale(1)}.hero-content{position:relative;z-index:1;width:min(980px,100%);margin:0 auto}.eyebrow{margin:0 0 18px;color:var(--green);font-size:.84rem;font-weight:900;line-height:1.2;text-transform:uppercase}.eyebrow.dark{color:var(--red)}.hero h1{max-width:780px;margin:0;font-size:4.5rem;font-weight:950;line-height:1.05}.hero-copy{max-width:620px;margin:28px 0 0;color:rgba(255,255,255,.82);font-size:1.14rem;font-weight:600;line-height:1.8}.cta-actions,.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:8px;font-size:.98rem;font-weight:900}.button.primary{background:var(--red);color:var(--white)}.button.secondary{border:1px solid rgba(255,255,255,.34);color:var(--white);background:rgba(255,255,255,.08)}.button.light{background:var(--white);color:var(--ink)}.hero-metrics{display:flex;flex-wrap:wrap;gap:10px;margin-top:46px}.hero-metrics span{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.82);font-size:.84rem;font-weight:800}.section{padding:116px 40px;scroll-margin-top:88px}.section-heading{width:min(920px,100%);margin:0 auto 52px;text-align:center}.section-heading.narrow{width:min(760px,100%)}.section-heading h2{margin:0;color:var(--ink);font-size:2.7rem;font-weight:950;line-height:1.2}.section-heading p:not(.eyebrow){max-width:760px;margin:20px auto 0;color:var(--muted);font-size:1.05rem;font-weight:600;line-height:1.8}.problem-section{background:linear-gradient(180deg,#f4f4f1,#efeee9)}.problem-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px;width:min(1180px,100%);margin:0 auto}.problem-card{min-height:290px;display:flex;flex-direction:column;justify-content:space-between;padding:24px;border:1px solid rgba(109,18,18,.16);border-radius:8px;background:var(--white);box-shadow:0 18px 48px rgba(22,20,18,.08)}.problem-card span{width:-moz-fit-content;width:fit-content;display:inline-flex;min-height:30px;align-items:center;padding:0 10px;border-radius:999px;background:#210505;color:var(--green);font-size:.78rem;font-weight:900}.problem-card h3{margin:36px 0 0;color:var(--ink);font-size:1.34rem;font-weight:950;line-height:1.35}.problem-card p{margin:18px 0 0;color:var(--muted);font-size:.95rem;font-weight:650;line-height:1.65}.solution-section{background:var(--dark)}.solution-section .section-heading h2{color:var(--white)}.solution-section .section-heading p:not(.eyebrow){color:rgba(255,255,255,.68)}.solution-list{width:min(1100px,100%);margin:0 auto;border-top:1px solid rgba(255,255,255,.16)}.solution-row{display:grid;grid-template-columns:84px 300px 1fr;grid-gap:28px;gap:28px;align-items:start;padding:34px 0;border-bottom:1px solid rgba(255,255,255,.16);color:var(--white)}.solution-index{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border:1px solid rgba(102,225,93,.42);border-radius:50%;color:var(--green);font-size:.95rem;font-weight:950}.solution-row h3{margin:8px 0 0;font-size:1.55rem;font-weight:950;line-height:1.25}.solution-row p{margin:0;color:rgba(255,255,255,.72);font-size:1rem;font-weight:650;line-height:1.75}.solution-row>div:nth-child(2) p{color:var(--red);font-size:.86rem;font-weight:900}.process-section{background:#ffffff}.process-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:0;gap:0;width:min(1180px,100%);margin:0 auto;border:1px solid var(--line);border-radius:8px;overflow:hidden}.process-card{min-height:268px;padding:28px 24px;background:#ffffff;border-right:1px solid var(--line)}.process-card:last-child{border-right:none}.process-card span{display:block;color:var(--red);font-size:.95rem;font-weight:950}.process-card h3{margin:34px 0 0;font-size:1.28rem;font-weight:950;line-height:1.35}.process-card p{margin:18px 0 0;color:var(--muted);font-size:.94rem;font-weight:650;line-height:1.72}.field-band{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:stretch;background:var(--dark-soft);color:var(--white)}.field-band-text{display:flex;flex-direction:column;justify-content:center;padding:88px 40px 88px max(40px,calc((100vw - 1180px) / 2))}.field-band-text h2{max-width:620px;margin:0;font-size:2.6rem;font-weight:950;line-height:1.18}.field-band-text p:not(.eyebrow){max-width:610px;margin:22px 0 0;color:rgba(255,255,255,.72);font-size:1.04rem;font-weight:650;line-height:1.8}.field-photo{position:relative;min-height:520px}.field-photo img{width:100%;height:100%;object-fit:cover}.review-section{background:#f4f4f1}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;width:min(1180px,100%);margin:0 auto}.review-card{min-height:260px;padding:26px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.stars{color:var(--red);font-size:.9rem;font-weight:900}.review-card h3{margin:22px 0 0;font-size:1.2rem;font-weight:950;line-height:1.35}.review-card p{margin:18px 0 0;color:#343434;font-size:.98rem;font-weight:650;line-height:1.76}.review-card span{display:block;margin-top:24px;color:var(--muted);font-size:.82rem;font-weight:900}.program-section{background:linear-gradient(180deg,#ffffff,#f4f4f1)}.program-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;width:min(1040px,100%);margin:0 auto}.program-card{padding:34px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 18px 48px rgba(22,20,18,.08)}.program-topline{display:flex;align-items:center;justify-content:space-between;color:var(--red)}.program-topline span{font-size:.9rem;font-weight:950}.program-card h3{margin:28px 0 0;font-size:2rem;font-weight:950;line-height:1.2}.program-card p{min-height:70px;margin:16px 0 0;color:var(--muted);font-size:1rem;font-weight:650;line-height:1.75}.program-card ul{display:grid;grid-gap:12px;gap:12px;padding:0;margin:28px 0 0;list-style:none}.program-card li{display:flex;align-items:center;gap:10px;color:#303030;font-size:.98rem;font-weight:800}.program-card li svg{flex:0 0 auto;color:var(--green)}.program-card strong{display:block;margin-top:34px;color:var(--red);font-size:2.8rem;font-weight:950;line-height:1}.value-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;padding:0;background:#2a2a2a}.value-strip div{min-height:160px;display:flex;align-items:center;justify-content:center;gap:14px;background:var(--dark);color:var(--white);font-size:1.06rem;font-weight:900}.value-strip svg{color:var(--green)}.cta-section{padding:112px 40px;scroll-margin-top:88px;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.78)),url(/images/mainsection.png) 50% /cover;color:var(--white)}.cta-inner{width:min(960px,100%);margin:0 auto;text-align:center}.cta-inner h2{margin:0;font-size:3rem;font-weight:950;line-height:1.18}.cta-inner p:not(.eyebrow){max-width:700px;margin:22px auto 0;color:rgba(255,255,255,.72);font-size:1.05rem;font-weight:650;line-height:1.8}.cta-actions{justify-content:center}.cta-note{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.7);font-size:.9rem;font-weight:700}.cta-note svg{color:var(--green);flex:0 0 auto}.footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px 40px;background:var(--dark);color:var(--white)}.footer div{display:flex;flex-direction:column;gap:4px}.footer strong{font-size:1.2rem;font-weight:950}.footer p,.footer span{color:rgba(255,255,255,.58);font-size:.84rem;font-weight:700}.footer p{margin:0}@media (max-width:1120px){.problem-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-card{border-right:none;border-bottom:1px solid var(--line)}.process-card:nth-last-child(-n+1){border-bottom:none}.solution-row{grid-template-columns:70px 250px 1fr}}@media (max-width:860px){.site-header{height:68px;padding:0 20px}.site-nav{display:none}.hero{min-height:88svh;padding:110px 22px 70px;background-position:top}.hero h1{font-size:3rem}.hero-copy{font-size:1rem}.section{padding:82px 22px}.section-heading{margin-bottom:34px;text-align:left}.section-heading h2{font-size:2rem}.section-heading p:not(.eyebrow){margin-left:0;font-size:.98rem}.problem-grid,.process-grid,.program-grid,.review-grid,.value-strip{grid-template-columns:1fr}.problem-card,.process-card,.review-card{min-height:auto}.solution-row{gap:18px;padding:28px 0}.field-band,.solution-row{grid-template-columns:1fr}.field-band-text{padding:78px 22px 42px}.cta-inner h2,.field-band-text h2{font-size:2.05rem}.field-photo{min-height:430px}.program-card{padding:28px 22px}.program-card h3{font-size:1.6rem}.program-card strong{font-size:2.3rem}.value-strip div{min-height:96px}.cta-section{padding:88px 22px}.cta-inner{text-align:left}.cta-actions{justify-content:flex-start}.cta-note,.footer{align-items:flex-start}.footer{flex-direction:column;padding:30px 22px}}@media (max-width:460px){.hero h1{font-size:2.45rem}.button{width:100%}.hero-metrics span{width:100%;justify-content:center}.problem-card h3{font-size:1.18rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-nav a{transition:none}}