:root{--primary-brand:#F98213;--secondary-brand:#3E5157;--tertiary-brand:#E2F1E2;--primary-opacity:#f98213cc;--light-bg:#fafbfc;--white:#fff;--text-dark:#212529;--text-medium:#495057;--text-secondary:#6c757d;--border-light:#e9ecef}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--text-dark);font:17px/1.7 'Manrope',sans-serif;background:var(--light-bg)}
.sr-only-noskip{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
header{background:linear-gradient(135deg,var(--white) 0%,var(--tertiary-brand) 100%);border-bottom:3px solid var(--primary-brand);position:relative;z-index:100}
.header_top-row{display:flex;justify-content:space-between;align-items:center;padding:18px 5%;border-bottom:1px solid var(--border-light);min-height:65px}
.company__name-block{display:flex;align-items:center;gap:16px}
.logo__container-wrap{position:relative;z-index:110}
.logo__image-main{height:85px;width:85px;display:block;object-fit:contain}
.company__title-text{color:var(--secondary-brand);letter-spacing:-.5px;font:700 26px 'Space Grotesk',sans-serif}
.contact__email-display{font-size:16px;color:var(--text-medium);text-decoration:none;padding:10px 18px;border-radius:6px;transition:background-color 0.25s,color .25s;background:#f9821314}
.contact__email-display:hover{color:var(--white);background:var(--primary-brand)}
.contact__email-display:focus{outline:3px solid var(--primary-brand);outline-offset:2px}
.header_navigation-row{display:flex;justify-content:center;align-items:center;padding:0 5%;min-height:58px;background:var(--white)}
.main__navigation-bar{display:flex;gap:8px;list-style:none;align-items:center}
.nav__link-item{position:relative}
.nav__anchor-link{display:block;padding:14px 28px;color:var(--secondary-brand);text-decoration:none;transition:color 0.2s,background-color .2s;border-radius:4px;font:600 17px 'Space Grotesk',sans-serif}
.nav__anchor-link:hover{color:var(--primary-brand);background:#f982130f}
.nav__anchor-link:focus{outline:3px solid var(--primary-brand);outline-offset:2px}
footer{background:linear-gradient(165deg,var(--secondary-brand) 0%,#2a3a3f 100%);color:var(--white);padding:50px 5% 30px;margin-top:80px;position:relative}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--primary-brand) 0%,var(--tertiary-brand) 100%)}
.footer__content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px;max-width:1400px;margin:0 auto 40px}
.footer__section-block{display:flex;flex-direction:column;gap:18px}
.footer__heading-title{color:var(--tertiary-brand);margin-bottom:8px;font:700 20px 'Space Grotesk',sans-serif}
.footer__links-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer__link-anchor{color:#ffffffd9;text-decoration:none;font-size:16px;transition:color .2s;display:inline-block}
.footer__link-anchor:hover{color:var(--primary-brand)}
.footer__link-anchor:focus{outline:2px solid var(--primary-brand);outline-offset:3px}
.footer__contact-email{color:#ffffffd9;text-decoration:none;font-size:16px;transition:color .2s}
.footer__contact-email:hover{color:var(--tertiary-brand)}
.footer__contact-email:focus{outline:2px solid var(--primary-brand);outline-offset:3px}
.footer__copyright-text{text-align:center;padding-top:30px;border-top:1px solid #fff3;font-size:15px;color:#ffffffb3}
.consent__modal-overlay{position:fixed;bottom:25px;right:25px;max-width:460px;background:linear-gradient(145deg,var(--white) 0%,#f8f9fa 100%);border-radius:12px;box-shadow:0 12px 40px #3e515740;padding:28px;z-index:9999;border:2px solid var(--border-light);display:none}
.consent__modal-overlay.visible__state-active{display:block}
.consent__header-zone{margin-bottom:20px}
.consent__title-main{color:var(--secondary-brand);margin-bottom:12px;font:700 21px 'Space Grotesk',sans-serif}
.consent__description-text{font-size:15px;line-height:1.6;color:var(--text-medium)}
.consent__categories-wrapper{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.consent__category-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:6px;border:1px solid var(--border-light);background:#f982130a}
.consent__category-label{font-size:15px;font-weight:600;color:var(--text-dark);cursor:pointer;display:flex;align-items:center;gap:10px}
.consent__toggle-switch{position:relative;width:50px;height:26px;border-radius:20px;cursor:pointer;transition:background-color .25s;background:#cbd5e0}
.consent__toggle-switch.active__granted-state{background:var(--primary-brand)}
.consent__toggle-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;transition:transform .25s;background:var(--white)}
.consent__toggle-switch.active__granted-state .consent__toggle-knob{transform:translateX(24px)}
.consent__actions-row{display:flex;gap:12px;justify-content:space-between}
.consent__button-action{flex:1;padding:12px 20px;border:none;border-radius:6px;cursor:pointer;transition:background-color 0.2s,transform .2s;font:600 15px 'Space Grotesk',sans-serif}
.consent__button-action:focus{outline:3px solid var(--primary-brand);outline-offset:2px}
.consent__button-action:active{transform:scale(0.98)}
.consent__button-accept{color:var(--white);background:var(--primary-brand)}
.consent__button-accept:hover{background:#e57510}
.consent__button-reject{color:var(--white);background:var(--secondary-brand)}
.consent__button-reject:hover{background:#2f4046}
.consent__button-configure{color:var(--text-dark);background:var(--tertiary-brand)}
.consent__button-configure:hover{background:#d0e7d0}
@media (max-width: 768px) {
.header_top-row{flex-direction:column;gap:18px;padding:20px 4%}
.company__name-block{flex-direction:column;text-align:center;gap:12px}
.company__title-text{font-size:22px}
.logo__image-main{height:70px;width:70px}
.header_navigation-row{padding:12px 4%;min-height:auto}
.main__navigation-bar{flex-wrap:wrap;justify-content:center;gap:6px}
.nav__anchor-link{padding:10px 18px;font-size:15px}
.footer__content-grid{grid-template-columns:1fr;gap:35px}
.consent__modal-overlay{bottom:15px;right:15px;left:15px;max-width:none;padding:22px}
.consent__actions-row{flex-direction:column}
.consent__title-main{font-size:19px}
}
@media (max-width: 480px) {
body{font-size:16px}
.company__title-text{font-size:20px}
.logo__image-main{height:60px;width:60px}
.nav__anchor-link{padding:9px 14px;font-size:14px}
.consent__description-text{font-size:14px}
.consent__category-label{font-size:14px}
}
.programme-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#E2F1E2 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.programme-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#f9821314 0%,transparent 70%);pointer-events:none}
.programme-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.programme-hero-content h1{font-size:2.8rem;color:#3E5157;margin-bottom:1.5rem;line-height:1.2;font-weight:700}
.programme-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:#F98213;margin-top:1.2rem}
.programme-hero-content .intro-text{font-size:1.15rem;color:#495057;line-height:1.7;max-width:700px;margin-bottom:2rem}
.programme-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem}
.detail-card{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #F98213;box-shadow:0 2px 8px #3e515714}
.detail-card .label{font-size:.85rem;color:#3E5157;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:.5rem}
.detail-card .value{font-size:1.1rem;color:#212529;font-weight:500}
.parcours-structure-wrap{background:#fff;padding:5rem 1.5rem}
.parcours-structure-inner{max-width:1200px;margin:0 auto}
.parcours-structure-inner h2{font-size:2.2rem;color:#3E5157;margin-bottom:3rem;text-align:center;position:relative;padding-bottom:1rem}
.parcours-structure-inner h2::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#F98213 0%,#3E5157 100%)}
.phases-container{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}
.phase-block{display:grid;grid-template-columns:100px 1fr;gap:2rem;align-items:start;padding:2rem;background:#f8f9fa;border-radius:12px;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.phase-block:hover{transform:translateX(8px);box-shadow:-4px 4px 20px #f9821326}
.phase-block::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#F98213 0%,#3E5157 100%);border-radius:12px 0 0 12px}
.phase-numero{width:80px;height:80px;background:linear-gradient(135deg,#F98213 0%,#ff9d44 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #f982134d}
.phase-contenu h3{font-size:1.5rem;color:#3E5157;margin-bottom:.8rem;font-weight:600}
.phase-contenu .duree{font-size:.9rem;color:#F98213;font-weight:600;margin-bottom:1rem;display:inline-block;padding:.3rem .8rem;background:#f982131a;border-radius:4px}
.phase-contenu p{color:#495057;line-height:1.7;margin-bottom:1rem}
.phase-contenu ul{list-style:none;padding:0;margin-top:1rem}
.phase-contenu ul li{padding-left:1.8rem;margin-bottom:.6rem;color:#495057;position:relative;line-height:1.6}
.phase-contenu ul li::before{content:'→';position:absolute;left:0;color:#F98213;font-weight:700}
.approche-pedagogique-wrap{background:#3E5157;padding:5rem 1.5rem;position:relative;overflow:hidden}
.approche-pedagogique-wrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:50%;height:150%;background:radial-gradient(circle,#e2f1e20f 0%,transparent 70%);pointer-events:none}
.approche-pedagogique-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.approche-pedagogique-inner h2{font-size:2.2rem;color:#fff;margin-bottom:2rem;text-align:center}
.approche-flex-layout{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:3rem;align-items:center}
.approche-image-zone{flex:1;min-width:300px}
.approche-image-zone img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000004d}
.approche-text-zone{flex:1;min-width:300px}
.approche-text-zone .methode-item{background:#ffffff0d;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #ffffff1a;transition:background .3s ease,border-color .3s ease}
.approche-text-zone .methode-item:hover{background:#ffffff14;border-color:#F98213}
.approche-text-zone .methode-item h3{font-size:1.25rem;color:#F98213;margin-bottom:.8rem;font-weight:600}
.approche-text-zone .methode-item p{color:#E2F1E2;line-height:1.7;margin:0}
.accompagnement-wrap{background:linear-gradient(180deg,white 0%,#f8f9fa 100%);padding:5rem 1.5rem}
.accompagnement-inner{max-width:1100px;margin:0 auto}
.accompagnement-inner h2{font-size:2.2rem;color:#3E5157;margin-bottom:1.5rem}
.accompagnement-inner h2::before{content:'';display:inline-block;margin-right:.8rem;color:#F98213}
.accompagnement-intro{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:3rem;max-width:750px}
.accompagnement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.accompagnement-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 3px 12px #3e51571a;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.accompagnement-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #f9821333}
.accompagnement-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#F98213 0%,#3E5157 100%);border-radius:10px 10px 0 0}
.accompagnement-card h3{font-size:1.3rem;color:#3E5157;margin-bottom:1rem;font-weight:600}
.accompagnement-card p{color:#495057;line-height:1.7}
.inscription-cta-wrap{background:#E2F1E2;padding:5rem 1.5rem;position:relative}
.inscription-cta-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}
.inscription-content h2{font-size:2.3rem;color:#3E5157;margin-bottom:1.5rem;line-height:1.3}
.inscription-content .session-info{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border-left:5px solid #F98213}
.inscription-content .session-info h3{font-size:1.1rem;color:#3E5157;margin-bottom:.8rem;font-weight:600}
.inscription-content .session-info p{color:#495057;margin:.5rem 0;line-height:1.6}
.inscription-content .session-info .date-highlight{color:#F98213;font-weight:600;font-size:1.05rem}
.inscription-cta-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}
.btn-inscription-primary{background:#F98213;color:#fff;padding:1rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-block;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 12px #f982134d;position:relative;z-index:10}
.btn-inscription-primary:hover{background:#e07512;transform:translateY(-2px);box-shadow:0 6px 16px #f9821366}
.btn-inscription-secondary{background:none;color:#3E5157;padding:1rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-block;border:2px solid #3E5157;transition:background .3s ease,color .3s ease;position:relative;z-index:10}
.btn-inscription-secondary:hover{background:#3E5157;color:#fff}
.inscription-visual img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #3e515726}
@media (max-width: 768px) {
.programme-hero-content h1{font-size:2rem}
.programme-details-grid{grid-template-columns:1fr}
.phase-block{grid-template-columns:1fr;gap:1rem}
.phase-numero{margin:0 auto}
.approche-flex-layout{flex-direction:column}
.approche-image-zone img{height:300px}
.inscription-cta-inner{grid-template-columns:1fr}
.inscription-visual img{height:300px}
.inscription-cta-buttons{flex-direction:column}
.btn-inscription-primary,.btn-inscription-secondary{text-align:center}
}
.avis-hero-block{background:linear-gradient(135deg,#fafbfc 0%,#E2F1E2 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.avis-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f9821314 0%,transparent 70%);border-radius:50%}
.avis-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.avis-hero-content h1{font-size:2.8rem;color:#3E5157;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.avis-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:#F98213;margin-top:1rem}
.avis-hero-content .intro-text{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin-bottom:2rem}
.avis-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}
.stat-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 12px #3e515714;border-left:4px solid #F98213}
.stat-item .number{font-size:2.2rem;font-weight:700;color:#F98213;display:block;margin-bottom:.5rem}
.stat-item .label{font-size:.95rem;color:#3E5157;line-height:1.4}
.temoignages-section{background:#fff;padding:5rem 1.5rem;position:relative}
.temoignages-container{max-width:1200px;margin:0 auto}
.temoignages-header{text-align:center;margin-bottom:4rem}
.temoignages-header h2{font-size:2.4rem;color:#3E5157;margin-bottom:1rem;font-weight:700;position:relative;display:inline-block}
.temoignages-header h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#F98213}
.temoignages-header h2::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#F98213}
.temoignages-header p{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.6}
.temoignages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}
.temoignage-card{background:#f8f9fa;padding:2rem;border-radius:12px;position:relative;box-shadow:0 3px 15px #3e51571a;transition:transform .3s ease,box-shadow .3s ease}
.temoignage-card:hover{transform:translateY(-5px);box-shadow:0 6px 25px #f9821326}
.temoignage-card::before{content:'"';position:absolute;top:-10px;left:20px;color:#F98213;opacity:.2;font:5rem/1 Georgia,serif}
.temoignage-content{position:relative;z-index:2}
.temoignage-text{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:1.5rem;font-style:italic}
.temoignage-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:2px solid #E2F1E2}
.author-info .name{font-weight:600;color:#3E5157;font-size:1.05rem;display:block;margin-bottom:.3rem}
.author-info .role{font-size:.9rem;color:#6c757d}
.author-info .company{font-size:.85rem;color:#F98213;font-weight:500}
.rating-stars{color:#F98213;font-size:1.1rem;letter-spacing:2px;margin-bottom:.8rem}
.processus-evaluation{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:5rem 1.5rem;position:relative}
.processus-wrapper{max-width:1400px;margin:0 auto}
.processus-intro{max-width:800px;margin:0 auto 4rem;text-align:center}
.processus-intro h2{font-size:2.3rem;color:#3E5157;margin-bottom:1.2rem;font-weight:700}
.processus-intro h2 span{color:#F98213;position:relative}
.processus-intro h2 span::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#F98213}
.processus-intro p{font-size:1.05rem;color:#495057;line-height:1.7}
.processus-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.processus-visual{position:sticky;top:2rem}
.processus-visual img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px #3e51571f}
.etapes-list{display:flex;flex-direction:column;gap:2rem}
.etape-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 3px 15px #3e515714;position:relative;padding-left:5rem;transition:all .3s ease}
.etape-item:hover{box-shadow:0 6px 25px #f9821326;transform:translateX(5px)}
.etape-numero{position:absolute;left:1.5rem;top:2rem;width:50px;height:50px;background:linear-gradient(135deg,#F98213 0%,#f93 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #f982134d}
.etape-content h3{font-size:1.4rem;color:#3E5157;margin-bottom:.8rem;font-weight:600}
.etape-content p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:1rem}
.etape-details{background:#E2F1E2;padding:1rem 1.2rem;border-radius:6px;border-left:3px solid #F98213}
.etape-details ul{list-style:none;padding:0;margin:0}
.etape-details li{font-size:.95rem;color:#3E5157;padding:.4rem 0;position:relative;padding-left:1.5rem}
.etape-details li::before{content:'→';position:absolute;left:0;color:#F98213;font-weight:700}
.image-showcase{margin-top:2rem;text-align:center}
.image-showcase img{width:100%;max-width:500px;height:auto;border-radius:10px;box-shadow:0 5px 20px #3e51571a}
@media (max-width: 992px) {
.processus-layout{grid-template-columns:1fr}
.processus-visual{position:relative;top:0;order:2}
.etapes-list{order:1}
}
@media (max-width: 768px) {
.avis-hero-content h1{font-size:2rem}
.temoignages-header h2::before,.temoignages-header h2::after{display:none}
.temoignages-grid{grid-template-columns:1fr}
.avis-stats-grid{grid-template-columns:1fr;gap:1.5rem}
.etape-item{padding-left:1.5rem;padding-top:4.5rem}
.etape-numero{left:50%;transform:translateX(-50%);top:1rem}
.processus-intro h2{font-size:1.8rem}
.temoignages-header h2{font-size:1.9rem}
}
@media (max-width: 576px) {
.avis-hero-block{padding:3rem 1rem 2.5rem}
.temoignages-section,.processus-evaluation{padding:3rem 1rem}
.temoignages-header{margin-bottom:2.5rem}
}
.index-hero-stage{position:relative;min-height:92vh;display:flex;align-items:center;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);overflow:hidden}
.index-hero-stage::before{content:'';position:absolute;top:-10%;right:-5%;width:60%;height:120%;background:linear-gradient(225deg,#f9821314 0%,#e2f1e226 100%);transform:rotate(-8deg);z-index:1}
.index-hero-content-wrapper{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}
.index-hero-text-zone{padding-right:40px}
.index-hero-eyebrow{display:inline-block;font-size:.95rem;font-weight:600;color:#F98213;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:20px;padding:8px 18px;background:#f982131a;border-radius:30px}
.index-hero-main-title{font-size:3.8rem;line-height:1.15;font-weight:800;color:#212529;margin-bottom:28px;letter-spacing:-.5px}
.index-hero-main-title::after{content:'';display:block;width:90px;height:5px;background:linear-gradient(90deg,#F98213 0%,#E2F1E2 100%);margin-top:24px;border-radius:3px}
.index-hero-description{font-size:1.2rem;line-height:1.75;color:#495057;margin-bottom:40px}
.index-hero-cta-group{display:flex;gap:18px;flex-wrap:wrap}
.index-hero-primary-btn{display:inline-block;padding:16px 38px;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#F98213 0%,#e67510 100%);border:none;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px #f9821340}
.index-hero-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9821359}
.index-hero-secondary-btn{display:inline-block;padding:16px 38px;font-size:1.05rem;font-weight:600;color:#3E5157;background:#fff;border:2px solid #3E5157;border-radius:8px;text-decoration:none;transition:all .3s ease}
.index-hero-secondary-btn:hover{background:#3E5157;color:#fff}
.index-hero-visual-box{position:relative}
.index-hero-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #3e515726;transform:rotate(2deg)}
.index-hero-image-container img{width:100%;height:auto;display:block}
.index-hero-accent-shape{position:absolute;bottom:-30px;left:-30px;width:140px;height:140px;background:linear-gradient(135deg,#E2F1E2 0%,#e2f1e280 100%);border-radius:50%;z-index:-1}
.index-funding-reality-section{padding:100px 20px;background:#fff;position:relative}
.index-funding-reality-section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#F98213 50%,transparent 100%)}
.index-funding-container{max-width:1100px;margin:0 auto}
.index-funding-intro{max-width:780px;margin-bottom:70px}
.index-funding-intro-title{font-size:2.6rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.3}
.index-funding-intro-title::before{content:'//';color:#F98213;margin-right:12px;font-weight:800}
.index-funding-intro-text{font-size:1.15rem;line-height:1.8;color:#495057}
.index-funding-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.index-funding-card{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:40px;border-radius:12px;border-left:4px solid #F98213;position:relative;transition:all .3s ease}
.index-funding-card:hover{transform:translateX(8px);box-shadow:-8px 12px 30px #f982131f}
.index-funding-card-number{position:absolute;top:-15px;right:30px;font-size:4rem;font-weight:900;color:#f982131a;line-height:1}
.index-funding-card-title{font-size:1.5rem;font-weight:700;color:#3E5157;margin-bottom:16px}
.index-funding-card-content{font-size:1.05rem;line-height:1.7;color:#495057}
.index-diagonal-approach-section{padding:110px 20px;background:linear-gradient(165deg,#3E5157 0%,#2a3b40 100%);position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:60px 0}
.index-approach-content-wrapper{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:70px;align-items:center}
.index-approach-visual-side{position:relative}
.index-approach-image-frame{border-radius:12px;overflow:hidden;box-shadow:0 25px 70px #0000004d;transform:rotate(-3deg)}
.index-approach-image-frame img{width:100%;height:auto;display:block}
.index-approach-floating-badge{position:absolute;bottom:20px;right:-20px;background:#F98213;color:#fff;padding:20px 28px;border-radius:10px;font-weight:700;font-size:1.1rem;box-shadow:0 8px 24px #f9821366;transform:rotate(3deg)}
.index-approach-text-side{color:#fff}
.index-approach-heading{font-size:2.8rem;font-weight:800;margin-bottom:30px;line-height:1.25}
.index-approach-heading span{color:#E2F1E2;position:relative}
.index-approach-heading span::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:#F98213}
.index-approach-details{font-size:1.1rem;line-height:1.8;color:#E2F1E2;margin-bottom:35px}
.index-approach-cta-link{display:inline-block;padding:14px 32px;font-size:1.05rem;font-weight:600;color:#3E5157;background:#E2F1E2;border-radius:8px;text-decoration:none;transition:all .3s ease}
.index-approach-cta-link:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #e2f1e266}
.index-framework-reveal-section{padding:100px 20px;background:#f8f9fa;position:relative}
.index-framework-container{max-width:1200px;margin:0 auto}
.index-framework-header{text-align:center;max-width:700px;margin:0 auto 80px}
.index-framework-main-title{font-size:2.7rem;font-weight:800;color:#212529;margin-bottom:22px;line-height:1.3}
.index-framework-subtitle{font-size:1.15rem;line-height:1.7;color:#495057}
.index-framework-showcase{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.index-framework-image-display{position:relative}
.index-framework-image-display img{width:100%;height:auto;border-radius:16px;box-shadow:0 15px 50px #3e51571f}
.index-framework-image-display::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;border:3px solid #E2F1E2;border-radius:16px;z-index:-1}
.index-framework-phases-list{display:flex;flex-direction:column;gap:32px}
.index-framework-phase-item{background:#fff;padding:32px;border-radius:12px;border-left:5px solid #F98213;box-shadow:0 4px 16px #3e515714;transition:all .3s ease;position:relative}
.index-framework-phase-item:hover{box-shadow:0 8px 28px #f9821326;transform:translateY(-4px)}
.index-framework-phase-label{font-size:.9rem;font-weight:700;color:#F98213;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}
.index-framework-phase-heading{font-size:1.6rem;font-weight:700;color:#212529;margin-bottom:14px}
.index-framework-phase-description{font-size:1.05rem;line-height:1.7;color:#495057}
.index-social-validation-section{padding:100px 20px;background:linear-gradient(135deg,#fafbfc 0%,#E2F1E2 100%);position:relative}
.index-validation-content-box{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}
.index-validation-text-area{padding-right:30px}
.index-validation-top-tag{display:inline-block;font-size:.9rem;font-weight:700;color:#3E5157;background:#3e51571a;padding:8px 16px;border-radius:20px;margin-bottom:22px;text-transform:uppercase;letter-spacing:.8px}
.index-validation-big-title{font-size:2.9rem;font-weight:800;color:#212529;margin-bottom:28px;line-height:1.2}
.index-validation-narrative{font-size:1.1rem;line-height:1.8;color:#495057;margin-bottom:38px}
.index-validation-cta-button{display:inline-block;padding:15px 36px;font-size:1.05rem;font-weight:600;color:#fff;background:#3E5157;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px #3e515740}
.index-validation-cta-button:hover{background:#2a3b40;transform:translateY(-2px);box-shadow:0 6px 20px #3e515759}
.index-validation-stats-column{display:flex;flex-direction:column;gap:28px}
.index-validation-stat-block{background:#fff;padding:32px;border-radius:12px;box-shadow:0 6px 22px #3e51571a;position:relative;overflow:hidden}
.index-validation-stat-block::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#F98213 0%,#E2F1E2 100%)}
.index-validation-stat-number{font-size:3rem;font-weight:900;color:#F98213;line-height:1;margin-bottom:10px}
.index-validation-stat-label{font-size:1.1rem;font-weight:600;color:#3E5157;margin-bottom:8px}
.index-validation-stat-detail{font-size:.95rem;line-height:1.6;color:#495057}
@media (max-width: 1024px) {
.index-hero-content-wrapper{grid-template-columns:1fr;gap:50px}
.index-hero-text-zone{padding-right:0;text-align:center}
.index-hero-main-title{font-size:3rem}
.index-hero-main-title::after{margin-left:auto;margin-right:auto}
.index-hero-cta-group{justify-content:center}
.index-funding-grid{grid-template-columns:1fr}
.index-approach-content-wrapper{grid-template-columns:1fr;gap:50px}
.index-framework-showcase{grid-template-columns:1fr;gap:50px}
.index-validation-content-box{grid-template-columns:1fr;gap:50px}
.index-validation-text-area{padding-right:0;text-align:center}
}
@media (max-width: 768px) {
.index-hero-main-title{font-size:2.4rem}
.index-hero-description{font-size:1.05rem}
.index-funding-intro-title{font-size:2rem}
.index-approach-heading{font-size:2.2rem}
.index-framework-main-title{font-size:2.2rem}
.index-validation-big-title{font-size:2.3rem}
.index-hero-cta-group{flex-direction:column;align-items:stretch}
.index-hero-primary-btn,.index-hero-secondary-btn{text-align:center}
}
.contact-wrapper-main{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:600px}
.intro-segment-custom{max-width:940px;margin:0 auto;padding:70px 20px 50px;text-align:center}
.intro-segment-custom .headline-primary-contact{font-size:2.8rem;line-height:1.2;color:#212529;font-weight:700;margin-bottom:25px;letter-spacing:-.5px}
.intro-segment-custom .subtext-descriptor{font-size:1.15rem;line-height:1.7;color:#495057;max-width:680px;margin:0 auto 15px}
.intro-segment-custom .note-fragment{font-size:.95rem;color:#6c757d;font-style:italic;margin-top:20px}
.dual-column-layout{max-width:1200px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.form-container-block{background:#fff;border-radius:12px;padding:45px;box-shadow:0 4px 20px #3e515714;border:1px solid #e9ecef}
.form-container-block .form-headline-secondary{font-size:1.75rem;color:#212529;margin-bottom:30px;font-weight:600;position:relative;padding-left:18px}
.form-container-block .form-headline-secondary::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:65%;background:linear-gradient(180deg,#F98213 0%,#3E5157 100%);border-radius:3px}
.form-container-block .input-group-wrapper{margin-bottom:28px}
.form-container-block .input-label-text{display:block;font-size:.9rem;color:#343a40;margin-bottom:8px;font-weight:500;letter-spacing:.2px}
.form-container-block .input-field-element{width:100%;padding:13px 16px;border:2px solid #dee2e6;border-radius:8px;font-size:.98rem;color:#212529;background:#fafbfc;transition:all .25s ease;font-family:inherit}
.form-container-block .input-field-element:focus{outline:none;border-color:#F98213;background:#fff;box-shadow:0 0 0 3px #f982131a}
.form-container-block .textarea-field-element{min-height:140px;resize:vertical;line-height:1.6}
.form-container-block .checkbox-agreement-row{display:flex;align-items:start;gap:12px;margin:32px 0 28px;padding:18px;background:#f8f9fa;border-radius:8px;border-left:3px solid #3E5157}
.form-container-block .checkbox-input-element{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.form-container-block .checkbox-label-content{font-size:.88rem;line-height:1.6;color:#495057}
.form-container-block .checkbox-label-content a{color:#F98213;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s ease}
.form-container-block .checkbox-label-content a:hover{border-bottom-color:#F98213}
.form-container-block .submit-action-button{width:100%;padding:16px 32px;background:linear-gradient(135deg,#F98213 0%,#e07512 100%);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f9821340;letter-spacing:.3px}
.form-container-block .submit-action-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #f9821359;background:linear-gradient(135deg,#e07512 0%,#F98213 100%)}
.form-container-block .submit-action-button:active{transform:translateY(0)}
.coordinates-display-section{display:flex;flex-direction:column;gap:35px}
.contact-method-card{background:#fff;border-radius:10px;padding:32px;border:1px solid #e9ecef;box-shadow:0 2px 12px #3e51570f;transition:all .3s ease;position:relative;overflow:hidden}
.contact-method-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#F98213 0%,#3E5157 100%);opacity:0;transition:opacity .3s ease}
.contact-method-card:hover{transform:translateX(8px);box-shadow:0 4px 18px #3e51571f}
.contact-method-card:hover::before{opacity:1}
.contact-method-card .card-title-heading{font-size:1.3rem;color:#212529;margin-bottom:18px;font-weight:600;display:flex;align-items:center;gap:12px}
.contact-method-card .card-title-heading::before{content:'';display:inline-block;width:10px;height:10px;background:#F98213;border-radius:50%;flex-shrink:0}
.contact-method-card .card-description-text{font-size:.95rem;line-height:1.7;color:#495057;margin-bottom:20px}
.contact-method-card .info-detail-line{font-size:1rem;color:#212529;margin:10px 0;font-weight:500;word-break:break-word}
.contact-method-card .info-detail-line a{color:#3E5157;text-decoration:none;transition:color .2s ease}
.contact-method-card .info-detail-line a:hover{color:#F98213}
.visual-showcase-zone{max-width:1200px;margin:0 auto;padding:70px 20px;background:linear-gradient(180deg,#fff 0%,#E2F1E2 100%)}
.visual-showcase-zone .image-display-container{border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #3e515726;position:relative}
.visual-showcase-zone .image-display-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f982131a 0%,#3e51571a 100%);pointer-events:none}
.visual-showcase-zone .showcase-image-element{width:100%;height:420px;object-fit:cover;display:block}
.pathway-options-segment{max-width:1100px;margin:0 auto;padding:70px 20px;background:#fff}
.pathway-options-segment .section-header-zone{text-align:center;margin-bottom:55px}
.pathway-options-segment .section-title-main{font-size:2.2rem;color:#212529;margin-bottom:18px;font-weight:700;position:relative;display:inline-block}
.pathway-options-segment .section-title-main::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F98213 0%,#3E5157 100%);border-radius:2px}
.pathway-options-segment .section-subtitle-desc{font-size:1.05rem;color:#6c757d;line-height:1.6;max-width:650px;margin:25px auto 0}
.pathways-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:45px}
.pathway-card-item{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border-radius:12px;padding:38px 28px;border:2px solid #e9ecef;transition:all .35s ease;text-align:center;position:relative}
.pathway-card-item::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#F98213 0%,#3E5157 100%);border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease}
.pathway-card-item:hover{transform:translateY(-8px);border-color:#F98213;box-shadow:0 12px 28px #f982132e}
.pathway-card-item:hover::before{opacity:1}
.pathway-card-item .card-icon-marker{width:60px;height:60px;background:linear-gradient(135deg,#E2F1E2 0%,#d5e8d5 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:1.8rem;color:#3E5157;font-weight:700;transition:all .3s ease}
.pathway-card-item:hover .card-icon-marker{background:linear-gradient(135deg,#F98213 0%,#e07512 100%);color:#fff;transform:scale(1.1)}
.pathway-card-item .card-heading-text{font-size:1.25rem;color:#212529;margin-bottom:15px;font-weight:600;line-height:1.3}
.pathway-card-item .card-body-description{font-size:.92rem;color:#495057;line-height:1.65}
@media (max-width: 992px) {
.dual-column-layout{grid-template-columns:1fr;gap:50px;padding:50px 20px}
.pathways-grid-layout{grid-template-columns:1fr;gap:25px}
.intro-segment-custom .headline-primary-contact{font-size:2.2rem}
.visual-showcase-zone .showcase-image-element{height:320px}
}
@media (max-width: 768px) {
.intro-segment-custom{padding:50px 20px 40px}
.intro-segment-custom .headline-primary-contact{font-size:1.9rem}
.form-container-block{padding:32px 24px}
.contact-method-card{padding:26px}
.pathway-options-segment .section-title-main{font-size:1.8rem}
.visual-showcase-zone{padding:50px 20px}
.visual-showcase-zone .showcase-image-element{height:260px}
}
.about-page-wrapper{background:#fff;min-height:auto}
.about-intro-section{background:linear-gradient(135deg,#fafbfc 0%,#E2F1E2 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.about-intro-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f9821314 0%,transparent 70%);border-radius:50%}
.about-intro-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.about-intro-headline{font-size:2.8rem;color:#3E5157;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.about-intro-headline::after{content:'';display:block;width:80px;height:4px;background:#F98213;margin-top:1rem}
.about-intro-text{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin-bottom:0}
.about-mission-block{padding:0;background:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:500px}
.mission-visual-side{position:relative;background:url(./web_graphics/85974.jpg) (cover) center}
.mission-visual-side::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#3e5157b3 0%,#f9821399 100%)}
.mission-content-side{padding:4.5rem 4rem;display:flex;flex-direction:column;justify-content:center;background:#f8f9fa}
.mission-label{font-size:.9rem;color:#F98213;text-transform:uppercase;letter-spacing:2px;font-weight:600;margin-bottom:1rem}
.mission-title{font-size:2.2rem;color:#3E5157;margin-bottom:1.8rem;font-weight:700;line-height:1.3}
.mission-description{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.mission-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}
.stat-item-box{text-align:left}
.stat-number{font-size:2.5rem;color:#F98213;font-weight:700;line-height:1;margin-bottom:.5rem}
.stat-label{font-size:.95rem;color:#495057;line-height:1.4}
.about-approach-section{padding:5rem 2rem;background:#fff}
.approach-container{max-width:1200px;margin:0 auto}
.approach-header{text-align:center;margin-bottom:4rem}
.approach-header-title{font-size:2.4rem;color:#3E5157;margin-bottom:1rem;font-weight:700}
.approach-header-subtitle{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.approach-card{background:#fafbfc;padding:2.5rem 2rem;border-radius:8px;border-left:4px solid #F98213;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.approach-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #3e515726}
.approach-card-number{position:absolute;top:-15px;right:20px;font-size:4rem;color:#f9821326;font-weight:700;line-height:1}
.approach-card-title{font-size:1.35rem;color:#3E5157;margin-bottom:1rem;font-weight:600;position:relative;z-index:2}
.approach-card-text{font-size:1rem;color:#495057;line-height:1.7;position:relative;z-index:2}
.about-journey-section{padding:0;background:#3E5157;display:flex;align-items:stretch}
.journey-content-wrapper{display:grid;grid-template-columns:55fr 45fr;width:100%}
.journey-text-area{padding:5rem 4rem;color:#fff;display:flex;flex-direction:column;justify-content:center}
.journey-eyebrow{font-size:.85rem;color:#F98213;text-transform:uppercase;letter-spacing:2px;font-weight:600;margin-bottom:1.5rem}
.journey-main-title{font-size:2.3rem;color:#fff;margin-bottom:2rem;font-weight:700;line-height:1.3}
.journey-timeline{display:flex;flex-direction:column;gap:2rem}
.timeline-entry{padding-left:50px;position:relative}
.timeline-entry::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#F98213;border-radius:50%;border:3px solid #3E5157;box-shadow:0 0 0 4px #f9821333}
.timeline-year{font-size:1.1rem;color:#F98213;font-weight:700;margin-bottom:.5rem}
.timeline-text{font-size:1rem;color:#ffffffe6;line-height:1.7}
.journey-image-area{position:relative;background:url(./web_graphics/8701.jpg) (cover) center}
.journey-image-area::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#3E5157 0%,transparent 100%)}
.about-team-philosophy{padding:5rem 2rem;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.philosophy-wrapper{max-width:1300px;margin:0 auto}
.philosophy-split{display:grid;grid-template-columns:40fr 60fr;gap:4rem;align-items:center}
.philosophy-image-block{position:relative}
.philosophy-main-image{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 15px 50px #3e515733}
.philosophy-accent-image{position:absolute;bottom:-30px;right:-30px;width:220px;height:220px;object-fit:cover;border-radius:8px;border:6px solid #fff;box-shadow:0 10px 30px #00000026}
.philosophy-text-block{padding-left:2rem}
.philosophy-section-title{font-size:2.3rem;color:#3E5157;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.philosophy-section-title::before{content:'';display:inline-block;width:6px;height:40px;background:#F98213;margin-right:15px;vertical-align:middle}
.philosophy-content-text{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:2rem}
.philosophy-values-list{display:flex;flex-direction:column;gap:1.5rem}
.value-row{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:6px;transition:all .3s ease;border:1px solid transparent}
.value-row:hover{border-color:#F98213;box-shadow:0 5px 20px #f982131a}
.value-icon{width:45px;height:45px;background:linear-gradient(135deg,#F98213 0%,#f94 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-weight:700;font-size:1.2rem}
.value-content{flex:1}
.value-name{font-size:1.15rem;color:#3E5157;font-weight:600;margin-bottom:.5rem}
.value-detail{font-size:.95rem;color:#495057;line-height:1.6}
@media (max-width: 1024px) {
.about-mission-block{grid-template-columns:1fr}
.mission-visual-side{min-height:350px}
.mission-content-side{padding:3rem 2rem}
.approach-grid{grid-template-columns:1fr;gap:2rem}
.journey-content-wrapper{grid-template-columns:1fr}
.journey-image-area{min-height:400px}
.philosophy-split{grid-template-columns:1fr;gap:3rem}
.philosophy-accent-image{display:none}
.philosophy-text-block{padding-left:0}
}
@media (max-width: 768px) {
.about-intro-section{padding:3rem 1.5rem 2.5rem}
.about-intro-headline{font-size:2rem}
.about-intro-text{font-size:1rem}
.mission-stats-grid{grid-template-columns:1fr;gap:1.5rem}
.mission-title{font-size:1.8rem}
.approach-header-title{font-size:1.9rem}
.journey-text-area{padding:3rem 1.5rem}
.journey-main-title{font-size:1.8rem}
.philosophy-main-image{height:320px}
.philosophy-section-title{font-size:1.8rem}
.value-row{padding:1.2rem}
}
.cookie-document-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.cookie-header-block{background:linear-gradient(160deg,#3E5157 0%,#2a3b40 100%);padding:4.5rem 0 3.5rem;position:relative;overflow:hidden}
.cookie-header-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f2821326 0%,transparent 70%);border-radius:50%}
.cookie-header-content{max-width:920px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}
.cookie-main-title{font-size:2.8rem;font-weight:700;color:#E2F1E2;margin:0 0 1.2rem;line-height:1.2;letter-spacing:-.02em}
.cookie-subtitle-line{font-size:1.1rem;color:#E2F1E2;opacity:.85;margin:0;line-height:1.6}
.cookie-content-container{max-width:100%;padding:0;background:#fff}
.cookie-intro-section{background:linear-gradient(to bottom,#fff 0%,#fafbfc 100%);padding:4rem 0;border-bottom:3px solid #E2F1E2}
.cookie-intro-wrapper{max-width:920px;margin:0 auto;padding:0 1.5rem}
.cookie-intro-text{font-size:1.15rem;color:#495057;line-height:1.85;margin:0 0 1.8rem}
.cookie-intro-text:last-child{margin-bottom:0}
.cookie-emphasis-phrase{color:#F98213;font-weight:600}
.cookie-main-content-area{padding:5rem 0;background:#fff}
.cookie-content-inner{max-width:920px;margin:0 auto;padding:0 1.5rem}
.cookie-section-block{margin:0 0 5rem;position:relative}
.cookie-section-block:last-child{margin-bottom:0}
.cookie-block-heading{font-size:2rem;font-weight:700;color:#3E5157;margin:0 0 2.5rem;line-height:1.3;position:relative;padding-left:1.2rem}
.cookie-block-heading::before{content:'';position:absolute;left:0;top:.3rem;width:5px;height:2rem;background:linear-gradient(to bottom,#F98213 0%,#3E5157 100%);border-radius:3px}
.cookie-narrative-paragraph{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 1.5rem}
.cookie-narrative-paragraph:last-child{margin-bottom:0}
.cookie-technical-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2.5rem 0}
.cookie-tech-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #E2F1E2;border-radius:12px;padding:2rem;position:relative;transition:all .3s ease}
.cookie-tech-card:hover{border-color:#F98213;box-shadow:0 8px 24px #3e51571f;transform:translateY(-3px)}
.cookie-card-label{font-size:1.25rem;font-weight:700;color:#3E5157;margin:0 0 1rem}
.cookie-card-description{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.cookie-layered-explanation{background:#fafbfc;border-left:4px solid #F98213;padding:2rem 2.5rem;margin:2.5rem 0;border-radius:0 8px 8px 0}
.cookie-layer-title{font-size:1.35rem;font-weight:700;color:#3E5157;margin:0 0 1.2rem}
.cookie-layer-text{font-size:1.02rem;color:#495057;line-height:1.75;margin:0 0 1.2rem}
.cookie-layer-text:last-child{margin-bottom:0}
.cookie-mechanism-list{margin:2rem 0;padding:0;list-style:none}
.cookie-mechanism-item{background:#fff;border:1px solid #E2F1E2;border-radius:8px;padding:1.5rem 1.8rem;margin:0 0 1rem;transition:all .25s ease;position:relative;padding-left:3.5rem}
.cookie-mechanism-item::before{content:'';position:absolute;left:1.5rem;top:1.8rem;width:10px;height:10px;background:#F98213;border-radius:50%}
.cookie-mechanism-item:hover{background:#f8f9fa;border-color:#F98213}
.cookie-mechanism-item:last-child{margin-bottom:0}
.cookie-item-heading{font-size:1.12rem;font-weight:700;color:#3E5157;margin:0 0 .6rem}
.cookie-item-detail{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.cookie-philosophical-block{background:linear-gradient(120deg,#E2F1E2 0%,#f8f9fa 100%);padding:3rem;border-radius:16px;margin:3rem 0;position:relative;overflow:hidden}
.cookie-philosophical-block::after{content:'';position:absolute;bottom:-20px;right:-20px;width:150px;height:150px;background:radial-gradient(circle,#3e515714 0%,transparent 70%);border-radius:50%}
.cookie-philosophy-text{font-size:1.08rem;color:#3E5157;line-height:1.85;margin:0 0 1.5rem;position:relative;z-index:1}
.cookie-philosophy-text:last-child{margin-bottom:0}
.cookie-control-section{background:#fff;border:2px solid #3E5157;border-radius:12px;padding:2.5rem;margin:3rem 0}
.cookie-control-heading{font-size:1.5rem;font-weight:700;color:#3E5157;margin:0 0 1.8rem;text-align:center}
.cookie-control-options{display:flex;flex-direction:column;gap:1.5rem}
.cookie-option-row{display:flex;align-items:flex-start;gap:1.2rem;padding:1.2rem;background:#fafbfc;border-radius:8px;border:1px solid #E2F1E2;transition:all .25s ease}
.cookie-option-row:hover{background:#E2F1E2;border-color:#F98213}
.cookie-option-icon{width:24px;height:24px;background:#F98213;border-radius:50%;flex-shrink:0;margin-top:.2rem}
.cookie-option-content{flex:1}
.cookie-option-title{font-size:1.08rem;font-weight:700;color:#3E5157;margin:0 0 .5rem}
.cookie-option-explanation{font-size:.96rem;color:#495057;line-height:1.7;margin:0}
.cookie-reflection-area{margin:4rem 0;padding:0}
.cookie-reflection-paragraph{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 1.8rem;text-align:justify}
.cookie-reflection-paragraph:last-child{margin-bottom:0}
.cookie-closing-block{background:linear-gradient(160deg,#3E5157 0%,#2a3b40 100%);padding:3.5rem 0;margin-top:5rem;position:relative}
.cookie-closing-content{max-width:920px;margin:0 auto;padding:0 1.5rem;text-align:center}
.cookie-closing-title{font-size:1.8rem;font-weight:700;color:#E2F1E2;margin:0 0 1.5rem}
.cookie-closing-text{font-size:1.05rem;color:#E2F1E2;opacity:.9;line-height:1.75;margin:0 0 2rem}
.cookie-contact-details{display:flex;flex-direction:column;gap:.8rem;align-items:center}
.cookie-contact-line{font-size:1rem;color:#E2F1E2;margin:0}
.cookie-contact-highlight{color:#F98213;font-weight:600}
@media (max-width: 768px) {
.cookie-main-title{font-size:2rem}
.cookie-subtitle-line{font-size:1rem}
.cookie-block-heading{font-size:1.6rem;padding-left:1rem}
.cookie-block-heading::before{width:4px;height:1.5rem}
.cookie-technical-grid{grid-template-columns:1fr;gap:1.5rem}
.cookie-tech-card{padding:1.5rem}
.cookie-layered-explanation{padding:1.5rem}
.cookie-philosophical-block{padding:2rem}
.cookie-control-section{padding:1.8rem}
.cookie-option-row{flex-direction:column;gap:.8rem}
.cookie-intro-section,.cookie-main-content-area{padding:2.5rem 0}
.cookie-closing-block{padding:2.5rem 0}
}
@media (min-width: 769px) and (max-width: 1024px) {
.cookie-technical-grid{grid-template-columns:repeat(2,1fr)}
}
.privacy-policy-wrapper{background:#fff;width:100%}
.privacy-policy-wrapper .policy-header-zone{background:linear-gradient(135deg,#E2F1E2 0%,#fff 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #F98213}
.privacy-policy-wrapper .policy-header-zone h1{font-size:2.8rem;color:#3E5157;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.privacy-policy-wrapper .policy-header-zone .last-update-marker{font-size:1rem;color:#495057;font-style:italic;margin:0}
.privacy-policy-wrapper .policy-content-container{max-width:1200px;margin:0 auto;padding:60px 30px;background:#fafbfc}
.privacy-policy-wrapper .intro-narrative{background:#fff;padding:40px;border-left:5px solid #F98213;margin-bottom:50px;box-shadow:0 2px 8px #3e515714;border-radius:4px}
.privacy-policy-wrapper .intro-narrative p{font-size:1.1rem;line-height:1.8;color:#343a40;margin:0 0 20px}
.privacy-policy-wrapper .intro-narrative p:last-child{margin-bottom:0}
.privacy-policy-wrapper .policy-section-block{background:#fff;padding:45px;margin-bottom:40px;border-radius:6px;box-shadow:0 3px 12px #3e51571a;position:relative}
.privacy-policy-wrapper .policy-section-block::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#F98213 0%,#E2F1E2 100%);border-radius:6px 0 0 6px}
.privacy-policy-wrapper .section-title-main{font-size:2rem;color:#3E5157;margin:0 0 25px;font-weight:700;position:relative;padding-left:20px}
.privacy-policy-wrapper .section-title-main::after{content:'';position:absolute;bottom:-8px;left:20px;width:60px;height:3px;background:#F98213}
.privacy-policy-wrapper .section-subtitle-accent{font-size:1.4rem;color:#F98213;margin:30px 0 15px;font-weight:600}
.privacy-policy-wrapper .content-paragraph-text{font-size:1.05rem;line-height:1.9;color:#495057;margin:0 0 20px}
.privacy-policy-wrapper .content-paragraph-text strong{color:#3E5157;font-weight:600}
.privacy-policy-wrapper .nested-info-list{margin:25px 0;padding-left:0;list-style:none}
.privacy-policy-wrapper .nested-info-list li{position:relative;padding-left:35px;margin-bottom:18px;font-size:1.05rem;line-height:1.8;color:#495057}
.privacy-policy-wrapper .nested-info-list li::before{content:'→';position:absolute;left:0;color:#F98213;font-weight:700;font-size:1.3rem}
.privacy-policy-wrapper .data-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-policy-wrapper .category-card-item{background:linear-gradient(135deg,#f8f9fa 0%,#E2F1E2 100%);padding:30px;border-radius:8px;border:2px solid #E2F1E2;transition:transform .3s ease,box-shadow .3s ease}
.privacy-policy-wrapper .category-card-item:hover{transform:translateY(-4px);box-shadow:0 6px 20px #f9821326;border-color:#F98213}
.privacy-policy-wrapper .category-card-item h4{font-size:1.2rem;color:#3E5157;margin:0 0 15px;font-weight:700}
.privacy-policy-wrapper .category-card-item p{font-size:.98rem;line-height:1.7;color:#495057;margin:0}
.privacy-policy-wrapper .highlight-box-notice{background:#E2F1E2;border:2px solid #F98213;padding:30px;margin:35px 0;border-radius:8px;position:relative}
.privacy-policy-wrapper .highlight-box-notice::before{content:'';position:absolute;top:-18px;left:30px;background:#F98213;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}
.privacy-policy-wrapper .highlight-box-notice p{font-size:1.05rem;line-height:1.8;color:#3E5157;margin:0;font-weight:500}
.privacy-policy-wrapper .rights-enumeration-section{background:#f8f9fa;padding:35px;border-radius:8px;margin:30px 0}
.privacy-policy-wrapper .rights-enumeration-section .right-item-block{margin-bottom:25px;padding-bottom:25px;border-bottom:1px dashed #E2F1E2}
.privacy-policy-wrapper .rights-enumeration-section .right-item-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.privacy-policy-wrapper .rights-enumeration-section .right-title-label{font-size:1.15rem;color:#F98213;font-weight:700;margin:0 0 10px}
.privacy-policy-wrapper .rights-enumeration-section .right-description-text{font-size:1rem;line-height:1.8;color:#495057;margin:0}
.privacy-policy-wrapper .contact-pathway-block{background:linear-gradient(135deg,#3E5157 0%,#495057 100%);color:#fff;padding:50px;border-radius:8px;margin:50px 0 0;text-align:center}
.privacy-policy-wrapper .contact-pathway-block h3{font-size:1.8rem;margin:0 0 25px;font-weight:700}
.privacy-policy-wrapper .contact-pathway-block p{font-size:1.1rem;line-height:1.8;margin:0 0 30px;opacity:.95}
.privacy-policy-wrapper .contact-details-inline{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:25px}
.privacy-policy-wrapper .contact-item-unit{display:flex;align-items:center;gap:12px;font-size:1.05rem}
.privacy-policy-wrapper .contact-item-unit::before{content:'●';color:#F98213;font-size:1.5rem}
.privacy-policy-wrapper .contact-item-unit a{color:#E2F1E2;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-policy-wrapper .contact-item-unit a:hover{color:#F98213;text-decoration:underline}
.privacy-policy-wrapper .table-comparison-wrapper{overflow-x:auto;margin:30px 0}
.privacy-policy-wrapper .data-retention-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #3e515714;border-radius:6px;overflow:hidden}
.privacy-policy-wrapper .data-retention-table thead{background:linear-gradient(135deg,#3E5157 0%,#495057 100%);color:#fff}
.privacy-policy-wrapper .data-retention-table th{padding:18px 20px;text-align:left;font-weight:700;font-size:1.05rem;border-right:1px solid #ffffff1a}
.privacy-policy-wrapper .data-retention-table th:last-child{border-right:none}
.privacy-policy-wrapper .data-retention-table td{padding:18px 20px;border-bottom:1px solid #E2F1E2;font-size:1rem;color:#495057;line-height:1.7}
.privacy-policy-wrapper .data-retention-table tbody tr:last-child td{border-bottom:none}
.privacy-policy-wrapper .data-retention-table tbody tr:nth-child(even){background:#fafbfc}
.privacy-policy-wrapper .data-retention-table tbody tr:hover{background:#E2F1E2;transition:background .3s ease}
.privacy-policy-wrapper .divider-decorative{height:3px;background:linear-gradient(90deg,transparent 0%,#F98213 50%,transparent 100%);margin:50px 0;border:none}
@media (max-width: 768px) {
.privacy-policy-wrapper .policy-header-zone{padding:60px 20px 40px}
.privacy-policy-wrapper .policy-header-zone h1{font-size:2rem}
.privacy-policy-wrapper .policy-content-container{padding:40px 20px}
.privacy-policy-wrapper .intro-narrative{padding:25px}
.privacy-policy-wrapper .policy-section-block{padding:30px 20px}
.privacy-policy-wrapper .section-title-main{font-size:1.6rem}
.privacy-policy-wrapper .data-category-grid{grid-template-columns:1fr;gap:20px}
.privacy-policy-wrapper .contact-pathway-block{padding:35px 25px}
.privacy-policy-wrapper .contact-details-inline{flex-direction:column;gap:20px}
.privacy-policy-wrapper .data-retention-table{font-size:.9rem}
.privacy-policy-wrapper .data-retention-table th,.privacy-policy-wrapper .data-retention-table td{padding:12px 15px}
}
.confirmation-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.confirmation-wrapper::before{content:'';position:absolute;top:-20%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,#e2f1e266 0%,transparent 70%);border-radius:50%;z-index:1}
.confirmation-wrapper::after{content:'';position:absolute;bottom:-25%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,#f9821314 0%,transparent 65%);border-radius:50%;z-index:1}
.confirmation-content-box{background:#fff;border-radius:16px;box-shadow:0 8px 32px #3e51571f 0 2px 8px #0000000a;max-width:680px;width:100%;padding:3.5rem 2.5rem;position:relative;z-index:2;text-align:center}
.confirmation-icon-area{margin-bottom:2rem;position:relative;display:inline-block}
.confirmation-icon-circle{width:96px;height:96px;background:linear-gradient(135deg,#E2F1E2 0%,#e2f1e299 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;position:relative;animation:pulse-effect 2s ease-in-out infinite}
@keyframes pulse-effect {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #f982134d}
50%{transform:scale(1.05);box-shadow:0 0 0 12px #f9821300}
}
.confirmation-checkmark{width:48px;height:48px;border:4px solid #F98213;border-radius:50%;position:relative}
.confirmation-checkmark::after{content:'';position:absolute;left:11px;top:4px;width:14px;height:24px;border:solid #F98213;border-width:0 4px 4px 0;transform:rotate(45deg)}
.confirmation-headline{font-size:2.25rem;font-weight:700;color:#3E5157;margin:0 0 1.25rem;line-height:1.3}
.confirmation-subtext{font-size:1.125rem;color:#495057;line-height:1.7;margin:0 0 2rem}
.confirmation-detail-block{background:#f8f9fa;border-left:4px solid #F98213;padding:1.5rem;margin:2rem 0;text-align:left;border-radius:0 8px 8px 0}
.confirmation-detail-block p{margin:.5rem 0;color:#343a40;font-size:.975rem;line-height:1.6}
.confirmation-detail-block p:first-child{margin-top:0}
.confirmation-detail-block p:last-child{margin-bottom:0}
.confirmation-detail-label{font-weight:600;color:#3E5157;display:inline-block;min-width:110px}
.confirmation-timing-note{background:linear-gradient(135deg,#e2f1e24d 0%,#e2f1e226 100%);padding:1.25rem;border-radius:8px;margin:1.75rem 0 2.5rem;text-align:left}
.confirmation-timing-note p{margin:0;color:#3E5157;font-size:.925rem;line-height:1.65}
.confirmation-actions-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}
.confirmation-btn-primary{background:linear-gradient(135deg,#F98213 0%,#e67610 100%);color:#fff;padding:.95rem 2.25rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #f9821340}
.confirmation-btn-primary:hover{background:linear-gradient(135deg,#e67610 0%,#d66b0f 100%);transform:translateY(-2px);box-shadow:0 6px 18px #f9821359}
.confirmation-btn-secondary{background:none;color:#3E5157;padding:.95rem 2.25rem;border:2px solid #3E5157;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease}
.confirmation-btn-secondary:hover{background:#3E5157;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3e515733}
.confirmation-footer-text{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef;font-size:.875rem;color:#6c757d;line-height:1.6}
.confirmation-footer-text a{color:#F98213;text-decoration:none;font-weight:500;transition:color .2s ease}
.confirmation-footer-text a:hover{color:#e67610;text-decoration:underline}
@media (max-width: 768px) {
.confirmation-content-box{padding:2.5rem 1.75rem}
.confirmation-headline{font-size:1.75rem}
.confirmation-subtext{font-size:1rem}
.confirmation-actions-row{flex-direction:column;gap:.75rem}
.confirmation-btn-primary,.confirmation-btn-secondary{width:100%;text-align:center}
.confirmation-detail-label{display:block;min-width:auto;margin-bottom:.25rem}
}
@media (max-width: 480px) {
.confirmation-wrapper{padding:1rem .5rem}
.confirmation-content-box{padding:2rem 1.25rem}
.confirmation-icon-circle{width:80px;height:80px}
.confirmation-checkmark{width:40px;height:40px;border-width:3px}
.confirmation-checkmark::after{left:9px;top:3px;width:12px;height:20px;border-width:0 3px 3px 0}
.confirmation-headline{font-size:1.5rem}
}