@charset "UTF-8";

html {
box-sizing: border-box;
}

*,
*::before,
*::after {
box-sizing: inherit;
}

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

.pagewrap {
font-family: 'Inter', sans-serif;
font-size: 15px;
line-height: 1.65;
color: #1a1a2e;
background: #fff;
}

.headershell {
position: relative;
background: linear-gradient(135deg, #F3EFF3 0%, #fff 60%, #DAAFE1 100%);
border-bottom: 1.5px solid #DAAFE1;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
z-index: 100;
}

.headermount {
max-width: 1140px;
margin: 0 auto;
padding: 16px 32px;
display: flex;
flex-direction: column;
gap: 8px;
}

.logohex {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
outline: 2px dashed #B74FC3;
outline-offset: 3px;
clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
background: #fff;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06), 0 0 0 4px #fff;
flex-shrink: 0;
}

.logohex img {
width: 50px;
height: 50px;
object-fit: contain;
object-position: center;
display: block;
}

.headerrow {
display: flex;
align-items: center;
gap: 32px;
flex-wrap: wrap;
}

.menurail {
display: flex;
flex-wrap: wrap;
gap: 4px;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
flex: 1;
justify-content: flex-end;
}

.menurail li {
margin: 0;
}

.menurail a {
display: inline-flex;
align-items: center;
padding: 8px 16px;
font-size: 15px;
font-weight: 400;
line-height: 1.2;
color: #2d0a35;
text-decoration: none;
border-radius: 5px;
border: 1.5px solid transparent;
transition: background 0.15s ease-out, border-color 0.15s ease-out, color 0.12s ease;
white-space: nowrap;
min-height: 44px;
}

.menurail a:hover {
background: rgba(183, 79, 195, 0.08);
border-color: #DAAFE1;
color: #B74FC3;
}

.menurail a:focus {
outline: none;
background: rgba(183, 79, 195, 0.12);
border-color: #B74FC3;
}

.menurail a:focus::before {
content: 'fokus';
position: absolute;
top: -18px;
left: 0;
font-size: 10px;
color: #B74FC3;
font-family: 'Inter', sans-serif;
pointer-events: none;
}

.menurail li {
position: relative;
}

.menurail .active a {
background: #B74FC3;
color: #fff;
border-color: #B74FC3;
font-weight: 700;
}

.menurail .active a:hover {
background: #9e3daa;
border-color: #9e3daa;
color: #fff;
}

.accentbar {
height: 3px;
background: linear-gradient(90deg, #B74FC3 0%, #DAAFE1 60%, #F3EFF3 100%);
border-radius: 0 0 5px 5px;
}

.footershell {
background: linear-gradient(160deg, #2d0a35 0%, #1a0520 60%, #0f0215 100%);
color: #F3EFF3;
position: relative;
overflow: hidden;
}

.footershell::before {
content: '';
position: absolute;
top: -48px;
right: -48px;
width: 260px;
height: 260px;
border-radius: 38px;
background: rgba(183, 79, 195, 0.09);
pointer-events: none;
}

.footershell::after {
content: '';
position: absolute;
bottom: -32px;
left: 32px;
width: 160px;
height: 160px;
border-radius: 38px;
background: rgba(218, 175, 225, 0.06);
pointer-events: none;
}

.footermount {
max-width: 1140px;
margin: 0 auto;
padding: 48px 32px 32px;
position: relative;
z-index: 1;
}

.footergrid {
display: flex;
flex-wrap: wrap;
gap: 48px;
justify-content: space-between;
align-items: flex-start;
}

.footerbrand {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
min-width: 140px;
}

.footerlogohex {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
background: rgba(255, 255, 255, 0.12);
outline: 2px dashed #DAAFE1;
outline-offset: 3px;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06), 0 0 0 4px rgba(255, 255, 255, 0.05);
}

.footerlogohex img {
width: 50px;
height: 50px;
object-fit: contain;
object-position: center;
display: block;
}

.footercopy {
font-size: 15px;
color: #DAAFE1;
text-align: center;
line-height: 1.45;
}

.footercontact {
display: flex;
flex-direction: column;
gap: 12px;
min-width: 220px;
}

.footerlabel {
font-size: 15px;
font-weight: 700;
color: #DAAFE1;
letter-spacing: -0.01em;
line-height: 1.2;
margin-bottom: 4px;
}

.footeraddress {
font-style: normal;
font-size: 15px;
color: #F3EFF3;
line-height: 1.65;
display: flex;
flex-direction: column;
gap: 8px;
}

.footeraddress a {
color: #F3EFF3;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
transition: color 0.15s ease-out;
min-height: 44px;
}

.footeraddress a:hover {
color: #B74FC3;
}

.footeraddress a:focus {
outline: none;
color: #B74FC3;
}

.footeraddress a:focus::before {
content: 'fokus';
font-size: 10px;
color: #DAAFE1;
font-family: 'Inter', sans-serif;
}

.footeraddress span {
display: inline-flex;
align-items: center;
gap: 8px;
}

.footeraddress .iconoir-map-pin,
.footeraddress .iconoir-phone,
.footeraddress .iconoir-mail {
color: #B74FC3;
font-size: 18px;
flex-shrink: 0;
}

.footernav {
display: flex;
flex-direction: column;
gap: 8px;
min-width: 160px;
}

.footernav a {
font-size: 15px;
color: #DAAFE1;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
min-height: 44px;
transition: color 0.12s ease;
}

.footernav a:hover {
color: #fff;
}

.footernav a:focus {
outline: none;
color: #fff;
}

.footerdivider {
height: 1px;
background: rgba(218, 175, 225, 0.15);
margin: 32px 0 16px;
}

.footerbottom {
display: flex;
flex-wrap: wrap;
gap: 16px;
align-items: center;
justify-content: center;
}

.footerbottomtext {
font-size: 15px;
color: rgba(218, 175, 225, 0.6);
text-align: center;
}

.cookiecard {
position: fixed;
bottom: 32px;
right: 32px;
width: 340px;
background: #fff;
border-radius: 38px;
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
padding: 32px;
z-index: 2000;
display: none;
opacity: 0;
transition: opacity 0.38s ease-out;
}

.cookiecard.visible {
opacity: 1;
}

.cookietitle {
font-size: 18px;
font-weight: 700;
color: #2d0a35;
line-height: 1.2;
margin-bottom: 8px;
}

.cookiedesc {
font-size: 15px;
color: #3d1545;
line-height: 1.65;
margin-bottom: 16px;
}

.cookiedesc ul {
margin: 8px 0 0 16px;
padding: 0;
}

.cookiedesc ul li {
margin-bottom: 4px;
}

.cookietoggles {
display: none;
flex-direction: column;
gap: 12px;
margin-bottom: 16px;
}

.cookietoggles.open {
display: flex;
}

.cookietogglerow {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}

.cookietogglerow label {
font-size: 15px;
color: #2d0a35;
line-height: 1.45;
cursor: pointer;
}

.cookietogglerow input[type="checkbox"] {
width: 20px;
height: 20px;
accent-color: #B74FC3;
cursor: pointer;
flex-shrink: 0;
}

.cookieoptout {
font-size: 15px;
color: #3d1545;
line-height: 1.45;
margin-bottom: 12px;
padding: 12px;
background: #F3EFF3;
border-radius: 5px;
display: none;
}

.cookieoptout.open {
display: block;
}

.cookieoptoutrow {
display: flex;
align-items: center;
gap: 8px;
margin-top: 8px;
}

.cookieoptoutrow input[type="checkbox"] {
width: 20px;
height: 20px;
accent-color: #B74FC3;
cursor: pointer;
flex-shrink: 0;
}

.cookieoptoutrow label {
font-size: 15px;
color: #2d0a35;
cursor: pointer;
}

.cookieactions {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
justify-content: flex-start;
}

.cookieactions button {
font-family: 'Inter', sans-serif;
font-size: 15px;
cursor: pointer;
border: none;
background: none;
padding: 0;
transition: color 0.15s ease-out, transform 0.1s ease;
min-height: 44px;
min-width: 44px;
}

.cookieactions button:active {
transform: scale(0.97);
}

.cookieacceptall {
color: #B74FC3;
text-decoration: underline;
font-weight: 700;
}

.cookieacceptall:hover {
color: #9e3daa;
}

.cookieacceptall:focus {
outline: none;
color: #9e3daa;
}

.cookiereject {
color: #3d1545;
text-decoration: underline;
}

.cookiereject:hover {
color: #B74FC3;
}

.cookiereject:focus {
outline: none;
color: #B74FC3;
}

.cookiesettingslink {
color: rgba(61, 21, 69, 0.6);
text-decoration: underline;
font-size: 15px;
}

.cookiesettingslink:hover {
color: #B74FC3;
}

.cookiesettingslink:focus {
outline: none;
color: #B74FC3;
}

@media (max-width: 1024px) {
.headermount {
padding: 16px 16px;
}

.footermount {
padding: 48px 16px 32px;
}

.footergrid {
gap: 32px;
}
}

@media (max-width: 640px) {
.headermount {
padding: 12px 12px;
}

.headerrow {
gap: 16px;
}

.menurail {
justify-content: flex-start;
}

.menurail a {
padding: 8px 12px;
font-size: 15px;
}

.footergrid {
flex-direction: column;
gap: 32px;
}

.footerbrand {
align-items: flex-start;
}

.footercopy {
text-align: left;
}

.cookiecard {
right: 12px;
left: 12px;
width: auto;
bottom: 12px;
border-radius: 5px;
padding: 16px;
}
}

@media (max-width: 360px) {
.menurail a {
padding: 8px 8px;
}

.headermount {
padding: 8px 8px;
}
}

.text-doc {
max-width: 1140px;
margin: 0 auto;
padding: 48px 32px;
}

.text-doc h1 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1b1b1b;
margin-bottom: 32px;
margin-top: 0;
}

.text-doc h2 {
font-size: 18px;
line-height: 1.45;
letter-spacing: -0.01em;
color: #1b1b1b;
margin-top: 48px;
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 2px solid #F3EFF3;
}

.text-doc h3 {
font-size: 18px;
line-height: 1.45;
color: #2a2a2a;
margin-top: 32px;
margin-bottom: 12px;
}

.text-doc h4,
.text-doc h5,
.text-doc h6 {
font-size: 15px;
line-height: 1.45;
color: #2a2a2a;
margin-top: 32px;
margin-bottom: 8px;
}

.text-doc p {
font-size: 15px;
line-height: 1.65;
color: #2c2c2c;
margin-top: 0;
margin-bottom: 16px;
}

.text-doc ul,
.text-doc ol {
font-size: 15px;
line-height: 1.65;
color: #2c2c2c;
margin-top: 0;
margin-bottom: 16px;
padding-left: 32px;
}

.text-doc ul {
list-style-type: disc;
}

.text-doc ol {
list-style-type: decimal;
}

.text-doc li {
margin-bottom: 8px;
padding-left: 4px;
}

.text-doc li:last-child {
margin-bottom: 0;
}

.text-doc ul ul,
.text-doc ol ol,
.text-doc ul ol,
.text-doc ol ul {
margin-top: 8px;
margin-bottom: 8px;
}

.text-doc strong,
.text-doc b {
font-weight: 700;
color: #1b1b1b;
}

.text-doc em,
.text-doc i {
font-style: italic;
color: inherit;
}

.text-doc a {
color: #B74FC3;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
transition: color 0.15s ease-out, text-decoration-color 0.15s ease-out;
}

.text-doc a:hover {
color: #8f3a99;
text-decoration-color: #DAAFE1;
}

.text-doc a:active {
color: #7a2e84;
}

.text-doc div {
font-size: 15px;
line-height: 1.65;
color: #2c2c2c;
}

@media (max-width: 1024px) {
.text-doc {
padding: 48px 32px;
}

.text-doc h1 {
font-size: 58px;
}
}

@media (max-width: 640px) {
.text-doc {
padding: 32px 16px;
}

.text-doc h1 {
font-size: clamp(32px, 8vw, 58px);
line-height: 1.2;
}

.text-doc h2 {
margin-top: 32px;
}

.text-doc ul,
.text-doc ol {
padding-left: 16px;
}
}

@media (max-width: 360px) {
.text-doc {
padding: 16px 12px;
}

.text-doc h1 {
font-size: 32px;
}
}

.howitworks {
max-width: 100%;
overflow-x: hidden;
}

.howitworks .pageinner {
max-width: 1140px;
margin: 0 auto;
padding: 0 32px;
}

/* SCHEMA */
/* SECTION 1 - TITLE */
.howitworks .titlesec {
position: relative;
padding: 64px 32px 56px;
background: #F3EFF3;
overflow: hidden;
}

.howitworks .titlesec::before {
content: "∑";
position: absolute;
right: -40px;
top: -60px;
font-size: 420px;
line-height: 1.2;
color: transparent;
-webkit-text-stroke: 2px rgba(183, 79, 195, 0.08);
pointer-events: none;
user-select: none;
z-index: 0;
}

.howitworks .blobA {
position: absolute;
width: 340px;
height: 340px;
border-radius: 38px;
background: rgba(183, 79, 195, 0.13);
filter: blur(72px);
top: -80px;
left: -80px;
pointer-events: none;
animation: blobpulse 7s ease-in-out infinite;
}

.howitworks .blobB {
position: absolute;
width: 260px;
height: 260px;
border-radius: 38px;
background: rgba(218, 175, 225, 0.18);
filter: blur(56px);
bottom: -60px;
right: 120px;
pointer-events: none;
animation: blobpulse 9s ease-in-out infinite reverse;
}

@keyframes blobpulse {

0%,
100% {
transform: scale(1);
opacity: 0.7;
}

50% {
transform: scale(1.12);
opacity: 1;
}
}

.howitworks .titleinner {
position: relative;
z-index: 1;
max-width: 1140px;
margin: 0 auto;
}

.howitworks .titlesec h1 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.03em;
color: #1b0e1e;
margin: 0 0 16px;
max-width: 760px;
}

