@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap";

body {
margin: 0;
min-height: 100dvh;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%
}

.topbar {
background: linear-gradient(135deg, #1a1612 0%, #2a2420 100%);
box-sizing: border-box;
padding: 24px 48px 16px
}

.brandrow {
max-width: 1024px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
box-sizing: border-box
}

.logoholder {
background: #0d0c0a;
padding: 8px;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
box-shadow: 0 7px 25px 0 #f2ee0217
}

.logoholder img {
display: block;
width: 68px;
height: 68px;
object-fit: contain
}

.brandtext {
font-family: 'Roboto Mono', monospace;
font-size: 28px;
line-height: 1.35;
font-weight: 700;
color: #F2EE02;
letter-spacing: 0;
margin: 0
}

.locale {
display: flex;
align-items: center;
gap: 8px;
background: #f2ee0214;
padding: 8px 16px;
border-radius: 4px;
border: 1px solid #f2ee022e
}

.locale .material-icons {
font-size: 18px;
color: #F2EE02
}

.localetext {
font-family: 'Roboto Mono', monospace;
font-size: 16px;
line-height: 1.35;
color: #e8e6e4;
margin: 0
}

.navrow {
max-width: 1024px;
margin: 0 auto;
padding: 16px 0 0;
box-sizing: border-box
}

.primarynav {
display: flex;
flex-wrap: wrap;
gap: 8px 24px;
list-style: none;
margin: 0;
padding: 0
}

.primarynav li {
margin: 0;
padding: 0
}

.primarynav a {
font-family: 'Roboto Mono', monospace;
font-size: 16px;
line-height: 1.6;
color: #e8e6e4;
text-decoration: none;
padding: 8px 16px;
display: block;
border: 2px solid transparent;
border-radius: 6px;
transition: border-color .42s cubic-bezier(0.16, 1, 0.3, 1), background-color .38s ease-in-out, box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
box-sizing: border-box
}

.primarynav a:hover {
border-color: #F2EE02;
background: #f2ee020f;
box-shadow: 0 7px 25px 0 #f2ee0217
}

.primarynav a:focus {
outline: none;
border-color: #2D3AA2;
background: #2d3aa214
}

.bottombar {
background: linear-gradient(135deg, #2a2420 0%, #1a1612 100%);
padding: 48px 48px 24px;
box-sizing: border-box;
position: relative;
overflow: hidden
}

.bottombar::before {
content: '7';
position: absolute;
top: -40px;
right: 48px;
font-family: 'Roboto Mono', monospace;
font-size: 280px;
line-height: 1;
font-weight: 700;
color: #f2ee020a;
pointer-events: none;
z-index: 0
}

.footertop {
max-width: 1024px;
margin: 0 auto 48px;
text-align: center;
position: relative;
z-index: 1
}

.footerlogo {
background: #0d0c0a;
padding: 8px;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
display: inline-block;
box-shadow: 0 12px 40px 0 #2d3aa21c
}

.footerlogo img {
display: block;
width: 72px;
height: 72px;
object-fit: contain
}

.footergrid {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr;
gap: 48px;
position: relative;
z-index: 1;
box-sizing: border-box
}

.linkscolumn {
box-sizing: border-box
}

.linkstitle {
font-family: 'Roboto Mono', monospace;
font-size: 18px;
line-height: 1.35;
font-weight: 700;
color: #ECD3F0;
margin: 0 0 24px
}

.footerlinks {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 16px
}

.footerlinks li {
margin: 0;
padding: 0
}

.footerlinks a {
font-family: 'Roboto Mono', monospace;
font-size: 16px;
line-height: 1.6;
color: #d4d2d0;
text-decoration: none;
display: inline-block;
padding: 4px 0;
border-bottom: 2px solid transparent;
transition: color .38s ease-in-out, border-bottom-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.footerlinks a:hover {
color: #F2EE02;
border-bottom-color: #F2EE02
}

.footerlinks a:focus {
outline: none;
color: #ECD3F0;
border-bottom-color: #ECD3F0
}

.sublist {
list-style: none;
margin: 16px 0 0;
padding: 0 0 0 16px;
display: flex;
flex-direction: column;
gap: 8px
}

.sublist li {
margin: 0;
padding: 0
}

.sublist a {
font-size: 16px;
color: #b8b6b4
}

.sublist a:hover {
color: #2D3AA2;
border-bottom-color: #2D3AA2
}

.copyright {
max-width: 1024px;
margin: 48px auto 0;
padding: 24px 0 0;
border-top: 1px solid #f2ee021f;
text-align: center;
position: relative;
z-index: 1;
box-sizing: border-box
}

.copyrighttext {
font-family: 'Roboto Mono', monospace;
font-size: 16px;
line-height: 1.6;
color: #8a8886;
margin: 0
}

.consentbanner {
position: fixed;
bottom: 24px;
left: 24px;
max-width: 420px;
background: #1a1612;
border: 2px solid #F2EE02;
border-radius: 6px;
padding: 16px 24px;
box-shadow: 0 12px 40px 0 #f2ee021c;
z-index: 1500;
box-sizing: border-box
}

.consenttext {
font-family: 'Roboto Mono', monospace;
font-size: 16px;
line-height: 1.6;
color: #e8e6e4;
margin: 0 0 16px
}

.consentactions {
display: flex;
gap: 16px;
flex-wrap: wrap
}

.consentbtn {
font-family: 'Roboto Mono', monospace;
font-size: 16px;
line-height: 1.35;
color: #F2EE02;
background: transparent;
border: none;
padding: 0;
cursor: pointer;
text-decoration: underline;
transition: color .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.consentbtn:hover {
color: #ECD3F0
}

.consentbtn:focus {
outline: none;
color: #2D3AA2
}

.optoutnotice {
font-family: 'Roboto Mono', monospace;
font-size: 16px;
line-height: 1.6;
color: #d4d2d0;
margin: 16px 0 0;
padding: 16px 0 0;
border-top: 1px solid #f2ee021f
}

.optoutcontrol {
display: flex;
align-items: center;
gap: 8px;
margin: 8px 0 0
}

.optoutlabel {
font-family: 'Roboto Mono', monospace;
font-size: 16px;
line-height: 1.35;
color: #e8e6e4;
cursor: pointer;
display: flex;
align-items: center;
gap: 8px
}

.optoutcheck {
width: 20px;
height: 20px;
cursor: pointer;
accent-color: #F2EE02
}

.policylink {
font-family: 'Roboto Mono', monospace;
font-size: 16px;
line-height: 1.6;
color: #b8b6b4;
margin: 8px 0 0;
display: block
}

.policylink a {
color: #b8b6b4;
text-decoration: underline;
transition: color .38s ease-in-out
}

.policylink a:hover {
color: #F2EE02
}

.policylink a:focus {
outline: none;
color: #2D3AA2
}

.terms-body {
max-width: 1024px;
margin: 0 auto;
padding: 48px 24px;
background: #1a1512;
color: #f5f5f5
}

.terms-body h1 {
font-size: 72px;
line-height: 1.1;
margin: 0 0 48px;
color: #fff
}

.terms-body h2 {
font-size: 40px;
line-height: 1.35;
margin: 48px 0 24px;
color: #fff
}

.terms-body h3 {
font-size: 28px;
line-height: 1.35;
margin: 48px 0 16px;
color: #F2EE02
}

.terms-body h4 {
font-size: 18px;
line-height: 1.6;
margin: 24px 0 16px;
color: #ECD3F0;
text-transform: uppercase
}

.terms-body h5 {
font-size: 18px;
line-height: 1.6;
margin: 24px 0 8px;
color: #f5f5f5
}

.terms-body h6 {
font-size: 16px;
line-height: 1.6;
margin: 16px 0 8px;
color: #d4d4d4
}

.terms-body p {
font-size: 18px;
line-height: 1.8;
margin: 0 0 24px;
color: #e8e8e8
}

.terms-body ul,
.terms-body ol {
font-size: 18px;
line-height: 1.8;
margin: 0 0 24px;
padding: 0 0 0 24px;
color: #e8e8e8
}

.terms-body li {
margin: 0 0 8px
}

.terms-body li:last-child {
margin: 0
}

.terms-body ul ul,
.terms-body ul ol,
.terms-body ol ul,
.terms-body ol ol {
margin: 8px 0 0
}

.terms-body strong,
.terms-body b {
color: #fff;
font-weight: 600
}

.terms-body a {
color: #F2EE02;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 4px;
transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.terms-body a:hover {
color: #ECD3F0
}

.terms-body a:focus {
outline: 1px solid #F2EE02;
outline-offset: 4px;
border-radius: 1px
}

.terms-body hr {
border: none;
height: 1px;
background: #3d3530;
margin: 48px 0
}

.terms-body div {
margin: 0 0 24px
}

.terms-body h1+p,
.terms-body h2+p,
.terms-body h3+p {
margin-top: 0
}

@media (max-width: 768px) {
.terms-body {
padding: 24px 16px
}

.terms-body h1 {
font-size: 40px;
margin: 0 0 24px
}

.terms-body h2 {
font-size: 28px;
margin: 24px 0 16px
}

.terms-body h3 {
font-size: 18px;
margin: 24px 0 8px
}

.terms-body h4,
.terms-body h5,
.terms-body h6 {
font-size: 16px;
margin: 16px 0 8px
}

.terms-body p,
.terms-body ul,
.terms-body ol {
font-size: 16px
}

.terms-body hr {
margin: 24px 0
}
}

.sup {
background: #1a0f0a;
color: #e8e8e8;
min-height: 100vh
}

.sup .tophd {
background: linear-gradient(167deg, #F2EE02 0%, transparent 48%, #2D3AA2 100%);
padding: 48px 24px;
position: relative;
overflow: hidden
}

.sup .tophd::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 120px;
height: 120px;
border-top: 1px solid #ffffff26;
border-right: 1px solid #ffffff26;
border-radius: 0 0 0 10px
}

.sup .tophd::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 90px;
height: 90px;
border-bottom: 1px solid #ffffff26;
border-left: 1px solid #ffffff26;
border-radius: 0 10px 0 0
}

.sup .tophdwrap {
max-width: 1024px;
margin: 0 auto
}

.sup .tophdtxt h1 {
font-size: 72px;
line-height: 1.1;
color: #0a0604;
margin: 0 0 24px;
text-shadow: 0 1px 3px #f2ee0214
}

.sup .tophdtxt p {
font-size: 18px;
line-height: 1.6;
color: #0a0604;
max-width: 640px;
margin: 0
}

.sup .channelgrid {
background: #120a06;
padding: 48px 24px;
position: relative
}

.sup .channelgrid::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background: linear-gradient(180deg, #120a06 0%, #1a0f0a 100%);
z-index: 0
}

.sup .channelwrap {
max-width: 1024px;
margin: 0 auto;
position: relative;
z-index: 1
}

.sup .channelhdg {
background: #2D3AA2;
display: inline-block;
padding: 8px 24px;
margin: 0 0 48px
}

.sup .channelhdg h2 {
font-size: 40px;
line-height: 1.35;
color: #e8e8e8;
margin: 0
}

.sup .channelitems {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px
}

.sup .channelcard {
background: #241612;
border: 4px solid #2D3AA2;
padding: 24px;
transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
border-radius: 6px;
position: relative
}

.sup .channelcard:hover {
transform: rotate(1deg);
box-shadow: 0 12px 40px 0 #2d3aa21c;
border-color: #F2EE02
}

.sup .channelcard:hover .channeliconwrap {
border-color: #F2EE02
}

.sup .channeliconwrap {
width: 56px;
height: 56px;
border: 4px solid #2D3AA2;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 16px;
background: #1a0f0a;
transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.sup .channelicon {
width: 28px;
height: 28px;
fill: #F2EE02
}

.sup .channelcard h3 {
font-size: 28px;
line-height: 1.35;
color: #e8e8e8;
margin: 0 0 8px
}

.sup .channelcard p {
font-size: 16px;
line-height: 1.6;
color: #c4c4c4;
margin: 0 0 16px
}

.sup .channeldetail {
font-size: 16px;
line-height: 1.6;
color: #F2EE02;
margin: 0;
font-weight: 600
}

.sup .knowledgerow {
background: #0f0805;
padding: 48px 24px
}

.sup .knowledgewrap {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px
}

.sup .knowledgeleft {
background: #1a0f0a;
padding: 24px;
border-radius: 4px;
border: 1px solid #2D3AA2
}

.sup .knowledgeleft h2 {
font-size: 40px;
line-height: 1.1;
color: #e8e8e8;
margin: 0 0 24px
}

.sup .knowledgeleft p {
font-size: 16px;
line-height: 1.8;
color: #c4c4c4;
margin: 0 0 16px
}

.sup .knowledgeleft p:last-of-type {
margin: 0
}

.sup .knowledgeright {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border-radius: 4px
}

.sup .knowledgeright img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block
}

.sup .responsegrid {
background: #ECD3F0;
padding: 48px 24px;
position: relative
}

.sup .responsegrid::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background: linear-gradient(180deg, #ECD3F0 0%, #d4b5db 100%);
z-index: 0
}

.sup .responsewrap {
max-width: 1024px;
margin: 0 auto;
position: relative;
z-index: 1
}

.sup .responsehdg {
text-align: left;
margin: 0 0 48px
}

.sup .responsehdg h2 {
font-size: 40px;
line-height: 1.35;
color: #0a0604;
margin: 0 0 16px
}

.sup .responsehdg p {
font-size: 18px;
line-height: 1.6;
color: #241612;
margin: 0;
max-width: 720px
}

.sup .responsetimeline {
display: flex;
flex-direction: column;
gap: 24px
}

.sup .responsestep {
display: flex;
gap: 24px;
align-items: flex-start
}

.sup .responsenumdot {
width: 64px;
height: 64px;
background: #2D3AA2;
border: 4px solid #0a0604;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 28px;
line-height: 1.1;
color: #e8e8e8;
font-weight: 600;
transition: background .5s ease-in-out, transform .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.sup .responsestep:hover .responsenumdot {
background: #F2EE02;
color: #0a0604;
transform: rotate(-2deg)
}

.sup .responsetxt {
flex: 1;
background: #ffffff80;
padding: 24px;
border-radius: 4px;
border: 1px solid #2d3aa233;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px)
}

.sup .responsetxt h3 {
font-size: 28px;
line-height: 1.35;
color: #0a0604;
margin: 0 0 8px
}

.sup .responsetxt p {
font-size: 16px;
line-height: 1.6;
color: #241612;
margin: 0
}

.sup .responsemetric {
display: flex;
align-items: center;
gap: 8px;
margin: 16px 0 0
}

.sup .responsemetricval {
font-size: 28px;
line-height: 1.1;
color: #2D3AA2;
font-weight: 600
}

.sup .responsemetricsym {
width: 24px;
height: 24px
}

.sup .responsemetricsym svg {
width: 100%;
height: 100%;
fill: #2D3AA2
}

.sup .responsebar {
margin: 16px 0 0
}

.sup .responsebarlab {
font-size: 16px;
line-height: 1.35;
color: #0a0604;
margin: 0 0 8px;
font-weight: 600
}

.sup .responsebarbg {
width: 100%;
height: 16px;
background: #2d3aa233;
border-radius: 1px;
overflow: hidden;
position: relative
}

.sup .responsebarfill {
height: 100%;
background: linear-gradient(90deg, #2D3AA2 0%, #F2EE02 100%);
border-radius: 1px;
transition: width .55s cubic-bezier(0.16, 1, 0.3, 1)
}

@media (max-width: 768px) {
.sup .tophd {
padding: 24px 16px
}

.sup .tophdtxt h1 {
font-size: 40px
}

.sup .tophdtxt p {
font-size: 16px
}

.sup .channelgrid {
padding: 24px 16px
}

.sup .channelhdg {
padding: 4px 16px;
margin: 0 0 24px
}

.sup .channelhdg h2 {
font-size: 28px
}

.sup .channelitems {
grid-template-columns: 1fr
}

.sup .knowledgerow {
padding: 24px 16px
}

.sup .knowledgewrap {
grid-template-columns: 1fr;
gap: 24px
}

.sup .knowledgeleft h2 {
font-size: 28px
}

.sup .responsegrid {
padding: 24px 16px
}

.sup .responsehdg h2 {
font-size: 28px
}

.sup .responsehdg p {
font-size: 16px
}

.sup .responsestep {
flex-direction: column;
gap: 16px
}

.sup .responsenumdot {
width: 48px;
height: 48px;
font-size: 18px
}
}

.aboutpg {
background: #1a0f0a;
color: #e8e6e3;
overflow-x: clip
}

.aboutpg .leadzone {
max-width: 1024px;
margin: 0 auto;
padding: 48px 24px;
position: relative;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 24px
}

.aboutpg .leadzone::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 280px;
height: 100%;
background: linear-gradient(135deg, #f2ee020a 0%, transparent 60%, #2d3aa20f 100%);
pointer-events: none;
z-index: 1
}

.aboutpg .leadzone::after {
content: '';
position: absolute;
top: 48px;
right: 24px;
width: 120px;
height: 120px;
opacity: .08;
background-image: repeating-linear-gradient(90deg, #F2EE02 0px, #F2EE02 2px, transparent 2px, transparent 8px), repeating-linear-gradient(0deg, #F2EE02 0px, #F2EE02 2px, transparent 2px, transparent 8px);
pointer-events: none;
z-index: 2
}

.aboutpg .leadcontent {
max-width: 620px;
position: relative;
z-index: 3
}

.aboutpg .leadcontent h1 {
font-size: 72px;
line-height: 1.1;
margin: 0 0 24px;
color: #F2EE02;
text-align: right
}

.aboutpg .leadcontent p {
font-size: 18px;
line-height: 1.6;
margin: 0 0 16px;
text-align: right
}

.aboutpg .leadcontent p:last-of-type {
margin-bottom: 0
}

.aboutpg .leadimg {
width: 340px;
height: 240px;
position: relative;
z-index: 3;
opacity: .35;
border: 1px solid #f2ee0226;
overflow: hidden
}

.aboutpg .leadimg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center
}

.aboutpg .dotpath {
position: absolute;
bottom: 48px;
left: 24px;
display: flex;
gap: 16px;
z-index: 2;
pointer-events: none
}

.aboutpg .dotpath span {
width: 6px;
height: 6px;
background: #F2EE02;
border-radius: 50%;
opacity: .3
}

.aboutpg .dotpath span:nth-child(2) {
opacity: .5
}

.aboutpg .dotpath span:nth-child(3) {
opacity: .7
}

.aboutpg .dotpath span:nth-child(4) {
opacity: .9
}

.aboutpg .splitzone {
max-width: 1024px;
margin: 0 auto;
padding: 0;
position: relative;
background: linear-gradient(to bottom, #2D3AA2 0%, #2D3AA2 50%, #1a0f0a 50%, #1a0f0a 100%)
}

.aboutpg .splitinner {
padding: 48px 24px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px
}

.aboutpg .splitcol {
display: flex;
flex-direction: column;
gap: 24px
}

.aboutpg .splitcol.left {
background: #f2ee0208;
padding: 24px;
border-radius: 4px;
border: 1px solid #f2ee021f;
box-shadow: 0 7px 25px 0 #f2ee0217
}

.aboutpg .splitcol.right {
background: #ecd3f00a;
padding: 24px;
border-radius: 6px;
border: 1px solid #ecd3f01c;
box-shadow: 0 7px 25px 0 #ecd3f017
}

.aboutpg .splitcol h2 {
font-size: 40px;
line-height: 1.1;
margin: 0 0 16px;
color: #F2EE02;
background: #2d3aa233;
padding: 8px 16px;
border-radius: 1px;
display: inline-block;
align-self: flex-start
}

.aboutpg .splitcol.right h2 {
color: #ECD3F0;
background: #f2ee021f
}

.aboutpg .splitcol p {
font-size: 16px;
line-height: 1.6;
margin: 0
}

.aboutpg .splitcol ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 16px
}

.aboutpg .splitcol ul li {
position: relative;
padding-left: 32px;
font-size: 16px;
line-height: 1.6
}

.aboutpg .splitcol ul li::before {
content: '';
position: absolute;
left: 0;
top: 8px;
width: 8px;
height: 8px;
background: #F2EE02;
border-radius: 50%
}

.aboutpg .splitcol ul li::after {
content: '';
position: absolute;
left: 3px;
top: 16px;
width: 2px;
height: calc(100% - 8px);
background: #f2ee0233
}

.aboutpg .splitcol ul li:last-child::after {
display: none
}

.aboutpg .splitcol.right ul li::before {
background: #ECD3F0
}

.aboutpg .splitcol.right ul li::after {
background: #ecd3f033
}

.aboutpg .divider {
max-width: 1024px;
margin: 0 auto;
height: 48px;
position: relative;
overflow: hidden
}

.aboutpg .divider svg {
position: absolute;
right: 80px;
top: 0;
width: 60px;
height: 48px
}

.aboutpg .showcase {
max-width: 1024px;
margin: 0 auto;
padding: 48px 24px;
background: #0d0805;
position: relative
}

.aboutpg .showcase::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
background: linear-gradient(to bottom, transparent 0%, #F2EE02 30%, #2D3AA2 70%, transparent 100%)
}

.aboutpg .showcasehd {
text-align: center;
margin-bottom: 48px
}

.aboutpg .showcasehd h2 {
font-size: 40px;
line-height: 1.1;
margin: 0 0 16px;
color: #ECD3F0
}

.aboutpg .showcasehd p {
font-size: 18px;
line-height: 1.6;
margin: 0;
color: #b8b6b3
}

.aboutpg .cardgrid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px
}

.aboutpg .card {
background: #2d3aa20f;
border: 2px solid #f2ee0226;
border-radius: 10px;
overflow: hidden;
position: relative;
transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.aboutpg .card:hover {
box-shadow: 0 12px 40px 0 #f2ee021c;
border-color: #f2ee0259
}

.aboutpg .card::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent 0%, #f2ee0214 50%, transparent 100%);
transition: left .55s cubic-bezier(0.16, 1, 0.3, 1);
pointer-events: none;
z-index: 1
}

.aboutpg .card:hover::before {
left: 100%
}

.aboutpg .cardimg {
width: 100%;
height: 180px;
position: relative;
overflow: hidden
}

.aboutpg .cardimg::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, transparent 0%, #1a0f0ab3 100%);
pointer-events: none
}

.aboutpg .cardimg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.aboutpg .card:hover .cardimg img {
transform: scale(1.05)
}

.aboutpg .cardtxt {
padding: 24px;
position: relative;
z-index: 2
}

.aboutpg .cardtxt h3 {
font-size: 28px;
line-height: 1.35;
margin: 0 0 8px;
color: #F2EE02
}

.aboutpg .cardtxt p {
font-size: 16px;
line-height: 1.6;
margin: 0;
color: #c8c6c3
}

.aboutpg .metriczone {
max-width: 1024px;
margin: 0 auto;
padding: 48px 24px;
background: #F2EE02;
position: relative;
overflow: hidden
}

.aboutpg .metriczone::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 200px;
height: 200px;
background: radial-gradient(circle at center, #2d3aa226 0%, transparent 70%);
pointer-events: none
}

.aboutpg .metriczone::after {
content: '';
position: absolute;
top: 24px;
left: 24px;
width: 48px;
height: 4px;
background: #2D3AA2
}

.aboutpg .metrichd {
margin-bottom: 48px
}

.aboutpg .metrichd h2 {
font-size: 40px;
line-height: 1.1;
margin: 0 0 16px;
color: #2D3AA2;
text-align: left
}

.aboutpg .metrichd p {
font-size: 18px;
line-height: 1.6;
margin: 0;
color: #1a0f0a;
text-align: left
}

.aboutpg .metricgrid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px
}

.aboutpg .metricitem {
background: #2d3aa214;
padding: 24px;
border-radius: 6px;
border: 2px solid #2D3AA2;
position: relative;
transition: transform .4s ease-in-out, box-shadow .4s ease-in-out
}

.aboutpg .metricitem:hover {
transform: translateY(-4px);
box-shadow: 0 12px 40px 0 #2d3aa21c
}

.aboutpg .metricitem::before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
border: 2px solid transparent;
border-radius: 6px;
opacity: 0;
transition: opacity .5s cubic-bezier(0.16, 1, 0.3, 1);
pointer-events: none
}

.aboutpg .metricitem:hover::before {
opacity: 1;
animation: bordertrace .5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
border-color: #2D3AA2
}

@keyframes bordertrace {
0% {
clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

25% {
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

50% {
clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%)
}

75% {
clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%)
}

100% {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}
}

.aboutpg .metricnum {
font-size: 72px;
line-height: 1.1;
margin: 0 0 8px;
color: #2D3AA2;
font-weight: 700
}

.aboutpg .metriclbl {
font-size: 16px;
line-height: 1.35;
margin: 0;
color: #1a0f0a
}

.aboutpg .decorstrokes {
position: absolute;
top: 48px;
left: 24px;
width: 80px;
height: 60px;
pointer-events: none;
opacity: .4
}

.aboutpg .decorstrokes span {
position: absolute;
background: #2D3AA2;
height: 2px;
transform-origin: left center
}

.aboutpg .decorstrokes span:nth-child(1) {
width: 40px;
top: 0;
left: 0;
transform: rotate(-15deg)
}

.aboutpg .decorstrokes span:nth-child(2) {
width: 50px;
top: 16px;
left: 0;
transform: rotate(-10deg)
}

.aboutpg .decorstrokes span:nth-child(3) {
width: 35px;
top: 32px;
left: 0;
transform: rotate(-20deg)
}

.aboutpg .decorstrokes span:nth-child(4) {
width: 45px;
top: 48px;
left: 0;
transform: rotate(-12deg)
}

@media (max-width: 768px) {
.aboutpg .leadzone {
padding: 24px 16px;
align-items: center
}

.aboutpg .leadzone::before {
width: 100%
}

.aboutpg .leadzone::after {
right: 16px;
top: 24px
}

.aboutpg .leadcontent h1 {
font-size: 40px;
text-align: center
}

.aboutpg .leadcontent p {
font-size: 16px;
text-align: center
}

.aboutpg .leadimg {
width: 100%;
max-width: 340px
}

.aboutpg .dotpath {
left: 16px;
bottom: 24px
}

.aboutpg .splitinner {
padding: 24px 16px;
grid-template-columns: 1fr;
gap: 24px
}

.aboutpg .splitcol h2 {
font-size: 28px
}

.aboutpg .showcase {
padding: 24px 16px
}

.aboutpg .showcasehd h2 {
font-size: 28px
}

.aboutpg .showcasehd p {
font-size: 16px
}

.aboutpg .cardgrid {
grid-template-columns: 1fr
}

.aboutpg .metriczone {
padding: 24px 16px
}

.aboutpg .metriczone::after {
left: 16px
}

.aboutpg .metrichd h2 {
font-size: 28px
}

.aboutpg .metrichd p {
font-size: 16px
}

.aboutpg .metricgrid {
grid-template-columns: 1fr 1fr
}

.aboutpg .metricnum {
font-size: 40px
}

.aboutpg .decorstrokes {
left: 16px;
top: 24px
}
}

.entryhub {
background: #1a0f0a;
color: #e8e4df;
min-height: 100vh
}

.entryhub .titlezone {
max-width: 1024px;
margin: 0 auto;
padding: 96px 24px 48px;
position: relative;
text-align: center
}

.entryhub .titlezone::before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 280px;
height: 180px;
background-image: radial-gradient(circle, #f2ee0208 1px, transparent 1px);
background-size: 16px 16px;
pointer-events: none;
z-index: 1
}

.entryhub .titleimg {
width: 100%;
max-width: 680px;
height: 420px;
object-fit: cover;
object-position: center 35%;
border-radius: 4px;
margin: 0 auto 48px;
display: block;
position: relative
}

.entryhub .titleimgwrap {
position: relative;
max-width: 680px;
margin: 0 auto 48px
}

.entryhub .titleimgwrap::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 180px;
background: linear-gradient(to top, #1a0f0a 0%, transparent 100%);
pointer-events: none;
border-radius: 0 0 4px 4px
}

.entryhub .titlecopy {
position: relative;
z-index: 2
}

.entryhub .titlecopy h1 {
font-size: 72px;
line-height: 1.1;
margin: 0 0 24px;
color: #F2EE02
}

.entryhub .titlecopy .titlelink {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 18px;
color: #ECD3F0;
text-decoration: none;
padding: 16px 48px;
border: 3px solid #ECD3F0;
border-radius: 4px;
transition: box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1), background .42s cubic-bezier(0.16, 1, 0.3, 1);
background: transparent
}

.entryhub .titlecopy .titlelink:hover {
box-shadow: 0 12px 40px 0 #ecd3f01c;
background: #ecd3f00f
}

.entryhub .readyblock {
max-width: 1024px;
margin: 0 auto;
padding: 48px 24px;
background: linear-gradient(145deg, #251812 0%, #1a0f0a 100%)
}

.entryhub .readyinner {
display: flex;
flex-direction: column;
gap: 24px
}

.entryhub .readyhead {
font-size: 40px;
line-height: 1.35;
margin: 0;
color: #F2EE02
}

.entryhub .readygrid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px
}

.entryhub .readycard {
background: #2a1d15;
padding: 24px;
border-radius: 6px;
border: 1px solid #f2ee021f;
transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.entryhub .readycard:hover {
transform: translateY(-4px);
box-shadow: 0 12px 40px 0 #f2ee021c
}

.entryhub .readycard h3 {
font-size: 18px;
line-height: 1.35;
margin: 0 0 8px;
color: #ECD3F0
}

.entryhub .readycard p {
font-size: 16px;
line-height: 1.6;
margin: 0;
color: #c4bdb5
}

.entryhub .excludezone {
max-width: 1024px;
margin: 0 auto;
padding: 48px 24px;
position: relative
}

.entryhub .excludezone::before {
content: '';
position: absolute;
top: 48px;
left: 24px;
right: 24px;
bottom: 48px;
border: 1px solid #ecd3f014;
border-radius: 10px;
pointer-events: none
}

.entryhub .excludezone::after {
content: '';
position: absolute;
top: 24px;
left: 50%;
width: 1px;
height: calc(100% - 48px);
background: linear-gradient(to bottom, transparent 0%, #2d3aa24d 50%, transparent 100%);
transform: translateX(-50%) rotate(2deg);
pointer-events: none
}

.entryhub .excludeinner {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
gap: 24px
}

.entryhub .excludehead {
font-size: 40px;
line-height: 1.35;
margin: 0;
text-align: center;
color: #e8e4df
}

.entryhub .excludelist {
display: flex;
flex-direction: column;
gap: 16px;
list-style: none;
padding: 0;
margin: 0
}

.entryhub .excludeitem {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 24px;
background: #251812;
border-radius: 4px;
border-left: 4px solid #2D3AA2;
box-shadow: 0 1px 3px 0 #2d3aa214;
transition: border-left-width .38s ease-in-out, padding-left .38s ease-in-out
}

.entryhub .excludeitem:hover {
border-left-width: 8px;
padding-left: 20px
}

.entryhub .excludeicon {
width: 32px;
height: 32px;
flex-shrink: 0;
border: 2px solid #2D3AA2;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 4px
}

.entryhub .excludeicon::before {
content: '';
width: 14px;
height: 2px;
background: #2D3AA2;
border-radius: 1px
}

.entryhub .excludecopy h4 {
font-size: 18px;
line-height: 1.35;
margin: 0 0 8px;
color: #F2EE02
}

.entryhub .excludecopy p {
font-size: 16px;
line-height: 1.6;
margin: 0;
color: #c4bdb5
}

.entryhub .outcomezone {
background: #F2EE02;
padding: 48px 24px
}

.entryhub .outcomeinner {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: center
}

.entryhub .outcometxt h2 {
font-size: 40px;
line-height: 1.35;
margin: 0 0 24px;
color: #1a0f0a;
background: #2D3AA2;
color: #F2EE02;
display: inline-block;
padding: 8px 16px;
border-radius: 4px
}

.entryhub .outcomelist {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 16px
}

.entryhub .outcomelist li {
font-size: 16px;
line-height: 1.6;
color: #1a0f0a;
padding-left: 32px;
position: relative
}

.entryhub .outcomelist li::before {
content: '';
position: absolute;
left: 0;
top: 8px;
width: 8px;
height: 8px;
background: #2D3AA2;
border-radius: 50%
}

.entryhub .outcomelist li::after {
content: '';
position: absolute;
left: 3px;
top: 16px;
width: 2px;
height: calc(100% - 8px);
background: #2d3aa233
}

.entryhub .outcomelist li:last-child::after {
display: none
}

.entryhub .outcomeimg {
width: 100%;
height: 380px;
object-fit: cover;
object-position: center 40%;
border-radius: 6px;
border: 4px solid #2D3AA2;
transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1), filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.entryhub .outcomeimg:hover {
transform: scale(1.02);
filter: brightness(1.08)
}

.entryhub .evidencezone {
max-width: 1024px;
margin: 0 auto;
padding: 48px 24px;
background: #1a0f0a
}

.entryhub .evidencehead {
font-size: 40px;
line-height: 1.35;
margin: 0 0 48px;
text-align: center;
color: #ECD3F0
}

.entryhub .evidencegrid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px
}

.entryhub .metricbox {
background: #251812;
padding: 24px;
border-radius: 6px;
text-align: center;
border: 1px solid #ecd3f01a;
position: relative;
overflow: hidden;
transition: transform .48s cubic-bezier(0.16, 1, 0.3, 1)
}

.entryhub .metricbox::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: radial-gradient(circle, #ecd3f014 0%, transparent 70%);
border-radius: 50%;
transform: translate(-50%, -50%);
transition: width .55s cubic-bezier(0.16, 1, 0.3, 1), height .55s cubic-bezier(0.16, 1, 0.3, 1);
pointer-events: none
}

.entryhub .metricbox:hover::before {
width: 200%;
height: 200%
}

.entryhub .metricbox:hover {
transform: translateY(-6px)
}

.entryhub .metricnum {
font-size: 40px;
line-height: 1.1;
margin: 0 0 8px;
color: #F2EE02;
position: relative;
z-index: 1
}

.entryhub .metriclabel {
font-size: 16px;
line-height: 1.35;
margin: 0;
color: #c4bdb5;
position: relative;
z-index: 1
}

.entryhub .adaptzone {
max-width: 1024px;
margin: 0 auto;
padding: 48px 24px;
background: linear-gradient(165deg, #1a0f0a 0%, transparent 40%, #2D3AA2 100%);
position: relative
}

.entryhub .adaptzone::before {
content: '';
position: absolute;
top: 0;
left: 50%;
width: 600px;
height: 600px;
background-image: repeating-radial-gradient(circle at center, transparent 0px, transparent 40px, #ecd3f005 40px, #ecd3f005 42px);
transform: translateX(-50%);
pointer-events: none;
opacity: .4
}

.entryhub .adaptinner {
position: relative;
z-index: 1
}

.entryhub .adapthead {
font-size: 40px;
line-height: 1.35;
margin: 0 0 24px;
color: #F2EE02
}

.entryhub .adaptcols {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 48px;
align-items: start
}

.entryhub .adapttext p {
font-size: 16px;
line-height: 1.6;
margin: 0 0 16px;
color: #e8e4df
}

.entryhub .adapttext p:last-child {
margin-bottom: 0
}

.entryhub .adaptimg {
width: 100%;
height: 320px;
object-fit: cover;
object-position: center 30%;
border-radius: 10px;
box-shadow: 0 7px 25px 0 #ecd3f017;
transition: box-shadow .52s ease-in-out, filter .52s ease-in-out
}

.entryhub .adaptimg:hover {
box-shadow: 0 12px 40px 0 #ecd3f01c;
filter: brightness(1.1)
}

.entryhub .icontrail {
display: flex;
align-items: center;
gap: 24px;
margin: 24px 0 0
}

.entryhub .trailicon {
width: 48px;
height: 48px;
background: #2D3AA2;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
flex-shrink: 0
}

.entryhub .trailicon svg {
width: 24px;
height: 24px;
fill: #F2EE02
}

.entryhub .trailicon:not(:last-child)::after {
content: '';
position: absolute;
left: 100%;
top: 50%;
width: 24px;
height: 2px;
background-image: linear-gradient(to right, #ECD3F0 0%, transparent 50%, #ECD3F0 100%);
background-size: 8px 2px;
background-repeat: repeat-x
}

@media (max-width: 768px) {
.entryhub .titlezone {
padding: 72px 16px 24px
}

.entryhub .titlecopy h1 {
font-size: 40px
}

.entryhub .titleimg {
height: 280px
}

.entryhub .readygrid {
grid-template-columns: 1fr
}

.entryhub .outcomeinner {
grid-template-columns: 1fr;
gap: 24px
}

.entryhub .evidencegrid {
grid-template-columns: repeat(2, 1fr);
gap: 16px
}

.entryhub .adaptcols {
grid-template-columns: 1fr;
gap: 24px
}

.entryhub .readyblock,
.entryhub .excludezone,
.entryhub .outcomezone,
.entryhub .evidencezone,
.entryhub .adaptzone {
padding: 24px 16px
}

.entryhub .readyhead,
.entryhub .excludehead,
.entryhub .outcometxt h2,
.entryhub .evidencehead,
.entryhub .adapthead {
font-size: 28px
}
}

.cntct {
background: #1a0f0a;
color: #e8e4df;
min-height: 100vh
}

.cntct .topzigzag {
position: relative;
background: linear-gradient(180deg, #2D3AA2 0%, #1a0f0a 100%);
padding: 48px 24px 96px;
overflow: hidden
}

.cntct .topzigzag::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 24px;
background-image: linear-gradient(135deg, #1a0f0a 25%, transparent 25%), linear-gradient(225deg, #1a0f0a 25%, transparent 25%);
background-size: 48px 24px;
background-position: 0 0, 24px 0;
background-repeat: repeat-x
}

.cntct .topbox {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1.4fr;
gap: 48px;
align-items: start
}

.cntct .txtside {
padding: 24px 0
}

.cntct .txtside::before {
content: '';
position: absolute;
width: 120px;
height: 1px;
background: #F2EE02;
top: 0;
left: 0
}

.cntct .txtside::after {
content: '';
position: absolute;
width: 1px;
height: 80px;
background: #ECD3F0;
top: 0;
right: 0
}

.cntct .txtside {
position: relative
}

.cntct .maintitle {
font-size: 40px;
line-height: 1.1;
margin: 0 0 16px;
color: #F2EE02
}

.cntct .probtext {
font-size: 18px;
line-height: 1.6;
margin: 0 0 24px;
color: #c4bfba
}

.cntct .soltext {
font-size: 16px;
line-height: 1.6;
margin: 0;
color: #e8e4df
}

.cntct .imgside {
position: relative;
height: 420px;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 12px 40px 0 #2d3aa21c
}

.cntct .imgside::before {
content: '';
position: absolute;
inset: 0;
background: #2D3AA2;
opacity: .15;
z-index: 1;
pointer-events: none
}

.cntct .imgside img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 30%;
display: block
}

.cntct .formsec {
background: #0f0a07;
padding: 96px 24px;
position: relative
}

.cntct .formwrap {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1.8fr;
gap: 48px;
align-items: start
}

.cntct .infoside {
position: relative
}

.cntct .infotitle {
font-size: 28px;
line-height: 1.35;
margin: 0 0 24px;
background: linear-gradient(90deg, #F2EE02 0%, transparent 100%);
display: inline-block;
padding: 8px 24px 8px 0;
color: #1a0f0a;
border-radius: 1px
}

.cntct .contactlist {
list-style: none;
margin: 0;
padding: 0
}

.cntct .contactlist li {
margin: 0 0 24px;
padding: 0 0 0 48px;
position: relative;
font-size: 16px;
line-height: 1.6
}

.cntct .contactlist li::before {
content: '';
position: absolute;
left: 0;
top: 4px;
width: 32px;
height: 32px;
border-radius: 50%;
background: linear-gradient(135deg, #2D3AA2 0%, #1a0f0a 100%);
box-shadow: 0 7px 25px 0 #f2ee0217
}

.cntct .contactlist li:nth-child(1)::after {
content: '';
position: absolute;
left: 8px;
top: 12px;
width: 16px;
height: 16px;
background: #F2EE02;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.cntct .contactlist li:nth-child(2)::after {
content: '';
position: absolute;
left: 10px;
top: 12px;
width: 12px;
height: 12px;
border: 2px solid #ECD3F0;
border-radius: 50%
}

.cntct .contactlist li:nth-child(3)::after {
content: '';
position: absolute;
left: 8px;
top: 10px;
width: 16px;
height: 16px;
border: 2px solid #F2EE02;
border-top: none;
border-right: none;
transform: rotate(-45deg)
}

.cntct .contactlist li:nth-child(4)::after {
content: '';
position: absolute;
left: 8px;
top: 12px;
width: 16px;
height: 2px;
background: #ECD3F0;
box-shadow: 0 6px 0 #ECD3F0, 0 12px 0 #ECD3F0
}

.cntct .contactlist strong {
display: block;
color: #F2EE02;
margin: 0 0 4px
}

.cntct .contactlist a {
color: #e8e4df;
text-decoration: none;
transition: color .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.cntct .contactlist a:hover {
color: #F2EE02
}

.cntct .formbox {
background: linear-gradient(0deg, #1a0f0a 0%, #0f0a07 100%);
border: 3px solid #2D3AA2;
border-radius: 10px;
padding: 48px;
box-shadow: 0 12px 40px 0 #2d3aa21c
}

.cntct .formtitle {
font-size: 28px;
line-height: 1.35;
margin: 0 0 8px;
text-align: center;
color: #F2EE02
}

.cntct .formdesc {
font-size: 16px;
line-height: 1.6;
margin: 0 0 48px;
text-align: left;
color: #c4bfba
}

.cntct .actualform {
display: flex;
flex-direction: column;
gap: 24px
}

.cntct .fldgroup {
display: flex;
flex-direction: column;
gap: 8px
}

.cntct .fldlabel {
font-size: 16px;
line-height: 1.35;
color: #e8e4df;
display: block
}

.cntct .fldinput {
background: #1a0f0a;
border: 2px solid #2D3AA2;
border-radius: 4px;
padding: 16px;
font-size: 16px;
line-height: 1.35;
color: #e8e4df;
transition: border-color .38s ease-in-out, box-shadow .38s ease-in-out;
box-shadow: inset 0 2px 4px #2d3aa214
}

.cntct .fldinput:focus {
outline: none;
border-color: #F2EE02;
box-shadow: 0 7px 25px 0 #f2ee0217 inset 0 2px 4px #2d3aa214
}

.cntct .fldinput::placeholder {
color: #6b5f55;
text-overflow: ellipsis
}

.cntct .methodgroup {
display: flex;
flex-direction: column;
gap: 8px
}

.cntct .methodtitle {
font-size: 16px;
line-height: 1.35;
color: #e8e4df;
margin: 0 0 8px
}

.cntct .checkgrid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px
}

.cntct .checkitem {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
padding: 16px;
background: #1a0f0a;
border: 2px solid #2D3AA2;
border-radius: 4px;
transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cntct .checkitem:hover {
border-color: #ECD3F0;
background: #241912
}

.cntct .checkitem input[type="checkbox"] {
appearance: none;
width: 24px;
height: 24px;
border: 2px solid #2D3AA2;
border-radius: 4px;
background: #0f0a07;
cursor: pointer;
position: relative;
flex-shrink: 0;
transition: background .35s ease-in-out, border-color .35s ease-in-out;
box-shadow: inset 0 2px 3px #2d3aa214
}

.cntct .checkitem input[type="checkbox"]:checked {
background: #2D3AA2;
border-color: #F2EE02
}

.cntct .checkitem input[type="checkbox"]:checked::after {
content: '';
position: absolute;
left: 6px;
top: 2px;
width: 6px;
height: 12px;
border: solid #F2EE02;
border-width: 0 2px 2px 0;
transform: rotate(45deg)
}

.cntct .checkitem span {
font-size: 16px;
line-height: 1.35;
color: #e8e4df;
user-select: none
}

.cntct .privacybox {
display: flex;
align-items: start;
gap: 8px;
padding: 16px;
background: #1a0f0a;
border: 2px solid #2D3AA2;
border-radius: 4px
}

.cntct .privacybox input[type="checkbox"] {
appearance: none;
width: 24px;
height: 24px;
border: 2px solid #2D3AA2;
border-radius: 4px;
background: #0f0a07;
cursor: pointer;
flex-shrink: 0;
margin-top: 2px;
transition: background .4s ease-in-out, border-color .4s ease-in-out;
box-shadow: inset 0 2px 3px #2d3aa214
}

.cntct .privacybox input[type="checkbox"]:checked {
background: #2D3AA2;
border-color: #F2EE02
}

.cntct .privacybox input[type="checkbox"]:checked::after {
content: '';
position: absolute;
left: 6px;
top: 2px;
width: 6px;
height: 12px;
border: solid #F2EE02;
border-width: 0 2px 2px 0;
transform: rotate(45deg)
}

.cntct .privacybox input[type="checkbox"] {
position: relative
}

.cntct .privacytxt {
font-size: 16px;
line-height: 1.6;
color: #c4bfba
}

.cntct .privacytxt a {
color: #F2EE02;
text-decoration: none;
transition: color .48s cubic-bezier(0.16, 1, 0.3, 1);
border-bottom: 1px solid transparent
}

.cntct .privacytxt a:hover {
color: #ECD3F0;
border-bottom-color: #ECD3F0
}

.cntct .submitbtn {
background: transparent;
border: 4px solid #F2EE02;
border-radius: 6px;
padding: 16px 48px;
font-size: 18px;
line-height: 1.35;
color: #F2EE02;
cursor: pointer;
transition: background .5s cubic-bezier(0.16, 1, 0.3, 1), color .5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1);
align-self: center;
margin-top: 24px;
font-weight: 600;
letter-spacing: .5px;
text-transform: uppercase;
box-shadow: 0 7px 25px 0 #f2ee0217
}

.cntct .submitbtn:hover {
background: #F2EE02;
color: #1a0f0a;
box-shadow: 0 12px 40px 0 #f2ee021c
}

.cntct .submitbtn:active {
transform: translateY(2px);
box-shadow: 0 7px 25px 0 #f2ee0217
}

.cntct .supportlink {
text-align: center;
margin-top: 24px;
font-size: 16px;
line-height: 1.6;
color: #c4bfba
}

.cntct .supportlink a {
color: #ECD3F0;
text-decoration: none;
position: relative;
transition: color .52s cubic-bezier(0.16, 1, 0.3, 1)
}

.cntct .supportlink a::after {
content: '';
position: absolute;
right: -20px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-left: 6px solid #ECD3F0;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
opacity: 0;
transition: opacity .52s cubic-bezier(0.16, 1, 0.3, 1), right .52s cubic-bezier(0.16, 1, 0.3, 1)
}

.cntct .supportlink a:hover {
color: #F2EE02
}

.cntct .supportlink a:hover::after {
opacity: 1;
right: -24px;
border-left-color: #F2EE02
}

@media (max-width: 768px) {
.cntct .topbox {
grid-template-columns: 1fr;
gap: 24px
}

.cntct .imgside {
height: 320px
}

.cntct .formwrap {
grid-template-columns: 1fr;
gap: 48px
}

.cntct .formbox {
padding: 24px
}

.cntct .checkgrid {
grid-template-columns: 1fr
}

.cntct .maintitle {
font-size: 28px
}

.cntct .infotitle,
.cntct .formtitle {
font-size: 18px
}

.cntct .topzigzag {
padding: 24px 16px 48px
}

.cntct .formsec {
padding: 48px 16px
}
}

.successdelivery {
background: linear-gradient(167deg, #1a1612 0%, #0f0d0a 48%, #1a1612 100%);
color: #e8e6e3;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 48px 24px
}

.successdelivery .confirmwrap {
max-width: 1024px;
width: 100%;
text-align: center
}

.successdelivery .statusmark {
width: 96px;
height: 96px;
margin: 0 auto 24px;
background: #2D3AA2;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 12px 40px 0 #2d3aa21c;
position: relative
}

.successdelivery .statusmark::before {
content: '';
position: absolute;
width: 28px;
height: 14px;
border-left: 4px solid #F2EE02;
border-bottom: 4px solid #F2EE02;
transform: rotate(-45deg) translateY(-3px)
}

.successdelivery .primaryhead {
font-size: 40px;
line-height: 1.1;
margin: 0 0 16px;
color: #F2EE02
}

.successdelivery .statusdesc {
font-size: 18px;
line-height: 1.6;
margin: 0 0 48px;
color: #b8b5b0
}

.successdelivery .actiongrid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
margin: 0 0 48px
}

.successdelivery .actioncard {
background: #2d3aa214;
border: 2px solid #2d3aa233;
border-radius: 6px;
padding: 24px;
text-align: left;
transition: border-color .42s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1)
}

.successdelivery .actioncard:hover {
border-color: #2d3aa280;
box-shadow: 0 7px 25px 0 #2d3aa217
}

.successdelivery .cardicon {
width: 48px;
height: 48px;
background: #f2ee021f;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 16px;
color: #F2EE02;
font-size: 28px
}

.successdelivery .cardhead {
font-size: 18px;
line-height: 1.35;
margin: 0 0 8px;
color: #e8e6e3
}

.successdelivery .cardbody {
font-size: 16px;
line-height: 1.6;
margin: 0;
color: #9d9a94
}

.successdelivery .returnlink {
display: inline-flex;
align-items: center;
gap: 8px;
background: transparent;
border: 3px solid #2D3AA2;
border-radius: 4px;
padding: 16px 48px;
font-size: 18px;
line-height: 1.35;
color: #e8e6e3;
text-decoration: none;
transition: box-shadow .38s ease-in-out, border-color .38s ease-in-out
}

.successdelivery .returnlink:hover {
border-color: #F2EE02;
box-shadow: 0 7px 25px 0 #f2ee0217
}

.successdelivery .returnlink::before {
content: '';
width: 16px;
height: 16px;
border-left: 3px solid currentColor;
border-bottom: 3px solid currentColor;
transform: rotate(45deg)
}

.successdelivery .contactref {
margin: 48px 0 0;
padding: 24px;
background: #ecd3f00f;
border-radius: 6px;
border: 1px solid #ecd3f026
}

.successdelivery .contactref p {
font-size: 16px;
line-height: 1.6;
margin: 0 0 8px;
color: #b8b5b0
}

.successdelivery .contactref p:last-child {
margin: 0
}

.successdelivery .contactref a {
color: #F2EE02;
text-decoration: none;
border-bottom: 1px solid #f2ee024d;
transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.successdelivery .contactref a:hover {
border-color: #F2EE02
}

@media (max-width: 768px) {
.successdelivery {
padding: 24px 16px
}

.successdelivery .primaryhead {
font-size: 28px
}

.successdelivery .statusmark {
width: 72px;
height: 72px
}

.successdelivery .statusmark::before {
width: 22px;
height: 11px;
border-width: 3px
}

.successdelivery .actiongrid {
grid-template-columns: 1fr
}

.successdelivery .returnlink {
padding: 16px 24px;
font-size: 16px
}
}