@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto-slab@latest/300.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto-slab@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/roboto-slab@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Roboto Slab',serif;background:#0a0e1a;color:#F8FDF7;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
.HdWrp{background:linear-gradient(135deg,#161D32 0%,#0d111f 100%);border-bottom:3px solid #E6385E;box-shadow:0 4px 20px #e6385e26;position:relative}
.HdWrp::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#E6385E,transparent);opacity:.5}
.TpBar{background:#161d32f2;padding:8px 0;border-bottom:1px solid #e6385e33}
.TpBar .InrCt{max-width:1536px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.CtInfo{display:flex;gap:32px;flex-wrap:wrap}
.CtInfo a{color:#F8FDF7;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:8px;transition:color .3s ease-in}
.CtInfo a:hover{color:#E6385E}
.Tgln{font-size:13px;color:#f8fdf7b3;font-weight:300}
.MainHd{padding:24px 0}
.MainHd .container-main{max-width:1536px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.LftZone{display:flex;align-items:center;gap:20px;padding:12px 24px;background:#e6385e0d;border-left:4px solid #E6385E;border-radius:3px}
.LgWrp{flex-shrink:0}
.LgWrp img{height:85px;width:85px;object-fit:contain;filter:drop-shadow(0 2px 8px #e6385e4d)}
.BrndTxt{display:flex;flex-direction:column;gap:4px}
.CmpnyNm{font-size:32px;font-weight:700;color:#F8FDF7;letter-spacing:.5px}
.Slgn{font-size:14px;color:#f8fdf7bf;font-weight:300}
.RgtZone{display:flex;flex-direction:column;gap:16px;align-items:flex-end}
.NavPrimary{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.NavPrimary a{color:#F8FDF7;text-decoration:none;padding:12px 24px;font-size:15px;font-weight:400;background:#161d3299;border:1px solid #e6385e4d;border-radius:2px;transition:all .3s ease-in;position:relative;overflow:hidden}
.NavPrimary a::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#e6385e33,transparent);transition:left .3s ease-in}
.NavPrimary a:hover{background:#e6385e26;border-color:#E6385E}
.NavPrimary a:hover::before{left:100%}
.SbTgln{font-size:15px;color:#f8fdf7cc;text-align:right;padding:8px 16px;background:#161d3266;border-radius:2px;border-left:2px solid #E6385E}
main{flex:1}
.FtWrap{background:linear-gradient(135deg,#161D32 0%,#0a0e1a 100%);border-top:3px solid #E6385E;margin-top:80px;position:relative}
.FtWrap::before{content:'';position:absolute;top:-3px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#E6385E,transparent);opacity:.6}
.FtMain{max-width:1536px;margin:0 auto;padding:48px 24px 32px}
.FtGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:40px}
.FtBlck h3{font-size:18px;font-weight:700;color:#E6385E;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e6385e4d;border-radius:12px 0 0 0}
.FtBlck p{font-size:14px;line-height:1.8;color:#f8fdf7d9;margin-bottom:12px}
.FtBlck a{color:#f8fdf7d9;text-decoration:none;font-size:14px;display:block;padding:8px 0;transition:color .3s ease-in;border-radius:0 8px 0 0}
.FtBlck a:hover{color:#E6385E;padding-left:8px}
.LocInfo{background:#161d3280;padding:20px;border-radius:0 16px 0 16px;border-left:3px solid #E6385E}
.LocInfo strong{color:#E6385E;display:block;margin-bottom:8px;font-size:15px}
.CpyRgt{text-align:center;padding:24px 0;border-top:1px solid #e6385e33;font-size:14px;color:#f8fdf7b3;background:#0a0e1a99;border-radius:0 0 24px 24px}
.CookieBox{position:fixed;bottom:24px;left:24px;background:linear-gradient(135deg,#161D32 0%,#1a2238 100%);border:2px solid #E6385E;padding:24px;max-width:480px;z-index:10000;box-shadow:0 8px 32px #e6385e66;display:none;animation:slideInLeft .4s ease-in}
.CookieBox.visible{display:block}
@keyframes slideInLeft {
from{transform:translateX(-120%);opacity:0}
to{transform:translateX(0);opacity:1}
}
.CookieBox.hiding{animation:slideOutLeft .4s ease-in forwards}
@keyframes slideOutLeft {
from{transform:translateX(0);opacity:1}
to{transform:translateX(-120%);opacity:0}
}
.CookieBox h4{font-size:18px;margin-bottom:12px;color:#E6385E}
.CookieBox p{font-size:14px;line-height:1.6;margin-bottom:16px;color:#f8fdf7e6}
.CkBtns{display:flex;gap:12px;flex-wrap:wrap}
.CkBtns button{padding:10px 20px;border:none;background:#E6385E;color:#F8FDF7;font-family:'Roboto Slab',serif;font-size:14px;cursor:pointer;transition:background .3s ease-in;font-weight:700}
.CkBtns button:hover{background:#c72d4e}
.CkBtns .decline{background:#161d32cc;border:1px solid #e6385e80}
.CkBtns .decline:hover{background:#161d32ff}
.PolicyIcn{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#f8fdf7b3;margin-top:12px;cursor:help;position:relative}
.PolicyIcn:hover .tooltip{opacity:1;visibility:visible}
.tooltip{position:absolute;bottom:100%;left:0;background:#161D32;border:1px solid #E6385E;padding:12px;font-size:12px;width:240px;opacity:0;visibility:hidden;transition:opacity .3s ease-in;margin-bottom:8px}
.tooltip a{color:#E6385E;text-decoration:underline}
.OptOut{margin-top:12px;padding-top:12px;border-top:1px solid #e6385e33}
.OptOut label{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}
.OptOut input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
@media (max-width: 1024px) {
.MainHd .container-main{grid-template-columns:1fr;gap:24px}
.RgtZone{align-items:flex-start}
.NavPrimary{justify-content:flex-start}
.SbTgln{text-align:left}
}
@media (max-width: 768px) {
.TpBar .InrCt{flex-direction:column;align-items:flex-start}
.LftZone{flex-direction:column;text-align:center;padding:16px}
.BrndTxt{align-items:center}
.CmpnyNm{font-size:24px}
.NavPrimary a{padding:10px 16px;font-size:14px}
.CookieBox{left:12px;right:12px;bottom:12px;max-width:none}
.FtGrid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.CtInfo{flex-direction:column;gap:12px}
.NavPrimary{flex-direction:column;width:100%}
.NavPrimary a{width:100%;text-align:center}
.CkBtns{flex-direction:column}
.CkBtns button{width:100%}
}
.agreement-text{max-width:1536px;margin:0 auto;padding:80px 24px;background:linear-gradient(135deg,#0a0e1a 0%,#161D32 50%,#1a1f35 100%);color:#F8FDF7;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.8}
.agreement-text h1{font-size:48px;font-weight:700;color:#F8FDF7;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}
.agreement-text h2{font-size:36px;font-weight:600;color:#F8FDF7;margin:64px 0 24px;line-height:1.3;padding-bottom:12px;border-bottom:2px solid #e6385e4d}
.agreement-text h3{font-size:28px;font-weight:600;color:#F8FDF7;margin:48px 0 20px;line-height:1.4}
.agreement-text h4{font-size:22px;font-weight:600;color:#F8FDF7;margin:36px 0 16px;line-height:1.4}
.agreement-text h5{font-size:18px;font-weight:600;color:#F8FDF7;margin:28px 0 12px;line-height:1.5}
.agreement-text h6{font-size:16px;font-weight:600;color:#F8FDF7;margin:24px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.05em}
.agreement-text p{font-size:17px;color:#f8fdf7e6;margin:0 0 24px;line-height:1.8}
.agreement-text ul{margin:0 0 32px;padding:0 0 0 28px;list-style-type:none}
.agreement-text ul li{font-size:17px;color:#f8fdf7e6;margin:0 0 16px;line-height:1.8;position:relative;padding-left:12px}
.agreement-text ul li::before{content:'';position:absolute;left:-16px;top:12px;width:6px;height:6px;background:#E6385E;border-radius:50%}
.agreement-text ol{margin:0 0 32px;padding:0 0 0 28px;list-style-type:decimal;list-style-position:outside}
.agreement-text ol li{font-size:17px;color:#f8fdf7e6;margin:0 0 16px;line-height:1.8;padding-left:12px}
.agreement-text ol li::marker{color:#E6385E;font-weight:600}
.agreement-text ul ul,.agreement-text ul ol,.agreement-text ol ul,.agreement-text ol ol{margin:16px 0}
.agreement-text strong,.agreement-text b{font-weight:600;color:#F8FDF7}
.agreement-text hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#e6385e66 50%,transparent 100%);margin:56px 0}
.agreement-text div{margin:0 0 24px}
.agreement-text a{color:#E6385E;text-decoration:none;border-bottom:1px solid #e6385e4d;transition:all .3s ease-in}
.agreement-text a:hover{color:#ff4d78;border-bottom-color:#ff4d78}
@media (max-width: 1024px) {
.agreement-text{padding:60px 20px}
.agreement-text h1{font-size:40px}
.agreement-text h2{font-size:32px;margin:48px 0 20px}
.agreement-text h3{font-size:24px;margin:40px 0 16px}
}
@media (max-width: 768px) {
.agreement-text{padding:48px 16px}
.agreement-text h1{font-size:32px}
.agreement-text h2{font-size:26px;margin:40px 0 16px}
.agreement-text h3{font-size:22px;margin:32px 0 14px}
.agreement-text h4{font-size:19px;margin:28px 0 12px}
.agreement-text p,.agreement-text ul li,.agreement-text ol li{font-size:16px}
.agreement-text ul,.agreement-text ol{padding-left:24px}
}
@media (max-width: 480px) {
.agreement-text{padding:40px 16px}
.agreement-text h1{font-size:28px}
.agreement-text h2{font-size:24px}
.agreement-text h3{font-size:20px}
}
.hero-manifesto{background:linear-gradient(135deg,#0a0e1a 0%,#161D32 50%,#1a1f35 100%);padding:120px 0 140px;position:relative;overflow:hidden}
.hero-manifesto::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#e6385e26 0%,transparent 70%);border-radius:50%}
.hero-manifesto .content-wrap{max-width:1536px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}
.hero-manifesto .text-zone{padding-right:40px}
.hero-manifesto .label-tag{display:inline-block;color:#E6385E;font-size:13px;letter-spacing:2px;text-transform:uppercase;margin-bottom:24px;font-weight:600}
.hero-manifesto .main-heading{font-size:52px;line-height:1.15;color:#F8FDF7;margin-bottom:28px;font-weight:700}
.hero-manifesto .manifesto-text{color:#cbd5e1;font-size:18px;line-height:1.7;margin-bottom:16px}
.hero-manifesto .manifesto-text:last-of-type{margin-bottom:40px}
.hero-manifesto .cta-group{display:flex;gap:16px;flex-wrap:wrap}
.hero-manifesto .primary-cta{background:linear-gradient(135deg,#E6385E 0%,#c42d4f 100%);color:#F8FDF7;padding:16px 36px;border-radius:4px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease-in;box-shadow:0 4px 16px #e6385e4d;position:relative;z-index:10}
.hero-manifesto .primary-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #e6385e66}
.hero-manifesto .secondary-cta{background:transparent;color:#E6385E;padding:16px 36px;border-radius:4px;text-decoration:none;font-weight:600;font-size:16px;border:2px solid #E6385E;transition:all .3s ease-in;position:relative;z-index:10}
.hero-manifesto .secondary-cta:hover{background:#e6385e1a}
.hero-manifesto .image-container{position:relative}
.hero-manifesto .shaped-image{width:100%;height:520px;object-fit:cover;clip-path:polygon(10% 0%,100% 0%,90% 100%,0% 100%);box-shadow:0 20px 60px #00000080}
.team-intro{background:#0d1117;padding:100px 0;position:relative}
.team-intro::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#E6385E 50%,transparent 100%)}
.team-intro .wrapper{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}
.team-intro .section-label{color:#E6385E;font-size:14px;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:20px;font-weight:600}
.team-intro .heading-large{font-size:44px;color:#F8FDF7;margin-bottom:32px;font-weight:700;line-height:1.2}
.team-intro .description-box{max-width:850px;margin:0 auto;color:#94a3b8;font-size:17px;line-height:1.8}
.team-intro .description-box p{margin-bottom:20px}
.expertise-showcase{background:linear-gradient(180deg,#161D32 0%,#0a0e1a 100%);padding:90px 0}
.expertise-showcase .container-main{max-width:1400px;margin:0 auto;padding:0 20px}
.expertise-showcase .grid-areas{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.expertise-showcase .expertise-card{background:#161d3299;padding:48px 36px;border-radius:6px;border:1px solid #e6385e33;transition:all .3s ease-in;position:relative}
.expertise-showcase .expertise-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#E6385E 0%,#c42d4f 100%);transition:height .3s ease-in}
.expertise-showcase .expertise-card:hover{border-color:#e6385e80;transform:translateY(-4px);box-shadow:0 12px 32px #0006}
.expertise-showcase .expertise-card:hover::before{height:100%}
.expertise-showcase .icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#e6385e33 0%,#e6385e0d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:28px}
.expertise-showcase .icon-svg{width:32px;height:32px;fill:#E6385E}
.expertise-showcase .card-title{font-size:22px;color:#F8FDF7;margin-bottom:16px;font-weight:600}
.expertise-showcase .card-desc{color:#94a3b8;font-size:15px;line-height:1.7}
.process-timeline{background:#0d1117;padding:100px 0;position:relative}
.process-timeline::before{content:'';position:absolute;top:50%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,#e6385e14 0%,transparent 70%);border-radius:50%;transform:translateY(-50%)}
.process-timeline .content-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.process-timeline .section-header{text-align:center;margin-bottom:80px}
.process-timeline .section-header .subtitle{color:#E6385E;font-size:13px;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;font-weight:600}
.process-timeline .section-header .title-main{font-size:40px;color:#F8FDF7;font-weight:700}
.process-timeline .timeline-wrapper{position:relative}
.process-timeline .timeline-wrapper::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,transparent 0%,#E6385E 20%,#E6385E 80%,transparent 100%);transform:translateX(-50%)}
.process-timeline .timeline-item{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px;position:relative}
.process-timeline .timeline-item:nth-child(even) .item-content{grid-column:2}
.process-timeline .timeline-item:nth-child(even) .item-number{right:auto;left:-24px}
.process-timeline .item-content{background:#161d3280;padding:36px;border-radius:4px;border:1px solid #e6385e26;position:relative}
.process-timeline .item-number{position:absolute;right:-24px;top:50%;transform:translateY(-50%);width:48px;height:48px;background:linear-gradient(135deg,#E6385E 0%,#c42d4f 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#F8FDF7;font-weight:700;font-size:18px;box-shadow:0 4px 16px #e6385e66;z-index:3}
.process-timeline .item-title{font-size:24px;color:#F8FDF7;margin-bottom:14px;font-weight:600}
.process-timeline .item-description{color:#94a3b8;font-size:15px;line-height:1.7}
.values-section{background:linear-gradient(180deg,#0a0e1a 0%,#161D32 100%);padding:100px 0;position:relative;overflow:hidden}
.values-section::after{content:'';position:absolute;bottom:-30%;right:-15%;width:700px;height:700px;background:radial-gradient(circle,#e6385e1f 0%,transparent 70%);border-radius:50%}
.values-section .layout-wrapper{max-width:1536px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:45% 55%;gap:100px;align-items:center;position:relative;z-index:2}
.values-section .visual-zone{position:relative}
.values-section .styled-img{width:100%;height:600px;object-fit:cover;border-radius:6px;box-shadow:0 24px 60px #00000080;clip-path:polygon(0 0,100% 5%,100% 100%,0 95%)}
.values-section .text-content{padding-left:20px}
.values-section .top-label{color:#E6385E;font-size:13px;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-weight:600}
.values-section .main-title{font-size:42px;color:#F8FDF7;margin-bottom:36px;font-weight:700;line-height:1.2}
.values-section .value-point{margin-bottom:32px}
.values-section .point-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}
.values-section .point-icon{width:12px;height:12px;background:linear-gradient(135deg,#E6385E 0%,#c42d4f 100%);border-radius:2px;flex-shrink:0}
.values-section .point-title{font-size:20px;color:#F8FDF7;font-weight:600}
.values-section .point-text{color:#94a3b8;font-size:15px;line-height:1.7;padding-left:28px}
@media (max-width: 1200px) {
.hero-manifesto .content-wrap{gap:60px}
.hero-manifesto .main-heading{font-size:44px}
.expertise-showcase .grid-areas{grid-template-columns:repeat(2,1fr)}
.values-section .layout-wrapper{gap:60px}
}
@media (max-width: 968px) {
.hero-manifesto{padding:80px 0 100px}
.hero-manifesto .content-wrap{grid-template-columns:1fr;gap:50px}
.hero-manifesto .text-zone{padding-right:0}
.hero-manifesto .main-heading{font-size:38px}
.hero-manifesto .shaped-image{height:420px}
.team-intro{padding:70px 0}
.team-intro .heading-large{font-size:36px}
.expertise-showcase{padding:70px 0}
.expertise-showcase .grid-areas{grid-template-columns:1fr;gap:30px}
.process-timeline{padding:70px 0}
.process-timeline .timeline-wrapper::before{left:24px}
.process-timeline .timeline-item{grid-template-columns:1fr;gap:0;padding-left:60px}
.process-timeline .timeline-item:nth-child(even) .item-content{grid-column:1}
.process-timeline .item-number{left:0!important;right:auto!important}
.values-section{padding:70px 0}
.values-section .layout-wrapper{grid-template-columns:1fr;gap:50px}
.values-section .styled-img{height:480px}
.values-section .text-content{padding-left:0}
.values-section .main-title{font-size:34px}
}
@media (max-width: 640px) {
.hero-manifesto{padding:60px 0 80px}
.hero-manifesto .main-heading{font-size:32px}
.hero-manifesto .manifesto-text{font-size:16px}
.hero-manifesto .cta-group{flex-direction:column}
.hero-manifesto .primary-cta,.hero-manifesto .secondary-cta{width:100%;text-align:center}
.hero-manifesto .shaped-image{height:320px}
.team-intro{padding:50px 0}
.team-intro .heading-large{font-size:28px}
.team-intro .description-box{font-size:16px}
.expertise-showcase{padding:50px 0}
.expertise-showcase .expertise-card{padding:32px 24px}
.process-timeline{padding:50px 0}
.process-timeline .section-header .title-main{font-size:32px}
.process-timeline .item-content{padding:28px}
.values-section{padding:50px 0}
.values-section .main-title{font-size:28px}
.values-section .styled-img{height:360px}
}
.hro{position:relative;min-height:600px;overflow:hidden;background:linear-gradient(135deg,#0a0f1e 0%,#161D32 100%);display:flex;align-items:center}
.hro .ct-wrap{max-width:1536px;width:100%;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hro .txt-side{padding:40px 0}
.hro .quest{font-size:18px;color:#E6385E;margin-bottom:16px;font-weight:600;letter-spacing:.5px}
.hro .ansr{font-size:48px;line-height:1.2;color:#F8FDF7;margin-bottom:24px;font-weight:700}
.hro .subln{font-size:18px;line-height:1.6;color:#f8fdf7cc;margin-bottom:32px}
.hro .cta-grp{display:flex;gap:16px;flex-wrap:wrap}
.hro .bt-prim{background:linear-gradient(135deg,#E6385E 0%,#c72d4f 100%);color:#F8FDF7;padding:16px 32px;border-radius:4px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .3s ease-in,box-shadow .3s ease-in;display:inline-block;position:relative;z-index:10}
.hro .bt-prim:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e6385e66}
.hro .bt-sec{background:transparent;color:#F8FDF7;padding:16px 32px;border-radius:4px;font-size:16px;font-weight:600;text-decoration:none;border:2px solid #f8fdf74d;transition:all .3s ease-in;display:inline-block;position:relative;z-index:10}
.hro .bt-sec:hover{border-color:#E6385E;background:#e6385e1a}
.hro .img-side{position:relative;height:100%;display:flex;align-items:center}
.hro .img-wrap{position:relative;width:100%;height:500px;transform:skewY(-2deg)}
.hro .img-wrap::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:linear-gradient(45deg,#e6385e33,#161d324d);border-radius:6px;z-index:1}
.hro .img-wrap img{position:relative;width:100%;height:100%;object-fit:cover;border-radius:6px;z-index:2;filter:blur(0px);box-shadow:0 12px 40px #00000080}
.hro .img-wrap::after{content:'';position:absolute;inset:0;border-radius:6px;box-shadow:inset 0 0 60px #161d3266;z-index:3;pointer-events:none}
.cmpr-sec{background:#0d1220;padding:100px 0;position:relative}
.cmpr-sec .ct-wrap{max-width:1536px;margin:0 auto;padding:0 24px}
.cmpr-sec .hdr{text-align:center;margin-bottom:60px}
.cmpr-sec .hdr h2{font-size:42px;color:#F8FDF7;margin-bottom:16px;font-weight:700}
.cmpr-sec .hdr p{font-size:18px;color:#f8fdf7b3;max-width:700px;margin:0 auto;line-height:1.6}
.cmpr-sec .tb-wrap{background:linear-gradient(135deg,#161D32 0%,#1a2340 100%);border-radius:6px;overflow:hidden;box-shadow:0 8px 24px #0000004d}
.cmpr-sec .tb-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid #f8fdf71a}
.cmpr-sec .tb-row:last-child{border-bottom:none}
.cmpr-sec .tb-hd{background:linear-gradient(135deg,#E6385E 0%,#c72d4f 100%)}
.cmpr-sec .tb-cell{padding:24px;font-size:16px;color:#F8FDF7;display:flex;align-items:center;border-right:1px solid #f8fdf71a}
.cmpr-sec .tb-cell:last-child{border-right:none}
.cmpr-sec .tb-hd .tb-cell{font-weight:700;font-size:18px}
.cmpr-sec .tb-row:not(.tb-hd) .tb-cell{color:#f8fdf7d9}
.cmpr-sec .chk{width:24px;height:24px;background:#E6385E;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}
.cmpr-sec .chk::after{content:'✓';color:#F8FDF7;font-size:14px;font-weight:700}
.cmpr-sec .xmrk{width:24px;height:24px;border:2px solid #f8fdf733;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;opacity:.4}
.cmpr-sec .xmrk::after{content:'✕';color:#f8fdf780;font-size:14px}
.trns-sec{background:linear-gradient(180deg,#0a0f1e 0%,#161D32 100%);padding:100px 0;position:relative}
.trns-sec::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#E6385E,transparent)}
.trns-sec .ct-wrap{max-width:1536px;margin:0 auto;padding:0 24px}
.trns-sec .hdr{text-align:center;margin-bottom:60px}
.trns-sec .hdr h2{font-size:42px;color:#F8FDF7;margin-bottom:16px;font-weight:700;position:relative;display:inline-block}
.trns-sec .hdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#E6385E}
.trns-sec .grd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.trns-sec .crd{background:linear-gradient(135deg,#1a2340 0%,#161D32 100%);padding:40px 32px;border-radius:6px;position:relative;transition:transform .3s ease-in;border:1px solid #f8fdf70d}
.trns-sec .crd:hover{transform:translateY(-4px);box-shadow:0 12px 32px #e6385e33}
.trns-sec .crd .icn{width:60px;height:60px;background:linear-gradient(135deg,#E6385E 0%,#c72d4f 100%);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.trns-sec .crd .icn svg{width:32px;height:32px;fill:#F8FDF7}
.trns-sec .crd h3{font-size:24px;color:#F8FDF7;margin-bottom:16px;font-weight:700}
.trns-sec .crd p{font-size:16px;color:#f8fdf7bf;line-height:1.6}
.qlty-sec{background:#0d1220;padding:100px 0;position:relative}
.qlty-sec .ct-wrap{max-width:1536px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.qlty-sec .txt-side h2{font-size:42px;color:#F8FDF7;margin-bottom:24px;font-weight:700}
.qlty-sec .txt-side p{font-size:18px;color:#f8fdf7bf;line-height:1.7;margin-bottom:40px}
.qlty-sec .stps{display:flex;flex-direction:column;gap:24px}
.qlty-sec .stp{display:flex;gap:20px;align-items:flex-start}
.qlty-sec .stp .num{min-width:50px;height:50px;background:linear-gradient(135deg,#E6385E 0%,#c72d4f 100%);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#F8FDF7}
.qlty-sec .stp .cnt h4{font-size:20px;color:#F8FDF7;margin-bottom:8px;font-weight:600}
.qlty-sec .stp .cnt p{font-size:16px;color:#f8fdf7b3;line-height:1.6;margin-bottom:0}
.qlty-sec .img-side{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.qlty-sec .img-side .img-box{position:relative;height:280px;border-radius:6px;overflow:hidden;box-shadow:0 8px 24px #0000004d}
.qlty-sec .img-side .img-box:nth-child(2){transform:translateY(40px)}
.qlty-sec .img-side .img-box img{width:100%;height:100%;object-fit:cover}
.qlty-sec .img-side .img-box::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,#161d3266 100%)}
.cmty-sec{background:linear-gradient(180deg,#161D32 0%,#0a0f1e 100%);padding:100px 0;position:relative}
.cmty-sec .ct-wrap{max-width:1536px;margin:0 auto;padding:0 24px}
.cmty-sec .hdr{text-align:center;margin-bottom:60px}
.cmty-sec .hdr h2{font-size:42px;color:#F8FDF7;margin-bottom:16px;font-weight:700}
.cmty-sec .hdr p{font-size:18px;color:#f8fdf7b3;max-width:700px;margin:0 auto;line-height:1.6}
.cmty-sec .gal{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px}
.cmty-sec .gal .itm{position:relative;height:320px;border-radius:6px;overflow:hidden;box-shadow:0 8px 24px #0000004d;transition:transform .3s ease-in}
.cmty-sec .gal .itm:hover{transform:scale(1.03)}
.cmty-sec .gal .itm img{width:100%;height:100%;object-fit:cover}
.cmty-sec .gal .itm::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,#161d32cc 100%)}
.cmty-sec .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;background:linear-gradient(135deg,#1a2340 0%,#161D32 100%);padding:60px 40px;border-radius:6px;border:1px solid #e6385e33}
.cmty-sec .stat{text-align:center}
.cmty-sec .stat .val{font-size:48px;color:#E6385E;font-weight:700;margin-bottom:8px;display:block}
.cmty-sec .stat .lbl{font-size:16px;color:#f8fdf7b3;font-weight:600}
@media (max-width: 1024px) {
.hro .ct-wrap{grid-template-columns:1fr;gap:40px}
.hro .img-wrap{height:400px}
.cmpr-sec .tb-row{grid-template-columns:1.5fr 1fr 1fr}
.trns-sec .grd{grid-template-columns:1fr}
.qlty-sec .ct-wrap{grid-template-columns:1fr;gap:50px}
.cmty-sec .gal{grid-template-columns:1fr}
.cmty-sec .stats{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hro .ansr{font-size:36px}
.hro .img-wrap{height:300px}
.cmpr-sec .tb-row{grid-template-columns:1fr}
.cmpr-sec .tb-cell{border-right:none;border-bottom:1px solid #f8fdf71a}
.cmpr-sec .tb-cell:last-child{border-bottom:none}
.qlty-sec .img-side{grid-template-columns:1fr}
.qlty-sec .img-side .img-box:nth-child(2){transform:translateY(0)}
.cmty-sec .stats{grid-template-columns:1fr;padding:40px 24px}
.hro .cta-grp{flex-direction:column}
.hro .bt-prim,.hro .bt-sec{width:100%;text-align:center}
}
.MainContactWrap{background:#0a0e1a;min-height:600px;position:relative;overflow:hidden}
.HeroContactBlk{max-width:1536px;margin:0 auto;padding:120px 24px 80px;position:relative;z-index:3}
.BckgDecorSpots{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}
.BckgDecorSpots::before{content:'';position:absolute;top:-20%;right:15%;width:480px;height:480px;background:radial-gradient(circle,#e6385e26,transparent 70%);filter:blur(80px);transform:rotate(-25deg)}
.BckgDecorSpots::after{content:'';position:absolute;bottom:-10%;left:10%;width:520px;height:520px;background:radial-gradient(circle,#161d3280,transparent 70%);filter:blur(90px)}
.TitleContactGrid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.LeftContentTxt{transform:translateY(-30px)}
.LeftContentTxt .PretitleSmall{color:#E6385E;font-size:14px;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;font-weight:600}
.LeftContentTxt .MainHdng{font-size:56px;line-height:1.1;color:#F8FDF7;margin-bottom:24px;font-weight:700}
.LeftContentTxt .DescSubtext{font-size:18px;line-height:1.7;color:#f8fdf7bf;margin-bottom:32px}
.ContactDetailsBox{display:flex;flex-direction:column;gap:20px}
.ContactItm{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#f8fdf708;border-radius:4px;transition:all .3s ease-in}
.ContactItm:hover{background:#e6385e14;transform:translateX(8px)}
.ContactItm .IcnWrap{width:40px;height:40px;background:linear-gradient(135deg,#161D32,#E6385E);border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ContactItm .IcnWrap svg{width:20px;height:20px;fill:#F8FDF7}
.ContactItm .InfoTxt{flex:1}
.ContactItm .InfoTxt .Lbl{font-size:13px;color:#f8fdf799;margin-bottom:4px;text-transform:uppercase;letter-spacing:1px}
.ContactItm .InfoTxt .Val{font-size:16px;color:#F8FDF7;font-weight:500}
.ContactItm .InfoTxt a{color:#F8FDF7;text-decoration:none;transition:color .3s ease-in}
.ContactItm .InfoTxt a:hover{color:#E6385E}
.RightImgBlock{position:relative;transform:rotate(-3deg) translateY(20px)}
.ImgDuotoneCntr{position:relative;width:100%;height:520px;border-radius:6px;overflow:hidden;box-shadow:0 24px 48px #0006}
.ImgDuotoneCntr img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.2);mix-blend-mode:multiply}
.ImgDuotoneCntr::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#161d32b3,#e6385e99);mix-blend-mode:screen;z-index:2}
.FormSectionWrap{background:#0d1119;padding:100px 24px;position:relative}
.FormSectionWrap::before{content:'';position:absolute;top:0;left:50%;width:1px;height:80px;background:linear-gradient(180deg,transparent,#E6385E,transparent);transform:translateX(-50%)}
.FormContainerMax{max-width:1536px;margin:0 auto}
.FormContentGrid{display:grid;grid-template-columns:1fr 2fr;gap:100px;align-items:start}
.FormLeftInfo{position:sticky;top:100px}
.FormLeftInfo .SideHdng{font-size:38px;line-height:1.2;color:#F8FDF7;margin-bottom:20px;font-weight:700}
.FormLeftInfo .SideDesc{font-size:16px;line-height:1.7;color:#f8fdf7a6;margin-bottom:36px}
.TimingInfoBox{padding:24px;background:#f8fdf705;border-left:3px solid #E6385E;border-radius:3px}
.TimingInfoBox .TimingTtl{font-size:14px;color:#E6385E;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-weight:600}
.TimingInfoBox .TimingTxt{font-size:15px;line-height:1.6;color:#f8fdf7bf}
.FormMainBlock{background:#161d324d;border:1px solid #f8fdf714;border-radius:6px;padding:48px;box-shadow:0 12px 32px #0000004d}
.FormMainBlock .FormTopHdng{font-size:28px;color:#F8FDF7;margin-bottom:32px;font-weight:600}
.ContactFormEl{display:flex;flex-direction:column;gap:28px}
.NameFieldsRow{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.FldGroup{display:flex;flex-direction:column;gap:8px}
.FldGroup label{font-size:14px;color:#f8fdf7cc;font-weight:500;letter-spacing:.5px}
.FldGroup input[type="text"],.FldGroup input[type="tel"]{background:#f8fdf70a;border:1px solid #f8fdf71f;border-radius:3px;padding:14px 16px;font-size:15px;color:#F8FDF7;transition:all .3s ease-in;width:100%}
.FldGroup input[type="text"]:focus,.FldGroup input[type="tel"]:focus{outline:none;border-color:#E6385E;background:#f8fdf70f;box-shadow:0 0 0 3px #e6385e1a}
.FldGroup input::placeholder{color:#f8fdf759}
.CheckboxGroupSec{display:flex;flex-direction:column;gap:12px}
.CheckboxGroupSec .CheckboxLbl{font-size:14px;color:#f8fdf7cc;font-weight:500;margin-bottom:4px;letter-spacing:.5px}
.CheckboxOptionsWrap{display:flex;flex-direction:column;gap:12px}
.CheckboxItm{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8fdf705;border:1px solid #f8fdf714;border-radius:3px;cursor:pointer;transition:all .3s ease-in}
.CheckboxItm:hover{background:#e6385e0d;border-color:#e6385e4d}
.CheckboxItm input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:#E6385E}
.CheckboxItm .CheckTxt{font-size:15px;color:#f8fdf7d9;cursor:pointer}
.PrivacyCheckWrap{display:flex;align-items:start;gap:12px;padding:16px;background:#f8fdf705;border-radius:3px}
.PrivacyCheckWrap input[type="checkbox"]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:#E6385E;flex-shrink:0}
.PrivacyCheckWrap .PrivacyTxt{font-size:13px;line-height:1.6;color:#f8fdf7b3}
.PrivacyCheckWrap .PrivacyTxt a{color:#E6385E;text-decoration:none;transition:color .3s ease-in}
.PrivacyCheckWrap .PrivacyTxt a:hover{color:#F8FDF7;text-decoration:underline}
.SubmitBtnWrap{display:flex;justify-content:flex-start}
.SubmitFormBtn{padding:16px 48px;background:linear-gradient(135deg,#E6385E,#161D32);color:#F8FDF7;font-size:16px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease-in;box-shadow:0 6px 20px #e6385e4d;letter-spacing:.5px;text-transform:uppercase;position:relative;z-index:10}
.SubmitFormBtn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #e6385e66;background:linear-gradient(135deg,#ff4570,#1a2340)}
.SubmitFormBtn:active{transform:translateY(0)}
@media (max-width: 1200px) {
.TitleContactGrid{gap:60px}
.FormContentGrid{gap:60px}
.LeftContentTxt .MainHdng{font-size:48px}
}
@media (max-width: 968px) {
.TitleContactGrid{grid-template-columns:1fr;gap:50px}
.LeftContentTxt{transform:none}
.RightImgBlock{transform:none}
.FormContentGrid{grid-template-columns:1fr;gap:50px}
.FormLeftInfo{position:static}
.HeroContactBlk{padding:80px 24px 60px}
.FormSectionWrap{padding:80px 24px}
.LeftContentTxt .MainHdng{font-size:42px}
.FormMainBlock{padding:36px 28px}
}
@media (max-width: 640px) {
.NameFieldsRow{grid-template-columns:1fr;gap:20px}
.LeftContentTxt .MainHdng{font-size:36px}
.FormLeftInfo .SideHdng{font-size:32px}
.HeroContactBlk{padding:60px 20px 50px}
.FormSectionWrap{padding:60px 20px}
.FormMainBlock{padding:28px 20px}
.ImgDuotoneCntr{height:400px}
.SubmitFormBtn{width:100%;padding:16px 32px}
}
.PgWrap{background:linear-gradient(180deg,#0a0f1e 0%,#161D32 100%);min-height:100vh}
.HeroBck{position:relative;overflow:hidden;padding:0;margin:0 0 80px}
.HeroBck::before{content:'';position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:radial-gradient(ellipse at center,#e6385e26 0%,transparent 60%);pointer-events:none}
.HeroBck svg.DecorCurve{position:absolute;bottom:-2px;left:0;width:100%;height:auto;z-index:1}
.HeroImgWrap{position:relative;width:100%;height:520px;overflow:hidden}
.HeroImgWrap::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,#f8fdf705 0px,transparent 1px,transparent 2px,#f8fdf705 3px);pointer-events:none;z-index:2}
.HeroImgWrap img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(0.7) contrast(1.1)}
.HeroTxtBox{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);max-width:1200px;width:90%;z-index:3;padding:48px 56px;background:#161d32d9;backdrop-filter:blur(12px);border-left:4px solid #E6385E;box-shadow:0 8px 32px #0006}
.HeroTxtBox h1{font-size:3.2rem;color:#F8FDF7;margin:0 0 20px;font-weight:700;line-height:1.15}
.HeroTxtBox .SubTxt{font-size:1.25rem;color:#f8fdf7d9;line-height:1.65;max-width:820px}
.CoreV{max-width:1536px;margin:0 auto 100px;padding:0 24px}
.TwoSplit{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}
.LeftBox h2{font-size:2.4rem;color:#F8FDF7;margin:0 0 28px;font-weight:600;line-height:1.25}
.LeftBox h2::before{content:'';display:block;width:60px;height:5px;background:linear-gradient(90deg,#E6385E 0%,#e6385e4d 100%);margin-bottom:24px}
.LeftBox p{font-size:1.05rem;color:#f8fdf7bf;line-height:1.8;margin:0 0 18px}
.RightBox{display:flex;flex-direction:column;gap:20px}
.PhaseCard{background:linear-gradient(135deg,#161d3299 0%,#161d324d 100%);padding:32px 36px;border:1px solid #e6385e33;position:relative;transition:all .3s ease-in}
.PhaseCard:hover{border-color:#e6385e99;transform:translateX(8px);box-shadow:-4px 4px 16px #e6385e33}
.PhaseCard .PhNum{position:absolute;top:-14px;left:28px;background:#E6385E;color:#F8FDF7;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}
.PhaseCard h3{font-size:1.4rem;color:#F8FDF7;margin:0 0 12px;font-weight:600}
.PhaseCard p{font-size:.98rem;color:#f8fdf7b3;line-height:1.7;margin:0}
.ModGrid{max-width:1536px;margin:0 auto 100px;padding:0 24px}
.ModGrid h2{text-align:center;font-size:2.6rem;color:#F8FDF7;margin:0 0 52px;font-weight:600}
.ModGrid h2::after{content:'';display:block;width:80px;height:4px;background:#E6385E;margin:20px auto 0}
.CardFlex{display:flex;flex-wrap:wrap;gap:28px;justify-content:center}
.ModCard{background:#161d3266;border:2px solid #f8fdf71a;width:calc(33.333% - 20px);min-width:280px;padding:36px 28px;position:relative;transition:all .3s ease-in}
.ModCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,transparent 0%,#E6385E 50%,transparent 100%);opacity:0;transition:opacity .3s ease-in}
.ModCard:hover{border-color:#e6385e80;box-shadow:0 12px 28px #00000080}
.ModCard:hover::before{opacity:1}
.ModCard h3{font-size:1.35rem;color:#F8FDF7;margin:0 0 16px;font-weight:600}
.ModCard .Duration{display:inline-block;background:#e6385e33;color:#E6385E;padding:4px 12px;font-size:.85rem;margin-bottom:16px;font-weight:600}
.ModCard ul{list-style:none;padding:0;margin:0}
.ModCard ul li{font-size:.95rem;color:#f8fdf7bf;line-height:1.7;margin-bottom:10px;padding-left:24px;position:relative}
.ModCard ul li::before{content:'→';position:absolute;left:0;color:#E6385E;font-weight:700}
.ApproachSec{max-width:1536px;margin:0 auto 100px;padding:0 24px}
.ApproachInner{background:radial-gradient(ellipse at top,#e6385e1a 0%,transparent 70%);padding:64px 48px;position:relative}
.ApproachInner::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:100%;background:linear-gradient(180deg,transparent 0%,#e6385e66 50%,transparent 100%)}
.ApproachInner h2{font-size:2.5rem;color:#F8FDF7;margin:0 0 48px;text-align:center;font-weight:600}
.TwoColApproach{display:grid;grid-template-columns:1fr 1fr;gap:56px;position:relative;z-index:2}
.ApprCol img{width:100%;height:420px;object-fit:cover;border:3px solid #e6385e4d;box-shadow:0 8px 24px #0006;margin-bottom:32px}
.ApprCol h3{font-size:1.6rem;color:#F8FDF7;margin:0 0 20px;font-weight:600}
.ApprCol p{font-size:1.02rem;color:#f8fdf7bf;line-height:1.75;margin:0 0 18px}
.ApprCol .HighlightBox{background:#161d3299;border-left:4px solid #E6385E;padding:20px 24px;margin-top:24px}
.ApprCol .HighlightBox p{margin:0;font-size:1rem;color:#f8fdf7cc;line-height:1.7}
@media (max-width: 1024px) {
.HeroTxtBox h1{font-size:2.4rem}
.HeroTxtBox .SubTxt{font-size:1.1rem}
.TwoSplit{grid-template-columns:1fr;gap:48px}
.ModCard{width:calc(50% - 14px)}
.TwoColApproach{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.HeroImgWrap{height:380px}
.HeroTxtBox{bottom:40px;padding:32px 28px}
.HeroTxtBox h1{font-size:1.9rem}
.HeroTxtBox .SubTxt{font-size:1rem}
.LeftBox h2{font-size:2rem}
.ModGrid h2{font-size:2.1rem}
.ModCard{width:100%}
.ApproachInner{padding:48px 24px}
.ApproachInner h2{font-size:2rem}
.ApprCol img{height:320px}
}
.TtlWrp{position:relative;background:linear-gradient(135deg,#0a0f1c 0%,#161D32 50%,#1a1f35 100%);padding:120px 0 100px;overflow:hidden}
.TtlWrp::before{content:'';position:absolute;top:0;left:-20%;width:40%;height:100%;background:repeating-linear-gradient(45deg,#e6635e08,#e6635e08 20px,transparent 20px,transparent 40px);transform:skewX(-15deg)}
.TtlWrp::after{content:'';position:absolute;top:0;right:-20%;width:40%;height:100%;background:repeating-linear-gradient(-45deg,#e6635e08,#e6635e08 20px,transparent 20px,transparent 40px);transform:skewX(15deg)}
.TtlCnt{max-width:1536px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:280px 1fr 280px;gap:60px;align-items:center;position:relative;z-index:2}
.TtlImg{position:relative;width:100%;height:420px;border-radius:4px;overflow:hidden;box-shadow:0 12px 32px #0006}
.TtlImg img{width:100%;height:100%;object-fit:cover;display:block}
.TtlImg::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 20%,#161d3280 100%);pointer-events:none}
.TtlTxt{text-align:center;color:#F8FDF7}
.TtlTxt h1{font-size:48px;font-weight:700;margin:0 0 32px;color:#F8FDF7;line-height:1.2}
.TtlTxt p{font-size:18px;line-height:1.7;margin:0 0 20px;color:#f8fdf7d9;max-width:600px;margin-left:auto;margin-right:auto}
.TtlTxt p:last-child{margin-bottom:0}
.StryBlk{background:#0d1223;padding:100px 0}
.StryInr{max-width:1536px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.StryLft{position:sticky;top:100px}
.StryLft h2{font-size:36px;font-weight:700;color:#F8FDF7;margin:0 0 24px;line-height:1.3}
.StryLft h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#E6385E,#ff6584);margin-bottom:20px;border-radius:2px}
.StryRgt{display:flex;flex-direction:column;gap:40px}
.StryItm{background:linear-gradient(135deg,#161d3299,#0d1223cc);border-left:3px solid #E6385E;padding:32px 36px;border-radius:3px;transition:all .3s ease-in}
.StryItm:hover{transform:translateX(8px);box-shadow:0 8px 24px #e6385e26}
.StryItm h3{font-size:22px;font-weight:600;color:#E6385E;margin:0 0 16px;line-height:1.4}
.StryItm p{font-size:16px;line-height:1.7;color:#f8fdf7cc;margin:0}
.PrcBlk{background:linear-gradient(180deg,#0a0f1c 0%,#161D32 100%);padding:100px 0;position:relative}
.PrcBlk::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:100%;background:linear-gradient(180deg,transparent,#e6385e4d,transparent)}
.PrcCnt{max-width:1536px;margin:0 auto;padding:0 24px}
.PrcHd{text-align:center;margin-bottom:70px}
.PrcHd h2{font-size:40px;font-weight:700;color:#F8FDF7;margin:0 0 20px;line-height:1.3}
.PrcHd p{font-size:18px;line-height:1.6;color:#f8fdf7bf;max-width:700px;margin:0 auto}
.PrcGrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.PrcCrd{background:#161d3266;border:1px solid #e6385e33;border-radius:4px;padding:40px 32px;text-align:center;transition:all .3s ease-in;position:relative;overflow:hidden}
.PrcCrd::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#E6385E,#ff6584);transform:scaleX(0);transform-origin:left;transition:transform .4s ease-in}
.PrcCrd:hover::before{transform:scaleX(1)}
.PrcCrd:hover{background:#161d32b3;border-color:#e6385e66;box-shadow:0 12px 32px #e6385e1f;transform:translateY(-6px)}
.PrcIcn{width:70px;height:70px;margin:0 auto 24px;background:radial-gradient(circle,#e6385e33,transparent);border-radius:50%;display:flex;align-items:center;justify-content:center}
.PrcIcn svg{width:36px;height:36px;fill:#E6385E}
.PrcCrd h3{font-size:20px;font-weight:600;color:#F8FDF7;margin:0 0 16px;line-height:1.4}
.PrcCrd p{font-size:15px;line-height:1.7;color:#f8fdf7b3;margin:0}
.ActBlk{background:#0d1223;padding:90px 0;position:relative}
.ActBlk::before{content:'';position:absolute;top:50%;left:0;right:0;height:2px;background:radial-gradient(circle at center,#e6385e66,transparent);transform:translateY(-50%)}
.ActInr{max-width:1000px;margin:0 auto;padding:0 24px;text-align:center;position:relative;z-index:2;background:linear-gradient(135deg,#161d32e6,#0d1223f2);padding:60px 50px;border-radius:5px;border:2px solid #e6385e4d;box-shadow:0 16px 48px #00000080}
.ActInr h2{font-size:38px;font-weight:700;color:#F8FDF7;margin:0 0 24px;line-height:1.3}
.ActInr p{font-size:17px;line-height:1.7;color:#f8fdf7cc;margin:0 0 36px;max-width:700px;margin-left:auto;margin-right:auto}
.ActBtns{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}
.BtnPrm{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#E6385E,#d32f52);color:#F8FDF7;font-size:16px;font-weight:600;text-decoration:none;border-radius:3px;transition:all .3s ease-in;box-shadow:0 4px 16px #e6385e4d;border:none;cursor:pointer}
.BtnPrm:hover{background:linear-gradient(135deg,#d32f52,#E6385E);transform:translateY(-2px);box-shadow:0 8px 24px #e6385e66}
.BtnScd{display:inline-block;padding:16px 40px;background:transparent;color:#F8FDF7;font-size:16px;font-weight:600;text-decoration:none;border-radius:3px;transition:all .3s ease-in;border:2px solid #f8fdf74d;cursor:pointer}
.BtnScd:hover{background:#f8fdf71a;border-color:#f8fdf780;transform:translateY(-2px)}
@media (max-width: 1200px) {
.TtlCnt{grid-template-columns:220px 1fr 220px;gap:40px}
.TtlImg{height:360px}
.TtlTxt h1{font-size:40px}
.StryInr{gap:60px}
.PrcGrd{grid-template-columns:repeat(3,1fr);gap:24px}
}
@media (max-width: 900px) {
.TtlCnt{grid-template-columns:1fr;gap:40px}
.TtlImg{max-width:500px;margin:0 auto;height:320px}
.TtlWrp{padding:80px 0 70px}
.TtlTxt h1{font-size:36px}
.TtlTxt p{font-size:17px}
.StryBlk{padding:70px 0}
.StryInr{grid-template-columns:1fr;gap:50px}
.StryLft{position:static}
.StryLft h2{font-size:32px}
.PrcGrd{grid-template-columns:1fr;gap:20px}
.PrcBlk{padding:70px 0}
.PrcHd h2{font-size:34px}
.ActBlk{padding:70px 0}
.ActInr{padding:50px 30px}
.ActInr h2{font-size:32px}
.ActBtns{flex-direction:column}
.BtnPrm,.BtnScd{width:100%;text-align:center}
}
@media (max-width: 600px) {
.TtlWrp{padding:60px 0 50px}
.TtlImg{height:280px}
.TtlTxt h1{font-size:30px;margin-bottom:24px}
.TtlTxt p{font-size:16px}
.StryBlk{padding:60px 0}
.StryLft h2{font-size:28px}
.StryItm{padding:28px 24px}
.StryItm h3{font-size:20px}
.PrcBlk{padding:60px 0}
.PrcHd{margin-bottom:50px}
.PrcHd h2{font-size:28px}
.PrcHd p{font-size:16px}
.PrcCrd{padding:32px 24px}
.ActBlk{padding:60px 0}
.ActInr{padding:40px 24px}
.ActInr h2{font-size:28px}
.ActInr p{font-size:16px;margin-bottom:30px}
}
.SuccessWrp{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden;background:linear-gradient(135deg,#161D32 0%,#1a2440 25%,#E6385E 100%);background-size:400% 400%;animation:GrdShft 12s ease-in infinite}
@keyframes GrdShft {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.SuccessWrp::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#e6385e4d 0%,transparent 70%);border-radius:50%;animation:PulsGlw 8s ease-in-out infinite}
@keyframes PulsGlw {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.2);opacity:.5}
}
.SuccessWrp::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#f8fdf71a 0%,transparent 70%);border-radius:50%;animation:PulsGlw 10s ease-in-out infinite reverse}
.SuccCnt{max-width:720px;width:100%;background:#161d32d9;backdrop-filter:blur(12px);border:2px solid #e6385e4d;padding:80px 60px;position:relative;z-index:2;box-shadow:0 24px 48px #0009;text-align:center}
.SuccIcn{width:96px;height:96px;margin:0 auto 32px;position:relative}
.SuccIcn svg{width:100%;height:100%;filter:drop-shadow(0 8px 16px #e6385e66)}
.ChkMrk{stroke:#E6385E;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:DrwChk 1.2s ease-in forwards .3s}
@keyframes DrwChk {
to{stroke-dashoffset:0}
}
.CrcOut{stroke:#e6385e4d;stroke-width:2;fill:none}
.CrcIn{fill:#e6385e26;animation:ScleIn .8s ease-in forwards;transform-origin:center;transform:scale(0)}
@keyframes ScleIn {
to{transform:scale(1)}
}
.SuccCnt h1{font-size:42px;font-weight:700;color:#F8FDF7;margin:0 0 24px;line-height:1.2;letter-spacing:-.5px}
.SuccTxt{font-size:18px;line-height:1.7;color:#f8fdf7d9;margin:0 0 48px}
.SuccTxt strong{color:#E6385E;font-weight:600}
.BtnGrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.PrmBtn{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:linear-gradient(135deg,#E6385E 0%,#c42f4f 100%);color:#F8FDF7;text-decoration:none;font-size:16px;font-weight:600;border:2px solid transparent;transition:all .3s ease-in;box-shadow:0 4px 12px #e6385e4d;position:relative;overflow:hidden}
.PrmBtn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#f8fdf733,transparent);transition:left .5s ease-in}
.PrmBtn:hover::before{left:100%}
.PrmBtn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #e6385e80;border-color:#f8fdf74d}
.SecBtn{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:transparent;color:#F8FDF7;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #f8fdf74d;transition:all .3s ease-in}
.SecBtn:hover{background:#f8fdf71a;border-color:#F8FDF7;transform:translateY(-3px);box-shadow:0 6px 16px #f8fdf733}
.InfBox{margin-top:48px;padding-top:32px;border-top:1px solid #e6385e33}
.InfTtl{font-size:14px;text-transform:uppercase;letter-spacing:1.5px;color:#f8fdf780;margin:0 0 16px;font-weight:600}
.InfLst{display:flex;flex-direction:column;gap:12px;text-align:left;max-width:480px;margin:0 auto}
.InfItm{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#e6385e14;border-left:3px solid #E6385E}
.InfIcn{width:20px;height:20px;flex-shrink:0;margin-top:2px}
.InfIcn svg{width:100%;height:100%}
.InfTxt{font-size:15px;line-height:1.6;color:#f8fdf7cc;margin:0}
@media (max-width: 768px) {
.SuccessWrp{padding:40px 16px;min-height:70vh}
.SuccCnt{padding:60px 32px}
.SuccCnt h1{font-size:32px;margin-bottom:20px}
.SuccTxt{font-size:16px;margin-bottom:36px}
.SuccIcn{width:80px;height:80px;margin-bottom:24px}
.BtnGrp{flex-direction:column;gap:12px}
.PrmBtn,.SecBtn{width:100%;justify-content:center;padding:14px 28px}
.InfBox{margin-top:36px;padding-top:24px}
.InfItm{padding:10px 12px}
}
@media (max-width: 480px) {
.SuccCnt{padding:48px 24px}
.SuccCnt h1{font-size:28px}
.SuccTxt{font-size:15px}
}