.howitworks .titlesec h1 span {
background: linear-gradient(293deg, #B74FC3 0%, rgba(183, 79, 195, 0) 55%, #DAAFE1 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

.howitworks .titledesc {
font-size: 18px;
line-height: 1.65;
color: #3a1f3f;
max-width: 520px;
margin: 0;
}

.howitworks .titlesec .curvedge {
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
pointer-events: none;
}

.howitworks .titlesec .curvedge svg {
display: block;
width: 100%;
}

/* SECTION 2 - STEPS PROCESS */
.howitworks .processsec {
background: #fff;
padding: 72px 32px 64px;
position: relative;
}

.howitworks .processinner {
max-width: 1140px;
margin: 0 auto;
}

.howitworks .seclabel {
font-size: 15px;
line-height: 1.45;
color: #B74FC3;
letter-spacing: 0.08em;
text-transform: uppercase;
margin: 0 0 8px;
}

.howitworks .processsec h2 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1b0e1e;
margin: 0 0 48px;
max-width: 600px;
}

.howitworks .processsec h2::after {
content: "";
display: inline-block;
width: 8px;
height: 8px;
border-radius: 5px;
background: #B74FC3;
margin-left: 8px;
vertical-align: middle;
position: relative;
top: -4px;
}

.howitworks .stepslist {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px 64px;
}

.howitworks .stepitem {
display: flex;
flex-direction: column;
gap: 12px;
}

.howitworks .stepnum {
font-size: 15px;
line-height: 1.45;
color: #B74FC3;
font-weight: 700;
letter-spacing: 0.04em;
}

.howitworks .stepitem h3 {
font-size: 18px;
line-height: 1.45;
color: #1b0e1e;
margin: 0;
}

.howitworks .stepitem p {
font-size: 15px;
line-height: 1.65;
color: #3a1f3f;
margin: 0;
}

.howitworks .stepitem p.narrow {
max-width: 320px;
}

.howitworks .stepitem p.wide {
max-width: 420px;
}

.howitworks .stepvisual {
margin-top: 64px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
align-items: center;
}

.howitworks .imgwrap {
border-radius: 38px;
overflow: hidden;
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
position: relative;
}

.howitworks .imgwrap img {
display: block;
width: 100%;
height: 360px;
object-fit: cover;
object-position: center;
opacity: 0.88;
}

.howitworks .imgside {
display: flex;
flex-direction: column;
gap: 16px;
}

.howitworks .imgside h4 {
font-size: 18px;
line-height: 1.45;
color: #1b0e1e;
margin: 0;
}

.howitworks .imgside p {
font-size: 15px;
line-height: 1.65;
color: #3a1f3f;
margin: 0;
}

.howitworks .imgside p.narrow {
max-width: 340px;
}

.howitworks .tagsrow {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 8px;
margin-top: 8px;
position: relative;
}

.howitworks .tag {
font-size: 15px;
line-height: 1.45;
color: #B74FC3;
background: #F3EFF3;
border-radius: 5px;
padding: 4px 12px;
border: 1px solid rgba(183, 79, 195, 0.18);
transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
cursor: default;
}

.howitworks .tagsrow:hover .tag {
transform: translateX(0) rotate(0deg);
}

.howitworks .tagsrow .tag:nth-child(1) {
transition-delay: 0s;
}

.howitworks .tagsrow .tag:nth-child(2) {
transition-delay: 0.04s;
}

.howitworks .tagsrow .tag:nth-child(3) {
transition-delay: 0.08s;
}

.howitworks .tagsrow .tag:nth-child(4) {
transition-delay: 0.12s;
}

.howitworks .tagsrow:not(:hover) .tag:nth-child(2) {
transform: translateY(-4px) rotate(-2deg);
}

.howitworks .tagsrow:not(:hover) .tag:nth-child(3) {
transform: translateY(-8px) rotate(1.5deg);
}

.howitworks .tagsrow:not(:hover) .tag:nth-child(4) {
transform: translateY(-12px) rotate(-1deg);
}

.howitworks .processdivider {
width: 100%;
overflow: hidden;
line-height: 0;
}

.howitworks .processdivider svg {
display: block;
width: 100%;
}

/* SECTION 3 - ICON GRID (complex block) */
.howitworks .toolssec {
background: linear-gradient(293deg, rgba(183, 79, 195, 0.07) 0%, rgba(183, 79, 195, 0) 45%, rgba(218, 175, 225, 0.1) 100%);
padding: 72px 32px 64px;
position: relative;
}

.howitworks .toolssec .fishbg {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
border-radius: 0;
}

.howitworks .toolssec .fishbg::after {
content: "";
position: absolute;
inset: 0;
background-image:
radial-gradient(circle at 0 0, transparent 18px, rgba(183, 79, 195, 0.04) 18px, rgba(183, 79, 195, 0.04) 20px, transparent 20px),
radial-gradient(circle at 20px 0, transparent 18px, rgba(183, 79, 195, 0.04) 18px, rgba(183, 79, 195, 0.04) 20px, transparent 20px);
background-size: 40px 20px;
background-position: 0 0, 0 0;
opacity: 0.6;
}

.howitworks .toolsinner {
max-width: 1140px;
margin: 0 auto;
position: relative;
z-index: 1;
}

.howitworks .toolssec h2 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1b0e1e;
margin: 0 0 8px;
max-width: 680px;
}

