:root{--brand: #ff6a00;--brand2: #ff8a2a;--text-dark: #141414;--text-light: #ffffff}.cp-header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:22px 0;background:transparent;transition:padding .28s ease,background .28s ease,box-shadow .28s ease,backdrop-filter .28s ease}.cp-header.scrolled{padding:14px 0;background:#fffffff5;backdrop-filter:blur(14px);box-shadow:0 10px 26px #0f172a14}.cp-header__container{max-width:1300px;margin:0 auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.cp-header__logo{display:flex;align-items:center;z-index:1100}.cp-header__logo img{height:40px;width:auto;object-fit:contain;display:block;transition:transform .26s ease,height .26s ease}.cp-header__logo:hover img{transform:scale(1.03)}.cp-header__nav{display:flex;gap:34px;align-items:center}.cp-header__navMega{display:flex;align-items:center}.cp-header__nav .cp-header__link{text-decoration:none;font-size:16px;font-weight:500;letter-spacing:.3px;position:relative;padding:10px 14px;border-radius:999px;transition:color .2s ease,background .2s ease,transform .2s ease}.cp-header__link--trigger{display:inline-flex;align-items:center;gap:8px}.cp-header:not(.scrolled) .cp-header__nav .cp-header__link{color:var(--text-light)}.cp-header.scrolled .cp-header__nav .cp-header__link{color:var(--text-dark)}.cp-header__nav .cp-header__link:after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;background:var(--brand);border-radius:999px;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.cp-header__nav .cp-header__link:hover{color:var(--brand);background:#ff6a0014;transform:translateY(-1px)}.cp-header__nav .cp-header__link:hover:after,.cp-header__nav .cp-header__link.active:after,.cp-header__nav .cp-header__link.mega-open:after{transform:scaleX(1)}.cp-header__nav .cp-header__link.active,.cp-header__nav .cp-header__link.mega-open{color:var(--brand)}.cp-header__chevron{display:inline-flex;width:16px;height:16px;color:currentColor;transition:transform .22s ease}.cp-header__chevron svg{width:100%;height:100%}.cp-header__link--trigger.mega-open .cp-header__chevron{transform:rotate(90deg)}.cp-header__actions{display:flex;align-items:center}.cp-header__btn{padding:12px 28px;border-radius:999px;font-size:15px;font-weight:600;letter-spacing:.4px;cursor:pointer;background:var(--brand);border:1px solid var(--brand);color:#fff;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease,border-color .22s ease}.cp-header__btn:hover{background:linear-gradient(135deg,var(--brand),var(--brand2));border-color:transparent;color:#fff;box-shadow:0 12px 24px #ff6a003d;transform:translateY(-2px)}.cp-header__btn:active{transform:translateY(0);box-shadow:0 8px 16px #ff6a002e}.cp-header__megaWrap{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(-2px);width:calc(100vw - 60px);max-width:1240px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;will-change:opacity,transform}.cp-header__megaWrap.open{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.cp-header__megaMenu{display:grid;grid-template-columns:200px 220px 1fr;background:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 12px 40px #00000017;overflow:hidden}.cp-header__megaIntro{padding:28px 24px;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;gap:24px}.cp-header__megaIntro h2{margin:0;font-size:20px;font-weight:700;color:#101828;line-height:1.2}.cp-header__megaIntro>div>p{margin:4px 0 0;font-size:13px;color:#98a2b3;line-height:1.5}.cp-header__megaIntroLink{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--brand);text-decoration:none;margin-top:auto;transition:gap .15s ease}.cp-header__megaIntroLink:hover{gap:10px}.cp-header__megaIntroLink span{width:14px;height:14px;display:inline-flex}.cp-header__megaIntroLink--solar{margin-top:8px;color:#1a7070}.cp-header__megaIntroLink--solar:hover{color:#155f5f}.cp-header__megaIntroLink--solar svg{flex-shrink:0}.cp-header__megaSidebar{padding:16px 14px;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;gap:2px}.cp-header__megaFamily{width:100%;border:none;border-radius:12px;background:transparent;padding:14px;text-align:left;cursor:pointer;display:flex;gap:14px;align-items:center;transition:background .15s ease}.cp-header__megaFamily:hover{background:#fafafa}.cp-header__megaFamily.is-active{background:#fff7ed}.cp-header__megaFamilyIcon{width:36px;height:36px;border-radius:10px;background:#f3f4f6;color:#667085;display:grid;place-items:center;flex-shrink:0;transition:background .15s,color .15s}.cp-header__megaFamily.is-active .cp-header__megaFamilyIcon{background:var(--brand);color:#fff}.cp-header__megaFamilyIcon svg{width:18px;height:18px}.cp-header__megaFamilyCopy{display:flex;flex-direction:column;gap:2px}.cp-header__megaFamilyCopy strong{font-size:14px;font-weight:600;line-height:1.3;color:#344054;transition:color .15s}.cp-header__megaFamily.is-active .cp-header__megaFamilyCopy strong{color:var(--brand)}.cp-header__megaFamilyCopy small{font-size:12px;color:#98a2b3;line-height:1.4;margin:0}.cp-header__megaContent{padding:28px;display:flex;flex-direction:column;gap:20px;min-width:0;overflow:hidden}.cp-header__megaContentTop{display:flex;align-items:center;justify-content:space-between;gap:16px}.cp-header__megaContentTop h3{margin:0;font-size:22px;font-weight:700;color:#101828;line-height:1.2}.cp-header__megaRoundLink{width:36px;height:36px;border-radius:999px;border:none;background:#f0f0f0;color:#667085;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;transition:background .15s,color .15s}.cp-header__megaRoundLink svg{width:15px;height:15px}.cp-header__megaRoundLink:hover{background:var(--brand);color:#fff}.cp-header__megaSubHeader{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--brand);text-decoration:none;transition:gap .15s ease}.cp-header__megaSubHeader:hover{gap:12px}.cp-header__megaSubArrow{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ff6a0014;transition:background .15s}.cp-header__megaSubHeader:hover .cp-header__megaSubArrow{background:#ff6a0026}.cp-header__megaSubArrow svg{width:12px;height:12px}.cp-header__megaShowcase{display:flex;flex-direction:column;gap:14px}.cp-header__megaCards{display:flex;gap:14px;align-items:flex-start}.cp-header__megaCard{display:flex;flex-direction:column;gap:10px;text-decoration:none;color:#101828;width:130px;flex-shrink:0}.cp-header__megaCardMedia{width:100%;height:110px;border-radius:10px;background:#f5f7fa;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:background .15s}.cp-header__megaCard:hover .cp-header__megaCardMedia{background:#eef1f6}.cp-header__megaCardMedia img{max-width:85%;max-height:100px;object-fit:contain;transition:transform .25s ease}.cp-header__megaCard:hover .cp-header__megaCardMedia img{transform:scale(1.06)}.cp-header__megaCardName{font-size:13px;font-weight:600;color:#101828;line-height:1.3;transition:color .15s}.cp-header__megaCard:hover .cp-header__megaCardName{color:var(--brand)}.cp-header__megaCardMeta{font-size:12px;color:#98a2b3;margin-top:-6px}.cp-header__megaCardCta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100px;flex-shrink:0;text-decoration:none;color:#667085;align-self:center;transition:color .15s}.cp-header__megaCardCta:hover{color:var(--brand)}.cp-header__megaCardCtaIcon{width:40px;height:40px;border-radius:999px;background:#f0f0f0;color:#667085;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s,transform .15s}.cp-header__megaCardCtaIcon svg{width:16px;height:16px}.cp-header__megaCardCta:hover .cp-header__megaCardCtaIcon{background:var(--brand);color:#fff;transform:scale(1.05)}.cp-header__megaCardCta>span:last-child{font-size:12px;font-weight:600;white-space:nowrap}.cp-header__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;border:none;background:transparent;cursor:pointer;z-index:1100;padding:6px;border-radius:10px;transition:background .2s ease}.cp-header__hamburger:hover{background:#ff6a001a}.cp-header__hamburger span{display:block;width:24px;height:2px;border-radius:999px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s ease,width .3s ease}.cp-header:not(.scrolled) .cp-header__hamburger span{background:#fff}.cp-header.scrolled .cp-header__hamburger span{background:var(--text-dark)}.cp-header__hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);background:var(--text-dark)!important}.cp-header__hamburger.open span:nth-child(2){opacity:0;width:0}.cp-header__hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);background:var(--text-dark)!important}.cp-mobile-overlay{display:none;position:fixed;inset:0;z-index:990;background:#00000073;backdrop-filter:blur(3px);opacity:0;transition:opacity .35s ease;pointer-events:none}.cp-mobile-overlay.open{opacity:1;pointer-events:all}.cp-mobile-drawer{display:none;position:fixed;top:0;right:0;width:min(320px,100vw);height:100dvh;z-index:1000;background:#fff;box-shadow:-8px 0 40px #0000001f;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden}.cp-mobile-drawer.open{transform:translate(0)}.cp-mobile-drawer__inner{display:flex;flex-direction:column;height:100%;padding:100px 32px 48px;gap:8px}.cp-mobile-drawer__links{display:flex;flex-direction:column;gap:4px;flex:1}.cp-mobile-drawer__links a{text-decoration:none;font-size:18px;font-weight:500;color:var(--text-dark);padding:14px 16px;border-radius:12px;letter-spacing:.2px;transition:background .2s ease,color .2s ease,transform .2s ease;border-left:3px solid transparent}.cp-mobile-drawer__links a:hover{background:#ff6a0012;color:var(--brand);border-left-color:var(--brand);transform:translate(4px)}.cp-mobile-drawer__links a.active{background:#ff6a001a;color:var(--brand);border-left-color:var(--brand);font-weight:600}.cp-mobile-drawer__cta{width:100%;padding:16px;border-radius:999px;font-size:16px;font-weight:700;letter-spacing:.6px;cursor:pointer;background:var(--brand);border:none;color:#fff;margin-top:24px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.cp-mobile-drawer__cta:hover{background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 12px 30px #ff6a004d;transform:translateY(-2px)}.cp-mobile-drawer__cta:active{transform:translateY(0)}@media(max-width:1180px){.cp-header__megaMenu{grid-template-columns:180px 200px 1fr}.cp-header__megaIntro{padding:28px 22px}.cp-header__megaCard{width:120px}.cp-header__megaCardMedia{height:95px}}@media(max-width:1024px){.cp-header__nav{gap:18px}.cp-header__nav .cp-header__link{font-size:15px;padding:10px}.cp-header__btn{padding:11px 22px;font-size:14px}.cp-header__megaWrap{width:calc(100vw - 40px)}.cp-header__megaMenu{grid-template-columns:170px 190px 1fr}.cp-header__megaIntro{padding:24px 18px}.cp-header__megaSidebar{padding:14px 10px}.cp-header__megaContent{padding:22px 18px}.cp-header__megaCard{width:110px}.cp-header__megaCardMedia{height:85px}.cp-header__megaCards{gap:10px}}@media(max-width:900px){.cp-header__logo img{height:36px}.cp-header__nav{gap:6px}.cp-header__nav .cp-header__link{font-size:13px;padding:8px 6px}.cp-header__btn{padding:10px 16px;font-size:13px}.cp-header__megaWrap{display:none}}@media(max-width:768px){.cp-header__nav,.cp-header__actions{display:none}.cp-header__hamburger{display:flex}.cp-mobile-overlay,.cp-mobile-drawer{display:block}.cp-header__logo img{height:34px}}@media(max-width:400px){.cp-header__container{padding:0 18px}}.cp-modal-overlay{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999}.cp-modal{width:520px;background:#fff;border-radius:20px;padding:40px;position:relative;animation:fadeIn .3s ease}.cp-modal-title{font-size:26px;font-weight:600;margin-bottom:25px;text-align:center}.cp-modal-close{position:absolute;top:18px;right:20px;background:none;border:none;font-size:20px;cursor:pointer}.cp-modal-form{display:flex;flex-direction:column;gap:18px}.cp-row{display:flex;gap:14px}.cp-modal input,.cp-modal textarea{flex:1;padding:14px;border-radius:10px;border:1px solid #ddd;font-size:14px;outline:none}.cp-modal input:focus,.cp-modal textarea:focus{border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a0026}.cp-modal-submit{background:linear-gradient(135deg,#ff6a00,#ff8a2a);border:none;padding:14px;border-radius:999px;font-weight:600;color:#fff;cursor:pointer;transition:.3s}.cp-modal-submit:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff6a004d}@keyframes fadeIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:576px){.cp-modal{width:min(92vw,480px);padding:28px 20px;border-radius:16px}.cp-modal-title{font-size:20px;margin-bottom:18px}.cp-row{flex-direction:column;gap:0}.cp-modal input,.cp-modal textarea{padding:11px 12px}}@media(max-width:360px){.cp-modal{width:96vw;padding:22px 16px}.cp-modal-title{font-size:18px}}.cp-footer{background:#fff;color:#111;font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif;border-top:1px solid #eee}.cp-footer__container{max-width:1300px;margin:0 auto;padding:72px 20px 28px}.cp-footer__top{display:grid;grid-template-columns:1.65fr .95fr;gap:44px;align-items:start}.cp-footer__links{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:34px 44px}.cp-footer__title{margin:0 0 14px;font-size:14px;font-weight:600;color:#111;letter-spacing:.2px}.cp-footer__list{margin:0;padding:0;list-style:none}.cp-footer__link{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:7px 0;font-size:14px;color:#6b6b6b;text-decoration:none;transition:color .25s ease,transform .25s ease}.cp-footer__linkText{line-height:1.4}.cp-footer__linkIcon{width:14px;height:14px;color:#1a7070;opacity:.45;transform:translate(4px);transition:opacity .25s ease,transform .25s ease}.cp-footer__linkIcon svg{width:100%;height:100%;display:block}.cp-footer__link:hover{color:#1a7070;transform:translate(-3px)}.cp-footer__link:hover .cp-footer__linkIcon{opacity:1;transform:translate(0)}.cp-footer__promo{position:relative;border-radius:20px;overflow:hidden;min-height:540px;background:#1a7070}.cp-footer__promoOverlay{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 10% 10%,rgba(255,255,255,.12) 0%,transparent 55%),linear-gradient(160deg,#145a5a99,#0a323280);pointer-events:none}.cp-footer__promoCircle{position:absolute;border-radius:50%;pointer-events:none}.cp-footer__promoCircle--1{width:300px;height:300px;bottom:-80px;right:-80px;background:radial-gradient(circle,rgba(255,255,255,.07) 0%,transparent 70%);border:1px solid rgba(255,255,255,.08)}.cp-footer__promoCircle--2{width:180px;height:180px;bottom:40px;right:40px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);border:1px solid rgba(255,255,255,.06)}.cp-footer__promoContent{position:relative;z-index:1;padding:52px 44px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:20px}.cp-footer__promoEyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffffbf;margin:0}.cp-footer__promoEyebrowDot{width:6px;height:6px;border-radius:50%;background:#ff7a00;flex-shrink:0;box-shadow:0 0 8px #ff7a00cc}.cp-footer__promoHeading{margin:0;font-size:48px;line-height:1.08;font-weight:600;color:#fff;letter-spacing:-.5px}.cp-footer__promoSub{margin:0;font-size:14px;line-height:1.7;color:#fff9;max-width:260px}.cp-footer__promoBtn{width:fit-content;display:inline-flex;align-items:center;gap:14px;padding:10px 14px 10px 20px;border-radius:999px;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.4);background:#ffffff1a;backdrop-filter:blur(10px);transition:transform .25s ease,background .25s ease,border-color .25s ease;margin-top:8px}.cp-footer__promoBtn:hover{transform:translateY(-2px);background:#ffffff2e;border-color:#ffffffb3}.cp-footer__promoBtnText{font-size:14px;font-weight:600;color:#fff}.cp-footer__promoBtnIcon{width:42px;height:42px;border-radius:999px;background:#ff7a00;color:#fff;display:grid;place-items:center;flex-shrink:0}.cp-footer__promoBtnIcon svg{width:18px;height:18px;display:block}.cp-footer__bottom{margin-top:52px;padding-top:22px;border-top:1px solid #eee;display:grid;grid-template-columns:220px 1fr 220px;gap:20px;align-items:center}.cp-footer__brand{display:flex;align-items:center}.cp-footer__logo{height:60px;width:auto;object-fit:contain;display:block}.cp-footer__meta{display:flex;flex-direction:column;gap:8px}.cp-footer__copyright{font-size:12px;color:#6b6b6b;text-align:center}.cp-footer__legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;font-size:12px;color:#6b6b6b}.cp-footer__legal a{color:#6b6b6b;text-decoration:none;transition:color .25s ease}.cp-footer__legal a:hover{color:#1a7070}.cp-footer__social{display:flex;justify-content:flex-end;gap:10px}.cp-footer__socialBtn{width:36px;height:36px;border-radius:999px;border:1px solid #e7e7e7;background:#fff;color:#444;text-decoration:none;display:grid;place-items:center;transition:transform .25s ease,border-color .25s ease,color .25s ease}.cp-footer__socialBtn svg{width:16px;height:16px;display:block}.cp-footer__socialBtn:hover{transform:translateY(-2px);border-color:#1a7070;color:#1a7070}@media(max-width:1200px){.cp-footer__top{grid-template-columns:1fr}.cp-footer__promo{min-height:380px}.cp-footer__links{grid-template-columns:repeat(3,minmax(170px,1fr))}.cp-footer__bottom{grid-template-columns:1fr;text-align:center}.cp-footer__brand,.cp-footer__social{justify-content:center}}@media(max-width:768px){.cp-footer__links{grid-template-columns:repeat(2,minmax(160px,1fr));gap:28px 24px}.cp-footer__promoContent{padding:40px 28px}.cp-footer__promoHeading{font-size:36px}.cp-footer__promoSub{max-width:100%}}@media(max-width:480px){.cp-footer__container{padding:48px 16px 24px}.cp-footer__links{grid-template-columns:1fr 1fr;gap:24px 16px}.cp-footer__link{gap:6px}.cp-footer__linkIcon{width:12px;height:12px}.cp-footer__promoHeading{font-size:30px}}@media(max-width:360px){.cp-footer__container{padding:40px 12px 20px}.cp-footer__links{grid-template-columns:1fr;gap:20px}.cp-footer__promoContent{padding:32px 20px}.cp-footer__promoHeading{font-size:26px}.cp-footer__promoSub,.cp-footer__promoBtnText{font-size:13px}.cp-footer__promoBtnIcon{width:36px;height:36px}.cp-footer__socialBtn{width:32px;height:32px}}@font-face{font-family:auluo;src:url(/fonts/Inter-Variable.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}:root{--font-ui: "auluo", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif}*{margin:0;padding:0;box-sizing:border-box}.header{position:fixed;top:0;left:0;width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 60px;z-index:9999;background:transparent;transition:background .4s ease,backdrop-filter .4s ease}.logo{font-size:1.4rem;font-weight:600;color:#fff}.nav{display:flex;align-items:center}.nav a{margin-left:30px;text-decoration:none;color:#fff;font-size:.9rem;letter-spacing:1px;transition:opacity .3s ease}.nav a:hover{opacity:.6}.hero{position:relative;width:100%;height:100vh;overflow:hidden;background:#000}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1}.section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 40px;border-bottom:1px solid rgba(0,0,0,.08);background:#fff}.aboutMountain{position:relative;height:100vh;width:100%;overflow:hidden;background-position:center bottom;background-size:cover;background-repeat:no-repeat}.aboutOverlay{position:absolute;inset:0;background:linear-gradient(to top,#000000e0,#0000008c 45%,#0000002e 85%);z-index:1}.aboutContent{position:relative;width:100%;height:100%;z-index:2}.timelineSvg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.timelineDottedPath{fill:none;stroke:#ffffffbf;stroke-width:2;stroke-linecap:round;stroke-dasharray:4 10;filter:drop-shadow(0 0 8px rgba(255,255,255,.15))}.timelineMaskPath{fill:none;stroke:#fff;stroke-width:12;stroke-linecap:round}.timelineCircle{fill:#fff;filter:drop-shadow(0 0 14px rgba(255,255,255,.6));transition:transform .3s ease,opacity .3s ease}.timelineItem{position:absolute;max-width:300px;color:#fff;padding-left:22px;z-index:3}.timelineDotAnchor{position:absolute;left:0;top:12px;width:8px;height:8px;opacity:0}.timelineYear{font-size:clamp(26px,2vw,32px);font-weight:650;letter-spacing:.03em;margin-bottom:12px}.timelineText{font-size:14px;line-height:1.7;color:#ffffffe6;margin-top:6px;padding-right:12px}@media(max-width:1024px){.timelineItem{max-width:240px}.timelineYear{font-size:22px}.timelineText{font-size:13px}}@media(max-width:768px){.timelineItem{max-width:200px}.timelineYear{font-size:18px}.timelineText{font-size:12px}}.ci-section{position:relative;background:#f4f4f4;overflow:hidden}.ci-container{max-width:1400px;margin:0 auto;position:relative}.ci-curve{position:absolute;top:40px;left:0;width:100%;height:200px;z-index:1;pointer-events:none}.ci-track{display:flex}.ci-panel{min-width:100%;height:100vh;display:flex;align-items:center}.ci-content{width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 40px;position:relative;z-index:2}.ci-left{width:45%}.ci-number{font-size:14px;color:#f97316;margin-bottom:20px;font-weight:600}.ci-left h2{font-size:48px;font-weight:600;margin-bottom:25px}.ci-left p{font-size:16px;color:#666;line-height:1.8}.ci-right{width:50%}.ci-right img{width:100%;border-radius:20px;display:block}.solutions-section{position:relative;height:100vh;overflow:hidden;color:#fff}.solutions-bg{position:absolute;inset:-250px;background:url(/assets/forest-DNWtu5Nz.jpg) center/cover no-repeat;z-index:0;will-change:transform}.solutions-overlay{position:absolute;inset:0;background:#00000073;z-index:1}.solutions-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;line-height:1.05;pointer-events:none}.solutions-title span{display:block;font-size:500px;font-weight:500;letter-spacing:-2px}.slides-wrapper{position:relative;height:100vh;overflow:hidden;z-index:2}.slides-track{position:absolute;width:100%}.solution-slide{height:100vh;display:flex;align-items:center;padding:0 140px}.solution-slide.right{justify-content:flex-end}.solution-slide.left{justify-content:flex-start}.solution-card{width:600px;padding:32px;border-radius:28px;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);background:linear-gradient(135deg,#124628eb,#124628bf);border:1px solid rgba(255,255,255,.35);box-shadow:0 30px 80px #0006;transition:transform .4s ease}.solution-card img{width:100%;height:280px;object-fit:cover;border-radius:20px;margin-bottom:22px}.solution-card h3{font-size:26px;margin-bottom:12px;font-weight:500}.solution-card p{font-size:16px;margin-bottom:14px;opacity:.9}.solution-card span{font-size:14px;opacity:.75;display:block;margin-top:12px}@media(max-width:1200px){.solution-card{width:500px}.solutions-title span{font-size:80px}}@media(max-width:768px){.solution-slide{justify-content:center!important;padding:0 20px}.solution-card{width:100%}.solutions-title span{font-size:48px}}body{font-family:Inter,sans-serif}
