html {
box-sizing: border-box;
scroll-behavior: smooth
}

body {
margin: 0;
font-family: 'Nunito', sans-serif;
font-size: 16px;
line-height: 1.5;
color: #1a1a1a;
background: #fff;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto
}

:focus {
outline: 2px solid #E33D6A;
outline-offset: 2px;
animation: focusFadeIn 180ms ease-out
}

@keyframes focusFadeIn {
from {
outline-color: transparent
}

to {
outline-color: #E33D6A
}
}

::selection {
background: linear-gradient(90deg, #E33D6A, #40969E);
color: #fff
}

.hd-wrap {
position: relative;
background: linear-gradient(180deg, #fff 0%, #fff 75%, #a7cbd726 100%);
padding: 24px 0;
box-shadow: 0 6px 28px 0 #e33d6a14
}

.hd-inner {
max-width: 1024px;
margin: 0 auto;
padding: 0 24px;
display: grid;
grid-template-columns: auto 1fr auto;
gap: 40px;
align-items: center
}

.logo-box {
width: 76px;
height: 76px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 16px;
box-shadow: 0 6px 28px 0 #40969e14 0 0 0 1px #a7cbd733;
padding: 8px
}

.logo-box img {
width: 100%;
height: 100%;
object-fit: contain
}

.nav-main {
display: flex;
flex-wrap: wrap;
gap: 8px 24px;
justify-content: center;
align-items: center
}

.nav-main a {
font-size: 16px;
font-weight: 400;
color: #2a2a2a;
text-decoration: none;
padding: 8px 16px;
border-radius: 8px;
transition: background 160ms cubic-bezier(0.4, 0, 0.6, 1), color 160ms cubic-bezier(0.4, 0, 0.6, 1);
letter-spacing: -.01em;
min-height: 44px;
display: flex;
align-items: center
}

.nav-main a:hover {
background: #e33d6a14;
color: #E33D6A
}

.contact-box {
display: flex;
flex-direction: column;
gap: 4px;
align-items: flex-end
}

.contact-tel {
font-size: 16px;
font-weight: 700;
color: #E33D6A;
text-decoration: none;
letter-spacing: -.02em;
transition: color 140ms ease-out
}

.contact-tel:hover {
color: #40969E
}

.contact-email {
font-size: 14px;
color: #6a6a6a;
text-decoration: none;
transition: color 140ms ease-out
}

.contact-email:hover {
color: #E33D6A
}

main {
max-width: 1024px;
margin: 0 auto
}

.ft-wrap {
background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
padding: 40px 0 24px;
margin-top: 80px;
position: relative
}

.ft-wrap::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, #e33d6a4d 50%, transparent 100%)
}

.ft-inner {
max-width: 1024px;
margin: 0 auto;
padding: 0 24px;
display: grid;
grid-template-columns: 2fr 1fr;
gap: 40px
}

.ft-brand {
display: flex;
flex-direction: column;
gap: 24px
}

.ft-logo-box {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff0d;
border-radius: 16px;
box-shadow: 0 2px 5px 0 #e33d6a0d 0 0 0 1px #a7cbd71a;
padding: 8px
}

.ft-logo-box img {
width: 100%;
height: 100%;
object-fit: contain
}

.ft-desc {
font-size: 14px;
line-height: 1.5;
color: #b0b0b0;
max-width: 420px;
letter-spacing: -.01em
}

.ft-location {
font-size: 14px;
line-height: 1.5;
color: gray
}

.ft-links {
display: flex;
flex-direction: column;
gap: 16px;
align-items: flex-end
}

.ft-nav {
display: flex;
flex-direction: column;
gap: 8px;
align-items: flex-end
}

.ft-nav a {
font-size: 14px;
color: silver;
text-decoration: none;
transition: color 160ms ease-out;
padding: 4px 0
}

.ft-nav a:hover {
color: #E33D6A
}

.ft-bottom {
max-width: 1024px;
margin: 40px auto 0;
padding: 24px 24px 0;
border-top: 1px solid #ffffff1a;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 16px
}

.ft-copy {
font-size: 14px;
color: #707070
}

.ft-email-link {
font-size: 14px;
color: #A7CBD7;
text-decoration: none;
transition: color 140ms ease-out
}

.ft-email-link:hover {
color: #E33D6A
}

.cns-popup {
position: fixed;
bottom: 24px;
left: 24px;
max-width: 420px;
background: #fff;
border-radius: 16px;
box-shadow: 0 12px 36px 0 #e33d6a21 0 0 0 1px #a7cbd726;
padding: 24px;
z-index: 2000;
display: none;
transform: translateX(-120%);
transition: transform 180ms cubic-bezier(0.4, 0, 0.6, 1)
}

.cns-popup.in {
transform: translateX(0)
}

.cns-hd {
font-size: 20px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 8px;
line-height: 1.1
}

.cns-txt {
font-size: 14px;
line-height: 1.5;
color: #4a4a4a;
margin-bottom: 16px
}

.cns-opts {
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 16px
}

.cns-opt {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px;
background: #a7cbd714;
border-radius: 8px
}

.cns-opt-label {
font-size: 14px;
color: #2a2a2a;
font-weight: 400
}

.cns-opt-label.is-required {
color: gray
}

.cns-toggle {
width: 44px;
height: 24px;
background: #d0d0d0;
border-radius: 46px;
position: relative;
cursor: pointer;
transition: background 160ms ease-out
}

.cns-toggle.is-on {
background: #40969E
}

.cns-toggle::after {
content: '';
position: absolute;
width: 18px;
height: 18px;
background: #fff;
border-radius: 46px;
top: 3px;
left: 3px;
transition: left 160ms cubic-bezier(0.4, 0, 0.6, 1);
box-shadow: 0 2px 5px 0 #00000026
}

.cns-toggle.is-on::after {
left: 23px
}

.cns-btns {
display: flex;
gap: 8px
}

.cns-btn {
flex: 1;
padding: 8px 16px;
border: none;
border-radius: 46px;
font-size: 14px;
font-weight: 700;
cursor: pointer;
transition: background 140ms ease-out, box-shadow 140ms ease-out;
font-family: 'Nunito', sans-serif;
min-height: 44px
}

.cns-btn-accept {
background: #E33D6A;
color: #fff
}

.cns-btn-accept:hover {
background: #c92d5a;
box-shadow: 0 6px 28px 0 #e33d6a14 0 0 0 2px #e33d6a33
}

.cns-btn-decline {
background: #f0f0f0;
color: #4a4a4a
}

.cns-btn-decline:hover {
background: #e0e0e0
}

@media (max-width: 768px) {
.hd-inner {
grid-template-columns: 1fr;
gap: 24px;
text-align: center
}

.logo-box {
margin: 0 auto
}

.contact-box {
align-items: center
}

.ft-inner {
grid-template-columns: 1fr
}

.ft-links {
align-items: flex-start
}

.ft-nav {
align-items: flex-start
}

.ft-bottom {
flex-direction: column;
text-align: center
}

.cns-popup {
left: 16px;
right: 16px;
max-width: none
}
}

.agreement-text {
max-width: 1024px;
margin: 0 auto;
padding: 80px 24px
}

.agreement-text p {
font-size: 16px;
line-height: 1.9;
margin-bottom: 24px;
color: #1a1a1a
}

.agreement-text p:last-child {
margin-bottom: 0
}

.agreement-text ul,
.agreement-text ol {
margin: 0 0 24px;
padding-left: 40px
}

.agreement-text ul {
list-style-type: none;
padding-left: 24px
}

.agreement-text ol {
list-style-type: decimal
}

.agreement-text li {
font-size: 16px;
line-height: 1.9;
margin-bottom: 8px;
color: #1a1a1a;
position: relative
}

.agreement-text ul li::before {
content: '';
position: absolute;
left: -16px;
top: 14px;
width: 4px;
height: 4px;
background: #E33D6A;
border-radius: 2px
}

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

.agreement-text strong,
.agreement-text b {
font-weight: 600;
color: #0a0a0a
}

.agreement-text em,
.agreement-text i {
font-style: italic
}

.agreement-text div {
margin-bottom: 24px
}

.agreement-text div:last-child {
margin-bottom: 0
}

@media (max-width: 768px) {
.agreement-text {
padding: 40px 16px
}

.agreement-text p,
.agreement-text li {
font-size: 14px
}

.agreement-text ul,
.agreement-text ol {
padding-left: 24px
}

.agreement-text ul {
padding-left: 16px
}
}

.feat-pg {
background: #FEFEFE;
color: #1A1A1A
}

.feat-pg .top-bnr {
position: relative;
background: linear-gradient(135deg, #E33D6A 0%, #40969E 100%);
padding: 80px 24px;
overflow: hidden;
animation: grad-shift 8s ease-in-out infinite alternate;
border-bottom: 2px solid #A7CBD7
}

@keyframes grad-shift {
0% {
background-position: 0 50%
}

100% {
background-position: 100% 50%
}
}

.feat-pg .top-bnr::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: #ffffff4d
}

.feat-pg .bnr-wrap {
max-width: 1024px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 40px;
flex-wrap: wrap
}

.feat-pg .bnr-txt {
flex: 1;
min-width: 280px
}

.feat-pg .bnr-txt h1 {
font-size: 66px;
line-height: 1.1;
color: #FFF;
margin: 0 0 16px
}

.feat-pg .bnr-txt .sub-hd {
font-size: 20px;
line-height: 1.5;
color: #fffffff2;
margin: 0 0 24px
}

.feat-pg .bnr-txt .act-link {
display: inline-block;
color: #FFF;
font-size: 16px;
text-decoration: none;
padding: 8px 24px;
border: 2px solid #FFF;
border-radius: 8px;
transition: background .18s ease-out, color .18s ease-out
}

.feat-pg .bnr-txt .act-link:hover {
background: #FFF;
color: #E33D6A
}

.feat-pg .bnr-img {
width: 280px;
height: 350px;
position: relative;
animation: channel-shift 6s ease-in-out infinite
}

@keyframes channel-shift {

0%,
100% {
filter: hue-rotate(0deg) saturate(1)
}

33% {
filter: hue-rotate(5deg) saturate(1.1)
}

66% {
filter: hue-rotate(-5deg) saturate(0.9)
}
}

.feat-pg .bnr-img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 16px
}