.howitworks .toolssec .subdesc {
font-size: 18px;
line-height: 1.65;
color: #3a1f3f;
max-width: 540px;
margin: 0 0 48px;
}

.howitworks .icongrid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
position: relative;
}

.howitworks .icongrid::before {
content: "";
position: absolute;
top: 52px;
left: calc(16.66% + 16px);
right: calc(16.66% + 16px);
height: 1px;
background: linear-gradient(90deg, rgba(183, 79, 195, 0.3) 0%, rgba(183, 79, 195, 0.6) 50%, rgba(183, 79, 195, 0.3) 100%);
pointer-events: none;
}

.howitworks .icongrid::after {
content: "";
position: absolute;
top: 52px;
left: 50%;
width: 1px;
height: calc(100% - 52px - 32px);
background: linear-gradient(180deg, rgba(183, 79, 195, 0.4) 0%, rgba(183, 79, 195, 0) 100%);
pointer-events: none;
transform: translateX(-50%);
}

.howitworks .iconnode {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 12px;
background: #fff;
border-radius: 38px;
padding: 32px;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
transition: box-shadow 0.18s ease-out, transform 0.18s ease-out;
}

.howitworks .iconnode:hover {
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
transform: translateY(-3px);
}

.howitworks .iconnode .iconring {
width: 52px;
height: 52px;
border-radius: 38px;
background: linear-gradient(293deg, #B74FC3 0%, rgba(183, 79, 195, 0) 60%, #DAAFE1 100%);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.howitworks .iconnode .iconring i {
font-size: 22px;
color: #fff;
}

.howitworks .iconnode h4 {
font-size: 15px;
line-height: 1.45;
color: #1b0e1e;
margin: 0;
font-weight: 700;
}

.howitworks .iconnode p {
font-size: 15px;
line-height: 1.65;
color: #3a1f3f;
margin: 0;
}

.howitworks .connline {
position: absolute;
top: 52px;
left: calc(33.33% - 0px);
width: 1px;
height: calc(100% - 52px - 16px);
background: linear-gradient(180deg, rgba(183, 79, 195, 0.35) 0%, rgba(183, 79, 195, 0) 100%);
pointer-events: none;
}

.howitworks .connline2 {
position: absolute;
top: 52px;
left: calc(66.66%);
width: 1px;
height: calc(100% - 52px - 16px);
background: linear-gradient(180deg, rgba(183, 79, 195, 0.35) 0%, rgba(183, 79, 195, 0) 100%);
pointer-events: none;
}

/* SECTION 4 - FAQ + PORTRAIT */
.howitworks .faqsec {
background: #fff;
padding: 72px 32px 80px;
}

.howitworks .faqinner {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1.6fr;
gap: 64px;
align-items: start;
}

.howitworks .faqportrait {
position: sticky;
top: 32px;
display: flex;
flex-direction: column;
gap: 16px;
}

.howitworks .portraitwrap {
border-radius: 38px;
overflow: hidden;
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
}

.howitworks .portraitwrap img {
display: block;
width: 100%;
aspect-ratio: 4/5;
object-fit: cover;
object-position: center;
opacity: 0.92;
}

.howitworks .expertlabel {
font-size: 15px;
line-height: 1.45;
color: #3a1f3f;
}

.howitworks .expertlabel strong {
display: block;
color: #1b0e1e;
font-size: 18px;
}

.howitworks .faqlist {
display: flex;
flex-direction: column;
gap: 4px;
}

.howitworks .faqsec h2 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1b0e1e;
margin: 0 0 32px;
}

.howitworks .faqitem {
border-radius: 5px;
overflow: hidden;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
}

.howitworks .faqitem input[type="checkbox"] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
pointer-events: none;
}

.howitworks .faqitem label {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 16px;
cursor: pointer;
font-size: 15px;
line-height: 1.45;
color: #1b0e1e;
font-weight: 600;
background: #F3EFF3;
transition: background 0.15s ease-out;
user-select: none;
}

.howitworks .faqitem label:hover {
background: rgba(218, 175, 225, 0.35);
}

.howitworks .faqitem label .faqarrow {
width: 20px;
height: 20px;
flex-shrink: 0;
transition: transform 0.18s ease-out;
color: #B74FC3;
}

.howitworks .faqanswer {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out, padding 0.15s ease-out;
background: #fff;
font-size: 15px;
line-height: 1.65;
color: #3a1f3f;
padding: 0 16px;
}

.howitworks .faqitem.open .faqanswer {
max-height: 300px;
padding: 12px 16px;
}

.howitworks .faqitem.open label .faqarrow {
transform: rotate(180deg);
}

.howitworks .faqitem.open label {
background: rgba(218, 175, 225, 0.25);
}

.howitworks .imgwrap2 {
border-radius: 38px;
overflow: hidden;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
margin-top: 32px;
}

.howitworks .imgwrap2 img {
display: block;
width: 100%;
height: 220px;
object-fit: cover;
object-position: center;
opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
.howitworks .stepslist {
grid-template-columns: 1fr;
gap: 32px;
}

.howitworks .stepvisual {
grid-template-columns: 1fr;
gap: 24px;
}

.howitworks .icongrid {
grid-template-columns: 1fr 1fr;
gap: 24px;
}

.howitworks .icongrid::before,
.howitworks .icongrid::after,
.howitworks .connline,
.howitworks .connline2 {
display: none;
}

.howitworks .faqinner {
grid-template-columns: 1fr;
gap: 32px;
}

.howitworks .faqportrait {
position: static;
flex-direction: row;
align-items: center;
}

.howitworks .portraitwrap {
width: 120px;
flex-shrink: 0;
}

.howitworks .titlesec h1 {
font-size: 58px;
}
}

@media (max-width: 640px) {
.howitworks .titlesec {
padding: 48px 16px 48px;
}

.howitworks .titlesec h1 {
font-size: 58px;
line-height: 1.2;
}

.howitworks .processsec,
.howitworks .toolssec,
.howitworks .faqsec {
padding: 48px 16px 48px;
}

.howitworks .icongrid {
grid-template-columns: 1fr;
}

.howitworks .processsec h2,
.howitworks .toolssec h2,
.howitworks .faqsec h2 {
font-size: 58px;
}

.howitworks .faqportrait {
flex-direction: column;
}

.howitworks .portraitwrap {
width: 100%;
}
}

@media (max-width: 360px) {

.howitworks .titlesec h1,
.howitworks .processsec h2,
.howitworks .toolssec h2,
.howitworks .faqsec h2 {
font-size: 58px;
}

.howitworks .pageinner,
.howitworks .titlesec,
.howitworks .processsec,
.howitworks .toolssec,
.howitworks .faqsec {
padding-left: 16px;
padding-right: 16px;
}
}

.learningprogram {
max-width: 100%;
overflow-x: hidden;
}

.learningprogram .lp-inner {
max-width: 1140px;
margin: 0 auto;
padding: 0 32px;
}

.learningprogram .titleblock {
padding: 48px 0;
background: linear-gradient(293deg, #F3EFF3 0%, #ffffff 38%, #ffffff 72%, #DAAFE1 100%);
position: relative;
}

.learningprogram .titleblock .lp-inner {
display: flex;
flex-direction: row;
align-items: center;
gap: 48px;
}

.learningprogram .titlecard {
flex: 0 0 320px;
position: relative;
border-radius: 38px;
overflow: hidden;
height: 380px;
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
}

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

.learningprogram .titlecard .imgoverlay {
position: absolute;
inset: 0;
background: linear-gradient(293deg, rgba(183, 79, 195, 0.55) 0%, rgba(218, 175, 225, 0.18) 60%, transparent 100%);
}

.learningprogram .titletext {
flex: 1;
position: relative;
}

.learningprogram .titletext .quotemark {
position: absolute;
top: -16px;
left: -12px;
font-size: 120px;
line-height: 1.2;
color: #DAAFE1;
opacity: 0.28;
pointer-events: none;
user-select: none;
z-index: 0;
}

.learningprogram .titletext .label {
display: inline-block;
background: #B74FC3;
color: #fff;
font-size: 15px;
line-height: 1.45;
padding: 4px 16px;
border-radius: 5px;
margin-bottom: 16px;
position: relative;
z-index: 1;
}

.learningprogram .titletext h1 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.03em;
color: #1e0a22;
margin: 0 0 16px 0;
position: relative;
z-index: 1;
}

.learningprogram .titletext h1 .dotaccent {
display: inline-block;
width: 8px;
height: 8px;
background: #B74FC3;
border-radius: 50%;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -4px;
}

.learningprogram .titletext .subtitle {
font-size: 18px;
line-height: 1.65;
color: #3a1a40;
max-width: 480px;
margin: 0 0 16px 0;
position: relative;
z-index: 1;
}

