html{box-sizing:border-box}
*,:before,:after{box-sizing:inherit}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0;padding:0}
ul,ol{list-style:none}
body{color:#2d2d2d;background:#fafafa;font:400 16px/1.6 'Manrope',-apple-system,BlinkMacSystemFont,sans-serif}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
header{background:linear-gradient(135deg,#fff 0%,#f5f9fc 100%);box-shadow:0 2px 12px #0f026114;padding:0}
.hd-tp-row{background:linear-gradient(to right,#028bde0d,#c6f4f626);padding:28px 20px;text-align:center;border-bottom:1px solid #028bde1a}
.brand-holder{max-width:1024px;margin:0 auto}
.comp-name{font-size:42px;font-weight:700;color:#0F0261;letter-spacing:-.5px;margin-bottom:8px}
.brand-tagline{font-size:18px;color:#028BDE;font-weight:400;letter-spacing:.3px}
.hd-btm-row{padding:0 20px}
.nav-wrapper{max-width:1024px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:20px 0;gap:30px}
.logo-holder{flex-shrink:0}
.site-logo{width:90px;height:90px;border-radius:8px;background:#ffffffb3;padding:4px;box-shadow:0 2px 8px #0f02611f}
.main-nv{display:flex;align-items:center;gap:32px;flex-wrap:wrap}
.nv-link{color:#0F0261;font-size:16px;font-weight:600;padding:8px 4px;position:relative;transition:color .25s ease}
.nv-link:hover{color:#028BDE}
.nv-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#028BDE;transition:width .3s ease}
.nv-link:hover::after{width:100%}
footer{background:linear-gradient(180deg,#0F0261 0%,#051342 100%);padding:60px 20px 40px;margin-top:80px}
.ft-content-holder{max-width:1024px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:36px}
.ft-logo-zone{padding-bottom:20px;border-bottom:2px solid #c6f4f640;width:100%;text-align:center}
.ft-logo{width:110px;height:110px;margin:0 auto;border-radius:12px;background:#ffffff1a;padding:8px}
.ft-links-zone{display:flex;flex-direction:column;align-items:center;gap:18px;padding:24px 0;background:#028bde14;width:100%;border-radius:8px}
.ft-link{color:#C6F4F6;font-size:15px;font-weight:400;transition:color .25s ease;padding:6px 0}
.ft-link:hover{color:#fff}
.ft-copyright-zone{text-align:center;padding-top:20px;border-top:1px solid #c6f4f633;width:100%}
.copyright-txt{color:#c6f4f6d9;font-size:14px;font-weight:300}
.consent-popup{position:fixed;bottom:30px;right:30px;max-width:460px;background:#fff;border-radius:16px;box-shadow:0 12px 48px #0f026140;z-index:9999;opacity:0;transform:translateY(40px);transition:opacity .4s ease,transform .4s ease;display:none}
.consent-popup.visible{opacity:1;transform:translateY(0);display:block}
.consent-container{padding:32px}
.consent-title{font-size:22px;font-weight:700;color:#0F0261;margin-bottom:14px}
.consent-description{font-size:14px;line-height:1.6;color:#4a4a4a;margin-bottom:24px}
.consent-categories{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}
.consent-category{background:#c6f4f626;padding:14px;border-radius:8px;border-left:3px solid #028BDE}
.category-label{display:flex;align-items:center;gap:10px;cursor:pointer;margin-bottom:6px}
.category-check{width:18px;height:18px;cursor:pointer}
.category-name{font-size:15px;font-weight:600;color:#0F0261}
.category-desc{font-size:13px;color:#666;margin-left:28px;line-height:1.5}
.consent-actions{display:flex;gap:12px}
.consent-btn{flex:1;padding:12px 20px;border:none;border-radius:8px;cursor:pointer;transition:background .25s ease,transform .15s ease;font:600 15px 'Manrope',sans-serif}
.consent-accept{background:#028BDE;color:#fff}
.consent-accept:hover{background:#0276bd;transform:translateY(-1px)}
.consent-decline{background:#0f026114;color:#0F0261}
.consent-decline:hover{background:#0f026126}
@media (max-width: 768px) {
.comp-name{font-size:32px}
.brand-tagline{font-size:16px}
.nav-wrapper{flex-direction:column;gap:20px;padding:16px 0}
.main-nv{flex-direction:column;gap:16px;width:100%;text-align:center}
.nv-link{width:100%;padding:12px 0}
.consent-popup{bottom:0;right:0;left:0;max-width:100%;border-radius:16px 16px 0 0}
.consent-actions{flex-direction:column}
}
@media (max-width: 480px) {
.comp-name{font-size:26px}
.hd-tp-row{padding:20px 16px}
.site-logo{width:70px;height:70px}
.consent-container{padding:24px 20px}
}
.ab-hero-wrapper{background:linear-gradient(135deg,#C6F4F6 0%,#fff 60%);padding:72px 24px 64px;position:relative;overflow:hidden}
.ab-hero-wrapper::before{content:'';position:absolute;top:-40%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#028bde1f 0%,transparent 70%);border-radius:50%;z-index:0}
.ab-hero-content{max-width:1024px;margin:0 auto;position:relative;z-index:1}
.ab-hero-content h1{font-size:2.8rem;font-weight:700;color:#0F0261;margin-bottom:20px;line-height:1.2}
.ab-hero-content .lead-txt{font-size:1.25rem;color:#333;line-height:1.7;max-width:720px}
.stry-section{padding:80px 24px;background:#fff}
.stry-holder{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:center}
.stry-img-box{position:relative}
.stry-img-box img{width:100%;height:420px;object-fit:cover;border-radius:20px;box-shadow:0 16px 40px #0f026126;transition:transform .4s ease,box-shadow .4s ease}
.stry-img-box img:hover{transform:scale(1.04);box-shadow:0 20px 48px #0f026138}
.stry-img-box::after{content:'';position:absolute;bottom:-16px;right:-16px;width:180px;height:180px;background:linear-gradient(225deg,#028BDE 0%,#0F0261 100%);border-radius:20px;z-index:-1;opacity:.25}
.stry-txt-area h2{font-size:2.2rem;font-weight:600;color:#0F0261;margin-bottom:24px;line-height:1.3}
.stry-txt-area h2::before{content:'';display:block;width:64px;height:4px;background:linear-gradient(90deg,#028BDE 0%,#C6F4F6 100%);margin-bottom:16px;border-radius:2px}
.stry-txt-area p{font-size:1.05rem;color:#444;line-height:1.8;margin-bottom:18px}
.val-grid-section{padding:88px 24px;background:linear-gradient(180deg,#fff 0%,#f8fcfd 100%);position:relative}
.val-grid-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:90%;max-width:1200px;height:2px;background:linear-gradient(90deg,transparent 0%,#C6F4F6 50%,transparent 100%)}
.val-container3{max-width:1024px;margin:0 auto}
.val-container3 h2{font-size:2.4rem;font-weight:700;color:#0F0261;text-align:center;margin-bottom:16px;line-height:1.25}
.val-subtitle{font-size:1.15rem;color:#555;text-align:center;margin-bottom:56px;max-width:640px;margin-left:auto;margin-right:auto;line-height:1.6}
.val-cards-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.val-card9{background:#fff;padding:36px 28px;border-radius:16px;border:2px solid #f0f0f0;transition:all .35s ease;position:relative;overflow:hidden}
.val-card9::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0F0261 0%,#028BDE 100%);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.val-card9:hover{border-color:#028BDE;box-shadow:0 12px 32px #028bde2e;transform:translateY(-6px)}
.val-card9:hover::before{transform:scaleX(1)}
.val-icon-holder{width:64px;height:64px;background:linear-gradient(135deg,#C6F4F6 0%,#e8f9fa 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.val-icon-holder svg{width:32px;height:32px;fill:#0F0261}
.val-card9 h3{font-size:1.35rem;font-weight:600;color:#0F0261;margin-bottom:12px;line-height:1.4}
.val-card9 p{font-size:1rem;color:#666;line-height:1.7}
.approach-block{padding:80px 24px 96px;background:#fff}
.appr-content-box{max-width:1024px;margin:0 auto;display:flex;flex-direction:row-reverse;gap:64px;align-items:center}
.appr-visual-side{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.appr-img-item{position:relative}
.appr-img-item img{width:100%;height:240px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f;transition:transform .35s ease}
.appr-img-item:nth-child(2){margin-top:32px}
.appr-img-item img:hover{transform:scale(1.05)}
.appr-txt-side{flex:1}
.appr-txt-side h2{font-size:2.3rem;font-weight:700;color:#0F0261;margin-bottom:28px;line-height:1.3;position:relative;padding-left:20px}
.appr-txt-side h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:calc(100% - 16px);background:linear-gradient(180deg,#028BDE 0%,#0F0261 100%);border-radius:3px}
.appr-txt-side p{font-size:1.05rem;color:#444;line-height:1.75;margin-bottom:20px}
.appr-feature-list{margin-top:32px;display:flex;flex-direction:column;gap:16px}
.feat-item7{display:flex;align-items:flex-start;gap:14px;padding:16px;background:linear-gradient(135deg,#f9fdfe 0%,#fff 100%);border-radius:10px;border-left:3px solid #028BDE;transition:all .3s ease}
.feat-item7:hover{background:linear-gradient(135deg,#C6F4F6 0%,#f9fdfe 100%);transform:translateX(4px)}
.feat-icon-wrap{min-width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#028BDE;border-radius:50%}
.feat-icon-wrap svg{width:16px;height:16px;fill:#fff}
.feat-item7 h4{font-size:1.1rem;font-weight:600;color:#0F0261;margin-bottom:4px;line-height:1.4}
.feat-item7 p{font-size:.95rem;color:#666;line-height:1.6;margin:0}
@media (max-width: 1024px) {
.stry-holder{grid-template-columns:1fr;gap:48px}
.appr-content-box{flex-direction:column;gap:48px}
.appr-visual-side{max-width:600px;margin:0 auto}
}
@media (max-width: 768px) {
.ab-hero-wrapper{padding:56px 20px 48px}
.ab-hero-content h1{font-size:2.2rem}
.ab-hero-content .lead-txt{font-size:1.1rem}
.stry-section{padding:60px 20px}
.stry-img-box img{height:320px}
.stry-txt-area h2{font-size:1.9rem}
.val-grid-section{padding:64px 20px}
.val-container3 h2{font-size:2rem}
.val-cards-wrapper{grid-template-columns:1fr;gap:24px}
.approach-block{padding:60px 20px 72px}
.appr-visual-side{grid-template-columns:1fr}
.appr-img-item:nth-child(2){margin-top:0}
.appr-txt-side h2{font-size:1.9rem}
}
@media (max-width: 480px) {
.ab-hero-content h1{font-size:1.85rem}
.ab-hero-content .lead-txt{font-size:1.05rem}
.stry-txt-area h2{font-size:1.7rem}
.val-container3 h2{font-size:1.8rem}
.appr-txt-side h2{font-size:1.7rem}
.appr-img-item img{height:200px}
}
.hero-wrap{position:relative;max-width:1024px;margin:0 auto 80px;padding:60px 20px;display:flex;align-items:center;gap:40px}
.hero-txt{flex:1;z-index:2;background:#c6f4f6eb;padding:48px 40px;border-radius:20px;box-shadow:0 12px 32px #0f02611f}
.hero-txt h1{font-size:2.8rem;line-height:1.2;color:#0F0261;margin:0 0 20px;font-weight:700}
.hero-txt .intro-desc{font-size:1.15rem;line-height:1.6;color:#2c2c2c;margin:0}
.hero-visual{flex:1;position:relative}
.hero-visual img{width:100%;height:420px;object-fit:cover;border-radius:16px;filter:grayscale(10%);box-shadow:0 16px 48px #028bde2e}
.hero-visual::before{content:'';position:absolute;top:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#028bde26,#c6f4f640);border-radius:50%;z-index:-1}
.hero-visual::after{content:'';position:absolute;bottom:-15px;left:-15px;width:120px;height:120px;background:#0f026114;border-radius:12px;z-index:-1;transform:rotate(15deg)}
.cmty-sect{max-width:1024px;margin:0 auto 100px;padding:0 20px}
.cmty-head{text-align:center;margin-bottom:56px}
.cmty-head h2{font-size:2.4rem;color:#0F0261;margin:0 0 16px;font-weight:700}
.cmty-head .subtitle-txt{font-size:1.1rem;color:#4a4a4a;max-width:680px;margin:0 auto;line-height:1.7}
.cmty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.cmty-card{background:linear-gradient(145deg,#fff,#f8f9fa);padding:40px 32px;border-radius:18px;box-shadow:0 8px 24px #0f026114;transition:all .35s ease;border:1px solid #028bde1a}
.cmty-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 40px #028bde26;border-color:#028bde4d}
.cmty-card h4{font-size:1.5rem;color:#028BDE;margin:0 0 16px;font-weight:600}
.cmty-card p{font-size:1rem;line-height:1.6;color:#5a5a5a;margin:0}
.cmty-card::before{content:'';display:block;width:50px;height:4px;background:linear-gradient(90deg,#028BDE,#C6F4F6);margin-bottom:20px;border-radius:2px}
.pricing-zone{background:linear-gradient(180deg,#c6f4f640,#028bde14);padding:80px 20px;margin-bottom:100px}
.pricing-container{max-width:1024px;margin:0 auto}
.pricing-intro{text-align:center;margin-bottom:60px}
.pricing-intro h3{font-size:2.2rem;color:#0F0261;margin:0 0 20px;font-weight:700}
.pricing-intro .lead-text{font-size:1.1rem;color:#3a3a3a;max-width:720px;margin:0 auto;line-height:1.65}
.pricing-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.pricing-details{display:flex;flex-direction:column;gap:24px}
.pricing-item{background:#fff;padding:28px 32px;border-radius:14px;box-shadow:0 6px 20px #0f02610f;border-left:4px solid #028BDE;transition:all .3s ease}
.pricing-item:hover{transform:translateX(8px);box-shadow:0 10px 28px #028bde1f}
.pricing-item h5{font-size:1.3rem;color:#0F0261;margin:0 0 12px;font-weight:600}
.pricing-item .desc-txt{font-size:.98rem;line-height:1.6;color:#5a5a5a;margin:0}
.pricing-visual-box{position:relative}
.pricing-visual-box img{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:0 20px 50px #0f026126}
.outcomes-holder{max-width:1024px;margin:0 auto 80px;padding:0 20px}
.outcomes-header{text-align:center;margin-bottom:64px}
.outcomes-header h2{font-size:2.4rem;color:#0F0261;margin:0 0 18px;font-weight:700;position:relative;display:inline-block}
.outcomes-header h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#028BDE,#C6F4F6);border-radius:2px}
.outcomes-header .tagline{font-size:1.08rem;color:#4a4a4a;line-height:1.6;max-width:700px;margin:24px auto 0}
.outcomes-split{display:flex;gap:60px;align-items:flex-start}
.outcomes-left{flex:1.2}
.outcomes-right{flex:.8;display:flex;flex-direction:column;gap:20px}
.outcome-block{background:#fff;padding:32px;border-radius:16px;box-shadow:0 8px 28px #028bde1a;margin-bottom:28px;border:2px solid transparent;transition:all .35s ease}
.outcome-block:hover{border-color:#028bde66;transform:scale(1.03);box-shadow:0 14px 36px #028bde2e}
.outcome-block h6{font-size:1.4rem;color:#028BDE;margin:0 0 14px;font-weight:600}
.outcome-block .detail-text{font-size:1rem;line-height:1.65;color:#5a5a5a;margin:0}
.outcome-stat-card{background:linear-gradient(135deg,#0F0261,#028BDE);padding:36px 28px;border-radius:14px;text-align:center;box-shadow:0 10px 32px #0f026133;transition:all .3s ease}
.outcome-stat-card:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 16px 44px #0f026147}
.outcome-stat-card .stat-num{font-size:3rem;font-weight:700;color:#C6F4F6;margin:0 0 8px;line-height:1}
.outcome-stat-card .stat-label{font-size:1.05rem;color:#fff;margin:0;opacity:.95}
.outcome-photo-box{border-radius:14px;overflow:hidden;box-shadow:0 12px 36px #028bde24}
.outcome-photo-box img{width:100%;height:280px;object-fit:cover;display:block;transition:all .4s ease}
.outcome-photo-box:hover img{transform:scale(1.08)}
.cta-footer-zone{background:linear-gradient(135deg,#0f0261eb,#028bdee0);padding:70px 20px;text-align:center}
.cta-content-wrap{max-width:820px;margin:0 auto}
.cta-content-wrap h3{font-size:2.2rem;color:#fff;margin:0 0 20px;font-weight:700}
.cta-content-wrap .cta-desc{font-size:1.1rem;color:#C6F4F6;line-height:1.7;margin:0 0 36px}
.cta-btns{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.btn-primary-cta{background:#C6F4F6;color:#0F0261;padding:16px 40px;font-size:1.1rem;font-weight:600;border-radius:10px;text-decoration:none;display:inline-block;box-shadow:0 8px 24px #c6f4f64d;transition:all .3s ease;border:none}
.btn-primary-cta:hover{background:#fff;transform:translateY(-4px) scale(1.06);box-shadow:0 12px 32px #c6f4f666}
.btn-secondary-cta{background:transparent;color:#C6F4F6;padding:16px 40px;font-size:1.1rem;font-weight:600;border-radius:10px;text-decoration:none;display:inline-block;border:2px solid #C6F4F6;transition:all .3s ease}
.btn-secondary-cta:hover{background:#c6f4f626;border-color:#fff;color:#fff;transform:scale(1.05)}
@media (max-width: 768px) {
.hero-wrap{flex-direction:column;padding:40px 20px;margin-bottom:60px}
.hero-txt{padding:32px 24px}
.hero-txt h1{font-size:2rem}
.hero-txt .intro-desc{font-size:1rem}
.hero-visual img{height:300px}
.cmty-sect{margin-bottom:70px}
.cmty-head h2{font-size:1.9rem}
.cmty-grid{grid-template-columns:1fr;gap:24px}
.pricing-zone{padding:60px 20px;margin-bottom:70px}
.pricing-intro h3{font-size:1.8rem}
.pricing-layout{grid-template-columns:1fr;gap:36px}
.pricing-visual-box img{height:320px}
.outcomes-holder{margin-bottom:60px}
.outcomes-header h2{font-size:1.9rem}
.outcomes-split{flex-direction:column;gap:32px}
.outcome-stat-card .stat-num{font-size:2.4rem}
.outcome-photo-box img{height:240px}
.cta-footer-zone{padding:50px 20px}
.cta-content-wrap h3{font-size:1.8rem}
.cta-btns{flex-direction:column;align-items:center}
.btn-primary-cta,.btn-secondary-cta{width:100%;max-width:320px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hero-wrap{gap:30px;padding:50px 20px}
.hero-txt h1{font-size:2.3rem}
.hero-visual img{height:360px}
.cmty-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.pricing-layout{gap:40px}
.outcomes-split{gap:40px}
}
.reach-out-wrapper{max-width:1024px;margin:0 auto;padding:0 20px}
.intro-reach{padding:80px 0 60px;text-align:center}
.intro-reach h1{font-size:42px;color:#0F0261;margin-bottom:16px;font-weight:700}
.intro-reach .tagline87{font-size:18px;color:#666;max-width:600px;margin:0 auto}
.methodZone{background:linear-gradient(135deg,#028bde14 0%,#c6f4f626 100%);padding:70px 0;margin-bottom:50px;border-radius:20px}
.methodZone .inner-holder{max-width:920px;margin:0 auto;padding:0 30px}
.methodZone h2{font-size:34px;color:#0F0261;margin-bottom:36px;text-align:center}
.contact-grid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;margin-top:40px}
.contact-card-item{background:#fff;padding:32px 24px;border-radius:12px;box-shadow:0 4px 16px #0f026114;transition:transform .3s ease,box-shadow .3s ease}
.contact-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #028bde2e}
.contact-card-item h5{font-size:20px;color:#028BDE;margin-bottom:12px;font-weight:600}
.contact-card-item .detail-text9{font-size:15px;color:#444;line-height:1.6;word-break:break-word}
.contact-card-item a{color:#0F0261;text-decoration:none;transition:color .2s ease}
.contact-card-item a:hover{color:#028BDE}
.formSection-alt{padding:60px 0 80px}
.formSection-alt h3{font-size:36px;color:#0F0261;margin-bottom:20px;text-align:center}
.formSection-alt .subtitle42{font-size:17px;color:#555;text-align:center;margin-bottom:44px;max-width:680px;margin-left:auto;margin-right:auto}
.inquiry-form-holder{max-width:740px;margin:0 auto;background:#fff;padding:48px 40px;border-radius:16px;box-shadow:0 6px 28px #0f02611a}
.formGroup-extended{margin-bottom:28px}
.formGroup-extended label{display:block;font-size:15px;color:#0F0261;margin-bottom:8px;font-weight:500}
.formGroup-extended input[type="email"]{width:100%;padding:14px 16px;border:2px solid #C6F4F6;border-radius:8px;font-size:15px;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}
.formGroup-extended input[type="email"]:focus{outline:none;border-color:#028BDE;box-shadow:0 0 0 3px #028bde1f}
.radioSet-wrapper{margin-bottom:32px}
.radioSet-wrapper h6{font-size:15px;color:#0F0261;margin-bottom:14px;font-weight:500}
.radio-options-list{display:flex;flex-direction:column;gap:12px}
.radio-item-custom{display:flex;align-items:center;position:relative}
.radio-item-custom input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.radio-item-custom .radio-label-txt{padding-left:32px;font-size:15px;color:#444;cursor:pointer;position:relative;display:flex;align-items:center;transition:color .2s ease}
.radio-item-custom .radio-label-txt::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #028BDE;border-radius:50%;background:#fff;transition:all .2s ease}
.radio-item-custom input[type="radio"]:checked + .radio-label-txt::before{background:#028BDE;border-color:#0F0261;box-shadow:inset 0 0 0 4px #fff}
.radio-item-custom input[type="radio"]:focus + .radio-label-txt::before{box-shadow:0 0 0 3px #028bde33}
.privacy-check-holder{margin-bottom:28px;display:flex;align-items:flex-start}
.privacy-check-holder input[type="checkbox"]{margin-top:4px;margin-right:10px;cursor:pointer;width:18px;height:18px;accent-color:#028BDE}
.privacy-check-holder label{font-size:14px;color:#555;line-height:1.5;cursor:pointer}
.privacy-check-holder a{color:#028BDE;text-decoration:underline;transition:color .2s ease}
.privacy-check-holder a:hover{color:#0F0261}
.submit-btn-zone{text-align:center}
.submit-btn-zone button{background:linear-gradient(135deg,#0F0261 0%,#028BDE 100%);color:#fff;padding:16px 56px;border:none;border-radius:10px;font-size:17px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 14px #028bde4d}
.submit-btn-zone button:hover{transform:scale(1.05);box-shadow:0 6px 20px #0f026166}
.submit-btn-zone button:active{transform:scale(1.02)}
.closing-note-section{background:linear-gradient(180deg,#c6f4f633 0%,#028bde0d 100%);padding:60px 0;text-align:center;border-radius:18px;margin-top:50px}
.closing-note-section h4{font-size:28px;color:#0F0261;margin-bottom:16px;font-weight:600}
.closing-note-section .message-text{font-size:16px;color:#666;max-width:580px;margin:0 auto;line-height:1.7}
@media (max-width: 768px) {
.intro-reach{padding:50px 0 40px}
.intro-reach h1{font-size:32px}
.intro-reach .tagline87{font-size:16px}
.methodZone{padding:50px 0;margin-bottom:40px}
.methodZone h2{font-size:28px;margin-bottom:28px}
.contact-grid3{gap:24px}
.formSection-alt{padding:40px 0 60px}
.formSection-alt h3{font-size:28px}
.formSection-alt .subtitle42{font-size:15px;margin-bottom:36px}
.inquiry-form-holder{padding:36px 24px}
.submit-btn-zone button{width:100%;padding:14px 24px}
.closing-note-section{padding:40px 20px;margin-top:40px}
.closing-note-section h4{font-size:24px}
}
@media (max-width: 480px) {
.intro-reach h1{font-size:26px}
.methodZone h2{font-size:24px}
.formSection-alt h3{font-size:24px}
.contact-grid3{grid-template-columns:1fr}
.inquiry-form-holder{padding:28px 20px}
}
.faq-pgHolder{width:100%;max-width:1024px;margin:0 auto;padding:0 20px}
.faq-ttlBand{background:linear-gradient(135deg,#0F0261 0%,#028BDE 100%);padding:68px 24px;margin-bottom:56px;border-radius:0 0 24px 24px;position:relative;overflow:hidden}
.faq-ttlBand::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#c6f4f626;border-radius:50%}
.faq-ttlBand h1{color:#fff;font-size:42px;font-weight:700;margin:0 0 14px;text-align:center;position:relative;z-index:2}
.faq-subTxt{color:#C6F4F6;font-size:18px;text-align:center;max-width:680px;margin:0 auto;line-height:1.6;position:relative;z-index:2}
.faq-introCt{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:64px;align-items:center}
.faq-introTxt h2{color:#0F0261;font-size:32px;font-weight:600;margin:0 0 18px;position:relative;padding-left:16px}
.faq-introTxt h2::before{content:'';position:absolute;left:0;top:8px;width:4px;height:28px;background:linear-gradient(180deg,#028BDE 0%,#C6F4F6 100%);border-radius:2px}
.faq-introTxt p{color:#333;font-size:16px;line-height:1.7;margin:0 0 14px}
.faq-introVis{position:relative;height:340px;border-radius:16px;overflow:hidden;box-shadow:0 12px 28px #0f026126}
.faq-introVis img{width:100%;height:100%;object-fit:cover}
.faq-qBlock{margin-bottom:72px}
.faq-catHd{background:linear-gradient(90deg,#028bde14 0%,#c6f4f614 100%);padding:24px 28px;border-left:5px solid #028BDE;margin-bottom:28px;border-radius:0 12px 12px 0}
.faq-catHd h3{color:#0F0261;font-size:26px;font-weight:600;margin:0}
.faq-itemWrap{display:flex;flex-direction:column;gap:18px}
.faq-single{background:#fff;border:2px solid #e8e8e8;border-radius:12px;overflow:hidden;transition:all .3s ease}
.faq-single:hover{border-color:#C6F4F6;box-shadow:0 6px 18px #028bde1f;transform:translateY(-2px)}
.faq-q{padding:22px 28px;cursor:pointer;position:relative;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-q h4{color:#0F0261;font-size:18px;font-weight:600;margin:0;flex:1;line-height:1.5}
.faq-toggle{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#028BDE 0%,#0F0261 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}
.faq-toggle svg{width:16px;height:16px;fill:#fff}
.faq-a{padding:0 28px 24px;color:#555;font-size:15px;line-height:1.8;display:none}
.faq-a p{margin:0 0 12px}
.faq-a p:last-child{margin-bottom:0}
input[type="checkbox"].faq-chk{display:none}
input[type="checkbox"].faq-chk:checked ~ .faq-content .faq-a{display:block}
input[type="checkbox"].faq-chk:checked ~ .faq-content .faq-q .faq-toggle{transform:rotate(180deg)}
.faq-hlpGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:68px}
.faq-hlpCard{background:#fff;padding:32px 24px;border-radius:16px;border:2px solid transparent;text-align:center;transition:all .35s ease;position:relative;overflow:hidden}
.faq-hlpCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0F0261 0%,#028BDE 50%,#C6F4F6 100%);transform:translateY(-100%);transition:transform .35s ease}
.faq-hlpCard:hover::before{transform:translateY(0)}
.faq-hlpCard:hover{border-color:#C6F4F6;box-shadow:0 14px 32px #028bde2e;transform:scale(1.04)}
.faq-hlpIcon{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,#028bde1a 0%,#c6f4f61a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.faq-hlpIcon svg{width:32px;height:32px;fill:#028BDE}
.faq-hlpCard h5{color:#0F0261;font-size:19px;font-weight:600;margin:0 0 12px}
.faq-hlpCard p{color:#666;font-size:14px;line-height:1.6;margin:0}
.faq-ctaBx{background:linear-gradient(135deg,#0F0261 0%,#028BDE 100%);padding:56px 40px;border-radius:20px;text-align:center;position:relative;overflow:hidden;margin-bottom:48px}
.faq-ctaBx::after{content:'';position:absolute;bottom:-80px;left:-80px;width:240px;height:240px;background:#c6f4f61f;border-radius:50%}
.faq-ctaBx h3{color:#fff;font-size:30px;font-weight:700;margin:0 0 16px;position:relative;z-index:2}
.faq-ctaBx p{color:#C6F4F6;font-size:16px;line-height:1.6;margin:0 0 28px;max-width:640px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.faq-ctaBtn{display:inline-block;background:#fff;color:#0F0261;padding:16px 42px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;z-index:2;box-shadow:0 8px 20px #00000026}
.faq-ctaBtn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 28px #00000040;background:#C6F4F6}
.faq-extInfo{display:flex;gap:40px;align-items:flex-start;margin-bottom:52px}
.faq-extVis{flex:0 0 45%;border-radius:16px;overflow:hidden;box-shadow:0 10px 24px #0f026124}
.faq-extVis img{width:100%;height:auto;display:block}
.faq-extTxt{flex:1;padding-top:12px}
.faq-extTxt h4{color:#0F0261;font-size:28px;font-weight:600;margin:0 0 20px}
.faq-extTxt h6{color:#028BDE;font-size:16px;font-weight:600;margin:24px 0 10px;text-transform:uppercase;letter-spacing:.5px}
.faq-extTxt p{color:#444;font-size:15px;line-height:1.75;margin:0 0 14px}
.faq-tipsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}
.faq-tipBox{background:linear-gradient(135deg,#c6f4f61f 0%,#028bde0f 100%);padding:18px 22px;border-radius:10px;border-left:4px solid #028BDE}
.faq-tipBox h6{color:#0F0261;font-size:15px;font-weight:600;margin:0 0 8px;text-transform:none;letter-spacing:normal}
.faq-tipBox p{color:#555;font-size:14px;line-height:1.6;margin:0}
@media (max-width: 768px) {
.faq-ttlBand{padding:48px 20px;margin-bottom:40px}
.faq-ttlBand h1{font-size:32px}
.faq-subTxt{font-size:16px}
.faq-introCt{grid-template-columns:1fr;gap:28px;margin-bottom:48px}
.faq-introVis{height:260px}
.faq-introTxt h2{font-size:26px}
.faq-qBlock{margin-bottom:52px}
.faq-catHd{padding:18px 20px}
.faq-catHd h3{font-size:22px}
.faq-q{padding:18px 20px}
.faq-q h4{font-size:16px}
.faq-a{padding:0 20px 20px;font-size:14px}
.faq-hlpGrid{grid-template-columns:1fr;gap:20px;margin-bottom:48px}
.faq-ctaBx{padding:40px 24px}
.faq-ctaBx h3{font-size:24px}
.faq-extInfo{flex-direction:column;gap:28px}
.faq-extVis{flex:1;width:100%}
.faq-extTxt h4{font-size:24px}
.faq-tipsGrid{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1024px) {
.faq-ttlBand h1{font-size:38px}
.faq-introCt{gap:28px}
.faq-hlpGrid{gap:20px}
}
.tm-intro{background:linear-gradient(135deg,#C6F4F6 0%,#028bde26 100%);padding:80px 20px;position:relative;overflow:hidden}
.tm-intro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#0f026114 0%,transparent 70%);border-radius:50%}
.intro-wrap{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.intro-hd{font-size:2.8rem;color:#0F0261;margin:0 0 24px;font-weight:700;letter-spacing:-.5px}
.intro-txt{font-size:1.15rem;line-height:1.7;color:#1a1a1a;max-width:720px}
.intro-txt strong{color:#028BDE;font-weight:600}
.philosophy-holder{padding:90px 20px;background:#fff}
.phil-container{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.phil-img-area{position:relative}
.phil-img-area::before{content:'';position:absolute;top:-20px;left:-20px;width:100%;height:100%;background:linear-gradient(225deg,#028bde33,#c6f4f666);border-radius:16px;z-index:1}
.phil-main-img{width:100%;height:420px;object-fit:cover;border-radius:16px;position:relative;z-index:2;box-shadow:0 12px 28px #0f026126}
.phil-content h3{font-size:2.2rem;color:#0F0261;margin:0 0 28px;font-weight:700}
.phil-content p{font-size:1.05rem;line-height:1.75;color:#2a2a2a;margin:0 0 20px}
.phil-content p:last-child{margin-bottom:0}
.values-sec{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:85px 20px}
.val-wrap{max-width:1024px;margin:0 auto}
.val-title{text-align:center;font-size:2.4rem;color:#0F0261;margin:0 0 60px;font-weight:700;position:relative}
.val-title::after{content:'';width:80px;height:4px;background:linear-gradient(90deg,#028BDE,#C6F4F6);position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);border-radius:2px}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.val-card{background:#fff;padding:40px 32px;border-radius:12px;border:2px solid #028bde1f;transition:all .35s ease;position:relative;overflow:hidden}
.val-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0F0261,#028BDE);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.val-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #0f02611f;border-color:#028BDE}
.val-card:hover::before{transform:scaleX(1)}
.val-icon{width:56px;height:56px;margin-bottom:24px}
.val-card h4{font-size:1.4rem;color:#0F0261;margin:0 0 16px;font-weight:600}
.val-card p{font-size:1rem;line-height:1.65;color:#3a3a3a;margin:0}
.expertise-zone{padding:90px 20px;background:#fff;position:relative}
.exp-container{max-width:1024px;margin:0 auto}
.exp-hd{font-size:2.3rem;color:#0F0261;margin:0 0 50px;font-weight:700;text-align:center}
.exp-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.exp-block{background:linear-gradient(135deg,#c6f4f64d 0%,#028bde14 100%);padding:42px 36px;border-radius:20px;border-left:5px solid #028BDE;transition:all .3s ease}
.exp-block:hover{transform:scale(1.03);box-shadow:0 14px 30px #028bde2e}
.exp-block h5{font-size:1.35rem;color:#0F0261;margin:0 0 18px;font-weight:600;display:flex;align-items:center;gap:12px}
.exp-block h5::before{content:'';width:8px;height:8px;background:#028BDE;border-radius:50%;display:block}
.exp-block p{font-size:1.02rem;line-height:1.7;color:#2a2a2a;margin:0}
.approach-section{background:linear-gradient(225deg,#0F0261 0%,#028BDE 100%);padding:95px 20px;position:relative;overflow:hidden}
.approach-section::before{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#c6f4f626 0%,transparent 70%);border-radius:50%}
.approach-section::after{content:'';position:absolute;top:-80px;right:-80px;width:350px;height:350px;background:radial-gradient(circle,#c6f4f61f 0%,transparent 70%);border-radius:50%}
.app-holder{max-width:1024px;margin:0 auto;position:relative;z-index:2;display:flex;gap:70px;align-items:center}
.app-visual{flex:1}
.app-display-img{width:100%;height:380px;object-fit:cover;border-radius:20px;box-shadow:0 18px 40px #00000040;border:3px solid #c6f4f64d}
.app-info{flex:1}
.app-info h3{font-size:2.1rem;color:#C6F4F6;margin:0 0 32px;font-weight:700}
.steps-list{list-style:none;padding:0;margin:0}
.step-item{display:flex;gap:20px;margin-bottom:28px;align-items:flex-start}
.step-item:last-child{margin-bottom:0}
.step-num{width:44px;height:44px;background:#c6f4f633;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#C6F4F6;flex-shrink:0;border:2px solid #C6F4F6}
.step-txt h6{font-size:1.15rem;color:#fff;margin:0 0 8px;font-weight:600}
.step-txt p{font-size:.98rem;line-height:1.6;color:#ffffffe0;margin:0}
@media (max-width: 768px) {
.tm-intro{padding:60px 20px}
.intro-hd{font-size:2rem}
.intro-txt{font-size:1.05rem}
.phil-container{grid-template-columns:1fr;gap:40px}
.phil-main-img{height:320px}
.phil-content h3{font-size:1.8rem}
.values-grid{grid-template-columns:1fr;gap:24px}
.exp-layout{grid-template-columns:1fr;gap:28px}
.app-holder{flex-direction:column;gap:40px}
.app-display-img{height:300px}
.app-info h3{font-size:1.75rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.values-grid{grid-template-columns:repeat(2,1fr)}
.phil-container{gap:50px}
.app-holder{gap:50px}
}
.cookie-policy-page .cp-intro-zone{background:linear-gradient(135deg,#C6F4F6 0%,#028bde1f 100%);padding:64px 20px 72px;position:relative;overflow:hidden}
.cookie-policy-page .cp-intro-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#0f02610f 0%,transparent 70%);border-radius:50%}
.cookie-policy-page .intro-content-wrap{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.cookie-policy-page .cp-main-title{font-size:2.8rem;color:#0F0261;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.cookie-policy-page .cp-update-date{font-size:.95rem;color:#028BDE;margin:0 0 24px;font-weight:500}
.cookie-policy-page .cp-intro-text{font-size:1.05rem;line-height:1.7;color:#2c2c2c;max-width:780px}
.cookie-policy-page .cp-overview-grid{max-width:1024px;margin:0 auto;padding:88px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.cookie-policy-page .overview-card{background:linear-gradient(to bottom right,#fff,#f8fcfd);border:2px solid #C6F4F6;border-radius:16px;padding:32px 28px;transition:all .3s ease;position:relative}
.cookie-policy-page .overview-card::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0F0261,#028BDE);border-radius:0 0 14px 14px;transform:scaleX(0);transition:transform .3s ease}
.cookie-policy-page .overview-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #028bde2e}
.cookie-policy-page .overview-card:hover::after{transform:scaleX(1)}
.cookie-policy-page .card-icon-holder{width:52px;height:52px;background:linear-gradient(135deg,#028BDE,#0F0261);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.cookie-policy-page .card-icon-holder svg{width:28px;height:28px;fill:#fff}
.cookie-policy-page .overview-card h3{font-size:1.35rem;color:#0F0261;margin:0 0 12px;font-weight:600}
.cookie-policy-page .overview-card p{font-size:.98rem;line-height:1.6;color:#4a4a4a;margin:0}
.cookie-policy-page .cp-types-section{background:#fff;padding:72px 20px}
.cookie-policy-page .types-container{max-width:1024px;margin:0 auto}
.cookie-policy-page .section-heading{font-size:2.2rem;color:#0F0261;margin:0 0 48px;text-align:center;font-weight:700;position:relative;padding-bottom:20px}
.cookie-policy-page .section-heading::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#028BDE,#C6F4F6);border-radius:2px}
.cookie-policy-page .type-item-wrap{margin-bottom:48px;padding:36px;background:linear-gradient(120deg,#c6f4f64d 0%,#028bde0d 100%);border-left:5px solid #028BDE;border-radius:8px;transition:all .3s ease}
.cookie-policy-page .type-item-wrap:hover{border-left-width:8px;padding-left:39px;box-shadow:0 8px 24px #0f026114}
.cookie-policy-page .type-item-wrap h4{font-size:1.5rem;color:#0F0261;margin:0 0 16px;font-weight:600;display:flex;align-items:center;gap:12px}
.cookie-policy-page .type-badge{display:inline-block;padding:4px 12px;background:#028BDE;color:#fff;font-size:.75rem;border-radius:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.cookie-policy-page .type-item-wrap h5{font-size:1.1rem;color:#028BDE;margin:0 0 10px;font-weight:600}
.cookie-policy-page .type-item-wrap p{font-size:1rem;line-height:1.65;color:#3a3a3a;margin:0 0 16px}
.cookie-policy-page .type-item-wrap ul{margin:12px 0 0 20px;padding:0}
.cookie-policy-page .type-item-wrap li{font-size:.98rem;line-height:1.7;color:#4a4a4a;margin-bottom:8px}
.cookie-policy-page .cp-control-zone{background:linear-gradient(to right,#0F0261,#028BDE);padding:80px 20px;position:relative;overflow:hidden}
.cookie-policy-page .cp-control-zone::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1.5" fill="#ffffff1a"/></svg>');opacity:.4}
.cookie-policy-page .control-content-box{max-width:1024px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:row;gap:48px;align-items:center}
.cookie-policy-page .control-text-area{flex:1}
.cookie-policy-page .control-text-area h3{font-size:2rem;color:#fff;margin:0 0 20px;font-weight:700}
.cookie-policy-page .control-text-area p{font-size:1.05rem;line-height:1.7;color:#C6F4F6;margin:0 0 16px}
.cookie-policy-page .control-steps-area{flex:1;background:#ffffff1a;backdrop-filter:blur(10px);border-radius:16px;padding:32px;border:1px solid #fff3}
.cookie-policy-page .step-entry{display:flex;flex-direction:row;gap:16px;margin-bottom:24px;align-items:flex-start}
.cookie-policy-page .step-number{width:36px;height:36px;background:#C6F4F6;color:#0F0261;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}
.cookie-policy-page .step-text{color:#fff;font-size:1rem;line-height:1.6;margin:8px 0 0}
.cookie-policy-page .cp-thirdparty-section{padding:88px 20px;background:#fafbfc}
.cookie-policy-page .thirdparty-wrapper{max-width:1024px;margin:0 auto}
.cookie-policy-page .thirdparty-wrapper h3{font-size:2.2rem;color:#0F0261;margin:0 0 32px;text-align:center;font-weight:700}
.cookie-policy-page .service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin-bottom:48px}
.cookie-policy-page .service-box{background:#fff;padding:28px 24px;border-radius:12px;border:2px solid transparent;transition:all .3s ease;text-align:center}
.cookie-policy-page .service-box:hover{border-color:#028BDE;transform:scale(1.04);box-shadow:0 8px 20px #028bde26}
.cookie-policy-page .service-box h5{font-size:1.15rem;color:#0F0261;margin:0 0 12px;font-weight:600}
.cookie-policy-page .service-box p{font-size:.92rem;line-height:1.6;color:#5a5a5a;margin:0 0 16px}
.cookie-policy-page .service-link{display:inline-block;color:#028BDE;font-size:.9rem;text-decoration:none;font-weight:600;transition:all .2s ease;position:relative}
.cookie-policy-page .service-link::after{content:'→';margin-left:6px;transition:margin-left .2s ease}
.cookie-policy-page .service-link:hover{color:#0F0261}
.cookie-policy-page .service-link:hover::after{margin-left:10px}
.cookie-policy-page .disclosure-note{background:#0f02610a;border-left:4px solid #0F0261;padding:24px 28px;border-radius:8px;margin-top:32px}
.cookie-policy-page .disclosure-note p{font-size:.98rem;line-height:1.65;color:#3a3a3a;margin:0}
.cookie-policy-page .cp-rights-area{padding:72px 20px;background:linear-gradient(135deg,#c6f4f666,#028bde14)}
.cookie-policy-page .rights-container{max-width:1024px;margin:0 auto}
.cookie-policy-page .rights-container h3{font-size:2rem;color:#0F0261;margin:0 0 36px;font-weight:700;text-align:center}
.cookie-policy-page .rights-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.cookie-policy-page .right-column h4{font-size:1.3rem;color:#028BDE;margin:0 0 20px;font-weight:600;display:flex;align-items:center;gap:10px}
.cookie-policy-page .right-column h4::before{content:'';width:8px;height:8px;background:#028BDE;border-radius:50%;display:inline-block}
.cookie-policy-page .right-column p{font-size:1rem;line-height:1.7;color:#3a3a3a;margin:0 0 16px}
.cookie-policy-page .right-column ul{margin:12px 0 0 24px;padding:0}
.cookie-policy-page .right-column li{font-size:.97rem;line-height:1.65;color:#4a4a4a;margin-bottom:10px}
.cookie-policy-page .cp-contact-final{background:#fff;padding:64px 20px;text-align:center}
.cookie-policy-page .contact-box-center{max-width:720px;margin:0 auto;padding:48px 40px;background:linear-gradient(to bottom,#fafbfc,#fff);border-radius:20px;box-shadow:0 12px 40px #0f02611a}
.cookie-policy-page .contact-box-center h3{font-size:1.8rem;color:#0F0261;margin:0 0 20px;font-weight:700}
.cookie-policy-page .contact-box-center p{font-size:1.05rem;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.cookie-policy-page .contact-info-line{display:flex;flex-direction:column;gap:16px;align-items:center}
.cookie-policy-page .info-item{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 24px;background:#028bde0f;border-radius:8px;transition:all .3s ease}
.cookie-policy-page .info-item:hover{background:#028bde1f;transform:translateX(4px)}
.cookie-policy-page .info-icon{width:24px;height:24px;fill:#028BDE}
.cookie-policy-page .info-item a{color:#0F0261;text-decoration:none;font-weight:600;font-size:1.05rem;transition:color .2s ease}
.cookie-policy-page .info-item a:hover{color:#028BDE}
@media (max-width: 768px) {
.cookie-policy-page .cp-main-title{font-size:2rem}
.cookie-policy-page .cp-overview-grid{padding:56px 20px;grid-template-columns:1fr}
.cookie-policy-page .section-heading{font-size:1.75rem}
.cookie-policy-page .control-content-box{flex-direction:column;gap:32px}
.cookie-policy-page .control-text-area h3{font-size:1.6rem}
.cookie-policy-page .rights-columns{grid-template-columns:1fr;gap:32px}
.cookie-policy-page .service-grid{grid-template-columns:1fr}
.cookie-policy-page .contact-box-center{padding:32px 24px}
}
@media (max-width: 480px) {
.cookie-policy-page .cp-intro-zone{padding:48px 16px 56px}
.cookie-policy-page .cp-main-title{font-size:1.65rem}
.cookie-policy-page .overview-card{padding:24px 20px}
.cookie-policy-page .type-item-wrap{padding:24px 20px}
.cookie-policy-page .control-steps-area{padding:24px 20px}
}
.privacy-wrap{max-width:1024px;margin:0 auto;padding:0 20px}
.pv-hd-zone{background:linear-gradient(135deg,#0f02610d 0%,#028bde14 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.pv-hd-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c6f4f64d 0%,transparent 70%);border-radius:50%}
.pvHD{position:relative;z-index:2;max-width:800px;margin:0 auto}
.pvHD h1{font-size:2.8rem;color:#0F0261;margin:0 0 16px;font-weight:700;line-height:1.2}
.pv-meta-line{display:flex;gap:24px;flex-wrap:wrap;align-items:center;color:#555;font-size:.95rem}
.pv-meta-line span{display:flex;align-items:center;gap:8px}
.pv-meta-line span::before{content:'';width:4px;height:4px;background:#028BDE;border-radius:50%}
.pv-intro-block{padding:60px 0;background:#fff}
.intro-content-holder{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.intro-txt h3{font-size:1.8rem;color:#0F0261;margin:0 0 20px;font-weight:600;position:relative;padding-left:20px}
.intro-txt h3::before{content:'';position:absolute;left:0;top:8px;width:6px;height:calc(100% - 16px);background:linear-gradient(180deg,#028BDE 0%,#C6F4F6 100%);border-radius:3px}
.intro-txt p{margin:0 0 16px;line-height:1.7;color:#333}
.intro-highlights{background:linear-gradient(120deg,#028bde0f 0%,#c6f4f61f 100%);padding:32px;border-radius:12px;border-left:4px solid #028BDE}
.intro-highlights h5{font-size:1.2rem;color:#0F0261;margin:0 0 20px;font-weight:600}
.intro-highlights ul{list-style:none;margin:0;padding:0}
.intro-highlights li{padding:12px 0;border-bottom:1px solid #028bde26;color:#444;line-height:1.6;position:relative;padding-left:28px}
.intro-highlights li:last-child{border-bottom:none}
.intro-highlights li::before{content:'→';position:absolute;left:0;color:#028BDE;font-weight:700}
.data-collection-sec{padding:70px 0;background:#fafbfc;position:relative}
.data-collection-sec::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#028BDE 50%,transparent 100%)}
.dc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.dc-card{background:#fff;padding:32px 28px;border-radius:16px;box-shadow:0 4px 16px #0f02610f;transition:transform .3s ease,box-shadow .3s ease;border-top:3px solid transparent}
.dc-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #028bde26;border-top-color:#028BDE}
.dc-card h4{font-size:1.4rem;color:#0F0261;margin:0 0 16px;font-weight:600;display:flex;align-items:center;gap:12px}
.dc-card h4::before{content:'';width:36px;height:36px;background:linear-gradient(135deg,#028bde26 0%,#c6f4f640 100%);border-radius:8px;flex-shrink:0}
.dc-card p{margin:0 0 12px;line-height:1.65;color:#555;font-size:.95rem}
.dc-card ul{list-style:none;margin:16px 0 0;padding:0}
.dc-card li{padding:6px 0;color:#444;font-size:.92rem;padding-left:20px;position:relative}
.dc-card li::before{content:'';position:absolute;left:0;top:13px;width:6px;height:6px;background:#C6F4F6;border:2px solid #028BDE;border-radius:50%}
.rights-usage-area{padding:60px 0;background:#fff}
.ru-layout{display:flex;gap:56px;align-items:start}
.ru-main-txt{flex:1.4}
.ru-main-txt h3{font-size:2rem;color:#0F0261;margin:0 0 24px;font-weight:700}
.ru-main-txt h6{font-size:1.15rem;color:#028BDE;margin:28px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.ru-main-txt p{margin:0 0 16px;line-height:1.7;color:#333}
.ru-side-panel{flex:1;background:linear-gradient(160deg,#0f02610a 0%,#c6f4f626 100%);padding:36px 32px;border-radius:20px;border:2px solid #028bde33;position:sticky;top:20px}
.ru-side-panel h5{font-size:1.3rem;color:#0F0261;margin:0 0 20px;font-weight:600}
.ru-side-panel ul{list-style:none;margin:0;padding:0}
.ru-side-panel li{padding:14px 0;border-bottom:1px dashed #028bde40;color:#444;line-height:1.5;font-size:.95rem}
.ru-side-panel li:last-child{border-bottom:none}
.security-measures-block{padding:70px 0;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%)}
.sec-header-zone{text-align:center;margin-bottom:56px;position:relative}
.sec-header-zone h3{font-size:2.2rem;color:#0F0261;margin:0 0 16px;font-weight:700}
.sec-header-zone p{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto;line-height:1.6}
.sec-header-zone::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#028BDE 0%,#C6F4F6 100%);margin:24px auto 0;border-radius:2px}
.sec-measures-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.measure-item{background:#fff;padding:36px 32px;border-radius:12px;border:2px solid #028bde1f;position:relative;transition:all .3s ease}
.measure-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#028bde08 0%,#c6f4f60f 100%);border-radius:12px;opacity:0;transition:opacity .3s ease}
.measure-item:hover{transform:scale(1.03);border-color:#028BDE}
.measure-item:hover::before{opacity:1}
.measure-item h4{font-size:1.5rem;color:#0F0261;margin:0 0 16px;font-weight:600;position:relative;z-index:2}
.measure-item p{margin:0;line-height:1.7;color:#444;position:relative;z-index:2}
.contact-footer-area{padding:60px 0;background:linear-gradient(135deg,#0f0261eb 0%,#028bdee0 100%);text-align:center;color:#fff;position:relative;overflow:hidden}
.contact-footer-area::before{content:'';position:absolute;top:-30%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,#c6f4f626 0%,transparent 70%);border-radius:50%}
.contact-footer-area::after{content:'';position:absolute;bottom:-40%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#c6f4f61f 0%,transparent 70%);border-radius:50%}
.cf-content{position:relative;z-index:2;max-width:800px;margin:0 auto}
.cf-content h3{font-size:2rem;margin:0 0 20px;font-weight:700}
.cf-content p{font-size:1.1rem;margin:0 0 32px;line-height:1.6;opacity:.95}
.cf-btn-holder{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cf-button{display:inline-block;padding:16px 36px;background:#fff;color:#0F0261;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 16px #00000026}
.cf-button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000040;background:#C6F4F6}
.cf-button.secondary-btn{background:transparent;color:#fff;border:2px solid #fff}
.cf-button.secondary-btn:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 768px) {
.pvHD h1{font-size:2rem}
.pv-meta-line{flex-direction:column;align-items:flex-start;gap:12px}
.intro-content-holder{grid-template-columns:1fr;gap:32px}
.dc-grid{grid-template-columns:1fr;gap:24px}
.ru-layout{flex-direction:column;gap:32px}
.ru-side-panel{position:static}
.sec-measures-grid{grid-template-columns:1fr;gap:24px}
.sec-header-zone h3{font-size:1.8rem}
.cf-content h3{font-size:1.6rem}
.cf-btn-holder{flex-direction:column;align-items:stretch}
}
@media (min-width: 769px) and (max-width: 1024px) {
.dc-grid{grid-template-columns:repeat(2,1fr)}
.ru-layout{gap:36px}
}
.success-wrp{max-width:1024px;margin:0 auto;padding:0 20px}
.cnfrm-bloc{background:linear-gradient(135deg,#C6F4F6 0%,#028bde26 100%);border-radius:20px;padding:80px 40px;margin:60px 0 40px;text-align:center;position:relative;overflow:hidden}
.cnfrm-bloc::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#0f026114 0%,transparent 70%);border-radius:50%}
.cnfrm-bloc::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,#028bde1f 0%,transparent 70%);border-radius:50%}
.icn-chk{width:120px;height:120px;margin:0 auto 30px;position:relative;z-index:2}
.icn-chk svg{width:100%;height:100%;filter:drop-shadow(0 8px 16px #0f026126)}
.cnfrm-bloc h2{font-size:42px;font-weight:700;color:#0F0261;margin:0 0 20px;position:relative;z-index:2;line-height:1.2}
.cnfrm-bloc .msg-txt{font-size:18px;color:#333;line-height:1.6;max-width:600px;margin:0 auto 35px;position:relative;z-index:2}
.cnfrm-bloc .msg-txt strong{color:#028BDE;font-weight:600}
.detail-list{display:flex;flex-direction:column;gap:16px;max-width:500px;margin:0 auto 40px;position:relative;z-index:2}
.detail-item{background:#ffffffb3;padding:18px 24px;border-radius:12px;display:flex;align-items:center;gap:16px;border:2px solid #028bde33;transition:all .3s ease}
.detail-item:hover{transform:translateX(8px);border-color:#028BDE;background:#ffffffe6;box-shadow:0 4px 12px #028bde26}
.detail-item svg{width:28px;height:28px;flex-shrink:0}
.detail-item span{font-size:16px;color:#333;text-align:left;line-height:1.4}
.btn-home{display:inline-block;padding:16px 48px;background:linear-gradient(135deg,#0F0261 0%,#028BDE 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;position:relative;z-index:2;transition:all .3s ease;box-shadow:0 6px 20px #0f026140}
.btn-home:hover{transform:scale(1.05);box-shadow:0 8px 28px #0f026159}
.nxt-steps{background:#fff;border-radius:16px;padding:60px 40px;margin:0 0 60px;box-shadow:0 4px 24px #0000000f}
.nxt-steps h3{font-size:32px;font-weight:700;color:#0F0261;margin:0 0 40px;text-align:center;position:relative;padding-bottom:20px}
.nxt-steps h3::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#028BDE 0%,#C6F4F6 100%);border-radius:2px}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.step-card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:32px 28px;border-left:5px solid #028BDE;transition:all .3s ease;position:relative}
.step-card:nth-child(2){border-left-color:#0F0261}
.step-card:nth-child(3){border-left-color:#C6F4F6;border-left-width:5px}
.step-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #028bde2e}
.step-num{width:48px;height:48px;background:linear-gradient(135deg,#028BDE 0%,#0F0261 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:20px;box-shadow:0 4px 12px #028bde4d}
.step-card h5{font-size:20px;font-weight:600;color:#0F0261;margin:0 0 14px;line-height:1.3}
.step-card p{font-size:15px;color:#555;line-height:1.6;margin:0}
.help-note{background:#c6f4f64d;border:2px dashed #028BDE;border-radius:12px;padding:24px 32px;margin-top:40px;text-align:center}
.help-note h6{font-size:18px;font-weight:600;color:#0F0261;margin:0 0 12px}
.help-note p{font-size:15px;color:#333;margin:0 0 18px;line-height:1.5}
.help-contact{display:inline-flex;align-items:center;gap:10px;color:#028BDE;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease}
.help-contact:hover{color:#0F0261;gap:14px}
.help-contact svg{width:22px;height:22px}
@media (max-width: 768px) {
.cnfrm-bloc{padding:60px 24px;margin:40px 0 30px}
.cnfrm-bloc h2{font-size:32px}
.cnfrm-bloc .msg-txt{font-size:16px}
.icn-chk{width:90px;height:90px}
.detail-item{padding:14px 18px}
.btn-home{padding:14px 36px;font-size:16px}
.nxt-steps{padding:40px 24px}
.nxt-steps h3{font-size:26px}
.steps-grid{grid-template-columns:1fr;gap:24px}
.step-card{padding:24px 20px}
}
@media (max-width: 480px) {
.success-wrp{padding:0 16px}
.cnfrm-bloc{padding:40px 20px;border-radius:16px}
.cnfrm-bloc h2{font-size:26px}
.detail-list{gap:12px}
.help-note{padding:20px}
}