.feat-pg .divider-crv {
width: 100%;
height: 60px;
position: relative
}

.feat-pg .divider-crv svg {
width: 100%;
height: 100%;
display: block
}

.feat-pg .cap-sec {
padding: 80px 24px;
background: #FFF;
animation: slide-in-left .5s ease-out
}

@keyframes slide-in-left {
from {
opacity: 0;
transform: translateX(-40px)
}

to {
opacity: 1;
transform: translateX(0)
}
}

.feat-pg .cap-wrap {
max-width: 1024px;
margin: 0 auto
}

.feat-pg .cap-wrap h2 {
font-size: 50px;
line-height: 1.1;
color: #1A1A1A;
margin: 0 0 40px
}

.feat-pg .cap-grid {
display: grid;
grid-template-columns: 1fr 1fr 2fr;
gap: 40px
}

.feat-pg .cap-box {
background: #FAFAFA;
padding: 24px;
border-radius: 16px;
box-shadow: 0 2px 5px 0 #e33d6a0d;
transition: box-shadow .18s ease-out, transform .18s ease-out
}

.feat-pg .cap-box:hover {
box-shadow: 0 6px 28px 0 #e33d6a14;
transform: translateY(-4px)
}

.feat-pg .cap-box h3 {
font-size: 20px;
line-height: 1.5;
color: #E33D6A;
margin: 0 0 16px;
text-transform: uppercase;
letter-spacing: .05em
}

.feat-pg .cap-box p {
font-size: 16px;
line-height: 1.5;
color: #333;
margin: 0
}

