*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;font-family:'DM Sans',sans-serif;background:#FBFEEB;color:#024161}
body{display:flex;flex-direction:column;min-height:100vh}
.hd-wrapper{background:linear-gradient(135deg,#024161 0%,#89C3C8 100%);border-bottom:4px solid #024161;box-shadow:0 6px 20px #02416126;padding:28px 0}
.hd-container{max-width:1536px;margin:0 auto;padding:0 24px}
.logo-box{text-align:center;margin-bottom:24px}
.logo-box img{height:110px;width:110px;background:#FBFEEB;padding:14px;border-radius:8px;box-shadow:0 4px 12px #89c3c840}
.brand-name-box{text-align:center;margin-bottom:26px}
.brand-name-box h1{font-size:42px;font-weight:700;color:#FBFEEB;letter-spacing:1.2px;text-shadow:2px 2px 8px #0241614d}
.nv-main{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;border:2px solid #FBFEEB;border-radius:10px;padding:12px 18px;background:#fbfeeb1a}
.nv-main a{color:#FBFEEB;text-decoration:none;padding:11px 22px;font-weight:600;font-size:16px;border-radius:6px;transition:all .25s ease;background:#fbfeeb14;border:1px solid transparent;position:relative}
.nv-main a:hover{background:#FBFEEB;color:#024161;border-color:#89C3C8}
main{flex:1}
.ft-wrapper{background:#024161;color:#FBFEEB;padding:54px 0 28px;margin-top:80px}
.ft-container{max-width:1536px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:320px 1fr;gap:48px}
.ft-sidebar{background:linear-gradient(180deg,#89C3C8 0%,#024161 100%);padding:32px 24px;border-radius:0;box-shadow:4px 4px 16px #89c3c833}
.ft-sidebar h3{font-size:22px;margin-bottom:18px;color:#FBFEEB;font-weight:700}
.contact-card-box{background:#fbfeeb1f;padding:20px;border-radius:6px;margin-bottom:24px}
.contact-card-box p{margin-bottom:10px;font-size:14px;line-height:1.6}
.contact-card-box strong{color:#FBFEEB;display:block;margin-bottom:4px}
.contact-card-box a{color:#89C3C8;text-decoration:none;transition:color .2s}
.contact-card-box a:hover{color:#FBFEEB}
.cta-bt-primary{display:inline-block;background:#FBFEEB;color:#024161;padding:12px 28px;text-decoration:none;font-weight:700;border-radius:0;transition:all .25s;box-shadow:3px 3px 0 #89c3c866}
.cta-bt-primary:hover{background:#89C3C8;color:#024161;box-shadow:5px 5px 0 #fbfeeb4d}
.ft-main-content{display:flex;flex-direction:column;gap:36px}
.ft-nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}
.ft-nav-section h4{font-size:18px;margin-bottom:14px;color:#89C3C8;font-weight:700}
.ft-nav-section ul{list-style:none}
.ft-nav-section ul li{margin-bottom:8px}
.ft-nav-section ul li a{color:#FBFEEB;text-decoration:none;font-size:14px;transition:color .2s;display:inline-block}
.ft-nav-section ul li a:hover{color:#89C3C8}
.ft-bottom-box{border-top:2px solid #89C3C8;padding-top:24px;margin-top:20px;text-align:center;font-size:13px;color:#89C3C8}
.cookie-popup-wrapper{position:fixed;bottom:24px;left:24px;width:68%;max-width:720px;background:#FBFEEB;border:3px solid #024161;box-shadow:8px 8px 24px #0241614d;z-index:9999;display:none;opacity:0;transition:opacity .4s ease}
.cookie-popup-wrapper.reveal-active{display:block;opacity:1}
.cookie-popup-wrapper.hide-transition{opacity:0}
.cookie-ct-box{padding:28px 32px}
.cookie-ct-box h2{font-size:24px;color:#024161;margin-bottom:14px;font-weight:700}
.cookie-ct-box p{font-size:14px;line-height:1.7;color:#024161;margin-bottom:20px}
.cookie-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:24px}
.cookie-category-card{background:#89c3c826;padding:16px;border:2px solid #89C3C8;border-radius:6px}
.cookie-category-card label{display:flex;align-items:center;gap:10px;font-weight:600;color:#024161;font-size:14px;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-category-card p{margin-top:8px;font-size:12px;color:#024161;margin-bottom:0}
.cookie-bt-row{display:flex;gap:12px;justify-content:flex-end}
.cookie-bt{padding:12px 24px;border:none;background:#024161;color:#FBFEEB;font-weight:700;font-size:14px;cursor:pointer;transition:all .25s;font-family:'DM Sans',sans-serif}
.cookie-bt:hover{background:#89C3C8;color:#024161}
.cookie-bt.decline-bt{background:transparent;border:2px solid #024161;color:#024161}
.cookie-bt.decline-bt:hover{background:#024161;color:#FBFEEB}
.cookie-details-toggle{margin-top:16px;padding-top:16px;border-top:1px solid #89C3C8}
.cookie-details-toggle summary{cursor:pointer;font-weight:600;color:#024161;font-size:14px;list-style:none}
.cookie-details-toggle summary::before{content:'▸ ';display:inline-block;transition:transform .2s}
.cookie-details-toggle[open] summary::before{transform:rotate(90deg)}
.cookie-details-toggle p{margin-top:12px;font-size:13px;line-height:1.6}
.cookie-details-toggle a{color:#024161;font-weight:600}
.cookie-manage-link{position:fixed;bottom:24px;right:24px;background:#024161;color:#FBFEEB;padding:12px 16px;border-radius:50%;width:52px;height:52px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:4px 4px 16px #0241614d;font-size:20px;transition:all .25s;text-decoration:none;z-index:9998}
.cookie-manage-link:hover{background:#89C3C8;color:#024161;transform:scale(1.1)}
.opt-out-section{background:#89c3c833;padding:16px;margin:16px 0;border-left:4px solid #024161}
.opt-out-section label{display:flex;align-items:center;gap:10px;font-weight:600;cursor:pointer}
@media (max-width: 1024px) {
.ft-container{grid-template-columns:1fr}
.ft-sidebar{max-width:100%}
}
@media (max-width: 768px) {
.brand-name-box h1{font-size:32px}
.nv-main{flex-direction:column;gap:8px}
.nv-main a{width:100%;text-align:center}
.cookie-popup-wrapper{width:90%;left:5%}
.cookie-category-grid{grid-template-columns:1fr}
.cookie-bt-row{flex-direction:column}
.cookie-bt{width:100%}
.ft-nav-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.logo-box img{height:80px;width:80px}
.brand-name-box h1{font-size:26px}
.hd-wrapper{padding:20px 0}
}
.content-legal{max-width:1536px;margin:0 auto;padding:60px 24px;background:linear-gradient(180deg,#FBFEEB 0%,#fff 100%)}
.content-legal p{font-size:16px;line-height:1.75;color:#2c3e50;margin:0 0 24px;text-align:justify}
.content-legal p + p{margin-top:16px}
.content-legal ul,.content-legal ol{margin:0 0 28px;padding-left:32px;color:#2c3e50}
.content-legal ul{list-style-type:disc}
.content-legal ol{list-style-type:decimal}
.content-legal li{font-size:16px;line-height:1.7;margin-bottom:12px;padding-left:8px}
.content-legal li:last-child{margin-bottom:0}
.content-legal ul ul,.content-legal ol ol,.content-legal ul ol,.content-legal ol ul{margin:12px 0 0;padding-left:28px}
.content-legal strong,.content-legal b{font-weight:700;color:#024161}
.content-legal em,.content-legal i{font-style:italic;color:#2c3e50}
.content-legal a{color:#024161;text-decoration:underline;transition:all .3s ease;cursor:pointer}
.content-legal a:hover{color:#89C3C8;text-decoration:none;box-shadow:0 2px 8px #89c3c84d}
.content-legal a:active{color:#024161;transform:translateY(1px)}
.content-legal hr{border:none;height:2px;background:linear-gradient(90deg,#89C3C8 0%,#024161 50%,#89C3C8 100%);margin:48px 0;border-radius:2px;box-shadow:0 2px 6px #02416126}
@media (max-width: 768px) {
.content-legal{padding:40px 20px}
.content-legal p,.content-legal li{font-size:15px;line-height:1.65;text-align:left}
.content-legal ul,.content-legal ol{padding-left:24px;margin-bottom:24px}
.content-legal hr{margin:36px 0}
}
@media (max-width: 480px) {
.content-legal{padding:32px 16px}
.content-legal p,.content-legal li{font-size:14px}
.content-legal ul,.content-legal ol{padding-left:20px}
}
.hero-box{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#024161 0%,#89C3C8 100%)}
.hero-box .bg-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./graphics_storage/live1-v2.jpg);background-size:cover;background-position:center;opacity:.15;transform:translateZ(0);will-change:transform}
.hero-box .content-wrap{position:relative;z-index:2;max-width:1536px;width:90%;margin:0 auto;padding:80px 20px}
.hero-box .title-main{font-size:3.2rem;line-height:1.2;color:#FBFEEB;margin:0 0 24px;font-weight:700;text-shadow:0 2px 12px #02416166}
.hero-box .title-main::before{content:'';display:inline-block;width:6px;height:42px;background:#89C3C8;margin-right:16px;vertical-align:middle;box-shadow:0 0 20px #89c3c899}
.hero-box .subtitle-text{font-size:1.3rem;line-height:1.6;color:#FBFEEB;max-width:680px;opacity:.95}
.workshops-grid{max-width:1536px;width:90%;margin:0 auto;padding:100px 20px 80px;background:#FBFEEB}
.workshops-grid .section-hd{font-size:2.4rem;color:#024161;margin:0 0 16px;position:relative;display:inline-block}
.workshops-grid .section-hd::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#024161,#89C3C8);box-shadow:0 2px 8px #89c3c880}
.workshops-grid .intro-txt{font-size:1.1rem;line-height:1.7;color:#024161;margin:0 0 60px;max-width:720px}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px}
.workshop-card{background:#fff;border-radius:8px;padding:32px 28px;box-shadow:0 4px 16px #0241611f;transition:all .3s ease;border:1px solid #89c3c833;position:relative}
.workshop-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #89c3c84d;border-color:#89C3C8}
.workshop-card .card-tag{display:inline-block;background:linear-gradient(135deg,#024161,#89C3C8);color:#FBFEEB;padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}
.workshop-card .card-title{font-size:1.6rem;color:#024161;margin:0 0 16px;font-weight:700}
.workshop-card .card-desc{font-size:1rem;line-height:1.7;color:#024161;opacity:.85;margin:0 0 24px}
.workshop-card .meta-info{display:flex;gap:24px;margin-bottom:24px;padding-top:20px;border-top:1px dashed #89c3c866}
.workshop-card .meta-item{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#024161}
.workshop-card .meta-item::before{content:'●';color:#89C3C8;font-size:1.2rem}
.workshop-card .enroll-bt{display:inline-block;background:#024161;color:#FBFEEB;padding:12px 32px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid #024161}
.workshop-card .enroll-bt:hover{background:transparent;color:#024161;box-shadow:0 4px 16px #02416133}
.timeline-section{background:linear-gradient(180deg,#FBFEEB 0%,#fff 100%);padding:100px 0 120px}
.timeline-section .container-box{max-width:1536px;width:90%;margin:0 auto;padding:0 20px}
.timeline-section .heading-main{font-size:2.6rem;color:#024161;margin:0 0 20px;text-align:center}
.timeline-section .heading-main::before{content:'';display:block;width:80px;height:4px;background:radial-gradient(circle,#89C3C8,#024161);margin:0 auto 24px;border-radius:2px}
.timeline-section .intro-par{font-size:1.15rem;line-height:1.8;color:#024161;text-align:center;max-width:760px;margin:0 auto 80px;opacity:.9}
.process-timeline{position:relative;display:flex;flex-direction:column;gap:48px;max-width:920px;margin:0 auto}
.process-timeline::before{content:'';position:absolute;left:32px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#024161,#89C3C8)}
.timeline-step{position:relative;padding-left:100px;display:flex;flex-direction:column;gap:12px}
.timeline-step .step-marker{position:absolute;left:0;top:0;width:64px;height:64px;background:linear-gradient(135deg,#024161,#89C3C8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FBFEEB;font-size:1.4rem;font-weight:700;box-shadow:0 6px 20px #89c3c866;z-index:2}
.timeline-step .step-label{font-size:.9rem;text-transform:uppercase;color:#89C3C8;font-weight:700;letter-spacing:1px}
.timeline-step .step-heading{font-size:1.8rem;color:#024161;margin:0;font-weight:700}
.timeline-step .step-txt{font-size:1.05rem;line-height:1.7;color:#024161;opacity:.85;max-width:640px}
@media (max-width: 768px) {
.hero-box{min-height:400px}
.hero-box .title-main{font-size:2.2rem}
.hero-box .subtitle-text{font-size:1.1rem}
.card-grid{grid-template-columns:1fr;gap:24px}
.workshops-grid{padding:60px 20px}
.workshops-grid .section-hd{font-size:2rem}
.timeline-section{padding:60px 0 80px}
.timeline-section .heading-main{font-size:2rem}
.process-timeline::before{left:20px}
.timeline-step{padding-left:80px}
.timeline-step .step-marker{width:48px;height:48px;font-size:1.1rem}
.timeline-step .step-heading{font-size:1.5rem}
}
@media (min-width: 769px) and (max-width: 1200px) {
.card-grid{grid-template-columns:repeat(2,1fr)}
}
.page-wrapper{max-width:1536px;margin:0 auto;padding:0}
.hero-box{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:80px 40px;background:linear-gradient(135deg,#FBFEEB 0%,#89C3C8 100%);position:relative;overflow:hidden}
.hero-box::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#02416105 1px,transparent 1px),linear-gradient(90deg,#02416105 1px,transparent 1px);background-size:60px 60px;z-index:0}
.hero-content{flex:1;z-index:1}
.hero-content h1{font-size:48px;color:#024161;margin:0 0 20px;line-height:1.2}
.hero-content .subtitle-txt{font-size:18px;color:#024161;line-height:1.6;margin:0}
.hero-visual{flex:0 0 420px;z-index:1}
.hero-visual img{width:100%;height:auto;border-radius:8px;box-shadow:0 12px 24px #02416126;object-fit:cover}
.solutions-wrapper{padding:100px 40px;background:#FBFEEB}
.solutions-grid{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.solutions-grid h2{grid-column:1 / -1;font-size:38px;color:#024161;margin:0 0 30px;text-align:center}
.solution-card{background:#fff;padding:36px;border-radius:6px;box-shadow:0 6px 18px #89c3c833;transition:transform 0.3s,box-shadow .3s;cursor:pointer}
.solution-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #02416140}
.solution-card h3{font-size:24px;color:#024161;margin:0 0 16px;position:relative;padding-left:30px}
.solution-card h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:3px;background:linear-gradient(90deg,#024161,#89C3C8);border-radius:2px}
.solution-card p{font-size:16px;line-height:1.7;color:#333;margin:0}
.tech-section{padding:90px 40px;background:linear-gradient(180deg,#024161 0%,#89C3C8 100%);position:relative}
.tech-inner{max-width:1536px;margin:0 auto;display:flex;gap:50px;align-items:center}
.tech-visual-box{flex:0 0 480px}
.tech-visual-box img{width:100%;height:auto;border-radius:10px;box-shadow:0 15px 35px #0000004d;object-fit:cover}
.tech-txt{flex:1}
.tech-txt h2{font-size:36px;color:#FBFEEB;margin:0 0 24px}
.tech-txt p{font-size:17px;line-height:1.7;color:#FBFEEB;margin:0 0 20px}
.tech-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:30px 0 0}
.tech-item-box{background:#fbfeeb1a;padding:20px;border-radius:6px;border-left:4px solid #89C3C8;transition:background .3s}
.tech-item-box:hover{background:#fbfeeb2e}
.tech-item-box h4{font-size:18px;color:#FBFEEB;margin:0 0 8px}
.tech-item-box span{font-size:15px;color:#fbfeebd9;display:block}
.platform-wrap{padding:100px 40px;background:#fff}
.platform-content-box{max-width:1536px;margin:0 auto}
.platform-content-box h2{font-size:40px;color:#024161;text-align:center;margin:0 0 50px;position:relative;padding-bottom:20px}
.platform-content-box h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#024161,#89C3C8);border-radius:2px}
.approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.approach-column img{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 25px #0241611f;object-fit:cover;margin-bottom:30px}
.principle-entry{margin-bottom:40px}
.principle-entry h3{font-size:22px;color:#024161;margin:0 0 12px;display:flex;align-items:center;gap:12px}
.principle-entry h3::before{content:'';width:10px;height:10px;background:#89C3C8;border-radius:50%;flex-shrink:0}
.principle-entry p{font-size:16px;line-height:1.7;color:#333;margin:0}
.testimonial-section{padding:80px 40px;background:linear-gradient(135deg,#89C3C8 0%,#024161 100%)}
.testimonial-container{max-width:1200px;margin:0 auto;text-align:center}
.testimonial-container h2{font-size:36px;color:#FBFEEB;margin:0 0 50px}
.testimonial-row{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testimonial-card{background:#fbfeebf2;padding:36px;border-radius:8px;box-shadow:0 8px 20px #0003;text-align:left;position:relative}
.testimonial-card::before{content:'"';position:absolute;top:10px;left:20px;font-size:80px;color:#0241611a;line-height:1;font-family:serif}
.testimonial-card p{font-size:16px;line-height:1.7;color:#024161;margin:0 0 20px;position:relative;z-index:1}
.testimonial-author{font-size:15px;color:#024161;font-weight:600;margin:0}
.testimonial-role{font-size:14px;color:#89C3C8;margin:4px 0 0}
@media (max-width: 1024px) {
.hero-box{flex-direction:column;gap:40px;padding:60px 30px}
.hero-visual{flex:0 0 auto;width:100%;max-width:500px}
.solutions-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.tech-inner{flex-direction:column}
.tech-visual-box{flex:0 0 auto;width:100%;max-width:600px}
.approach-grid{grid-template-columns:1fr;gap:40px}
.testimonial-row{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.hero-box{padding:50px 20px}
.hero-content h1{font-size:36px}
.hero-content .subtitle-txt{font-size:16px}
.solutions-wrapper{padding:70px 20px}
.solutions-grid{grid-template-columns:1fr;gap:25px}
.solutions-grid h2{font-size:32px}
.tech-section{padding:60px 20px}
.tech-txt h2{font-size:30px}
.tech-list{grid-template-columns:1fr}
.platform-wrap{padding:70px 20px}
.platform-content-box h2{font-size:32px}
.testimonial-section{padding:60px 20px}
.testimonial-container h2{font-size:30px}
}
.ct-pg{width:100%;max-width:1536px;margin:0 auto}
.hero-mosaic-box{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:500px;background:linear-gradient(135deg,#024161 0%,#89C3C8 100%);position:relative;overflow:hidden}
.hero-txt-zone{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.hero-txt-zone h1{font-size:3.2rem;color:#FBFEEB;margin:0 0 24px;line-height:1.2}
.hero-txt-zone p{font-size:1.2rem;color:#FBFEEB;margin:0 0 36px;line-height:1.6;opacity:.95}
.hero-cta-bt{display:inline-block;padding:16px 42px;background:#FBFEEB;color:#024161;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 16px #02416133;align-self:flex-start}
.hero-cta-bt:hover{transform:translateY(-3px);box-shadow:0 12px 24px #0241614d;background:#fff}
.hero-img-zone{position:relative;overflow:hidden}
.hero-img-zone img{width:100%;height:100%;object-fit:cover;filter:contrast(1.1) brightness(0.95)}
.separator-line-deco{width:80px;height:4px;background:linear-gradient(90deg,#89C3C8,#FBFEEB);margin:0 0 32px;border-radius:2px}
.contact-info-section{padding:100px 40px;background:#FBFEEB}
.info-grid-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.info-card-bx{background:#fff;padding:42px 32px;border-radius:10px;box-shadow:0 6px 18px #02416114;transition:all .4s ease;border-left:4px solid #89C3C8}
.info-card-bx:hover{transform:translateY(-8px);box-shadow:0 14px 32px #02416126;border-left-color:#024161}
.info-card-bx h3{font-size:1.4rem;color:#024161;margin:0 0 16px;position:relative;padding-bottom:12px}
.info-card-bx h3::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background:#89C3C8}
.info-card-bx p{font-size:1.05rem;color:#333;line-height:1.7;margin:12px 0}
.info-card-bx a{color:#024161;text-decoration:none;transition:color .3s ease;font-weight:500}
.info-card-bx a:hover{color:#89C3C8}
.form-section-wrap{padding:100px 40px;background:linear-gradient(180deg,#fff 0%,#FBFEEB 100%)}
.form-container-bx{max-width:720px;margin:0 auto;background:#fff;padding:60px 50px;border-radius:12px;box-shadow:0 10px 40px #0241611f}
.form-container-bx h2{font-size:2.4rem;color:#024161;margin:0 0 16px;text-align:center}
.form-intro-txt{text-align:center;color:#555;font-size:1.1rem;margin:0 0 48px;line-height:1.6}
.form-group-item{margin-bottom:28px}
.form-group-item label{display:block;font-weight:600;color:#024161;margin-bottom:10px;font-size:1rem}
.form-group-item input[type="text"],.form-group-item input[type="email"],.form-group-item select{width:100%;padding:16px 18px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#FBFEEB;box-sizing:border-box}
.form-group-item input[type="text"]:focus,.form-group-item input[type="email"]:focus,.form-group-item select:focus{outline:none;border-color:#89C3C8;box-shadow:0 0 0 4px #89c3c826;background:#fff}
.form-group-item select{cursor:pointer;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 1L6 6L11 1' stroke='%23024161' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:48px}
.privacy-check-wrap{margin:32px 0;display:flex;align-items:flex-start;gap:12px}
.privacy-check-wrap input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;flex-shrink:0}
.privacy-check-wrap label{font-size:.95rem;color:#555;line-height:1.5;cursor:pointer}
.privacy-check-wrap a{color:#024161;text-decoration:underline;transition:color .3s ease}
.privacy-check-wrap a:hover{color:#89C3C8}
.submit-bt-form{width:100%;padding:18px 32px;background:linear-gradient(135deg,#024161,#89C3C8);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .4s ease;box-shadow:0 6px 20px #02416140}
.submit-bt-form:hover{transform:translateY(-2px);box-shadow:0 10px 30px #02416159}
.submit-bt-form:active{transform:translateY(0)}
@media (max-width: 1024px) {
.info-grid-wrapper{grid-template-columns:1fr;gap:32px}
.hero-mosaic-box{grid-template-columns:1fr;min-height:auto}
.hero-txt-zone{padding:60px 40px}
.hero-img-zone{min-height:350px}
.hero-txt-zone h1{font-size:2.4rem}
}
@media (max-width: 768px) {
.hero-txt-zone{padding:50px 30px}
.hero-txt-zone h1{font-size:2rem}
.hero-txt-zone p{font-size:1.05rem}
.contact-info-section{padding:70px 30px}
.form-section-wrap{padding:70px 30px}
.form-container-bx{padding:40px 30px}
.form-container-bx h2{font-size:1.9rem}
}
@media (max-width: 480px) {
.hero-txt-zone{padding:40px 20px}
.hero-txt-zone h1{font-size:1.7rem}
.hero-cta-bt{padding:14px 32px;font-size:.95rem}
.contact-info-section{padding:50px 20px}
.form-section-wrap{padding:50px 20px}
.form-container-bx{padding:30px 20px}
.info-card-bx{padding:32px 24px}
}
.pg-about-main{width:100%;max-width:1536px;margin:0 auto;padding:0}
.hro-wrapper{position:relative;width:100%;max-width:1400px;margin:3rem auto 5rem;padding:0 2rem;display:flex;align-items:center;min-height:420px}
.hro-img-container{position:absolute;right:0;top:50%;transform:translateY(-50%);width:52%;height:380px;z-index:1;overflow:hidden;border-radius:6px;box-shadow:0 8px 24px #0241611f}
.hro-img-container img{width:100%;height:100%;object-fit:cover;filter:contrast(1.05) brightness(0.98)}
.hro-img-container::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><filter id="noise"><feTurbulence baseFrequency="0.9" numOctaves="4"/></filter><rect width="200" height="200" filter="url(%23noise)" opacity="0.05"/></svg>');pointer-events:none;mix-blend-mode:overlay}
.hro-txt-box{position:relative;z-index:2;background:linear-gradient(135deg,#024161 0%,#035a7e 100%);padding:3rem 2.8rem;max-width:580px;border-radius:8px;box-shadow:0 12px 32px #0241612e 0 4px 12px #89c3c81a}
.hro-txt-box::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#89C3C8,#024161);border-radius:8px;z-index:-1;opacity:.3}
.hro-heading-primary{font-size:2.4rem;font-weight:700;color:#FBFEEB;line-height:1.2;margin:0 0 .5rem;letter-spacing:-.02em}
.hro-heading-secondary{font-size:2.4rem;font-weight:300;color:#89C3C8;line-height:1.2;margin:0;letter-spacing:-.01em}
.origin-narrative-wrapper{width:100%;max-width:1200px;margin:0 auto 6rem;padding:0 2rem}
.origin-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}
.origin-content-side{padding:2rem 0}
.origin-label{display:inline-block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#024161;background:linear-gradient(90deg,#89C3C8 0%,#89c3c84d 100%);padding:.4rem 1.2rem;border-radius:20px;margin-bottom:1.8rem}
.origin-hdg{font-size:2rem;font-weight:600;color:#024161;line-height:1.3;margin:0 0 1.5rem;position:relative;padding-left:1.2rem}
.origin-hdg::before{content:'';position:absolute;left:0;top:.3rem;width:4px;height:2.2rem;background:linear-gradient(180deg,#024161,#89C3C8);border-radius:2px}
.origin-txt{font-size:1.05rem;line-height:1.7;color:#2a2a2a;margin:0 0 1.2rem}
.origin-visual-side{position:relative;display:flex;flex-direction:column;gap:2rem}
.origin-img-frame{width:100%;height:280px;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #02416124;position:relative}
.origin-img-frame img{width:100%;height:100%;object-fit:cover}
.origin-stat-group{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.origin-stat-item{background:linear-gradient(135deg,#FBFEEB 0%,#f5f9e8 100%);padding:1.8rem 1.5rem;border-radius:8px;border-left:4px solid #024161;box-shadow:0 4px 12px #02416114}
.origin-stat-num{font-size:2.2rem;font-weight:700;color:#024161;line-height:1;margin:0 0 .4rem}
.origin-stat-lbl{font-size:.9rem;color:#555;line-height:1.4;margin:0}
.approach-zone{width:100%;background:radial-gradient(circle at 30% 40%,#89c3c826,transparent 60%),linear-gradient(135deg,#f8fdf4 0%,#FBFEEB 100%);padding:5rem 2rem;margin-bottom:6rem}
.approach-inner{max-width:1100px;margin:0 auto}
.approach-title-wrap{text-align:center;margin-bottom:3.5rem}
.approach-title{font-size:2.2rem;font-weight:600;color:#024161;margin:0 0 1rem;line-height:1.3}
.approach-subtitle{font-size:1.1rem;color:#555;line-height:1.6;max-width:680px;margin:0 auto}
.approach-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.approach-card{background:#fff;padding:2.2rem 1.8rem;border-radius:10px;box-shadow:0 6px 18px #0241611a;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.approach-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #02416129}
.approach-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#024161,#89C3C8);border-radius:10px 10px 0 0}
.approach-icon-wrap{width:56px;height:56px;background:linear-gradient(135deg,#89C3C8,#a8d7da);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #89c3c84d}
.approach-icon-wrap svg{width:28px;height:28px;fill:#024161}
.approach-card-hdg{font-size:1.3rem;font-weight:600;color:#024161;margin:0 0 .9rem;line-height:1.3}
.approach-card-desc{font-size:.98rem;color:#555;line-height:1.6;margin:0}
.values-segment{width:100%;max-width:1300px;margin:0 auto 6rem;padding:0 2rem}
.values-layout{display:grid;grid-template-columns:460px 1fr;gap:4rem;align-items:center}
.values-media-col{position:relative}
.values-primary-img{width:100%;height:380px;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #02416126}
.values-primary-img img{width:100%;height:100%;object-fit:cover}
.values-content-col{padding:1rem 0}
.values-topic-badge{display:inline-flex;align-items:center;gap:.6rem;font-size:.88rem;font-weight:600;color:#024161;background:#89c3c840;padding:.5rem 1.3rem;border-radius:24px;margin-bottom:1.6rem}
.values-topic-badge::before{content:'';width:6px;height:6px;background:#024161;border-radius:50%}
.values-main-hdg{font-size:2.1rem;font-weight:600;color:#024161;line-height:1.3;margin:0 0 1.8rem}
.values-list-wrap{display:flex;flex-direction:column;gap:1.8rem}
.values-list-entry{display:flex;gap:1.2rem;align-items:start}
.values-entry-icon{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#024161,#035a7e);border-radius:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #02416133}
.values-entry-icon svg{width:20px;height:20px;fill:#89C3C8}
.values-entry-content{flex:1}
.values-entry-title{font-size:1.15rem;font-weight:600;color:#024161;margin:0 0 .5rem;line-height:1.3}
.values-entry-desc{font-size:.98rem;color:#555;line-height:1.6;margin:0}
.cta-finale-section{width:100%;background:linear-gradient(135deg,#024161 0%,#035a7e 50%,#024161 100%);padding:4.5rem 2rem;margin-bottom:5rem;position:relative;overflow:hidden}
.cta-finale-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#89c3c826,transparent 70%);border-radius:50%;pointer-events:none}
.cta-finale-inner{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.cta-finale-hdg{font-size:2.3rem;font-weight:700;color:#FBFEEB;line-height:1.3;margin:0 0 1.2rem}
.cta-finale-subtext{font-size:1.1rem;color:#89C3C8;line-height:1.6;margin:0 0 2.5rem;max-width:680px;margin-left:auto;margin-right:auto}
.cta-btns-row{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.cta-btn-primary{display:inline-flex;align-items:center;gap:.8rem;font-size:1.05rem;font-weight:600;color:#024161;background:linear-gradient(135deg,#89C3C8,#a8d7da);padding:1rem 2.5rem;border-radius:8px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 18px #89c3c84d;z-index:10;position:relative}
.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 24px #89c3c866}
.cta-btn-secondary{display:inline-flex;align-items:center;gap:.8rem;font-size:1.05rem;font-weight:600;color:#FBFEEB;background:transparent;padding:1rem 2.5rem;border:2px solid #89C3C8;border-radius:8px;text-decoration:none;transition:background .3s ease,color .3s ease;z-index:10;position:relative}
.cta-btn-secondary:hover{background:#89c3c826;color:#89C3C8}
@media (max-width: 1024px) {
.hro-wrapper{flex-direction:column;min-height:auto;margin:2rem auto 4rem}
.hro-img-container{position:relative;width:100%;transform:none;top:auto;right:auto;margin-bottom:2rem}
.hro-txt-box{max-width:100%}
.origin-grid{grid-template-columns:1fr;gap:3rem}
.approach-cards-row{grid-template-columns:1fr;gap:1.8rem}
.values-layout{grid-template-columns:1fr;gap:3rem}
.values-media-col{order:2}
.values-content-col{order:1}
}
@media (max-width: 768px) {
.hro-heading-primary,.hro-heading-secondary{font-size:1.9rem}
.hro-txt-box{padding:2.2rem 1.8rem}
.origin-hdg{font-size:1.7rem}
.origin-stat-group{grid-template-columns:1fr}
.approach-title{font-size:1.8rem}
.values-main-hdg{font-size:1.8rem}
.cta-finale-hdg{font-size:1.9rem}
.cta-btns-row{flex-direction:column;align-items:center}
.cta-btn-primary,.cta-btn-secondary{width:100%;max-width:320px;justify-content:center}
}
@media (max-width: 480px) {
.hro-wrapper{padding:0 1.2rem;margin:1.5rem auto 3rem}
.hro-heading-primary,.hro-heading-secondary{font-size:1.6rem}
.approach-zone{padding:3.5rem 1.2rem}
.values-segment{padding:0 1.2rem}
.cta-finale-section{padding:3.5rem 1.2rem}
}
.success-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#024161 0%,#89C3C8 100%);position:relative;overflow:hidden;padding:2rem 1rem}
.success-wrap::before{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#fbfeeb26 0%,transparent 70%);border-radius:50%;top:-100px;right:-100px;animation:particleFloat1 8s ease-in-out infinite}
.success-wrap::after{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#fbfeeb1a 0%,transparent 70%);border-radius:50%;bottom:-80px;left:-80px;animation:particleFloat2 10s ease-in-out infinite}
@keyframes particleFloat1 {
0%,100%{transform:translate(0,0) scale(1);opacity:.8}
50%{transform:translate(-30px,30px) scale(1.1);opacity:.5}
}
@keyframes particleFloat2 {
0%,100%{transform:translate(0,0) scale(1);opacity:.6}
50%{transform:translate(40px,-40px) scale(1.15);opacity:.3}
}
.success-content-box{background:#fffffffa;border-radius:8px;padding:3.5rem 2.5rem;max-width:580px;width:100%;box-shadow:0 12px 40px #02416133 0 4px 12px #02416126;position:relative;z-index:2;text-align:center}
.success-icon-wrapper{width:90px;height:90px;margin:0 auto 2rem;background:linear-gradient(135deg,#89C3C8 0%,#024161 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:successPulse 2s ease-in-out infinite;box-shadow:0 6px 20px #89c3c866}
@keyframes successPulse {
0%,100%{transform:scale(1);box-shadow:0 6px 20px #89c3c866}
50%{transform:scale(1.05);box-shadow:0 8px 28px #89c3c899}
}
.success-icon-wrapper svg{width:48px;height:48px;stroke:#FBFEEB;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.success-heading-primary{font-size:2rem;font-weight:700;color:#024161;margin:0 0 1rem;line-height:1.2}
.success-heading-primary::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#89C3C8 0%,#024161 100%);margin:1rem auto 0;border-radius:2px}
.success-subheading{font-size:1.125rem;color:#024161;margin:0 0 .75rem;font-weight:600;opacity:.85}
.success-desc-text{font-size:1rem;color:#555;line-height:1.7;margin:0 0 2rem}
.success-button-group{display:flex;flex-direction:column;gap:1rem;align-items:center}
.btn-primary-success{display:inline-block;padding:.875rem 2.25rem;background:linear-gradient(135deg,#024161 0%,#89C3C8 100%);color:#FBFEEB;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 14px #02416140;position:relative;z-index:10}
.btn-primary-success:hover{transform:translateY(-2px);box-shadow:0 6px 20px #02416159}
.btn-secondary-success{display:inline-block;padding:.875rem 2.25rem;background:transparent;color:#024161;text-decoration:none;border:2px solid #89C3C8;border-radius:6px;font-weight:600;font-size:1rem;transition:background .3s ease,color .3s ease,border-color .3s ease;position:relative;z-index:10}
.btn-secondary-success:hover{background:#89C3C8;color:#FBFEEB;border-color:#89C3C8}
.success-footer-note{margin-top:2rem;font-size:.9rem;color:#777;font-style:italic}
@media (max-width: 768px) {
.success-content-box{padding:2.5rem 1.75rem}
.success-heading-primary{font-size:1.625rem}
.success-subheading{font-size:1rem}
.success-icon-wrapper{width:75px;height:75px}
.success-icon-wrapper svg{width:40px;height:40px}
}
@media (max-width: 480px) {
.success-wrap{padding:1.5rem .75rem}
.success-content-box{padding:2rem 1.25rem}
.success-heading-primary{font-size:1.5rem}
.btn-primary-success,.btn-secondary-success{padding:.75rem 1.75rem;font-size:.95rem;width:100%}
}