body{font-family:'Manrope',sans-serif;margin:0;padding:0;background:linear-gradient(134deg,#fff 0%,#fefef8 100%);color:#1a1a1a;line-height:1.6}
.max-width-wrapper{max-width:1536px;margin:0 auto;padding:0 20px}
.HeaderWrapperOuter{background:linear-gradient(157deg,#F8EF5E 0%,#F1D1FF 50%,#06716E 100%);padding:28px 0 32px;box-shadow:0 8px 24px #06716e1f}
.header-content-inner{display:flex;flex-direction:column;gap:18px}
.LogoRow17{display:flex;justify-content:flex-start;padding-left:0}
.logo-container-box{background:#fffffff2;padding:12px;border-radius:24px;box-shadow:0 4px 16px #00000014}
.site-logo-img{height:95px;width:95px;display:block}
.CompanyNameRow23{display:flex;justify-content:center;padding-left:60px}
.company-title-holder{background:#ffffffe0;padding:14px 38px;border-radius:28px;box-shadow:0 6px 20px #0000001a}
.business-name-text{font-size:32px;font-weight:700;color:#06716E;letter-spacing:-.5px}
.NavigationRow41{display:flex;justify-content:flex-end;padding-right:0;padding-left:120px}
.main-nav-container{background:#ffffffeb;padding:10px 22px;border-radius:32px;box-shadow:0 4px 18px #00000017}
.nav-list-primary{list-style:none;margin:0;padding:0;display:flex;gap:28px;align-items:center}
.nav-item-element{display:inline-block}
.nav-link-home,.nav-link-standard{text-decoration:none;color:#1a1a1a;font-weight:700;font-size:16px;padding:10px 18px;border-radius:20px;transition:background-color 0.25s,color .25s;display:block}
.nav-link-home:hover,.nav-link-standard:hover{background-color:#F8EF5E;color:#06716E}
.footer-wrapper-main{background:linear-gradient(168deg,#06716E 0%,#044d4b 100%);padding:54px 0 24px;margin-top:80px;color:#fff}
.footer-top-section{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:42px}
.footer-info-block{padding-right:24px}
.footer-heading-text{font-size:28px;font-weight:700;margin:0 0 22px;color:#F8EF5E}
.contact-details-group{display:flex;flex-direction:column;gap:14px}
.contact-line-item{margin:0;display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.5}
.contact-icon-small{font-size:18px;color:#F1D1FF;margin-top:2px;flex-shrink:0}
.footer-nav-block{display:flex;flex-direction:column}
.footer-menu-title{font-size:18px;font-weight:700;margin:0 0 16px;color:#F1D1FF}
.footer-links-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.footer-link-item{display:block}
.footer-link-text{color:#fff;text-decoration:none;font-size:15px;transition:color .25s}
.footer-link-text:hover{color:#F8EF5E}
.footer-bottom-strip{border-top:1px solid #fff3;padding-top:24px;text-align:center}
.copyright-text-line{margin:0;font-size:14px;color:#fffc}
.CookiePopupContainer{position:fixed;top:24px;right:24px;background:#fff;border-radius:24px;box-shadow:0 12px 48px #0000002e;padding:28px;max-width:480px;z-index:10000;animation:slideInFromRight .4s ease-out}
.CookiePopupContainer[data-state="hiding"]{animation:slideOutToRight .35s ease-in forwards}
@keyframes slideInFromRight {
from{transform:translateX(120%);opacity:0}
to{transform:translateX(0);opacity:1}
}
@keyframes slideOutToRight {
from{transform:translateX(0);opacity:1}
to{transform:translateX(120%);opacity:0}
}
.cookie-content-inner{display:flex;flex-direction:column;gap:18px}
.cookie-title-heading{margin:0;font-size:22px;font-weight:700;color:#06716E}
.cookie-description-text{margin:0;font-size:14px;line-height:1.5;color:#4a4a4a}
.cookie-categories-wrapper{display:flex;flex-direction:column;gap:14px;margin:8px 0}
.cookie-category-item{padding:14px;background:#fafafa;border-radius:16px;border:1px solid #e8e8e8}
.cookie-label-row{display:flex;align-items:center;gap:10px;margin-bottom:6px;cursor:pointer}
.cookie-checkbox-input{width:20px;height:20px;cursor:pointer}
.cookie-checkbox-input:disabled{cursor:not-allowed}
.cookie-category-name{font-weight:700;font-size:15px;color:#1a1a1a}
.cookie-category-desc{margin:0;font-size:13px;color:#666;line-height:1.4;padding-left:30px}
.cookie-buttons-row{display:flex;gap:12px;margin-top:8px}
.PillButton{flex:1;padding:14px 24px;border:none;border-radius:50px;font-size:15px;font-weight:700;cursor:pointer;transition:background-color 0.25s,transform .15s;font-family:'Manrope',sans-serif}
.cookie-btn-decline{background:#e0e0e0;color:#1a1a1a}
.cookie-btn-decline:hover{background:#d0d0d0}
.cookie-btn-accept{background:#06716E;color:#fff}
.cookie-btn-accept:hover{background:#055957}
.PillButton:active{transform:scale(0.97)}
@media (max-width: 968px) {
.HeaderWrapperOuter{padding:22px 0}
.header-content-inner{gap:14px}
.LogoRow17,.CompanyNameRow23,.NavigationRow41{justify-content:flex-start;padding-left:0}
.site-logo-img{height:70px;width:70px}
.business-name-text{font-size:24px}
.nav-list-primary{flex-direction:column;gap:12px;align-items:stretch}
.main-nav-container{width:100%}
.footer-top-section{grid-template-columns:1fr;gap:32px}
.CookiePopupContainer{right:12px;left:12px;top:12px;max-width:none}
.cookie-buttons-row{flex-direction:column}
}
@media (max-width: 640px) {
.nav-link-home,.nav-link-standard{font-size:15px;padding:9px 14px}
.footer-wrapper-main{padding:38px 0 20px}
}
.policy-container{max-width:1536px;margin:0 auto;padding:80px 24px;background:linear-gradient(135deg,#fff 0%,#fefef9 100%)}
.policy-container p{font-size:17px;line-height:1.8;color:#2c3e50;margin:0 0 24px;letter-spacing:.01em}
.policy-container p:last-child{margin-bottom:0}
.policy-container strong,.policy-container b{font-weight:700;color:#06716E}
.policy-container em,.policy-container i{font-style:italic;color:#34495e}
.policy-container ul,.policy-container ol{margin:0 0 32px;padding-left:32px}
.policy-container ul{list-style-type:disc}
.policy-container ol{list-style-type:decimal}
.policy-container li{font-size:17px;line-height:1.8;color:#2c3e50;margin-bottom:12px;padding-left:8px}
.policy-container li:last-child{margin-bottom:0}
.policy-container ul ul,.policy-container ul ol,.policy-container ol ul,.policy-container ol ol{margin:12px 0 0}
.policy-container hr{border:none;height:2px;background:linear-gradient(90deg,#F8EF5E 0%,#06716E 50%,#F1D1FF 100%);margin:56px 0;border-radius:24px;opacity:.3}
.policy-container table{width:100%;border-collapse:separate;border-spacing:0;margin:0 0 40px;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #06716e14}
.policy-container thead{background:linear-gradient(135deg,#06716E 0%,#055a58 100%)}
.policy-container thead tr th{color:#fff;font-weight:700;text-align:left;padding:20px 24px;font-size:16px;letter-spacing:.02em}
.policy-container thead tr th:first-child{border-top-left-radius:20px}
.policy-container thead tr th:last-child{border-top-right-radius:20px}
.policy-container tbody tr{background:#fff;transition:background .3s ease}
.policy-container tbody tr:nth-child(even){background:#fafafa}
.policy-container tbody tr:hover{background:#fff9e6}
.policy-container tbody tr td{padding:18px 24px;font-size:16px;line-height:1.7;color:#2c3e50;border-bottom:1px solid #e8e8e8}
.policy-container tbody tr:last-child td{border-bottom:none}
.policy-container tbody tr:last-child td:first-child{border-bottom-left-radius:20px}
.policy-container tbody tr:last-child td:last-child{border-bottom-right-radius:20px}
.policy-container th,.policy-container td{vertical-align:top}
.policy-container div{margin:0 0 24px}
@media (max-width: 768px) {
.policy-container{padding:48px 20px}
.policy-container p,.policy-container li{font-size:16px;line-height:1.75}
.policy-container ul,.policy-container ol{padding-left:24px}
.policy-container hr{margin:40px 0}
.policy-container table{font-size:14px;border-radius:16px}
.policy-container thead tr th{padding:16px;font-size:14px}
.policy-container tbody tr td{padding:14px 16px;font-size:14px}
.policy-container thead tr th:first-child,.policy-container thead tr th:last-child{border-radius:16px 16px 0 0}
.policy-container tbody tr:last-child td:first-child,.policy-container tbody tr:last-child td:last-child{border-radius:0 0 16px 16px}
}
@media (max-width: 480px) {
.policy-container{padding:32px 16px}
.policy-container p,.policy-container li{font-size:15px}
.policy-container table{display:block;overflow-x:auto;white-space:nowrap}
.policy-container thead tr th,.policy-container tbody tr td{padding:12px;font-size:13px}
}
.HeroSection6C{position:relative;width:100%;height:78vh;min-height:440px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.HeroSection6C .bg-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.HeroSection6C .gradient-overlay-top{position:absolute;top:0;left:0;width:100%;height:42%;background:linear-gradient(175deg,#06716ee8 0%,#06716ead 35%,#06716e00 100%);z-index:2}
.HeroSection6C .gradient-overlay-bottom{position:absolute;bottom:0;left:0;width:100%;height:38%;background:linear-gradient(5deg,#f1d1ffe0 0%,#f1d1ff85 28%,#f1d1ff00 100%);z-index:2}
.HeroSection6C .hero-content-wrapper2{position:relative;z-index:3;max-width:1536px;width:92%;margin:0 auto;text-align:center;padding:0 24px}
.HeroSection6C .main-hero-heading7{font-size:3.8rem;font-weight:700;color:#fff;line-height:1.15;margin:0;text-shadow:0 4px 18px #00000059}
@media (max-width: 1024px) {
.HeroSection6C{height:62vh;min-height:380px}
.HeroSection6C .main-hero-heading7{font-size:2.9rem}
}
@media (max-width: 768px) {
.HeroSection6C{height:54vh;min-height:340px}
.HeroSection6C .main-hero-heading7{font-size:2.2rem}
.HeroSection6C .hero-content-wrapper2{width:94%;padding:0 18px}
}
@media (max-width: 480px) {
.HeroSection6C{height:48vh;min-height:300px}
.HeroSection6C .main-hero-heading7{font-size:1.85rem}
}
.AboutStorySection88{background:linear-gradient(238deg,#F1D1FF 0%,#fff 45%,#F8EF5E 100%);padding:92px 0 98px}
.AboutStorySection88 .story-container-max{max-width:1536px;width:92%;margin:0 auto;padding:0 24px}
.AboutStorySection88 .story-grid-layout3{display:grid;grid-template-columns:1.2fr 1fr;gap:68px;align-items:start}
.AboutStorySection88 .text-content-area5{display:flex;flex-direction:column;gap:36px}
.AboutStorySection88 .section-label-badge{display:inline-block;background:#06716e1f;color:#06716E;padding:9px 22px;border-radius:24px;font-size:.92rem;font-weight:600;letter-spacing:.3px;align-self:flex-start}
.AboutStorySection88 .story-heading-main{font-size:2.8rem;font-weight:700;color:#06716E;line-height:1.25;margin:0;position:relative}
.AboutStorySection88 .story-heading-main::before{content:'';position:absolute;left:-18px;top:12px;width:5px;height:68%;background:linear-gradient(180deg,#F8EF5E 0%,#06716E 100%);border-radius:8px}
.AboutStorySection88 .story-text-block{display:flex;flex-direction:column;gap:22px}
.AboutStorySection88 .story-paragraph-text{font-size:1.08rem;line-height:1.75;color:#2a2a2a;margin:0}
.AboutStorySection88 .story-paragraph-text.highlight-text{font-weight:600;color:#06716E;background:#f8ef5e40;padding:12px 18px;border-radius:18px;border-left:4px solid #F8EF5E}
.AboutStorySection88 .founder-info-card{background:#ffffffc7;border-radius:26px;padding:32px;box-shadow:0 8px 28px #06716e24;backdrop-filter:blur(8px)}
.AboutStorySection88 .founder-profile-area{display:flex;align-items:center;gap:24px;margin-bottom:24px}
.AboutStorySection88 .founder-image-wrapper{width:88px;height:88px;border-radius:50%;overflow:hidden;border:4px solid #F8EF5E;flex-shrink:0}
.AboutStorySection88 .founder-image-wrapper img{width:100%;height:100%;object-fit:cover}
.AboutStorySection88 .founder-details-text{display:flex;flex-direction:column;gap:6px}
.AboutStorySection88 .founder-name-heading{font-size:1.45rem;font-weight:700;color:#06716E;margin:0}
.AboutStorySection88 .founder-role-label{font-size:.98rem;color:#5a5a5a;margin:0}
.AboutStorySection88 .founder-quote-text{font-size:1.05rem;line-height:1.7;color:#3a3a3a;font-style:italic;margin:0;position:relative;padding-left:18px}
.AboutStorySection88 .founder-quote-text::before{content:'"';position:absolute;left:0;top:-8px;font-size:3rem;color:#F8EF5E;font-family:Georgia,serif;line-height:1}
.AboutStorySection88 .visual-content-area4{display:flex;flex-direction:column;gap:28px}
.AboutStorySection88 .stats-grid-container{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:28px}
.AboutStorySection88 .stat-card-item{background:#ffffffe0;border-radius:22px;padding:28px 24px;text-align:center;box-shadow:0 6px 20px #06716e1c;transition:transform .3s ease,box-shadow .3s ease;cursor:default;position:relative;overflow:hidden}
.AboutStorySection88 .stat-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#F8EF5E 0%,#06716E 100%)}
.AboutStorySection88 .stat-card-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #06716e2e}
.AboutStorySection88 .stat-number-display{font-size:2.6rem;font-weight:800;color:#06716E;margin:0 0 8px;line-height:1}
.AboutStorySection88 .stat-label-text{font-size:.95rem;color:#5a5a5a;margin:0;font-weight:500}
.AboutStorySection88 .images-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.AboutStorySection88 .showcase-image-wrapper{border-radius:22px;overflow:hidden;box-shadow:0 8px 24px #0000001f;transition:transform .4s ease,box-shadow .4s ease}
.AboutStorySection88 .showcase-image-wrapper:hover{transform:scale(1.03);box-shadow:0 14px 36px #0000002e}
.AboutStorySection88 .showcase-image-wrapper img{width:100%;height:240px;object-fit:cover;display:block}
.AboutStorySection88 .showcase-image-wrapper.tall-image{grid-row:span 2}
.AboutStorySection88 .showcase-image-wrapper.tall-image img{height:498px}
.AboutStorySection88 .timeline-section-wrapper{margin-top:48px;background:#ffffffb8;border-radius:26px;padding:42px 36px;box-shadow:0 6px 24px #06716e17}
.AboutStorySection88 .timeline-heading-text{font-size:2.1rem;font-weight:700;color:#06716E;margin:0 0 38px;text-align:center;position:relative}
.AboutStorySection88 .timeline-heading-text::after{content:'';position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F8EF5E 0%,#06716E 100%);border-radius:4px}
.AboutStorySection88 .timeline-items-container{display:flex;flex-direction:column;gap:32px;position:relative;padding-left:48px}
.AboutStorySection88 .timeline-items-container::before{content:'';position:absolute;left:18px;top:12px;bottom:12px;width:3px;background:linear-gradient(180deg,#F8EF5E 0%,#06716E 50%,#F1D1FF 100%);border-radius:4px}
.AboutStorySection88 .timeline-item-entry{position:relative;display:flex;flex-direction:column;gap:12px}
.AboutStorySection88 .timeline-item-entry::before{content:'';position:absolute;left:-36px;top:6px;width:14px;height:14px;background:#06716E;border:3px solid #F8EF5E;border-radius:50%;box-shadow:0 0 0 4px #f8ef5e4d}
.AboutStorySection88 .timeline-year-label{font-size:1.25rem;font-weight:700;color:#06716E;margin:0}
.AboutStorySection88 .timeline-event-text{font-size:1.05rem;line-height:1.65;color:#3a3a3a;margin:0}
@media (max-width: 1024px) {
.AboutStorySection88{padding:72px 0 76px}
.AboutStorySection88 .story-grid-layout3{grid-template-columns:1fr;gap:52px}
.AboutStorySection88 .story-heading-main{font-size:2.4rem}
.AboutStorySection88 .timeline-heading-text{font-size:1.9rem}
}
@media (max-width: 768px) {
.AboutStorySection88{padding:58px 0 62px}
.AboutStorySection88 .story-container-max{width:94%}
.AboutStorySection88 .story-heading-main{font-size:2.1rem}
.AboutStorySection88 .story-heading-main::before{left:-12px}
.AboutStorySection88 .stats-grid-container{grid-template-columns:1fr}
.AboutStorySection88 .images-showcase-grid{grid-template-columns:1fr}
.AboutStorySection88 .showcase-image-wrapper.tall-image{grid-row:span 1}
.AboutStorySection88 .showcase-image-wrapper.tall-image img{height:240px}
.AboutStorySection88 .timeline-section-wrapper{padding:32px 24px}
.AboutStorySection88 .timeline-items-container{padding-left:38px}
.AboutStorySection88 .timeline-heading-text{font-size:1.75rem}
}
@media (max-width: 480px) {
.AboutStorySection88{padding:48px 0 52px}
.AboutStorySection88 .story-heading-main{font-size:1.8rem}
.AboutStorySection88 .founder-profile-area{flex-direction:column;text-align:center}
.AboutStorySection88 .founder-info-card{padding:24px}
.AboutStorySection88 .timeline-section-wrapper{margin-top:36px}
.AboutStorySection88 .stat-number-display{font-size:2.2rem}
}
.cta-bottom-section92{background:linear-gradient(142deg,#06716E 0%,#044947 100%);padding:68px 0;position:relative;overflow:hidden}
.cta-bottom-section92::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f8ef5e26 0%,transparent 70%);border-radius:50%;pointer-events:none}
.cta-bottom-section92::after{content:'';position:absolute;bottom:-40%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#f1d1ff1f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.cta-bottom-section92 .cta-container-inner{max-width:1536px;width:92%;margin:0 auto;padding:0 24px;text-align:center;position:relative;z-index:2}
.cta-bottom-section92 .cta-heading-big{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 18px;line-height:1.3}
.cta-bottom-section92 .cta-subtext-description{font-size:1.15rem;line-height:1.7;color:#ffffffe6;margin:0 0 38px;max-width:720px;margin-left:auto;margin-right:auto}
.cta-bottom-section92 .cta-buttons-group{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.cta-bottom-section92 .cta-button-primary{background:#F8EF5E;color:#06716E;padding:16px 42px;border-radius:28px;font-size:1.08rem;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #f8ef5e59;border:none;cursor:pointer;z-index:10;position:relative}
.cta-bottom-section92 .cta-button-primary:hover{background:#f5e940;transform:translateY(-3px);box-shadow:0 10px 28px #f8ef5e73}
.cta-bottom-section92 .cta-button-secondary{background:transparent;color:#fff;padding:16px 42px;border-radius:28px;font-size:1.08rem;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #F8EF5E;cursor:pointer;z-index:10;position:relative}
.cta-bottom-section92 .cta-button-secondary:hover{background:#f8ef5e26;transform:translateY(-3px);border-color:#fff}
@media (max-width: 768px) {
.cta-bottom-section92{padding:52px 0}
.cta-bottom-section92 .cta-heading-big{font-size:2.1rem}
.cta-bottom-section92 .cta-subtext-description{font-size:1.05rem}
.cta-bottom-section92 .cta-buttons-group{flex-direction:column;align-items:center}
.cta-bottom-section92 .cta-button-primary,.cta-bottom-section92 .cta-button-secondary{width:100%;max-width:320px}
}
@media (max-width: 480px) {
.cta-bottom-section92{padding:42px 0}
.cta-bottom-section92 .cta-heading-big{font-size:1.85rem}
.cta-bottom-section92 .cta-button-primary,.cta-bottom-section92 .cta-button-secondary{padding:14px 32px;font-size:1rem}
}
.HeroWrap22{background:linear-gradient(142deg,#F8EF5E 0%,#06716E 100%);padding:4.2rem 1.3rem 4.8rem;position:relative;overflow:hidden}
.hero-inner891{max-width:1536px;margin:0 auto;display:flex;flex-direction:column;gap:2.6rem}
.HeroTextBlock7{max-width:720px;z-index:5;position:relative}
.HeroTextBlock7 h1{font-size:2.8rem;color:#1a1a1a;margin:0 0 1.2rem;line-height:1.15;font-weight:700}
.HeroTextBlock7 p{font-size:1.15rem;color:#2d2d2d;margin:0 0 2rem;line-height:1.6}
.hero-btn-group12{display:flex;gap:1.1rem;flex-wrap:wrap}
.PrimaryBtn88{background:#06716E;color:#F8EF5E;padding:.95rem 2.1rem;border-radius:24px;text-decoration:none;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:inline-block;z-index:10;position:relative}
.PrimaryBtn88:hover{transform:scale(1.05);box-shadow:0 8px 20px #06716e4d}
.SecondaryBtn33{background:transparent;color:#1a1a1a;padding:.95rem 2.1rem;border-radius:24px;text-decoration:none;font-size:1rem;font-weight:600;border:2px solid #1a1a1a;cursor:pointer;transition:all .3s ease;display:inline-block;z-index:10;position:relative}
.SecondaryBtn33:hover{background:#1a1a1a;color:#F8EF5E}
.hero-image-wrap44{position:relative;max-width:900px;margin:0 auto;z-index:4}
.hero-main-img{width:100%;height:auto;border-radius:28px;box-shadow:0 16px 48px #0000002e;display:block}
.hero-layer-bg33{position:absolute;width:180px;height:180px;background:#F1D1FF;border-radius:50%;top:-40px;right:-40px;z-index:1;opacity:.7}
.CustomizeBlock41{background:#fafafa;padding:5.2rem 1.3rem}
.inner-wrapper-data92{max-width:1536px;margin:0 auto}
.CustomizeBlock41 h2{font-size:2.3rem;color:#1a1a1a;margin:0 0 1.4rem;text-align:center;line-height:1.25}
.customize-lead-text{font-size:1.1rem;color:#4a4a4a;margin:0 auto 3.5rem;max-width:820px;text-align:center;line-height:1.65}
.customize-grid77{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.2rem}
.feature-card-box31{background:#fff;padding:2.2rem 1.8rem;border-radius:26px;box-shadow:0 6px 18px #00000012;transition:all .35s ease;position:relative}
.feature-card-box31:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}
.feature-card-box31 h3{font-size:1.4rem;color:#06716E;margin:0 0 .9rem}
.feature-card-box31 p{font-size:1rem;color:#5a5a5a;line-height:1.6;margin:0}
.GeographySection88{background:linear-gradient(217deg,#F1D1FF 0%,#F8EF5E 100%);padding:5.5rem 1.3rem;position:relative}
.geo-inner-container{max-width:1536px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}
.geo-text-area55{max-width:700px}
.geo-text-area55 h2{font-size:2.2rem;color:#1a1a1a;margin:0 0 1.3rem;line-height:1.2}
.geo-text-area55 p{font-size:1.05rem;color:#2d2d2d;line-height:1.7;margin:0 0 1.1rem}
.geo-visual-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem}
.geo-stat-item23{background:#fff9;padding:1.9rem 1.5rem;border-radius:22px;backdrop-filter:blur(8px);box-shadow:0 4px 14px #00000014}
.geo-stat-item23 h4{font-size:2.1rem;color:#06716E;margin:0 0 .5rem;font-weight:700}
.geo-stat-item23 p{font-size:.95rem;color:#3a3a3a;margin:0;line-height:1.5}
.ProblemSolutionWrap76{background:#fff;padding:5.4rem 1.3rem}
.problem-inner22{max-width:1536px;margin:0 auto}
.ProblemSolutionWrap76 h2{font-size:2.25rem;color:#1a1a1a;margin:0 0 3.2rem;text-align:center}
.comparison-flex88{display:flex;flex-direction:column;gap:2.5rem}
.problem-item77{display:flex;gap:2rem;align-items:flex-start;background:#f9f9f9;padding:2rem 1.8rem;border-radius:24px;border-left:5px solid #F8EF5E}
.problem-icon-box44{width:60px;height:60px;background:linear-gradient(135deg,#F8EF5E,#F1D1FF);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.problem-icon-box44::before{content:'?';font-size:1.8rem;color:#06716E;font-weight:700}
.problem-text-side{flex:1}
.problem-text-side h3{font-size:1.3rem;color:#06716E;margin:0 0 .8rem}
.problem-text-side p{font-size:1rem;color:#4a4a4a;line-height:1.6;margin:0}
.ResearchAnalyticSection92{background:#fafafa;padding:5.6rem 1.3rem}
.research-inner-block{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.research-text-col88 h2{font-size:2.2rem;color:#1a1a1a;margin:0 0 1.4rem;line-height:1.25}
.research-text-col88 p{font-size:1.05rem;color:#4a4a4a;line-height:1.65;margin:0 0 1.2rem}
.research-img-col{position:relative}
.research-img-col img{width:100%;height:auto;border-radius:26px;box-shadow:0 10px 28px #0000001f;display:block}
.GuaranteeSecurityBlock55{background:linear-gradient(328deg,#06716E 0%,#F8EF5E 100%);padding:5.1rem 1.3rem}
.guarantee-inner77{max-width:1536px;margin:0 auto;text-align:center}
.GuaranteeSecurityBlock55 h2{font-size:2.3rem;color:#1a1a1a;margin:0 0 1.5rem}
.guarantee-description22{font-size:1.1rem;color:#2d2d2d;line-height:1.7;margin:0 auto 3rem;max-width:780px}
.guarantee-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}
.guarantee-tile88{background:#ffffffd9;padding:2.3rem 1.9rem;border-radius:28px;box-shadow:0 6px 20px #0000001a;transition:transform .3s ease}
.guarantee-tile88:hover{transform:scale(1.04)}
.guarantee-tile88 h3{font-size:1.35rem;color:#06716E;margin:0 0 .9rem}
.guarantee-tile88 p{font-size:.98rem;color:#3a3a3a;line-height:1.6;margin:0}
.AboutPlatformSection66{background:#fff;padding:5.3rem 1.3rem}
.about-inner-wrap{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:3.2rem;align-items:center}
.about-content-side h2{font-size:2.25rem;color:#1a1a1a;margin:0 0 1.3rem;line-height:1.25}
.about-content-side p{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin:0 0 1.1rem}
.about-image-side{position:relative}
.about-image-side img{width:100%;height:auto;border-radius:28px;box-shadow:0 12px 32px #00000024;display:block}
.TestimonialBlock93{background:#f7f7f7;padding:5.4rem 1.3rem}
.testimonial-wrap-inner{max-width:1536px;margin:0 auto}
.TestimonialBlock93 h2{font-size:2.2rem;color:#1a1a1a;margin:0 0 3rem;text-align:center}
.testimonial-cards-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.4rem}
.single-testimonial-card71{background:#fff;padding:2.3rem 2rem;border-radius:26px;box-shadow:0 8px 22px #00000017;position:relative}
.testimonial-header77{display:flex;gap:1.2rem;align-items:center;margin-bottom:1.4rem}
.testimonial-avatar44{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #F8EF5E}
.testimonial-info44 h4{font-size:1.15rem;color:#1a1a1a;margin:0 0 .3rem}
.testimonial-info44 p{font-size:.92rem;color:#6a6a6a;margin:0}
.testimonial-text55{font-size:1rem;color:#4a4a4a;line-height:1.65;margin:0}
@media (max-width: 1024px) {
.research-inner-block,.about-inner-wrap{grid-template-columns:1fr;gap:2.5rem}
.HeroTextBlock7 h1{font-size:2.3rem}
.CustomizeBlock41 h2,.GuaranteeSecurityBlock55 h2,.TestimonialBlock93 h2{font-size:2rem}
}
@media (max-width: 768px) {
.HeroWrap22{padding:3rem 1rem 3.5rem}
.HeroTextBlock7 h1{font-size:1.95rem}
.hero-btn-group12{flex-direction:column}
.PrimaryBtn88,.SecondaryBtn33{width:100%;text-align:center}
.customize-grid77,.guarantee-grid-container,.testimonial-cards-row{grid-template-columns:1fr}
.problem-item77{flex-direction:column;gap:1.2rem}
.CustomizeBlock41,.GeographySection88,.ProblemSolutionWrap76,.ResearchAnalyticSection92,.GuaranteeSecurityBlock55,.AboutPlatformSection66,.TestimonialBlock93{padding:3.5rem 1rem}
}
.TitleSectionOuter{background:linear-gradient(127deg,#F8EF5E 0%,#F1D1FF 100%);padding:4rem 1.5rem;position:relative;overflow:hidden}
.TitleContainer47{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.GeometricBackgroundLayer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.15}
.Shape1Box{position:absolute;top:12%;left:8%;width:140px;height:140px;background:#06716E;border-radius:28px;transform:rotate(23deg)}
.Shape2Circle{position:absolute;bottom:18%;right:15%;width:180px;height:180px;background:#06716E;border-radius:50%}
.Shape3Triangle{position:absolute;top:45%;right:8%;width:0;height:0;border-left:70px solid transparent;border-right:70px solid transparent;border-bottom:120px solid #06716E;transform:rotate(45deg)}
.TitleContentInner{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2.5rem}
.ImageCutoutWrapper{width:240px;height:240px;position:relative;border-radius:50%;overflow:hidden}
.DuotoneImageEffect{width:100%;height:100%;background:linear-gradient(135deg,#06716E 0%,#F1D1FF 100%);mix-blend-mode:multiply}
.TextContentBlock{max-width:720px}
.TitleContentInner .IntroText{font-size:1rem;font-weight:500;color:#06716E;margin:0 0 .75rem;letter-spacing:.05em;text-transform:uppercase}
.TitleContentInner .MainHeadingTitle{font-size:2.75rem;font-weight:800;color:#06716E;margin:0 0 1.25rem;line-height:1.15}
.TitleContentInner .SubheadText{font-size:1.25rem;font-weight:400;color:#06716E;margin:0;line-height:1.6}
.CornerDot{position:absolute;width:12px;height:12px;background:radial-gradient(circle,#06716E 0%,#06716E 40%,transparent 40%);background-size:6px 6px;z-index:4}
.CornerDot.TopLeft{top:20px;left:20px}
.CornerDot.TopRight{top:20px;right:20px}
.CornerDot.BottomLeft{bottom:20px;left:20px}
.CornerDot.BottomRight{bottom:20px;right:20px}
.FormSectionWrapper92{background:#fff;padding:5rem 1.5rem}
.FormContentContainer{max-width:1536px;margin:0 auto}
.FormLayoutGrid{display:grid;grid-template-columns:1fr;gap:4rem}
.ContactDetailsColumn{background:linear-gradient(158deg,#F1D1FF 0%,#F8EF5E 100%);padding:3rem;border-radius:24px;box-shadow:0 12px 28px #06716e1f}
.ContactDetailsColumn .ContactInfoHeading{font-size:2rem;font-weight:700;color:#06716E;margin:0 0 2.5rem}
.ContactMethodBlock{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}
.IconCircle{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #06716e26}
.ContactText{flex:1}
.ContactText .ContactLabel{font-size:.875rem;font-weight:600;color:#06716E;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}
.ContactText .ContactValue{font-size:1.125rem;font-weight:500;color:#06716E;text-decoration:none;display:block;line-height:1.6}
.ContactText .ContactValue:hover{text-decoration:underline}
.ContactText address{font-style:normal}
.AvailabilityNote{margin-top:2.5rem;padding-top:2rem;border-top:2px solid #06716e33}
.AvailabilityNote p{font-size:.9375rem;color:#06716E;margin:0;line-height:1.6}
.FormColumn{display:flex;justify-content:center}
.FormWrapper34{width:100%;max-width:620px}
.FormWrapper34 .FormHeadingText{font-size:2rem;font-weight:700;color:#06716E;margin:0 0 1rem}
.FormWrapper34 .FormDescription{font-size:1.0625rem;color:#555;margin:0 0 2.5rem;line-height:1.6}
.ContactFormElement{display:flex;flex-direction:column;gap:1.75rem}
.FormFieldGroup{display:flex;flex-direction:column;gap:.625rem}
.FormFieldGroup .FieldLabel{font-size:.9375rem;font-weight:600;color:#06716E}
.FormFieldGroup .InputField{padding:1rem 1.25rem;font-size:1rem;border:2px solid #E0E0E0;border-radius:20px;background:#FAFAFA;transition:all .3s ease;outline:none}
.FormFieldGroup .InputField:focus{border-color:#06716E;background:#fff;box-shadow:0 4px 16px #06716e26}
.SelectWrapper{position:relative}
.SelectWrapper::after{content:'▼';position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:#06716E;pointer-events:none;font-size:.875rem}
.SelectWrapper .SelectField{width:100%;padding:1rem 1.25rem;font-size:1rem;border:2px solid #E0E0E0;border-radius:20px;background:#FAFAFA;transition:all .3s ease;outline:none;appearance:none;cursor:pointer}
.SelectWrapper .SelectField:focus{border-color:#06716E;background:#fff;box-shadow:0 4px 16px #06716e26}
.InterestFieldset,.RadioFieldset{border:2px solid #E0E0E0;border-radius:20px;padding:1.5rem;background:#FAFAFA}
.FieldsetLegend{font-size:.9375rem;font-weight:600;color:#06716E;padding:0 .5rem}
.CheckboxGroup{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}
.CheckboxLabel,.RadioLabel{display:flex;align-items:center;gap:.75rem;cursor:pointer}
.CheckboxInput,.RadioInput{width:20px;height:20px;cursor:pointer;accent-color:#06716E}
.CheckboxText,.RadioText{font-size:.9375rem;color:#333}
.RadioGroup{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}
.PrivacyCheckbox{margin-top:.5rem}
.PrivacyLabel{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}
.PrivacyInput{width:20px;height:20px;margin-top:.125rem;cursor:pointer;accent-color:#06716E;flex-shrink:0}
.PrivacyTextInline{font-size:.875rem;color:#555;line-height:1.5}
.PrivacyLink{color:#06716E;text-decoration:underline}
.PrivacyLink:hover{color:#044d4b}
.SubmitButton67{padding:1.125rem 2.5rem;font-size:1.0625rem;font-weight:700;color:#06716E;background:linear-gradient(135deg,#F8EF5E 0%,#F1D1FF 100%);border:none;border-radius:24px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #06716e33;align-self:flex-start}
.SubmitButton67:hover{transform:translateY(-2px);box-shadow:0 12px 28px #06716e4d}
.SubmitButton67:active{transform:translateY(0)}
.FAQSection28{background:linear-gradient(213deg,#F1D1FF 0%,#F8EF5E 100%);padding:5rem 1.5rem}
.FAQContainerWidth{max-width:1024px;margin:0 auto}
.FAQHeaderBlock{text-align:center;margin-bottom:3.5rem}
.FAQHeaderBlock .FAQMainTitle{font-size:2.5rem;font-weight:800;color:#06716E;margin:0 0 1rem}
.FAQHeaderBlock .FAQSubtitleText{font-size:1.125rem;color:#06716E;margin:0;line-height:1.6}
.FAQListWrapper{display:flex;flex-direction:column;gap:1.25rem}
.FAQItemBox{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 16px #06716e1a}
.FAQToggle{display:none}
.FAQQuestion{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;transition:background .3s ease}
.FAQQuestion:hover{background:#FAFAFA}
.QuestionText{font-size:1.125rem;font-weight:600;color:#06716E;flex:1}
.FAQIcon{font-size:1.5rem;color:#06716E;font-weight:300;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}
.FAQAnswer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 2rem}
.FAQAnswer p{font-size:1rem;color:#555;line-height:1.7;margin:0}
.FAQToggle:checked + .FAQQuestion .FAQIcon{transform:rotate(45deg)}
.FAQToggle:checked + .FAQQuestion + .FAQAnswer{max-height:500px;padding:0 2rem 1.5rem}
@media (min-width: 768px) {
.TitleSectionOuter{padding:5rem 2rem}
.TitleContentInner .MainHeadingTitle{font-size:3.5rem}
.FormLayoutGrid{grid-template-columns:420px 1fr;gap:5rem}
.CheckboxGroup{grid-template-columns:1fr}
}
@media (min-width: 1024px) {
.TitleContentInner{flex-direction:row;text-align:left;align-items:center;gap:3.5rem}
.ImageCutoutWrapper{width:280px;height:280px}
.TitleContentInner .MainHeadingTitle{font-size:4rem}
}
.HeroOuter{background:linear-gradient(137deg,#F8EF5E 0%,#06716E 100%);padding:80px 20px;position:relative;overflow:hidden}
.HeroInner{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.heroTextArea{z-index:10;position:relative}
.MainHero-Heading{font-size:3.2rem;line-height:1.2;color:#fff;margin-bottom:24px;font-weight:700}
.MainHero-Heading::before{content:'';display:block;width:64px;height:6px;background:#F1D1FF;margin-bottom:20px;border-radius:20px}
.HeroSubtext{font-size:1.25rem;line-height:1.6;color:#fff;opacity:.95}
.heroImageCollage{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;position:relative}
.CollageFragment{border-radius:24px;overflow:hidden;box-shadow:0 12px 32px #0003;transform:rotate(-2deg)}
.CollageFragment:nth-child(2){transform:rotate(3deg) translateY(20px)}
.CollageFragment img{width:100%;height:280px;object-fit:cover;filter:sepia(0.15) contrast(1.1);display:block}
.decorGraphic{position:absolute;width:180px;height:180px;border-radius:50%;background:#f1d1ff4d;bottom:-60px;right:-40px;z-index:5}
.ProgramStructure-wrapper{background:#fafafa;padding:96px 20px}
.ProgramStructure-inner{max-width:1536px;margin:0 auto}
.SectionHeader23{text-align:center;margin-bottom:64px}
.SectionHeader23 h2{font-size:2.5rem;color:#06716E;margin-bottom:16px;position:relative;display:inline-block}
.SectionHeader23 h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#F8EF5E,#F1D1FF);border-radius:16px}
.SectionHeader23 p{font-size:1.1rem;color:#555;max-width:680px;margin:0 auto}
.ModuleGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.ModuleCard17{background:#fff;border-radius:28px;padding:40px 32px;box-shadow:0 8px 24px #0000000f;transition:all .4s ease;position:relative;border:2px solid transparent}
.ModuleCard17:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f;border-color:#F8EF5E}
.ModuleNumber{position:absolute;top:-16px;right:32px;width:48px;height:48px;background:linear-gradient(135deg,#06716E,#F8EF5E);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;color:#fff;box-shadow:0 4px 12px #06716e4d}
.ModuleCard17 h3{font-size:1.5rem;color:#06716E;margin-bottom:16px;margin-top:8px}
.ModuleCard17 p{font-size:.95rem;color:#666;line-height:1.7;margin-bottom:20px}
.ModuleSkills{display:flex;flex-wrap:wrap;gap:8px}
.SkillBadge{background:#F1D1FF;color:#06716E;padding:6px 14px;border-radius:16px;font-size:.85rem;font-weight:600}
.InstructorSection-outer{background:linear-gradient(223deg,#fff 0%,#f5f5f5 100%);padding:96px 20px;position:relative}
.InstructorSection-outer::before{content:'';position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#F8EF5E,#06716E,#F1D1FF)}
.InstructorSection-inner{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:64px;align-items:start}
.InstructorProfile{position:sticky;top:32px}
.ProfileImageWrap{border-radius:28px;overflow:hidden;box-shadow:0 16px 48px #00000026;margin-bottom:24px;position:relative}
.ProfileImageWrap img{width:100%;height:480px;object-fit:cover;display:block}
.ProfileImageWrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,#06716ecc,transparent)}
.InstructorName{font-size:1.8rem;color:#06716E;font-weight:700;margin-bottom:8px}
.InstructorRole{font-size:1rem;color:#666;margin-bottom:16px}
.InstructorBio{font-size:.95rem;color:#555;line-height:1.7}
.DetailedContent{background:#fff;border-radius:28px;padding:48px;box-shadow:0 8px 24px #0000000f}
.DetailedContent h3{font-size:2rem;color:#06716E;margin-bottom:24px;position:relative;padding-left:24px}
.DetailedContent h3::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:#F8EF5E;border-radius:20px}
.DetailedContent h4{font-size:1.4rem;color:#06716E;margin-top:32px;margin-bottom:16px}
.DetailedContent p{font-size:1rem;color:#555;line-height:1.8;margin-bottom:20px}
.DetailedContent ul{list-style:none;padding:0;margin-bottom:28px}
.DetailedContent ul li{font-size:.98rem;color:#555;line-height:1.7;margin-bottom:12px;padding-left:32px;position:relative}
.DetailedContent ul li::before{content:'→';position:absolute;left:0;color:#F8EF5E;font-weight:700;font-size:1.3rem}
.TestimonialSection-outer{background:#fff;padding:96px 20px}
.TestimonialSection-inner{max-width:1536px;margin:0 auto}
.TestiHeader{text-align:center;margin-bottom:56px}
.TestiHeader h2{font-size:2.5rem;color:#06716E;margin-bottom:12px}
.TestimonialGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.TestiCard{background:linear-gradient(155deg,#fafafa 0%,#fff 100%);border-radius:28px;padding:40px;box-shadow:0 8px 24px #0000000f;position:relative;border-left:6px solid #F1D1FF}
.TestiProfile{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.TestiAvatar{width:72px;height:72px;border-radius:50%;overflow:hidden;box-shadow:0 4px 12px #0000001a}
.TestiAvatar img{width:100%;height:100%;object-fit:cover;display:block}
.TestiInfo h4{font-size:1.2rem;color:#06716E;margin-bottom:4px}
.TestiInfo p{font-size:.9rem;color:#777}
.TestiQuote{font-size:1rem;color:#555;line-height:1.7;font-style:italic}
.TestiQuote::before{content:'"';font-size:3rem;color:#F8EF5E;line-height:0;display:block;margin-bottom:8px}
.CallToAction-wrapper{background:linear-gradient(45deg,#06716E 0%,#F8EF5E 100%);padding:80px 20px;text-align:center}
.CallToAction-inner{max-width:900px;margin:0 auto}
.CallToAction-inner h2{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700}
.CallToAction-inner p{font-size:1.2rem;color:#fff;opacity:.95;margin-bottom:40px;line-height:1.6}
.CTAButton{display:inline-block;background:#fff;color:#06716E;padding:18px 48px;border-radius:28px;font-size:1.1rem;font-weight:700;text-decoration:none;box-shadow:0 8px 24px #00000026;transition:all .3s ease;cursor:pointer;z-index:100;position:relative}
.CTAButton:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000040;background:#F1D1FF}
@media (max-width: 1024px) {
.HeroInner{grid-template-columns:1fr;gap:40px}
.MainHero-Heading{font-size:2.5rem}
.InstructorSection-inner{grid-template-columns:1fr;gap:48px}
.InstructorProfile{position:static}
.TestimonialGrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.HeroOuter{padding:60px 20px}
.MainHero-Heading{font-size:2rem}
.HeroSubtext{font-size:1.1rem}
.heroImageCollage{grid-template-columns:1fr}
.CollageFragment:nth-child(2){transform:rotate(-2deg) translateY(0)}
.ProgramStructure-wrapper{padding:64px 20px}
.SectionHeader23 h2{font-size:2rem}
.ModuleGrid{grid-template-columns:1fr}
.InstructorSection-outer{padding:64px 20px}
.DetailedContent{padding:32px 24px}
.DetailedContent h3{font-size:1.6rem}
.TestimonialSection-outer{padding:64px 20px}
.TestiHeader h2{font-size:2rem}
.CallToAction-wrapper{padding:60px 20px}
.CallToAction-inner h2{font-size:2rem}
}
.LearningTipsPage{background:linear-gradient(127deg,#f5f5f5 0%,#fafafa 100%);padding:0;margin:0}
.HeroHeader-wrapper{max-width:1536px;margin:3rem auto 0;padding:0 1.5rem;position:relative;overflow:hidden}
.hero-layout-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;min-height:520px;position:relative}
.hero-content-zone{z-index:3;position:relative;padding:2rem 0}
.hero-content-zone h1{font-size:2.8rem;line-height:1.2;margin:0 0 1.2rem;color:#1a1a1a;font-weight:700}
.hero-content-zone h1::before{content:'';display:block;width:64px;height:5px;background:linear-gradient(90deg,#F8EF5E 0%,#06716E 100%);margin-bottom:1.2rem;border-radius:24px}
.hero-text-intro{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0 0 1.8rem;max-width:580px}
.hero-visual-container{position:absolute;right:0;top:50%;transform:translateY(-50%);width:45%;height:420px;z-index:1}
.geometric-background-shapes{position:absolute;inset:0;overflow:hidden}
.shape-element-1{position:absolute;width:280px;height:280px;background:linear-gradient(135deg,#F1D1FF 0%,#f1d1ff4d 100%);border-radius:28px;top:10%;right:8%;transform:rotate(12deg);opacity:.6}
.shape-element-2{position:absolute;width:180px;height:180px;background:linear-gradient(225deg,#F8EF5E 0%,#f8ef5e66 100%);border-radius:50%;bottom:12%;right:38%;opacity:.5}
.shape-element-3{position:absolute;width:150px;height:150px;background:linear-gradient(45deg,#06716E 0%,#06716e4d 100%);border-radius:24px;top:50%;right:15%;transform:rotate(-18deg);opacity:.4}
.hero-image-cutout{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:360px;height:360px;border-radius:32px;overflow:hidden;box-shadow:0 16px 48px #0000001f;z-index:2}
.hero-image-cutout img{width:100%;height:100%;object-fit:cover;filter:blur(1.2px)}
.StrategiesBlock-outer{max-width:1536px;margin:5rem auto;padding:0 1.5rem}
.strategies-intro-header{text-align:center;margin-bottom:3.5rem}
.strategies-intro-header h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 1rem;font-weight:700}
.strategies-intro-header h2::after{content:'';display:block;width:80px;height:4px;background:#F8EF5E;margin:1rem auto 0;border-radius:20px}
.strategies-intro-text{font-size:1.1rem;color:#5a5a5a;max-width:680px;margin:0 auto;line-height:1.7}
.strategies-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}
.strategy-card-item{background:#fff;border-radius:24px;padding:2.2rem;box-shadow:0 8px 24px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}
.strategy-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#F8EF5E 0%,#06716E 100%)}
.strategy-card-item:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001f}
.strategy-icon-holder{width:64px;height:64px;background:linear-gradient(135deg,#F1D1FF 0%,#F8EF5E 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.strategy-icon-holder svg{width:32px;height:32px;fill:#06716E}
.strategy-card-item h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 .8rem;font-weight:600}
.strategy-description{font-size:1rem;color:#666;line-height:1.7;margin:0 0 1.2rem}
.strategy-tips-list{list-style:none;padding:0;margin:0}
.strategy-tips-list li{font-size:.95rem;color:#555;padding-left:1.5rem;position:relative;margin-bottom:.6rem;line-height:1.6}
.strategy-tips-list li::before{content:'→';position:absolute;left:0;color:#06716E;font-weight:700}
.PracticalExercises-wrapper-outer{background:linear-gradient(148deg,#fff 0%,#f8f8f8 100%);padding:5rem 0;position:relative}
.PracticalExercises-container-inner{max-width:1536px;margin:0 auto;padding:0 1.5rem}
.exercises-header-zone{margin-bottom:3rem}
.exercises-header-zone h2{font-size:2.3rem;color:#1a1a1a;margin:0 0 1rem;font-weight:700}
.exercises-subheading{font-size:1.1rem;color:#666;line-height:1.7;max-width:720px}
.exercises-asymmetric-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}
.exercise-image-block{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 12px 32px #0000001a}
.exercise-image-block img{width:100%;height:auto;display:block}
.exercises-content-steps{display:flex;flex-direction:column;gap:1.8rem}
.exercise-step-card{background:#fff;border-radius:20px;padding:1.8rem;box-shadow:0 6px 20px #0000000d;border-left:4px solid #F8EF5E;transition:all .3s ease;position:relative}
.exercise-step-card:hover{box-shadow:0 10px 32px #0000001a;border-left-color:#06716E}
.step-number-badge{position:absolute;top:-12px;right:1.8rem;width:38px;height:38px;background:linear-gradient(135deg,#06716E 0%,#F8EF5E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#1a1a1a;font-size:.95rem;box-shadow:0 4px 12px #00000026}
.exercise-step-card h4{font-size:1.3rem;color:#1a1a1a;margin:0 0 .7rem;font-weight:600}
.exercise-step-description{font-size:1rem;color:#555;line-height:1.7;margin:0}
.ProgressTracking-section{max-width:1536px;margin:5rem auto;padding:0 1.5rem}
.progress-section-header{text-align:center;margin-bottom:3.5rem}
.progress-section-header h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 1rem;font-weight:700}
.progress-intro-paragraph{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto;line-height:1.7}
.progress-metrics-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}
.metric-card-box{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 8px 24px #0000000f;text-align:center;position:relative;overflow:hidden;transition:all .3s ease}
.metric-card-box::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#F1D1FF 0%,#F8EF5E 50%,#06716E 100%)}
.metric-card-box:hover{transform:scale(1.04);box-shadow:0 16px 40px #0000001f}
.metric-icon-circle{width:80px;height:80px;background:linear-gradient(135deg,#F8EF5E 0%,#F1D1FF 100%);border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}
.metric-icon-circle svg{width:38px;height:38px;fill:#06716E}
.metric-value-large{font-size:2.8rem;color:#06716E;font-weight:700;margin:0 0 .5rem;line-height:1}
.metric-label-text{font-size:1.1rem;color:#1a1a1a;font-weight:600;margin:0 0 .8rem}
.metric-description-small{font-size:.95rem;color:#666;line-height:1.6;margin:0}
.progress-bar-container{background:#f0f0f0;height:10px;border-radius:16px;overflow:hidden;margin:1.5rem 0 .8rem;position:relative}
.progress-bar-fill{height:100%;background:linear-gradient(90deg,#06716E 0%,#F8EF5E 100%);border-radius:16px;transition:width .8s ease}
.progress-percentage{font-size:.9rem;color:#666;margin-top:.5rem;font-weight:600}
.CallToActionBanner{max-width:1536px;margin:5rem auto;padding:0 1.5rem}
.cta-banner-inner{background:linear-gradient(124deg,#06716E 0%,#F8EF5E 100%);border-radius:32px;padding:4rem 3rem;text-align:center;box-shadow:0 16px 48px #06716e33;position:relative;overflow:hidden}
.cta-banner-inner::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffffff1a;border-radius:50%}
.cta-banner-inner::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:#f1d1ff26;border-radius:50%}
.cta-content-zone{position:relative;z-index:2}
.cta-content-zone h2{font-size:2.2rem;color:#fff;margin:0 0 1rem;font-weight:700}
.cta-description-text{font-size:1.15rem;color:#fff;margin:0 0 2rem;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.7;opacity:.95}
.ButtonGroup-test{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.btn-primary-cta{background:#fff;color:#06716E;padding:1rem 2.5rem;border-radius:28px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #00000026;border:none;cursor:pointer;z-index:10;position:relative}
.btn-primary-cta:hover{transform:translateY(-3px);box-shadow:0 10px 32px #00000040;background:#F8EF5E;color:#1a1a1a}
.btn-secondary-outline{background:transparent;color:#fff;padding:1rem 2.5rem;border:2px solid #fff;border-radius:28px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer;z-index:10;position:relative}
.btn-secondary-outline:hover{background:#fff;color:#06716E;transform:translateY(-3px)}
@media (max-width: 1024px) {
.hero-visual-container{position:static;width:100%;height:360px;transform:none;margin-top:2rem}
.exercises-asymmetric-layout{grid-template-columns:1fr;gap:2rem}
.hero-content-zone h1{font-size:2.3rem}
.strategies-intro-header h2,.exercises-header-zone h2,.progress-section-header h2{font-size:2rem}
}
@media (max-width: 768px) {
.HeroHeader-wrapper{margin-top:2rem}
.hero-content-zone h1{font-size:2rem}
.hero-text-intro{font-size:1.05rem}
.hero-visual-container{height:300px}
.hero-image-cutout{width:280px;height:280px}
.strategies-grid-layout{grid-template-columns:1fr}
.progress-metrics-display{grid-template-columns:1fr}
.cta-banner-inner{padding:3rem 1.5rem}
.cta-content-zone h2{font-size:1.8rem}
.ButtonGroup-test{flex-direction:column;align-items:stretch}
.btn-primary-cta,.btn-secondary-outline{width:100%;text-align:center}
}
.SuccessPageWrap{max-width:1536px;margin:0 auto;padding:0 1.5rem}
.MainConfirmSection{display:flex;align-items:center;gap:4rem;padding:5rem 0;min-height:75vh}
.LeftVisualZone{flex:0 0 45%;position:relative}
.GeometricShape247{width:100%;aspect-ratio:1;background:linear-gradient(127deg,#F8EF5E 0%,#F1D1FF 45%,#06716E 100%);border-radius:28px;position:relative;overflow:hidden;box-shadow:0 16px 48px #06716e1f}
.GeometricShape247::before{content:'';position:absolute;top:-20%;right:-15%;width:65%;height:65%;background:radial-gradient(circle,#f8ef5e66 0%,transparent 70%);border-radius:50%}
.GeometricShape247::after{content:'';position:absolute;bottom:-10%;left:-10%;width:50%;height:50%;background:radial-gradient(circle,#f1d1ff59 0%,transparent 70%);border-radius:50%}
.CheckmarkIconWrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}
.CheckmarkSVG92{width:140px;height:140px;filter:drop-shadow(0 8px 24px #06716e33)}
.ContentZoneRight{flex:1}
.StatusHeadline{font-size:2.75rem;font-weight:700;color:#06716E;margin-bottom:1.25rem;line-height:1.2}
.DescriptionPara88{font-size:1.125rem;line-height:1.7;color:#333;margin-bottom:1rem}
.HighlightBox419{background:linear-gradient(135deg,#f8ef5e26 0%,#f1d1ff26 100%);padding:1.75rem;border-radius:20px;border-left:4px solid #F8EF5E;margin:2rem 0}
.HighlightBox419 .InnerText{font-size:1rem;color:#444;line-height:1.6;margin-bottom:.75rem}
.HighlightBox419 .InnerText:last-child{margin-bottom:0}
.ActionButtonsRow{display:flex;gap:1.25rem;margin-top:2.5rem;flex-wrap:wrap}
.PrimaryBtn83{display:inline-block;padding:1rem 2.25rem;background:linear-gradient(118deg,#06716E 0%,#044d4b 100%);color:#fff;text-decoration:none;border-radius:24px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 6px 20px #06716e40;cursor:pointer;position:relative;z-index:2}
.PrimaryBtn83:hover{transform:translateY(-2px);box-shadow:0 10px 30px #06716e59;background:linear-gradient(118deg,#055e5c 0%,#033938 100%)}
.SecondaryLinkBtn{display:inline-block;padding:1rem 2.25rem;background:transparent;color:#06716E;text-decoration:none;border:2px solid #06716E;border-radius:24px;font-weight:600;font-size:1.05rem;transition:all .3s ease;cursor:pointer;position:relative;z-index:2}
.SecondaryLinkBtn:hover{background:#06716E;color:#fff;transform:translateY(-2px)}
.InfoCardsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:5rem 0 6rem}
.InfoCard931{background:#fff;padding:2rem;border-radius:24px;box-shadow:0 8px 24px #0000000f;transition:all .3s ease;position:relative;border-top:3px solid transparent}
.InfoCard931:nth-child(1){border-top-color:#F8EF5E}
.InfoCard931:nth-child(2){border-top-color:#06716E}
.InfoCard931:nth-child(3){border-top-color:#F1D1FF}
.InfoCard931:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001a}
.CardIconArea72{width:60px;height:60px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}
.CardSVGIcon{width:100%;height:100%}
.CardHeadlineText{font-size:1.35rem;font-weight:700;color:#222;margin-bottom:1rem;line-height:1.3}
.CardBodyText77{font-size:.975rem;line-height:1.65;color:#555}
@media (max-width: 1024px) {
.MainConfirmSection{flex-direction:column;gap:3rem;padding:3rem 0}
.LeftVisualZone{flex:0 0 auto;width:100%;max-width:400px}
.ContentZoneRight{text-align:center}
.ActionButtonsRow{justify-content:center}
.InfoCardsGrid{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 768px) {
.StatusHeadline{font-size:2rem}
.DescriptionPara88{font-size:1rem}
.LeftVisualZone{max-width:320px}
.CheckmarkSVG92{width:100px;height:100px}
.ActionButtonsRow{flex-direction:column;width:100%}
.PrimaryBtn83,.SecondaryLinkBtn{width:100%;text-align:center}
.MainConfirmSection{min-height:auto;padding:2rem 0}
}
@media (max-width: 480px) {
.StatusHeadline{font-size:1.65rem}
.HighlightBox419{padding:1.25rem}
.InfoCard931{padding:1.5rem}
.CardHeadlineText{font-size:1.2rem}
}