:root{--clr-primary:#8BA4B4;--clr-secondary:#B9C2D9;--clr-tertiary:#DCDFEE;--clr-white:#fff;--clr-light-bg:#fafbfc;--clr-light-gray:#f5f6fa;--clr-dark-text:#212529;--clr-dark-text-secondary:#495057;--clr-border:#e1e4e8;--font-system:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2.5rem;--spacing-xl:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-subtle:0 2px 8px #8ba4b414;--shadow-medium:0 4px 16px #8ba4b41f;--transition-smooth:.25s ease}
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{color:var(--clr-dark-text);font-variation-settings:wght 400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:1rem/1.65 var(--font-system);background:var(--clr-white)}
a{text-decoration:none;color:inherit;transition:opacity var(--transition-smooth)}
a:hover{opacity:.75}
a:focus-visible{outline:3px solid var(--clr-primary);outline-offset:3px;border-radius:var(--radius-sm)}
img{max-width:100%;height:auto;display:block}
.header__wrapper--3xk9{background:linear-gradient(135deg,var(--clr-white) 0%,var(--clr-light-gray) 100%);border-bottom:1px solid var(--clr-border);padding:var(--spacing-md) 0}
.header__container--7pm2{max-width:1320px;margin:0 auto;padding:0 var(--spacing-md)}
.header_row--top-jw84{display:flex;justify-content:space-between;align-items:center;padding-bottom:var(--spacing-md);margin-bottom:var(--spacing-md);border-bottom:1px solid #8ba4b426}
.brand__identity--5nq7{display:flex;align-items:center;gap:var(--spacing-sm)}
.logo__container--8vr3{width:65px;height:65px;display:flex;align-items:center;justify-content:center;background:var(--clr-white);border-radius:var(--radius-md);padding:8px;box-shadow:var(--shadow-subtle);z-index:10;position:relative}
.logo__image--2mk9{width:100%;height:100%;object-fit:contain}
.brand__name--4tc6{font-size:1.5rem;font-variation-settings:wght 600;color:var(--clr-dark-text);letter-spacing:-.02em}
.contact__email--9hp4{font-size:.95rem;color:var(--clr-dark-text-secondary);display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--clr-white);border-radius:var(--radius-sm);box-shadow:var(--shadow-subtle)}
.contact__email--9hp4:hover{background:linear-gradient(135deg,var(--clr-tertiary),var(--clr-white))}
.header_row--nav-2wk7{display:flex;justify-content:center;align-items:center}
.navigation__primary--6xm9{display:flex;align-items:center;gap:var(--spacing-xs);list-style:none}
.nav__item--8rp3{position:relative}
.nav__link--4jt8{display:block;padding:.75rem 1.25rem;font-size:1rem;font-variation-settings:wght 500;color:var(--clr-dark-text);border-radius:var(--radius-sm);transition:background-color var(--transition-smooth),color var(--transition-smooth);white-space:nowrap}
.nav__link--4jt8:hover{background:linear-gradient(135deg,var(--clr-primary),var(--clr-secondary));color:var(--clr-white);opacity:1}
.nav__link--4jt8:focus-visible{outline:3px solid var(--clr-primary);outline-offset:2px;background:var(--clr-tertiary)}
.nav__item--8rp3.has__submenu--5kw2:hover .submenu__dropdown--7nc4{opacity:1;visibility:visible;transform:translateY(0)}
.submenu__dropdown--7nc4{position:absolute;top:100%;left:0;min-width:240px;background:var(--clr-white);border:1px solid var(--clr-border);border-radius:var(--radius-md);box-shadow:var(--shadow-medium);padding:var(--spacing-xs);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity var(--transition-smooth),transform var(--transition-smooth),visibility var(--transition-smooth);z-index:100;list-style:none}
.submenu__link--3mp8{display:block;padding:.65rem 1rem;font-size:.95rem;color:var(--clr-dark-text-secondary);border-radius:var(--radius-sm);transition:background-color var(--transition-smooth),color var(--transition-smooth)}
.submenu__link--3mp8:hover{color:var(--clr-dark-text);opacity:1;background:var(--clr-tertiary)}
.footer__wrapper--9xk2{background:linear-gradient(135deg,var(--clr-primary) 0%,var(--clr-secondary) 100%);color:var(--clr-white);padding:var(--spacing-xl) 0 var(--spacing-lg);margin-top:var(--spacing-xl)}
.footer__container--4wp7{max-width:1320px;margin:0 auto;padding:0 var(--spacing-md)}
.footer__grid--5nq8{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}
.footer__column--2mk7 h3{font-size:1.15rem;font-variation-settings:wght 600;margin-bottom:var(--spacing-sm);color:var(--clr-white)}
.footer__links--8tp4{list-style:none}
.footer__link--6vr9{display:block;padding:.5rem 0;color:#ffffffe6;font-size:.95rem;transition:color var(--transition-smooth)}
.footer__link--6vr9:hover{color:var(--clr-white);opacity:1}
.footer__contact--3xw8{color:#ffffffe6;font-size:.95rem;line-height:1.7}
.footer__divider--7pm3{height:1px;background:#fff3;margin:var(--spacing-lg) 0 var(--spacing-md)}
.footer__bottom--4jk9{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm)}
.footer__copyright--5mw2{font-size:.9rem;color:#ffffffd9}
.footer__logo--8nq5{width:55px;height:55px;background:var(--clr-white);border-radius:var(--radius-md);padding:8px;display:flex;align-items:center;justify-content:center}
.footer__logo--8nq5 img{width:100%;height:100%;object-fit:contain}
@media (max-width: 768px) {
.header_row--top-jw84{flex-direction:column;gap:var(--spacing-sm);text-align:center}
.brand__identity--5nq7{flex-direction:column}
.navigation__primary--6xm9{flex-direction:column;width:100%;gap:.25rem}
.nav__link--4jt8{width:100%;text-align:center}
.submenu__dropdown--7nc4{position:static;opacity:1;visibility:visible;transform:none;margin-top:.5rem}
.footer__grid--5nq8{grid-template-columns:1fr}
.footer__bottom--4jk9{flex-direction:column;text-align:center}
}
.consent__overlay--9xk3{position:fixed;bottom:0;left:0;right:0;background:var(--clr-white);border-top:3px solid var(--clr-primary);box-shadow:0 -4px 24px #8ba4b42e;padding:var(--spacing-lg) var(--spacing-md);z-index:9999;transform:translateY(100%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.consent__overlay--9xk3.is__visible--2pw7{transform:translateY(0)}
.consent__container--4mw8{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:var(--spacing-md);align-items:center}
.consent__text--7nq5{color:var(--clr-dark-text-secondary);font-size:.95rem;line-height:1.6}
.consent__actions--3kp9{display:flex;gap:var(--spacing-sm);flex-wrap:wrap}
.consent__btn--8vr4{padding:.75rem 1.5rem;border:none;border-radius:var(--radius-md);font-variation-settings:wght 500;cursor:pointer;transition:all var(--transition-smooth);white-space:nowrap;min-width:120px;font:.95rem var(--font-system)}
.consent__btn--8vr4:focus-visible{outline:3px solid var(--clr-primary);outline-offset:2px}
.btn__accept--6jw2{background:linear-gradient(135deg,var(--clr-primary),var(--clr-secondary));color:var(--clr-white)}
.btn__accept--6jw2:hover{background:linear-gradient(135deg,var(--clr-secondary),var(--clr-primary));transform:translateY(-2px);box-shadow:var(--shadow-medium)}
.btn__reject--5mp7{background:var(--clr-light-gray);color:var(--clr-dark-text);border:1px solid var(--clr-border)}
.btn__reject--5mp7:hover{background:var(--clr-tertiary);border-color:var(--clr-secondary)}
@media (max-width: 768px) {
.consent__container--4mw8{grid-template-columns:1fr;text-align:center}
.consent__actions--3kp9{justify-content:center;width:100%}
.consent__btn--8vr4{flex:1}
}
.programme-apprentissage-conteneur{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.pa-hero-section{background:linear-gradient(120deg,#DCDFEE 0%,#B9C2D9 50%,#8BA4B4 100%);padding:5rem 2rem 6rem;position:relative;overflow:hidden}
.pa-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:40% 60% 70% 30%;transform:rotate(25deg)}
.pa-hero-conteneur{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.pa-hero-titre{font-size:3.2rem;color:#212529;font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}
.pa-hero-description{font-size:1.25rem;color:#343a40;line-height:1.7;max-width:720px;margin-bottom:2.5rem}
.pa-hero-meta{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}
.pa-meta-item{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#495057}
.pa-meta-icon{width:20px;height:20px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}
.pa-boutons-groupe{display:flex;gap:1rem;flex-wrap:wrap}
.pa-btn-principal{background:#8BA4B4;color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #8BA4B4;display:inline-block}
.pa-btn-principal:hover{background:#7a8fa1;border-color:#7a8fa1;transform:translateY(-2px);box-shadow:0 8px 20px #8ba4b44d}
.pa-btn-secondaire{background:none;color:#343a40;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #343a40;display:inline-block}
.pa-btn-secondaire:hover{background:#343a40;color:#fff;transform:translateY(-2px)}
.pa-section-methodologie{padding:6rem 2rem;background:#fff;position:relative}
.pa-section-methodologie::after{content:'';position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(175deg,#fff 0%,transparent 100%);transform:skewY(-2deg);transform-origin:bottom left}
.pa-conteneur-methode{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.pa-methode-texte h2{font-size:2.5rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.pa-methode-intro{font-size:1.15rem;color:#495057;line-height:1.8;margin-bottom:2rem}
.pa-etapes-liste{display:flex;flex-direction:column;gap:2rem}
.pa-etape-item{display:grid;grid-template-columns:80px 1fr;gap:1.5rem;align-items:start}
.pa-etape-numero{width:70px;height:70px;background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;font-weight:700;flex-shrink:0;position:relative}
.pa-etape-numero::after{content:'';position:absolute;bottom:-2rem;left:50%;transform:translateX(-50%);width:2px;height:32px;background:linear-gradient(180deg,#B9C2D9 0%,transparent 100%)}
.pa-etape-item:last-child .pa-etape-numero::after{display:none}
.pa-etape-contenu h3{font-size:1.4rem;color:#212529;margin-bottom:.7rem;font-weight:600}
.pa-etape-contenu p{font-size:1rem;color:#495057;line-height:1.7}
.pa-methode-visuel{position:sticky;top:2rem}
.pa-methode-image{width:100%;height:580px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #0000001f}
.pa-section-accompagnement{padding:6rem 2rem;background:linear-gradient(160deg,#f8f9fa 0%,#DCDFEE 100%);position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:3rem 0}
.pa-accompagnement-conteneur{max-width:1200px;margin:0 auto}
.pa-accompagnement-titre{font-size:2.5rem;color:#212529;text-align:center;margin-bottom:3rem;font-weight:700}
.pa-equipe-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}
.pa-expert-carte{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;text-align:center}
.pa-expert-carte:hover{transform:translateY(-8px);box-shadow:0 12px 40px #8ba4b433}
.pa-expert-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:4px solid #DCDFEE}
.pa-expert-nom{font-size:1.3rem;color:#212529;margin-bottom:.5rem;font-weight:600}
.pa-expert-role{font-size:.95rem;color:#8BA4B4;margin-bottom:1rem;font-weight:500}
.pa-expert-bio{font-size:.95rem;color:#495057;line-height:1.6}
.pa-formats-conteneur{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014}
.pa-formats-titre{font-size:2rem;color:#212529;margin-bottom:2rem;font-weight:600;text-align:center}
.pa-formats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.pa-format-bloc{padding:2rem;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border-radius:10px;border-left:4px solid #8BA4B4}
.pa-format-titre{font-size:1.3rem;color:#212529;margin-bottom:1rem;font-weight:600}
.pa-format-description{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:1rem}
.pa-format-details{display:flex;flex-direction:column;gap:.5rem}
.pa-format-detail-item{font-size:.95rem;color:#343a40;display:flex;align-items:center;gap:.5rem}
.pa-format-detail-item::before{content:'→';color:#8BA4B4;font-weight:700}
.pa-section-temoignages{padding:6rem 2rem;background:#fff}
.pa-temoignages-conteneur{max-width:1100px;margin:0 auto}
.pa-temoignages-titre{font-size:2.5rem;color:#212529;text-align:center;margin-bottom:3rem;font-weight:700}
.pa-temoignages-layout{display:flex;gap:3rem;align-items:center}
.pa-temoignages-image{flex:0 0 400px;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #0000001f}
.pa-temoignages-liste{flex:1;display:flex;flex-direction:column;gap:2rem}
.pa-temoignage-carte{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:2rem;border-radius:12px;border-left:4px solid #B9C2D9;transition:all .3s ease}
.pa-temoignage-carte:hover{transform:translateX(8px);border-left-color:#8BA4B4}
.pa-temoignage-texte{font-size:1.05rem;color:#343a40;line-height:1.7;margin-bottom:1rem;font-style:italic}
.pa-temoignage-auteur{font-size:1rem;color:#212529;font-weight:600}
.pa-temoignage-info{font-size:.9rem;color:#8BA4B4}
.pa-section-demarrage{padding:5rem 2rem;background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);text-align:center}
.pa-demarrage-conteneur{max-width:800px;margin:0 auto}
.pa-demarrage-titre{font-size:2.5rem;color:#fff;margin-bottom:1.5rem;font-weight:700}
.pa-demarrage-texte{font-size:1.15rem;color:#fffffff2;line-height:1.7;margin-bottom:2.5rem}
.pa-btn-demarrage{background:#fff;color:#8BA4B4;padding:1.2rem 3rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;display:inline-block;transition:all .3s ease;box-shadow:0 8px 24px #00000026}
.pa-btn-demarrage:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0003;background:#f8f9fa}
@media (max-width: 968px) {
.pa-hero-titre{font-size:2.5rem}
.pa-conteneur-methode{grid-template-columns:1fr;gap:3rem}
.pa-methode-visuel{position:static}
.pa-formats-grid{grid-template-columns:1fr}
.pa-temoignages-layout{flex-direction:column}
.pa-temoignages-image{flex:0 0 auto;width:100%;height:400px}
.pa-etape-item{grid-template-columns:60px 1fr;gap:1rem}
.pa-etape-numero{width:60px;height:60px;font-size:1.5rem}
}
@media (max-width: 640px) {
.pa-hero-section{padding:3rem 1.5rem 4rem}
.pa-hero-titre{font-size:2rem}
.pa-hero-description{font-size:1.1rem}
.pa-boutons-groupe{flex-direction:column}
.pa-btn-principal,.pa-btn-secondaire{width:100%;text-align:center}
.pa-methode-texte h2,.pa-accompagnement-titre,.pa-temoignages-titre,.pa-demarrage-titre{font-size:2rem}
.pa-equipe-grid{grid-template-columns:1fr}
}
.technical-req-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.tech-hero-zone{padding:90px 20px 70px;background:linear-gradient(160deg,#DCDFEE 0%,#B9C2D9 50%,#8BA4B4 100%);position:relative;overflow:hidden}
.tech-hero-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:40% 60% 70% 30%;transform:rotate(25deg)}
.tech-hero-zone::after{content:'';position:absolute;bottom:-30%;left:-10%;width:450px;height:450px;background:#ffffff14;border-radius:60% 40% 30% 70%;transform:rotate(-15deg)}
.tech-hero-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.tech-hero-content h1{font-size:3.2rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.15}
.tech-hero-content .intro-text{font-size:1.25rem;color:#343a40;line-height:1.7;margin-bottom:0}
.requirements-dual-panel{padding:0;margin:0;background:#fff}
.dual-split-container{display:flex;min-height:85vh;align-items:stretch}
.left-requirements-section{flex:1;background:linear-gradient(175deg,#f8f9fa 0%,#fff 100%);padding:80px 60px;display:flex;flex-direction:column;justify-content:center;border-right:3px solid #DCDFEE}
.right-requirements-section{flex:1;background:#fff;padding:80px 60px;display:flex;flex-direction:column;justify-content:center}
.section-label{display:inline-block;padding:8px 22px;background:#8BA4B4;color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:28px;border-radius:25px;text-transform:uppercase}
.left-requirements-section h2{font-size:2.6rem;color:#212529;margin-bottom:35px;font-weight:700;line-height:1.2}
.right-requirements-section h2{font-size:2.6rem;color:#212529;margin-bottom:35px;font-weight:700;line-height:1.2}
.requirements-list{list-style:none;padding:0;margin:0 0 35px}
.requirements-list li{padding:22px 0;border-bottom:1px solid #DCDFEE;color:#495057;font-size:1.05rem;line-height:1.65;position:relative;padding-left:45px}
.requirements-list li::before{content:'▸';position:absolute;left:0;top:22px;color:#8BA4B4;font-size:1.4rem;font-weight:700}
.requirements-list li:last-child{border-bottom:none}
.profile-showcase-box{background:linear-gradient(135deg,#DCDFEE 0%,#B9C2D9 100%);padding:35px;border-radius:12px;margin-top:40px;display:flex;align-items:center;gap:28px}
.profile-showcase-box img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:4px solid #fff;flex-shrink:0}
.profile-showcase-text{flex:1}
.profile-showcase-text .expert-name{font-size:1.15rem;font-weight:700;color:#212529;margin-bottom:6px}
.profile-showcase-text .expert-role{font-size:.95rem;color:#343a40;margin-bottom:12px;font-style:italic}
.profile-showcase-text .expert-note{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.detailed-process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:38px}
.process-card-item{background:#f8f9fa;padding:32px 28px;border-radius:10px;border-left:5px solid #8BA4B4;transition:all .3s ease}
.process-card-item:hover{transform:translateX(8px);box-shadow:-8px 8px 20px #8ba4b426;border-left-color:#B9C2D9}
.process-card-item h3{font-size:1.35rem;color:#212529;margin-bottom:15px;font-weight:700}
.process-card-item p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.visual-examples-strip{padding:70px 20px;background:linear-gradient(90deg,#f8f9fa 0%,#fff 50%,#f8f9fa 100%)}
.visual-examples-content{max-width:1200px;margin:0 auto}
.visual-examples-content h2{font-size:2.5rem;color:#212529;margin-bottom:22px;font-weight:700;text-align:center}
.visual-examples-content .subtitle-text{font-size:1.15rem;color:#495057;text-align:center;margin-bottom:55px;line-height:1.6}
.images-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-bottom:50px}
.showcase-image-wrapper{position:relative;overflow:hidden;border-radius:14px;box-shadow:0 12px 35px #8ba4b433;transition:all .4s ease}
.showcase-image-wrapper:hover{transform:translateY(-10px);box-shadow:0 18px 45px #8ba4b44d}
.showcase-image-wrapper img{width:100%;height:380px;object-fit:cover;display:block}
.showcase-image-wrapper::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,#212529b3 0%,transparent 100%);pointer-events:none}
.image-caption-overlay{position:absolute;bottom:28px;left:28px;right:28px;z-index:3;color:#fff}
.image-caption-overlay h3{font-size:1.4rem;font-weight:700;margin-bottom:8px;color:#fff}
.image-caption-overlay p{font-size:1rem;margin:0;line-height:1.5;color:#f8f9fa}
.cta-action-zone{background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);padding:65px 20px;text-align:center}
.cta-action-content{max-width:780px;margin:0 auto}
.cta-action-content h2{font-size:2.4rem;color:#fff;margin-bottom:20px;font-weight:700}
.cta-action-content p{font-size:1.15rem;color:#f8f9fa;margin-bottom:38px;line-height:1.65}
.cta-button-primary{display:inline-block;padding:18px 45px;background:#fff;color:#8BA4B4;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 8px 20px #00000026;position:relative;z-index:10}
.cta-button-primary:hover{background:#212529;color:#fff;transform:translateY(-3px);box-shadow:0 12px 28px #00000040}
@media (max-width: 768px) {
.tech-hero-zone{padding:60px 20px 50px}
.tech-hero-content h1{font-size:2.2rem}
.tech-hero-content .intro-text{font-size:1.1rem}
.dual-split-container{flex-direction:column;min-height:auto}
.left-requirements-section,.right-requirements-section{padding:50px 25px;border-right:none;border-bottom:3px solid #DCDFEE}
.left-requirements-section h2,.right-requirements-section h2{font-size:2rem}
.detailed-process-grid{grid-template-columns:1fr;gap:20px}
.images-showcase-grid{grid-template-columns:1fr;gap:35px}
.profile-showcase-box{flex-direction:column;text-align:center}
.visual-examples-content h2{font-size:2rem}
.cta-action-content h2{font-size:1.9rem}
}
.finance-process-main{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.finance-hero-wrapper{background:linear-gradient(165deg,#DCDFEE 0%,#B9C2D9 60%,#8BA4B4 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.finance-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff26;border-radius:50%;z-index:1}
.finance-hero-content{max-width:780px;margin:0 auto;position:relative;z-index:2}
.finance-hero-content h1{color:#212529;font-size:2.8rem;font-weight:700;margin-bottom:25px;line-height:1.2}
.finance-hero-content p{color:#343a40;font-size:1.15rem;line-height:1.7;margin-bottom:0}
.finance-intro-block{padding:80px 20px;background:#fff}
.finance-intro-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.finance-intro-text h2{color:#212529;font-size:2.2rem;font-weight:700;margin-bottom:30px;line-height:1.3}
.finance-intro-text p{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:20px}
.finance-intro-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #8ba4b440}
.finance-intro-image img{width:100%;height:420px;object-fit:cover;display:block}
.finance-steps-section{padding:85px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.finance-steps-wrapper{max-width:1000px;margin:0 auto}
.finance-steps-header{text-align:center;margin-bottom:65px}
.finance-steps-header h2{color:#212529;font-size:2.4rem;font-weight:700;margin-bottom:20px}
.finance-steps-header p{color:#495057;font-size:1.1rem;line-height:1.7;max-width:680px;margin:0 auto}
.finance-step-item{display:grid;grid-template-columns:80px 1fr;gap:35px;margin-bottom:55px;position:relative}
.finance-step-item:last-child{margin-bottom:0}
.finance-step-marker{width:80px;height:80px;background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px #8ba4b44d;position:relative}
.finance-step-marker span{color:#fff;font-size:2rem;font-weight:700}
.finance-step-content{padding-top:8px}
.finance-step-content h3{color:#212529;font-size:1.6rem;font-weight:700;margin-bottom:15px}
.finance-step-content p{color:#495057;font-size:1.05rem;line-height:1.8;margin:0}
.finance-profile-section{padding:80px 20px;background:#fff}
.finance-profile-layout{max-width:900px;margin:0 auto;display:flex;gap:50px;align-items:flex-start}
.finance-profile-photo{flex-shrink:0;width:280px}
.finance-profile-photo img{width:100%;height:320px;object-fit:cover;border-radius:12px;box-shadow:0 12px 35px #8ba4b440}
.finance-profile-details{flex:1}
.finance-profile-details h2{color:#212529;font-size:2rem;font-weight:700;margin-bottom:12px}
.finance-profile-role{color:#8BA4B4;font-size:1.15rem;font-weight:600;margin-bottom:25px;display:block}
.finance-profile-details p{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:18px}
.finance-mission-block{padding:85px 20px;background:linear-gradient(165deg,#DCDFEE 0%,#B9C2D9 100%);position:relative;overflow:hidden}
.finance-mission-block::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:#ffffff1a;border-radius:50%}
.finance-mission-content{max-width:850px;margin:0 auto;position:relative;z-index:2;text-align:center}
.finance-mission-content h2{color:#212529;font-size:2.3rem;font-weight:700;margin-bottom:30px;line-height:1.3}
.finance-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:50px}
.finance-value-card{background:#ffffffe6;padding:35px 28px;border-radius:10px;box-shadow:0 8px 25px #8ba4b433;transition:transform .3s ease,box-shadow .3s ease}
.finance-value-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #8ba4b44d}
.finance-value-card h3{color:#212529;font-size:1.35rem;font-weight:700;margin-bottom:15px}
.finance-value-card p{color:#495057;font-size:1rem;line-height:1.7;margin:0}
.finance-insights-section{padding:80px 20px;background:#fff}
.finance-insights-wrapper{max-width:1100px;margin:0 auto}
.finance-insights-header{margin-bottom:55px}
.finance-insights-header h2{color:#212529;font-size:2.3rem;font-weight:700;margin-bottom:20px}
.finance-insights-header p{color:#495057;font-size:1.1rem;line-height:1.7;max-width:750px}
.finance-insights-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.finance-insights-visual img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #8ba4b440}
.finance-insights-list{list-style:none;padding:0;margin:0}
.finance-insights-list li{padding-left:45px;position:relative;margin-bottom:28px;color:#495057;font-size:1.05rem;line-height:1.8}
.finance-insights-list li:last-child{margin-bottom:0}
.finance-insights-list li::before{content:'→';position:absolute;left:0;top:2px;color:#8BA4B4;font-size:1.8rem;font-weight:700;line-height:1}
@media (max-width: 992px) {
.finance-hero-content h1{font-size:2.3rem}
.finance-intro-container{grid-template-columns:1fr;gap:45px}
.finance-intro-text h2{font-size:1.9rem}
.finance-values-grid{grid-template-columns:1fr;gap:25px}
.finance-insights-grid{grid-template-columns:1fr;gap:40px}
.finance-profile-layout{flex-direction:column;align-items:center}
.finance-profile-photo{width:100%;max-width:320px}
}
@media (max-width: 768px) {
.finance-hero-wrapper{padding:60px 20px 50px}
.finance-hero-content h1{font-size:1.9rem}
.finance-hero-content p{font-size:1.05rem}
.finance-intro-block{padding:60px 20px}
.finance-intro-text h2{font-size:1.7rem}
.finance-steps-section{padding:65px 20px}
.finance-steps-header h2{font-size:2rem}
.finance-step-item{grid-template-columns:65px 1fr;gap:25px;margin-bottom:45px}
.finance-step-marker{width:65px;height:65px}
.finance-step-marker span{font-size:1.6rem}
.finance-step-content h3{font-size:1.4rem}
.finance-mission-block{padding:65px 20px}
.finance-mission-content h2{font-size:1.9rem}
.finance-insights-section{padding:60px 20px}
.finance-insights-header h2{font-size:1.9rem}
}
.index-hero-wrapper{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#DCDFEE 0%,#B9C2D9 100%)}
.index-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(circle,#8ba4b426 0%,transparent 70%);transform:rotate(-15deg);z-index:1}
.index-hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}
.index-hero-image-container img{width:100%;height:100%;object-fit:cover;opacity:.18;filter:blur(1px)}
.index-hero-content-zone{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:3rem 2rem}
.index-hero-title-block{max-width:780px;margin-bottom:2.5rem}
.index-hero-title-block h1{font-size:4.2rem;font-weight:800;line-height:1.15;color:#212529;margin-bottom:1.8rem;letter-spacing:-.02em}
.index-hero-title-block .subtitle-emphasis{font-size:1.45rem;line-height:1.65;color:#343a40;font-weight:400;margin-bottom:2rem}
.index-hero-cta-group{display:flex;gap:1.2rem;flex-wrap:wrap;align-items:center}
.index-hero-cta-primary{background:#8BA4B4;color:#fff;padding:1.1rem 2.8rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #8ba4b440;display:inline-block}
.index-hero-cta-primary:hover{background:#7a93a3;transform:translateY(-2px);box-shadow:0 6px 18px #8ba4b459}
.index-hero-cta-secondary{background:none;color:#212529;padding:1.1rem 2.8rem;font-size:1.1rem;font-weight:600;text-decoration:none;border:2px solid #8BA4B4;border-radius:8px;transition:all .3s ease;display:inline-block}
.index-hero-cta-secondary:hover{background:#8ba4b41a;border-color:#7a93a3;transform:translateY(-2px)}
@media (max-width: 768px) {
.index-hero-title-block h1{font-size:2.8rem}
.index-hero-title-block .subtitle-emphasis{font-size:1.2rem}
.index-hero-cta-group{flex-direction:column;align-items:stretch}
.index-hero-cta-primary,.index-hero-cta-secondary{text-align:center}
}
.recovery-narrative-section{background:#fff;padding:6rem 2rem;position:relative}
.recovery-narrative-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.recovery-narrative-visual{position:relative}
.recovery-narrative-visual::before{content:'';position:absolute;top:-30px;left:-30px;width:100%;height:100%;background:linear-gradient(135deg,#DCDFEE 0%,#B9C2D9 50%);border-radius:20px;z-index:1}
.recovery-narrative-visual img{position:relative;z-index:2;width:100%;height:520px;object-fit:cover;border-radius:20px;box-shadow:0 12px 40px #00000014}
.recovery-narrative-text-block{padding-top:2rem}
.recovery-narrative-text-block h2{font-size:2.8rem;font-weight:700;color:#212529;line-height:1.3;margin-bottom:1.8rem}
.recovery-narrative-text-block .intro-paragraph{font-size:1.2rem;line-height:1.8;color:#495057;margin-bottom:2rem}
.recovery-narrative-text-block p{font-size:1.05rem;line-height:1.75;color:#495057;margin-bottom:1.5rem}
.recovery-insight-marker{background:linear-gradient(135deg,#DCDFEE 0%,#B9C2D9 100%);padding:1.8rem 2rem;border-radius:12px;margin-top:2.5rem;border-left:5px solid #8BA4B4}
.recovery-insight-marker p{font-size:1.1rem;font-weight:500;color:#212529;margin:0;line-height:1.7}
@media (max-width: 968px) {
.recovery-narrative-container{grid-template-columns:1fr;gap:3rem}
.recovery-narrative-visual::before{top:-20px;left:-20px}
.recovery-narrative-visual img{height:380px}
.recovery-narrative-text-block h2{font-size:2.2rem}
}
.strategy-diagonal-section{background:linear-gradient(165deg,#f8f9fa 0%,#fff 50%,#DCDFEE 100%);padding:7rem 2rem;position:relative;overflow:hidden}
.strategy-diagonal-section::before{content:'';position:absolute;top:-10%;right:-5%;width:600px;height:600px;background:radial-gradient(circle,#b9c2d933 0%,transparent 70%);border-radius:50%;z-index:1}
.strategy-content-wrapper{max-width:1300px;margin:0 auto;position:relative;z-index:2}
.strategy-header-zone{text-align:center;margin-bottom:4.5rem}
.strategy-header-zone h2{font-size:3rem;font-weight:700;color:#212529;margin-bottom:1.5rem;line-height:1.25}
.strategy-header-zone .lead-text{font-size:1.3rem;color:#495057;line-height:1.7;max-width:850px;margin:0 auto}
.strategy-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:4rem}
.strategy-card-item{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:all .4s ease;position:relative;overflow:hidden}
.strategy-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#8BA4B4 0%,#B9C2D9 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.strategy-card-item:hover::before{transform:scaleX(1)}
.strategy-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 35px #8ba4b426}
.strategy-card-item h3{font-size:1.6rem;font-weight:700;color:#212529;margin-bottom:1.2rem}
.strategy-card-item p{font-size:1.05rem;line-height:1.7;color:#495057;margin:0}
.strategy-visual-pair{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.strategy-visual-pair img{width:100%;height:340px;object-fit:cover;border-radius:16px;box-shadow:0 8px 25px #00000014}
@media (max-width: 968px) {
.strategy-grid-layout{grid-template-columns:1fr;gap:2rem}
.strategy-visual-pair{grid-template-columns:1fr;gap:2rem}
.strategy-visual-pair img{height:280px}
.strategy-header-zone h2{font-size:2.3rem}
}
.methodology-radial-section{background:#fff;padding:6.5rem 2rem;position:relative}
.methodology-container-zone{max-width:1200px;margin:0 auto}
.methodology-intro-block{max-width:900px;margin:0 auto 5rem;text-align:center}
.methodology-intro-block h2{font-size:2.9rem;font-weight:700;color:#212529;margin-bottom:1.5rem;line-height:1.3}
.methodology-intro-block p{font-size:1.25rem;line-height:1.75;color:#495057}
.methodology-asymmetric-layout{display:grid;grid-template-columns:1.2fr 0.8fr;gap:4rem;align-items:center;margin-bottom:4rem}
.methodology-content-column{padding-right:2rem}
.methodology-step-item{margin-bottom:3rem;padding-left:80px;position:relative}
.methodology-step-marker{position:absolute;left:0;top:0;width:60px;height:60px;background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 4px 15px #8ba4b44d}
.methodology-step-item h3{font-size:1.65rem;font-weight:700;color:#212529;margin-bottom:1rem}
.methodology-step-item p{font-size:1.05rem;line-height:1.75;color:#495057;margin:0}
.methodology-image-zone img{width:100%;height:550px;object-fit:cover;border-radius:20px;box-shadow:0 10px 35px #0000001a}
@media (max-width: 968px) {
.methodology-asymmetric-layout{grid-template-columns:1fr;gap:3rem}
.methodology-content-column{padding-right:0}
.methodology-step-item{padding-left:70px}
.methodology-step-marker{width:50px;height:50px;font-size:1.3rem}
.methodology-image-zone img{height:380px}
.methodology-intro-block h2{font-size:2.3rem}
}
.testimonial-split-section{background:linear-gradient(180deg,#f8f9fa 0%,#DCDFEE 100%);padding:6.5rem 2rem;position:relative;overflow:hidden}
.testimonial-split-section::before{content:'';position:absolute;bottom:-10%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#b9c2d940 0%,transparent 70%);border-radius:50%;z-index:1}
.testimonial-container-main{max-width:1300px;margin:0 auto;position:relative;z-index:2}
.testimonial-header-central{text-align:center;margin-bottom:4.5rem}
.testimonial-header-central h2{font-size:3rem;font-weight:700;color:#212529;margin-bottom:1.3rem;line-height:1.25}
.testimonial-header-central .subheading-text{font-size:1.25rem;color:#495057;line-height:1.7;max-width:750px;margin:0 auto}
.testimonial-dual-layout{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;margin-bottom:4rem}
.testimonial-card-box{background:#fff;padding:3rem 2.5rem;border-radius:18px;box-shadow:0 6px 25px #0000000f;transition:all .35s ease;position:relative}
.testimonial-card-box:hover{transform:translateY(-6px);box-shadow:0 12px 40px #8ba4b42e}
.testimonial-profile-row{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}
.testimonial-profile-image{width:75px;height:75px;border-radius:50%;object-fit:cover;border:4px solid #DCDFEE}
.testimonial-profile-info h3{font-size:1.4rem;font-weight:700;color:#212529;margin-bottom:.3rem}
.testimonial-profile-info .role-label{font-size:1rem;color:#8BA4B4;font-weight:500}
.testimonial-quote-text{font-size:1.1rem;line-height:1.8;color:#495057;font-style:italic;margin:0}
.testimonial-cta-zone{text-align:center;margin-top:3.5rem}
.testimonial-cta-button{background:#8BA4B4;color:#fff;padding:1.2rem 3rem;font-size:1.15rem;font-weight:600;text-decoration:none;border-radius:10px;display:inline-block;transition:all .3s ease;box-shadow:0 5px 18px #8ba4b44d}
.testimonial-cta-button:hover{background:#7a93a3;transform:translateY(-3px);box-shadow:0 8px 25px #8ba4b466}
@media (max-width: 968px) {
.testimonial-dual-layout{grid-template-columns:1fr;gap:2.5rem}
.testimonial-header-central h2{font-size:2.3rem}
.testimonial-card-box{padding:2.5rem 2rem}
}
.contact-page-wrapper{background:linear-gradient(to bottom,#fff 0%,#fafbfc 50%,#f8f9fa 100%);min-height:100vh}
.intro-transmission-section{padding:5rem 2rem 4rem;max-width:920px;margin:0 auto}
.intro-transmission-section .headline-primary{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}
.intro-transmission-section .explanation-narrative{font-size:1.15rem;line-height:1.75;color:#495057;margin-bottom:2rem}
.intro-transmission-section .explanation-narrative p{margin-bottom:1.25rem}
.intro-transmission-section .explanation-narrative p:last-child{margin-bottom:0}
.dual-channel-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1180px;margin:0 auto;padding:0 2rem 5rem}
.dialogue-panel-left{background:#fff;border:1px solid #DCDFEE;border-radius:12px;padding:2.5rem;box-shadow:0 4px 12px #8ba4b414}
.dialogue-panel-left .panel-title{font-size:1.5rem;font-weight:600;color:#343a40;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #DCDFEE}
.method-stack{display:flex;flex-direction:column;gap:1.75rem}
.method-item{display:flex;align-items:flex-start;gap:1rem}
.method-icon-marker{width:48px;height:48px;background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.3rem;color:#fff}
.method-content-text{flex:1}
.method-content-text .method-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#8BA4B4;margin-bottom:.5rem;font-weight:600}
.method-content-text .method-value{font-size:1.05rem;color:#212529;line-height:1.6;word-break:break-word}
.dialogue-panel-right{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:1px solid #B9C2D9;border-radius:12px;padding:2.5rem;box-shadow:0 4px 12px #b9c2d91f}
.dialogue-panel-right .panel-title{font-size:1.5rem;font-weight:600;color:#343a40;margin-bottom:1.5rem}
.form-collection-construct{display:flex;flex-direction:column;gap:1.5rem}
.field-grouping{display:flex;flex-direction:column;gap:.5rem}
.field-grouping .field-question-label{font-size:.95rem;color:#495057;font-weight:500}
.field-grouping .field-input-element{padding:.9rem 1.1rem;border:2px solid #DCDFEE;border-radius:8px;font-size:1rem;color:#212529;background:#fff;transition:all .2s ease;font-family:inherit}
.field-grouping .field-input-element:focus{outline:none;border-color:#8BA4B4;box-shadow:0 0 0 3px #8ba4b426}
.field-grouping .field-textarea-element{padding:.9rem 1.1rem;border:2px solid #DCDFEE;border-radius:8px;font-size:1rem;color:#212529;background:#fff;transition:all .2s ease;font-family:inherit;resize:vertical;min-height:140px}
.field-grouping .field-textarea-element:focus{outline:none;border-color:#8BA4B4;box-shadow:0 0 0 3px #8ba4b426}
.grid-field-pair{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.consent-acknowledgement-area{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1.25rem;background:#fafbfc;border-radius:8px;border:1px solid #DCDFEE}
.consent-acknowledgement-area input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#8BA4B4}
.consent-acknowledgement-area .consent-statement-text{font-size:.9rem;color:#495057;line-height:1.6}
.consent-acknowledgement-area .consent-statement-text a{color:#8BA4B4;text-decoration:underline;font-weight:500}
.consent-acknowledgement-area .consent-statement-text a:hover{color:#212529}
.submission-trigger-button{padding:1rem 2.5rem;background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);color:#fff;border:none;border-radius:10px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #8ba4b440;margin-top:1rem}
.submission-trigger-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #8ba4b459;background:linear-gradient(135deg,#7a93a3 0%,#a8b1c8 100%)}
.submission-trigger-button:active{transform:translateY(0)}
.timing-availability-block{background:#fff;padding:4rem 2rem;border-top:1px solid #DCDFEE}
.timing-availability-block .timing-container-inner{max-width:1000px;margin:0 auto}
.timing-availability-block .timing-headline{font-size:2rem;font-weight:700;color:#212529;text-align:center;margin-bottom:3rem}
.schedule-grid-display{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.schedule-card-unit{background:linear-gradient(to bottom,#fafbfc 0%,#fff 100%);border:2px solid #DCDFEE;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}
.schedule-card-unit:hover{border-color:#8BA4B4;transform:translateY(-4px);box-shadow:0 8px 20px #8ba4b42e}
.schedule-card-unit .card-icon-visual{width:64px;height:64px;background:linear-gradient(135deg,#B9C2D9 0%,#DCDFEE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.8rem}
.schedule-card-unit .card-title-text{font-size:1.25rem;font-weight:600;color:#343a40;margin-bottom:.75rem}
.schedule-card-unit .card-description-text{font-size:.95rem;color:#495057;line-height:1.6}
@media (max-width: 1024px) {
.dual-channel-container{grid-template-columns:1fr;gap:2rem;padding-bottom:4rem}
.schedule-grid-display{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 768px) {
.intro-transmission-section{padding:3rem 1.5rem}
.intro-transmission-section .headline-primary{font-size:2.2rem}
.intro-transmission-section .explanation-narrative{font-size:1.05rem}
.dialogue-panel-left,.dialogue-panel-right{padding:2rem}
.grid-field-pair{grid-template-columns:1fr;gap:1.5rem}
.timing-availability-block{padding:3rem 1.5rem}
.timing-availability-block .timing-headline{font-size:1.7rem}
}
@media (max-width: 480px) {
.intro-transmission-section .headline-primary{font-size:1.9rem}
.dual-channel-container{padding:0 1rem 3rem}
.method-item{flex-direction:column;align-items:center;text-align:center}
.submission-trigger-button{width:100%;padding:1.1rem}
}
.aboutpage-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh}
.aboutpage-hero-zone{position:relative;padding:120px 20px 80px;background:linear-gradient(165deg,#DCDFEE 0%,#B9C2D9 45%,#8BA4B4 100%);overflow:hidden}
.aboutpage-hero-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.aboutpage-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.aboutpage-hero-content h1{font-size:3.2rem;color:#212529;font-weight:800;margin-bottom:28px;line-height:1.2;letter-spacing:-.5px}
.aboutpage-hero-content .intro-text{font-size:1.35rem;color:#343a40;line-height:1.7;margin-bottom:0}
.aboutpage-story-section{padding:95px 20px;background:#fff}
.aboutpage-story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:70px;align-items:start}
.aboutpage-story-visual{position:relative}
.aboutpage-story-visual img{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 15px 45px #8ba4b440}
.aboutpage-story-text h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:32px;line-height:1.3}
.aboutpage-story-text p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:22px}
.aboutpage-story-text p:last-of-type{margin-bottom:0}
.aboutpage-values-block{padding:85px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.aboutpage-values-wrap{max-width:1150px;margin:0 auto}
.aboutpage-values-wrap h2{font-size:2.6rem;color:#212529;font-weight:700;text-align:center;margin-bottom:65px}
.aboutpage-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}
.aboutpage-value-card{background:#fff;padding:45px 35px;border-radius:10px;border:2px solid #DCDFEE;transition:all .3s ease;position:relative}
.aboutpage-value-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#8BA4B4 0%,#B9C2D9 100%);border-radius:10px 10px 0 0;opacity:0;transition:opacity .3s ease}
.aboutpage-value-card:hover::before{opacity:1}
.aboutpage-value-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #8ba4b433;border-color:#B9C2D9}
.aboutpage-value-card h3{font-size:1.5rem;color:#212529;font-weight:700;margin-bottom:18px}
.aboutpage-value-card p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.aboutpage-approach-section{padding:90px 20px;background:#fff;position:relative}
.aboutpage-approach-container{max-width:1100px;margin:0 auto}
.aboutpage-approach-header{text-align:center;margin-bottom:70px}
.aboutpage-approach-header h2{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:24px}
.aboutpage-approach-header p{font-size:1.15rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.aboutpage-approach-steps{display:flex;flex-direction:column;gap:55px}
.aboutpage-step-item{display:grid;grid-template-columns:90px 1fr;gap:35px;align-items:start}
.aboutpage-step-item:nth-child(even){direction:rtl}
.aboutpage-step-item:nth-child(even) > *{direction:ltr}
.aboutpage-step-number{width:90px;height:90px;background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#fff;flex-shrink:0;box-shadow:0 8px 25px #8ba4b44d}
.aboutpage-step-content h3{font-size:1.6rem;color:#212529;font-weight:700;margin-bottom:16px}
.aboutpage-step-content p{font-size:1.08rem;color:#495057;line-height:1.75;margin:0}
.aboutpage-team-zone{padding:85px 20px;background:linear-gradient(180deg,#fafbfc 0%,#f8f9fa 100%)}
.aboutpage-team-wrapper{max-width:1050px;margin:0 auto}
.aboutpage-team-wrapper h2{font-size:2.5rem;color:#212529;font-weight:700;text-align:center;margin-bottom:60px}
.aboutpage-team-members{display:grid;grid-template-columns:repeat(2,1fr);gap:55px}
.aboutpage-member-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #8ba4b426;transition:transform .3s ease,box-shadow .3s ease}
.aboutpage-member-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #8ba4b440}
.aboutpage-member-photo{width:100%;height:380px;object-fit:cover}
.aboutpage-member-info{padding:35px 30px}
.aboutpage-member-info h3{font-size:1.5rem;color:#212529;font-weight:700;margin-bottom:8px}
.aboutpage-member-role{font-size:1.05rem;color:#8BA4B4;font-weight:600;margin-bottom:18px;display:block}
.aboutpage-member-info p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.aboutpage-commitment-block{padding:95px 20px;background:#fff;position:relative}
.aboutpage-commitment-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:65px;align-items:center}
.aboutpage-commitment-text h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:30px;line-height:1.3}
.aboutpage-commitment-text p{font-size:1.1rem;color:#495057;line-height:1.75;margin-bottom:20px}
.aboutpage-commitment-text p:last-of-type{margin-bottom:35px}
.aboutpage-commitment-cta{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);color:#fff;font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #8ba4b44d}
.aboutpage-commitment-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8ba4b466;color:#fff}
.aboutpage-commitment-visual img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 15px 45px #8ba4b440}
@media (max-width: 968px) {
.aboutpage-hero-content h1{font-size:2.4rem}
.aboutpage-hero-content .intro-text{font-size:1.15rem}
.aboutpage-story-container{grid-template-columns:1fr;gap:45px}
.aboutpage-story-visual img{height:400px}
.aboutpage-values-grid{grid-template-columns:1fr;gap:35px}
.aboutpage-step-item{grid-template-columns:70px 1fr;gap:25px}
.aboutpage-step-number{width:70px;height:70px;font-size:1.6rem}
.aboutpage-team-members{grid-template-columns:1fr;gap:40px}
.aboutpage-commitment-content{grid-template-columns:1fr;gap:45px}
.aboutpage-commitment-visual img{height:380px}
}
@media (max-width: 640px) {
.aboutpage-hero-zone{padding:80px 20px 60px}
.aboutpage-hero-content h1{font-size:2rem}
.aboutpage-hero-content .intro-text{font-size:1.05rem}
.aboutpage-story-section{padding:65px 20px}
.aboutpage-story-text h2{font-size:1.9rem}
.aboutpage-values-block{padding:65px 20px}
.aboutpage-values-wrap h2{font-size:2rem;margin-bottom:45px}
.aboutpage-approach-section{padding:65px 20px}
.aboutpage-approach-header h2{font-size:2rem}
.aboutpage-step-item{grid-template-columns:1fr;text-align:center;gap:20px}
.aboutpage-step-number{margin:0 auto}
.aboutpage-step-item:nth-child(even){direction:ltr}
.aboutpage-team-zone{padding:65px 20px}
.aboutpage-team-wrapper h2{font-size:2rem}
.aboutpage-member-photo{height:320px}
.aboutpage-commitment-block{padding:65px 20px}
.aboutpage-commitment-text h2{font-size:1.9rem}
.aboutpage-commitment-visual img{height:300px}
}
.cookie-narrative-container{max-width:920px;margin:0 auto;padding:60px 24px;background:#fff}
.cookie-header-block{margin-bottom:68px;padding-bottom:42px;border-bottom:3px solid #DCDFEE}
.cookie-header-block h1{font-size:2.8rem;line-height:1.2;color:#212529;margin-bottom:28px;font-weight:700;letter-spacing:-.5px}
.cookie-meta-info{display:flex;gap:32px;flex-wrap:wrap;color:#495057;font-size:.95rem}
.cookie-meta-info span{padding:8px 18px;background:#f8f9fa;border-radius:6px;border-left:3px solid #8BA4B4}
.policy-segment{margin-bottom:56px}
.policy-segment:last-child{margin-bottom:0}
.segment-heading{font-size:1.9rem;color:#212529;margin-bottom:24px;font-weight:600;position:relative;padding-left:18px}
.segment-heading::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:5px;background:linear-gradient(180deg,#8BA4B4 0%,#B9C2D9 100%);border-radius:3px}
.policy-narrative{font-size:1.05rem;line-height:1.8;color:#343a40;margin-bottom:32px}
.policy-narrative-compact{font-size:1.02rem;line-height:1.7;color:#495057;margin-bottom:24px}
.narrative-emphasis{background:linear-gradient(120deg,#DCDFEE 0%,#f8f9fa 100%);padding:28px 32px;border-radius:8px;margin:36px 0;border:1px solid #B9C2D9}
.tech-cluster{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:42px 0}
.tech-item{background:#fafbfc;padding:24px;border-radius:6px;border:1px solid #DCDFEE;transition:all .3s ease}
.tech-item:hover{background:#fff;box-shadow:0 4px 12px #8ba4b426;transform:translateY(-2px)}
.tech-label{font-size:1.15rem;font-weight:600;color:#212529;margin-bottom:12px;display:block}
.tech-description{font-size:.96rem;line-height:1.6;color:#495057}
.divider-subtle{height:2px;background:linear-gradient(90deg,transparent 0%,#DCDFEE 50%,transparent 100%);margin:48px 0;border:none}
.layered-content-block{background:#f8f9fa;padding:38px;border-radius:10px;margin:44px 0;position:relative;overflow:hidden}
.layered-content-block::after{content:'';position:absolute;top:0;right:0;width:180px;height:180px;background:radial-gradient(circle,#b9c2d933 0%,transparent 70%);pointer-events:none}
.insight-fragment{margin:28px 0;padding-left:24px;border-left:4px solid #B9C2D9}
.micro-heading{font-size:1.3rem;color:#212529;font-weight:600;margin-bottom:14px}
.detail-list{list-style:none;padding:0;margin:24px 0}
.detail-list li{padding:14px 0 14px 36px;position:relative;font-size:1rem;line-height:1.7;color:#343a40;border-bottom:1px solid #DCDFEE}
.detail-list li:last-child{border-bottom:none}
.detail-list li::before{content:'→';position:absolute;left:8px;color:#8BA4B4;font-weight:700;font-size:1.2rem}
.functional-split{display:flex;gap:32px;margin:40px 0;flex-wrap:wrap}
.split-column{flex:1;min-width:280px;background:#fff;padding:28px;border-radius:8px;border:2px solid #DCDFEE}
.split-column-title{font-size:1.25rem;color:#212529;font-weight:600;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #B9C2D9}
.nested-insight{background:#fafbfc;padding:22px 26px;margin:32px 0;border-radius:6px;border-left:5px solid #8BA4B4}
.contact-closure-block{margin-top:64px;padding:42px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:10px;border:1px solid #DCDFEE;position:relative}
.contact-closure-block::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8BA4B4 0%,#B9C2D9 50%,#DCDFEE 100%);border-radius:10px 10px 0 0}
.closure-intro{font-size:1.08rem;line-height:1.75;color:#343a40;margin-bottom:28px}
.contact-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:24px}
.contact-item-display{padding:18px;background:#fff;border-radius:6px;border:1px solid #B9C2D9;font-size:.95rem;color:#495057;transition:all .25s ease}
.contact-item-display:hover{background:#fafbfc;border-color:#8BA4B4}
.contact-item-display strong{display:block;color:#212529;margin-bottom:6px;font-size:.88rem;text-transform:uppercase;letter-spacing:.5px}
@media (max-width: 768px) {
.cookie-narrative-container{padding:40px 18px}
.cookie-header-block h1{font-size:2.2rem}
.segment-heading{font-size:1.6rem}
.tech-cluster{grid-template-columns:1fr}
.functional-split{flex-direction:column}
.contact-details-grid{grid-template-columns:1fr}
.layered-content-block{padding:24px}
.contact-closure-block{padding:28px 20px}
}
@media (max-width: 480px) {
.cookie-header-block h1{font-size:1.9rem}
.segment-heading{font-size:1.4rem}
.policy-narrative{font-size:1rem}
.cookie-meta-info{flex-direction:column;gap:12px}
}
.privacy-policy-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}
.privacy-header-section{background:linear-gradient(to right,#8BA4B4,#B9C2D9);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.privacy-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#dcdfee33;border-radius:50%}
.privacy-main-title{font-size:2.8rem;color:#fff;font-weight:700;margin:0 0 15px;position:relative;z-index:2}
.privacy-last-update{font-size:1.1rem;color:#f5f6fa;font-weight:400;position:relative;z-index:2}
.privacy-content-container{max-width:920px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:3}
.privacy-intro-block{background:#fff;padding:50px 45px;border-radius:12px;box-shadow:0 8px 24px #8ba4b41f;margin-bottom:35px;border-left:5px solid #8BA4B4}
.privacy-intro-block p{font-size:1.15rem;line-height:1.75;color:#343a40;margin:0 0 20px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-block{background:#fff;padding:45px 40px;margin-bottom:28px;border-radius:10px;box-shadow:0 4px 16px #8ba4b414;border-top:3px solid #DCDFEE}
.privacy-section-title{font-size:1.9rem;color:#212529;font-weight:700;margin:0 0 25px;padding-bottom:15px;border-bottom:2px solid #f8f9fa}
.privacy-subsection-title{font-size:1.4rem;color:#495057;font-weight:600;margin:30px 0 18px}
.privacy-section-block p{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 18px}
.privacy-section-block p:last-child{margin-bottom:0}
.privacy-list-container{margin:25px 0;padding-left:0;list-style:none}
.privacy-list-container li{font-size:1.05rem;line-height:1.7;color:#495057;margin-bottom:15px;padding-left:35px;position:relative}
.privacy-list-container li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#8BA4B4;border-radius:50%;box-shadow:0 0 0 3px #8ba4b426}
.privacy-emphasis-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:30px;border-radius:8px;margin:30px 0;border-left:4px solid #B9C2D9}
.privacy-emphasis-box p{font-size:1.08rem;line-height:1.75;color:#343a40;margin:0;font-weight:500}
.privacy-contact-section{background:linear-gradient(135deg,#DCDFEE 0%,#B9C2D9 100%);padding:45px 40px;border-radius:10px;margin-top:40px;text-align:center}
.privacy-contact-title{font-size:1.8rem;color:#212529;font-weight:700;margin:0 0 25px}
.privacy-contact-details{font-size:1.1rem;line-height:1.9;color:#343a40;margin:0}
.privacy-contact-details strong{color:#212529;font-weight:600}
.privacy-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:8px;box-shadow:0 2px 8px #8ba4b41a}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table thead{background:linear-gradient(to right,#8BA4B4,#B9C2D9)}
.privacy-data-table th{padding:18px 15px;text-align:left;font-size:1.05rem;font-weight:600;color:#fff;border-bottom:2px solid #DCDFEE}
.privacy-data-table td{padding:16px 15px;font-size:1.02rem;color:#495057;border-bottom:1px solid #f8f9fa}
.privacy-data-table tbody tr:hover{background:#fafbfc}
.privacy-cookie-reference{background:#fff3cd;border-left:4px solid #ffc107;padding:20px 25px;margin:25px 0;border-radius:6px}
.privacy-cookie-reference p{font-size:1.05rem;color:#856404;margin:0;font-weight:500}
.privacy-nested-list{margin:20px 0;padding-left:20px}
.privacy-nested-list li{padding-left:25px}
.privacy-nested-list li::before{width:8px;height:8px;background:#B9C2D9;top:10px}
@media (max-width: 768px) {
.privacy-header-section{padding:60px 15px 40px}
.privacy-main-title{font-size:2rem}
.privacy-last-update{font-size:1rem}
.privacy-content-container{padding:0 15px 60px}
.privacy-intro-block{padding:35px 25px}
.privacy-section-block{padding:30px 20px}
.privacy-section-title{font-size:1.5rem}
.privacy-subsection-title{font-size:1.2rem}
.privacy-emphasis-box{padding:20px}
.privacy-contact-section{padding:35px 25px}
.privacy-data-table th,.privacy-data-table td{padding:12px 10px;font-size:.95rem}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.6rem}
.privacy-intro-block{padding:25px 18px}
.privacy-section-block{padding:25px 18px}
.privacy-list-container li{padding-left:28px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;padding:0;margin:0}
.confirmation-hero-section{padding:120px 20px 80px;text-align:center;position:relative;overflow:hidden}
.confirmation-hero-section::before{content:'';position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:radial-gradient(circle,#b9c2d926 0%,transparent 70%);animation:pulse-gentle 8s ease-in-out infinite;pointer-events:none}
@keyframes pulse-gentle {
0%,100%{transform:scale(1) rotate(0deg);opacity:.6}
50%{transform:scale(1.1) rotate(5deg);opacity:.8}
}
.confirmation-hero-section .container{max-width:900px;margin:0 auto;position:relative;z-index:2}
.success-icon-area{margin-bottom:48px;display:inline-block;position:relative}
.checkmark-circle{width:110px;height:110px;border-radius:50%;background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 8px 30px #8ba4b459;animation:scale-in .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scale-in {
0%{transform:scale(0) rotate(-180deg);opacity:0}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.checkmark-circle svg{width:55px;height:55px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:draw-check .8s ease-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.primary-confirmation-heading{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.2;letter-spacing:-.5px}
.confirmation-subtext{font-size:1.2rem;color:#495057;line-height:1.7;margin:0 0 16px;max-width:680px;margin-left:auto;margin-right:auto}
.timing-notice{display:inline-block;background:#DCDFEE;color:#343a40;padding:12px 28px;border-radius:30px;font-size:.95rem;font-weight:500;margin-top:20px;box-shadow:0 3px 12px #dcdfee66}
.detailed-info-block{padding:80px 20px;background:#fff}
.detailed-info-block .container{max-width:1100px;margin:0 auto}
.info-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:50px}
.info-card-item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:40px 32px;border-radius:16px;border-left:5px solid #8BA4B4;box-shadow:0 4px 20px #0000000f;transition:all .35s ease;position:relative}
.info-card-item:hover{transform:translateY(-6px);box-shadow:0 8px 30px #8ba4b433;border-left-color:#B9C2D9}
.info-card-item::after{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle,#dcdfee4d 0%,transparent 70%);border-radius:0 16px 0 50%;pointer-events:none}
.card-number-badge{width:45px;height:45px;background:linear-gradient(135deg,#B9C2D9 0%,#DCDFEE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#343a40;font-size:1.3rem;margin-bottom:20px;box-shadow:0 3px 10px #b9c2d94d}
.info-card-item h3{font-size:1.5rem;color:#212529;margin:0 0 16px;font-weight:600;line-height:1.3}
.info-card-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.next-steps-section{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.next-steps-section::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#B9C2D9 50%,transparent 100%)}
.next-steps-section .container{max-width:950px;margin:0 auto;text-align:center}
.section-title-main{font-size:2.3rem;color:#212529;margin:0 0 20px;font-weight:700;letter-spacing:-.3px}
.section-subtitle-text{font-size:1.1rem;color:#495057;line-height:1.7;margin:0 0 55px;max-width:700px;margin-left:auto;margin-right:auto}
.action-buttons-row{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:center;margin-bottom:60px}
.primary-action-btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#8BA4B4 0%,#B9C2D9 100%);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 5px 20px #8ba4b44d;position:relative;z-index:10}
.primary-action-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #8ba4b473;background:linear-gradient(135deg,#7a93a3 0%,#a8b1c8 100%)}
.secondary-action-btn{display:inline-block;padding:16px 40px;background:#fff;color:#343a40;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.05rem;border:2px solid #8BA4B4;transition:all .3s ease;position:relative;z-index:10}
.secondary-action-btn:hover{background:#f8f9fa;border-color:#B9C2D9;transform:translateY(-3px);box-shadow:0 5px 15px #8ba4b433}
.contact-info-box{background:linear-gradient(135deg,#DCDFEE 0%,#f8f9fa 100%);padding:35px 40px;border-radius:16px;max-width:750px;margin:0 auto;box-shadow:0 4px 18px #0000000d}
.contact-info-box h4{font-size:1.4rem;color:#212529;margin:0 0 20px;font-weight:600}
.contact-details-list{display:flex;flex-direction:column;gap:14px;text-align:left;max-width:600px;margin:0 auto}
.contact-item-row{display:flex;align-items:center;gap:14px;font-size:1rem;color:#343a40}
.contact-item-row svg{width:22px;height:22px;stroke:#8BA4B4;stroke-width:2;fill:none;flex-shrink:0}
.contact-item-row a{color:#343a40;text-decoration:none;transition:color .3s ease}
.contact-item-row a:hover{color:#8BA4B4}
@media (max-width: 768px) {
.confirmation-hero-section{padding:80px 20px 60px}
.primary-confirmation-heading{font-size:2rem}
.confirmation-subtext{font-size:1.05rem}
.checkmark-circle{width:90px;height:90px}
.checkmark-circle svg{width:45px;height:45px}
.info-grid-layout{grid-template-columns:1fr;gap:28px}
.section-title-main{font-size:1.8rem}
.action-buttons-row{flex-direction:column;gap:16px}
.primary-action-btn,.secondary-action-btn{width:100%;max-width:320px;text-align:center}
.contact-details-list{text-align:center}
.contact-item-row{justify-content:center}
}
@media (max-width: 480px) {
.primary-confirmation-heading{font-size:1.7rem}
.info-card-item{padding:30px 24px}
.contact-info-box{padding:28px 24px}
}