.learningprogram .titletext .subtitle.narrow {
max-width: 340px;
}

.learningprogram .titletext .pullquote {
font-size: 18px;
line-height: 1.45;
color: #B74FC3;
border-top: 2px solid #DAAFE1;
padding-top: 12px;
margin-top: 16px;
font-style: italic;
position: relative;
z-index: 1;
}

.learningprogram .titletext .ctabtn {
display: inline-block;
margin-top: 16px;
padding: 12px 32px;
background: #B74FC3;
color: #fff;
font-size: 15px;
line-height: 1.45;
border-radius: 5px;
text-decoration: none;
border: none;
cursor: pointer;
transition: background 0.15s ease-out, transform 0.1s ease;
position: relative;
z-index: 1;
}

.learningprogram .titletext .ctabtn:hover {
background: #9b3aab;
}

.learningprogram .titletext .ctabtn:active {
transform: scale(0.97);
}

.learningprogram .programdetail {
padding: 48px 0;
background: #fff;
}

.learningprogram .programdetail .lp-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start;
}

.learningprogram .detailleft h2 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1e0a22;
margin: 0 0 16px 0;
}

.learningprogram .detailleft h2 .dotaccent {
display: inline-block;
width: 8px;
height: 8px;
background: #B74FC3;
border-radius: 50%;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -4px;
}

.learningprogram .detailleft p {
font-size: 15px;
line-height: 1.65;
color: #2e1035;
margin: 0 0 12px 0;
}

.learningprogram .detailleft p.wide {
max-width: 100%;
}

.learningprogram .detailleft p.narrow {
max-width: 78%;
}

.learningprogram .detailright {
display: flex;
flex-direction: column;
gap: 16px;
}

.learningprogram .skillbar {
background: #F3EFF3;
border-radius: 5px;
padding: 16px;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
}

.learningprogram .skillbar .skillname {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
}

.learningprogram .skillbar .skillname span {
font-size: 15px;
line-height: 1.45;
color: #1e0a22;
}

.learningprogram .skillbar .skillname .pct {
font-size: 15px;
color: #B74FC3;
font-weight: 700;
}

.learningprogram .skillbar .track {
height: 8px;
background: #DAAFE1;
border-radius: 5px;
overflow: hidden;
}

.learningprogram .skillbar .fill {
height: 100%;
background: #B74FC3;
border-radius: 5px;
transition: width 0.2s ease-out;
}

.learningprogram .skillbar .fill.f85 {
width: 85%;
}

.learningprogram .skillbar .fill.f70 {
width: 70%;
}

.learningprogram .skillbar .fill.f90 {
width: 90%;
}

.learningprogram .skillbar .fill.f60 {
width: 60%;
}

.learningprogram .detailimg {
margin-top: 16px;
border-radius: 38px;
overflow: hidden;
height: 220px;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
}

.learningprogram .detailimg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
opacity: 0.88;
display: block;
}

.learningprogram .reviewsblock {
padding: 48px 0;
background: linear-gradient(293deg, #F3EFF3 0%, #ffffff 45%, #DAAFE1 100%);
position: relative;
}

.learningprogram .reviewsblock::before {
content: "";
position: absolute;
inset: 0;
background-image: radial-gradient(circle, rgba(183, 79, 195, 0.07) 1px, transparent 1px),
radial-gradient(circle, rgba(183, 79, 195, 0.04) 2px, transparent 2px),
radial-gradient(circle, rgba(218, 175, 225, 0.06) 1.5px, transparent 1.5px);
background-size: 28px 28px, 53px 53px, 41px 41px;
background-position: 0 0, 14px 14px, 7px 21px;
pointer-events: none;
}

.learningprogram .reviewsblock .lp-inner {
position: relative;
}

.learningprogram .reviewsblock h2 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1e0a22;
margin: 0 0 8px 0;
text-align: center;
}

.learningprogram .reviewsblock h2 .dotaccent {
display: inline-block;
width: 8px;
height: 8px;
background: #B74FC3;
border-radius: 50%;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -4px;
}

.learningprogram .reviewsblock .reviewlead {
font-size: 18px;
line-height: 1.65;
color: #3a1a40;
text-align: center;
max-width: 560px;
margin: 0 auto 32px auto;
}

.learningprogram .reviewsgrid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}

.learningprogram .reviewcard {
background: #fff;
border-radius: 38px;
padding: 32px;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
display: flex;
flex-direction: column;
gap: 12px;
}

.learningprogram .reviewcard .reviewhead {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
}

.learningprogram .reviewcard .portrait {
width: 52px;
height: 52px;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
}

.learningprogram .reviewcard .portrait img {
width: 52px;
height: 52px;
object-fit: cover;
object-position: center;
display: block;
}

.learningprogram .reviewcard .noportrait {
width: 52px;
height: 52px;
border-radius: 50%;
background: linear-gradient(293deg, #B74FC3 0%, #DAAFE1 100%);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.learningprogram .reviewcard .noportrait svg {
width: 26px;
height: 26px;
}

.learningprogram .reviewcard .reviewmeta h4 {
font-size: 15px;
line-height: 1.45;
color: #1e0a22;
margin: 0;
}

.learningprogram .reviewcard .reviewmeta span {
font-size: 15px;
line-height: 1.45;
color: #7a4a88;
}

.learningprogram .reviewcard .reviewtext {
font-size: 15px;
line-height: 1.65;
color: #2e1035;
margin: 0;
}

.learningprogram .reviewcard .iconrow {
display: flex;
flex-direction: row;
gap: 8px;
}

.learningprogram .reviewcard .iconrow i {
font-size: 18px;
color: #B74FC3;
}

.learningprogram .iconhighlight i {
opacity: 0.3;
transition: opacity 0.15s ease-out;
}

.learningprogram .iconhighlight i.active {
opacity: 1 !important;
color: #B74FC3;
}

.learningprogram .stepsrow {
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
margin-top: 16px;
flex-wrap: wrap;
}

.learningprogram .stepsrow .step {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
font-size: 15px;
line-height: 1.45;
color: #2e1035;
}

.learningprogram .stepsrow .stepnum {
width: 28px;
height: 28px;
border-radius: 50%;
background: #B74FC3;
color: #fff;
font-size: 15px;
line-height: 1.45;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.learningprogram .stepsrow .sep {
color: #B74FC3;
font-size: 18px;
}

.learningprogram .abbr {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
font-size: 72px;
line-height: 1.2;
letter-spacing: -0.04em;
color: #B74FC3;
opacity: 0.06;
pointer-events: none;
user-select: none;
white-space: nowrap;
}

.learningprogram .howlink {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 8px;
margin-top: 16px;
color: #B74FC3;
font-size: 15px;
line-height: 1.45;
text-decoration: dotted underline;
text-underline-offset: 3px;
transition: color 0.15s ease-out;
}

.learningprogram .howlink:hover {
color: #9b3aab;
}

@media (max-width: 1024px) {
.learningprogram .titleblock .lp-inner {
gap: 32px;
}

.learningprogram .titlecard {
flex: 0 0 260px;
height: 320px;
}

.learningprogram .titletext h1 {
font-size: 58px;
}

.learningprogram .programdetail .lp-inner {
grid-template-columns: 1fr;
gap: 32px;
}

.learningprogram .abbr {
display: none;
}
}

@media (max-width: 640px) {
.learningprogram .lp-inner {
padding: 0 16px;
}

.learningprogram .titleblock .lp-inner {
flex-direction: column;
gap: 16px;
}

.learningprogram .titlecard {
flex: none;
width: 100%;
height: 220px;
}

.learningprogram .titletext h1 {
font-size: 58px;
}

.learningprogram .reviewsgrid {
grid-template-columns: 1fr;
}

.learningprogram .titleblock,
.learningprogram .programdetail,
.learningprogram .reviewsblock {
padding: 32px 0;
}
}

@media (max-width: 360px) {
.learningprogram .titletext h1 {
font-size: 58px;
}

.learningprogram .detailleft h2,
.learningprogram .reviewsblock h2 {
font-size: 58px;
}
}

.aboutus {
max-width: 100%;
overflow-x: hidden;
}

.aboutus .pagewrap {
max-width: 1140px;
margin: 0 auto;
padding: 0 16px;
}

.aboutus .firstblock {
background: linear-gradient(293deg, #B74FC3 0%, #DAAFE1 18%, #F3EFF3 55%, #ffffff 100%);
padding: 48px 0 32px;
}

.aboutus .firstblock .pagewrap {
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start;
}

.aboutus .firstleft {
flex: 1 1 0;
display: flex;
flex-direction: column;
gap: 16px;
}

.aboutus .firstleft h1 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.03em;
color: #1b0e1e;
margin: 0;
}

.aboutus .firstleft h1 span {
display: block;
}

.aboutus .tagline {
font-size: 18px;
line-height: 1.65;
color: #2d1a33;
margin: 0;
max-width: 420px;
}

.aboutus .statrow {
display: flex;
flex-direction: row;
gap: 32px;
margin-top: 8px;
}

.aboutus .statitem {
display: flex;
flex-direction: column;
gap: 4px;
}

.aboutus .statnum {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.04em;
color: #B74FC3;
font-weight: 700;
}

.aboutus .statlabel {
font-size: 15px;
line-height: 1.45;
color: #4a2e52;
}

.aboutus .statbar {
width: 64px;
height: 3px;
background: #F3EFF3;
border-radius: 5px;
overflow: hidden;
}

.aboutus .statfill {
height: 100%;
background: #B74FC3;
border-radius: 5px;
}

.aboutus .firstright {
flex: 0 0 420px;
position: relative;
}

.aboutus .mainimgwrap {
width: 420px;
height: 480px;
overflow: hidden;
border-radius: 5px;
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
}

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

.aboutus .vigwrap {
position: absolute;
inset: 0;
border-radius: 5px;
background: linear-gradient(to bottom, rgba(183, 79, 195, 0.18) 0%, transparent 40%, transparent 60%, rgba(27, 14, 30, 0.32) 100%);
pointer-events: none;
}

.aboutus .secondblock {
padding: 48px 0;
background: #ffffff;
}

.aboutus .secondblock .pagewrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start;
}

.aboutus .leftcol {
display: flex;
flex-direction: column;
gap: 32px;
}

.aboutus .rightcol {
display: flex;
flex-direction: column;
gap: 32px;
}

.aboutus .teamcard {
background: #F3EFF3;
border-radius: 38px;
padding: 32px;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
display: flex;
flex-direction: column;
gap: 16px;
}

.aboutus .teamcard h2 {
font-size: 18px;
line-height: 1.45;
color: #1b0e1e;
margin: 0;
letter-spacing: -0.01em;
}

.aboutus .teamcard h2::after {
content: "";
display: inline-block;
width: 6px;
height: 6px;
background: #B74FC3;
border-radius: 50%;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -2px;
}

.aboutus .teamcard p {
font-size: 15px;
line-height: 1.65;
color: #3d2245;
margin: 0;
}

.aboutus .teamcard p.narrow {
max-width: 320px;
}

.aboutus .personrow {
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
}

.aboutus .portrait {
width: 80px;
height: 103px;
overflow: hidden;
flex-shrink: 0;
}

.aboutus .portrait img {
width: 80px;
height: 103px;
object-fit: cover;
object-position: center;
display: block;
}

.aboutus .persondetail {
display: flex;
flex-direction: column;
gap: 4px;
}

.aboutus .personname {
font-size: 15px;
line-height: 1.45;
color: #1b0e1e;
font-weight: 600;
}

.aboutus .personrole {
font-size: 15px;
line-height: 1.45;
color: #7a4d88;
}

.aboutus .personquote {
font-size: 15px;
line-height: 1.65;
color: #4a2e52;
font-style: italic;
margin: 0;
}

.aboutus .imgpair {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}

.aboutus .imgpair .imgbox {
overflow: hidden;
border-radius: 5px;
height: 200px;
}

.aboutus .imgpair .imgbox img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transition: transform 0.18s ease-out;
}

