.navbar{width:100%;height:var(--navbar-height);padding:0 var(--page-pad);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:100;background:#111318e6;justify-content:space-between;align-items:center;transition:all .3s;display:flex;position:fixed;top:0;left:0}.navbar-logo{align-items:center;height:40px;display:flex}.navbar-logo a{height:100%;display:flex}.navbar-logo img{width:auto;height:100%}.navbar-links{gap:2.5rem;display:flex}.navbar-link{transition:color .3s;position:relative}.navbar-link:hover{color:var(--text)}.navbar-link:after{content:"";background-color:var(--accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar-link:hover:after{width:100%}.navbar-right{align-items:center;gap:1.5rem;display:flex}.mobile-menu-toggle{cursor:pointer;z-index:102;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:32px;height:20px;display:none}.mobile-menu-toggle span{background-color:var(--text);border-radius:2px;width:100%;height:2px;transition:all .3s}.mobile-menu-toggle.open span:first-child{transform:translateY(9px)rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(16px);z-index:101;opacity:0;pointer-events:none;background-color:#090a0cfa;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .4s;display:flex;position:fixed;top:0;left:0}.mobile-menu.active{opacity:1;pointer-events:auto}.mobile-menu-inner{flex-direction:column;align-items:center;gap:2rem;width:100%;padding:0 2rem;display:flex}.mobile-link{color:var(--text-muted);text-decoration:none;transition:color .3s}.mobile-link:hover,.mobile-link:active{color:var(--text)}.mobile-menu-footer{margin-top:2rem}@media (width<=900px){.navbar-links{display:none}.navbar{padding:0 var(--page-pad)}.hide-mobile{display:none}.mobile-menu-toggle{display:flex}}.button-primary{justify-content:center;align-items:center;gap:var(--space-sm);background:var(--surface);color:var(--accent);border-radius:var(--radius-full);border:1px solid var(--border-strong);box-shadow:var(--shadow-sm);padding:.875rem 1.5rem;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.button-primary:before{content:"";border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent), transparent 50%, var(--accent-light));-webkit-mask-composite:xor;opacity:.3;padding:1px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.button-primary:hover{background:var(--surface-soft);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.button-primary:hover:before{opacity:.8}.button-primary .arrow-icon{fill:currentColor;width:16px;height:16px;transition:transform .3s}.button-primary:hover .arrow-icon{transform:translate(4px)}.hero-section{padding-top:calc(var(--nav-offset) + var(--section-space-small));padding-bottom:var(--section-space);align-items:center;display:flex;position:relative}.hero-bg-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#d8a84e08 0%,#0000 70%);width:600px;height:600px;position:absolute;top:20%;right:10%}.hero-layout{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;display:grid;position:relative}.hero-content{flex-direction:column;align-items:flex-start;display:flex}.hero-eyebrow{color:var(--accent);letter-spacing:.1em;margin-bottom:1.5rem}.hero-headline{letter-spacing:-.03em;margin-bottom:1.5rem}.text-accent{color:var(--accent);font-style:normal;font-weight:500}.hero-description{max-width:500px;color:var(--text-muted);margin-bottom:3rem}.hero-actions{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.button-secondary{color:var(--text);border-bottom:1px solid var(--border-light);padding:.75rem 1.5rem;transition:all .3s}.button-secondary:hover{border-bottom-color:var(--accent);color:var(--accent)}.hero-trust-line{color:#ffffff4d;max-width:400px;font-size:.75rem}.hero-visual{justify-content:center;align-items:center;width:100%;height:600px;display:flex;position:relative}.visual-composition{width:100%;height:100%;position:relative}.visual-block{background:var(--surface);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ffffff14;transition:transform .5s,border-color .5s;position:absolute;box-shadow:0 8px 24px #0006}.visual-block:hover{border-color:#d8a84e66;transform:translateY(-4px)}.block-main{z-index:2;border-top:2px solid #d8a84eb3;width:320px;height:200px;padding:1.5rem;top:50%;left:50%;transform:translate(-50%,-50%)}.block-main:hover{transform:translate(-50%,-54px)}.block-header{gap:6px;margin-bottom:1.5rem;display:flex}.dot{background:#ffffff26;border-radius:50%;width:6px;height:6px}.data-line{background:#ffffff1a;border-radius:2px;height:3px;margin-bottom:1.25rem}.w-80{width:80%}.w-60{width:60%}.w-40{background:var(--accent);opacity:.8;width:40%}.block-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:600}.block-float-1{z-index:3;padding:.75rem 1.25rem;top:18%;left:12%}.block-float-2{z-index:3;padding:.75rem 1.25rem;top:22%;right:12%}.block-float-3{z-index:3;padding:.75rem 1.25rem;bottom:22%;left:15%}.block-float-4{z-index:3;padding:.75rem 1.25rem;bottom:18%;right:15%}.visual-core-node{background:var(--surface-soft);z-index:10;border:1px solid #d8a84e4d;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #d8a84e1a}.visual-core-node img{width:32px;height:32px}.connection-path{z-index:1;position:absolute}.path-1{border-bottom:1px solid #ffffff0d;border-right:1px solid #ffffff0d;width:35%;height:30%;top:20%;left:15%}.path-2{border-bottom:1px solid #ffffff0d;border-left:1px solid #ffffff0d;width:35%;height:25%;top:25%;right:15%}.path-3{border-top:1px solid #ffffff0d;border-right:1px solid #ffffff0d;width:30%;height:25%;bottom:25%;left:20%}.path-4{border-top:1px solid #ffffff0d;border-left:1px solid #ffffff0d;width:30%;height:30%;bottom:20%;right:20%}@media (width<=992px){.hero-layout{grid-template-columns:1fr;gap:3rem}.hero-content{text-align:center;align-items:center}.hero-description,.hero-trust-line{text-align:center}.hero-actions{justify-content:center}.hero-visual{height:400px}.block-main{width:280px}}@media (width<=500px){.hero-actions{flex-direction:column;gap:1rem;width:100%}.hero-actions a{width:100%;display:block}.hero-actions button,.hero-actions .button-secondary{text-align:center;justify-content:center;width:100%;display:flex}.hero-visual{height:280px}.block-main{width:90%;max-width:320px}.block-float-1,.block-float-2,.block-float-3,.block-float-4,.connection-path{display:none}}@media (width<=900px){.hero-section{padding-top:calc(var(--navbar-height) + 32px)}}@media (width<=500px){.hero-section{padding-top:calc(var(--navbar-height) + 20px)}}.philosophy-section{padding-top:var(--section-space);padding-bottom:var(--section-space);background:linear-gradient(180deg, var(--bg) 0%, var(--surface-soft) 100%);border-top:1px solid #ffffff0d;align-items:center;display:flex;position:relative}.philosophy-grid{grid-template-columns:1fr 3fr;gap:2rem;width:100%;display:grid}.philosophy-label-col{padding-top:.5rem}.section-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:1rem;font-size:.75rem;font-weight:600;display:flex}.section-label:before{content:"";background-color:var(--accent);opacity:.5;width:20px;height:1px;display:block}.philosophy-content-col{flex-direction:column;display:flex}.philosophy-statements{margin-bottom:4rem}.statement-primary{color:var(--text-muted);letter-spacing:-.01em;margin-bottom:4rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:300;line-height:1.3}.statement-secondary-wrapper{gap:2rem;padding-left:clamp(2rem,8vw,8rem);display:flex;position:relative}.statement-line{background:linear-gradient(180deg, var(--accent) 0%, transparent 100%);opacity:.6;border-radius:2px;width:2px;margin-top:.5rem}.statement-secondary{color:var(--text);letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1}.statement-secondary .text-accent{text-transform:uppercase;letter-spacing:.02em;font-size:clamp(2.2rem,4.5vw,4rem)}.philosophy-explanation-wrapper{padding-left:clamp(2rem,8vw,8rem)}.philosophy-explanation{max-width:500px;color:var(--text-muted);font-size:1.125rem;line-height:1.8}@media (width<=992px){.philosophy-grid{grid-template-columns:1fr;gap:3rem}.statement-secondary-wrapper,.philosophy-explanation-wrapper{padding-left:2rem}}@media (width<=768px){.statement-primary{margin-bottom:3rem}.statement-secondary-wrapper,.philosophy-explanation-wrapper{padding-left:0}.statement-secondary-wrapper{flex-direction:column;gap:1.5rem}.statement-line{background:linear-gradient(90deg, var(--accent) 0%, transparent 100%);width:60px;height:2px}.hide-mobile{display:none}}.solutions-section{padding-top:var(--section-space);padding-bottom:var(--section-space);background:var(--surface-soft);position:relative}.solutions-header{margin-bottom:var(--content-gap);max-width:700px}.solutions-header .section-label{margin-bottom:2rem}.solutions-headline{margin-bottom:1.5rem}.solutions-description{max-width:550px}.solutions-list{flex-direction:column;display:flex}.solution-row{padding:var(--block-gap) 0;cursor:pointer;border-top:1px solid #ffffff0d;grid-template-columns:80px 1fr 60px;gap:2rem;transition:background-color .4s,border-top-color .4s;display:grid}.solution-row:nth-child(2n) .solution-content{padding-left:2rem}.solution-row:nth-child(odd) .solution-capabilities{padding-left:1rem}.solution-number{color:var(--text-muted);font-family:monospace;font-size:1.25rem;font-weight:300}.solution-content{flex-direction:column;transition:transform .4s;display:flex}.solution-title{color:var(--text);letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:500;transition:transform .4s cubic-bezier(.16,1,.3,1),color .4s}.solution-text{max-width:600px;margin-bottom:2rem}.solution-capabilities{opacity:.8;flex-wrap:wrap;gap:.75rem;transition:opacity .4s;display:flex}.capability-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;border:1px solid #ffffff1a;border-radius:2px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:border-color .4s,color .4s}.solution-action{justify-content:flex-end;align-items:flex-start;display:flex}.solution-arrow{color:var(--text-muted);font-size:1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),color .4s}@media (width>=993px){.solution-row:hover{background-color:#d8a84e05;border-top-color:#d8a84e4d}.solution-row:hover .solution-title{color:var(--accent);transform:translate(6px)}.solution-row:hover .solution-arrow{color:var(--accent);transform:translate(6px,-6px)}.solution-row:hover .solution-capabilities{opacity:1}.solution-row:hover .capability-label{color:var(--text);border-color:#d8a84e33}}@media (width<=992px){.solution-row{grid-template-columns:60px 1fr 40px;padding:2.5rem 0}.solution-row:nth-child(2n) .solution-content,.solution-row:nth-child(odd) .solution-capabilities{padding-left:0}}@media (width<=768px){.solutions-header{margin-bottom:var(--content-gap)}.solution-row{padding:var(--block-gap) 0;grid-template-columns:1fr;gap:1rem}.solution-number{margin-bottom:.5rem;font-size:1rem}.solution-title{margin-bottom:.75rem}.solution-text{margin-bottom:1.5rem}.solution-action{justify-content:flex-start;margin-top:1rem}.solution-arrow{font-size:1.25rem}}.capabilities-section{padding-top:var(--section-space);padding-bottom:var(--section-space);background-color:var(--bg);position:relative}.capabilities-intro{margin-bottom:var(--content-gap);max-width:700px}.capabilities-intro .section-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.75rem;font-weight:600;display:flex}.capabilities-intro .section-label:before{content:"";background-color:var(--accent);opacity:.5;width:20px;height:1px;display:block}.capabilities-headline{margin-bottom:1.5rem}.capabilities-description{margin-bottom:2rem}.clarification-label{color:#fff6;letter-spacing:.05em;border:1px solid #ffffff1a;border-radius:2px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.concept-row{padding:var(--section-space-small) 0;border-top:1px solid #ffffff0d;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.concept-text{flex-direction:column;display:flex}.concept-label-wrapper{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.concept-number{color:var(--accent);font-family:monospace;font-size:1.25rem;font-weight:300}.concept-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:600}.concept-title{color:var(--text);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;line-height:1.2}.concept-description{max-width:500px;margin-bottom:2rem}.concept-capabilities{flex-direction:column;gap:.75rem;display:flex}.concept-capabilities span{color:var(--text-muted);padding-left:1rem;font-size:.875rem;position:relative}.concept-capabilities span:before{content:"";background-color:#fff3;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.concept-visual{justify-content:center;width:100%;display:flex;position:relative}.mock-ui{background:var(--surface);border-radius:var(--radius-sm);border:1px solid #ffffff0d;width:100%;max-width:480px;padding:2rem;transition:transform .4s,border-color .4s,background-color .4s;box-shadow:0 12px 32px #00000080}@media (width>=993px){.mock-ui:hover{background-color:#171a20cc;border-color:#d8a84e33;transform:translateY(-4px)}}.healthcare-ui .mock-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.mock-title{font-size:.875rem;font-weight:500}.mock-badge{color:var(--accent);background:#d8a84e1a;border-radius:2px;padding:.25rem .5rem;font-size:.75rem}.mock-list-item{gap:1.5rem;margin-bottom:1.5rem;transition:transform .3s;display:flex}@media (width>=993px){.healthcare-ui:hover .mock-list-item:first-child{transform:translate(4px)}}.mock-time{color:var(--text-muted);font-family:monospace;font-size:.875rem}.mock-name{margin-bottom:.25rem;font-size:.9375rem;font-weight:500}.mock-status{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.status-dot{background:#fff3;border-radius:50%;width:6px;height:6px}.status-dot.amber{background:var(--accent)}.retail-ui .mock-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.mock-card{background:var(--bg);border-radius:var(--radius-sm);border:1px solid #ffffff0d;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.card-label{color:var(--text-muted);font-size:.75rem}.card-value{font-size:1.25rem;font-weight:500}.retail-ui .mock-panel{background:var(--surface-soft);border-radius:var(--radius-sm);border:1px solid #ffffff0d;padding:1.5rem;transition:transform .3s}@media (width>=993px){.retail-ui:hover .mock-panel{transform:translateY(-2px)}}.panel-header{border-bottom:1px solid #ffffff0d;margin-bottom:1rem;padding-bottom:.5rem;font-size:.875rem;font-weight:500}.panel-row{color:var(--text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.panel-row:last-child{margin-bottom:0}.workflow-track{flex-direction:column;gap:.5rem;display:flex}.workflow-node{background:var(--bg);border-radius:var(--radius-sm);border:1px solid #ffffff0d;align-items:center;gap:1rem;padding:1rem;display:flex}.workflow-node.active{background:var(--surface-soft);border-color:#d8a84e4d;transition:transform .3s}@media (width>=993px){.operations-ui:hover .workflow-node.active{transform:translate(4px)}}.node-icon{width:24px;height:24px;color:var(--text-muted);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;display:flex}.workflow-node.complete .node-icon{color:var(--bg);background:var(--text-muted)}.workflow-node.active .node-icon{color:var(--bg);background:var(--accent)}.node-text{color:var(--text-muted);font-size:.875rem}.workflow-node.active .node-text{color:var(--text)}.workflow-line{background:#ffffff0d;width:2px;height:12px;margin-left:1.7rem}.workflow-line.complete{background:#fff3}.pipeline-board{gap:1rem;display:flex;overflow:hidden}.pipeline-col{flex-direction:column;flex:1;gap:.75rem;display:flex}.col-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem}.col-card{background:var(--bg);border-radius:var(--radius-sm);color:var(--text-muted);border:1px solid #ffffff0d;padding:1rem .75rem;font-size:.75rem}.col-card.active-card{background:var(--surface-soft);color:var(--text);border-color:#d8a84e4d;transition:transform .3s}@media (width>=993px){.professional-ui:hover .active-card{transform:translateY(-4px)}}.capabilities-outro{text-align:center;padding:var(--section-space) 0 var(--section-space-small);max-width:600px;margin:0 auto}.outro-sub{margin-bottom:1rem}.outro-main{color:var(--text);margin-bottom:1.5rem}@media (width>=993px){.concept-row.reverse .concept-text{order:2}.concept-row.reverse .concept-visual{order:1}}@media (width<=992px){.concept-row{grid-template-columns:1fr;gap:4rem}.capabilities-intro{margin-bottom:4rem}}@media (width<=768px){.concept-row{padding:var(--content-gap) 0}.concept-title{margin-bottom:1rem}.capabilities-outro{padding:4rem 0 2rem}}.process-section{padding-top:var(--section-space);padding-bottom:var(--section-space);background-color:var(--surface-soft);position:relative}.process-intro{margin-bottom:var(--content-gap);max-width:700px}.process-intro .section-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.75rem;font-weight:600;display:flex}.process-intro .section-label:before{content:"";background-color:var(--accent);opacity:.5;width:20px;height:1px;display:block}.process-headline{margin-bottom:1.5rem}.process-description{max-width:550px;margin-bottom:2rem}.process-system{margin-top:var(--block-gap);margin-bottom:var(--section-space-small);padding-top:var(--block-gap);position:relative}.process-line-wrapper{align-items:center;gap:1.5rem;width:100%;display:flex;position:absolute;top:0;left:0}.process-input-label,.process-output-label{color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;white-space:nowrap;font-size:.65rem;font-weight:600}.process-main-line{background:#ffffff1a;flex-grow:1;height:1px;position:relative}.process-stages{z-index:2;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:-8px;display:grid;position:relative}.process-stage{transition:transform .4s;position:relative}.stage-marker{flex-direction:column;align-items:flex-start;height:40px;margin-bottom:1rem;display:flex;position:relative}.marker-dot{background:var(--surface);z-index:2;border:1px solid #d8a84e66;border-radius:50%;width:16px;height:16px;transition:border-color .4s,box-shadow .4s;position:relative}.marker-dot:after{content:"";background:var(--accent);opacity:.5;border-radius:50%;width:4px;height:4px;transition:opacity .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.marker-connection{background:#ffffff0d;width:1px;height:24px;margin-left:7.5px;transition:background-color .4s}.line-thin{opacity:.4}.line-clean{opacity:.7}.line-structured{opacity:.8;width:2px;margin-left:7px}.line-forward{background:#d8a84e4d;width:2px;margin-left:7px}.stage-content{padding-right:1rem}.stage-number{color:var(--accent);margin-bottom:.5rem;font-family:monospace;font-size:1rem;font-weight:300}.stage-phrase{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.65rem;font-weight:600}.stage-title{color:var(--text);margin-bottom:1rem;font-size:1.5rem;font-weight:500;transition:color .4s}.stage-description{font-size:.9375rem;line-height:1.6}@media (width>=993px){.process-stage:hover .marker-dot{border-color:var(--accent);box-shadow:0 0 12px #d8a84e33}.process-stage:hover .marker-dot:after{opacity:1}.process-stage:hover .marker-connection{background:#d8a84e66}.process-stage:hover .stage-title{color:#fff}}.process-outro{text-align:center;max-width:800px;margin:var(--section-space-small) auto 0}.process-outro-headline{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.2}.process-outro-headline .text-accent{font-weight:500}.process-outro-sub{color:var(--text-muted);font-size:1.125rem}@media (width<=992px){.process-stages{grid-template-columns:repeat(2,1fr);gap:4rem 2rem}.process-line-wrapper{display:none}.process-system{margin-top:0}}@media (width<=768px){.process-stages{grid-template-columns:1fr;gap:0;padding-left:1rem}.process-stage{gap:1.5rem;padding-bottom:3rem;display:flex}.process-stage:last-child{padding-bottom:0}.stage-marker{height:auto;margin-bottom:0}.marker-connection{height:auto;position:absolute;top:16px;bottom:-16px}.process-stage:last-child .marker-connection{bottom:0}.stage-content{padding-top:-2px}.process-outro{margin:var(--section-space-small) auto 0}}.about-section{padding-top:var(--section-space);background-color:var(--bg);border-top:1px solid #ffffff0d;padding-bottom:clamp(48px,5vw,72px);position:relative;overflow:hidden}.about-bg-mark{opacity:.02;pointer-events:none;z-index:0;width:60%;max-width:800px;position:absolute;top:5rem;left:-5%}.about-bg-mark img{width:100%;height:auto}.about-grid{z-index:1;grid-template-columns:1fr 1fr;gap:6rem;display:grid;position:relative}.about-left{flex-direction:column;display:flex}.about-intro .section-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:3rem;font-size:.75rem;font-weight:600;display:flex}.about-intro .section-label:before{content:"";background-color:var(--accent);opacity:.5;width:20px;height:1px;display:block}.about-main-statement{letter-spacing:-.02em;color:var(--text-muted);margin-top:2rem;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:300;line-height:1.2;position:sticky;top:6rem}.statement-highlight{color:var(--text);margin-top:.5rem;font-weight:500;display:block;position:relative}.statement-highlight:after{content:"";background-color:var(--accent);opacity:.6;width:40px;height:2px;position:absolute;bottom:-.5rem;left:0}.about-right{flex-direction:column;padding-top:5rem;display:flex}.about-copy{flex-direction:column;gap:1.5rem;margin-bottom:4rem;display:flex}.about-copy .text-body{max-width:500px;font-size:1.125rem;line-height:1.7}.about-copy-strong{margin-top:1rem;color:var(--text)!important;font-weight:500!important}.about-principles{border-top:1px solid #ffffff1a;flex-direction:column;margin-bottom:4rem;display:flex}.principle-row{border-bottom:1px solid #ffffff1a;gap:2rem;padding:2rem 0;transition:background-color .4s,padding-left .4s;display:flex}.principle-number{color:var(--accent);padding-top:.25rem;font-family:monospace;font-size:.875rem;font-weight:400}.principle-content{flex-direction:column;gap:.5rem;display:flex}.principle-title{color:var(--text);letter-spacing:.02em;text-transform:uppercase;font-size:1.125rem;font-weight:600}.principle-description{color:var(--text-muted);font-size:.9375rem;line-height:1.6}@media (width>=993px){.principle-row:hover{background-color:#ffffff05;padding-left:1rem}}.about-closing-statement{padding-top:1rem}.about-closing-statement .text-small{opacity:.7;line-height:1.6}@media (width<=992px){.about-grid{grid-template-columns:1fr;gap:4rem}.about-right{padding-top:0}.about-main-statement{margin-top:1rem;position:relative;top:0}.about-bg-mark{width:80%;top:2rem}}@media (width<=768px){.about-grid{gap:3rem}.principle-row{flex-direction:column;gap:1rem;padding:1.5rem 0}.principle-number{padding-top:0}.about-bg-mark{opacity:.01;width:150%;left:-20%}}.contact-section{background-color:var(--surface);border-top:1px solid #ffffff0d;padding-top:clamp(48px,5vw,72px);padding-bottom:clamp(48px,5vw,72px);position:relative;overflow:hidden}.contact-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 100%,#d8a84e08 0%,#0000 60%);position:absolute;inset:0}.contact-grid{z-index:1;grid-template-columns:1fr 1fr;gap:6rem;display:grid;position:relative}.contact-left{flex-direction:column;display:flex}.contact-left .section-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:1rem;margin-bottom:3rem;font-size:.75rem;font-weight:600;display:flex}.contact-left .section-label:before{content:"";background-color:var(--accent);opacity:.5;width:20px;height:1px;display:block}.contact-headline{color:var(--text);margin-bottom:2rem;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:300;line-height:1.1}.contact-support{max-width:480px;margin-bottom:4rem;font-size:1.125rem;line-height:1.7}.contact-direct{border-left:1px solid var(--border-strong);flex-direction:column;gap:2rem;margin-bottom:6rem;padding-left:1.5rem;display:flex}.direct-link{color:var(--text);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;flex-direction:column;gap:.25rem;font-size:1.125rem;transition:color .3s;display:flex}.direct-link .text-small{color:var(--accent);opacity:.8}.direct-link:hover{color:var(--accent-light)}.contact-brand-statement{opacity:.9;margin-top:clamp(64px,8vw,112px)}.form-container{background-color:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--border-light);padding:3rem}.contact-form{flex-direction:column;gap:2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-muted)}.form-group input,.form-group select,.form-group textarea{border:none;border-bottom:1px solid var(--border-strong);color:var(--text);background:0 0;width:100%;max-width:100%;padding:.75rem 0;font-family:inherit;font-size:1rem;transition:border-color .3s,color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-bottom-color:var(--accent);outline:none}.form-group select option{background-color:var(--surface);color:var(--text)}.error-input{border-bottom-color:#ff5252!important}.error-text{color:#ff5252;margin-top:.25rem;font-size:.75rem}.status-message{border-radius:var(--radius-sm);padding:1rem;font-size:.9375rem;line-height:1.5}.status-message.success{color:var(--accent-light);background-color:#d8a84e1a;border:1px solid #d8a84e33}.status-message.error{color:#ffb4b4;background-color:#ff52521a;border:1px solid #ff525233}.form-actions{gap:1rem;margin-top:1rem;display:flex}.submit-btn{flex:1;justify-content:center;align-items:center;display:flex}.whatsapp-btn{border:1px solid var(--border-strong);color:var(--text);flex:1;justify-content:center;align-items:center;gap:.75rem;display:flex}.whatsapp-btn:hover{border-color:#25d36680}.wa-icon{color:#25d366;width:18px;height:18px}.privacy-note{color:var(--text-muted);text-align:center;opacity:.7;margin-top:.5rem;font-size:.75rem}@media (width<=992px){.contact-grid{grid-template-columns:1fr;gap:4rem}}@media (width<=768px){.form-container{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column;width:100%}.submit-btn,.whatsapp-btn{width:100%;padding:1rem}}.footer-section{background-color:#08090b;position:relative}.footer-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(circle at 10% 20%,#d8a84e04 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.footer-top-divider{width:100%}.divider-line{background-color:#d8a84e1a;width:100%;height:1px}.footer-content{z-index:1;padding-top:clamp(56px,5vw,72px);padding-bottom:var(--section-space-small);position:relative}.footer-grid{grid-template-columns:42% 23% 35%;align-items:start;display:grid}.footer-brand{flex-direction:column;display:flex}.footer-logo{margin-bottom:2rem}.footer-logo a{display:inline-flex}.footer-logo img{width:auto;height:28px}.footer-brand-text{flex-direction:column;gap:.75rem;display:flex}.footer-tagline{color:var(--text);font-size:1rem;font-weight:500}.footer-subline{color:var(--text-muted);max-width:340px;font-size:.9375rem;line-height:1.5}.footer-label{align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.ring-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.ring-spinner{background:conic-gradient(#d8a84e99 0deg 36deg,#ffffff0d 36deg 360deg);border-radius:50%;animation:8s linear infinite spin;position:absolute;inset:0;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 1.5px),#000 calc(100% - 1px));mask:radial-gradient(farthest-side,#0000 calc(100% - 1.5px),#000 calc(100% - 1px))}.ring-inner-dot{z-index:1;background-color:#ffffff1a;border-radius:50%;width:4px;height:4px}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.ring-spinner{animation:none}}.label-text{color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;font-size:.75rem;font-weight:600}.footer-link-list{flex-direction:column;gap:1rem;display:flex}.footer-link{color:var(--text-muted);width:fit-content;font-size:.9375rem;text-decoration:none;transition:transform .3s,color .3s}.footer-link:hover{color:var(--accent-light);transform:translate(4px)}.footer-contact-list{flex-direction:column;gap:1.5rem;display:flex}.contact-item{flex-direction:column;gap:.25rem;display:flex}.contact-label{color:var(--text-muted);letter-spacing:.05em;opacity:.6;font-size:.6875rem;font-weight:500}.footer-link-value{color:var(--text);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;width:fit-content;max-width:100%;font-size:1rem;text-decoration:none;transition:color .3s}.footer-link-value:hover{color:var(--accent-light)}.footer-bottom-wrapper{z-index:1;position:relative}.footer-bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.75rem 0;display:flex}.footer-statement,.footer-copyright{color:var(--text-muted);opacity:.8;font-size:.875rem}@media (width>=600px) and (width<=992px){.footer-grid{grid-template-columns:1fr 1fr;gap:4rem}.footer-brand{grid-column:span 2}}@media (width<=599px){.footer-grid{grid-template-columns:1fr;gap:3.5rem}.footer-label{margin-bottom:1.5rem}.ring-icon{width:40px;height:40px}.footer-bottom{flex-direction:column;align-items:flex-start}}:root{--bg:#090a0c;--surface:#111318;--surface-soft:#171a20;--text:#f4f1ea;--text-muted:#a8a39d;--accent:#d8a84e;--accent-light:#f2c66d;--border-light:#ffffff0d;--border-strong:#ffffff1a;--glass-bg:#11131899;--glass-bg-hover:#171a20cc;--shadow-sm:0 4px 12px #0000004d;--shadow-lg:0 12px 32px #00000080;--shadow-glow:0 0 20px #d8a84e26;--page-width:1380px;--page-pad:clamp(20px, 4vw, 64px);--section-space:clamp(72px, 7vw, 112px);--section-space-small:clamp(52px, 5vw, 80px);--content-gap:clamp(32px, 4vw, 56px);--block-gap:clamp(20px, 3vw, 40px);--navbar-height:88px;--nav-offset:var(--navbar-height);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px}@media (width<=900px){:root{--navbar-height:72px}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;font-family:Manrope,sans-serif;line-height:1.6;display:flex}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.heading-display{letter-spacing:-.02em;color:var(--text);font-size:clamp(2rem,min(5vw,6vh),4.5rem);font-weight:600;line-height:1.1}.heading-section{letter-spacing:-.01em;color:var(--text);font-size:clamp(1.75rem,min(4vw,5vh),2.75rem);font-weight:500;line-height:1.2}.text-body{color:var(--text-muted);margin-bottom:15px;font-size:1.125rem;font-weight:400;line-height:1.6}.text-small{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.875rem;font-weight:500}.text-button{letter-spacing:.02em;font-size:.9375rem;font-weight:600}.container{width:100%;max-width:var(--page-width);padding-inline:var(--page-pad);margin-inline:auto}section[id]{scroll-margin-top:var(--nav-offset)}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}
