.problem{justify-content:space-between;gap:80px;display:flex}.problem__item{width:calc(50% - 40px)}.problem__li{border:1px solid var(--gray-0);background:#ffffff12;align-items:flex-start;gap:.8em;margin-bottom:5px;padding:1em;font-size:18px;display:flex}.problem__li:last-child{margin-bottom:0}.problem__title{color:#fff;white-space:nowrap;font-weight:500}.problem__text{color:var(--gray-1);word-break:keep-all;letter-spacing:-.5px;font-size:.9em;line-height:1.9}.problem__answer{border-top:1px solid var(--gray-0);padding:1.5em 0;font-size:18px}.problem__heading{color:#fff;margin-bottom:.5em;font-weight:500}.problem__answer .problem__text{padding-left:1em}@media screen and (max-width:1280px){.problem{gap:40px}.problem__item{width:calc(50% - 20px)}}@media screen and (max-width:1024px){.problem{flex-direction:column}.problem__item{width:100%}}@media screen and (max-width:768px){.problem__li{font-size:16px}.problem__text{line-height:1.6}.problem__answer{font-size:16px}}@media screen and (max-width:640px){.problem__li{flex-direction:column;gap:.3em}}.core-tab-btns{grid-template-columns:repeat(2,1fr);max-width:500px;margin-bottom:2px;display:grid}.core-tab-btn{color:var(--gray-1);border-bottom:2px solid var(--gray-1);cursor:pointer;height:2.94em;font-size:16px;transition:all .3s}.core-tab-btn:hover,.core-tab-btn.is-active{color:var(--gold-0);border-color:var(--gold-0)}.core{display:flex}.core__detail{background:var(--black-0);flex-direction:column;justify-content:center;width:50%;padding:50px 40px;display:flex}.core__icon{margin-bottom:.8em;font-size:36px;display:block}.core__title{letter-spacing:-.3px;color:#fff;margin-bottom:.5em;font-size:32px;font-weight:500;line-height:1.4}.core__text{color:var(--gray-1);word-break:keep-all;font-size:16px}.core__badges{align-items:center;gap:8px;margin-top:1rem;display:flex}.core__badge{border:1px solid var(--gold-0);color:var(--gold-0);background:#c9a84c14;padding:.5em 1em;font-size:14px}.core__list{background:#181818;width:50%;padding:50px 40px}.core__li{background:var(--black-0);border:1px solid #ffffff12;margin-bottom:5px;padding:18px 20px;transition:all .3s}.core__li:last-child{margin-bottom:0}.core__li:hover{border-color:var(--gold-0);background:#c9a84c14}.core__heading{color:var(--gold-0);margin-bottom:.5em;font-size:14px}.core__chat{background:#181818;width:50%;padding:50px 40px}.core__chat--q{color:var(--gray-1);background:#ffffff0a;border:1px solid #ffffff12;width:fit-content;margin-bottom:1em;padding:1em;font-size:16px}.core__chat--a{word-break:keep-all;color:#ffffffb3;border:1px solid var(--gold-0);background:#c9a84c14;width:fit-content;max-width:90%;margin-bottom:1em;margin-left:auto;padding:1em;font-size:16px}.core__chat--a:last-child{margin-bottom:0}.core__chat--ai{color:var(--gold-0);align-items:center;gap:.5em;margin-bottom:5px;font-size:14px;display:flex}.core__chat-circle{background:var(--gold-0);border-radius:50%;width:.4em;height:.4em;animation:2s ease-in-out infinite pulse;display:block}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #c9a84c66}50%{opacity:.8;box-shadow:0 0 0 5px #c9a84c00}}.core__art{background:#181818;width:50%;padding:50px 40px}.core__board{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr;gap:3px;height:340px;display:grid}.core__board-cell{position:relative;overflow:hidden}.core__board-cell--large{grid-row:span 2}.core__board-bg{width:100%;height:100%;transition:transform .5s}.core__board-cell:hover .core__board-bg{transform:scale(1.05)}.core__board-bg--1{background:linear-gradient(135deg,#0a1a08,#1a3012,#050e04)}.core__board-bg--2{background:linear-gradient(135deg,#1a1208,#2a1e08,#0f0d05)}.core__board-bg--3{background:radial-gradient(circle at 30% 70%,#1a0808,#080808)}.core__board-bg--4{background:linear-gradient(160deg,#080f08,#0f1a0a,#050805)}.core__board-bg--5{background:linear-gradient(135deg,#0a0a0a,#1a1008,#080808)}.core__board-tag{letter-spacing:.14em;color:#ffffff40;text-transform:uppercase;font-size:14px;position:absolute;bottom:10px;left:12px}@media screen and (max-width:1280px){.core__detail,.core__list,.core__chat,.core__art{padding:25px}}@media screen and (max-width:1024px){.core__icon{font-size:30px}.core__title{font-size:26px}.core__text{font-size:14px}.core__badge{font-size:12px}.core__li{padding:14px}.core__chat--q,.core__chat--a{font-size:14px}.core__chat--ai{font-size:12px}}@media screen and (max-width:768px){.core-tab-btns{max-width:400px}.core-tab-btn{font-size:14px}.core{flex-direction:column}.core__detail,.core__list,.core__chat,.core__art{width:100%}}@media screen and (max-width:640px){.core__detail,.core__list,.core__chat,.core__art{padding:15px}.core__badges{flex-wrap:wrap}}.faq{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.faq__item{background:var(--black-0);border:1px solid #ffffff12;padding:32px}.faq__q{color:#fff;word-break:keep-all;margin-bottom:.5em;font-size:20px;font-weight:500}.faq__a{color:var(--gray-1);word-break:keep-all}@media screen and (max-width:1024px){.faq__item{padding:20px}.faq__q{font-size:18px}.faq__a{font-size:14px}}@media screen and (max-width:768px){.faq{grid-template-columns:repeat(1,1fr)}}
