@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/700-italic.css";
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'PT Sans',-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#1a1a1a;background:#fff}
.header-wrapper{background:linear-gradient(135deg,#0375A1 0%,#42DCE9 100%);padding:0;position:relative;overflow:hidden}
.header-wrapper::before{content:'Jelintos Verandro';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:120px;font-weight:700;color:#ffffff0d;white-space:nowrap;z-index:1;letter-spacing:4px}
.header-container{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.top-bar{display:grid;grid-template-columns:auto 1fr;align-items:center;padding:20px 40px;gap:60px}
.logo-box{width:110px;height:110px;background:#fffffff2;border-radius:100%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #00000026;position:relative;z-index:3}
.logo-box img{width:70px;height:70px;object-fit:contain}
.nav-primary{display:flex;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:wrap}
.nav-primary a{background:#ffffff26;color:#fff;text-decoration:none;padding:14px 28px;border-radius:50px;font-weight:700;font-size:15px;transition:background 150ms,transform 100ms;backdrop-filter:blur(10px);border:2px solid #fff3}
.nav-primary a:hover{background:#ffffff40;transform:translateY(-2px)}
.footer-wrapper{background:#EEEFF2;padding:60px 20px 30px;margin-top:80px}
.footer-container{max-width:1366px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;margin-bottom:50px}
.footer-section h3{color:#0375A1;font-size:20px;margin-bottom:20px;font-weight:700}
.footer-section p,.footer-section a{color:#4a4a4a;font-size:15px;line-height:1.8;text-decoration:none}
.footer-section a{display:block;margin-bottom:12px;transition:color 150ms}
.footer-section a:hover{color:#0375A1}
.contact-info-box p{margin-bottom:12px}
.footer-bottom{border-top:2px solid #d0d1d5;padding-top:30px;text-align:center}
.footer-bottom p{color:#6a6a6a;font-size:14px}
.cookie-panel{position:fixed;top:20px;right:20px;width:340px;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0003;padding:24px;z-index:9999;display:none;opacity:0;transition:opacity 300ms}
.cookie-panel.is-visible{display:block;opacity:1}
.cookie-panel h3{font-size:18px;color:#0375A1;margin-bottom:14px;font-weight:700}
.cookie-panel p{font-size:14px;color:#4a4a4a;line-height:1.6;margin-bottom:20px}
.cookie-categories{display:grid;gap:12px;margin-bottom:20px}
.cookie-category-card{background:#EEEFF2;padding:14px;border-radius:8px;display:flex;justify-content:space-between;align-items:center}
.cookie-category-card label{font-size:13px;color:#2a2a2a;font-weight:600;cursor:pointer}
.cookie-category-card input[type="checkbox"]{width:20px;height:20px;cursor:pointer}
.cookie-category-card input[type="checkbox"]:disabled{cursor:not-allowed}
.cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cookie-actions button{padding:12px 20px;border:none;border-radius:50px;font-weight:700;font-size:14px;cursor:pointer;transition:background 150ms,transform 100ms}
.btn-accept{background:#0375A1;color:#fff}
.btn-accept:hover{background:#025a7d;transform:translateY(-1px)}
.btn-decline{background:#d0d1d5;color:#2a2a2a}
.btn-decline:hover{background:#b8b9bd;transform:translateY(-1px)}
@media (max-width: 768px) {
.header-wrapper::before{font-size:60px}
.top-bar{grid-template-columns:1fr;padding:20px;gap:20px;text-align:center}
.logo-box{width:90px;height:90px;margin:0 auto}
.logo-box img{width:60px;height:60px}
.nav-primary{justify-content:center;gap:6px}
.nav-primary a{padding:12px 20px;font-size:14px}
.footer-grid{grid-template-columns:1fr;gap:30px}
.cookie-panel{width:calc(100% - 40px);right:20px;left:20px}
.cookie-actions{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.nav-primary a{flex:1 1 calc(50% - 6px);text-align:center}
}
.yhne-info-doc{max-width:1366px;margin:0 auto;padding:80px 24px;background:#FFF}
.yhne-info-doc h1{font-size:42px;line-height:1.2;font-weight:700;color:#0375A1;margin:0 0 16px;letter-spacing:-.5px}
.yhne-info-doc h2{font-size:32px;line-height:1.3;font-weight:600;color:#0375A1;margin:56px 0 20px;padding-top:24px;border-top:2px solid #EEEFF2}
.yhne-info-doc h3{font-size:24px;line-height:1.4;font-weight:600;color:#0375A1;margin:40px 0 16px}
.yhne-info-doc h4{font-size:20px;line-height:1.4;font-weight:600;color:#2c3e50;margin:32px 0 12px}
.yhne-info-doc h5{font-size:18px;line-height:1.5;font-weight:600;color:#2c3e50;margin:24px 0 10px}
.yhne-info-doc h6{font-size:16px;line-height:1.5;font-weight:600;color:#2c3e50;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.5px}
.yhne-info-doc p{font-size:17px;line-height:1.75;color:#333;margin:0 0 20px;max-width:800px}
.yhne-info-doc ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.yhne-info-doc ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.yhne-info-doc li{font-size:17px;line-height:1.75;color:#333;margin:0 0 12px;padding-left:8px}
.yhne-info-doc ul ul,.yhne-info-doc ol ol,.yhne-info-doc ul ol,.yhne-info-doc ol ul{margin:12px 0 0}
.yhne-info-doc ul li{list-style-type:disc}
.yhne-info-doc ul ul li{list-style-type:circle}
.yhne-info-doc ul ul ul li{list-style-type:square}
.yhne-info-doc ol li{list-style-type:decimal}
.yhne-info-doc ol ol li{list-style-type:lower-alpha}
.yhne-info-doc ol ol ol li{list-style-type:lower-roman}
.yhne-info-doc strong,.yhne-info-doc b{font-weight:600;color:#0375A1}
.yhne-info-doc em,.yhne-info-doc i{font-style:italic;color:#2c3e50}
.yhne-info-doc a{color:#0375A1;text-decoration:underline;transition:color 200ms,background-color 200ms}
.yhne-info-doc a:hover{color:#42DCE9;text-decoration:none}
.yhne-info-doc a:focus{outline:2px solid #42DCE9;outline-offset:2px;border-radius:2px}
.yhne-info-doc div{margin:0 0 24px}
.yhne-info-doc h1 + p,.yhne-info-doc h2 + p,.yhne-info-doc h3 + p{margin-top:4px}
@media (max-width: 768px) {
.yhne-info-doc{padding:48px 20px}
.yhne-info-doc h1{font-size:32px;margin-bottom:12px}
.yhne-info-doc h2{font-size:26px;margin:40px 0 16px;padding-top:20px}
.yhne-info-doc h3{font-size:22px;margin:32px 0 12px}
.yhne-info-doc h4{font-size:19px;margin:24px 0 10px}
.yhne-info-doc h5{font-size:17px;margin:20px 0 8px}
.yhne-info-doc h6{font-size:15px;margin:16px 0 8px}
.yhne-info-doc p,.yhne-info-doc li{font-size:16px;line-height:1.7}
.yhne-info-doc ul,.yhne-info-doc ol{padding-left:24px}
}
@media (max-width: 480px) {
.yhne-info-doc{padding:32px 16px}
.yhne-info-doc h1{font-size:28px}
.yhne-info-doc h2{font-size:24px}
.yhne-info-doc h3{font-size:20px}
.yhne-info-doc ul,.yhne-info-doc ol{padding-left:20px}
}
.title-wrap{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:56px}
.title-wrap .BG-photo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(8px);animation:imgPulse 8s ease-in-out infinite}
@keyframes imgPulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.title-wrap .sharp-edge{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0375a1d9 0%,#42dce9a6 100%)}
.title-wrap .content-layer{position:relative;z-index:3;max-width:920px;margin:0 auto;padding:0 24px;text-align:center}
.title-wrap .main-headline{font-size:52px;font-weight:700;color:#EEEFF2;margin-bottom:18px;line-height:1.15;text-shadow:2px 3px 6px #0000004d}
.title-wrap .support-text{font-size:19px;color:#EEEFF2;margin-bottom:38px;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}
.title-wrap .mini-frame{position:absolute;bottom:32px;right:32px;width:140px;height:140px;border:3px solid #eeeff266;border-radius:8px}
.title-wrap .cta-wrapper{display:flex;gap:16px;justify-content:center}
.title-wrap .primary-btn{background:#42DCE9;color:#0375A1;padding:14px 32px;border-radius:6px;font-weight:600;text-decoration:none;transition:all 180ms ease;box-shadow:0 4px 8px #00000026}
.title-wrap .primary-btn:hover{background:#EEEFF2;transform:translateY(-2px);box-shadow:0 6px 12px #00000038}
.title-wrap .secondary-btn{background:transparent;color:#EEEFF2;padding:14px 32px;border:2px solid #EEEFF2;border-radius:6px;font-weight:600;text-decoration:none;transition:all 180ms ease}
.title-wrap .secondary-btn:hover{background:#eeeff226;transform:translateY(-2px)}
.business-offers-section{max-width:1366px;margin:0 auto 72px;padding:0 24px}
.business-offers-section .section-header{text-align:center;margin-bottom:48px}
.business-offers-section .section-title{font-size:38px;font-weight:700;color:#0375A1;margin-bottom:14px;position:relative;display:inline-block}
.business-offers-section .section-title::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0375A1 0%,#42DCE9 100%);border-radius:2px}
.business-offers-section .intro-paragraph{font-size:17px;color:#444;max-width:720px;margin:0 auto;line-height:1.7}
.business-offers-section .offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:42px}
.business-offers-section .offer-card{background:#fff;border:2px solid #EEEFF2;border-radius:8px;padding:32px 24px;transition:all 220ms ease;position:relative}
.business-offers-section .offer-card:hover{border-color:#42DCE9;box-shadow:0 6px 16px #0375a11f;transform:translateY(-4px)}
.business-offers-section .offer-icon{width:56px;height:56px;margin-bottom:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0375A1 0%,#42DCE9 100%);border-radius:50%;color:#fff;font-size:28px}
.business-offers-section .offer-name{font-size:22px;font-weight:700;color:#0375A1;margin-bottom:12px}
.business-offers-section .offer-description{font-size:15px;color:#555;line-height:1.6;margin-bottom:16px}
.business-offers-section .benefit-list{list-style:none;padding:0;margin:0}
.business-offers-section .benefit-item{font-size:14px;color:#666;padding-left:24px;position:relative;margin-bottom:8px}
.business-offers-section .benefit-item::before{content:'✓';position:absolute;left:0;color:#42DCE9;font-weight:700}
.trust-zone{background:linear-gradient(180deg,#EEEFF2 0%,#fff 100%);padding:64px 24px;margin-bottom:72px}
.trust-zone .container-box{max-width:1366px;margin:0 auto}
.trust-zone .heading-trust{font-size:36px;font-weight:700;color:#0375A1;text-align:center;margin-bottom:52px}
.trust-zone .metrics-display{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.trust-zone .metric-box{text-align:center;padding:28px 16px;background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000000f}
.trust-zone .metric-number{font-size:48px;font-weight:700;color:#0375A1;margin-bottom:8px;line-height:1}
.trust-zone .metric-label{font-size:16px;color:#666;font-weight:600}
.trust-zone .proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:56px}
.trust-zone .proof-card{background:#fff;padding:32px;border-left:5px solid #42DCE9;border-radius:6px;box-shadow:0 3px 8px #00000014}
.trust-zone .proof-title{font-size:20px;font-weight:700;color:#0375A1;margin-bottom:14px}
.trust-zone .proof-content{font-size:15px;color:#555;line-height:1.7}
.journey-timeline{max-width:1366px;margin:0 auto 84px;padding:0 24px}
.journey-timeline .timeline-heading{font-size:40px;font-weight:700;color:#0375A1;text-align:center;margin-bottom:18px}
.journey-timeline .timeline-intro{font-size:17px;color:#555;text-align:center;max-width:680px;margin:0 auto 52px;line-height:1.6}
.journey-timeline .timeline-track{position:relative;padding-left:64px}
.journey-timeline .timeline-track::before{content:'';position:absolute;left:24px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#0375A1 0%,#42DCE9 100%)}
.journey-timeline .milestone-entry{position:relative;margin-bottom:48px}
.journey-timeline .milestone-dot{position:absolute;left:-52px;top:8px;width:16px;height:16px;background:#42DCE9;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #0375A1}
.journey-timeline .milestone-year{font-size:28px;font-weight:700;color:#0375A1;margin-bottom:10px}
.journey-timeline .milestone-title{font-size:20px;font-weight:600;color:#333;margin-bottom:8px}
.journey-timeline .milestone-desc{font-size:15px;color:#666;line-height:1.6}
.ecosystem-showcase{background:linear-gradient(272deg,#0375A1 0%,#42DCE9 50%,#EEEFF2 100%);padding:72px 24px;margin-bottom:84px}
.ecosystem-showcase .ecosystem-container{max-width:1366px;margin:0 auto}
.ecosystem-showcase .ecosystem-title{font-size:42px;font-weight:700;color:#fff;text-align:center;margin-bottom:16px;text-shadow:2px 2px 4px #0003}
.ecosystem-showcase .ecosystem-subtitle{font-size:18px;color:#EEEFF2;text-align:center;margin-bottom:56px;max-width:760px;margin-left:auto;margin-right:auto}
.ecosystem-showcase .feature-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.ecosystem-showcase .feature-visual{position:relative}
.ecosystem-showcase .feature-img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #00000040}
.ecosystem-showcase .feature-details{color:#fff}
.ecosystem-showcase .feature-headline{font-size:32px;font-weight:700;margin-bottom:20px}
.ecosystem-showcase .feature-text{font-size:16px;line-height:1.7;margin-bottom:14px}
.ecosystem-showcase .feature-list{list-style:none;padding:0;margin:24px 0 0}
.ecosystem-showcase .feature-list-item{font-size:15px;padding-left:28px;position:relative;margin-bottom:12px}
.ecosystem-showcase .feature-list-item::before{content:'◆';position:absolute;left:0;color:#EEEFF2}
.methodology-area{max-width:1366px;margin:0 auto 72px;padding:0 24px}
.methodology-area .method-header{text-align:center;margin-bottom:56px}
.methodology-area .method-title{font-size:38px;font-weight:700;color:#0375A1;margin-bottom:16px}
.methodology-area .method-tagline{font-size:17px;color:#555;max-width:700px;margin:0 auto;line-height:1.6}
.methodology-area .approach-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:42px}
.methodology-area .approach-item{display:flex;gap:24px;background:#EEEFF2;padding:32px;border-radius:10px;transition:all 200ms ease}
.methodology-area .approach-item:hover{background:linear-gradient(135deg,#0375a114 0%,#42dce914 100%);transform:translateX(6px)}
.methodology-area .approach-icon-wrap{flex-shrink:0}
.methodology-area .approach-icon-wrap img{width:88px;height:88px;border-radius:8px;object-fit:cover}
.methodology-area .approach-content{flex:1}
.methodology-area .approach-heading{font-size:22px;font-weight:700;color:#0375A1;margin-bottom:12px}
.methodology-area .approach-description{font-size:15px;color:#555;line-height:1.6}
.testimonial-section{background:#EEEFF2;padding:68px 24px;margin-bottom:64px}
.testimonial-section .testimonial-wrapper{max-width:1366px;margin:0 auto}
.testimonial-section .testimonial-title{font-size:36px;font-weight:700;color:#0375A1;text-align:center;margin-bottom:48px}
.testimonial-section .testimonial-card{background:#fff;padding:42px;border-radius:10px;box-shadow:0 6px 18px #0000001a;max-width:920px;margin:0 auto;position:relative}
.testimonial-section .testimonial-card::before{content:'"';position:absolute;top:-12px;left:32px;font-size:92px;color:#42DCE9;font-weight:700;line-height:1;opacity:.3}
.testimonial-section .testimonial-body{font-size:17px;color:#444;line-height:1.8;margin-bottom:28px;font-style:italic}
.testimonial-section .author-info{display:flex;align-items:center;gap:20px}
.testimonial-section .author-photo{width:68px;height:68px;border-radius:50%;object-fit:cover;border:3px solid #42DCE9}
.testimonial-section .author-details{flex:1}
.testimonial-section .author-name{font-size:19px;font-weight:700;color:#0375A1;margin-bottom:4px}
.testimonial-section .author-position{font-size:14px;color:#666}
@media (max-width: 1024px) {
.title-wrap .main-headline{font-size:42px}
.business-offers-section .offer-grid{grid-template-columns:repeat(2,1fr)}
.trust-zone .metrics-display{grid-template-columns:repeat(2,1fr)}
.ecosystem-showcase .feature-layout{grid-template-columns:1fr}
.methodology-area .approach-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.title-wrap{min-height:420px}
.title-wrap .main-headline{font-size:34px}
.title-wrap .support-text{font-size:16px}
.title-wrap .cta-wrapper{flex-direction:column;align-items:center}
.title-wrap .mini-frame{display:none}
.business-offers-section .offer-grid{grid-template-columns:1fr}
.trust-zone .metrics-display{grid-template-columns:1fr}
.trust-zone .proof-grid{grid-template-columns:1fr}
.journey-timeline .timeline-track{padding-left:48px}
.journey-timeline .milestone-dot{left:-36px}
.methodology-area .approach-item{flex-direction:column}
}
.contact-hero-wrapper{max-width:1366px;margin:0 auto;padding:80px 20px 90px;position:relative}
.contact-hero-wrapper .hero-centerpiece{display:flex;flex-direction:column;align-items:center;text-align:center;gap:28px}
.contact-hero-wrapper .headline-primary{font-size:52px;font-weight:700;line-height:1.15;color:#0375A1;max-width:740px;margin:0}
.contact-hero-wrapper .subtext-intro{font-size:19px;line-height:1.6;color:#4a4a4a;max-width:620px;margin:0}
.contact-hero-wrapper .visual-depth-box{margin-top:50px;position:relative;max-width:900px;width:100%}
.contact-hero-wrapper .image-film-effect{width:100%;height:480px;object-fit:cover;border-radius:8px;position:relative;box-shadow:0 6px 24px #0375a12e}
.contact-hero-wrapper .image-film-effect::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0375a11f 0%,#42dce914 100%);pointer-events:none;border-radius:8px}
.contact-hero-wrapper .depth-accent-left{position:absolute;left:-40px;top:60px;width:180px;height:180px;background:linear-gradient(272deg,#42DCE9 0%,#EEEFF2 100%);border-radius:50%;opacity:.25;z-index:-1}
.contact-hero-wrapper .depth-accent-right{position:absolute;right:-30px;bottom:80px;width:140px;height:140px;background:linear-gradient(95deg,#0375A1 0%,#42DCE9 100%);border-radius:6px;opacity:.18;z-index:-1;transform:rotate(12deg)}
.form-section-wrapper{background:linear-gradient(272deg,#EEEFF2 0%,#fff 50%,#EEEFF2 100%);padding:85px 20px}
.form-section-wrapper .form-inner-container{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:70px;align-items:start}
.form-section-wrapper .info-column h2{font-size:38px;font-weight:700;line-height:1.2;color:#0375A1;margin:0 0 24px}
.form-section-wrapper .info-column .description-text{font-size:17px;line-height:1.7;color:#555;margin:0 0 38px}
.form-section-wrapper .contact-detail-item{margin-bottom:28px}
.form-section-wrapper .contact-detail-item .detail-label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#0375A1;margin-bottom:8px;display:block}
.form-section-wrapper .contact-detail-item .detail-value{font-size:17px;line-height:1.5;color:#333}
.form-section-wrapper .contact-detail-item a{color:#0375A1;text-decoration:none;transition:color 150ms}
.form-section-wrapper .contact-detail-item a:hover{color:#42DCE9}
.form-section-wrapper .form-column{background:#fff;padding:48px 42px;border-radius:10px;box-shadow:0 4px 18px #0375a11f}
.form-section-wrapper .form-column h3{font-size:28px;font-weight:700;color:#333;margin:0 0 32px}
.form-section-wrapper .input-group-box{margin-bottom:26px}
.form-section-wrapper .input-group-box label{display:block;font-size:15px;font-weight:600;color:#444;margin-bottom:9px}
.form-section-wrapper .input-group-box input[type="email"],.form-section-wrapper .input-group-box select,.form-section-wrapper .input-group-box textarea{width:100%;padding:14px 16px;font-size:16px;border:2px solid #EEEFF2;border-radius:6px;transition:border-color 200ms,box-shadow 200ms;background:#fff;color:#333}
.form-section-wrapper .input-group-box input[type="email"]:focus,.form-section-wrapper .input-group-box select:focus,.form-section-wrapper .input-group-box textarea:focus{outline:none;border-color:#42DCE9;box-shadow:0 0 0 3px #42dce926}
.form-section-wrapper .input-group-box select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230375A1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:42px}
.form-section-wrapper .input-group-box textarea{min-height:140px;resize:vertical}
.form-section-wrapper .checkbox-wrapper{margin-bottom:28px;display:flex;align-items:start;gap:12px}
.form-section-wrapper .checkbox-wrapper input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.form-section-wrapper .checkbox-wrapper label{font-size:14px;line-height:1.6;color:#555}
.form-section-wrapper .checkbox-wrapper label a{color:#0375A1;text-decoration:underline;transition:color 150ms}
.form-section-wrapper .checkbox-wrapper label a:hover{color:#42DCE9}
.form-section-wrapper .submit-btn-box button{width:100%;padding:16px 32px;font-size:17px;font-weight:700;color:#fff;background:linear-gradient(95deg,#0375A1 0%,#42DCE9 100%);border:none;border-radius:6px;cursor:pointer;transition:transform 150ms,box-shadow 200ms;position:relative;z-index:10;box-shadow:0 4px 12px #0375a14d}
.form-section-wrapper .submit-btn-box button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0375a166}
.form-section-wrapper .submit-btn-box button:active{transform:translateY(0)}
.hours-location-wrapper{max-width:1366px;margin:0 auto;padding:90px 20px}
.hours-location-wrapper .section-header-centered{text-align:center;margin-bottom:58px}
.hours-location-wrapper .section-header-centered h2{font-size:42px;font-weight:700;line-height:1.2;color:#0375A1;margin:0 0 18px}
.hours-location-wrapper .section-header-centered p{font-size:18px;line-height:1.6;color:#555;max-width:640px;margin:0 auto}
.hours-location-wrapper .grid-two-col{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.hours-location-wrapper .card-box{background:#fff;padding:42px 38px;border-radius:8px;border:2px solid #EEEFF2;transition:border-color 300ms,box-shadow 300ms;position:relative}
.hours-location-wrapper .card-box:hover{border-color:#42DCE9;box-shadow:0 6px 20px #42dce926}
.hours-location-wrapper .card-box::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#0375A1 0%,#42DCE9 100%);border-radius:8px 0 0 8px;opacity:0;transition:opacity 300ms}
.hours-location-wrapper .card-box:hover::before{opacity:1}
.hours-location-wrapper .card-box h3{font-size:26px;font-weight:700;color:#333;margin:0 0 22px;display:flex;align-items:center;gap:12px}
.hours-location-wrapper .card-box h3 .icon-mark{width:36px;height:36px;background:linear-gradient(135deg,#0375A1 0%,#42DCE9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hours-location-wrapper .card-box .info-line{font-size:16px;line-height:1.8;color:#444;margin-bottom:12px}
.hours-location-wrapper .card-box .info-line:last-child{margin-bottom:0}
.hours-location-wrapper .card-box .info-line strong{color:#0375A1;font-weight:600}
.faq-section-wrapper{background:linear-gradient(135deg,#EEEFF2 0%,#fff 100%);padding:85px 20px}
.faq-section-wrapper .faq-container{max-width:1366px;margin:0 auto}
.faq-section-wrapper .faq-title-block{text-align:center;margin-bottom:52px}
.faq-section-wrapper .faq-title-block h2{font-size:40px;font-weight:700;line-height:1.2;color:#0375A1;margin:0 0 16px}
.faq-section-wrapper .faq-title-block p{font-size:17px;line-height:1.6;color:#555;max-width:600px;margin:0 auto}
.faq-section-wrapper .accordion-list{max-width:920px;margin:0 auto}
.faq-section-wrapper .accordion-item{background:#fff;border-radius:8px;margin-bottom:18px;border:2px solid #EEEFF2;overflow:hidden;transition:border-color 200ms}
.faq-section-wrapper .accordion-item input[type="checkbox"]{display:none}
.faq-section-wrapper .accordion-item label{display:block;padding:24px 28px;font-size:19px;font-weight:600;color:#333;cursor:pointer;position:relative;transition:color 200ms,background-color 200ms;user-select:none}
.faq-section-wrapper .accordion-item label::after{content:'+';position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:28px;font-weight:400;color:#0375A1;transition:transform 300ms,color 200ms}
.faq-section-wrapper .accordion-item input[type="checkbox"]:checked + label{background:#EEEFF2;color:#0375A1}
.faq-section-wrapper .accordion-item input[type="checkbox"]:checked + label::after{content:'−';transform:translateY(-50%) rotate(180deg);color:#42DCE9}
.faq-section-wrapper .accordion-item .accordion-content{max-height:0;overflow:hidden;transition:max-height 400ms}
.faq-section-wrapper .accordion-item input[type="checkbox"]:checked ~ .accordion-content{max-height:500px}
.faq-section-wrapper .accordion-item .accordion-content-inner{padding:0 28px 26px;font-size:16px;line-height:1.7;color:#555}
@media (max-width: 992px) {
.contact-hero-wrapper{padding:60px 20px 70px}
.contact-hero-wrapper .headline-primary{font-size:40px}
.contact-hero-wrapper .visual-depth-box{margin-top:40px}
.contact-hero-wrapper .image-film-effect{height:380px}
.form-section-wrapper .form-inner-container{grid-template-columns:1fr;gap:50px}
.hours-location-wrapper .grid-two-col{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.contact-hero-wrapper .headline-primary{font-size:34px}
.contact-hero-wrapper .subtext-intro{font-size:17px}
.contact-hero-wrapper .image-film-effect{height:300px}
.contact-hero-wrapper .depth-accent-left,.contact-hero-wrapper .depth-accent-right{display:none}
.form-section-wrapper .form-column{padding:34px 26px}
.hours-location-wrapper .section-header-centered h2{font-size:34px}
.faq-section-wrapper .faq-title-block h2{font-size:32px}
}
@media (max-width: 576px) {
.contact-hero-wrapper .headline-primary{font-size:28px}
.form-section-wrapper .submit-btn-box button{font-size:16px;padding:14px 28px}
.hours-location-wrapper .card-box{padding:32px 24px}
.faq-section-wrapper .accordion-item label{font-size:17px;padding:20px 22px}
.faq-section-wrapper .accordion-item label::after{right:22px}
.faq-section-wrapper .accordion-item .accordion-content-inner{padding:0 22px 22px;font-size:15px}
}
.intro-header{display:grid;grid-template-columns:380px 1fr;gap:48px;max-width:1366px;margin:0 auto;padding:72px 24px;align-items:center}
.intro-header .img-wrapper{position:relative;height:520px;overflow:hidden;border-radius:8px}
.intro-header .img-wrapper img{width:100%;height:100%;object-fit:cover;display:block}
.intro-header .img-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:140px;background:linear-gradient(180deg,#0375a1d9 0%,transparent 100%);z-index:2}
.intro-header .img-wrapper::after{content:'';position:absolute;bottom:0;left:0;right:0;height:140px;background:linear-gradient(0deg,#42dce9bf 0%,transparent 100%);z-index:2}
.intro-header .textBlock h1{font-size:2.8rem;font-weight:700;margin:0 0 24px;color:#0375A1;line-height:1.2}
.intro-header .textBlock p{font-size:1.1rem;line-height:1.7;color:#2d3748;margin:0 0 16px}
.intro-header .textBlock p:last-of-type{margin-bottom:0}
.team-layout{background:linear-gradient(272deg,#0375A1 0%,#42DCE9 50%,#EEEFF2 100%);padding:88px 24px;position:relative}
.team-layout::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1366px;height:6px;background:#42DCE9}
.team-layout .inner-container{max-width:1366px;margin:0 auto}
.team-layout h2{font-size:2.4rem;font-weight:700;text-align:center;margin:0 0 56px;color:#fff}
.team-layout .profiles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;max-width:920px;margin:0 auto}
.team-layout .person-card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 16px #0375a126;transition:transform 200ms,box-shadow 200ms}
.team-layout .person-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #42dce940}
.team-layout .person-card .portrait-box{width:140px;height:140px;border-radius:50%;overflow:hidden;margin:0 auto 24px;border:4px solid #42DCE9}
.team-layout .person-card .portrait-box img{width:100%;height:100%;object-fit:cover;display:block}
.team-layout .person-card h3{font-size:1.6rem;font-weight:600;text-align:center;margin:0 0 8px;color:#0375A1}
.team-layout .person-card .role-label{font-size:1rem;text-align:center;color:#42DCE9;font-weight:500;margin:0 0 20px}
.team-layout .person-card p{font-size:1rem;line-height:1.6;color:#4a5568;margin:0}
.value-section{max-width:1366px;margin:0 auto;padding:72px 24px}
.value-section h2{font-size:2.2rem;font-weight:700;margin:0 0 48px;color:#0375A1;text-align:left;position:relative;padding-left:24px}
.value-section h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:80%;background:linear-gradient(180deg,#0375A1 0%,#42DCE9 100%);border-radius:4px}
.value-section .content-arrangement{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.value-section .showcase-visual{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #0375a133}
.value-section .showcase-visual img{width:100%;height:auto;display:block}
.value-section .facts-column{display:flex;flex-direction:column;gap:32px}
.value-section .fact-item{background:#EEEFF2;padding:28px;border-radius:8px;border-left:5px solid #42DCE9;transition:border-color 300ms}
.value-section .fact-item:hover{border-left-color:#0375A1}
.value-section .fact-item h3{font-size:1.4rem;font-weight:600;margin:0 0 12px;color:#0375A1}
.value-section .fact-item p{font-size:1rem;line-height:1.6;color:#2d3748;margin:0}
@media (max-width: 1024px) {
.intro-header{grid-template-columns:1fr;gap:36px;padding:56px 20px}
.intro-header .img-wrapper{height:400px}
.team-layout .profiles-grid{gap:32px}
.value-section .content-arrangement{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.intro-header{padding:40px 16px}
.intro-header .img-wrapper{height:320px}
.intro-header .textBlock h1{font-size:2.2rem}
.intro-header .textBlock p{font-size:1rem}
.team-layout{padding:64px 16px}
.team-layout h2{font-size:2rem;margin-bottom:40px}
.team-layout .profiles-grid{grid-template-columns:1fr;gap:28px}
.value-section{padding:56px 16px}
.value-section h2{font-size:1.9rem;margin-bottom:36px}
.value-section .facts-column{gap:24px}
}
.title-zone{background:linear-gradient(272deg,#0375A1 0%,#42DCE9 50%,#EEEFF2 100%);padding:80px 20px;position:relative;overflow:hidden}
.title-zone::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:#eeeff24d;border-radius:50%;z-index:1}
.title-zone::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:#0375a133;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:1}
.title-content-box{max-width:1366px;margin:0 auto;text-align:center;position:relative;z-index:2}
.title-content-box h1{font-size:2.8rem;color:#fff;margin-bottom:18px;font-weight:700}
.title-content-box .description-text{font-size:1.2rem;color:#fffffff2;max-width:750px;margin:0 auto;line-height:1.6}
.title-img-holder{max-width:850px;margin:40px auto 0;position:relative}
.title-img-holder img{width:100%;height:auto;border-radius:8px;filter:blur(1.5px);opacity:.85}
.strategies-section{padding:90px 20px;background:#fff}
.strategies-wrapper{max-width:1366px;margin:0 auto}
.strategies-intro-block{margin-bottom:60px}
.strategies-intro-block h2{font-size:2.2rem;color:#0375A1;margin-bottom:16px}
.strategies-intro-block h2::before{content:'';display:inline-block;width:8px;height:8px;background:#42DCE9;margin-right:12px;border-radius:50%;vertical-align:middle}
.strategies-intro-block p{font-size:1.1rem;color:#333;line-height:1.7;max-width:820px}
.strategy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.strategy-item{background:#EEEFF2;padding:32px 28px;border-radius:6px;transition:transform 200ms,box-shadow 300ms;border-left:4px solid #42DCE9}
.strategy-item:hover{transform:translateY(-4px);box-shadow:0 6px 18px #0375a126}
.strategy-item h3{font-size:1.4rem;color:#0375A1;margin-bottom:14px}
.strategy-item p{font-size:.98rem;color:#444;line-height:1.6;margin:0}
.tools-zone{padding:85px 20px;background:linear-gradient(135deg,#EEEFF2 0%,#fff 100%)}
.tools-container-main{max-width:1366px;margin:0 auto}
.tools-header-area{text-align:center;margin-bottom:55px}
.tools-header-area h2{font-size:2.3rem;color:#0375A1;margin-bottom:15px;position:relative;display:inline-block}
.tools-header-area h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#42DCE9}
.tools-header-area p{font-size:1.05rem;color:#555;max-width:680px;margin:20px auto 0;line-height:1.6}
.tools-split-layout{display:flex;gap:50px;align-items:center}
.tools-visual-side{flex:1}
.tools-visual-side img{width:100%;height:auto;border-radius:10px;box-shadow:0 5px 20px #0000001f}
.tools-list-side{flex:1}
.tool-record{background:#fff;padding:24px;margin-bottom:20px;border-radius:7px;border:1px solid #e0e0e0;transition:border-color 300ms}
.tool-record:hover{border-color:#42DCE9}
.tool-record h4{font-size:1.25rem;color:#0375A1;margin-bottom:10px}
.tool-record p{font-size:.96rem;color:#666;line-height:1.5;margin:0}
.habits-area{padding:75px 20px;background:#fff}
.habits-wrap{max-width:1366px;margin:0 auto}
.habits-title-section{margin-bottom:50px}
.habits-title-section h2{font-size:2.1rem;color:#0375A1;margin-bottom:14px}
.habits-title-section p{font-size:1.08rem;color:#444;line-height:1.65;max-width:720px}
.habits-grid-alternate{display:grid;grid-template-columns:1fr 1fr;gap:45px}
.habit-card-box{background:linear-gradient(180deg,#EEEFF2 0%,#fff 100%);padding:35px 30px;border-radius:8px;position:relative;overflow:hidden}
.habit-card-box::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#0375A1 0%,#42DCE9 100%)}
.habit-card-box h3{font-size:1.5rem;color:#0375A1;margin-bottom:16px;padding-left:20px}
.habit-card-box p{font-size:1rem;color:#555;line-height:1.6;padding-left:20px;margin:0}
.testimonials-block{padding:80px 20px;background:linear-gradient(90deg,#0375A1 0%,#42DCE9 100%);position:relative}
.testimonials-block::before{content:'';position:absolute;top:-30px;left:0;width:100%;height:60px;background:#fff;clip-path:polygon(0 100%,100% 0,100% 100%)}
.testimonials-container{max-width:1366px;margin:0 auto}
.testimonials-heading{text-align:center;margin-bottom:55px}
.testimonials-heading h2{font-size:2.4rem;color:#fff;margin-bottom:12px}
.testimonials-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testimonial-entry{background:#fffffff2;padding:32px;border-radius:10px;box-shadow:0 4px 12px #0000001a}
.testimonial-profile-row{display:flex;align-items:center;gap:20px;margin-bottom:22px}
.testimonial-profile-row img{width:70px;height:70px;border-radius:50%;object-fit:cover}
.testimonial-identity h4{font-size:1.15rem;color:#0375A1;margin:0 0 5px}
.testimonial-identity .role-label{font-size:.92rem;color:#666}
.testimonial-entry p{font-size:1.02rem;color:#333;line-height:1.7;font-style:italic;margin:0}
@media (max-width: 1024px) {
.strategy-grid{grid-template-columns:repeat(2,1fr)}
.tools-split-layout{flex-direction:column}
.habits-grid-alternate{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.title-content-box h1{font-size:2rem}
.title-content-box .description-text{font-size:1rem}
.strategy-grid{grid-template-columns:1fr}
.testimonials-grid-layout{grid-template-columns:1fr}
.tools-header-area h2,.habits-title-section h2,.strategies-intro-block h2{font-size:1.8rem}
}
.success-wrapper{max-width:1366px;margin:0 auto;padding:0}
.hero-confirmation{background:linear-gradient(145deg,#0375A1 0%,#42DCE9 65%,#EEEFF2 100%);padding:120px 24px 80px;position:relative;overflow:hidden}
.hero-confirmation::before{content:'';position:absolute;width:400px;height:400px;background:#42dce926;border-radius:50%;top:-150px;right:-100px;animation:particle-drift 8s ease-in-out infinite}
.hero-confirmation::after{content:'';position:absolute;width:250px;height:250px;background:#0375a11f;border-radius:50%;bottom:-80px;left:-60px;animation:particle-drift 10s ease-in-out infinite reverse}
@keyframes particle-drift {
0%,100%{transform:translate(0,0)}
50%{transform:translate(30px,-30px)}
}
.confirmation-content{position:relative;z-index:2;text-align:center;max-width:720px;margin:0 auto}
.status-icon{width:92px;height:92px;margin:0 auto 32px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #0375a140}
.status-icon svg{width:48px;height:48px}
.confirmation-content h1{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.15;text-shadow:0 2px 12px #00000026}
.confirmation-content .subtitle-text{font-size:1.35rem;color:#fffffff2;margin:0 0 12px;line-height:1.5}
.confirmation-content .detail-text{font-size:1.05rem;color:#ffffffd9;margin:0;line-height:1.6}
.next-steps-area{padding:80px 24px;background:#EEEFF2}
.steps-container{max-width:1100px;margin:0 auto}
.steps-header{text-align:center;margin-bottom:56px}
.steps-header h2{font-size:2.4rem;color:#0375A1;margin:0 0 16px;font-weight:700}
.steps-header p{font-size:1.15rem;color:#4a5568;margin:0;line-height:1.6}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:56px}
.step-card{background:#fff;border-radius:8px;padding:36px 28px;position:relative;box-shadow:0 2px 8px #0375a114;transition:all 200ms ease}
.step-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0375a126}
.step-number{position:absolute;top:-16px;left:28px;width:44px;height:44px;background:linear-gradient(135deg,#0375A1 0%,#42DCE9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;box-shadow:0 3px 10px #0375a14d}
.step-card h3{font-size:1.4rem;color:#0375A1;margin:16px 0 12px;font-weight:600}
.step-card p{font-size:1rem;color:#5a6c7d;margin:0;line-height:1.65}
.action-box{background:#fff;border-radius:10px;padding:48px;text-align:center;box-shadow:0 4px 16px #0375a11f;border:2px solid #42DCE9}
.action-box h3{font-size:1.85rem;color:#0375A1;margin:0 0 20px;font-weight:700}
.action-box p{font-size:1.1rem;color:#4a5568;margin:0 0 32px;line-height:1.6}
.btn-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-primary{background:linear-gradient(135deg,#0375A1 0%,#42DCE9 100%);color:#fff;padding:16px 36px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all 200ms ease;display:inline-block;box-shadow:0 4px 12px #0375a140;border:none}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0375a159;background:linear-gradient(135deg,#025f85 0%,#2bc4d3 100%)}
.btn-secondary{background:transparent;color:#0375A1;padding:16px 36px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all 200ms ease;display:inline-block;border:2px solid #0375A1}
.btn-secondary:hover{background:#0375A1;color:#fff;transform:translateY(-2px)}
@media (max-width: 968px) {
.hero-confirmation{padding:80px 24px 60px}
.confirmation-content h1{font-size:2.4rem}
.confirmation-content .subtitle-text{font-size:1.2rem}
.steps-grid{grid-template-columns:1fr;gap:48px}
.step-card{padding:48px 28px 32px}
.action-box{padding:36px 24px}
.btn-group{flex-direction:column;align-items:stretch}
.btn-primary,.btn-secondary{width:100%;text-align:center}
}
@media (max-width: 640px) {
.confirmation-content h1{font-size:2rem}
.confirmation-content .subtitle-text{font-size:1.1rem}
.steps-header h2{font-size:1.9rem}
.status-icon{width:76px;height:76px}
.status-icon svg{width:38px;height:38px}
}