.page-hero{background-color:var(--bg-sand);text-align:center;flex-direction:column;align-items:center;width:100%;padding:11rem 4rem 5rem;animation:.7s cubic-bezier(.16,1,.3,1) both pageHeroIn;display:flex}@keyframes pageHeroIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page-hero-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);opacity:.65;margin-bottom:1.8rem;font-size:.72rem;font-weight:700;display:inline-block}.page-hero-title{letter-spacing:-.03em;color:var(--text-dark);max-width:780px;margin-bottom:2rem;font-size:3.4rem;font-weight:700;line-height:1.1}.page-hero-description{color:var(--text-muted);max-width:620px;font-size:1.15rem;line-height:1.65}.page-section{background-color:var(--bg-sand);width:100%;padding:6rem 4rem}.page-section-dark{background-color:var(--bg-dark);color:var(--text-light)}.page-section-dark .page-section-title{color:var(--text-light)}.page-section-dark .page-section-text,.page-section-dark .page-section-label{color:var(--text-dim-light)}.page-section-inner{max-width:1100px;margin:0 auto}.page-section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);opacity:.65;margin-bottom:1.5rem;font-size:.72rem;font-weight:700;display:inline-block}.page-section-title{letter-spacing:-.02em;color:var(--text-dark);max-width:600px;margin-bottom:1.5rem;font-size:2.4rem;font-weight:700;line-height:1.15}.page-section-text{color:var(--text-muted);max-width:640px;font-size:1.05rem;line-height:1.7}.page-section-text+.page-section-text{margin-top:1.5rem}.page-grid-2{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.page-grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.page-grid-2-narrow{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;display:grid}.page-card{background:#fff6;border:1px solid #0000000d;border-radius:20px;padding:2.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s}.page-card:hover{background:#ffffffb3;transform:translateY(-4px)}.page-card-dark{background:#ffffff0a;border-color:#ffffff0f}.page-card-dark:hover{background:#ffffff14;transform:translateY(-4px)}.page-card-icon{background-color:var(--bg-dark);width:48px;height:48px;color:var(--text-light);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.page-section-dark .page-card-icon{color:var(--text-light);background-color:#ffffff1a}.page-card-number{color:var(--text-dark);opacity:.12;letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2rem;font-weight:800}.page-section-dark .page-card-number{color:var(--text-light);opacity:.15}.page-card-title{color:var(--text-dark);margin-bottom:.8rem;font-size:1.15rem;font-weight:700}.page-section-dark .page-card-title{color:var(--text-light)}.page-card-text{color:var(--text-muted);font-size:.95rem;line-height:1.6}.page-section-dark .page-card-text{color:var(--text-dim-light)}.page-principle-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.page-principle-card{text-align:center;background:#ffffff59;border:1px solid #0000000a;border-radius:20px;padding:2.5rem 2rem;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s}.page-principle-card:hover{background:#fff9;transform:translateY(-4px)}.page-principle-icon{opacity:.8;justify-content:center;align-items:center;margin-bottom:1.2rem;font-size:1.8rem;display:flex}.page-principle-title{color:var(--text-dark);margin-bottom:.8rem;font-size:1.1rem;font-weight:700}.page-principle-text{color:var(--text-muted);font-size:.9rem;line-height:1.55}.page-process{counter-reset:process-step;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.page-process-step{counter-increment:process-step;padding:2rem 1.5rem;position:relative}.page-process-step:before{content:counter(process-step, decimal-leading-zero);color:var(--text-dark);opacity:.08;letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1;display:block}.page-section-dark .page-process-step:before{color:var(--text-light);opacity:.1}.page-process-step-title{color:var(--text-dark);margin-bottom:.8rem;font-size:1.15rem;font-weight:700}.page-section-dark .page-process-step-title{color:var(--text-light)}.page-process-step-text{color:var(--text-muted);font-size:.95rem;line-height:1.6}.page-section-dark .page-process-step-text{color:var(--text-dim-light)}.page-cta{background-color:var(--bg-dark);text-align:center;flex-direction:column;align-items:center;width:100%;padding:7rem 4rem;display:flex}.page-cta-title{letter-spacing:-.02em;color:var(--text-light);max-width:600px;margin-bottom:1.5rem;font-size:2.6rem;font-weight:700;line-height:1.15}.page-cta-text{color:var(--text-dim-light);max-width:520px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.page-cta-btn{background-color:var(--text-light);color:var(--bg-dark);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex}.page-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.page-quote{color:var(--text-dark);border-left:3px solid var(--text-dark);opacity:.85;max-width:700px;padding-left:2rem;font-size:1.5rem;font-weight:600;line-height:1.4;position:relative}.page-section-dark .page-quote{color:var(--text-light);border-left-color:#ffffff4d}.page-check-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.page-check-list li{color:var(--text-muted);align-items:flex-start;gap:.8rem;font-size:1.05rem;line-height:1.5;display:flex}.page-check-list li:before{content:"";background-color:var(--bg-dark);border-radius:50%;width:8px;min-width:8px;height:8px;margin-top:.45rem}.page-section-dark .page-check-list li{color:var(--text-dim-light)}.page-section-dark .page-check-list li:before{background-color:#ffffff40}.page-divider{background-color:#1212111a;width:60px;height:2px;margin:2rem 0}.page-section-dark .page-divider{background-color:#ffffff1a}.page-value-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.page-value-item{text-align:center;background:#ffffff4d;border:1px solid #0000000a;border-radius:20px;padding:2.5rem 1.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1)}.page-value-item:hover{transform:translateY(-3px)}.page-value-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);opacity:.65;margin-bottom:.8rem;font-size:.72rem;font-weight:700;display:block}.page-value-title{color:var(--text-dark);font-size:1.4rem;font-weight:700;line-height:1.3}.page-section-dark .page-value-item{background:#ffffff0a;border-color:#ffffff0f}.page-section-dark .page-value-title{color:var(--text-light)}.page-section-dark .page-value-label{color:var(--text-dim-light)}.page-section-centered{text-align:center;flex-direction:column;align-items:center;display:flex}.page-section-centered .page-section-title{max-width:700px}.page-section-centered .page-section-text{max-width:640px}@media (width<=1024px){.page-hero{padding:9rem 2.5rem 4rem}.page-hero-title{font-size:2.6rem}.page-section{padding:5rem 2.5rem}.page-grid-2,.page-grid-2-narrow{grid-template-columns:1fr;gap:3rem}.page-grid-3{grid-template-columns:repeat(2,1fr)}.page-principle-grid{grid-template-columns:repeat(3,1fr)}.page-process{grid-template-columns:repeat(2,1fr)}.page-section-title{font-size:2rem}.page-cta{padding:5rem 2.5rem}.page-cta-title{font-size:2.2rem}.page-value-grid{gap:1.5rem}}@media (width<=640px){.page-hero{padding:8rem 1.5rem 3rem}.page-hero-title{font-size:2rem}.page-hero-description{font-size:1rem}.page-section{padding:4rem 1.5rem}.page-grid-3{grid-template-columns:1fr}.page-principle-grid{grid-template-columns:1fr 1fr}.page-process{grid-template-columns:1fr}.page-section-title{font-size:1.6rem}.page-cta{padding:4rem 1.5rem}.page-cta-title{font-size:1.8rem}.page-value-grid{grid-template-columns:1fr}.page-quote{font-size:1.25rem}}.page-hero-left{text-align:left;align-items:flex-start;max-width:1200px;margin:0 auto;padding-bottom:6rem}.page-hero-left-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;width:100%;display:grid}@media (width<=1024px){.page-hero-left-grid{grid-template-columns:1fr;gap:3rem}}.timeline-container{width:100%;margin-top:3rem;padding:2rem 0;position:relative}.timeline-line-bg{z-index:1;background:#12121114;height:2px;position:absolute;top:40px;left:0;right:0}.page-section-dark .timeline-line-bg{background:#ffffff14}.timeline-grid{z-index:2;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.timeline-node{flex-direction:column;align-items:flex-start;display:flex}.timeline-dot{background-color:var(--text-dark);border:4px solid var(--bg-sand);border-radius:50%;width:20px;height:20px;margin-bottom:1.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s;box-shadow:0 0 0 2px #1212111a}.page-section-dark .timeline-dot{background-color:var(--text-light);border-color:var(--bg-dark);box-shadow:0 0 0 2px #ffffff1a}.timeline-node:hover .timeline-dot{background-color:#b5aa97;transform:scale(1.3)}.timeline-card{background:#fff6;border:1px solid #0000000d;border-radius:16px;width:100%;padding:1.8rem;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s}.page-section-dark .timeline-card{background:#ffffff0a;border-color:#ffffff0f}.timeline-card:hover{background:#ffffffa6;transform:translateY(-4px)}.page-section-dark .timeline-card:hover{background:#ffffff14}.timeline-step{color:var(--text-muted);opacity:.6;letter-spacing:.05em;margin-bottom:.5rem;font-size:.72rem;font-weight:700}.page-section-dark .timeline-step{color:var(--text-dim-light)}.timeline-title{color:var(--text-dark);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.page-section-dark .timeline-title{color:var(--text-light)}.timeline-desc{color:var(--text-muted);font-size:.9rem;line-height:1.5}.page-section-dark .timeline-desc{color:var(--text-dim-light)}@media (width<=768px){.timeline-grid{grid-template-columns:1fr;gap:2rem}.timeline-line-bg{display:none}.timeline-dot{margin-bottom:.8rem}}.counter-box{background:#ffffff4d;border:1px solid #0000000a;border-radius:20px;flex-direction:column;align-items:center;padding:2rem;display:flex}.page-section-dark .counter-box{background:#ffffff0a;border-color:#ffffff0f}.counter-value{letter-spacing:-.04em;color:var(--text-dark);font-size:4rem;font-weight:800;line-height:1;font-family:var(--font-brand)}.page-section-dark .counter-value{color:var(--text-light)}.counter-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.8rem;font-size:.9rem;font-weight:600}.page-section-dark .counter-label{color:var(--text-dim-light)}.custom-carousel{width:100%;max-width:900px;margin:0 auto;position:relative;overflow:hidden}.carousel-viewport{border-radius:24px;width:100%;overflow:hidden}.carousel-container-inner{width:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex}.carousel-slide-item{background:#ffffff73;border:1px solid #0000000d;border-radius:24px;flex-shrink:0;grid-template-columns:1fr 1.2fr;align-items:center;gap:3rem;width:100%;min-width:100%;padding:3rem 4rem;display:grid}.page-section-dark .carousel-slide-item{background:#ffffff0a;border-color:#ffffff0f}.carousel-visual{aspect-ratio:1;background:#12121108;border-radius:20px;justify-content:center;align-items:center;width:100%;display:flex}.page-section-dark .carousel-visual{background:#ffffff05}.carousel-info{text-align:left;flex-direction:column;display:flex}.carousel-index{color:var(--text-muted);opacity:.5;letter-spacing:.05em;margin-bottom:1rem;font-size:.8rem;font-weight:700}.page-section-dark .carousel-index{color:var(--text-dim-light)}.carousel-title-text{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.2rem;font-weight:700}.page-section-dark .carousel-title-text{color:var(--text-light)}.carousel-body-text{color:var(--text-muted);font-size:1.05rem;line-height:1.6}.page-section-dark .carousel-body-text{color:var(--text-dim-light)}.carousel-nav-controls{justify-content:space-between;align-items:center;margin-top:1.8rem;padding:0 1rem;display:flex}.carousel-indicators{gap:.5rem;display:flex}.carousel-dot-indicator{cursor:pointer;background-color:#12121126;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background-color .3s,transform .3s}.page-section-dark .carousel-dot-indicator{background-color:#ffffff26}.carousel-dot-indicator.active{background-color:var(--text-dark);transform:scale(1.2)}.page-section-dark .carousel-dot-indicator.active{background-color:var(--text-light)}.carousel-arrow-buttons{gap:.8rem;display:flex}.carousel-arrow-btn{width:44px;height:44px;color:var(--text-dark);cursor:pointer;background:0 0;border:1px solid #12121126;border-radius:50%;justify-content:center;align-items:center;transition:border-color .3s,background-color .3s,color .3s;display:flex}.page-section-dark .carousel-arrow-btn{color:var(--text-light);border-color:#ffffff26}.carousel-arrow-btn:hover{border-color:var(--text-dark);background-color:#1212110d}.page-section-dark .carousel-arrow-btn:hover{border-color:var(--text-light);background-color:#ffffff0d}@media (width<=768px){.carousel-slide-item{grid-template-columns:1fr;gap:2rem;padding:2rem}.carousel-visual{aspect-ratio:1.5}.carousel-title-text{font-size:1.8rem}}.accordion-wrapper{flex-direction:column;gap:1rem;width:100%;max-width:800px;margin:0 auto;display:flex}.accordion-drawer{border-bottom:1px solid #12121114;padding-bottom:1rem;transition:border-color .3s}.page-section-dark .accordion-drawer{border-color:#ffffff14}.accordion-head{text-align:left;cursor:pointer;width:100%;color:var(--text-dark);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.2rem 0;transition:opacity .2s;display:flex}.page-section-dark .accordion-head{color:var(--text-light)}.accordion-head:hover{opacity:.8}.accordion-trigger-title{letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.accordion-icon-wrap{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.accordion-icon-line{background-color:var(--text-dark);transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute}.page-section-dark .accordion-icon-line{background-color:var(--text-light)}.accordion-icon-line-h{width:14px;height:2px}.accordion-icon-line-v{width:2px;height:14px}.accordion-drawer.open .accordion-icon-line-v{transform:rotate(90deg)scaleY(0)}.accordion-drawer.open .accordion-icon-line-h{transform:rotate(90deg)}.accordion-body{height:0;transition:height .4s cubic-bezier(.16,1,.3,1),padding .4s;overflow:hidden}.accordion-drawer.open .accordion-body{height:auto;padding:.5rem 0 1.5rem}.accordion-desc-text{color:var(--text-muted);font-size:1.02rem;line-height:1.65}.page-section-dark .accordion-desc-text{color:var(--text-dim-light)}.chart-box{justify-content:center;align-items:center;width:100%;padding:2rem 0;display:flex}.chart-svg{width:100%;max-width:500px;height:auto}.bar-chart-rect{transition:width 1s ease-out,height 1s ease-out}.bar-hover-effect{cursor:pointer;transition:opacity .3s,fill .3s}.bar-hover-effect:hover{opacity:.9}.diagram-node{cursor:pointer;transform-origin:50%;transition:transform .3s cubic-bezier(.16,1,.3,1),fill .3s,stroke .3s}.diagram-node:hover{transform:scale(1.2)}.diagram-link{stroke-dasharray:8 4;animation:30s linear infinite dashMovement}@keyframes dashMovement{to{stroke-dashoffset:-1000px}}.pulse-circle{transform-origin:50%;animation:3s ease-out infinite pulseNode}@keyframes pulseNode{0%{opacity:.8;transform:scale(1)}70%{opacity:0;transform:scale(2)}to{opacity:0;transform:scale(1)}}.radar-grid-line{stroke:#12121114}.page-section-dark .radar-grid-line{stroke:#ffffff14}.radar-area{fill:#b5aa9740;stroke:#b5aa97;stroke-width:2.5px;transition:fill .3s,stroke .3s}.page-section-dark .radar-area{fill:#f5f2eb26;stroke:var(--text-light)}.radar-area:hover{fill:#1212111a}.page-section-dark .radar-area:hover{fill:#ffffff40}.interactive-check-item{background:#ffffff59;border:1px solid #0000000a;border-radius:16px;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1.2rem;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s;display:flex}.interactive-check-item:hover{background:#ffffffa6;transform:translate(6px)}.check-bullet-circle{background-color:var(--text-dark);width:24px;height:24px;color:var(--text-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}