.aboutus .imgpair .imgbox:hover img {
transform: scale(1.04);
}

.aboutus .imgsinglewrap {
overflow: hidden;
border-radius: 5px;
height: 260px;
}

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

.aboutus .approachlist {
display: flex;
flex-direction: column;
gap: 12px;
}

.aboutus .approachitem {
display: flex;
flex-direction: row;
gap: 12px;
align-items: flex-start;
padding: 12px 16px;
background: #ffffff;
border-radius: 5px;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
transition: box-shadow 0.15s ease-out;
}

.aboutus .approachitem:hover {
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
}

.aboutus .approachicon {
flex-shrink: 0;
width: 32px;
height: 32px;
background: linear-gradient(293deg, #B74FC3 0%, #DAAFE1 100%);
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
}

.aboutus .approachicon svg {
width: 16px;
height: 16px;
stroke: #ffffff;
fill: none;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}

.aboutus .approachtext {
display: flex;
flex-direction: column;
gap: 4px;
}

.aboutus .approachtext h4 {
font-size: 15px;
line-height: 1.45;
color: #1b0e1e;
margin: 0;
font-weight: 600;
}

.aboutus .approachtext p {
font-size: 15px;
line-height: 1.65;
color: #4a2e52;
margin: 0;
}

.aboutus .dotgroup {
position: relative;
height: 64px;
pointer-events: none;
}

.aboutus .dot {
position: absolute;
border-radius: 50%;
background: #DAAFE1;
opacity: 0.55;
animation: rotateDots 8s linear infinite;
transform-origin: 40px 32px;
}

.aboutus .dot.big {
width: 18px;
height: 18px;
top: 8px;
left: 0;
background: #B74FC3;
opacity: 0.35;
}

.aboutus .dot.med {
width: 10px;
height: 10px;
top: 28px;
left: 28px;
animation-duration: 12s;
}

.aboutus .dot.small {
width: 6px;
height: 6px;
top: 48px;
left: 14px;
animation-duration: 6s;
animation-direction: reverse;
}

@keyframes rotateDots {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}

.aboutus .colanimated {
opacity: 0;
transform: translateY(24px);
animation: colreveal 0.55s ease-out forwards;
}

.aboutus .leftcol {
animation-delay: 0.1s;
}

.aboutus .rightcol {
animation-delay: 0.28s;
}

@keyframes colreveal {
to {
opacity: 1;
transform: translateY(0);
}
}

.aboutus .inlinelist {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 8px;
list-style: none;
padding: 0;
margin: 0;
}

.aboutus .inlinelist li {
font-size: 15px;
line-height: 1.45;
color: #3d2245;
}

.aboutus .inlinelist li+li::before {
content: "·";
color: #B74FC3;
margin-right: 8px;
font-weight: 700;
}

.aboutus .contactstrip {
margin-top: 8px;
padding: 16px;
background: linear-gradient(293deg, rgba(183, 79, 195, 0.08) 0%, transparent 60%);
border-radius: 5px;
display: flex;
flex-direction: row;
gap: 16px;
flex-wrap: wrap;
align-items: center;
}

.aboutus .contactstrip a {
font-size: 15px;
line-height: 1.45;
color: #B74FC3;
text-decoration: underline dotted;
text-underline-offset: 3px;
transition: color 0.12s ease-out;
}

.aboutus .contactstrip a:hover {
color: #8a3498;
}

.aboutus .contactstrip .sep {
color: #DAAFE1;
font-weight: 700;
}

@media (max-width: 1024px) {
.aboutus .firstblock .pagewrap {
flex-direction: column;
gap: 32px;
}

.aboutus .firstright {
flex: none;
width: 100%;
}

.aboutus .mainimgwrap {
width: 100%;
height: 360px;
}

.aboutus .firstleft h1 {
font-size: 58px;
}

.aboutus .secondblock .pagewrap {
grid-template-columns: 1fr;
gap: 32px;
}
}

@media (max-width: 640px) {
.aboutus .firstleft h1 {
font-size: 48px;
}

.aboutus .statrow {
gap: 16px;
}

.aboutus .statnum {
font-size: 36px;
}

.aboutus .firstblock {
padding: 32px 0 24px;
}

.aboutus .secondblock {
padding: 32px 0;
}

.aboutus .teamcard {
padding: 16px;
border-radius: 5px;
}

.aboutus .imgpair .imgbox {
height: 140px;
}

.aboutus .imgsinglewrap {
height: 200px;
}

.aboutus .contactstrip {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
}

@media (max-width: 360px) {
.aboutus .firstleft h1 {
font-size: 36px;
}

.aboutus .imgpair {
grid-template-columns: 1fr;
}
}

.root {
max-width: 100%;
overflow-x: hidden;
}

.root .pagewrap {
max-width: 1140px;
margin: 0 auto;
padding: 0 32px;
}

.root .titleblock {
padding: 48px 0 32px;
}

.root .titleblock .tbinner {
max-width: 1140px;
margin: 0 auto;
padding: 0 32px;
display: flex;
flex-direction: row;
align-items: center;
gap: 48px;
}

.root .titleblock .tbleft {
flex: 1 1 0;
min-width: 0;
}

.root .titleblock .tbright {
flex: 0 0 auto;
width: 280px;
}

.root .titleblock .tbcard {
border-radius: 5px;
overflow: hidden;
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
position: relative;
}

.root .titleblock .tbcard img {
width: 280px;
height: 320px;
object-fit: cover;
object-position: center;
display: block;
filter: brightness(1.05) contrast(1.02);
}

.root .titleblock .tbcard::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(293deg, rgba(183, 79, 195, 0.18) 0%, rgba(255, 255, 255, 0) 55%, rgba(218, 175, 225, 0.10) 100%);
pointer-events: none;
}

.root .titleblock .eyebrow {
font-size: 15px;
line-height: 1.45;
color: #B74FC3;
letter-spacing: 0.04em;
margin-bottom: 12px;
display: block;
}

.root .titleblock h1 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1e1230;
margin: 0 0 16px;
}

.root .titleblock .tbdesc {
font-size: 18px;
line-height: 1.65;
color: #3a2e42;
max-width: 520px;
margin: 0;
}

.root .tbdesc.narrow {
max-width: 380px;
}

.root .problemblock {
padding: 48px 0;
background: #F3EFF3;
position: relative;
}

.root .problemblock::before {
content: '';
display: block;
height: 12px;
background: linear-gradient(293deg, #B74FC3 0%, rgba(255, 255, 255, 0) 60%, #DAAFE1 100%);
position: absolute;
top: 0;
left: 0;
right: 0;
}

.root .problemblock .pbinner {
max-width: 1140px;
margin: 0 auto;
padding: 0 32px;
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start;
}

.root .problemblock .pbleft {
flex: 0 0 420px;
}

.root .problemblock .pbright {
flex: 1 1 0;
min-width: 0;
}

.root .problemblock h2 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1e1230;
margin: 0 0 16px;
}