.feat-pg .prof-sec {
padding: 80px 24px;
background: linear-gradient(180deg, #F8F8F8 0%, #FFF 100%)
}

.feat-pg .prof-wrap {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 2fr 1fr;
gap: 80px;
align-items: start;
animation: slide-in-right .5s ease-out .3s both
}

@keyframes slide-in-right {
from {
opacity: 0;
transform: translateX(40px)
}

to {
opacity: 1;
transform: translateX(0)
}
}

.feat-pg .prof-txt h2 {
font-size: 50px;
line-height: 1.1;
color: #1A1A1A;
margin: 0 0 24px
}

.feat-pg .prof-txt p {
font-size: 16px;
line-height: 1.9;
color: #333;
margin: 0 0 24px;
max-width: 600px
}

.feat-pg .prof-txt p:last-of-type {
margin: 0
}

.feat-pg .prof-side {
background: #FFF;
padding: 24px;
border-radius: 30px;
box-shadow: 0 6px 28px 0 #40969e14
}

.feat-pg .prof-pers {
display: flex;
align-items: center;
gap: 16px;
margin: 0 0 24px
}

.feat-pg .prof-pers img {
width: 80px;
height: 100px;
object-fit: cover;
object-position: top;
border-radius: 8px
}

.feat-pg .prof-pers-txt h4 {
font-size: 16px;
line-height: 1.5;
color: #1A1A1A;
margin: 0 0 4px;
font-weight: 600
}

.feat-pg .prof-pers-txt .role {
font-size: 14px;
line-height: 1.5;
color: #666;
margin: 0
}

.feat-pg .skill-bar {
margin: 0 0 16px
}

.feat-pg .skill-bar:last-child {
margin: 0
}

.feat-pg .skill-lbl {
font-size: 14px;
line-height: 1.5;
color: #333;
margin: 0 0 8px;
display: flex;
justify-content: space-between
}

.feat-pg .skill-track {
width: 100%;
height: 8px;
background: #E8E8E8;
border-radius: 46px;
overflow: hidden;
position: relative
}

.feat-pg .skill-fill {
height: 100%;
background: linear-gradient(90deg, #E33D6A 0%, #40969E 100%);
border-radius: 46px;
transition: width .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.feat-pg .int-sec {
padding: 80px 24px;
background: #F0F8F9;
position: relative;
animation: slide-in-bottom .5s ease-out .6s both
}

@keyframes slide-in-bottom {
from {
opacity: 0;
transform: translateY(40px)
}

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

.feat-pg .int-wrap {
max-width: 1024px;
margin: 0 auto
}

.feat-pg .int-wrap h2 {
font-size: 50px;
line-height: 1.1;
color: #1A1A1A;
margin: 0 0 40px;
text-align: center
}

.feat-pg .int-list {
display: flex;
flex-direction: column;
gap: 24px
}

.feat-pg .int-item {
background: #FFF;
padding: 24px;
border-radius: 16px;
box-shadow: 0 2px 5px 0 #40969e0d;
border-left: 4px solid #A7CBD7;
transition: border-color .16s ease-out
}

.feat-pg .int-item:hover {
border-left-color: #40969E
}

.feat-pg .int-item h3 {
font-size: 26px;
line-height: 1.1;
color: #1A1A1A;
margin: 0 0 8px
}

.feat-pg .int-item p {
font-size: 16px;
line-height: 1.5;
color: #333;
margin: 0
}

.feat-pg .faq-sec {
padding: 80px 24px;
background: #FFF
}

.feat-pg .faq-wrap {
max-width: 1024px;
margin: 0 auto
}

.feat-pg .faq-wrap h2 {
font-size: 50px;
line-height: 1.1;
color: #1A1A1A;
margin: 0 0 40px
}

.feat-pg .faq-item {
margin: 0 0 16px;
border: 2px solid #E8E8E8;
border-radius: 8px;
overflow: hidden
}

.feat-pg .faq-item:last-child {
margin: 0
}

.feat-pg .faq-toggle {
display: none
}

.feat-pg .faq-hd {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 24px;
cursor: pointer;
background: #FAFAFA;
transition: background .16s ease-out;
user-select: none
}

.feat-pg .faq-hd:hover {
background: #F0F0F0
}

.feat-pg .faq-hd h3 {
font-size: 20px;
line-height: 1.5;
color: #1A1A1A;
margin: 0
}

.feat-pg .faq-icon {
width: 24px;
height: 24px;
position: relative;
flex-shrink: 0
}

.feat-pg .faq-icon::before,
.feat-pg .faq-icon::after {
content: '';
position: absolute;
background: #40969E;
transition: transform .18s ease-out
}

.feat-pg .faq-icon::before {
width: 100%;
height: 2px;
top: 50%;
left: 0;
transform: translateY(-50%)
}

.feat-pg .faq-icon::after {
width: 2px;
height: 100%;
left: 50%;
top: 0;
transform: translateX(-50%)
}

.feat-pg .faq-toggle:checked+.faq-hd .faq-icon::after {
transform: translateX(-50%) rotate(90deg)
}

.feat-pg .faq-content {
max-height: 0;
overflow: hidden;
transition: max-height .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.feat-pg .faq-toggle:checked~.faq-content {
max-height: 500px
}

.feat-pg .faq-content p {
padding: 16px 24px;
font-size: 16px;
line-height: 1.5;
color: #333;
margin: 0;
background: #FFF
}

@media (max-width: 768px) {
.feat-pg .top-bnr {
padding: 40px 16px
}

.feat-pg .bnr-wrap {
gap: 24px
}

.feat-pg .bnr-txt h1 {
font-size: 50px
}

.feat-pg .bnr-img {
width: 100%;
max-width: 280px;
margin: 0 auto
}

.feat-pg .cap-sec,
.feat-pg .prof-sec,
.feat-pg .int-sec,
.feat-pg .faq-sec {
padding: 40px 16px
}

.feat-pg .cap-grid {
grid-template-columns: 1fr
}

.feat-pg .prof-wrap {
grid-template-columns: 1fr;
gap: 40px
}

.feat-pg .cap-wrap h2,
.feat-pg .prof-txt h2,
.feat-pg .int-wrap h2,
.feat-pg .faq-wrap h2 {
font-size: 26px
}
}

.ap-pg .hero-zone {
background: linear-gradient(135deg, #E33D6A 0%, #40969E 100%);
padding: 80px 16px;
position: relative;
overflow: hidden;
clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%)
}

.ap-pg .hero-zone::before {
content: '';
position: absolute;
top: -50%;
left: -10%;
width: 120%;
height: 200%;
background: repeating-linear-gradient(45deg, transparent, transparent 40px, #ffffff08 40px, #ffffff08 80px);
animation: stripemove 28s linear infinite
}

@keyframes stripemove {
0% {
transform: translate(0, 0)
}

100% {
transform: translate(80px, 80px)
}
}

.ap-pg .hero-content {
max-width: 1024px;
margin: 0 auto;
position: relative;
z-index: 2
}

.ap-pg .hero-title {
font-size: 66px;
line-height: 1.1;
color: #fff;
margin: 0 0 24px;
letter-spacing: -.02em
}

.ap-pg .hero-img-wrap {
margin: 40px auto 0;
max-width: 680px;
clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%)
}

.ap-pg .hero-img-wrap img {
width: 100%;
height: 420px;
object-fit: cover;
display: block
}

.ap-pg .hero-decor {
position: absolute;
bottom: 0;
left: 0;
width: 200px;
height: 2px;
background: #fff6
}

.ap-pg .intro-sect {
background: #fff;
padding: 80px 16px
}

.ap-pg .intro-wrap {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 2fr;
gap: 40px;
align-items: start
}

.ap-pg .intro-label {
font-size: 14px;
line-height: 1.5;
color: #40969E;
text-transform: uppercase;
letter-spacing: .08em;
margin: 0
}

.ap-pg .intro-heading {
font-size: 26px;
line-height: 1.5;
color: #1a1a1a;
margin: 0;
letter-spacing: -.01em
}

.ap-pg .intro-txt {
font-size: 16px;
line-height: 1.9;
color: #4a4a4a;
margin: 0 0 16px
}

.ap-pg .intro-txt:last-child {
margin-bottom: 0
}

.ap-pg .data-sect {
background: #f8f8f8;
padding: 80px 16px;
position: relative
}

.ap-pg .data-container {
max-width: 1024px;
margin: 0 auto;
position: relative
}

.ap-pg .data-title {
font-size: 50px;
line-height: 1.1;
color: #1a1a1a;
margin: 0 0 80px;
letter-spacing: -.03em;
max-width: 720px
}

.ap-pg .metrics-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-bottom: 40px
}

.ap-pg .metric-card {
background: #fff;
padding: 24px;
border-radius: 8px;
box-shadow: 0 2px 5px 0 #e33d6a0d;
transition: transform .18s ease-out, box-shadow .18s ease-out;
position: relative
}

.ap-pg .metric-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: #E33D6A;
border-radius: 8px 0 0 8px;
opacity: 0;
transition: opacity .15s ease-out
}

.ap-pg .metric-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 36px 0 #e33d6a21
}

.ap-pg .metric-card:hover::before {
opacity: 1
}

.ap-pg .metric-num {
font-size: 50px;
line-height: 1.1;
color: #E33D6A;
margin: 0 0 8px;
font-weight: 300
}

.ap-pg .metric-label {
font-size: 14px;
line-height: 1.5;
color: #6a6a6a;
margin: 0
}

.ap-pg .fine-print {
font-size: 14px;
line-height: 1.9;
color: #7a7a7a;
margin: 24px 0 0;
padding: 24px;
background: #fff;
border-radius: 8px;
border: 1px solid #e8e8e8
}

.ap-pg .svc-sect {
background: #fff;
padding: 80px 16px
}

.ap-pg .svc-container {
max-width: 1024px;
margin: 0 auto
}

.ap-pg .svc-head {
font-size: 26px;
line-height: 1.5;
color: #1a1a1a;
margin: 0 0 40px;
text-transform: uppercase;
letter-spacing: .03em;
font-weight: 300
}

.ap-pg .svc-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px
}

.ap-pg .svc-item {
position: relative;
overflow: hidden;
border-radius: 16px;
box-shadow: 0 6px 28px 0 #40969e14;
transition: box-shadow .2s ease-out
}

.ap-pg .svc-item:hover {
box-shadow: 0 12px 36px 0 #40969e21
}

.ap-pg .svc-img-holder {
position: relative;
overflow: hidden
}

.ap-pg .svc-img-holder img {
width: 100%;
height: 280px;
object-fit: cover;
display: block;
transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.ap-pg .svc-item:hover .svc-img-holder img {
transform: scale(1.05)
}

.ap-pg .svc-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, #e33d6af2, transparent);
padding: 40px 24px 24px;
transform: translateY(100%);
transition: transform .2s ease-out
}

.ap-pg .svc-item:hover .svc-caption {
transform: translateY(0)
}

.ap-pg .svc-caption-txt {
font-size: 16px;
line-height: 1.5;
color: #fff;
margin: 0
}

.ap-pg .svc-content {
padding: 24px
}

.ap-pg .svc-name {
font-size: 20px;
line-height: 1.5;
color: #1a1a1a;
margin: 0 0 8px;
letter-spacing: -.01em
}

.ap-pg .svc-desc {
font-size: 14px;
line-height: 1.9;
color: #5a5a5a;
margin: 0
}

.ap-pg .svc-bullet {
display: inline-block;
width: 6px;
height: 6px;
background: #40969E;
border-radius: 30px;
margin-right: 8px;
vertical-align: middle
}

.ap-pg .team-sect {
background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
padding: 80px 16px;
border-top: 1px solid #e8e8e8
}

.ap-pg .team-container {
max-width: 1024px;
margin: 0 auto
}

.ap-pg .team-title {
font-size: 26px;
line-height: 1.5;
color: #1a1a1a;
margin: 0 0 40px
}

.ap-pg .team-layout {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 40px;
align-items: start
}

.ap-pg .team-photo-box {
border-radius: 2px;
overflow: hidden;
box-shadow: 0 6px 28px 0 #e33d6a14
}

.ap-pg .team-photo-box img {
width: 100%;
height: 480px;
object-fit: cover;
object-position: top;
display: block
}

.ap-pg .team-info {
padding: 24px 0
}

.ap-pg .team-subtitle {
font-size: 20px;
line-height: 1.5;
color: #40969E;
margin: 0 0 16px;
text-transform: uppercase;
letter-spacing: .05em;
font-weight: 300
}

.ap-pg .team-bio {
font-size: 16px;
line-height: 1.9;
color: #4a4a4a;
margin: 0 0 16px
}

.ap-pg .team-name-block {
margin-top: 24px;
padding-top: 16px;
border-top: 2px solid #E33D6A
}

.ap-pg .team-member-name {
font-size: 20px;
line-height: 1.5;
color: #1a1a1a;
margin: 0 0 4px
}

.ap-pg .team-role {
font-size: 14px;
line-height: 1.5;
color: #7a7a7a;
margin: 0
}

.ap-pg .cta-sect {
background: #40969E;
padding: 80px 16px;
position: relative;
overflow: hidden
}

.ap-pg .cta-sect::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20 Q25 0 50 10 T100 15 L100 20 Z' fill='#ffffff0d'/%3E%3C/svg%3E");
background-repeat: repeat-x;
background-position: bottom;
background-size: 200px 40px;
pointer-events: none
}

