*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Merriweather',Georgia,serif;background-color:#FEFBFC;color:#0E090C;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;text-rendering:geometricPrecision;overflow-x:hidden}
::selection{background-color:#0e090c14;color:#0E090C}
:focus-visible{outline:2px solid #FFAEE8;outline-offset:3px;border-radius:4px}
.hd-wrap{position:relative;z-index:100;background:#fefbfcd1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #ffaee847;box-shadow:1px 6px 18px -2px #0e090c1a}
.hd-inner{max-width:1170px;margin:0 auto;padding:0 32px;display:flex;align-items:center;gap:32px;min-height:80px;flex-wrap:wrap}
.hd-logo-box{display:flex;align-items:center;gap:16px;flex-shrink:0}
.hd-logo-frame{width:48px;height:48px;border:1px solid #0e090c2e;border-radius:12px;background-color:#FEFBFC;box-shadow:1px 1px 6px -2px #ffaee80d 0 0 0 2px #ffaee81f;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hd-logo-frame img{width:40px;height:40px;object-fit:contain;display:block}
.hd-brand-name{font-size:21px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#0E090C;text-decoration:none}
.hd-brand-name:hover{color:#0E090C;text-decoration:none}
.hd-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1}
.hd-nav a{font-size:15px;font-weight:400;line-height:1.55;letter-spacing:.01em;color:#0e090cb8;text-decoration:none;padding:8px 16px;border-radius:4px;transition:color .2s ease-out,background-color .25s ease-out;white-space:nowrap;min-height:44px;display:flex;align-items:center}
.hd-nav a:hover{color:#0E090C;background-color:#ffaee82e}
.hd-nav a.active{color:#0E090C;font-weight:700;background-color:#ffaee838}
.hd-trust{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0;background:#ffaee81f;border:1px solid #ffaee866;border-radius:36px;padding:8px 16px}
.hd-trust-stars{display:flex;gap:4px;align-items:center}
.hd-trust-stars i{font-size:15px;color:#e0709a;line-height:1}
.hd-trust-label{font-size:15px;font-weight:700;line-height:1.2;letter-spacing:.01em;color:#0E090C}
.hd-trust-sub{font-size:15px;font-weight:300;line-height:1.2;color:#0e090c99;letter-spacing:.02em}
.ft-wrap{background-color:#0E090C;border-top:1px solid #ffaee833;margin-top:64px}
.ft-inner{max-width:1170px;margin:0 auto;padding:32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.ft-left{display:flex;align-items:center;gap:16px}
.ft-logo-frame{width:40px;height:40px;border:1px solid #fefbfc33;border-radius:4px;background-color:#fefbfc0f;box-shadow:1px 1px 6px -2px #ffaee80d;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ft-logo-frame img{width:32px;height:32px;object-fit:contain;display:block}
.ft-copy{font-size:15px;font-weight:300;line-height:1.55;letter-spacing:.02em;color:#fefbfc8c}
.ft-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.ft-nav a{font-size:15px;font-weight:300;line-height:1.55;letter-spacing:.02em;color:#fefbfc80;text-decoration:none;padding:8px 16px;border-radius:4px;transition:color .2s ease-out,background-color .35s ease-out;min-height:44px;display:flex;align-items:center}
.ft-nav a:hover{color:#FFAEE8;background-color:#ffaee814}
.cookie-bar{position:fixed;bottom:32px;right:32px;z-index:1200;width:340px;background-color:#FEFBFC;border:1px solid #ffaee866;border-radius:12px;box-shadow:1px 8px 36px -2px #0e090c1c;padding:16px;font-family:'Merriweather',Georgia,serif;display:none}
.ck-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.ck-title{font-size:15px;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:#0E090C}
.ck-close-btn{background:none;border:none;cursor:pointer;padding:4px;color:#0e090c80;font-size:17px;line-height:1;border-radius:4px;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease-out}
.ck-close-btn:hover{color:#0E090C}
.ck-body{font-size:15px;font-weight:300;line-height:1.55;color:#0e090cb8;margin-bottom:16px;letter-spacing:.01em}
.ck-toggles{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.ck-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background-color:#ffaee814;border-radius:4px}
.ck-toggle-label{font-size:15px;font-weight:400;line-height:1.2;color:#0E090C;letter-spacing:.01em}
.ck-switch{position:relative;width:36px;height:20px;flex-shrink:0}
.ck-switch input{opacity:0;width:0;height:0;position:absolute}
.ck-track{position:absolute;inset:0;background-color:#0e090c33;border-radius:36px;cursor:pointer;transition:background-color .25s ease-out}
.ck-track::after{content:'';position:absolute;width:14px;height:14px;left:3px;top:3px;background-color:#FEFBFC;border-radius:36px;transition:transform .2s ease-out}
.ck-switch input:checked + .ck-track{background-color:#e0709a}
.ck-switch input:checked + .ck-track::after{transform:translateX(16px)}
.ck-actions{display:flex;gap:8px}
.ck-accept-btn{flex:1;background-color:#0E090C;color:#FEFBFC;border:none;border-radius:4px;font-family:'Merriweather',Georgia,serif;font-size:15px;font-weight:700;line-height:1.2;letter-spacing:.01em;padding:8px 16px;min-height:44px;cursor:pointer;transition:background-color .2s ease-out,transform .15s ease-out}
.ck-accept-btn:hover{background-color:#2a1f25;transform:scale(1.02)}
.ck-deny-btn{flex:1;background-color:transparent;color:#0e090ca6;border:1px solid #0e090c33;border-radius:4px;font-family:'Merriweather',Georgia,serif;font-size:15px;font-weight:400;line-height:1.2;letter-spacing:.01em;padding:8px 16px;min-height:44px;cursor:pointer;transition:border-color .25s ease-out,color .25s ease-out,transform .15s ease-out}
.ck-deny-btn:hover{border-color:#0e090c80;color:#0E090C;transform:scale(1.02)}
@media (max-width: 768px) {
.hd-inner{padding:0 16px;min-height:64px;gap:16px}
.hd-trust{order:3;width:100%;margin-left:0;border-radius:4px;margin-bottom:8px}
.ft-inner{flex-direction:column;align-items:flex-start;padding:32px 16px}
.cookie-bar{width:calc(100vw - 32px);right:16px;bottom:16px}
}
.terms-section{max-width:1170px;margin:0 auto;padding:64px 32px;color:#0E090C;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;text-rendering:geometricPrecision}
.terms-section h1{font-size:51px;line-height:1.2;letter-spacing:-.03em;margin-bottom:32px;margin-top:0;color:#0E090C}
.terms-section h2{font-size:37px;line-height:1.2;letter-spacing:-.02em;margin-top:64px;margin-bottom:16px;color:#0E090C}
.terms-section h3{font-size:27px;line-height:1.2;letter-spacing:-.01em;margin-top:32px;margin-bottom:16px;color:#0E090C}
.terms-section h4{font-size:21px;line-height:1.55;letter-spacing:0;margin-top:32px;margin-bottom:8px;color:#0E090C}
.terms-section h5{font-size:17px;line-height:1.55;letter-spacing:.01em;margin-top:16px;margin-bottom:8px;color:#0E090C}
.terms-section h6{font-size:15px;line-height:1.55;letter-spacing:.02em;margin-top:16px;margin-bottom:8px;color:#0E090C;text-transform:uppercase}
.terms-section p{font-size:17px;line-height:1.8;letter-spacing:.01em;margin-bottom:16px;margin-top:0;color:#0E090C}
.terms-section ul,.terms-section ol{font-size:17px;line-height:1.8;letter-spacing:.01em;margin-bottom:16px;margin-top:0;padding-left:32px}
.terms-section li{margin-bottom:8px;color:#0E090C}
.terms-section ul li{list-style-type:disc}
.terms-section ol li{list-style-type:decimal}
.terms-section ul ul,.terms-section ol ol,.terms-section ul ol,.terms-section ol ul{margin-top:8px;margin-bottom:8px}
.terms-section strong,.terms-section b{font-weight:700;color:#0E090C}
.terms-section a{color:#0E090C;text-decoration:underline;text-decoration-color:#FFAEE8;text-underline-offset:3px;transition:color .2s ease-out,text-decoration-color .25s ease-out}
.terms-section a:hover{color:#0E090C;text-decoration-color:#0E090C}
.terms-section hr{border:none;border-top:1px solid #0e090c1f;margin-top:32px;margin-bottom:32px}
.terms-section table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.55;margin-bottom:32px;border-radius:12px;overflow:hidden;box-shadow:1px 1px 6px -2px #0e090c0d}
.terms-section thead{background-color:#FEFBFC}
.terms-section th{font-size:15px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:16px;text-align:left;color:#0E090C;border-bottom:2px solid #ffaee880}
.terms-section td{font-size:15px;padding:16px;text-align:left;color:#0E090C;border-bottom:1px solid #0e090c14;vertical-align:top}
.terms-section tbody tr:last-child td{border-bottom:none}
.terms-section tbody tr:nth-child(even){background-color:#fefbfc99}
.terms-section tbody tr{transition:background-color .18s ease-out}
.terms-section tbody tr:hover{background-color:#ffaee814}
::selection{background-color:#ffaee84d;color:#0E090C}
@media (max-width: 768px) {
.terms-section{padding:32px 16px}
.terms-section h1{font-size:37px}
.terms-section h2{font-size:27px;margin-top:32px}
.terms-section h3{font-size:21px}
.terms-section table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
.about-pg{background:#FEFBFC;overflow-x:clip;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;text-rendering:geometricPrecision}
.about-pg ::selection{background:#0e090c14}
.about-pg img{display:block;max-width:100%}
.about-pg .skeleton-wrap{background:#e8e3e6;position:relative;overflow:hidden}
.about-pg .skeleton-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .25s ease-out}
.about-pg .skeleton-wrap img.loaded{opacity:1}
.about-pg .page-inner{max-width:1170px;margin:0 auto;padding:0 32px}
.about-pg .dash-divider{display:flex;align-items:center;gap:4px;padding:0 32px;max-width:1170px;margin:0 auto}
.about-pg .dash-divider span{display:inline-block;background:#FFAEE8}
.about-pg .dash-divider span:nth-child(odd){width:4px;height:4px;border-radius:36px}
.about-pg .dash-divider span:nth-child(even){width:16px;height:2px;border-radius:4px}
.about-pg .title-block{padding:64px 0 32px;position:relative}
.about-pg .title-block .page-inner{display:grid;grid-template-columns:3fr 1fr;gap:32px;align-items:end}
.about-pg .title-left{position:relative;z-index:2}
.about-pg .title-eyebrow{display:inline-block;font-size:15px;letter-spacing:.12em;text-transform:uppercase;color:#FFAEE8;background:#0E090C;padding:4px 16px;border-radius:4px;margin-bottom:16px}
.about-pg .title-h1{font-size:68px;line-height:1.2;letter-spacing:-.03em;color:#0E090C;margin:0 0 32px}
.about-pg .title-h1 .acc{color:#FFAEE8;-webkit-text-stroke:1px #0E090C}
.about-pg .title-intro-box{background:#ffaee81f;border:1px solid #ffaee866;border-radius:12px;padding:16px 32px;max-width:560px}
.about-pg .title-intro-box p{font-size:17px;line-height:1.8;color:#0E090C;margin:0}
.about-pg .title-right{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:16px}
.about-pg .shape-tri{width:64px;height:64px;position:relative}
.about-pg .shape-tri svg{width:100%;height:100%}
.about-pg .hero-img-wrap{width:100%;aspect-ratio:3/4;border-radius:12px;overflow:hidden;box-shadow:1px 8px 36px -2px #0e090c1c}
.about-pg .hero-img-wrap .skeleton-wrap{width:100%;height:100%;border-radius:12px}
.about-pg .hero-img-wrap img{object-position:center}
.about-pg .deco-circle{position:absolute;border-radius:36px;pointer-events:none;z-index:0}
.about-pg .deco-c1{width:180px;height:180px;border:2px solid #ffaee84d;top:-32px;left:-32px;border-radius:36px;transform:rotate(15deg)}
.about-pg .who-block{padding:64px 0;margin-left:32px;background:#0E090C;border-radius:12px 0 0 12px;position:relative;overflow:hidden}
.about-pg .who-block .page-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.about-pg .who-imgs{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:8px;position:relative}
.about-pg .who-img-a{grid-column:1 / 3;aspect-ratio:16/9;border-radius:12px;overflow:hidden}
.about-pg .who-img-b{aspect-ratio:1/1;border-radius:12px;overflow:hidden}
.about-pg .who-img-c{aspect-ratio:1/1;border-radius:12px;overflow:hidden;margin-top:32px}
.about-pg .who-imgs .skeleton-wrap{width:100%;height:100%}
.about-pg .who-text{padding:16px 0}
.about-pg .who-text .section-label{font-size:15px;letter-spacing:.1em;text-transform:uppercase;color:#ffaee8b3;margin-bottom:16px;display:block}
.about-pg .who-text h2{font-size:37px;line-height:1.2;color:#FEFBFC;letter-spacing:-.02em;margin:0 0 32px}
.about-pg .who-text h2 .acc{color:#FFAEE8}
.about-pg .who-text .lead-para{font-size:17px;line-height:1.8;color:#fefbfcd9;border-left:3px solid #FFAEE8;padding-left:16px;margin-bottom:16px}
.about-pg .who-text p{font-size:15px;line-height:1.8;color:#fefbfca6;margin:0 0 16px}
.about-pg .stat-row{display:flex;flex-direction:row;gap:32px;margin-top:32px;padding-top:32px;border-top:1px solid #ffaee833}
.about-pg .stat-item .stat-num{font-size:37px;line-height:1.2;color:#FFAEE8;letter-spacing:-.02em;display:block}
.about-pg .stat-item .stat-label{font-size:15px;line-height:1.55;color:#fefbfc8c}
.about-pg .who-block .bg-deco{position:absolute;bottom:-32px;right:64px;width:160px;height:160px;border:1px solid #ffaee81a;border-radius:36px;transform:rotate(20deg);pointer-events:none}
.about-pg .team-block{padding:64px 0;margin-right:32px;background:#FEFBFC;border-radius:0 12px 12px 0;position:relative}
.about-pg .team-block .page-inner{display:grid;grid-template-columns:3fr 1fr;gap:64px;align-items:start}
.about-pg .team-intro h2{font-size:37px;line-height:1.2;letter-spacing:-.02em;color:#0E090C;margin:0 0 8px}
.about-pg .team-intro h2 .hd-strip{background:#ffaee859;padding:0 8px;border-radius:4px;display:inline}
.about-pg .team-intro p{font-size:15px;line-height:1.8;color:#0e090ca6;margin:0 0 32px;max-width:560px}
.about-pg .profiles-list{display:flex;flex-direction:column;gap:32px}
.about-pg .profile-card{display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:start;padding:32px;border-radius:12px;background:#FEFBFC;box-shadow:1px 6px 18px -2px #0e090c1a;transition:box-shadow .2s ease-out,transform .2s ease-out}
.about-pg .profile-card:hover{box-shadow:1px 8px 36px -2px #0e090c1c;transform:translateY(-2px)}
.about-pg .portrait-box{width:96px;aspect-ratio:3/4;border-radius:12px;overflow:hidden;flex-shrink:0;box-shadow:1px 1px 6px -2px #0e090c0d}
.about-pg .portrait-box .skeleton-wrap{width:100%;height:100%}
.about-pg .portrait-box img{object-position:top}
.about-pg .profile-info h4{font-size:21px;line-height:1.2;color:#0E090C;margin:0 0 4px;letter-spacing:-.01em}
.about-pg .profile-info .role-tag{display:inline-block;font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:#0E090C;background:#ffaee866;padding:4px 8px;border-radius:4px;margin-bottom:16px}
.about-pg .profile-info p{font-size:15px;line-height:1.8;color:#0e090ca6;margin:0}
.about-pg .team-side{display:flex;flex-direction:column;gap:16px;padding-top:8px}
.about-pg .side-fact{border:1px solid #0e090c1a;border-radius:12px;padding:16px;background:#FEFBFC}
.about-pg .side-fact .fact-num{font-size:27px;line-height:1.2;color:#0E090C;letter-spacing:-.02em;display:block}
.about-pg .side-fact .fact-label{font-size:15px;line-height:1.55;color:#0e090c8c}
@media (max-width: 900px) {
.about-pg .title-block .page-inner{grid-template-columns:1fr}
.about-pg .title-right{display:none}
.about-pg .title-h1{font-size:51px}
.about-pg .who-block{margin-left:0;border-radius:0}
.about-pg .who-block .page-inner{grid-template-columns:1fr;gap:32px}
.about-pg .who-imgs{grid-template-columns:1fr 1fr}
.about-pg .who-img-a{grid-column:1 / 3}
.about-pg .team-block{margin-right:0;border-radius:0}
.about-pg .team-block .page-inner{grid-template-columns:1fr;gap:32px}
.about-pg .team-side{flex-direction:row;flex-wrap:wrap}
.about-pg .side-fact{flex:1 1 120px}
}
@media (max-width: 600px) {
.about-pg .title-h1{font-size:37px}
.about-pg .stat-row{flex-direction:column;gap:16px}
.about-pg .profile-card{grid-template-columns:1fr;gap:16px}
.about-pg .portrait-box{width:80px}
}
.pg-home{background:#FEFBFC;overflow-x:clip;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;text-rendering:geometricPrecision}
.pg-home ::selection{background:#0e090c14}
.pg-home .content-wrap{max-width:1170px;margin:0 auto;padding:0 32px}
.pg-home .hero-box{padding:64px 0;position:relative}
.pg-home .hero-box .content-wrap{display:grid;grid-template-columns:3fr 1fr;gap:64px;align-items:end}
.pg-home .hero-left{position:relative}
.pg-home .hero-dots{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:32px;width:160px}
.pg-home .hero-dots span{width:6px;height:6px;border-radius:50%;background:#FFAEE8;display:block;opacity:.5}
.pg-home .hero-dots span:nth-child(odd){opacity:.25}
.pg-home .hero-tag{display:inline-block;font-size:15px;letter-spacing:.12em;text-transform:uppercase;color:#0E090C;border:1px solid #0e090c2e;border-radius:4px;padding:4px 16px;margin-bottom:32px}
.pg-home .hero-h1{font-size:68px;line-height:1.2;letter-spacing:-.03em;color:#0E090C;margin:0 0 32px;max-width:780px}
.pg-home .hero-h1 .accent{color:#FFAEE8;-webkit-text-stroke:1px #0e090c26}
.pg-home .hero-desc{font-size:17px;line-height:1.55;color:#0e090cad;max-width:520px;margin:0 0 32px;background:#ffaee81a;border-left:3px solid #FFAEE8;padding:16px;border-radius:4px}
.pg-home .hero-cta-row{display:flex;flex-direction:row;gap:16px;align-items:center}
.pg-home .btn-main{display:inline-block;font-size:17px;font-weight:700;color:#FEFBFC;background:#0E090C;border-radius:36px;padding:16px 32px;text-decoration:none;box-shadow:1px 6px 18px -2px #0e090c1a;transition:transform .2s ease-out,box-shadow .25s ease-out;border:none;cursor:pointer}
.pg-home .btn-main:hover{transform:scale(1.04);box-shadow:1px 8px 36px -2px #0e090c1c}
.pg-home .btn-sec{display:inline-block;font-size:15px;color:#0E090C;background:transparent;border:1px solid #0e090c38;border-radius:36px;padding:8px 16px;text-decoration:none;transition:transform .18s ease-out,border-color .2s ease-out}
.pg-home .btn-sec:hover{transform:scale(1.05);border-color:#0E090C}
.pg-home .hero-right{position:relative}
.pg-home .hero-img-box{position:relative;width:100%}
.pg-home .hero-img-box img{width:100%;height:420px;object-fit:cover;object-position:center;border-radius:12px;display:block;filter:blur(3px);transition:filter .35s ease-out;box-shadow:1px 8px 36px -2px #0e090c1c}
.pg-home .hero-img-box:hover img{filter:blur(0)}
.pg-home .hero-img-badge{position:absolute;bottom:-16px;left:-16px;background:#FFAEE8;border-radius:12px;padding:16px;font-size:15px;font-weight:700;color:#0E090C;box-shadow:1px 6px 18px -2px #0e090c1a;z-index:2;line-height:1.2}
.pg-home .hero-img-badge span{display:block;font-size:27px;font-weight:900;line-height:1.2}
.pg-home .div-1{display:flex;flex-direction:row;align-items:center;gap:8px;max-width:1170px;margin:0 auto;padding:0 32px}
.pg-home .div-1 .short-line{width:48px;height:2px;background:#0E090C;flex-shrink:0}
.pg-home .div-1 .long-line{flex:1;height:1px;background:#0e090c1f}
.pg-home .tech-section{padding:64px 0;background:#0E090C;position:relative;overflow:hidden}
.pg-home .tech-section::before{content:'';position:absolute;inset:0;background-image:linear-gradient(#ffaee80a 1px,transparent 1px),linear-gradient(90deg,#ffaee80a 1px,transparent 1px),linear-gradient(#ffaee805 1px,transparent 1px),linear-gradient(90deg,#ffaee805 1px,transparent 1px);background-size:64px 64px,64px 64px,16px 16px,16px 16px;pointer-events:none}
.pg-home .tech-section .content-wrap{position:relative}
.pg-home .tech-hd-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:64px;gap:32px}
.pg-home .tech-h2{font-size:51px;line-height:1.2;letter-spacing:-.025em;color:#FEFBFC;margin:0}
.pg-home .tech-h2 .accent{color:#FFAEE8}
.pg-home .tech-intro{font-size:15px;line-height:1.55;color:#fefbfc8c;max-width:320px;margin:0}
.pg-home .tech-grid{display:grid;grid-template-columns:3fr 1fr;gap:16px}
.pg-home .tech-main-img{position:relative;border-radius:12px;overflow:hidden}
.pg-home .tech-main-img img{width:100%;height:480px;object-fit:cover;display:block;filter:blur(3px);transition:filter .4s ease-out}
.pg-home .tech-main-img:hover img{filter:blur(0)}
.pg-home .tech-main-img .img-label{position:absolute;bottom:0;left:0;right:0;padding:32px 16px 16px;background:linear-gradient(to top,#0e090cd9,transparent);color:#FEFBFC;font-size:17px;font-weight:700;line-height:1.2}
.pg-home .tech-side{display:flex;flex-direction:column;gap:16px}
.pg-home .tech-card{background:#ffaee812;border:1px solid #ffaee81f;border-radius:12px;padding:16px;flex:1;transition:background .22s ease-out,border-color .22s ease-out;cursor:default}
.pg-home .tech-card:hover{background:#ffaee821;border-color:#ffaee847}
.pg-home .tech-card-num{font-size:37px;font-weight:900;color:#FFAEE8;line-height:1.2;display:block;letter-spacing:-.02em}
.pg-home .tech-card-lbl{font-size:15px;color:#fefbfca6;line-height:1.55;margin-top:8px;display:block}
.pg-home .div-2{height:4px;background:linear-gradient(37deg,#FFAEE8,#0E090C)}
.pg-home .expert-box{padding:64px 0;background:#FEFBFC}
.pg-home .expert-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.pg-home .expert-portrait-wrap{position:relative}
.pg-home .expert-portrait{width:100%;height:540px;object-fit:cover;object-position:top;display:block;border-radius:0;filter:blur(2px);transition:filter .3s ease-out;box-shadow:1px 8px 36px -2px #0e090c1c}
.pg-home .expert-portrait-wrap:hover .expert-portrait{filter:blur(0)}
.pg-home .expert-portrait-deco{position:absolute;top:-16px;right:-16px;width:80px;height:80px;border:3px solid #FFAEE8;border-radius:12px;pointer-events:none}
.pg-home .expert-text-col{padding-top:32px}
.pg-home .expert-label{display:inline-block;font-size:15px;text-transform:uppercase;letter-spacing:.1em;background:#FFAEE8;color:#0E090C;padding:4px 16px;border-radius:4px;margin-bottom:16px;font-weight:700}
.pg-home .expert-h2{font-size:37px;line-height:1.2;letter-spacing:-.02em;color:#0E090C;margin:0 0 16px}
.pg-home .expert-role{font-size:15px;color:#0e090c80;text-transform:uppercase;letter-spacing:.08em;margin:0 0 32px}
.pg-home .expert-p{font-size:17px;line-height:1.55;color:#0e090cbf;margin:0 0 16px}
.pg-home .expert-p:first-of-type{background:#ffaee81a;border:1px solid #ffaee84d;border-radius:4px;padding:16px}
.pg-home .expert-skills{list-style:none;padding:0;margin:32px 0 0;display:flex;flex-direction:column;gap:8px}
.pg-home .expert-skills li{font-size:15px;color:#0E090C;display:flex;flex-direction:row;align-items:center;gap:8px;line-height:1.55}
.pg-home .expert-skills li::before{content:'';display:inline-block;width:8px;height:8px;border-radius:4px;background:#FFAEE8;flex-shrink:0}
.pg-home .div-3{display:flex;flex-direction:row;align-items:center;gap:8px;max-width:1170px;margin:0 auto;padding:0 32px}
.pg-home .div-3 .long-line2{flex:1;height:1px;background:#0e090c1f}
.pg-home .div-3 .short-line2{width:48px;height:2px;background:#FFAEE8;flex-shrink:0}
.pg-home .faq-sec{padding:64px 0;background:linear-gradient(37deg,#ffaee814,#fefbfcff 60%)}
.pg-home .faq-top{margin-bottom:64px}
.pg-home .faq-h2{font-size:37px;line-height:1.2;letter-spacing:-.02em;color:#0E090C;margin:0 0 8px;display:inline-block;background:#ffaee840;padding:4px 16px;border-radius:4px}
.pg-home .faq-sub{font-size:17px;color:#0e090c8c;line-height:1.55;margin:16px 0 0}
.pg-home .faq-list{display:flex;flex-direction:column;gap:4px}
.pg-home .faq-item input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none;width:0;height:0}
.pg-home .faq-item{border:1px solid #0e090c1a;border-radius:12px;overflow:hidden;background:#FEFBFC;box-shadow:1px 1px 6px -2px #0e090c0d;position:relative}
.pg-home .faq-item label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 32px;cursor:pointer;font-size:17px;font-weight:600;color:#0E090C;line-height:1.55;gap:16px;transition:background .18s ease-out}
.pg-home .faq-item label:hover{background:#ffaee814}
.pg-home .faq-icon{width:24px;height:24px;border:2px solid #0e090c40;border-radius:36px;flex-shrink:0;position:relative;transition:background .2s ease-out,border-color .2s ease-out}
.pg-home .faq-icon::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0deg);width:10px;height:10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M5 2v6M2 5h6' stroke='%230E090C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;transition:transform .25s ease-out}
.pg-home .faq-item input:checked ~ label .faq-icon{background:#FFAEE8;border-color:#FFAEE8}
.pg-home .faq-item input:checked ~ label .faq-icon::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2 5h6' stroke='%230E090C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");transform:translate(-50%,-50%) rotate(180deg)}
.pg-home .faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease-out}
.pg-home .faq-item input:checked ~ .faq-answer{max-height:300px}
.pg-home .faq-answer-inner{padding:0 32px 16px;font-size:17px;line-height:1.8;color:#0e090cad}
.pg-home .cta-sec{padding:64px 0;background:#0E090C;position:relative;overflow:hidden}
.pg-home .cta-inner{display:grid;grid-template-columns:3fr 1fr;gap:32px;align-items:center}
.pg-home .cta-imgs{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.pg-home .cta-img-wrap{border-radius:12px;overflow:hidden;position:relative}
.pg-home .cta-img-wrap img{width:100%;height:260px;object-fit:cover;display:block;filter:blur(3px);transition:filter .45s ease-out}
.pg-home .cta-img-wrap:hover img{filter:blur(0)}
.pg-home .cta-img-wrap:first-child{margin-top:32px}
.pg-home .cta-right{padding-left:16px}
.pg-home .cta-eyebrow{font-size:15px;text-transform:uppercase;letter-spacing:.12em;color:#ffaee8b3;margin:0 0 16px}
.pg-home .cta-h2{font-size:37px;line-height:1.2;letter-spacing:-.02em;color:#FEFBFC;margin:0 0 16px}
.pg-home .cta-h2 .accent{color:#FFAEE8}
.pg-home .cta-p{font-size:15px;line-height:1.55;color:#fefbfc8c;margin:0 0 32px}
.pg-home .btn-cta{display:inline-block;font-size:17px;font-weight:700;color:#0E090C;background:#FFAEE8;border-radius:36px;padding:16px 32px;text-decoration:none;box-shadow:1px 6px 18px -2px #ffaee840;transition:transform .2s ease-out,box-shadow .25s ease-out;border:none;cursor:pointer}
.pg-home .btn-cta:hover{transform:scale(1.04);box-shadow:1px 8px 36px -2px #ffaee859}
@media (max-width: 900px) {
.pg-home .hero-box .content-wrap{grid-template-columns:1fr;gap:32px}
.pg-home .hero-h1{font-size:51px}
.pg-home .tech-hd-row{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px}
.pg-home .tech-h2{font-size:37px}
.pg-home .tech-grid{grid-template-columns:1fr}
.pg-home .tech-side{flex-direction:row}
.pg-home .expert-inner{grid-template-columns:1fr;gap:32px}
.pg-home .expert-portrait{height:360px}
.pg-home .cta-inner{grid-template-columns:1fr}
.pg-home .cta-imgs{grid-template-columns:1fr 1fr}
.pg-home .cta-img-wrap:first-child{margin-top:0}
}
@media (max-width: 600px) {
.pg-home .hero-h1{font-size:37px}
.pg-home .tech-side{flex-direction:column}
.pg-home .cta-imgs{grid-template-columns:1fr}
.pg-home .faq-item label{padding:16px;font-size:15px}
.pg-home .faq-answer-inner{padding:0 16px 16px}
}
.contact-pg{background:#FEFBFC;overflow-x:clip;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;text-rendering:geometricPrecision}
.contact-pg ::selection{background:#ffaee847}
.contact-pg .reach-hd{position:relative;padding:64px 32px 32px;text-align:center;overflow:hidden}
.contact-pg .reach-hd::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to right,#0e090c12 1px,transparent 1px),linear-gradient(to bottom,#0e090c12 1px,transparent 1px);background-size:28px 28px;pointer-events:none}
.contact-pg .reach-hd-inner{position:relative;max-width:1170px;margin:0 auto}
.contact-pg .geo-shape{width:80px;height:48px;margin:0 auto 32px;opacity:.18}
.contact-pg .hd-label{display:inline-block;font-size:15px;letter-spacing:.12em;color:#0E090C;background:#ffaee859;padding:4px 16px;border-radius:4px;margin-bottom:16px;text-transform:uppercase}
.contact-pg .reach-hd h1{font-size:51px;line-height:1.2;letter-spacing:-.02em;color:#0E090C;margin:0 0 16px}
.contact-pg .reach-hd h1 span{color:#FFAEE8}
.contact-pg .reach-hd-sub{font-size:17px;line-height:1.55;color:#0e090ca6;max-width:520px;margin:0 auto}
.contact-pg .hd-divider{display:flex;align-items:center;max-width:320px;margin:32px auto 0;gap:8px}
.contact-pg .hd-divider-line{flex:1;height:1px;background:#0e090c1f}
.contact-pg .hd-divider-dot{width:32px;height:3px;background:#FFAEE8;border-radius:4px}
.contact-pg .contact-body{max-width:1170px;margin:0 auto;padding:64px 32px;display:grid;grid-template-columns:3fr 1fr;gap:32px;align-items:start}
.contact-pg .form-box{background:#fff;border-radius:12px;padding:32px;box-shadow:1px 6px 18px -2px #0e090c1a}
.contact-pg .form-title-strip{display:inline-block;background:#FFAEE8;padding:4px 16px;border-radius:4px;margin-bottom:32px}
.contact-pg .form-title-strip h2{font-size:21px;line-height:1.2;letter-spacing:-.01em;color:#0E090C;margin:0}
.contact-pg .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.contact-pg .field-box{display:flex;flex-direction:column;gap:4px}
.contact-pg .field-box label{font-size:15px;letter-spacing:.04em;color:#0e090cb3;text-transform:uppercase}
.contact-pg .field-box input,.contact-pg .field-box select,.contact-pg .field-box textarea{border:1.5px solid #0e090c26;border-radius:4px;padding:8px 16px;font-size:15px;color:#0E090C;background:#FEFBFC;outline:none;transition:border-color .2s ease-out,box-shadow .25s ease-out;width:100%;box-sizing:border-box;-webkit-appearance:none;appearance:none}
.contact-pg .field-box input::placeholder,.contact-pg .field-box textarea::placeholder{text-transform:uppercase;font-size:13px;letter-spacing:.06em;color:#0e090c59}
.contact-pg .field-box input:focus,.contact-pg .field-box select:focus,.contact-pg .field-box textarea:focus{border-color:#FFAEE8;box-shadow:1px 1px 6px -2px #ffaee873}
.contact-pg .field-box select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230E090C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}
.contact-pg .field-full{margin-bottom:16px}
.contact-pg .field-box textarea{min-height:100px;resize:vertical;line-height:1.55}
.contact-pg .priority-row{margin-bottom:16px}
.contact-pg .priority-label-row{font-size:15px;letter-spacing:.04em;color:#0e090cb3;text-transform:uppercase;margin-bottom:8px;display:block}
.contact-pg .priority-options{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.contact-pg .priority-options input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.contact-pg .priority-options label{padding:8px 16px;border:1.5px solid #0e090c26;border-radius:36px;font-size:15px;color:#0e090ca6;cursor:pointer;transition:background .2s ease-out,border-color .2s ease-out,color .15s ease-out;user-select:none}
.contact-pg .priority-options input[type="radio"]:checked + label{background:#FFAEE8;border-color:#FFAEE8;color:#0E090C;font-weight:600}
.contact-pg .priority-options label:hover{border-color:#FFAEE8;color:#0E090C}
.contact-pg .privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:8px;margin-bottom:16px;padding:16px;background:#ffaee81a;border-radius:4px}
.contact-pg .privacy-row input[type="checkbox"]{margin-top:2px;flex-shrink:0;accent-color:#FFAEE8;width:16px;height:16px;cursor:pointer}
.contact-pg .privacy-row span{font-size:15px;line-height:1.55;color:#0e090cb3}
.contact-pg .privacy-row a{color:#0E090C;text-decoration:underline;text-decoration-color:#ffaee8b3;transition:text-decoration-color .2s ease-out}
.contact-pg .privacy-row a:hover{text-decoration-color:#FFAEE8;outline:1.5px solid #ffaee880;outline-offset:2px;border-radius:2px}
.contact-pg .submit-bt{display:inline-block;background:#0E090C;color:#FEFBFC;font-size:17px;letter-spacing:.04em;padding:16px 32px;border-radius:4px;border:none;cursor:pointer;transition:transform .2s ease-out,background .22s ease-out,box-shadow .25s ease-out;box-shadow:1px 6px 18px -2px #0e090c1a}
.contact-pg .submit-bt:hover{transform:scale(1.03);background:#0e090cd9;box-shadow:1px 8px 36px -2px #0e090c1c}
.contact-pg .submit-bt:focus{outline:2px solid #FFAEE8;outline-offset:3px}
.contact-pg .submit-bt:active{transform:scale(0.99)}
.contact-pg .info-box{display:flex;flex-direction:column;gap:16px}
.contact-pg .info-card{background:#0E090C;border-radius:12px;padding:32px;color:#FEFBFC;box-shadow:1px 8px 36px -2px #0e090c1c}
.contact-pg .info-card h3{font-size:17px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:#FFAEE8;margin:0 0 16px}
.contact-pg .info-item{display:flex;flex-direction:row;align-items:flex-start;gap:8px;margin-bottom:16px}
.contact-pg .info-item:last-child{margin-bottom:0}
.contact-pg .info-icon{color:#FFAEE8;font-size:17px;flex-shrink:0;margin-top:2px}
.contact-pg .info-text{font-size:15px;line-height:1.55;color:#fefbfccc}
.contact-pg .info-text a{color:#FEFBFC;text-decoration:underline;text-decoration-color:#ffaee880;transition:text-decoration-color .2s ease-out}
.contact-pg .info-text a:hover{text-decoration-color:#FFAEE8}
.contact-pg .response-box{background:#ffaee826;border:1.5px solid #ffaee866;border-radius:12px;padding:32px}
.contact-pg .response-box h4{font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:#0E090C;margin:0 0 8px}
.contact-pg .response-box p{font-size:15px;line-height:1.55;color:#0e090ca6;margin:0}
.contact-pg .context-strip{background:#0E090C;padding:64px 32px;position:relative;overflow:hidden}
.contact-pg .context-strip::before{content:"";position:absolute;top:-64px;right:-64px;width:280px;height:280px;background:#ffaee80f;clip-path:polygon(50% 0%,90% 25%,90% 75%,50% 100%,10% 75%,10% 25%);pointer-events:none}
.contact-pg .context-inner{max-width:1170px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:64px}
.contact-pg .context-text{flex:1}
.contact-pg .context-text h2{font-size:37px;line-height:1.2;letter-spacing:-.02em;color:#FEFBFC;margin:0 0 16px}
.contact-pg .context-text h2 span{color:#FFAEE8}
.contact-pg .context-text p{font-size:17px;line-height:1.55;color:#fefbfca6;margin:0}
.contact-pg .context-stats{display:flex;flex-direction:column;gap:16px;flex-shrink:0}
.contact-pg .stat-row{display:flex;flex-direction:row;align-items:center;gap:16px}
.contact-pg .stat-num{font-size:37px;line-height:1.2;letter-spacing:-.02em;color:#FFAEE8;min-width:80px;text-align:right}
.contact-pg .stat-desc{font-size:15px;line-height:1.55;color:#fefbfca6;max-width:160px}
.contact-pg .stat-bar-wrap{flex:1;height:3px;background:#fefbfc1a;border-radius:4px;min-width:64px}
.contact-pg .stat-bar-fill{height:100%;background:linear-gradient(37deg,#FFAEE8,#0E090C);border-radius:4px}
@media (max-width: 860px) {
.contact-pg .contact-body{grid-template-columns:1fr;padding:32px 16px;gap:32px}
.contact-pg .reach-hd{padding:32px 16px}
.contact-pg .reach-hd h1{font-size:37px}
.contact-pg .context-inner{flex-direction:column;gap:32px}
.contact-pg .context-strip{padding:32px 16px}
.contact-pg .form-row{grid-template-columns:1fr}
}
@media (max-width: 520px) {
.contact-pg .reach-hd h1{font-size:27px}
.contact-pg .stat-num{font-size:27px}
.contact-pg .form-box{padding:16px}
}
.ok-pg{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 16px;background:#FEFBFC;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;text-rendering:geometricPrecision}
.ok-pg .ok-box{max-width:560px;width:100%;text-align:center}
.ok-pg .ok-icon-wrap{width:72px;height:72px;margin:0 auto 32px;border-radius:36px;background:linear-gradient(37deg,#FFAEE8,#FEFBFC);box-shadow:1px 6px 18px -2px #ffaee81a;display:flex;align-items:center;justify-content:center}
.ok-pg .ok-icon-wrap svg{display:block}
.ok-pg .ok-hd{font-size:37px;line-height:1.2;letter-spacing:-.02em;color:#0E090C;margin:0 0 16px}
.ok-pg .ok-hd span{color:#c460a0}
.ok-pg .ok-sub{font-size:17px;line-height:1.55;color:#3a2e35;margin:0 0 32px;padding:16px;background:linear-gradient(37deg,#ffaee81a,#fefbfc99);border-radius:12px;box-shadow:inset 0 4px 10px -2px #0e090c0d}
.ok-pg .ok-note{font-size:15px;line-height:1.55;color:#6b5762;margin:0 0 32px;letter-spacing:.01em}
.ok-pg .ok-actions{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap}
.ok-pg .btn-main{display:inline-block;padding:16px 32px;background:#0E090C;color:#FEFBFC;font-size:17px;line-height:1.2;letter-spacing:.02em;border-radius:4px;text-decoration:none;box-shadow:1px 8px 36px -2px #0e090c1c;transition:transform .22s ease-out,box-shadow .28s ease-out}
.ok-pg .btn-main:hover{transform:scale(1.04);box-shadow:1px 6px 18px -2px #0e090c2e}
.ok-pg .btn-main:focus{outline:2px solid #FFAEE8;outline-offset:3px}
.ok-pg .btn-sec{display:inline-block;padding:12px 24px;background:transparent;color:#0E090C;font-size:15px;line-height:1.2;letter-spacing:.02em;border-radius:4px;border:1.5px solid #0e090c2e;text-decoration:none;transition:border-color .18s ease-out,transform .2s ease-out}
.ok-pg .btn-sec:hover{border-color:#FFAEE8;transform:scale(1.03)}
.ok-pg .btn-sec:focus{outline:2px solid #FFAEE8;outline-offset:3px}
.ok-pg .ok-divider{width:48px;height:3px;background:linear-gradient(37deg,#FFAEE8,#0E090C);border-radius:36px;margin:32px auto 0}
@media (max-width: 480px) {
.ok-pg .ok-hd{font-size:27px}
.ok-pg .ok-actions{flex-direction:column;align-items:center}
.ok-pg .btn-main,.ok-pg .btn-sec{width:100%;text-align:center}
}