.root .problemblock .dot {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 38px;
background: #B74FC3;
margin-left: 6px;
vertical-align: middle;
position: relative;
top: -3px;
}

.root .problemblock .pbdesc {
font-size: 18px;
line-height: 1.65;
color: #3a2e42;
margin: 0;
}

.root .problemblock .pblist {
list-style: none;
padding: 0;
margin: 16px 0 0;
display: flex;
flex-direction: column;
gap: 12px;
}

.root .problemblock .pblist li {
font-size: 15px;
line-height: 1.45;
color: #3a2e42;
padding: 12px 16px;
background: #fff;
border-radius: 5px;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
}

.root .problemblock .pblist .icon {
flex: 0 0 auto;
width: 20px;
height: 20px;
color: #B74FC3;
margin-top: 1px;
}

.root .problemblock .pbimage {
width: 100%;
height: 240px;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
margin-bottom: 16px;
}

.root .problemblock .pbimage img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

.root .teamblock {
padding: 48px 0;
background: #fff;
margin-left: 32px;
}

.root .teamblock .tbwrap {
max-width: 1140px;
margin: 0 auto;
padding: 0 32px;
}

.root .teamblock h2 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1e1230;
margin: 0 0 8px;
}

.root .teamblock .teamsub {
font-size: 18px;
line-height: 1.65;
color: #3a2e42;
max-width: 600px;
margin: 0 0 32px;
}

.root .teamblock .teamgrid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
}

.root .teamblock .membercard {
display: flex;
flex-direction: row;
gap: 16px;
align-items: flex-start;
padding: 16px;
border-radius: 5px;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
background: #F3EFF3;
animation: cardflip 0.5s ease both;
}

.root .teamblock .membercard:nth-child(2) {
animation-delay: 0.15s;
}

@keyframes cardflip {
from {
opacity: 0;
transform: rotateY(90deg);
}

to {
opacity: 1;
transform: rotateY(0deg);
}
}

.root .teamblock .membercard .portrait {
flex: 0 0 auto;
width: 80px;
height: 103px;
border-radius: 38px;
overflow: hidden;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
}

.root .teamblock .membercard .portrait img {
width: 80px;
height: 103px;
object-fit: cover;
object-position: center;
display: block;
}

.root .teamblock .membercard .memberinfo {
flex: 1 1 0;
min-width: 0;
}

.root .teamblock .membercard .membername {
font-size: 18px;
line-height: 1.2;
color: #1e1230;
font-weight: 700;
margin: 0 0 4px;
}

.root .teamblock .membercard .memberrole {
font-size: 15px;
line-height: 1.45;
color: #B74FC3;
margin: 0 0 8px;
}

.root .teamblock .membercard .memberdesc {
font-size: 15px;
line-height: 1.45;
color: #3a2e42;
margin: 0;
}

.root .teamblock .teamextra {
margin-top: 32px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 16px;
}

.root .teamblock .statbox {
padding: 16px;
border-radius: 5px;
background: #fff;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
text-align: center;
}

.root .teamblock .statbox .statnum {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
background: linear-gradient(293deg, #B74FC3 0%, rgba(218, 175, 225, 0) 60%, #DAAFE1 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
display: block;
}

.root .teamblock .statbox .statlabel {
font-size: 15px;
line-height: 1.45;
color: #3a2e42;
}

.root .commitblock {
padding: 48px 0;
position: relative;
overflow: hidden;
}

.root .commitblock .splitbg {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
pointer-events: none;
}

.root .commitblock .splitbgtop {
flex: 0 0 50%;
background: #1e1230;
}

.root .commitblock .splitbgbot {
flex: 1 1 0;
background: #F3EFF3;
}

.root .commitblock .cbwrap {
max-width: 1140px;
margin: 0 auto;
padding: 0 32px;
position: relative;
}

.root .commitblock h2 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #fff;
margin: 0 0 16px;
}

.root .commitblock .cbintro {
font-size: 18px;
line-height: 1.65;
color: #DAAFE1;
max-width: 560px;
margin: 0 0 32px;
}

.root .commitblock .cbgrid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 16px;
padding-bottom: 32px;
}

.root .commitblock .cbcard {
background: #fff;
border-radius: 5px;
padding: 16px;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
}

.root .commitblock .cbcard .cbtag {
font-size: 15px;
line-height: 1.45;
color: #B74FC3;
font-weight: 700;
margin: 0 0 8px;
display: block;
}

.root .commitblock .cbcard .cbtext {
font-size: 15px;
line-height: 1.45;
color: #3a2e42;
margin: 0;
}

.root .commitblock .cbimage {
width: 100%;
height: 200px;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
margin-top: 0;
}

.root .commitblock .cbimage img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

.root .fitblock {
padding: 48px 0;
background: #fff;
}

.root .fitblock .fbwrap {
max-width: 1140px;
margin: 0 auto;
padding: 0 32px;
}

.root .fitblock h2 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1e1230;
margin: 0 0 8px;
}

.root .fitblock .fbsub {
font-size: 18px;
line-height: 1.65;
color: #3a2e42;
max-width: 540px;
margin: 0 0 32px;
}

.root .fitblock .fbtable {
width: 100%;
border-collapse: collapse;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
}

.root .fitblock .fbtable thead th {
background: #1e1230;
color: #fff;
font-size: 15px;
line-height: 1.45;
padding: 12px 16px;
text-align: left;
}

.root .fitblock .fbtable tbody td {
font-size: 15px;
line-height: 1.45;
padding: 12px 16px;
border-bottom: 1px solid #F3EFF3;
color: #3a2e42;
}

.root .fitblock .fbtable tbody tr:last-child td {
border-bottom: none;
}

.root .fitblock .fbtable tbody tr:nth-child(odd) td {
background: #F3EFF3;
}

.root .fitblock .fbtable tbody tr:nth-child(even) td {
background: #fff;
}

.root .fitblock .fbtable .celgood {
background: rgba(183, 79, 195, 0.10) !important;
color: #7a1f8a;
font-weight: 600;
}

.root .fitblock .fbtable .celmid {
background: rgba(218, 175, 225, 0.25) !important;
color: #5a3a62;
}

.root .fitblock .fbtable .celbad {
background: rgba(243, 239, 243, 0.6) !important;
color: #888;
}

.root .fitblock .fbextra {
margin-top: 32px;
display: flex;
flex-direction: row;
gap: 32px;
}

.root .fitblock .fbpara {
flex: 1 1 0;
font-size: 15px;
line-height: 1.65;
color: #3a2e42;
margin: 0;
}

.root .fitblock .fbpara.narrow {
flex: 0 0 300px;
}

.root .clientblock {
padding: 48px 0;
background: linear-gradient(293deg, rgba(183, 79, 195, 0.08) 0%, rgba(255, 255, 255, 0) 55%, rgba(218, 175, 225, 0.06) 100%);
position: relative;
}

.root .clientblock::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(293deg, #B74FC3 0%, rgba(218, 175, 225, 0) 60%, #DAAFE1 100%);
}

.root .clientblock .clwrap {
max-width: 1140px;
margin: 0 auto;
padding: 0 32px;
}

.root .clientblock h2 {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1e1230;
margin: 0 0 8px;
}

.root .clientblock .clsub {
font-size: 18px;
line-height: 1.65;
color: #3a2e42;
max-width: 500px;
margin: 0 0 32px;
}

.root .clientblock .clcards {
display: flex;
flex-direction: column;
gap: 16px;
}

.root .clientblock .clcard {
display: flex;
flex-direction: row;
gap: 32px;
align-items: flex-start;
padding: 16px;
border-radius: 5px;
background: #fff;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
}

.root .clientblock .clcard .cllabel {
flex: 0 0 160px;
font-size: 15px;
line-height: 1.45;
color: #B74FC3;
font-weight: 700;
}

.root .clientblock .clcard .cltext {
flex: 1 1 0;
font-size: 15px;
line-height: 1.65;
color: #3a2e42;
margin: 0;
}

.root .clientblock .clcard .clname {
flex: 0 0 140px;
font-size: 15px;
line-height: 1.45;
color: #888;
font-style: italic;
}

.root .clientblock .climage {
width: 100%;
height: 220px;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
margin-top: 32px;
}

.root .clientblock .climage img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

.root .zigzag {
display: block;
width: 100%;
height: 16px;
overflow: hidden;
}

.root .zigzag svg {
display: block;
width: 100%;
height: 16px;
}

@media (max-width: 1024px) {
.root .titleblock .tbinner {
gap: 32px;
}

.root .titleblock .tbright {
width: 220px;
}

.root .titleblock .tbcard img {
width: 220px;
height: 252px;
}

.root .titleblock h1 {
font-size: 58px;
}

.root .problemblock .pbinner {
flex-direction: column;
gap: 32px;
}

.root .problemblock .pbleft {
flex: none;
width: 100%;
}

.root .teamblock .teamgrid {
grid-template-columns: 1fr;
}

.root .teamblock .teamextra {
grid-template-columns: 1fr 1fr;
}

.root .commitblock .cbgrid {
grid-template-columns: 1fr 1fr;
}

.root .teamblock {
margin-left: 0;
}
}