.ap-pg .cta-container {
max-width: 1024px;
margin: 0 auto;
position: relative;
z-index: 2;
text-align: center
}

.ap-pg .cta-heading {
font-size: 50px;
line-height: 1.1;
color: #fff;
margin: 0 0 24px;
letter-spacing: -.02em
}

.ap-pg .cta-text {
font-size: 20px;
line-height: 1.9;
color: #ffffffe6;
margin: 0 0 40px;
max-width: 680px;
margin-left: auto;
margin-right: auto
}

.ap-pg .cta-btn {
display: inline-block;
padding: 16px 40px;
background: #E33D6A;
color: #fff;
font-size: 16px;
line-height: 1.5;
text-decoration: none;
border-radius: 46px;
box-shadow: 0 6px 28px 0 #00000026;
transition: transform .15s ease-out, box-shadow .15s ease-out, background .15s ease-out;
position: relative;
border: 2px solid transparent
}

.ap-pg .cta-btn::before {
content: '';
position: absolute;
top: -4px;
left: -4px;
right: -4px;
bottom: -4px;
border: 2px solid #ffffff4d;
border-radius: 46px;
opacity: 0;
transition: opacity .15s ease-out
}

.ap-pg .cta-btn:hover {
transform: translateY(-2px);
box-shadow: 0 12px 36px 0 #0003;
background: #d63560
}

