@import "https://cdn.jsdelivr.net/npm/@fontsource/raleway@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/raleway@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/raleway@latest/600.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/raleway@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/600.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Karla',sans-serif;background:linear-gradient(142deg,#F1F7F5 0%,#fff 100%);color:#0B0D0F;line-height:1.6}
.corporate-header{background:linear-gradient(157deg,#0B0D0F 0%,#1a1d21 100%);padding:28px 0;box-shadow:0 8px 20px #0b0d0f26}
.header-outer-v2{max-width:1024px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:auto 1fr;gap:22px 18px;align-items:center}
.department-logo-section{display:flex;align-items:center}
.brand-identity-mark-v1{height:95px;width:95px;background:#f1f7f514;padding:12px;border-radius:24px;box-shadow:0 4px 14px #02d6982e}
.division-title-section{display:flex;align-items:center;justify-content:flex-end}
.organization-label-v3{font-family:'Raleway',sans-serif;font-size:32px;font-weight:700;color:#F1F7F5;letter-spacing:.5px}
.navigation-primary-v2{grid-column:1 / -1;display:flex;gap:8px;margin-top:18px;padding-top:22px;border-top:1px solid #f1f7f51f;flex-wrap:wrap}
.navigation-primary-v2 .navlink-item-v1{font-family:'Raleway',sans-serif;font-size:17px;font-weight:500;color:#F1F7F5;text-decoration:none;padding:12px 24px;border-radius:20px;background:#f1f7f50d;transition:background .3s ease-in,color .3s ease-in}
.navigation-primary-v2 .navlink-item-v1:hover{background:#02d69826;color:#02D698}
@media (max-width: 768px) {
.header-outer-v2{grid-template-columns:1fr;gap:16px}
.division-title-section{justify-content:center}
.organization-label-v3{font-size:26px}
.brand-identity-mark-v1{height:75px;width:75px}
.department-logo-section{justify-content:center}
.navigation-primary-v2{justify-content:center;margin-top:12px;padding-top:16px}
.navigation-primary-v2 .navlink-item-v1{font-size:15px;padding:10px 18px}
}
.footer-outer-wrapper{background:linear-gradient(163deg,#0B0D0F 0%,#1c1f24 100%);padding:48px 0 32px;margin-top:64px}
.footer-inner-v3{max-width:1024px;margin:0 auto;padding:0 24px}
.footer-division-links{display:flex;gap:28px;margin-bottom:32px;flex-wrap:wrap;justify-content:center}
.footer-division-links .footer-navitem-v2{font-family:'Karla',sans-serif;font-size:15px;color:#F1F7F5;text-decoration:none;padding:8px 16px;border-radius:18px;background:#f1f7f50a;transition:background .3s ease-in,color .3s ease-in}
.footer-division-links .footer-navitem-v2:hover{background:#02d6981f;color:#02D698}
.footer-division-contact{margin-bottom:28px;text-align:center}
.footer-division-contact .contact-info-line-v1{font-family:'Karla',sans-serif;font-size:14px;color:#f1f7f5bf;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:10px}
.footer-division-contact .contact-info-line-v1 .oi{color:#02D698;font-size:16px}
.footer-division-legal{text-align:center;padding-top:24px;border-top:1px solid #f1f7f51a}
.footer-division-legal .copyright-notice-v2{font-family:'Karla',sans-serif;font-size:13px;color:#f1f7f599}
@media (max-width: 768px) {
.footer-division-links{flex-direction:column;align-items:center;gap:14px}
.footer-division-contact .contact-info-line-v1{font-size:13px;flex-direction:column;gap:6px}
}
.consent-notification-wrapper-v1{position:fixed;top:24px;right:24px;z-index:9999;max-width:380px;background:linear-gradient(148deg,#0B0D0F 0%,#1a1d21 100%);border-radius:22px;box-shadow:0 12px 32px #0b0d0f59;padding:24px;opacity:0;transition:opacity .4s ease-in}
.consent-notification-wrapper-v1[data-state="visible"]{opacity:1}
.consent-notification-wrapper-v1[data-state="hiding"]{opacity:0}
.consent-content-inner-v2{display:flex;flex-direction:column;gap:18px}
.consent-content-inner-v2 .consent-message-text-v1{font-family:'Karla',sans-serif;font-size:15px;color:#F1F7F5;line-height:1.5}
.consent-action-buttons-v3{display:flex;gap:12px;justify-content:flex-end}
.consent-action-buttons-v3 button{font-family:'Raleway',sans-serif;font-size:14px;font-weight:500;padding:10px 20px;border:none;border-radius:18px;cursor:pointer;transition:background .3s ease-in,color .3s ease-in}
.consent-action-buttons-v3 .consent-button-accept-v1{background:#02D698;color:#0B0D0F}
.consent-action-buttons-v3 .consent-button-accept-v1:hover{background:#01b580}
.consent-action-buttons-v3 .consent-button-decline-v1{background:#f1f7f514;color:#F1F7F5;text-decoration:underline}
.consent-action-buttons-v3 .consent-button-decline-v1:hover{background:#f1f7f526}
@media (max-width: 768px) {
.consent-notification-wrapper-v1{right:16px;top:16px;max-width:calc(100% - 32px);padding:20px}
.consent-action-buttons-v3{flex-direction:column}
.consent-action-buttons-v3 button{width:100%}
}
.doc-area{max-width:1024px;margin:0 auto;padding:60px 24px 80px;background:#F1F7F5}
@media (min-width: 768px) {
.doc-area{padding:80px 48px 100px}
}
@media (min-width: 1024px) {
.doc-area{padding:100px 64px 120px}
}
.doc-area p{font-size:16px;line-height:1.75;color:#0B0D0F;margin:0 0 20px;font-weight:400}
@media (min-width: 768px) {
.doc-area p{font-size:17px;line-height:1.8;margin:0 0 24px}
}
@media (min-width: 1024px) {
.doc-area p{font-size:18px;line-height:1.85;margin:0 0 28px}
}
.doc-area p:last-child{margin-bottom:0}
.doc-area strong,.doc-area b{font-weight:700;color:#0B0D0F}
.doc-area em,.doc-area i{font-style:italic;color:#0B0D0F}
.doc-area a{color:#02D698;text-decoration:underline;transition:all .3s ease-in;font-weight:500}
.doc-area a:hover{color:#0B0D0F;text-decoration:none;filter:brightness(1.1)}
.doc-area a:focus{outline:2px solid #02D698;outline-offset:3px;border-radius:4px}
.doc-area hr{border:none;height:2px;background:linear-gradient(135deg,#02D698 0%,#0B0D0F 100%);margin:48px 0;opacity:.2}
@media (min-width: 768px) {
.doc-area hr{margin:56px 0}
}
@media (min-width: 1024px) {
.doc-area hr{margin:64px 0}
}
.doc-area div{margin:0 0 32px}
@media (min-width: 768px) {
.doc-area div{margin:0 0 40px}
}
@media (min-width: 1024px) {
.doc-area div{margin:0 0 48px}
}
.doc-area div:last-child{margin-bottom:0}
.doc-area div p:first-of-type{margin-top:0}
.program-intro-outer{background:linear-gradient(148deg,#F1F7F5 0%,#02D698 100%);padding:84px 20px 72px;position:relative;overflow:hidden}
.program-intro-outer::before{content:'';position:absolute;top:-40px;right:-60px;width:280px;height:280px;border:2px solid #0b0d0f14;border-radius:24px;transform:rotate(15deg)}
.program-intro-outer::after{content:'';position:absolute;bottom:-30px;left:-50px;width:200px;height:200px;border:2px solid #0b0d0f0f;border-radius:28px;transform:rotate(-12deg)}
.intro-content-wrapper-v1{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;position:relative;z-index:2}
.intro-text-division{padding-right:24px}
.intro-text-division .heading-primary-v1{font-size:3.2rem;line-height:1.15;color:#0B0D0F;margin-bottom:24px;font-weight:700}
.intro-text-division .description-text-v2{font-size:1.15rem;line-height:1.65;color:#0B0D0F;opacity:.85}
.intro-visual-area{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:16px;height:420px}
.intro-visual-area .fragment-img-one{grid-column:1 / 2;grid-row:1 / 3;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #0b0d0f1f}
.intro-visual-area .fragment-img-two{grid-column:2 / 3;grid-row:1 / 2;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #0b0d0f1f}
.intro-visual-area .fragment-img-three{grid-column:2 / 3;grid-row:2 / 3;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #0b0d0f1f}
.intro-visual-area img{width:100%;height:100%;object-fit:cover;filter:saturate(0.7);transition:filter .4s ease-in}
.intro-visual-area img:hover{filter:saturate(1)}
.curriculum-outer-v3{background:#0B0D0F;padding:96px 20px}
.curriculum-inner-container{max-width:1024px;margin:0 auto}
.curriculum-inner-container .section-label-v1{text-align:center;font-size:2.6rem;color:#F1F7F5;margin-bottom:56px;font-weight:700;letter-spacing:-.02em}
.timeline-structure-v2{position:relative;padding-left:48px}
.timeline-structure-v2::before{content:'';position:absolute;left:16px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#02D698 0%,#02d69833 100%)}
.timeline-phase-item{position:relative;margin-bottom:48px;padding:28px 32px;background:#f1f7f50a;border-radius:20px;border-left:4px solid #02D698;transition:transform .3s ease-in,box-shadow .3s ease-in}
.timeline-phase-item:hover{transform:translateX(8px);box-shadow:0 12px 32px #02d69826}
.timeline-phase-item::before{content:'';position:absolute;left:-54px;top:32px;width:18px;height:18px;background:#02D698;border-radius:50%;border:4px solid #0B0D0F}
.timeline-phase-item[data-state="completed"]::before{background:#F1F7F5}
.phase-number-label{font-size:.9rem;color:#02D698;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}
.phase-title-v1{font-size:1.5rem;color:#F1F7F5;margin-bottom:12px;font-weight:700}
.phase-description-text{font-size:1.05rem;line-height:1.7;color:#f1f7f5cc}
.outcomes-division-outer{background:#F1F7F5;padding:88px 20px}
.outcomes-division-inner{max-width:1024px;margin:0 auto}
.outcomes-headline-v2{font-size:2.4rem;color:#0B0D0F;margin-bottom:16px;font-weight:700;text-align:center}
.outcomes-subtext{font-size:1.1rem;color:#0b0d0fb3;text-align:center;margin-bottom:52px;line-height:1.6}
.benefits-masonry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.benefit-card-v3{background:#fff;padding:32px 28px;border-radius:24px;box-shadow:0 4px 16px #0b0d0f0f;transition:transform .3s ease-in,box-shadow .3s ease-in}
.benefit-card-v3:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0b0d0f1f}
.benefit-card-v3:nth-child(2){margin-top:32px}
.benefit-card-v3:nth-child(3){margin-top:16px}
.benefit-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#02D698 0%,#02d69899 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.benefit-icon-wrapper .oi{font-size:1.8rem;color:#0B0D0F}
.benefit-heading-v1{font-size:1.35rem;color:#0B0D0F;margin-bottom:12px;font-weight:700}
.benefit-detail-text{font-size:1rem;line-height:1.65;color:#0b0d0fbf}
.testimonial-segment-outer{background:linear-gradient(225deg,#0B0D0F 0%,#02D698 100%);padding:92px 20px;position:relative}
.testimonial-segment-outer::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:repeating-linear-gradient(90deg,#F1F7F5 0px,#F1F7F5 20px,transparent 20px,transparent 40px)}
.testimonial-segment-inner{max-width:1024px;margin:0 auto}
.testimonial-cards-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.student-card-v2{background:#f1f7f5f5;border-radius:28px;padding:40px 36px;display:flex;flex-direction:column;gap:24px;box-shadow:0 8px 24px #0b0d0f33;transition:transform .3s ease-in}
.student-card-v2:hover{transform:scale(1.03)}
.student-profile-row{display:flex;align-items:center;gap:20px}
.student-avatar-circle{width:72px;height:72px;border-radius:50%;overflow:hidden;border:4px solid #02D698;flex-shrink:0}
.student-avatar-circle img{width:100%;height:100%;object-fit:cover}
.student-info-block{flex:1}
.student-name-v1{font-size:1.3rem;color:#0B0D0F;font-weight:700;margin-bottom:4px}
.student-context-label{font-size:.95rem;color:#0b0d0fa6}
.testimonial-quote-text{font-size:1.08rem;line-height:1.7;color:#0b0d0fd9;font-style:italic}
.enrollment-section-outer{background:#fff;padding:96px 20px}
.enrollment-section-inner{max-width:840px;margin:0 auto;text-align:center}
.enrollment-section-inner .cta-headline-v3{font-size:2.8rem;color:#0B0D0F;margin-bottom:20px;font-weight:700;line-height:1.2}
.enrollment-section-inner .cta-subheadline{font-size:1.15rem;color:#0b0d0fb3;margin-bottom:40px;line-height:1.65}
.enrollment-action-row{display:flex;justify-content:center;align-items:center;gap:24px}
.button-primary-v2{display:inline-flex;align-items:center;gap:12px;padding:18px 44px;background:linear-gradient(135deg,#02D698 0%,#0B0D0F 100%);color:#F1F7F5;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:28px;box-shadow:0 6px 20px #02d6984d;transition:transform .3s ease-in,box-shadow .3s ease-in;position:relative;z-index:10}
.button-primary-v2:hover{transform:translateY(-4px);box-shadow:0 12px 32px #02d69866}
.button-secondary-outline{display:inline-flex;align-items:center;gap:12px;padding:18px 44px;background:transparent;color:#0B0D0F;font-size:1.1rem;font-weight:700;text-decoration:none;border:3px solid #0B0D0F;border-radius:28px;transition:all .3s ease-in;position:relative;z-index:10}
.button-secondary-outline:hover{background:#0B0D0F;color:#F1F7F5;border-color:#0B0D0F}
@media (max-width: 768px) {
.intro-content-wrapper-v1{grid-template-columns:1fr;gap:36px}
.intro-text-division{padding-right:0}
.intro-text-division .heading-primary-v1{font-size:2.4rem}
.intro-visual-area{height:320px}
.curriculum-inner-container .section-label-v1{font-size:2rem}
.timeline-structure-v2{padding-left:32px}
.benefits-masonry-grid{grid-template-columns:1fr;gap:20px}
.benefit-card-v3:nth-child(2),.benefit-card-v3:nth-child(3){margin-top:0}
.testimonial-cards-layout{grid-template-columns:1fr;gap:28px}
.enrollment-section-inner .cta-headline-v3{font-size:2.2rem}
.enrollment-action-row{flex-direction:column;gap:16px}
.button-primary-v2,.button-secondary-outline{width:100%;justify-content:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.intro-content-wrapper-v1{gap:40px}
.intro-text-division .heading-primary-v1{font-size:2.8rem}
.benefits-masonry-grid{grid-template-columns:repeat(2,1fr)}
}
.page-hero-v1{position:relative;margin:0 0 80px;padding:0;overflow:hidden;background:linear-gradient(143deg,#0B0D0F 0%,#1a1d21 100%);border-radius:28px;max-width:1024px;margin-left:auto;margin-right:auto}
.page-hero-v1 .hero-image-wrapper{position:relative;width:100%;height:480px;overflow:hidden}
.page-hero-v1 .hero-image-wrapper img{width:100%;height:100%;object-fit:cover;opacity:.35;filter:blur(1px)}
.page-hero-v1 .hero-content-outer{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;z-index:2}
.page-hero-v1 .hero-content-outer h1{color:#F1F7F5;font-size:3.2rem;line-height:1.2;margin:0 0 20px;text-align:center;font-weight:700;letter-spacing:-.02em}
.page-hero-v1 .hero-content-outer .subtitle-text{color:#02D698;font-size:1.3rem;line-height:1.6;text-align:center;max-width:720px;margin:0}
.page-hero-v1::before{content:'';position:absolute;top:20px;left:20px;width:8px;height:8px;background:radial-gradient(circle,#02D698 0%,#02D698 40%,transparent 40%,transparent 60%,#02D698 60%,#02D698 100%);background-size:8px 8px;border-radius:50%;z-index:3}
.page-hero-v1::after{content:'';position:absolute;bottom:20px;right:20px;width:8px;height:8px;background:radial-gradient(circle,#02D698 0%,#02D698 40%,transparent 40%,transparent 60%,#02D698 60%,#02D698 100%);background-size:8px 8px;border-radius:50%;z-index:3}
.stories-showcase-v2{max-width:1024px;margin:0 auto 100px;padding:0 20px}
.stories-showcase-v2 .section-header-v1{text-align:left;margin-bottom:60px;position:relative;padding-left:24px}
.stories-showcase-v2 .section-header-v1::before{content:'';position:absolute;left:0;top:8px;width:6px;height:48px;background:linear-gradient(180deg,#02D698 0%,#0B0D0F 100%);border-radius:8px}
.stories-showcase-v2 .section-header-v1 h2{font-size:2.4rem;color:#0B0D0F;margin:0 0 16px;line-height:1.3;font-weight:700}
.stories-showcase-v2 .section-header-v1 .intro-paragraph{font-size:1.1rem;line-height:1.7;color:#3a3d41;max-width:680px;margin:0}
.stories-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-bottom:60px}
.story-card-v3{background:#F1F7F5;border-radius:24px;padding:0;overflow:hidden;box-shadow:0 4px 16px #0b0d0f14;transition:all .35s ease-in;border:2px solid transparent}
.story-card-v3:hover{transform:translateY(-8px);box-shadow:0 12px 32px #02d69833;border-color:#02D698}
.story-card-v3 .card-image-section{width:100%;height:280px;overflow:hidden;position:relative}
.story-card-v3 .card-image-section img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease-in}
.story-card-v3:hover .card-image-section img{transform:scale(1.08)}
.story-card-v3 .card-content-inner{padding:32px 28px}
.story-card-v3 .profile-header-v1{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.story-card-v3 .profile-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #02D698}
.story-card-v3 .profile-info-v1 h3{font-size:1.3rem;color:#0B0D0F;margin:0 0 4px;font-weight:600}
.story-card-v3 .profile-info-v1 .role-label{font-size:.95rem;color:#02D698;margin:0;font-weight:500}
.story-card-v3 .story-quote-v1{font-size:1.05rem;line-height:1.7;color:#3a3d41;margin:0 0 24px;font-style:italic;position:relative;padding-left:20px}
.story-card-v3 .story-quote-v1::before{content:'"';position:absolute;left:0;top:-8px;font-size:3rem;color:#02D698;opacity:.3;line-height:1}
.story-card-v3 .achievement-metrics-v1{display:flex;flex-direction:column;gap:12px}
.story-card-v3 .metric-row-v1{display:flex;align-items:center;gap:12px;padding:8px 0}
.story-card-v3 .metric-icon-v2{width:32px;height:32px;background:linear-gradient(135deg,#02D698 0%,#01a572 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.story-card-v3 .metric-icon-v2 .oi{color:#F1F7F5;font-size:.9rem}
.story-card-v3 .metric-text-v1{font-size:.95rem;color:#3a3d41;line-height:1.5}
.cta-section-wrapper-v3{background:linear-gradient(125deg,#0B0D0F 0%,#1e2226 50%,#0B0D0F 100%);border-radius:28px;padding:60px 40px;text-align:center;position:relative;overflow:hidden;margin-top:80px}
.cta-section-wrapper-v3::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#02d69826 0%,transparent 70%);border-radius:50%;pointer-events:none}
.cta-section-wrapper-v3 h3{font-size:2rem;color:#F1F7F5;margin:0 0 20px;font-weight:700;position:relative;z-index:2}
.cta-section-wrapper-v3 .cta-description-v1{font-size:1.15rem;line-height:1.7;color:#F1F7F5;max-width:640px;margin:0 auto 36px;position:relative;z-index:2;opacity:.9}
.cta-button-primary-v2{display:inline-block;background:linear-gradient(135deg,#02D698 0%,#01a572 100%);color:#0B0D0F;padding:18px 48px;border-radius:20px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease-in;box-shadow:0 6px 24px #02d6984d;position:relative;z-index:3;border:none;cursor:pointer}
.cta-button-primary-v2:hover{transform:translateY(-4px);box-shadow:0 12px 32px #02d69880;background:linear-gradient(135deg,#03f0ad 0%,#02D698 100%)}
@media (max-width: 768px) {
.page-hero-v1 .hero-image-wrapper{height:360px}
.page-hero-v1 .hero-content-outer{padding:40px 24px}
.page-hero-v1 .hero-content-outer h1{font-size:2.2rem}
.page-hero-v1 .hero-content-outer .subtitle-text{font-size:1.1rem}
.stories-showcase-v2{margin-bottom:60px}
.stories-showcase-v2 .section-header-v1 h2{font-size:1.9rem}
.stories-grid-container{grid-template-columns:1fr;gap:32px}
.story-card-v3 .card-image-section{height:220px}
.cta-section-wrapper-v3{padding:40px 24px;margin-top:60px}
.cta-section-wrapper-v3 h3{font-size:1.6rem}
.cta-button-primary-v2{padding:16px 36px;font-size:1rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.stories-grid-container{grid-template-columns:repeat(2,1fr)}
.page-hero-v1 .hero-content-outer h1{font-size:2.8rem}
}
.page-hero-v1{position:relative;margin:0 0 80px;padding:0;overflow:hidden;background:linear-gradient(143deg,#0B0D0F 0%,#1a1d21 100%);border-radius:28px;max-width:1024px;margin-left:auto;margin-right:auto}
.page-hero-v1 .hero-image-wrapper{position:relative;width:100%;height:480px;overflow:hidden}
.page-hero-v1 .hero-image-wrapper img{width:100%;height:100%;object-fit:cover;opacity:.35;filter:blur(1px)}
.page-hero-v1 .hero-content-outer{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;z-index:2}
.page-hero-v1 .hero-content-outer h1{color:#F1F7F5;font-size:3.2rem;line-height:1.2;margin:0 0 20px;text-align:center;font-weight:700;letter-spacing:-.02em}
.page-hero-v1 .hero-content-outer .subtitle-text{color:#02D698;font-size:1.3rem;line-height:1.6;text-align:center;max-width:720px;margin:0}
.page-hero-v1::before{content:'';position:absolute;top:20px;left:20px;width:8px;height:8px;background:radial-gradient(circle,#02D698 0%,#02D698 40%,transparent 40%,transparent 60%,#02D698 60%,#02D698 100%);background-size:8px 8px;border-radius:50%;z-index:3}
.page-hero-v1::after{content:'';position:absolute;bottom:20px;right:20px;width:8px;height:8px;background:radial-gradient(circle,#02D698 0%,#02D698 40%,transparent 40%,transparent 60%,#02D698 60%,#02D698 100%);background-size:8px 8px;border-radius:50%;z-index:3}
.stories-showcase-v2{max-width:1024px;margin:0 auto 100px;padding:0 20px}
.stories-showcase-v2 .section-header-v1{text-align:left;margin-bottom:60px;position:relative;padding-left:24px}
.stories-showcase-v2 .section-header-v1::before{content:'';position:absolute;left:0;top:8px;width:6px;height:48px;background:linear-gradient(180deg,#02D698 0%,#0B0D0F 100%);border-radius:8px}
.stories-showcase-v2 .section-header-v1 h2{font-size:2.4rem;color:#0B0D0F;margin:0 0 16px;line-height:1.3;font-weight:700}
.stories-showcase-v2 .section-header-v1 .intro-paragraph{font-size:1.1rem;line-height:1.7;color:#3a3d41;max-width:680px;margin:0}
.stories-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-bottom:60px}
.story-card-v3{background:#F1F7F5;border-radius:24px;padding:0;overflow:hidden;box-shadow:0 4px 16px #0b0d0f14;transition:all .35s ease-in;border:2px solid transparent}
.story-card-v3:hover{transform:translateY(-8px);box-shadow:0 12px 32px #02d69833;border-color:#02D698}
.story-card-v3 .card-image-section{width:100%;height:280px;overflow:hidden;position:relative}
.story-card-v3 .card-image-section img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease-in}
.story-card-v3:hover .card-image-section img{transform:scale(1.08)}
.story-card-v3 .card-content-inner{padding:32px 28px}
.story-card-v3 .profile-header-v1{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.story-card-v3 .profile-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #02D698}
.story-card-v3 .profile-info-v1 h3{font-size:1.3rem;color:#0B0D0F;margin:0 0 4px;font-weight:600}
.story-card-v3 .profile-info-v1 .role-label{font-size:.95rem;color:#02D698;margin:0;font-weight:500}
.story-card-v3 .story-quote-v1{font-size:1.05rem;line-height:1.7;color:#3a3d41;margin:0 0 24px;font-style:italic;position:relative;padding-left:20px}
.story-card-v3 .story-quote-v1::before{content:'"';position:absolute;left:0;top:-8px;font-size:3rem;color:#02D698;opacity:.3;line-height:1}
.story-card-v3 .achievement-metrics-v1{display:flex;flex-direction:column;gap:12px}
.story-card-v3 .metric-row-v1{display:flex;align-items:center;gap:12px;padding:8px 0}
.story-card-v3 .metric-icon-v2{width:32px;height:32px;background:linear-gradient(135deg,#02D698 0%,#01a572 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.story-card-v3 .metric-icon-v2 .oi{color:#F1F7F5;font-size:.9rem}
.story-card-v3 .metric-text-v1{font-size:.95rem;color:#3a3d41;line-height:1.5}
.cta-section-wrapper-v3{background:linear-gradient(125deg,#0B0D0F 0%,#1e2226 50%,#0B0D0F 100%);border-radius:28px;padding:60px 40px;text-align:center;position:relative;overflow:hidden;margin-top:80px}
.cta-section-wrapper-v3::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#02d69826 0%,transparent 70%);border-radius:50%;pointer-events:none}
.cta-section-wrapper-v3 h3{font-size:2rem;color:#F1F7F5;margin:0 0 20px;font-weight:700;position:relative;z-index:2}
.cta-section-wrapper-v3 .cta-description-v1{font-size:1.15rem;line-height:1.7;color:#F1F7F5;max-width:640px;margin:0 auto 36px;position:relative;z-index:2;opacity:.9}
.cta-button-primary-v2{display:inline-block;background:linear-gradient(135deg,#02D698 0%,#01a572 100%);color:#0B0D0F;padding:18px 48px;border-radius:20px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease-in;box-shadow:0 6px 24px #02d6984d;position:relative;z-index:3;border:none;cursor:pointer}
.cta-button-primary-v2:hover{transform:translateY(-4px);box-shadow:0 12px 32px #02d69880;background:linear-gradient(135deg,#03f0ad 0%,#02D698 100%)}
@media (max-width: 768px) {
.page-hero-v1 .hero-image-wrapper{height:360px}
.page-hero-v1 .hero-content-outer{padding:40px 24px}
.page-hero-v1 .hero-content-outer h1{font-size:2.2rem}
.page-hero-v1 .hero-content-outer .subtitle-text{font-size:1.1rem}
.stories-showcase-v2{margin-bottom:60px}
.stories-showcase-v2 .section-header-v1 h2{font-size:1.9rem}
.stories-grid-container{grid-template-columns:1fr;gap:32px}
.story-card-v3 .card-image-section{height:220px}
.cta-section-wrapper-v3{padding:40px 24px;margin-top:60px}
.cta-section-wrapper-v3 h3{font-size:1.6rem}
.cta-button-primary-v2{padding:16px 36px;font-size:1rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.stories-grid-container{grid-template-columns:repeat(2,1fr)}
.page-hero-v1 .hero-content-outer h1{font-size:2.8rem}
}
.title-area-v1{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:64px}
.title-area-v1 .background-image-holder{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.title-area-v1 .background-image-holder img{width:100%;height:100%;object-fit:cover;object-position:center}
.title-area-v1 .background-image-holder::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(to bottom,#0b0d0f00 0%,#0b0d0fd1 100%);z-index:2}
.title-area-v1 .content-wrapper-v2{position:relative;z-index:3;max-width:840px;margin:0 auto;padding:48px 24px;background:#f1f7f5f5;border-radius:24px;box-shadow:0 12px 32px #0b0d0f2e 0 4px 12px #0b0d0f14}
.title-area-v1 .main-heading-v1{font-size:2.8rem;line-height:1.25;color:#0B0D0F;margin:0;text-align:center}
.title-area-v1 .main-heading-v1 .accent-term{position:relative;display:inline-block;color:#02D698}
.title-area-v1 .main-heading-v1 .accent-term::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(95deg,#02D698 0%,#0B0D0F 100%)}
.story-section-outer{max-width:1024px;margin:0 auto 88px;padding:0 24px}
.story-section-outer .grid-layout-v3{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.story-section-outer .text-column-v1{display:flex;flex-direction:column;gap:28px}
.story-section-outer .section-label-v2{font-size:.92rem;text-transform:uppercase;letter-spacing:1.8px;color:#02D698;font-weight:600;margin:0}
.story-section-outer .heading-block-v3{font-size:2.2rem;line-height:1.3;color:#0B0D0F;margin:0}
.story-section-outer .description-text-v1{font-size:1.05rem;line-height:1.7;color:#0B0D0F;margin:0;opacity:.88}
.story-section-outer .visual-column-v2{position:relative}
.story-section-outer .visual-column-v2 img{width:100%;height:auto;border-radius:28px;box-shadow:0 18px 48px #0b0d0f24}
.story-section-outer .visual-column-v2::before{content:'';position:absolute;top:-16px;right:-16px;width:180px;height:180px;background:linear-gradient(135deg,#02D698 0%,#02d6984d 100%);border-radius:50%;z-index:-1;opacity:.4}
.people-showcase-division{background:linear-gradient(158deg,#F1F7F5 0%,#02d69814 100%);padding:72px 24px;margin-bottom:88px}
.people-showcase-division .container-centered-v1{max-width:1024px;margin:0 auto}
.people-showcase-division .header-intro-v2{text-align:center;margin-bottom:56px}
.people-showcase-division .header-intro-v2 h2{font-size:2.4rem;line-height:1.3;color:#0B0D0F;margin:0 0 18px;position:relative;display:inline-block}
.people-showcase-division .header-intro-v2 h2::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:64px;height:4px;background:#02D698;border-radius:24px}
.people-showcase-division .header-intro-v2 p{font-size:1.1rem;line-height:1.6;color:#0B0D0F;margin:0;opacity:.82;max-width:680px;margin-left:auto;margin-right:auto}
.people-showcase-division .team-cards-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.people-showcase-division .member-card-v3{background:#F1F7F5;border-radius:24px;padding:36px;box-shadow:0 8px 24px #0b0d0f14;display:flex;flex-direction:column;gap:24px;transition:all .35s ease-in;position:relative;overflow:hidden}
.people-showcase-division .member-card-v3::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#02D698 0%,#0B0D0F 100%);transform:scaleX(0);transform-origin:left;transition:transform .35s ease-in}
.people-showcase-division .member-card-v3:hover{transform:translateY(-6px);box-shadow:0 16px 42px #0b0d0f24}
.people-showcase-division .member-card-v3:hover::after{transform:scaleX(1)}
.people-showcase-division .portrait-holder-v1{width:100%;height:280px;border-radius:18px;overflow:hidden}
.people-showcase-division .portrait-holder-v1 img{width:100%;height:100%;object-fit:cover;object-position:center top}
.people-showcase-division .info-block-v2 h3{font-size:1.6rem;line-height:1.3;color:#0B0D0F;margin:0 0 8px}
.people-showcase-division .info-block-v2 .role-label-v1{font-size:.95rem;color:#02D698;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:.8px}
.people-showcase-division .info-block-v2 p{font-size:1rem;line-height:1.65;color:#0B0D0F;margin:0;opacity:.84}
.values-display-outer{max-width:1024px;margin:0 auto 96px;padding:0 24px}
.values-display-outer .intro-header-v3{margin-bottom:52px}
.values-display-outer .intro-header-v3 h2{font-size:2.3rem;line-height:1.3;color:#0B0D0F;margin:0 0 20px;text-align:center}
.values-display-outer .intro-header-v3 p{font-size:1.08rem;line-height:1.7;color:#0B0D0F;margin:0 auto;opacity:.86;max-width:740px;text-align:center}
.values-display-outer .principles-grid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.values-display-outer .principle-item-v2{background:linear-gradient(145deg,#F1F7F5 0%,#02d6980f 100%);border-radius:20px;padding:32px 28px;position:relative;border:2px solid transparent;transition:all .3s ease-in}
.values-display-outer .principle-item-v2::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;background:linear-gradient(145deg,#02D698,#0B0D0F);opacity:0;transition:opacity .3s ease-in;z-index:-1}
.values-display-outer .principle-item-v2:hover{border-color:#02D698;transform:scale(1.04)}
.values-display-outer .icon-decorator-v1{width:56px;height:56px;background:#02D698;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 6px 18px #02d69842}
.values-display-outer .icon-decorator-v1 svg{width:28px;height:28px;fill:#F1F7F5}
.values-display-outer .principle-item-v2 h3{font-size:1.4rem;line-height:1.3;color:#0B0D0F;margin:0 0 14px}
.values-display-outer .principle-item-v2 p{font-size:.98rem;line-height:1.65;color:#0B0D0F;margin:0;opacity:.84}
.approach-visual-section{background:#0B0D0F;padding:80px 24px;position:relative;overflow:hidden}
.approach-visual-section::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,#02d6982e 0%,transparent 70%);border-radius:50%}
.approach-visual-section .container-centered-v2{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.approach-visual-section .layout-split-v1{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center}
.approach-visual-section .content-area-v3 h2{font-size:2.5rem;line-height:1.3;color:#F1F7F5;margin:0 0 28px}
.approach-visual-section .content-area-v3 h2 .highlight-word{color:#02D698;position:relative}
.approach-visual-section .content-area-v3 h2 .highlight-word::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#02D698}
.approach-visual-section .content-area-v3 p{font-size:1.08rem;line-height:1.75;color:#F1F7F5;margin:0 0 24px;opacity:.92}
.approach-visual-section .visual-area-v1{position:relative}
.approach-visual-section .visual-area-v1 img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 52px #02d69838}
.approach-visual-section .stats-inline-v1{display:flex;gap:40px;margin-top:32px}
.approach-visual-section .stat-unit-v1{display:flex;flex-direction:column;gap:8px}
.approach-visual-section .stat-unit-v1 .number-display-v1{font-size:2.6rem;font-weight:700;color:#02D698;line-height:1}
.approach-visual-section .stat-unit-v1 .label-display-v1{font-size:.95rem;color:#F1F7F5;opacity:.84;text-transform:uppercase;letter-spacing:.6px}
@media (max-width: 768px) {
.title-area-v1{min-height:360px}
.title-area-v1 .main-heading-v1{font-size:2rem}
.story-section-outer .grid-layout-v3{grid-template-columns:1fr;gap:36px}
.story-section-outer .heading-block-v3{font-size:1.8rem}
.people-showcase-division .team-cards-wrapper{grid-template-columns:1fr;gap:32px}
.values-display-outer .principles-grid-v1{grid-template-columns:1fr;gap:24px}
.approach-visual-section .layout-split-v1{grid-template-columns:1fr;gap:40px}
.approach-visual-section .content-area-v3 h2{font-size:2rem}
.approach-visual-section .stats-inline-v1{justify-content:space-between}
}
@media (min-width: 769px) and (max-width: 1024px) {
.story-section-outer .grid-layout-v3{gap:40px}
.people-showcase-division .team-cards-wrapper{gap:36px}
.values-display-outer .principles-grid-v1{grid-template-columns:repeat(2,1fr)}
.approach-visual-section .layout-split-v1{gap:48px}
}
.flagship-hero-wrapper-v2{position:relative;width:100%;max-width:1024px;margin:0 auto 72px;overflow:hidden;background:linear-gradient(152deg,#F1F7F5 0%,#02D698 100%);border-radius:28px;padding:0}
.flagship-hero-wrapper-v2 .flagship-visual-segment{position:relative;width:100%;height:520px;overflow:hidden}
.flagship-hero-wrapper-v2 .flagship-visual-segment img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.flagship-hero-wrapper-v2 .flagship-visual-segment::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(180deg,transparent 0%,#0b0d0fd9 100%);pointer-events:none}
.flagship-hero-wrapper-v2 .flagship-textual-content-v3{position:absolute;bottom:0;left:0;width:100%;padding:48px 40px;z-index:2}
.flagship-hero-wrapper-v2 .flagship-textual-content-v3 h1{font-size:2.75rem;font-weight:700;color:#F1F7F5;margin:0 0 18px;line-height:1.15;letter-spacing:-.02em}
.flagship-hero-wrapper-v2 .flagship-textual-content-v3 .flagship-description-paragraph{font-size:1.15rem;line-height:1.65;color:#F1F7F5;margin:0 0 32px;max-width:640px;opacity:.95}
.flagship-hero-wrapper-v2 .flagship-cta-division{display:flex;gap:16px;flex-wrap:wrap}
.flagship-hero-wrapper-v2 .flagship-cta-division .flagship-primary-action-v1{padding:14px 32px;background:#02D698;color:#0B0D0F;font-size:1.05rem;font-weight:600;border:none;border-radius:24px;cursor:pointer;transition:all .25s ease-in;text-decoration:none;display:inline-block;z-index:10;position:relative}
.flagship-hero-wrapper-v2 .flagship-cta-division .flagship-primary-action-v1:hover{background:#01bd84;transform:translateY(-2px);box-shadow:0 8px 16px #02d6984d}
.flagship-hero-wrapper-v2 .flagship-cta-division .flagship-secondary-link{padding:14px 32px;background:transparent;color:#F1F7F5;font-size:1.05rem;font-weight:600;border:2px solid #F1F7F5;border-radius:24px;cursor:pointer;transition:all .25s ease-in;text-decoration:none;display:inline-block;z-index:10;position:relative}
.flagship-hero-wrapper-v2 .flagship-cta-division .flagship-secondary-link:hover{background:#f1f7f51f;border-color:#02D698;color:#02D698}
.flagship-hero-wrapper-v2 .flagship-geometric-accent-v1{position:absolute;top:40px;right:40px;width:80px;height:80px;z-index:3}
.flagship-hero-wrapper-v2 .flagship-geometric-accent-v1 svg{width:100%;height:100%}
.business-application-segment-v1{max-width:1024px;margin:0 auto 88px;padding:0 24px}
.business-application-segment-v1 .business-intro-header-v2{text-align:center;margin-bottom:56px}
.business-application-segment-v1 .business-intro-header-v2 h2{font-size:2.35rem;font-weight:700;color:#0B0D0F;margin:0 0 16px;line-height:1.2}
.business-application-segment-v1 .business-intro-header-v2 .business-intro-description{font-size:1.1rem;line-height:1.7;color:#0B0D0F;max-width:720px;margin:0 auto;opacity:.82}
.business-application-segment-v1 .business-cases-grid-outer{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.business-application-segment-v1 .business-case-item-v3{background:#F1F7F5;padding:36px 28px;border-radius:20px;transition:all .3s ease-in;border:2px solid transparent}
.business-application-segment-v1 .business-case-item-v3:hover{transform:translateY(-6px);border-color:#02D698;box-shadow:0 12px 28px #02d69826}
.business-application-segment-v1 .business-case-item-v3 .business-case-icon-v1{width:56px;height:56px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#02D698 0%,#01bd84 100%);border-radius:16px}
.business-application-segment-v1 .business-case-item-v3 .business-case-icon-v1 svg{width:32px;height:32px}
.business-application-segment-v1 .business-case-item-v3 h3{font-size:1.4rem;font-weight:700;color:#0B0D0F;margin:0 0 14px}
.business-application-segment-v1 .business-case-item-v3 .business-case-description-text{font-size:1rem;line-height:1.65;color:#0B0D0F;margin:0 0 18px;opacity:.78}
.business-application-segment-v1 .business-case-item-v3 .business-metric-display{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #0b0d0f1a}
.business-application-segment-v1 .business-case-item-v3 .business-metric-display .metric-number-v1{font-size:1.75rem;font-weight:700;color:#02D698;line-height:1}
.business-application-segment-v1 .business-case-item-v3 .business-metric-display .metric-label-v1{font-size:.9rem;color:#0B0D0F;opacity:.7;line-height:1.3}
.comparison-division-outer-v2{max-width:1024px;margin:0 auto 88px;padding:0 24px}
.comparison-division-outer-v2 .comparison-title-header{text-align:left;margin-bottom:48px}
.comparison-division-outer-v2 .comparison-title-header h2{font-size:2.2rem;font-weight:700;color:#0B0D0F;margin:0 0 16px;line-height:1.25}
.comparison-division-outer-v2 .comparison-title-header .comparison-subtitle-v1{font-size:1.1rem;line-height:1.65;color:#0B0D0F;opacity:.75;max-width:680px}
.comparison-division-outer-v2 .comparison-table-wrapper-v3{background:#F1F7F5;border-radius:24px;overflow:hidden;padding:40px}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-row-v1{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;padding:24px 0;border-bottom:1px solid #0b0d0f14;align-items:center}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-row-v1:last-child{border-bottom:none}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-row-v1.comparison-header-row{border-bottom:2px solid #02D698;padding-bottom:16px}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-cell-v1{font-size:1rem;color:#0B0D0F}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-header-row .comparison-cell-v1{font-weight:700;font-size:1.15rem;color:#0B0D0F}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-cell-v1.comparison-feature-name{font-weight:600}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-cell-v1.comparison-value-cell{text-align:center;font-weight:500}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-cell-v1 .comparison-check-icon{display:inline-block;width:24px;height:24px;background:#02D698;border-radius:50%;color:#0B0D0F;text-align:center;line-height:24px;font-weight:700}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-cell-v1 .comparison-cross-icon{display:inline-block;width:24px;height:24px;background:#0b0d0f1f;border-radius:50%;color:#0B0D0F;text-align:center;line-height:24px;font-weight:700;opacity:.4}
.expertise-section-wrapper-v1{max-width:1024px;margin:0 auto 88px;padding:0 24px}
.expertise-section-wrapper-v1 .expertise-inner-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.expertise-section-wrapper-v1 .expertise-visual-zone{position:relative}
.expertise-section-wrapper-v1 .expertise-visual-zone img{width:100%;height:auto;border-radius:24px;display:block;box-shadow:0 16px 48px #0b0d0f1f}
.expertise-section-wrapper-v1 .expertise-visual-zone .expertise-overlay-badge{position:absolute;bottom:24px;right:24px;background:linear-gradient(135deg,#02D698 0%,#01bd84 100%);padding:16px 24px;border-radius:16px;box-shadow:0 8px 24px #02d6984d}
.expertise-section-wrapper-v1 .expertise-visual-zone .expertise-overlay-badge .expertise-badge-number{font-size:2rem;font-weight:700;color:#0B0D0F;line-height:1;margin:0 0 4px}
.expertise-section-wrapper-v1 .expertise-visual-zone .expertise-overlay-badge .expertise-badge-label{font-size:.9rem;color:#0B0D0F;font-weight:600;margin:0;opacity:.85}
.expertise-section-wrapper-v1 .expertise-content-zone{padding:0}
.expertise-section-wrapper-v1 .expertise-content-zone h2{font-size:2.2rem;font-weight:700;color:#0B0D0F;margin:0 0 20px;line-height:1.2}
.expertise-section-wrapper-v1 .expertise-content-zone .expertise-intro-paragraph{font-size:1.1rem;line-height:1.7;color:#0B0D0F;margin:0 0 32px;opacity:.8}
.expertise-section-wrapper-v1 .expertise-content-zone .expertise-points-list-v2{list-style:none;padding:0;margin:0 0 36px}
.expertise-section-wrapper-v1 .expertise-content-zone .expertise-points-list-v2 li{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;font-size:1rem;line-height:1.65;color:#0B0D0F}
.expertise-section-wrapper-v1 .expertise-content-zone .expertise-points-list-v2 li .expertise-list-icon-v1{flex-shrink:0;width:28px;height:28px;background:#02D698;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}
.expertise-section-wrapper-v1 .expertise-content-zone .expertise-points-list-v2 li .expertise-list-icon-v1 svg{width:16px;height:16px}
.expertise-section-wrapper-v1 .expertise-content-zone .expertise-action-button-v1{padding:14px 36px;background:#0B0D0F;color:#F1F7F5;font-size:1.05rem;font-weight:600;border:none;border-radius:24px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .25s ease-in;z-index:10;position:relative}
.expertise-section-wrapper-v1 .expertise-content-zone .expertise-action-button-v1:hover{background:#02D698;color:#0B0D0F;transform:translateY(-2px);box-shadow:0 8px 20px #02d69840}
.resources-catalog-division-v1{max-width:1024px;margin:0 auto 88px;padding:0 24px}
.resources-catalog-division-v1 .resources-header-segment{text-align:center;margin-bottom:56px}
.resources-catalog-division-v1 .resources-header-segment h2{font-size:2.3rem;font-weight:700;color:#0B0D0F;margin:0 0 16px;line-height:1.2}
.resources-catalog-division-v1 .resources-header-segment .resources-description-text{font-size:1.1rem;line-height:1.7;color:#0B0D0F;max-width:680px;margin:0 auto;opacity:.78}
.resources-catalog-division-v1 .resources-grid-layout-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.resources-catalog-division-v1 .resource-card-wrapper-v2{background:#F1F7F5;border-radius:24px;overflow:hidden;transition:all .3s ease-in;border:2px solid transparent;display:flex;flex-direction:column}
.resources-catalog-division-v1 .resource-card-wrapper-v2:hover{border-color:#02D698;transform:translateY(-4px);box-shadow:0 16px 40px #02d69826}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-image-zone{width:100%;height:240px;overflow:hidden}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-image-zone img{width:100%;height:100%;object-fit:cover;display:block;transition:all .4s ease-in}
.resources-catalog-division-v1 .resource-card-wrapper-v2:hover .resource-image-zone img{transform:scale(1.06)}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-content-zone{padding:32px 28px;flex-grow:1;display:flex;flex-direction:column}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-content-zone .resource-category-tag{display:inline-block;padding:6px 14px;background:#02D698;color:#0B0D0F;font-size:.85rem;font-weight:600;border-radius:12px;margin-bottom:16px;align-self:flex-start}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-content-zone h3{font-size:1.5rem;font-weight:700;color:#0B0D0F;margin:0 0 14px;line-height:1.3}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-content-zone .resource-description-v1{font-size:1rem;line-height:1.65;color:#0B0D0F;margin:0 0 24px;opacity:.75;flex-grow:1}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-content-zone .resource-meta-info-v1{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid #0b0d0f1a}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-content-zone .resource-meta-info-v1 .resource-author-info{display:flex;align-items:center;gap:12px}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-content-zone .resource-meta-info-v1 .resource-author-info img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-content-zone .resource-meta-info-v1 .resource-author-info .resource-author-name{font-size:.95rem;font-weight:600;color:#0B0D0F}
.resources-catalog-division-v1 .resource-card-wrapper-v2 .resource-content-zone .resource-meta-info-v1 .resource-duration-v1{font-size:.9rem;color:#0B0D0F;opacity:.7;font-weight:500}
@media (max-width: 768px) {
.flagship-hero-wrapper-v2 .flagship-visual-segment{height:400px}
.flagship-hero-wrapper-v2 .flagship-textual-content-v3{padding:32px 24px}
.flagship-hero-wrapper-v2 .flagship-textual-content-v3 h1{font-size:2rem}
.flagship-hero-wrapper-v2 .flagship-textual-content-v3 .flagship-description-paragraph{font-size:1rem}
.flagship-hero-wrapper-v2 .flagship-geometric-accent-v1{width:60px;height:60px;top:24px;right:24px}
.business-application-segment-v1 .business-cases-grid-outer{grid-template-columns:1fr;gap:24px}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-row-v1{grid-template-columns:1fr;gap:12px}
.comparison-division-outer-v2 .comparison-table-wrapper-v3 .comparison-cell-v1.comparison-value-cell{text-align:left}
.expertise-section-wrapper-v1 .expertise-inner-layout{grid-template-columns:1fr;gap:32px}
.resources-catalog-division-v1 .resources-grid-layout-v3{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.flagship-hero-wrapper-v2 .flagship-textual-content-v3 h1{font-size:1.65rem}
.flagship-hero-wrapper-v2 .flagship-cta-division{flex-direction:column}
.flagship-hero-wrapper-v2 .flagship-cta-division .flagship-primary-action-v1,.flagship-hero-wrapper-v2 .flagship-cta-division .flagship-secondary-link{width:100%;text-align:center}
.business-application-segment-v1 .business-intro-header-v2 h2{font-size:1.85rem}
.comparison-division-outer-v2 .comparison-title-header h2{font-size:1.75rem}
.comparison-division-outer-v2 .comparison-table-wrapper-v3{padding:24px 20px}
.expertise-section-wrapper-v1 .expertise-content-zone h2{font-size:1.85rem}
.resources-catalog-division-v1 .resources-header-segment h2{font-size:1.9rem}
}
.contact-outer-v1{width:100%;max-width:1024px;margin:3rem auto;padding:0 1.5rem}
.headline-wrapper-v2{display:flex;flex-direction:row;align-items:center;gap:2.5rem;margin-bottom:4rem;background:linear-gradient(125deg,#F1F7F5 0%,#02d69814 100%);padding:3rem;border-radius:24px;position:relative;overflow:hidden}
.headline-wrapper-v2::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#02d69826 0%,transparent 70%);animation:pulse-drift-v1 8s ease-in-out infinite}
@keyframes pulse-drift-v1 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,20px) scale(1.1)}
}
.headline-visual-frame{flex-shrink:0;width:280px;height:280px;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0b0d0f1f}
.headline-visual-frame img{width:100%;height:100%;object-fit:cover;display:block}
.headline-visual-frame::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,#0b0d0f08 0px,transparent 1px,transparent 3px,#0b0d0f08 4px);pointer-events:none}
.headline-content-zone{flex:1;z-index:1}
.headline-content-zone h1{font-size:2.8rem;line-height:1.2;color:#0B0D0F;margin:0 0 1rem;font-weight:700}
.headline-content-zone h1 span{display:block;color:#02D698;margin-top:.5rem}
.headline-content-zone p{font-size:1.15rem;line-height:1.6;color:#0B0D0F;opacity:.8;margin:0}
.contact-methods-section-v3{margin-bottom:4rem}
.methods-grid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.method-card-v1{background:#FFF;border:2px solid #F1F7F5;border-radius:20px;padding:2rem;transition:all .3s ease-in;position:relative;overflow:hidden}
.method-card-v1::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#02D698 0%,#0B0D0F 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in}
.method-card-v1:hover{border-color:#02D698;box-shadow:0 12px 32px #02d69826;transform:translateY(-4px)}
.method-card-v1:hover::before{transform:scaleX(1)}
.method-icon-v1{width:56px;height:56px;background:linear-gradient(135deg,#02D698 0%,#0B0D0F 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 4px 16px #02d69840}
.method-icon-v1 svg{width:28px;height:28px;fill:#FFF}
.method-card-v1 h3{font-size:1.35rem;color:#0B0D0F;margin:0 0 .75rem;font-weight:600}
.method-card-v1 p{font-size:1rem;color:#0B0D0F;opacity:.7;line-height:1.5;margin:0 0 1rem}
.method-card-v1 a{color:#02D698;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease-in}
.method-card-v1 a:hover{gap:.75rem}
.form-section-outer-v2{background:linear-gradient(160deg,#0B0D0F 0%,#02D698 100%);border-radius:28px;padding:3.5rem;margin-bottom:4rem;box-shadow:0 16px 48px #0b0d0f33}
.form-section-outer-v2 h2{font-size:2.2rem;color:#FFF;margin:0 0 .75rem;font-weight:700}
.form-section-outer-v2 .form-intro-text{font-size:1.1rem;color:#F1F7F5;opacity:.9;margin:0 0 2.5rem;line-height:1.6}
.corporate-form-v1{display:flex;flex-direction:column;gap:1.75rem}
.field-group-v2{display:flex;flex-direction:column;gap:.6rem}
.field-group-v2 label{font-size:1rem;color:#FFF;font-weight:500}
.field-group-v2 input[type="text"],.field-group-v2 input[type="email"]{width:100%;padding:1rem 1.25rem;border:2px solid #f1f7f54d;border-radius:16px;background:#fffffff2;color:#0B0D0F;font-size:1rem;transition:all .3s ease-in;box-sizing:border-box}
.field-group-v2 input[type="text"]:focus,.field-group-v2 input[type="email"]:focus{outline:none;border-color:#F1F7F5;background:#FFF;box-shadow:0 0 0 4px #f1f7f533}
.checkbox-cluster-v1{display:flex;flex-direction:column;gap:.6rem}
.checkbox-cluster-v1 .cluster-label{font-size:1rem;color:#FFF;font-weight:500;margin-bottom:.5rem}
.checkbox-option-v1{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff14;border-radius:12px;transition:background .3s ease-in;cursor:pointer}
.checkbox-option-v1:hover{background:#ffffff26}
.checkbox-option-v1 input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:#F1F7F5}
.checkbox-option-v1 label{color:#F1F7F5;font-size:.95rem;cursor:pointer;margin:0;flex:1}
.privacy-consent-v2{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#ffffff14;border-radius:12px}
.privacy-consent-v2 input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;cursor:pointer;accent-color:#F1F7F5;flex-shrink:0}
.privacy-consent-v2 label{color:#F1F7F5;font-size:.9rem;line-height:1.5;cursor:pointer;margin:0}
.privacy-consent-v2 label a{color:#FFF;text-decoration:underline;font-weight:500}
.privacy-consent-v2 label a:hover{text-decoration:none}
.submit-button-v3{padding:1.25rem 2.5rem;background:#FFF;color:#0B0D0F;border:none;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease-in;box-shadow:0 4px 16px #fff3;align-self:flex-start}
.submit-button-v3:hover{background:#F1F7F5;transform:translateY(-2px);box-shadow:0 8px 24px #ffffff4d}
.submit-button-v3:active{transform:translateY(0)}
.additional-info-division-v1{background:#F1F7F5;border-radius:24px;padding:3rem;position:relative;overflow:hidden}
.additional-info-division-v1::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#02d6981f 0%,transparent 65%);z-index:0}
.additional-info-division-v1 h2{font-size:2rem;color:#0B0D0F;margin:0 0 1.5rem;position:relative;z-index:1}
.info-columns-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;position:relative;z-index:1}
.info-block-v2{background:#FFF;border-radius:18px;padding:2rem;box-shadow:0 4px 16px #0b0d0f0f}
.info-block-v2 h3{font-size:1.3rem;color:#0B0D0F;margin:0 0 1rem;font-weight:600;display:flex;align-items:center;gap:.75rem}
.info-block-v2 h3::before{content:'';width:8px;height:8px;background:#02D698;border-radius:50%;flex-shrink:0}
.info-block-v2 p{font-size:1rem;color:#0B0D0F;opacity:.75;line-height:1.7;margin:0}
@media (max-width: 768px) {
.contact-outer-v1{margin:2rem auto;padding:0 1rem}
.headline-wrapper-v2{flex-direction:column;padding:2rem;gap:1.5rem}
.headline-visual-frame{width:100%;max-width:320px;height:240px}
.headline-content-zone h1{font-size:2rem}
.form-section-outer-v2{padding:2rem}
.form-section-outer-v2 h2{font-size:1.75rem}
.methods-grid-v2{grid-template-columns:1fr}
.submit-button-v3{width:100%;align-self:stretch}
.additional-info-division-v1{padding:2rem}
.info-columns-v1{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.headline-content-zone h1{font-size:1.6rem}
.form-section-outer-v2 h2{font-size:1.5rem}
}
.corporate-header-success-outer-v2{position:relative;max-width:1024px;margin:0 auto;padding:80px 24px 60px;overflow:hidden}
.corporate-header-success-outer-v2::before{content:'';position:absolute;top:-30%;left:-20%;width:140%;height:140%;background:linear-gradient(138deg,#F1F7F5 0%,#02D698 45%,#0B0D0F 100%);opacity:.08;transform:rotate(-4deg);z-index:0}
.corporate-header-success-outer-v2::after{content:'';position:absolute;bottom:-40%;right:-25%;width:160%;height:160%;background:linear-gradient(221deg,#02D698 0%,#F1F7F5 60%,#0b0d0f0d 100%);opacity:.06;transform:rotate(12deg);z-index:0}
.division-header-success-inner{position:relative;z-index:2;text-align:center;max-width:680px;margin:0 auto}
.division-header-success-inner .pe-7s-check{font-size:84px;color:#02D698;display:inline-block;margin-bottom:28px;animation:successPulse-v1 2.4s ease-in infinite}
@keyframes successPulse-v1 {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.08);opacity:.85}
}
.division-header-success-inner h1{font-size:42px;line-height:1.2;color:#0B0D0F;margin-bottom:20px;font-weight:700}
.division-header-success-inner .department-description-text-v3{font-size:18px;line-height:1.65;color:#0B0D0F;margin-bottom:42px;opacity:.82}
.department-section-actions-v1{display:flex;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap}
.department-section-actions-v1 .btn{padding:14px 32px;font-size:16px;border-radius:24px;text-decoration:none;transition:all .32s ease-in;display:inline-flex;align-items:center;gap:10px;z-index:5;position:relative}
.department-section-actions-v1 .btn.btn-primary{background:#02D698;color:#0B0D0F;border:2px solid #02D698}
.department-section-actions-v1 .btn.btn-primary:hover{background:#0B0D0F;color:#02D698;border-color:#0B0D0F;transform:translateY(-3px);box-shadow:0 8px 18px #02d6983d}
.department-section-actions-v1 .btn.btn-default{background:transparent;color:#0B0D0F;border:2px solid #0B0D0F}
.department-section-actions-v1 .btn.btn-default:hover{background:#0B0D0F;color:#F1F7F5;transform:translateY(-3px);box-shadow:0 8px 18px #0b0d0f2e}
.department-section-actions-v1 .btn .oi{font-size:14px}
.division-confirmation-timeline-v2{max-width:1024px;margin:0 auto;padding:70px 24px 80px;background:linear-gradient(172deg,#f1f7f573 0%,#02d69814 100%)}
.division-confirmation-timeline-v2 .department-timeline-container-outer{max-width:840px;margin:0 auto}
.division-confirmation-timeline-v2 h2{font-size:36px;line-height:1.25;color:#0B0D0F;margin-bottom:48px;text-align:center;font-weight:600}
.division-confirmation-timeline-v2 h2::before{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#02D698 0%,#0B0D0F 100%);margin:0 auto 20px;border-radius:16px}
.department-timeline-steps-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:40px}
.department-timeline-steps-v1 .timeline-step-card-v3{background:#F1F7F5;padding:32px 28px;border-radius:20px;border:2px solid transparent;transition:all .38s ease-in;position:relative;box-shadow:0 4px 12px #0b0d0f0f}
.department-timeline-steps-v1 .timeline-step-card-v3::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#02D698 0%,#0B0D0F 100%);border-radius:20px;opacity:0;transition:opacity .38s ease-in;z-index:-1}
.department-timeline-steps-v1 .timeline-step-card-v3:hover{transform:translateY(-6px);box-shadow:0 12px 28px #02d6982e}
.department-timeline-steps-v1 .timeline-step-card-v3:hover::before{opacity:1}
.department-timeline-steps-v1 .timeline-step-card-v3 .step-number-v2{font-size:48px;font-weight:700;color:#02D698;line-height:1;margin-bottom:16px;display:block}
.department-timeline-steps-v1 .timeline-step-card-v3 h3{font-size:22px;color:#0B0D0F;margin-bottom:14px;font-weight:600}
.department-timeline-steps-v1 .timeline-step-card-v3 p{font-size:16px;line-height:1.6;color:#0B0D0F;opacity:.78;margin:0}
@media (max-width: 768px) {
.corporate-header-success-outer-v2{padding:60px 20px 50px}
.division-header-success-inner h1{font-size:32px}
.division-header-success-inner .pe-7s-check{font-size:68px}
.division-header-success-inner .department-description-text-v3{font-size:16px}
.department-section-actions-v1{flex-direction:column;gap:14px}
.department-section-actions-v1 .btn{width:100%;justify-content:center}
.division-confirmation-timeline-v2{padding:50px 20px 60px}
.division-confirmation-timeline-v2 h2{font-size:28px;margin-bottom:36px}
.department-timeline-steps-v1{grid-template-columns:1fr;gap:24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.corporate-header-success-outer-v2{padding:70px 32px 55px}
.division-header-success-inner h1{font-size:38px}
.department-timeline-steps-v1{grid-template-columns:repeat(2,1fr)}
}