@media (max-width: 640px) {
.root .titleblock .tbinner {
flex-direction: column;
gap: 24px;
}

.root .titleblock .tbright {
width: 100%;
}

.root .titleblock .tbcard img {
width: 100%;
height: 220px;
}

.root .titleblock h1 {
font-size: 58px;
}

.root .problemblock h2,
.root .teamblock h2,
.root .commitblock h2,
.root .fitblock h2,
.root .clientblock h2 {
font-size: 58px;
}

.root .teamblock .teamextra {
grid-template-columns: 1fr;
}

.root .commitblock .cbgrid {
grid-template-columns: 1fr;
}

.root .fitblock .fbextra {
flex-direction: column;
}

.root .fitblock .fbpara.narrow {
flex: none;
width: 100%;
}

.root .clientblock .clcard {
flex-direction: column;
gap: 8px;
}

.root .clientblock .clcard .cllabel {
flex: none;
}

.root .clientblock .clcard .clname {
flex: none;
}

.root .pagewrap,
.root .tbinner,
.root .pbinner,
.root .tbwrap,
.root .cbwrap,
.root .fbwrap,
.root .clwrap {
padding: 0 16px;
}
}

@media (max-width: 360px) {

.root .titleblock h1,
.root .problemblock h2,
.root .teamblock h2,
.root .commitblock h2,
.root .fitblock h2,
.root .clientblock h2 {
font-size: 58px;
}
}

.contactus {
position: relative;
overflow-x: clip;
}

.contactus .formblock {
background: #fff;
padding: 48px 16px;
}

.contactus .formblock .formlayout {
max-width: 1140px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start;
}

.contactus .formblock .formleft {
flex: 1 1 340px;
min-width: 0;
}

.contactus .formblock .formright {
flex: 1.4 1 420px;
min-width: 0;
}

.contactus .formleft .pagelabel {
display: inline-block;
font-size: 15px;
line-height: 1.45;
color: #B74FC3;
border-top: 2px solid #B74FC3;
padding-top: 8px;
margin-bottom: 16px;
letter-spacing: 0.04em;
}

.contactus .formleft .pagetopic {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1b1225;
margin: 0 0 16px 0;
}

.contactus .formleft .pagetopic .dotaccent {
display: inline-block;
width: 8px;
height: 8px;
background: #B74FC3;
border-radius: 50%;
margin-left: 4px;
vertical-align: middle;
margin-bottom: 6px;
}

.contactus .formleft .pagedesc {
font-size: 18px;
line-height: 1.65;
color: #3a2e42;
margin: 0 0 32px 0;
max-width: 340px;
}

.contactus .formleft .contactdetails {
display: flex;
flex-direction: column;
gap: 16px;
}

.contactus .formleft .contactitem {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
}

.contactus .formleft .contactitem .iconwrap {
width: 36px;
height: 36px;
border-radius: 5px;
background: #F3EFF3;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
}

.contactus .formleft .contactitem .iconwrap svg {
width: 18px;
height: 18px;
stroke: #B74FC3;
fill: none;
stroke-width: 1.7;
stroke-linecap: round;
stroke-linejoin: round;
}

.contactus .formleft .contactitem .itemtext {
font-size: 15px;
line-height: 1.45;
color: #3a2e42;
}

.contactus .formleft .contactitem .itemtext a {
color: #3a2e42;
text-decoration: underline dotted;
text-underline-offset: 3px;
transition: color 0.15s ease-out;
}

.contactus .formleft .contactitem .itemtext a:hover {
color: #B74FC3;
}

.contactus .formright form {
background: #F3EFF3;
border-radius: 5px;
padding: 32px;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
}

.contactus .formright .fieldgroup {
display: flex;
flex-direction: column;
gap: 4px;
margin-bottom: 16px;
}

.contactus .formright label {
font-size: 15px;
line-height: 1.45;
color: #1b1225;
font-weight: 600;
}

.contactus .formright input[type="text"],
.contactus .formright input[type="email"],
.contactus .formright select,
.contactus .formright textarea {
width: 100%;
padding: 12px 16px;
border: 1.5px solid #DAAFE1;
border-radius: 5px;
background: #fff;
font-size: 15px;
line-height: 1.45;
color: #1b1225;
outline: none;
transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out;
box-shadow: inset 0 2px 5px 0 rgba(183, 79, 195, 0.06);
appearance: none;
-webkit-appearance: none;
}

.contactus .formright input[type="text"]::placeholder,
.contactus .formright input[type="email"]::placeholder,
.contactus .formright textarea::placeholder {
font-style: italic;
opacity: 0.55;
color: #3a2e42;
}

.contactus .formright input[type="text"]:focus,
.contactus .formright input[type="email"]:focus,
.contactus .formright select:focus,
.contactus .formright textarea:focus {
border-color: #B74FC3;
box-shadow: inset 0 2px 5px 0 rgba(183, 79, 195, 0.06), 0 0 0 3px rgba(183, 79, 195, 0.12);
}

.contactus .formright select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23B74FC3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
padding-right: 36px;
cursor: pointer;
}

.contactus .formright textarea {
resize: vertical;
min-height: 100px;
}

.contactus .formright .methodgroup {
margin-bottom: 16px;
}

.contactus .formright .methodgroup label.grouplabel {
display: block;
font-size: 15px;
line-height: 1.45;
color: #1b1225;
font-weight: 600;
margin-bottom: 8px;
}

.contactus .formright .radiorow {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 8px;
}

.contactus .formright .radiorow label {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
font-weight: 400;
color: #3a2e42;
background: #fff;
border: 1.5px solid #DAAFE1;
border-radius: 5px;
padding: 8px 12px;
cursor: pointer;
transition: border-color 0.15s ease-out, background 0.15s ease-out;
}

.contactus .formright .radiorow input[type="radio"] {
accent-color: #B74FC3;
width: 16px;
height: 16px;
cursor: pointer;
}

.contactus .formright .radiorow label:has(input:checked) {
border-color: #B74FC3;
background: rgba(183, 79, 195, 0.06);
}

.contactus .formright .privacyrow {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 8px;
margin-bottom: 16px;
}

.contactus .formright .privacyrow input[type="checkbox"] {
accent-color: #B74FC3;
width: 16px;
height: 16px;
margin-top: 3px;
flex-shrink: 0;
cursor: pointer;
}

.contactus .formright .privacyrow .privacytext {
font-size: 15px;
line-height: 1.45;
color: #3a2e42;
}

.contactus .formright .privacyrow .privacytext a {
color: #B74FC3;
text-decoration: underline dotted;
text-underline-offset: 3px;
transition: color 0.12s ease;
}

.contactus .formright .privacyrow .privacytext a:hover {
color: #8a2f96;
}

.contactus .formright .submitbtn {
display: inline-block;
padding: 12px 32px;
background: #B74FC3;
color: #fff;
font-size: 18px;
line-height: 1.45;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background 0.15s ease-out, transform 0.1s ease;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
letter-spacing: 0.01em;
}

.contactus .formright .submitbtn:hover {
background: #9c3dab;
}

.contactus .formright .submitbtn:active {
transform: scale(0.97);
}

.contactus .formright .submitbtn:focus-visible {
outline: 3px solid #B74FC3;
outline-offset: 3px;
}

.contactus .dividerband {
height: 4px;
background: linear-gradient(293deg, #B74FC3 0%, rgba(218, 175, 225, 0) 55%, #F3EFF3 100%);
}

.contactus .infoblock {
position: relative;
overflow: hidden;
padding: 48px 16px;
background: #F3EFF3;
}

.contactus .infoblock .twotone {
position: absolute;
inset: 0;
background: linear-gradient(293deg, rgba(183, 79, 195, 0.10) 0%, rgba(218, 175, 225, 0) 60%, transparent 100%);
pointer-events: none;
}

.contactus .infoblock .geoshape {
position: absolute;
right: -60px;
top: 20px;
width: 220px;
height: 220px;
border-radius: 38px;
border: 2px solid rgba(183, 79, 195, 0.12);
animation: slowspin 22s linear infinite;
pointer-events: none;
}

.contactus .infoblock .geoshape2 {
position: absolute;
right: 40px;
top: 60px;
width: 120px;
height: 120px;
border-radius: 38px;
border: 2px solid rgba(183, 79, 195, 0.09);
animation: slowspin 30s linear infinite reverse;
pointer-events: none;
}

@keyframes slowspin {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}

.contactus .infoblock .infocontent {
max-width: 1140px;
margin: 0 auto;
position: relative;
z-index: 1;
}

.contactus .infoblock .infotop {
margin-bottom: 32px;
}

.contactus .infoblock .infotop .infotitle {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #1b1225;
margin: 0 0 12px 0;
}

.contactus .infoblock .infotop .infotitle .dotaccent {
display: inline-block;
width: 8px;
height: 8px;
background: #B74FC3;
border-radius: 50%;
margin-left: 4px;
vertical-align: middle;
margin-bottom: 6px;
}

.contactus .infoblock .infotop .infodesc {
font-size: 18px;
line-height: 1.65;
color: #3a2e42;
max-width: 520px;
margin: 0;
}

.contactus .infoblock .infodesc.narrow {
max-width: 360px;
}

.contactus .infoblock .threecols {
display: flex;
flex-direction: row;
gap: 16px;
margin-bottom: 32px;
}

.contactus .infoblock .col {
flex: 1 1 0;
border-radius: 5px;
padding: 32px;
min-width: 0;
}

.contactus .infoblock .col.colwhite {
background: #fff;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
}

.contactus .infoblock .col.colpurple {
background: #B74FC3;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
}

.contactus .infoblock .col.collight {
background: #DAAFE1;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
}

.contactus .infoblock .col .coltitle {
font-size: 18px;
line-height: 1.45;
font-weight: 700;
margin: 0 0 8px 0;
color: #1b1225;
}

.contactus .infoblock .col.colpurple .coltitle {
color: #fff;
}

.contactus .infoblock .col .coltext {
font-size: 15px;
line-height: 1.65;
color: #3a2e42;
margin: 0;
}

.contactus .infoblock .col.colpurple .coltext {
color: rgba(255, 255, 255, 0.88);
}

.contactus .infoblock .col.collight .coltext {
color: #1b1225;
}

.contactus .infoblock .matrixwrap {
background: #fff;
border-radius: 5px;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
overflow: hidden;
}

.contactus .infoblock .matrixtable {
width: 100%;
border-collapse: collapse;
}

.contactus .infoblock .matrixtable th {
background: #1b1225;
color: #fff;
font-size: 15px;
line-height: 1.45;
padding: 12px 16px;
text-align: left;
font-weight: 600;
}

.contactus .infoblock .matrixtable th.center {
text-align: center;
}

.contactus .infoblock .matrixtable td {
font-size: 15px;
line-height: 1.45;
color: #3a2e42;
padding: 12px 16px;
border-bottom: 1px solid #F3EFF3;
vertical-align: middle;
}

.contactus .infoblock .matrixtable td.center {
text-align: center;
}

.contactus .infoblock .matrixtable tr:last-child td {
border-bottom: none;
}

.contactus .infoblock .matrixtable tr:nth-child(even) td {
background: #F3EFF3;
}

.contactus .infoblock .matrixtable .checkmark {
display: inline-block;
width: 20px;
height: 20px;
border-radius: 50%;
background: #B74FC3;
position: relative;
}

.contactus .infoblock .matrixtable .checkmark::after {
content: '';
position: absolute;
left: 5px;
top: 9px;
width: 5px;
height: 3px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg) translateY(-3px);
}