.ap-pg .cta-btn:hover::before {
opacity: 1
}

@media (max-width: 768px) {
.ap-pg .hero-title {
font-size: 50px
}

.ap-pg .intro-wrap {
grid-template-columns: 1fr;
gap: 24px
}

.ap-pg .metrics-grid {
grid-template-columns: 1fr
}

.ap-pg .data-title {
font-size: 26px;
margin-bottom: 40px
}

.ap-pg .svc-grid {
grid-template-columns: 1fr
}

.ap-pg .team-layout {
grid-template-columns: 1fr
}

.ap-pg .cta-heading {
font-size: 26px
}

.ap-pg .cta-text {
font-size: 16px
}
}

.abt-pg .hdr-row {
background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
padding: 80px 16px;
position: relative;
overflow: hidden
}

.abt-pg .hdr-contain {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 200px 1fr 200px;
gap: 40px;
align-items: center
}

.abt-pg .hdr-img-left,
.abt-pg .hdr-img-right {
width: 200px;
height: 280px;
object-fit: cover;
border-radius: 16px;
box-shadow: 0 6px 28px 0 #e33d6a14;
filter: sepia(0.2) hue-rotate(-5deg)
}

.abt-pg .hdr-txt-zone {
text-align: center;
position: relative;
z-index: 2
}

.abt-pg .hdr-shape-1 {
position: absolute;
width: 120px;
height: 120px;
background: #40969e14;
border-radius: 46px;
top: 40px;
left: 50%;
transform: translateX(-200px) rotate(15deg);
z-index: 1
}

.abt-pg .hdr-shape-2 {
position: absolute;
width: 90px;
height: 90px;
background: #e33d6a0f;
border-radius: 30px;
bottom: 60px;
right: 50%;
transform: translateX(180px) rotate(-20deg);
z-index: 1
}

.abt-pg .hdr-h1 {
font-size: 66px;
line-height: 1.1;
margin: 0 0 8px;
color: #1a1a1a
}

.abt-pg .hdr-h1 .accent-word {
color: #E33D6A
}

.abt-pg .hdr-h1 span {
display: inline-block;
animation: letter-drop-in .18s ease-out forwards;
opacity: 0
}

.abt-pg .hdr-h1 span:nth-child(1) {
animation-delay: .02s
}

.abt-pg .hdr-h1 span:nth-child(2) {
animation-delay: .04s
}

.abt-pg .hdr-h1 span:nth-child(3) {
animation-delay: .06s
}

.abt-pg .hdr-h1 span:nth-child(4) {
animation-delay: .08s
}

.abt-pg .hdr-h1 span:nth-child(5) {
animation-delay: .1s
}

.abt-pg .hdr-h1 span:nth-child(6) {
animation-delay: .12s
}

.abt-pg .hdr-h1 span:nth-child(7) {
animation-delay: .14s
}

.abt-pg .hdr-h1 span:nth-child(8) {
animation-delay: .16s
}

.abt-pg .hdr-h1 span:nth-child(9) {
animation-delay: .18s
}