.contactus .infoblock .matrixtable .crossmark {
display: inline-block;
width: 20px;
height: 20px;
border-radius: 50%;
background: #DAAFE1;
}

.contactus .infoblock .imagepair {
display: flex;
flex-direction: row;
gap: 16px;
margin-top: 32px;
}

.contactus .infoblock .imagepair .imgwrap {
flex: 1 1 0;
border-radius: 5px;
overflow: hidden;
height: 220px;
position: relative;
}

.contactus .infoblock .imagepair .imgwrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

.contactus .infoblock .imagepair .imgwrap .imgoverlay {
position: absolute;
inset: 0;
background: linear-gradient(293deg, rgba(183, 79, 195, 0.30) 0%, rgba(218, 175, 225, 0) 60%, transparent 100%);
pointer-events: none;
}

@media (max-width: 1024px) {
.contactus .formblock .formlayout {
flex-direction: column;
gap: 32px;
}

.contactus .formleft .pagetopic {
font-size: 48px;
}

.contactus .infoblock .threecols {
flex-direction: column;
}

.contactus .infoblock .infotop .infotitle {
font-size: 48px;
}
}

@media (max-width: 640px) {
.contactus .formblock {
padding: 32px 16px;
}

.contactus .formleft .pagetopic {
font-size: 36px;
}

.contactus .formright form {
padding: 16px;
}

.contactus .infoblock {
padding: 32px 16px;
}

.contactus .infoblock .infotop .infotitle {
font-size: 36px;
}

.contactus .infoblock .imagepair {
flex-direction: column;
}

.contactus .infoblock .imagepair .imgwrap {
height: 180px;
}

.contactus .infoblock .matrixtable th,
.contactus .infoblock .matrixtable td {
padding: 8px 12px;
font-size: 15px;
}

.contactus .formright .radiorow {
flex-direction: column;
}
}

@media (max-width: 360px) {
.contactus .formleft .pagetopic {
font-size: 28px;
}

.contactus .infoblock .infotop .infotitle {
font-size: 28px;
}
}

.successPage {
min-height: 60vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 48px 16px;
background: #fff;
}

.successPage .successCard {
background: #F3EFF3;
border-radius: 38px;
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
max-width: 520px;
padding: 48px 48px 32px 48px;
text-align: center;
width: 100%;
}

.successPage .iconWrap {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 32px;
}

.successPage .iconCircle {
background: linear-gradient(293deg, #B74FC3 0%, rgba(218, 175, 225, 0) 60%, #DAAFE1 100%);
border-radius: 38px;
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
}

.successPage .iconCircle svg {
display: block;
}

.successPage .successHeading {
color: #1b1030;
font-size: 58px;
letter-spacing: -0.03em;
line-height: 1.2;
margin-bottom: 16px;
}

.successPage .successSubtext {
color: #3a2a45;
font-size: 18px;
line-height: 1.65;
margin-bottom: 32px;
}

.successPage .successDetail {
background: #fff;
border-radius: 5px;
box-shadow: inset 0 3px 6px 0 rgba(183, 79, 195, 0.06);
color: #5a4068;
font-size: 15px;
line-height: 1.45;
margin-bottom: 32px;
padding: 16px;
}

.successPage .successDetail span {
color: #B74FC3;
font-size: 15px;
}

.successPage .backButton {
background: #B74FC3;
border: none;
border-radius: 5px;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 15px;
padding: 12px 32px;
text-decoration: none;
transition: box-shadow 0.15s ease-out, transform 0.1s ease-out;
}

.successPage .backButton:hover {
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
}

.successPage .backButton:active {
transform: scale(0.97);
}

@media (max-width: 640px) {
.successPage .successCard {
padding: 32px 16px;
}

.successPage .successHeading {
font-size: 18px;
}
}

.notFoundPage {
min-height: 70vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 48px 16px;
text-align: center;
}

.notFoundPage .errorCode {
font-size: 72px;
font-weight: 800;
line-height: 1.2;
letter-spacing: -0.03em;
background: linear-gradient(293deg, #B74FC3 0%, #F3EFF3 55%, #DAAFE1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 8px;
}

.notFoundPage .errorIcon {
width: 64px;
height: 64px;
margin: 0 auto 32px;
display: block;
}

.notFoundPage .errorTitle {
font-size: 58px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #2a1a2e;
margin-bottom: 16px;
}

.notFoundPage .errorTitle span {
display: inline-block;
width: 7px;
height: 7px;
background: #B74FC3;
border-radius: 38px;
margin-left: 4px;
vertical-align: middle;
position: relative;
top: -6px;
}

.notFoundPage .errorDescription {
font-size: 18px;
line-height: 1.65;
color: #4a3550;
max-width: 480px;
margin: 0 auto 32px;
}

.notFoundPage .errorDescription strong {
color: #B74FC3;
}

.notFoundPage .errorActions {
display: flex;
flex-direction: row;
gap: 16px;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 48px;
}

.notFoundPage .buttonPrimary {
display: inline-block;
padding: 12px 32px;
background: #B74FC3;
color: #fff;
font-size: 15px;
font-weight: 600;
border-radius: 5px;
text-decoration: none;
border: none;
cursor: pointer;
box-shadow: 0 7px 14px 0 rgba(183, 79, 195, 0.09);
transition: background 0.15s ease-out, box-shadow 0.15s ease-out, transform 0.1s ease;
}

.notFoundPage .buttonPrimary:hover {
background: #9e3daa;
box-shadow: 0 10px 44px 0 rgba(183, 79, 195, 0.12);
}

.notFoundPage .buttonPrimary:active {
transform: scale(0.97);
}

.notFoundPage .buttonSecondary {
display: inline-block;
padding: 12px 32px;
background: #F3EFF3;
color: #2a1a2e;
font-size: 15px;
font-weight: 600;
border-radius: 5px;
text-decoration: none;
border: 1.5px solid #DAAFE1;
cursor: pointer;
transition: border-color 0.15s ease-out, background 0.12s ease;
}

.notFoundPage .buttonSecondary:hover {
border-color: #B74FC3;
background: #ede5f0;
}

.notFoundPage .buttonSecondary:active {
transform: scale(0.97);
}

.notFoundPage .quickLinks {
display: flex;
flex-direction: row;
gap: 32px;
flex-wrap: wrap;
justify-content: center;
padding: 16px 32px;
background: #F3EFF3;
border-radius: 5px;
box-shadow: 0 1px 4px 0 rgba(183, 79, 195, 0.06);
}

.notFoundPage .quickLinks a {
font-size: 15px;
color: #4a3550;
text-decoration: underline dotted;
text-underline-offset: 3px;
transition: color 0.12s ease;
}

.notFoundPage .quickLinks a:hover {
color: #B74FC3;
}

.notFoundPage .quickLinks span {
color: #B74FC3;
font-weight: 700;
user-select: none;
}

@media (max-width: 640px) {
.notFoundPage .errorTitle {
font-size: 58px;
}

.notFoundPage .errorCode {
font-size: 58px;
}

.notFoundPage .errorActions {
flex-direction: column;
align-items: center;
}

.notFoundPage .quickLinks {
flex-direction: column;
align-items: center;
gap: 12px;
}

.notFoundPage .quickLinks span {
display: none;
}
}

@media (max-width: 360px) {
.notFoundPage {
padding: 32px 12px;
}
}