@keyframes letter-drop-in {
from {
opacity: 0;
transform: translateY(-30px)
}

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

.abt-pg .hdr-h2 {
font-size: 26px;
line-height: 1.5;
margin: 0 0 16px;
color: #40969E;
font-weight: 400
}

.abt-pg .hdr-p {
font-size: 20px;
line-height: 1.5;
margin: 0;
color: #4a4a4a;
max-width: 520px;
margin-left: auto;
margin-right: auto
}

@media (max-width: 768px) {
.abt-pg .hdr-contain {
grid-template-columns: 1fr;
gap: 24px
}

.abt-pg .hdr-img-left,
.abt-pg .hdr-img-right {
width: 100%;
max-width: 280px;
margin: 0 auto
}

.abt-pg .hdr-h1 {
font-size: 50px
}

.abt-pg .hdr-h2 {
font-size: 20px
}

.abt-pg .hdr-p {
font-size: 16px
}
}

.abt-pg .scallop-div {
position: relative;
height: 40px;
background: #fff
}

.abt-pg .scallop-div::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 40px;
background-image: radial-gradient(circle at 20px 0, transparent 20px, #f8f9fa 20px);
background-size: 40px 40px;
background-repeat: repeat-x
}

.abt-pg .story-sec {
padding: 80px 16px;
background: #fff
}

.abt-pg .story-wrap {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 2fr;
gap: 40px;
align-items: start
}

.abt-pg .story-img-1,
.abt-pg .story-img-2 {
width: 100%;
height: 320px;
object-fit: cover;
border-radius: 16px;
box-shadow: 0 12px 36px 0 #40969e21;
transform: translateY(0);
transition: transform .2s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-pg .story-img-1:hover,
.abt-pg .story-img-2:hover {
transform: translateY(-8px);
box-shadow: 0 16px 42px 0 #40969e2e
}

.abt-pg .story-txt {
padding: 24px 0
}

.abt-pg .story-h2 {
font-size: 50px;
line-height: 1.1;
margin: 0 0 24px;
color: #1a1a1a
}

.abt-pg .story-p {
font-size: 16px;
line-height: 1.9;
margin: 0 0 24px;
color: #4a4a4a
}

.abt-pg .story-p:last-child {
margin-bottom: 0
}

.abt-pg .story-accent-bar {
width: 60px;
height: 4px;
background: linear-gradient(90deg, #E33D6A 0%, #40969E 100%);
margin-bottom: 16px;
border-radius: 2px
}

@media (max-width: 768px) {
.abt-pg .story-wrap {
grid-template-columns: 1fr;
gap: 24px
}

.abt-pg .story-h2 {
font-size: 26px
}

.abt-pg .story-p {
font-size: 14px
}
}

.abt-pg .metrics-sec {
padding: 80px 16px;
background: linear-gradient(135deg, #f0f9fa 0%, #fff 100%);
position: relative
}

.abt-pg .dashed-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: repeating-linear-gradient(0deg, transparent, transparent 19px, #40969e0a 19px, #40969e0a 20px), repeating-linear-gradient(90deg, transparent, transparent 19px, #40969e0a 19px, #40969e0a 20px);
pointer-events: none
}

.abt-pg .metrics-wrap {
max-width: 1024px;
margin: 0 auto;
position: relative;
z-index: 2
}

.abt-pg .metrics-h2 {
font-size: 50px;
line-height: 1.1;
margin: 0 0 40px;
color: #1a1a1a;
text-align: center
}

.abt-pg .dual-metric-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-bottom: 40px
}

.abt-pg .metric-card {
background: #fff;
padding: 40px;
border-radius: 30px;
box-shadow: 0 6px 28px 0 #e33d6a14;
text-align: center;
position: relative;
overflow: hidden
}

.abt-pg .metric-card::before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, #E33D6A 0%, #40969E 100%);
border-radius: 30px;
z-index: -1;
opacity: 0;
transition: opacity .18s ease-out
}

.abt-pg .metric-card:hover::before {
opacity: .12
}

.abt-pg .metric-num {
font-size: 66px;
line-height: 1.1;
margin: 0 0 8px;
color: #E33D6A;
font-weight: 700
}

.abt-pg .metric-label {
font-size: 20px;
line-height: 1.5;
margin: 0;
color: #4a4a4a;
text-transform: uppercase;
letter-spacing: .05em;
font-weight: 300
}

.abt-pg .metrics-txt {
max-width: 680px;
margin: 0 auto
}

.abt-pg .metrics-p {
font-size: 16px;
line-height: 1.9;
margin: 0 0 24px;
color: #4a4a4a;
text-align: center
}

.abt-pg .metrics-p:last-child {
margin-bottom: 0
}

@media (max-width: 768px) {
.abt-pg .dual-metric-grid {
grid-template-columns: 1fr;
gap: 24px
}

.abt-pg .metrics-h2 {
font-size: 26px
}

.abt-pg .metric-num {
font-size: 50px
}

.abt-pg .metric-label {
font-size: 16px
}

.abt-pg .metrics-p {
font-size: 14px
}
}

.abt-pg .team-sec {
padding: 80px 16px;
background: #fff
}

.abt-pg .team-wrap {
max-width: 1024px;
margin: 0 auto
}

.abt-pg .team-h2 {
font-size: 50px;
line-height: 1.1;
margin: 0 0 40px;
color: #1a1a1a
}

.abt-pg .team-intro {
font-size: 20px;
line-height: 1.5;
margin: 0 0 40px;
color: #4a4a4a;
max-width: 720px
}

.abt-pg .team-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px
}

.abt-pg .team-member {
display: flex;
gap: 24px;
align-items: start;
padding: 24px;
border-radius: 16px;
background: #f8f9fa;
position: relative;
overflow: hidden;
transition: background .2s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-pg .team-member::after {
content: '';
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #e33d6a0a 0%, #40969e0a 100%);
transition: right .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-pg .team-member:hover {
background: #fff
}

.abt-pg .team-member:hover::after {
right: 0
}

.abt-pg .team-portrait {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
object-position: top;
box-shadow: 0 6px 28px 0 #40969e14;
flex-shrink: 0
}

.abt-pg .team-info {
flex: 1;
position: relative;
z-index: 2
}

.abt-pg .team-h3 {
font-size: 26px;
line-height: 1.1;
margin: 0 0 4px;
color: #1a1a1a
}

.abt-pg .team-role {
font-size: 16px;
line-height: 1.5;
margin: 0 0 16px;
color: #40969E;
text-transform: uppercase;
letter-spacing: .05em;
font-weight: 300
}

.abt-pg .team-bio {
font-size: 14px;
line-height: 1.9;
margin: 0;
color: #4a4a4a
}

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

.abt-pg .team-h2 {
font-size: 26px
}

.abt-pg .team-intro {
font-size: 16px
}

.abt-pg .team-member {
flex-direction: column;
align-items: center;
text-align: center
}

.abt-pg .team-portrait {
width: 100px;
height: 100px
}
}

.abt-pg .contact-sec {
padding: 80px 16px;
background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
position: relative
}

.abt-pg .contact-wrap {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 2fr 1fr;
gap: 80px;
align-items: center
}

.abt-pg .contact-txt {
padding-right: 40px
}

.abt-pg .contact-h2 {
font-size: 50px;
line-height: 1.1;
margin: 0 0 24px;
color: #1a1a1a
}

.abt-pg .contact-p {
font-size: 16px;
line-height: 1.9;
margin: 0 0 24px;
color: #4a4a4a
}

.abt-pg .contact-p:last-of-type {
margin-bottom: 40px
}

.abt-pg .contact-detail-list {
list-style: none;
margin: 0;
padding: 0
}

.abt-pg .contact-detail-item {
margin: 0 0 16px;
padding: 0;
position: relative
}

.abt-pg .contact-detail-item::before {
content: '';
display: inline-block;
width: 6px;
height: 6px;
background: #E33D6A;
border-radius: 50%;
margin-right: 16px;
vertical-align: middle
}

.abt-pg .contact-link {
font-size: 16px;
line-height: 1.5;
color: #40969E;
text-decoration: none;
transition: color .15s ease-out
}

.abt-pg .contact-link:hover {
color: #E33D6A
}

.abt-pg .contact-img-zone {
position: relative
}

.abt-pg .contact-img-1 {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 30px;
box-shadow: 0 12px 36px 0 #e33d6a21
}

@media (max-width: 768px) {
.abt-pg .contact-wrap {
grid-template-columns: 1fr;
gap: 40px
}

.abt-pg .contact-txt {
padding-right: 0
}

.abt-pg .contact-h2 {
font-size: 26px
}

.abt-pg .contact-p {
font-size: 14px
}

.abt-pg .contact-img-1 {
height: 280px
}
}

.contact-pg .intro-strip {
padding: 80px 16px;
background: linear-gradient(135deg, #40969E 0%, #A7CBD7 100%);
position: relative;
overflow: hidden
}

.contact-pg .intro-strip::before {
content: '';
position: absolute;
top: -20%;
right: -10%;
width: 60%;
height: 140%;
background: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='100' cy='100' r='80' fill='none' stroke='white' stroke-width='2' opacity='0.03'/%3E%3Ccircle cx='100' cy='100' r='60' fill='none' stroke='white' stroke-width='2' opacity='0.03'/%3E%3Ccircle cx='100' cy='100' r='40' fill='none' stroke='white' stroke-width='2' opacity='0.03'/%3E%3C/svg%3E") repeat;
pointer-events: none;
z-index: 1
}

.contact-pg .intro-hold {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 280px 1fr;
gap: 40px;
align-items: center;
position: relative;
z-index: 2
}

.contact-pg .intro-img-col {
position: relative
}

.contact-pg .intro-img-col img {
width: 100%;
height: 340px;
object-fit: cover;
border-radius: 16px;
box-shadow: 0 12px 36px 0 #40969e21;
position: relative;
filter: saturate(0.7);
transition: filter .18s ease-out
}

.contact-pg .intro-img-col img:hover {
filter: saturate(1)
}

.contact-pg .intro-img-col::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, #e33d6a26 0%, #40969e26 100%);
pointer-events: none;
border-radius: 16px;
mix-blend-mode: multiply
}

.contact-pg .intro-txt-col {
color: #fff
}

.contact-pg .eyebrow-tag {
font-size: 14px;
letter-spacing: .08em;
margin: 0 0 16px;
opacity: .9;
text-transform: uppercase;
font-weight: 600
}

.contact-pg .intro-txt-col h1 {
font-size: 50px;
line-height: 1.1;
margin: 0;
letter-spacing: -.02em
}

.contact-pg .deco-dots {
position: absolute;
left: -40px;
top: 24px;
display: flex;
flex-direction: column;
gap: 8px;
z-index: 3
}

.contact-pg .deco-dots span {
width: 8px;
height: 8px;
background: #fff;
border-radius: 30px;
opacity: .4
}

.contact-pg .form-zone {
padding: 80px 16px;
background: #fff;
position: relative
}

.contact-pg .form-zone::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #E33D6A 0%, #40969E 50%, #A7CBD7 100%)
}

.contact-pg .form-wrap {
max-width: 1024px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
position: relative
}

.contact-pg .form-wrap::after {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 1px;
background: linear-gradient(180deg, #40969e1a 0%, #40969e4d 50%, #40969e1a 100%);
transform: translateX(-50%)
}

.contact-pg .info-col h2 {
font-size: 26px;
line-height: 1.5;
margin: 0 0 40px;
color: #1a1a1a;
letter-spacing: -.01em
}

.contact-pg .detail-grp {
margin: 0 0 40px
}

.contact-pg .detail-grp h3 {
font-size: 14px;
line-height: 1.5;
margin: 0 0 8px;
text-transform: uppercase;
letter-spacing: .06em;
color: #40969E;
font-weight: 600
}

.contact-pg .detail-grp p {
font-size: 16px;
line-height: 1.9;
margin: 0;
color: #333
}

.contact-pg .detail-grp a {
color: #E33D6A;
text-decoration: none;
transition: color .15s ease-out
}

.contact-pg .detail-grp a:hover {
color: #40969E
}

.contact-pg .step-visual {
display: flex;
align-items: center;
gap: 16px;
margin: 40px 0 0;
padding: 24px 0 0;
border-top: 2px dashed #40969e33
}

.contact-pg .step-item {
display: flex;
align-items: center;
gap: 8px;
position: relative
}

.contact-pg .step-icon {
width: 40px;
height: 40px;
border-radius: 30px;
background: linear-gradient(135deg, #E33D6A 0%, #40969E 100%);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 16px;
font-weight: 600;
flex-shrink: 0
}

.contact-pg .step-txt {
font-size: 14px;
line-height: 1.5;
color: #666
}

.contact-pg .step-item::after {
content: '';
position: absolute;
right: -20px;
width: 16px;
height: 2px;
background: repeating-linear-gradient(90deg, #A7CBD7 0, #A7CBD7 4px, transparent 4px, transparent 8px)
}

.contact-pg .step-item:last-child::after {
display: none
}

.contact-pg .form-col h2 {
font-size: 26px;
line-height: 1.5;
margin: 0 0 24px;
color: #1a1a1a;
letter-spacing: -.01em
}

.contact-pg .form-col p {
font-size: 16px;
line-height: 1.9;
margin: 0 0 40px;
color: #666
}

.contact-pg .form-col form {
display: flex;
flex-direction: column;
gap: 24px
}

.contact-pg .name-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px
}

.contact-pg .field-set {
display: flex;
flex-direction: column;
gap: 8px
}

.contact-pg .field-set label {
font-size: 14px;
line-height: 1.5;
color: #333;
font-weight: 600
}

.contact-pg .field-set input,
.contact-pg .field-set select {
padding: 16px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-size: 16px;
line-height: 1.5;
color: #333;
transition: border-color .14s ease-out, box-shadow .14s ease-out;
background: #fff
}

.contact-pg .field-set input:focus,
.contact-pg .field-set select:focus {
outline: none;
border-color: #40969E;
box-shadow: 0 0 0 4px #40969e1a
}

.contact-pg .field-set input::placeholder {
color: #999;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}

.contact-pg .slot-grid {
display: grid;
grid-template-columns: 1fr 1fr 2fr;
gap: 16px
}

.contact-pg .slot-label {
font-size: 14px;
line-height: 1.5;
color: #333;
font-weight: 600;
margin: 0 0 8px
}

.contact-pg .timeslot-picks {
display: flex;
flex-wrap: wrap;
gap: 8px
}

.contact-pg .timeslot-picks input[type="radio"] {
display: none
}

.contact-pg .timeslot-picks label {
padding: 8px 16px;
border: 2px solid #e0e0e0;
border-radius: 46px;
font-size: 14px;
line-height: 1.5;
color: #666;
cursor: pointer;
transition: all .12s ease-out;
background: #fff;
font-weight: 400
}

.contact-pg .timeslot-picks input[type="radio"]:checked+label {
border-color: #E33D6A;
background: #E33D6A;
color: #fff;
box-shadow: 0 6px 28px 0 #e33d6a14
}

.contact-pg .timeslot-picks label:hover {
border-color: #40969E
}

.contact-pg .consent-box {
display: flex;
align-items: flex-start;
gap: 8px;
padding: 16px;
background: #a7cbd714;
border-radius: 8px
}

.contact-pg .consent-box input[type="checkbox"] {
margin: 4px 0 0;
flex-shrink: 0;
width: 18px;
height: 18px;
cursor: pointer
}

.contact-pg .consent-box label {
font-size: 14px;
line-height: 1.9;
color: #666;
cursor: pointer;
font-weight: 400
}

.contact-pg .consent-box a {
color: #40969E;
text-decoration: underline
}

.contact-pg .submit-btn {
padding: 16px 40px;
background: #E33D6A;
color: #fff;
border: 2px solid #E33D6A;
border-radius: 8px;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
cursor: pointer;
transition: all .16s ease-out;
position: relative;
overflow: hidden
}

.contact-pg .submit-btn::before {
content: '';
position: absolute;
inset: 4px;
border: 2px solid transparent;
border-radius: 8px;
opacity: 0;
transition: opacity .16s ease-out
}

.contact-pg .submit-btn:hover {
background: #40969E;
border-color: #40969E;
box-shadow: 0 6px 28px 0 #40969e14
}

.contact-pg .submit-btn:hover::before {
border-color: #fff;
opacity: 1
}

.contact-pg .submit-btn:focus {
outline: none;
box-shadow: 0 0 0 4px #e33d6a33
}

@media (max-width: 768px) {
.contact-pg .intro-hold {
grid-template-columns: 1fr;
gap: 24px
}

.contact-pg .intro-img-col img {
height: 240px
}

.contact-pg .intro-txt-col h1 {
font-size: 26px
}

.contact-pg .form-wrap {
grid-template-columns: 1fr;
gap: 40px
}

.contact-pg .form-wrap::after {
display: none
}

.contact-pg .name-row {
grid-template-columns: 1fr
}

.contact-pg .slot-grid {
grid-template-columns: 1fr
}

.contact-pg .step-visual {
flex-direction: column;
align-items: flex-start
}

.contact-pg .step-item::after {
display: none
}
}

.contact-pg .form-zone:hover~* {
opacity: 1 !important
}

.contact-pg .info-col:hover,
.contact-pg .form-col:hover {
opacity: 1
}

.contact-pg .form-wrap>* {
transition: opacity .18s ease-out
}

.contact-pg .info-col:hover~.form-col {
opacity: .6
}

.contact-pg .form-col:hover~.info-col {
opacity: .6
}

.confirm-pg .wrap-content {
max-width: 1024px;
margin: 0 auto;
padding: 80px 16px
}

.confirm-pg .hero-confirm {
text-align: center;
padding: 80px 16px 40px;
background: linear-gradient(135deg, #E33D6A 0%, #40969E 100%);
position: relative;
overflow: hidden
}

.confirm-pg .hero-confirm::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at 20% 80%, #a7cbd74d 0%, transparent 50%);
pointer-events: none
}

.confirm-pg .check-icon {
width: 82px;
height: 82px;
margin: 0 auto 24px;
position: relative;
z-index: 1
}

.confirm-pg .check-circle {
width: 82px;
height: 82px;
border: 4px solid #ffffffe6;
border-radius: 46px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff26;
animation: scale-in .4s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

@keyframes scale-in {
0% {
transform: scale(0.7);
opacity: 0
}

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

.confirm-pg .check-mark {
width: 32px;
height: 20px;
border-left: 4px solid #fff;
border-bottom: 4px solid #fff;
transform: rotate(-45deg);
margin-top: -8px
}

.confirm-pg .hero-title {
font-size: 50px;
line-height: 1.1;
color: #fff;
margin: 0 0 16px;
letter-spacing: -.02em;
position: relative;
z-index: 1
}

.confirm-pg .hero-subtitle {
font-size: 20px;
line-height: 1.5;
color: #fffffff2;
margin: 0;
position: relative;
z-index: 1
}

.confirm-pg .details-sec {
background: #fff;
padding: 40px 16px
}

.confirm-pg .inner-grid {
display: grid;
grid-template-columns: 1fr 1fr 2fr;
gap: 24px;
max-width: 1024px;
margin: 0 auto
}

.confirm-pg .stat-card {
background: #fff;
padding: 24px;
border-radius: 16px;
box-shadow: 0 2px 5px 0 #e33d6a0d 0 6px 28px 0 #e33d6a14;
position: relative;
transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.confirm-pg .stat-card:hover {
transform: translateY(-4px)
}

.confirm-pg .stat-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, #E33D6A 0%, #40969E 100%);
border-radius: 2px 2px 0 0;
opacity: 0;
transition: opacity .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.confirm-pg .stat-card:hover::before {
opacity: 1
}

.confirm-pg .stat-label {
font-size: 14px;
line-height: 1.5;
color: #64748b;
margin: 0 0 8px;
text-transform: uppercase;
letter-spacing: .05em
}

.confirm-pg .stat-value {
font-size: 26px;
line-height: 1.1;
color: #0f172a;
margin: 0;
font-weight: 600;
display: flex;
align-items: center;
gap: 8px
}

.confirm-pg .trend-arrow {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 10px solid #40969E;
display: inline-block
}

.confirm-pg .info-card {
background: #f8fafc;
padding: 24px;
border-radius: 16px;
grid-column: span 3
}

.confirm-pg .info-heading {
font-size: 20px;
line-height: 1.5;
color: #0f172a;
margin: 0 0 16px
}

.confirm-pg .info-text {
font-size: 16px;
line-height: 1.9;
color: #475569;
margin: 0 0 16px
}

.confirm-pg .info-text:last-child {
margin: 0
}

.confirm-pg .contact-inline {
color: #E33D6A;
text-decoration: none;
transition: color .15s ease-out
}

.confirm-pg .contact-inline:hover {
color: #40969E
}

.confirm-pg .contact-inline:focus-visible {
outline: 2px solid #E33D6A !important;
outline-offset: 2px !important;
border-radius: 2px !important
}

.confirm-pg .btn-primary {
display: inline-block;
padding: 16px 40px;
background: #E33D6A;
color: #fff;
font-size: 16px;
line-height: 1.5;
text-decoration: none;
border-radius: 8px;
transition: background .15s ease-out, transform .15s ease-out;
box-shadow: 0 2px 5px 0 #e33d6a0d 0 6px 28px 0 #e33d6a14;
position: relative;
border: 2px solid transparent
}

.confirm-pg .btn-primary:hover {
background: #c62f59;
transform: translateY(-2px);
border-color: #fff;
box-shadow: 0 6px 28px 0 #e33d6a14 0 12px 36px 0 #e33d6a21 inset 0 0 0 2px #E33D6A
}

.confirm-pg .btn-primary:focus-visible {
outline: 2px solid #E33D6A !important;
outline-offset: 4px !important
}

.confirm-pg .btn-wrapper {
text-align: center;
margin-top: 40px
}

@media (max-width: 768px) {
.confirm-pg .inner-grid {
grid-template-columns: 1fr
}

.confirm-pg .info-card {
grid-column: span 1
}

.confirm-pg .hero-title {
font-size: 26px
}

.confirm-pg .hero-subtitle {
font-size: 16px
}

.confirm-pg .wrap-content {
padding: 40px 16px
}

.confirm-pg .hero-confirm {
padding: 40px 16px 24px
}
}