h1,h2,h3,h4,h5,h6{margin:0;padding:0}
::selection{background-color:#fd96012e}
.site-header{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 60%,#1f1a10 100%);border-bottom:3px solid #FD9601;position:relative;overflow:hidden}
.site-header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#fd960112 0%,transparent 50%,#61ede70d 100%);pointer-events:none}
.header-inner-box{max-width:960px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:center;min-height:88px}
.brand-column{display:flex;flex-direction:column;gap:4px;border-right:1px solid #fd96014d;padding-right:32px;position:relative;z-index:1}
.logo-wrapper{display:flex;align-items:center;gap:10px;text-decoration:none;padding:6px 10px;background-color:#fd96011f;border:1px solid #fd960140;border-radius:6px;box-shadow:0 0 0 1px #fd96011a}
.logo-wrapper img{width:36px;height:36px;object-fit:contain;display:block}
.brand-name-text{font-family:'Lora',serif;font-weight:700;font-size:18px;color:#f5f0e8;letter-spacing:.02em;line-height:1.2}
.brand-descriptor{font-family:'Literata',serif;font-size:11px;color:#61EDE7;font-style:italic;line-height:1.4;padding-left:2px}
.nav-column{display:flex;flex-direction:column;align-items:flex-end;gap:8px;position:relative;z-index:1}
.header-navigation{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px;align-items:center}
.header-navigation a{font-family:'Literata',serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#d4cfc6;text-decoration:none;padding:10px 16px;border-radius:50px;border:1px solid transparent;min-height:44px;display:flex;align-items:center;transition:color .25s ease-in-out,border-color .25s ease-in-out,background-color .25s ease-in-out}
.header-navigation a:hover{color:#FD9601;border-color:#fd960166;background-color:#fd960114}
.header-navigation a.nav-highlight{background-color:#FD9601;color:#1a1a1a;border-color:#FD9601}
.header-navigation a.nav-highlight:hover{background-color:#e08600;border-color:#e08600;color:#1a1a1a}
.header-tagline{font-family:'Literata',serif;font-size:11px;color:#61ede799;font-style:italic;text-align:right;line-height:1.4}
.site-footer{background-color:#111;border-top:3px solid #FD9601}
.footer-upper-box{max-width:960px;margin:0 auto;padding:48px 16px 40px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;border-bottom:1px solid #fd960126}
.footer-mission-box{display:flex;flex-direction:column;gap:16px}
.footer-logo-wrapper{display:flex;align-items:center;gap:10px;text-decoration:none;width:fit-content;padding:6px 10px;background-color:#fd96011a;border:1px solid #fd960138;border-radius:6px}
.footer-logo-wrapper img{width:32px;height:32px;object-fit:contain;display:block}
.footer-brand-name{font-family:'Lora',serif;font-weight:700;font-size:16px;color:#f0ebe0}
.footer-mission-text{font-family:'Literata',serif;font-size:14px;line-height:1.75;color:#9a9590}
.footer-heading-label{font-family:'Lora',serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#61EDE7;margin-bottom:16px;display:block}
.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.footer-links-list li a{font-family:'Literata',serif;font-size:14px;color:#9a9590;text-decoration:none;line-height:1.7;transition:color .2s ease-in-out;display:flex;align-items:center;gap:6px}
.footer-links-list li a:hover{color:#FD9601}
.footer-links-list li a i{font-size:12px;color:#fd960180}
.footer-contact-box{display:flex;flex-direction:column;gap:10px}
.footer-contact-item{display:flex;align-items:flex-start;gap:10px;font-family:'Literata',serif;font-size:13px;color:#9a9590;line-height:1.6}
.footer-contact-item i{font-size:15px;color:#61EDE7;margin-top:2px;flex-shrink:0}
.footer-contact-item a{color:#9a9590;text-decoration:none;transition:color .2s ease-in-out}
.footer-contact-item a:hover{color:#FD9601}
.footer-lower-strip{max-width:960px;margin:0 auto;padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:16px}
.footer-lower-logo-wrapper{display:flex;align-items:center;gap:8px;text-decoration:none;padding:5px 10px;background-color:#fd960114;border:1px solid #fd96012e;border-radius:6px}
.footer-lower-logo-wrapper img{width:28px;height:28px;object-fit:contain;display:block}
.footer-lower-brand{font-family:'Lora',serif;font-size:14px;font-weight:700;color:#d4cfc6}
.footer-copyright-text{font-family:'Literata',serif;font-size:12px;color:#5a5550;text-align:center;line-height:1.7}
.footer-accent-bar{width:40px;height:2px;background:linear-gradient(90deg,#FD9601,#61EDE7);border-radius:50px}
@media (max-width: 768px) {
.header-inner-box{grid-template-columns:1fr;gap:16px;padding:16px;min-height:auto}
.brand-column{border-right:none;border-bottom:1px solid #fd960133;padding-right:0;padding-bottom:16px}
.nav-column{align-items:flex-start}
.header-navigation{justify-content:flex-start}
.header-tagline{text-align:left}
.footer-upper-box{grid-template-columns:1fr;gap:32px}
}
.cookie-modal-overlay{position:fixed;inset:0;background:#0a0a0ab8;z-index:9000;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;transition:opacity .3s ease-in-out}
.cookie-modal-overlay[data-state="visible"]{opacity:1}
.cookie-modal-overlay[data-state="hidden"]{display:none}
.cookie-panel-box{background:#1c1c1c;border:1px solid #fd96014d;border-top:3px solid #FD9601;max-width:480px;width:100%;padding:32px;border-radius:8px;box-shadow:0 24px 64px #0009}
.cookie-panel-title{font-family:'Lora',serif;font-size:17px;font-weight:700;color:#f0ebe0;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.cookie-panel-title i{color:#FD9601;font-size:18px}
.cookie-panel-text{font-family:'Literata',serif;font-size:13px;color:#9a9590;line-height:1.75;margin-bottom:24px}
.cookie-panel-text a{color:#61EDE7;text-decoration:underline}
.cookie-actions-box{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.cookie-button-accept{font-family:'Literata',serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1a1a1a;background:#FD9601;border:none;padding:10px 24px;border-radius:50px;cursor:pointer;transition:background-color .25s ease-in-out;min-height:44px}
.cookie-button-accept:hover{background:#e08600}
.cookie-button-accept:active{box-shadow:inset 0 2px 6px #00000040}
.cookie-button-decline{font-family:'Literata',serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9a9590;background:none;border:none;cursor:pointer;padding:10px 4px;min-height:44px;text-decoration:none;transition:color .2s ease-in-out}
.cookie-button-decline:hover{color:#f0ebe0;text-decoration:underline}
.legal-article{max-width:960px;margin:0 auto;padding:2rem 1rem;line-height:1.75}
.legal-article ul,.legal-article ol{padding-left:1.75rem;margin-top:.75rem;margin-bottom:1rem}
.legal-article ul{list-style-type:disc}
.legal-article ol{list-style-type:decimal}
.legal-article ul ul,.legal-article ol ol,.legal-article ul ol,.legal-article ol ul{margin-top:.375rem;margin-bottom:.375rem}
.legal-article li{margin-bottom:.4rem;padding-left:.25rem}
.legal-article li::marker{color:#FD9601}
.legal-article em,.legal-article i{font-style:italic;color:inherit}
.legal-article a{color:#C23329;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .2s ease-in-out,text-decoration-color .2s ease-in-out}
.legal-article a:hover{color:#FD9601;text-decoration-color:#FD9601}
.legal-article a:active{color:#a02a22}
.legal-article table{width:100%;border-collapse:collapse;margin-top:1.25rem;margin-bottom:1.5rem;font-size:.9375rem;overflow-x:auto;display:block}
.legal-article thead{background-color:#f5f5f5;border-bottom:2px solid #FD9601}
.legal-article tbody tr{border-bottom:1px solid #e4e4e4;transition:background-color .15s ease-in-out}
.legal-article tbody tr:last-child{border-bottom:none}
.legal-article tbody tr:hover{background-color:#fdf8f1}
.legal-article th{text-align:left;padding:.75rem 1rem;font-weight:600;letter-spacing:0;color:#1a1a1a;white-space:nowrap}
.legal-article td{padding:.75rem 1rem;vertical-align:top;color:#333}
.legal-article hr{border:none;border-top:1px solid #e0e0e0;margin:2rem 0;position:relative}
.legal-article hr::after{content:"";display:block;width:48px;height:2px;background-color:#61EDE7;margin:-1px 0 0}
.legal-article div{margin-bottom:1rem}
@media (max-width: 640px) {
.legal-article{padding:1.25rem 1rem}
.legal-article ul,.legal-article ol{padding-left:1.25rem}
.legal-article th,.legal-article td{padding:.625rem .75rem;font-size:.875rem}
}
.detail-page-box{max-width:960px;margin:0 auto;padding:0 16px 64px;overflow:hidden}
.detail-page-box ::selection{background:#fd96012e}
.detail-hero-box{position:relative;background:linear-gradient(135deg,#fff8ee 0%,#e8fffe 50%,#fff0ef 100%);border-radius:4px;padding:56px 48px 48px;margin-bottom:48px;overflow:hidden}
.detail-hero-box::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,#fd960112 1px,transparent 1px);background-size:28px 28px;pointer-events:none}
.detail-hero-box::after{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border:2px solid #61ede740;border-radius:50%;animation:rotate-slow 18s linear infinite;pointer-events:none}
@keyframes rotate-slow {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.detail-overline{display:block;width:40px;height:3px;background:#FD9601;margin-bottom:14px;border-radius:2px}
.detail-hero-box h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.18;margin:0 0 24px;color:#1a1a1a;position:relative;display:inline-block}
.detail-title-underline{display:block;height:3px;background:linear-gradient(90deg,#FD9601,#61EDE7,#C23329);margin-top:8px;width:0;animation:draw-underline 1.1s ease-in-out .4s forwards;border-radius:2px}
@keyframes draw-underline {
to{width:100%}
}
.detail-meta-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;align-items:center;margin-bottom:0}
.detail-meta-item{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:.88rem;color:#555}
.detail-meta-item i{color:#FD9601;font-size:1rem}
.detail-body-grid{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start}
.detail-content-column{min-width:0}
.detail-sidebar-column{position:sticky;top:24px}
.detail-image-wrapper{position:relative;margin-bottom:40px;border:1px solid #fd960138;border-radius:4px;overflow:hidden;box-shadow:none;transition:box-shadow .3s ease-in-out}
.detail-image-wrapper:hover{box-shadow:0 8px 32px #fd960126}
.detail-image-wrapper img{display:block;width:100%;height:360px;object-fit:cover}
.detail-image-glow{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,#fd960114 100%);pointer-events:none}
.detail-description-box{margin-bottom:40px}
.detail-description-box p{text-indent:1.6em;line-height:1.78;color:#2a2a2a;margin-bottom:0;font-size:1rem}
.detail-description-box h2{font-size:1.35rem;margin:32px 0 12px;color:#1a1a1a;position:relative;padding-top:16px}
.detail-description-box h2::before{content:"";display:block;width:32px;height:2px;background:#61EDE7;margin-bottom:10px}
.detail-description-box h3{font-size:1.1rem;margin:24px 0 8px;color:#1a1a1a}
.detail-description-box ul,.detail-description-box ol{padding-left:1.4em;line-height:1.78}
.detail-description-box li{margin-bottom:6px;color:#2a2a2a}
.detail-description-box dl{margin:16px 0}
.detail-description-box dt{font-weight:600;color:#1a1a1a;margin-top:12px}
.detail-description-box dd{margin-left:1.4em;color:#444;line-height:1.7}
.detail-description-box small{font-size:.82rem;color:#666;display:block;margin-top:4px}
.detail-description-box details{border:1px solid #61ede759;border-radius:4px;padding:12px 16px;margin:16px 0}
.detail-description-box summary{cursor:pointer;font-weight:600;color:#1a1a1a;list-style:none;display:flex;flex-direction:row;align-items:center;gap:8px}
.detail-description-box summary::before{content:"";display:inline-block;width:8px;height:8px;border-right:2px solid #FD9601;border-bottom:2px solid #FD9601;transform:rotate(-45deg);transition:transform .25s ease-in-out;flex-shrink:0}
.detail-description-box details[open] summary::before{transform:rotate(45deg)}
.detail-program-section{margin-bottom:48px}
.detail-program-section h2{font-size:1.35rem;margin:0 0 28px;color:#1a1a1a;padding-top:16px;position:relative}
.detail-program-section h2::before{content:"";display:block;width:32px;height:2px;background:#FD9601;margin-bottom:10px}
.program-content-box p{line-height:1.78;color:#2a2a2a;margin-bottom:0;text-indent:1.6em}
.program-content-box h2{font-size:1.2rem;margin:28px 0 10px;color:#1a1a1a}
.program-content-box h3{font-size:1.05rem;margin:20px 0 8px;color:#333}
.program-content-box ol{padding-left:0;list-style:none;counter-reset:program-steps;margin:0}
.program-content-box ol li{counter-increment:program-steps;display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid #61ede733;line-height:1.7;color:#2a2a2a;position:relative}
.program-content-box ol li::before{content:counter(program-steps, decimal-leading-zero);font-size:.78rem;font-weight:700;color:#fff;background:#FD9601;min-width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.program-content-box cite{display:block;border-left:3px solid #C23329;padding:10px 16px;margin:20px 0;color:#444;font-style:italic;font-size:.97rem;position:relative}
.program-content-box cite::before{content:"\201C";font-size:2.4rem;color:#C23329;line-height:1;display:inline-block;vertical-align:bottom;margin-right:4px;font-style:normal}
.program-content-box figure{margin:20px 0;border:1px solid #fd960133;border-radius:4px;overflow:hidden}
.program-content-box figcaption{padding:8px 12px;font-size:.82rem;color:#666;background:#fd96010d}
.program-content-box details{border:1px solid #61ede759;border-radius:4px;padding:12px 16px;margin:16px 0}
.program-content-box summary{cursor:pointer;font-weight:600;color:#1a1a1a;list-style:none;display:flex;flex-direction:row;align-items:center;gap:8px}
.program-content-box summary::before{content:"";display:inline-block;width:8px;height:8px;border-right:2px solid #FD9601;border-bottom:2px solid #FD9601;transform:rotate(-45deg);transition:transform .25s ease-in-out;flex-shrink:0}
.program-content-box details[open] summary::before{transform:rotate(45deg)}
.detail-sidebar-card{background:#fff;border:1px solid #fd960147;border-radius:4px;padding:28px 24px;margin-bottom:24px;transition:box-shadow .3s ease-in-out}
.detail-sidebar-card:hover{box-shadow:0 6px 24px #fd96011f}
.price-display-box{text-align:center;padding-bottom:20px;border-bottom:1px solid #61ede74d;margin-bottom:20px}
.price-value-text{font-size:2.2rem;font-weight:700;color:#1a1a1a;line-height:1.1;display:block}
.price-note-text{font-size:.82rem;color:#777;margin-top:6px;display:block;line-height:1.5}
.sidebar-spec-list{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:12px}
.sidebar-spec-list li{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:.9rem;color:#333}
.sidebar-spec-list li i{color:#61EDE7;font-size:1.05rem;flex-shrink:0;filter:brightness(0.75)}
.sidebar-spec-label{font-weight:600;color:#1a1a1a;min-width:80px}
.seats-indicator-box{margin:20px 0}
.seats-label-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:.82rem;color:#555;margin-bottom:8px}
.seats-bar-track{height:6px;background:#61ede733;border-radius:3px;overflow:hidden}
.seats-bar-fill-v1{height:100%;background:linear-gradient(90deg,#FD9601,#61EDE7);border-radius:3px;transition:width .5s ease-in-out}
.enroll-button-box{margin-top:20px}
.enroll-cta-button{display:block;width:100%;padding:14px 24px;background:#FD9601;color:#fff;text-align:center;text-decoration:none;text-transform:uppercase;font-size:.88rem;font-weight:700;letter-spacing:.05em;border-radius:999px;border:2px solid #FD9601;cursor:pointer;transition:background .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out}
.enroll-cta-button:hover{background:#fff;color:#FD9601;box-shadow:0 4px 16px #fd960138}
.enroll-cta-button:active{box-shadow:inset 0 2px 6px #fd960140}
.bookmark-button-wrapper{margin-top:12px;text-align:center}
.bookmark-toggle-input{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden}
.bookmark-toggle-label{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:10px 20px;border:2px solid #61ede780;border-radius:999px;cursor:pointer;font-size:.82rem;font-weight:600;color:#444;text-transform:uppercase;letter-spacing:.04em;transition:background .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;user-select:none}
.bookmark-toggle-label i{font-size:1.05rem;transition:color .3s ease-in-out;color:#888}
.bookmark-toggle-label:hover{border-color:#61EDE7;background:#61ede714;box-shadow:0 2px 10px #61ede726}
.bookmark-toggle-input:checked + .bookmark-toggle-label{background:#61ede71f;border-color:#61EDE7;color:#1a8a86;box-shadow:inset 0 1px 4px #61ede733}
.bookmark-toggle-input:checked + .bookmark-toggle-label i{color:#1a8a86}
.bookmark-toggle-input:focus + .bookmark-toggle-label{outline:2px solid #FD9601;outline-offset:2px}
.bookmark-saved-text{display:none}
.bookmark-default-text{display:inline}
.bookmark-toggle-input:checked + .bookmark-toggle-label .bookmark-saved-text{display:inline}
.bookmark-toggle-input:checked + .bookmark-toggle-label .bookmark-default-text{display:none}
.detail-divider-wave{width:100%;height:32px;overflow:hidden;margin:8px 0 40px}
.detail-divider-wave svg{width:100%;height:100%;display:block}
.scroll-reveal-item{opacity:0;transform:scale(0.92);animation:reveal-scale .6s ease-in-out forwards}
.scroll-reveal-item:nth-child(1){animation-delay:.1s}
.scroll-reveal-item:nth-child(2){animation-delay:.2s}
.scroll-reveal-item:nth-child(3){animation-delay:.3s}
@keyframes reveal-scale {
to{opacity:1;transform:scale(1)}
}
@media (max-width: 720px) {
.detail-body-grid{grid-template-columns:1fr}
.detail-sidebar-column{position:static}
.detail-hero-box{padding:36px 24px 32px}
.detail-image-wrapper img{height:220px}
}
@media print {
.detail-page-box .detail-sidebar-column,.detail-page-box .enroll-button-box,.detail-page-box .bookmark-button-wrapper,.detail-page-box .seats-indicator-box,.detail-page-box .detail-divider-wave,.detail-page-box .detail-hero-box::after{display:none!important}
.detail-page-box .detail-body-grid{grid-template-columns:1fr}
.detail-page-box .detail-hero-box{background:none;padding:16px 0}
.detail-page-box .detail-hero-box::before{display:none}
.detail-page-box .detail-image-wrapper img{max-height:300px}
.detail-page-box *{color:#000!important;background:#fff!important;box-shadow:none!important;border-color:#ccc!important}
.detail-page-box .price-value-text{font-size:1.4rem}
}
.page-learning-program{overflow-x:hidden}
.page-learning-program *{box-sizing:border-box}
.page-learning-program p::first-line{text-indent:0}
.page-learning-program p{text-indent:1.5em;margin-bottom:0;line-height:1.75}
.page-learning-program p + p{margin-top:0}
.page-learning-program ::selection{background:#fd96012e}
.hero-banner-box{position:relative;background:#1a1a1a;overflow:hidden;padding:80px 24px 72px}
.hero-banner-box::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#FD9601 0%,#61EDE7 50%,#C23329 100%);opacity:.13;animation:flicker-bg 7s ease-in-out infinite}
@keyframes flicker-bg {
0%,100%{opacity:.13}
30%{opacity:.09}
60%{opacity:.16}
80%{opacity:.11}
}
.hero-banner-box::after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");opacity:.4;pointer-events:none}
.hero-content-wrapper{position:relative;z-index:1;max-width:960px;margin:0 auto}
.hero-overline{display:block;width:40px;height:3px;background:#FD9601;margin-bottom:20px}
.hero-heading-main{font-size:clamp(2.6rem,6vw,4.2rem);font-weight:800;color:#fff;line-height:1.1;margin:0 0 12px;letter-spacing:-.5px}
.hero-heading-sub{font-size:1.25rem;font-weight:400;color:#61EDE7;margin:0 0 24px}
.hero-description-text{color:#ffffffb8;max-width:560px;line-height:1.75;text-indent:0;font-size:1rem}
.hero-stat-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px;margin-top:40px}
.hero-stat-item{display:flex;flex-direction:column;gap:4px}
.hero-stat-number{font-size:1.8rem;font-weight:700;color:#FD9601;line-height:1}
.hero-stat-label{font-size:.8rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.06em}
.divider-strip-orange{height:4px;background:linear-gradient(90deg,#FD9601 0%,#61EDE7 50%,#C23329 100%)}
.programs-section-box{background:#fafafa;padding:72px 24px}
.programs-section-inner{max-width:960px;margin:0 auto}
.section-label-line{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:16px}
.section-label-line::before{content:"";display:block;width:32px;height:2px;background:#C23329;flex-shrink:0}
.section-label-text{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#C23329;font-weight:600}
.programs-heading{font-size:1.6rem;font-weight:700;color:#111;margin:0 0 40px;line-height:1.3}
.programs-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.program-card-wrapper{background:#fff;border:1px solid #e8e8e8;border-radius:8px;display:flex;flex-direction:column;transition:box-shadow .25s ease-in-out,border-color .25s ease-in-out;overflow:hidden}
.program-card-wrapper:hover{box-shadow:0 8px 32px #0000001a;border-color:#FD9601}
.program-card-image-box{position:relative;width:100%;height:180px;overflow:hidden;border-bottom:1px solid #f0f0f0}
.program-card-image-box img{width:100%;height:100%;object-fit:cover;display:block;border:none;transition:transform .4s ease-in-out}
.program-card-wrapper:hover .program-card-image-box img{transform:scale(1.04)}
.program-card-body{padding:20px;display:flex;flex-direction:column;flex:1;gap:0}
.program-card-title{font-size:1rem;font-weight:700;color:#111;margin:0 0 10px;line-height:1.4}
.program-card-desc{font-size:.875rem;color:#555;line-height:1.65;text-indent:0;margin:0 0 16px}
.program-card-meta-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;margin-bottom:16px}
.program-card-meta-item{display:flex;flex-direction:row;align-items:center;gap:5px;font-size:.78rem;color:#777}
.program-card-meta-item i{font-size:.9rem;color:#FD9601}
.program-card-footer{margin-top:auto;padding-top:16px;border-top:1px solid #f0f0f0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.program-price-block{display:flex;flex-direction:column;gap:2px}
.program-price-value{font-size:1.1rem;font-weight:700;color:#111}
.program-price-note{font-size:.72rem;color:#999}
.program-seats-badge{font-size:.72rem;background:#61ede726;color:#1a8a87;border:1px solid #61EDE7;padding:3px 10px;border-radius:50px;font-weight:600}
.program-card-cta{display:block;width:100%;text-align:center;margin-top:14px;padding:10px 20px;background:#111;color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:50px;text-decoration:none;transition:background .25s ease-in-out,color .25s ease-in-out;border:2px solid #111}
.program-card-cta:hover{background:#FD9601;color:#fff;border-color:#FD9601;box-shadow:0 4px 16px #fd960140}
.program-card-cta:active{box-shadow:inset 0 2px 6px #0003}
.divider-strip-teal{height:4px;background:#61EDE7}
.approach-section-box{background:#fff;padding:72px 24px}
.approach-section-inner{max-width:960px;margin:0 auto}
.approach-grid-layout{display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:start}
.approach-left-column{display:flex;flex-direction:column;gap:24px}
.approach-right-column{display:flex;flex-direction:column;gap:20px}
.approach-heading{font-size:1.5rem;font-weight:700;color:#111;margin:0 0 8px;line-height:1.35}
.approach-body-text{font-size:.95rem;color:#444;line-height:1.75;text-indent:1.5em;margin:0}
.approach-body-text.accent-short{text-indent:0;font-weight:600;color:#111;font-size:1rem}
.approach-image-frame{position:relative;border:2px solid #FD9601;border-radius:6px;overflow:hidden;box-shadow:6px 8px 0 #FD9601}
.approach-image-frame img{width:100%;height:260px;object-fit:cover;display:block}
.approach-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.approach-feature-list li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:.875rem;color:#444;line-height:1.6;position:relative;padding-left:0}
.approach-feature-list li i{color:#FD9601;font-size:1.1rem;flex-shrink:0;margin-top:2px}
.divider-strip-red{height:4px;background:#C23329}
.testimonials-section-box{background:#111;padding:72px 24px}
.testimonials-section-inner{max-width:960px;margin:0 auto}
.testimonials-heading-row{display:flex;flex-direction:row;align-items:baseline;gap:20px;margin-bottom:40px}
.testimonials-heading{font-size:1.5rem;font-weight:700;color:#fff;margin:0;line-height:1.3}
.testimonials-accent-line{flex:1;height:1px;background:#ffffff1f}
.testimonials-carousel-box{position:relative}
.carousel-radio-handler-v1,.carousel-radio-handler-v2,.carousel-radio-handler-v3{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.carousel-slides-wrapper{overflow:hidden}
.carousel-slide-track{display:flex;flex-direction:row;transition:transform .5s ease-in-out}
#carousel-radio-handler-v1:checked ~ .carousel-nav-box label[for="carousel-radio-handler-v1"],#carousel-radio-handler-v2:checked ~ .carousel-nav-box label[for="carousel-radio-handler-v2"],#carousel-radio-handler-v3:checked ~ .carousel-nav-box label[for="carousel-radio-handler-v3"]{background:#FD9601;border-color:#FD9601}
#carousel-radio-handler-v1:checked ~ .carousel-slides-wrapper .carousel-slide-track{transform:translateX(0%)}
#carousel-radio-handler-v2:checked ~ .carousel-slides-wrapper .carousel-slide-track{transform:translateX(-100%)}
#carousel-radio-handler-v3:checked ~ .carousel-slides-wrapper .carousel-slide-track{transform:translateX(-200%)}
.carousel-slide-item{min-width:100%;padding:0 4px}
.quote-bubble-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:36px 40px;position:relative}
.quote-bubble-card::before{content:"\201C";position:absolute;top:16px;left:28px;font-size:5rem;line-height:1;color:#FD9601;opacity:.4;font-family:Georgia,serif;pointer-events:none}
.quote-bubble-text{font-size:1.05rem;color:#ffffffd1;line-height:1.75;margin:0 0 24px;text-indent:0;padding-top:28px}
.quote-author-row{display:flex;flex-direction:row;align-items:center;gap:16px}
.quote-author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:center top;border:2px solid #61EDE7;flex-shrink:0}
.quote-author-name{font-size:.875rem;font-weight:700;color:#fff;display:block;margin-bottom:2px}
.quote-author-role{font-size:.78rem;color:#ffffff73}
.carousel-nav-box{display:flex;flex-direction:row;justify-content:center;gap:10px;margin-top:28px}
.carousel-nav-box label{width:10px;height:10px;border-radius:50%;border:2px solid #ffffff4d;background:transparent;cursor:pointer;transition:background .25s ease-in-out,border-color .25s ease-in-out;display:block}
.carousel-nav-box label:hover{border-color:#61EDE7}
.divider-strip-neutral{height:4px;background:#e0e0e0}
.instructors-section-box{background:#f4f4f4;padding:72px 24px}
.instructors-section-inner{max-width:960px;margin:0 auto}
.instructors-heading{font-size:1.5rem;font-weight:700;color:#111;margin:0 0 8px}
.instructors-subtext{font-size:.95rem;color:#666;margin:0 0 40px;text-indent:0}
.instructors-mosaic-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.instructor-profile-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;display:flex;flex-direction:row;align-items:flex-start;gap:20px;padding:24px;transition:box-shadow .25s ease-in-out}
.instructor-profile-card:hover{box-shadow:0 6px 24px #00000014}
.instructor-image-frame{width:80px;height:80px;border-radius:6px;overflow:hidden;border:2px solid #f0f0f0;flex-shrink:0}
.instructor-image-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.instructor-info-block{flex:1;display:flex;flex-direction:column;gap:6px}
.instructor-name{font-size:1rem;font-weight:700;color:#111;margin:0}
.instructor-specialty{font-size:.8rem;color:#FD9601;font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.instructor-bio-text{font-size:.85rem;color:#555;line-height:1.65;text-indent:0;margin:4px 0 0}
.instructor-wide-card{grid-column:1 / -1;background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:28px;display:flex;flex-direction:row;align-items:center;gap:28px;transition:box-shadow .25s ease-in-out}
.instructor-wide-card:hover{box-shadow:0 6px 24px #00000014}
.instructor-wide-image-frame{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #61EDE7;flex-shrink:0}
.instructor-wide-image-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.instructor-wide-info{flex:1}
.instructor-wide-name{font-size:1.15rem;font-weight:700;color:#111;margin:0 0 4px}
.instructor-wide-role{font-size:.82rem;color:#61EDE7;font-weight:600;text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px;display:block}
.instructor-wide-bio{font-size:.875rem;color:#555;line-height:1.7;text-indent:0;margin:0}
.faq-section-box{background:#fff;padding:72px 24px 80px}
.faq-section-inner{max-width:960px;margin:0 auto}
.faq-heading{font-size:1.5rem;font-weight:700;color:#111;margin:0 0 40px}
.faq-list-wrapper{display:flex;flex-direction:column;gap:12px}
.faq-item-box{border:1px solid #e8e8e8;border-radius:8px;overflow:hidden}
.faq-checkbox-handler{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.faq-question-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 20px;cursor:pointer;background:#fafafa;font-size:.95rem;font-weight:600;color:#111;transition:background .2s ease-in-out;user-select:none}
.faq-question-label:hover{background:#f0f0f0}
.faq-icon-indicator{font-size:1rem;color:#FD9601;transition:transform .3s ease-in-out;flex-shrink:0}
.faq-answer-panel{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out;background:#fff}
.faq-answer-inner{padding:0 20px 18px;font-size:.9rem;color:#555;line-height:1.7}
.faq-checkbox-handler:checked + .faq-question-label{background:#fff;border-bottom:1px solid #f0f0f0}
.faq-checkbox-handler:checked + .faq-question-label .faq-icon-indicator{transform:rotate(45deg)}
.faq-checkbox-handler:checked ~ .faq-answer-panel{max-height:300px}
@media (max-width: 768px) {
.programs-card-grid{grid-template-columns:1fr}
.approach-grid-layout{grid-template-columns:1fr;gap:32px}
.instructors-mosaic-grid{grid-template-columns:1fr}
.instructor-wide-card{flex-direction:column;align-items:flex-start}
.hero-stat-row{gap:20px}
.testimonials-heading-row{flex-direction:column;gap:8px}
}
@media (max-width: 480px) {
.hero-banner-box{padding:52px 16px 48px}
.programs-section-box,.approach-section-box,.testimonials-section-box,.instructors-section-box,.faq-section-box{padding:48px 16px}
.instructor-profile-card{flex-direction:column}
}
.page-courses-index{overflow-x:clip;max-width:100%}
.page-courses-index *{box-sizing:border-box}
::selection{background:#fd96012e;color:inherit}
.page-courses-index .content-box{max-width:960px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}
.page-courses-index .overline-label{display:block;width:32px;height:3px;background:#FD9601;margin-bottom:12px}
.page-courses-index .overline-label-teal{display:block;width:32px;height:3px;background:#61EDE7;margin-bottom:12px}
.page-courses-index .overline-label-red{display:block;width:32px;height:3px;background:#C23329;margin-bottom:12px}
.page-courses-index .hero-wrapper{position:relative;min-height:540px;display:flex;align-items:center;overflow:hidden;background:#fafafa;padding:80px 0}
.page-courses-index .hero-wrapper .hero-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.18;filter:blur(2px)}
.page-courses-index .hero-wrapper .hero-blob-v1{position:absolute;width:320px;height:320px;border-radius:60% 40% 55% 45%;background:#fd960121;filter:blur(40px);top:-60px;left:-80px;pointer-events:none}
.page-courses-index .hero-wrapper .hero-blob-v2{position:absolute;width:280px;height:280px;border-radius:45% 55% 40% 60%;background:#61ede71f;filter:blur(36px);bottom:-40px;right:-60px;pointer-events:none}
.page-courses-index .hero-wrapper .hero-shape-outline{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:260px;height:260px;border:2px solid #fd960133;border-radius:50%;pointer-events:none}
.page-courses-index .hero-wrapper .hero-shape-outline-inner{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:160px;height:160px;border:2px solid #61ede733;border-radius:50%;pointer-events:none}
.page-courses-index .hero-content-box{position:relative;z-index:1;max-width:600px}
.page-courses-index .hero-content-box .hero-heading-v1{font-size:clamp(2.6rem,6vw,4.2rem);line-height:1.12;font-weight:800;color:#1a1a1a;margin-bottom:24px;letter-spacing:-.5px}
.page-courses-index .hero-content-box .hero-heading-v1 span{color:#FD9601}
.page-courses-index .hero-content-box .hero-desc-text{font-size:1.05rem;line-height:1.75;color:#3a3a3a;margin-bottom:36px;max-width:520px}
.page-courses-index .hero-content-box .hero-desc-text p{margin:0 0 0 1.4em;text-indent:-1.4em}
.page-courses-index .hero-metrics-row{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.page-courses-index .hero-metrics-row .metric-item-box{display:flex;flex-direction:column;gap:2px}
.page-courses-index .hero-metrics-row .metric-item-box .metric-number{font-size:1.7rem;font-weight:800;color:#FD9601;line-height:1}
.page-courses-index .hero-metrics-row .metric-item-box .metric-label{font-size:.78rem;color:#666;text-transform:uppercase;letter-spacing:.04em}
.page-courses-index .divider-thick-v1{border:none;height:4px;background:linear-gradient(90deg,#FD9601 0%,#61EDE7 50%,#C23329 100%);margin:0}
.page-courses-index .courses-section-wrapper{background:#fff;padding:72px 0 80px}
.page-courses-index .courses-section-wrapper .section-intro-box{max-width:560px;margin-bottom:52px}
.page-courses-index .courses-section-wrapper .section-heading-v1{font-size:1.65rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin-bottom:14px}
.page-courses-index .courses-section-wrapper .section-desc-v1{font-size:.97rem;line-height:1.78;color:#444;margin:0;padding-left:1.4em;text-indent:-1.4em}
.page-courses-index .courses-grid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.page-courses-index .courses-grid-v1 .course-card-box{border:1.5px solid #e8e8e8;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;background:#fafafa;transition:box-shadow .22s ease-in-out,border-color .22s ease-in-out}
.page-courses-index .courses-grid-v1 .course-card-box:hover{box-shadow:0 8px 32px #0000001a;border-color:#FD9601}
.page-courses-index .courses-grid-v1 .course-card-box .card-image-wrapper{position:relative;width:100%;height:180px;overflow:hidden}
.page-courses-index .courses-grid-v1 .course-card-box .card-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-bottom:1.5px solid #e8e8e8;transition:transform .3s ease-in-out}
.page-courses-index .courses-grid-v1 .course-card-box:hover .card-image-wrapper img{transform:scale(1.04)}
.page-courses-index .courses-grid-v1 .course-card-box .card-body-box{padding:22px 20px 20px;display:flex;flex-direction:column;flex:1;gap:10px}
.page-courses-index .courses-grid-v1 .course-card-box .card-tag-v1{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#C23329;border:1.5px solid #C23329;border-radius:50px;padding:3px 10px;width:fit-content}
.page-courses-index .courses-grid-v1 .course-card-box .card-heading-v1{font-size:1.02rem;font-weight:700;color:#1a1a1a;line-height:1.4;margin:0}
.page-courses-index .courses-grid-v1 .course-card-box .card-text-v1{font-size:.88rem;line-height:1.7;color:#555;margin:0;flex:1}
.page-courses-index .courses-grid-v1 .course-card-box .card-meta-row{display:flex;flex-direction:row;align-items:center;gap:14px;padding-top:10px;border-top:1px solid #ebebeb;font-size:.8rem;color:#888}
.page-courses-index .courses-grid-v1 .course-card-box .card-meta-row i{color:#FD9601;font-size:1rem;margin-right:3px}
.page-courses-index .courses-grid-v1 .course-card-box .card-link-v1{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:#1a1a1a;border:none;border-radius:50px;padding:8px 18px;text-decoration:none;margin-top:6px;width:fit-content;transition:background .22s ease-in-out}
.page-courses-index .courses-grid-v1 .course-card-box .card-link-v1:hover{background:#FD9601}
.page-courses-index .divider-spaced-v1{max-width:960px;margin:0 auto;padding:0 24px}
.page-courses-index .divider-spaced-v1 hr{border:none;height:2px;background:#ebebeb;margin:0}
.page-courses-index .feature-section-wrapper{background:#f5f5f5;padding:80px 0}
.page-courses-index .feature-section-wrapper .feature-heading-main{font-size:1.65rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin-bottom:48px;max-width:500px}
.page-courses-index .feature-row-box{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:64px}
.page-courses-index .feature-row-box:last-child{margin-bottom:0}
.page-courses-index .feature-row-box.row-reverse-v1{direction:ltr}
.page-courses-index .feature-row-box.row-reverse-v1 .feature-image-col{order:2}
.page-courses-index .feature-row-box.row-reverse-v1 .feature-text-col{order:1}
.page-courses-index .feature-image-col{position:relative}
.page-courses-index .feature-image-col .feature-img-v1{width:100%;height:300px;object-fit:cover;object-position:center;display:block;border:1.5px solid #ddd;border-radius:4px}
.page-courses-index .feature-image-col .img-accent-line{position:absolute;bottom:-10px;left:-10px;width:60%;height:4px;background:#61EDE7;pointer-events:none}
.page-courses-index .feature-image-col .img-accent-dot{position:absolute;top:-10px;right:-10px;width:40px;height:40px;border:3px solid #FD9601;border-radius:50%;pointer-events:none}
.page-courses-index .feature-text-col .feature-heading-v1{font-size:1.22rem;font-weight:700;color:#1a1a1a;line-height:1.4;margin-bottom:14px}
.page-courses-index .feature-text-col .feature-text-v1{font-size:.95rem;line-height:1.78;color:#444;margin-bottom:8px;padding-left:1.4em;text-indent:-1.4em}
.page-courses-index .feature-text-col .feature-text-accent{font-size:.95rem;line-height:1.78;color:#1a1a1a;font-weight:600;margin-bottom:8px}
.page-courses-index .feature-text-col .feature-quote-v1{font-size:.92rem;color:#555;line-height:1.7;border-left:3px solid #FD9601;padding:8px 14px;margin:16px 0 0;background:#fd96010d}
.page-courses-index .divider-pattern-v1{height:4px;background:repeating-linear-gradient(90deg,#C23329 0px,#C23329 20px,transparent 20px,transparent 30px);margin:0}
.page-courses-index .faq-section-wrapper{background:#fff;padding:80px 0}
.page-courses-index .faq-section-wrapper .faq-layout-grid{display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start}
.page-courses-index .faq-section-wrapper .faq-sidebar-box .faq-heading-v1{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin-bottom:16px}
.page-courses-index .faq-section-wrapper .faq-sidebar-box .faq-sidebar-text{font-size:.92rem;line-height:1.75;color:#555;margin-bottom:28px}
.page-courses-index .faq-section-wrapper .faq-sidebar-box .faq-contact-link{display:inline-flex;align-items:center;gap:7px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#C23329;border-radius:50px;padding:10px 22px;text-decoration:none;transition:background .22s ease-in-out}
.page-courses-index .faq-section-wrapper .faq-sidebar-box .faq-contact-link:hover{background:#a02820}
.page-courses-index .faq-accordion-box{display:flex;flex-direction:column;gap:0}
.page-courses-index .faq-accordion-box .faq-item-v1{border-bottom:1.5px solid #e8e8e8}
.page-courses-index .faq-accordion-box .faq-item-v1:first-child{border-top:1.5px solid #e8e8e8}
.page-courses-index .faq-accordion-box .faq-item-v1 .faq-question-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 4px;cursor:pointer;font-size:.98rem;font-weight:600;color:#1a1a1a;line-height:1.45;gap:12px;list-style:none;user-select:none}
.page-courses-index .faq-accordion-box .faq-item-v1 .faq-question-label::-webkit-details-marker{display:none}
.page-courses-index .faq-accordion-box .faq-item-v1 .faq-question-label .faq-icon-v1{font-size:1.1rem;color:#FD9601;flex-shrink:0;transition:transform .22s ease-in-out}
.page-courses-index .faq-accordion-box .faq-item-v1[open] .faq-question-label .faq-icon-v1{transform:rotate(45deg)}
.page-courses-index .faq-accordion-box .faq-item-v1 .faq-answer-box{padding:0 4px 18px;font-size:.92rem;line-height:1.78;color:#444}
.page-courses-index .cta-section-wrapper{background:linear-gradient(130deg,#1a1a1a 0%,#2d2a26 50%,#1a1a1a 100%);padding:80px 0;position:relative;overflow:hidden}
.page-courses-index .cta-section-wrapper .cta-bg-blob{position:absolute;width:400px;height:400px;border-radius:50%;background:#fd960114;filter:blur(60px);top:-100px;right:-100px;pointer-events:none}
.page-courses-index .cta-section-wrapper .cta-bg-blob-v2{position:absolute;width:300px;height:300px;border-radius:50%;background:#61ede712;filter:blur(50px);bottom:-80px;left:-80px;pointer-events:none}
.page-courses-index .cta-section-wrapper .cta-layout-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.page-courses-index .cta-section-wrapper .testimonial-col-box .testimonial-card-v1{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:32px 28px}
.page-courses-index .cta-section-wrapper .testimonial-col-box .testimonial-quote-mark{font-size:3rem;line-height:1;color:#FD9601;font-weight:900;margin-bottom:12px;display:block}
.page-courses-index .cta-section-wrapper .testimonial-col-box .testimonial-text-v1{font-size:.98rem;line-height:1.78;color:#ffffffd1;margin-bottom:24px}
.page-courses-index .cta-section-wrapper .testimonial-col-box .testimonial-author-row{display:flex;flex-direction:row;align-items:center;gap:14px}
.page-courses-index .cta-section-wrapper .testimonial-col-box .testimonial-author-row img{width:52px;height:52px;object-fit:cover;object-position:center top;border-radius:50%;border:2px solid #FD9601;display:block}
.page-courses-index .cta-section-wrapper .testimonial-col-box .testimonial-author-row .author-info-box .author-name-v1{font-size:.9rem;font-weight:700;color:#fff;margin:0;line-height:1.3}
.page-courses-index .cta-section-wrapper .testimonial-col-box .testimonial-author-row .author-info-box .author-role-v1{font-size:.78rem;color:#ffffff80;margin:0}
.page-courses-index .cta-content-col .cta-heading-v1{font-size:1.65rem;font-weight:800;color:#fff;line-height:1.3;margin-bottom:16px}
.page-courses-index .cta-content-col .cta-heading-v1 span{color:#61EDE7}
.page-courses-index .cta-content-col .cta-text-v1{font-size:.97rem;line-height:1.78;color:#ffffffb8;margin-bottom:32px}
.page-courses-index .cta-content-col .cta-buttons-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.page-courses-index .cta-content-col .cta-buttons-row .cta-button-primary{display:inline-flex;align-items:center;gap:8px;font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#1a1a1a;background:#FD9601;border-radius:50px;padding:13px 28px;text-decoration:none;border:none;transition:background .22s ease-in-out}
.page-courses-index .cta-content-col .cta-buttons-row .cta-button-primary:hover{background:#e08800}
.page-courses-index .cta-content-col .cta-buttons-row .cta-button-outline-v1{display:inline-flex;align-items:center;gap:8px;font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:transparent;border:1.5px solid #ffffff4d;border-radius:50px;padding:13px 28px;text-decoration:none;transition:border-color .22s ease-in-out,color .22s ease-in-out}
.page-courses-index .cta-content-col .cta-buttons-row .cta-button-outline-v1:hover{border-color:#61EDE7;color:#61EDE7}
.page-courses-index .cta-content-col .cta-rating-row{display:flex;flex-direction:row;align-items:center;gap:10px;margin-top:28px}
.page-courses-index .cta-content-col .cta-rating-row .rating-stars-v1{display:flex;flex-direction:row;gap:2px}
.page-courses-index .cta-content-col .cta-rating-row .rating-stars-v1 i{color:#FD9601;font-size:.95rem}
.page-courses-index .cta-content-col .cta-rating-row .rating-text-v1{font-size:.8rem;color:#ffffff80}
@media (max-width: 768px) {
.page-courses-index .courses-grid-v1{grid-template-columns:1fr}
.page-courses-index .feature-row-box{grid-template-columns:1fr;gap:32px}
.page-courses-index .feature-row-box.row-reverse-v1 .feature-image-col{order:0}
.page-courses-index .feature-row-box.row-reverse-v1 .feature-text-col{order:0}
.page-courses-index .faq-section-wrapper .faq-layout-grid{grid-template-columns:1fr;gap:36px}
.page-courses-index .cta-section-wrapper .cta-layout-grid{grid-template-columns:1fr;gap:40px}
.page-courses-index .hero-wrapper{min-height:auto;padding:60px 0}
.page-courses-index .hero-wrapper .hero-shape-outline,.page-courses-index .hero-wrapper .hero-shape-outline-inner{display:none}
}
@media (max-width: 540px) {
.page-courses-index .hero-metrics-row{gap:20px}
.page-courses-index .cta-buttons-row{flex-direction:column}
}
.contact-page-v2{max-width:100%;overflow-x:hidden}
.contact-page-v2 .section-box{max-width:960px;margin:0 auto;padding:0 16px}
.contact-page-v2 .hero-contact-wrapper{position:relative;background:#0a0a0a;min-height:420px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:72px 16px}
.contact-page-v2 .hero-contact-wrapper::before{content:"";position:absolute;top:-120px;right:-80px;width:480px;height:480px;border-radius:50%;background:linear-gradient(135deg,#FD9601 0%,#61EDE7 50%,#C23329 100%);opacity:.08;pointer-events:none}
.contact-page-v2 .hero-contact-wrapper::after{content:"";position:absolute;bottom:-160px;left:-100px;width:360px;height:360px;border-radius:50%;background:linear-gradient(45deg,#61EDE7 0%,#FD9601 100%);opacity:.06;pointer-events:none}
.contact-page-v2 .hero-inner-box{max-width:960px;margin:0 auto;width:100%;position:relative;z-index:1}
.contact-page-v2 .hero-overline{display:block;width:40px;height:2px;background:#FD9601;margin-bottom:20px}
.contact-page-v2 .hero-heading-v1{font-size:3.8rem;line-height:1.1;color:#fff;margin:0 0 24px;font-weight:800;letter-spacing:-1px;max-width:640px}
.contact-page-v2 .hero-heading-v1 span{color:#FD9601}
.contact-page-v2 .hero-declaration-text{color:#ffffffa6;font-size:1.05rem;line-height:1.75;max-width:520px;margin:0 0 40px;text-indent:0}
.contact-page-v2 .hero-contact-strip{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.contact-page-v2 .contact-detail-item{display:flex;flex-direction:row;align-items:center;gap:10px}
.contact-page-v2 .contact-detail-item i{font-size:1.2rem;color:#61EDE7;flex-shrink:0}
.contact-page-v2 .contact-detail-item a,.contact-page-v2 .contact-detail-item span{color:#fffc;font-size:.9rem;text-decoration:none;line-height:1.4}
.contact-page-v2 .contact-detail-item a:hover{color:#FD9601}
.contact-page-v2 .geo-tag-box{display:inline-flex;flex-direction:row;align-items:center;gap:8px;border:1px solid #fd96014d;border-radius:50px;padding:6px 16px;margin-bottom:28px}
.contact-page-v2 .geo-tag-box i{font-size:.85rem;color:#FD9601}
.contact-page-v2 .geo-tag-box span{color:#fff9;font-size:.78rem;text-transform:uppercase;letter-spacing:1px}
.contact-page-v2 .form-section-wrapper{background:#f7f7f5;padding:80px 16px;position:relative;overflow:hidden}
.contact-page-v2 .form-section-wrapper::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FD9601 0%,#61EDE7 50%,#C23329 100%)}
.contact-page-v2 .form-grid-layout{display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start}
.contact-page-v2 .form-sidebar-data{display:flex;flex-direction:column;gap:0}
.contact-page-v2 .sidebar-overline{display:block;width:32px;height:2px;background:#C23329;margin-bottom:16px}
.contact-page-v2 .sidebar-heading-v1{font-size:1.35rem;font-weight:700;color:#111;margin:0 0 16px;line-height:1.35}
.contact-page-v2 .sidebar-body-text{font-size:.92rem;color:#555;line-height:1.75;text-indent:1.2em;margin:0}
.contact-page-v2 .sidebar-body-text + .sidebar-body-text{margin-top:0}
.contact-page-v2 .sidebar-accent-quote{margin:28px 0;padding:0}
.contact-page-v2 .sidebar-accent-quote p{font-size:1rem;color:#111;font-style:italic;line-height:1.65;margin:0;position:relative;padding-left:0}
.contact-page-v2 .sidebar-accent-quote p::before{content:'"';color:#FD9601;font-size:2.2rem;line-height:0;vertical-align:-.5rem;margin-right:4px;font-style:normal}
.contact-page-v2 .sidebar-accent-quote p::after{content:'"';color:#FD9601;font-size:2.2rem;line-height:0;vertical-align:-.5rem;margin-left:4px;font-style:normal}
.contact-page-v2 .sidebar-response-info{display:flex;flex-direction:column;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #e0e0e0}
.contact-page-v2 .response-row-item{display:flex;flex-direction:row;align-items:center;gap:10px}
.contact-page-v2 .response-row-item i{font-size:1rem;color:#FD9601;width:20px;flex-shrink:0}
.contact-page-v2 .response-row-item span{font-size:.85rem;color:#444;line-height:1.5}
.contact-page-v2 .form-main-handler{background:#fff;border:1px solid #e8e8e8;padding:40px;position:relative}
.contact-page-v2 .form-main-handler::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FD9601 0%,#61EDE7 100%)}
.contact-page-v2 .form-section-heading-v1{font-size:1.05rem;font-weight:700;color:#111;margin:0 0 24px;text-transform:uppercase;letter-spacing:1.5px}
.contact-page-v2 .field-row-box{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.contact-page-v2 .field-single-box{margin-bottom:16px}
.contact-page-v2 .field-label-v1{display:block;font-size:.8rem;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px}
.contact-page-v2 .field-label-v1 .required-mark{color:#C23329;margin-left:2px}
.contact-page-v2 .input-control-v1{width:100%;padding:11px 14px;border:1px solid #d0d0d0;background:#fafafa;color:#111;font-size:.92rem;border-radius:4px;outline:none;transition:border-color .2s ease-in-out,background .2s ease-in-out;box-sizing:border-box}
.contact-page-v2 .input-control-v1::placeholder{font-size:.82rem;color:#aaa}
.contact-page-v2 .input-control-v1:focus{border-color:#FD9601;background:#fff}
.contact-page-v2 .select-control-v1{width:100%;padding:11px 14px;border:1px solid #d0d0d0;background:#fafafa;color:#111;font-size:.92rem;border-radius:4px;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .2s ease-in-out;box-sizing:border-box}
.contact-page-v2 .select-control-v1:focus{border-color:#FD9601;background-color:#fff}
.contact-page-v2 .radio-group-box{display:flex;flex-direction:row;gap:0;flex-wrap:wrap;border:1px solid #d0d0d0;border-radius:4px;overflow:hidden}
.contact-page-v2 .radio-option-label{flex:1;min-width:120px;display:flex;flex-direction:row;align-items:center;gap:8px;padding:11px 14px;cursor:pointer;font-size:.88rem;color:#444;background:#fafafa;border-right:1px solid #e0e0e0;transition:background .2s ease-in-out,color .2s ease-in-out;position:relative}
.contact-page-v2 .radio-option-label:last-child{border-right:none}
.contact-page-v2 .radio-option-label:hover{background:#fff3e0;color:#111}
.contact-page-v2 .radio-option-label input[type="radio"]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.contact-page-v2 .radio-visual-dot{width:14px;height:14px;border-radius:50%;border:2px solid #bbb;flex-shrink:0;background:#fff;transition:border-color .2s ease-in-out,background .2s ease-in-out;display:flex;align-items:center;justify-content:center}
.contact-page-v2 .radio-option-label input[type="radio"]:checked ~ .radio-visual-dot{border-color:#FD9601;background:#FD9601;box-shadow:inset 0 0 0 3px #fff}
.contact-page-v2 .radio-option-label input[type="radio"]:checked ~ .radio-text-v1{color:#111;font-weight:600}
.contact-page-v2 .radio-option-label input[type="radio"]:focus ~ .radio-visual-dot{outline:2px solid #FD9601;outline-offset:2px}
.contact-page-v2 .privacy-check-box{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin:24px 0 20px;padding:16px;background:#f7f7f5;border:1px solid #e8e8e8;border-radius:4px}
.contact-page-v2 .privacy-check-box input[type="checkbox"]{flex-shrink:0;width:18px;height:18px;margin-top:2px;accent-color:#FD9601;cursor:pointer}
.contact-page-v2 .privacy-check-box input[type="checkbox"]:focus{outline:2px solid #FD9601;outline-offset:2px}
.contact-page-v2 .privacy-text-v1{font-size:.82rem;color:#555;line-height:1.65}
.contact-page-v2 .privacy-text-v1 a{color:#FD9601;text-decoration:underline}
.contact-page-v2 .privacy-text-v1 a:hover{color:#C23329}
.contact-page-v2 .submit-button-v1{display:inline-flex;flex-direction:row;align-items:center;gap:10px;padding:14px 36px;background:#FD9601;color:#fff;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;border:none;border-radius:50px;cursor:pointer;transition:background .25s ease-in-out,color .25s ease-in-out}
.contact-page-v2 .submit-button-v1:hover{background:#C23329;box-shadow:0 6px 20px #c2332940}
.contact-page-v2 .submit-button-v1:active{box-shadow:inset 0 2px 6px #0003}
.contact-page-v2 .submit-button-v1:focus{outline:2px solid #FD9601;outline-offset:3px}
.contact-page-v2 .submit-button-v1 i{font-size:1rem}
.contact-page-v2 .divider-wave-box{line-height:0;background:#0a0a0a;overflow:hidden}
.contact-page-v2 .divider-wave-box svg{display:block;width:100%}
@media (max-width: 768px) {
.contact-page-v2 .hero-heading-v1{font-size:2.4rem}
.contact-page-v2 .form-grid-layout{grid-template-columns:1fr;gap:40px}
.contact-page-v2 .field-row-box{grid-template-columns:1fr}
.contact-page-v2 .form-main-handler{padding:28px 20px}
.contact-page-v2 .hero-contact-strip{flex-direction:column;gap:16px}
.contact-page-v2 .radio-group-box{flex-direction:column}
.contact-page-v2 .radio-option-label{border-right:none;border-bottom:1px solid #e0e0e0}
.contact-page-v2 .radio-option-label:last-child{border-bottom:none}
}
.page-about{overflow-x:hidden;max-width:100%}
.page-about *,.page-about ::before,.page-about ::after{box-sizing:border-box}
::selection{background:#fd96012e}
.page-about .hero-wrapper{position:relative;min-height:82vh;display:flex;flex-direction:row;align-items:stretch;overflow:hidden;background:#f9f9f7}
.page-about .hero-wrapper::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#FD9601 0%,#f7f5f0 38%,#61EDE7 72%,#C23329 100%);background-size:300% 300%;animation:gradient-shift 9s ease-in-out infinite;opacity:.13;z-index:0}
@keyframes gradient-shift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.page-about .hero-content-box{position:relative;z-index:2;flex:1 1 55%;display:flex;flex-direction:column;justify-content:center;padding:80px 48px 80px 64px;max-width:960px;margin:0 auto}
.page-about .hero-sidebar-image-box{flex:0 0 40%;position:relative;overflow:hidden;min-height:400px}
.page-about .hero-sidebar-image-box img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;border-left:3px solid #FD9601}
.page-about .hero-sidebar-image-box::after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#f9f9f7 0%,transparent 28%,transparent 70%,#c233292e 100%),linear-gradient(to top,#00000052 0%,transparent 40%);pointer-events:none}
.page-about .hero-overline{display:block;width:36px;height:3px;background:#FD9601;margin-bottom:18px}
.page-about .hero-heading{font-size:clamp(2.6rem,6vw,4.8rem);line-height:1.08;font-weight:800;letter-spacing:-.01em;color:#181818;margin:0 0 28px}
.page-about .hero-heading span{color:#C23329}
.page-about .hero-desc{font-size:1.07rem;line-height:1.78;color:#3a3a3a;max-width:520px;margin:0;text-indent:1.5em}
.page-about .hero-desc + .hero-desc{margin-top:0;text-indent:1.5em}
.page-about .hero-shape-v1{position:absolute;top:-60px;right:38%;width:180px;height:180px;border-radius:50%;border:28px solid #61ede729;z-index:1;pointer-events:none;animation:float-shape 7s ease-in-out infinite}
.page-about .hero-shape-v2{position:absolute;bottom:30px;left:30px;width:80px;height:80px;border:16px solid #fd96012e;transform:rotate(28deg);z-index:1;pointer-events:none;animation:float-shape 10s ease-in-out infinite reverse}
@keyframes float-shape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-18px) rotate(8deg)}
}
.page-about .strip-divider-v1{height:6px;background:linear-gradient(90deg,#FD9601 0%,#61EDE7 50%,#C23329 100%);width:100%}
.page-about .team-section{background:#fff;padding:80px 0 64px}
.page-about .team-section-inner{max-width:960px;margin:0 auto;padding:0 32px}
.page-about .team-overline{display:block;width:36px;height:3px;background:#61EDE7;margin-bottom:14px}
.page-about .team-heading{font-size:1.55rem;font-weight:700;color:#181818;margin:0 0 10px;line-height:1.25}
.page-about .team-subtext{font-size:.97rem;color:#555;line-height:1.7;max-width:540px;margin:0 0 48px;text-indent:1.5em}
.page-about .team-layout-box{display:grid;grid-template-columns:1fr 1fr;gap:0 48px;align-items:start}
.page-about .team-portrait-box{position:relative;align-self:start;margin-top:16px}
.page-about .team-portrait-box img{width:100%;height:320px;object-fit:cover;object-position:center 12%;display:block;border:2px solid #61EDE7;border-radius:4px}
.page-about .team-portrait-label{position:absolute;bottom:0;left:0;right:0;background:#181818d1;color:#fff;padding:12px 18px;font-size:.88rem;line-height:1.4}
.page-about .team-portrait-label strong{display:block;font-size:1rem;color:#61EDE7}
.page-about .team-stats-column{display:flex;flex-direction:column;gap:0}
.page-about .stat-item-v2{border-left:3px solid #FD9601;padding:18px 0 18px 20px;margin-bottom:20px}
.page-about .stat-item-v2:nth-child(2){border-left-color:#61EDE7}
.page-about .stat-item-v2:nth-child(3){border-left-color:#C23329}
.page-about .stat-number{font-size:2.2rem;font-weight:800;color:#181818;line-height:1;display:block}
.page-about .stat-label{font-size:.9rem;color:#555;margin-top:4px;display:block}
.page-about .team-body-text{font-size:1rem;line-height:1.78;color:#333;text-indent:1.5em;margin:0}
.page-about .team-body-accent{font-size:1rem;line-height:1.78;color:#333;font-style:italic;border-left:3px solid #FD9601;padding-left:16px;margin:18px 0 0}
.page-about .strip-divider-v2{height:3px;background:#f0ede8;width:100%}
.page-about .approach-section{background:#f5f4f0;padding:72px 0 80px}
.page-about .approach-inner{max-width:960px;margin:0 auto;padding:0 32px}
.page-about .approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 48px;margin-top:48px}
.page-about .approach-image-wide{grid-column:1 / -1;position:relative;overflow:hidden;border:1px solid #00000017;border-radius:4px}
.page-about .approach-image-wide img{width:100%;height:280px;object-fit:cover;object-position:center 30%;display:block}
.page-about .approach-image-wide::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,#18181847 100%);pointer-events:none}
.page-about .approach-card-box{background:#fff;border:1px solid #e8e5df;border-top:3px solid #FD9601;padding:28px 24px;border-radius:4px;display:flex;flex-direction:column;gap:10px}
.page-about .approach-card-box:nth-child(3){border-top-color:#61EDE7}
.page-about .approach-card-box:nth-child(4){border-top-color:#C23329}
.page-about .approach-card-icon{font-size:1.5rem;color:#FD9601}
.page-about .approach-card-box:nth-child(3) .approach-card-icon{color:#2abfba}
.page-about .approach-card-box:nth-child(4) .approach-card-icon{color:#C23329}
.page-about .approach-card-title{font-size:1rem;font-weight:700;color:#181818;margin:0}
.page-about .approach-card-text{font-size:.93rem;color:#444;line-height:1.72;margin:0}
.page-about .approach-overline{display:block;width:36px;height:3px;background:#C23329;margin-bottom:14px}
.page-about .approach-heading{font-size:1.55rem;font-weight:700;color:#181818;margin:0 0 10px;line-height:1.25}
.page-about .approach-subtext{font-size:.97rem;color:#555;line-height:1.7;max-width:560px;margin:0;text-indent:1.5em}
.page-about .comparison-wrapper-box{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #e0ddd8;border-radius:6px;overflow:hidden}
.page-about .comparison-col{padding:32px 28px}
.page-about .comparison-col-a{background:#fff;border-right:2px solid #FD9601}
.page-about .comparison-col-b{background:#181818;color:#f0f0ee}
.page-about .comparison-label{font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#FD9601;margin-bottom:14px;display:block}
.page-about .comparison-col-b .comparison-label{color:#61EDE7}
.page-about .comparison-title{font-size:1.08rem;font-weight:700;color:#181818;margin:0 0 16px}
.page-about .comparison-col-b .comparison-title{color:#fff}
.page-about .comparison-list{list-style:none;padding:0;margin:0}
.page-about .comparison-list li{padding:8px 0;font-size:.93rem;line-height:1.6;border-bottom:1px solid #0000000f;display:flex;flex-direction:row;align-items:flex-start;gap:10px;color:#333}
.page-about .comparison-col-b .comparison-list li{border-bottom-color:#ffffff1a;color:#e0e0dc}
.page-about .comparison-list li .ri-close-circle-line{color:#C23329;flex-shrink:0;margin-top:2px}
.page-about .comparison-list li .ri-checkbox-circle-line{color:#61EDE7;flex-shrink:0;margin-top:2px}
.page-about .comparison-list li .ri-checkbox-circle-fill{color:#FD9601;flex-shrink:0;margin-top:2px}
.page-about .contact-section{background:#fff;padding:80px 0}
.page-about .contact-inner{max-width:960px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}
.page-about .contact-info-col{display:flex;flex-direction:column;gap:24px}
.page-about .contact-overline{display:block;width:36px;height:3px;background:#FD9601;margin-bottom:14px}
.page-about .contact-heading{font-size:1.55rem;font-weight:700;color:#181818;margin:0 0 10px;line-height:1.25}
.page-about .contact-body-text{font-size:.97rem;color:#444;line-height:1.78;text-indent:1.5em;margin:0}
.page-about .contact-detail-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.page-about .contact-detail-list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:.93rem;color:#333;line-height:1.6}
.page-about .contact-detail-list li i{color:#FD9601;font-size:1.1rem;flex-shrink:0;margin-top:2px}
.page-about .contact-image-box{position:relative;overflow:hidden;border-radius:4px;border:1px solid #0000001a}
.page-about .contact-image-box img{width:100%;height:220px;object-fit:cover;object-position:center;display:block}
.page-about .form-box-v1{background:#f9f8f5;border:1px solid #e5e2db;border-radius:6px;padding:36px 32px;display:flex;flex-direction:column;gap:18px}
.page-about .form-box-v1 .form-title{font-size:1.12rem;font-weight:700;color:#181818;margin:0 0 4px}
.page-about .form-box-v1 .form-subtitle{font-size:.88rem;color:#666;margin:0;line-height:1.6}
.page-about .form-field-wrapper{display:flex;flex-direction:column;gap:6px}
.page-about .form-field-wrapper label{font-size:.84rem;font-weight:600;color:#333;letter-spacing:.03em;text-transform:uppercase}
.page-about .form-field-wrapper input,.page-about .form-field-wrapper select,.page-about .form-field-wrapper textarea{border:1.5px solid #ddd;border-radius:50px;padding:10px 18px;font-size:.95rem;color:#222;background:#fff;width:100%;transition:border-color .22s ease-in-out,box-shadow .22s ease-in-out;outline:none}
.page-about .form-field-wrapper select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
.page-about .form-field-wrapper textarea{border-radius:12px;resize:vertical;min-height:90px}
.page-about .form-field-wrapper input::placeholder,.page-about .form-field-wrapper textarea::placeholder{font-size:.88rem;color:#aaa}
.page-about .form-field-wrapper input:focus,.page-about .form-field-wrapper select:focus,.page-about .form-field-wrapper textarea:focus{border-color:#FD9601;box-shadow:0 0 0 3px #fd96011f}
.page-about .form-options-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.page-about .form-checkbox-wrapper{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:.84rem;color:#444;line-height:1.55}
.page-about .form-checkbox-wrapper input[type="checkbox"]{width:16px;height:16px;min-width:16px;border-radius:4px;border:1.5px solid #bbb;accent-color:#FD9601;margin-top:2px;cursor:pointer}
.page-about .form-checkbox-wrapper a{color:#FD9601;text-decoration:underline}
.page-about .submit-button-v1{background:#FD9601;color:#fff;border:none;border-radius:50px;padding:13px 36px;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;align-self:flex-start;transition:background .22s ease-in-out,box-shadow .22s ease-in-out;display:flex;flex-direction:row;align-items:center;gap:8px}
.page-about .submit-button-v1:hover{background:#C23329;box-shadow:0 4px 18px #c233292e}
.page-about .submit-button-v1:active{box-shadow:inset 0 2px 8px #0000002e}
.page-about .trust-badges-row{display:flex;flex-direction:row;align-items:center;gap:18px;margin-top:8px;flex-wrap:wrap}
.page-about .trust-badge-item{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:.8rem;color:#888;background:#f0ede8;border-radius:50px;padding:5px 14px}
.page-about .trust-badge-item i{color:#FD9601;font-size:.95rem}
.page-about .approach-images-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px;grid-column:1 / -1}
.page-about .approach-images-pair img{width:100%;height:200px;object-fit:cover;object-position:center;display:block;border:1px solid #00000017;border-radius:4px}
@media (max-width: 768px) {
.page-about .hero-wrapper{flex-direction:column;min-height:auto}
.page-about .hero-content-box{padding:48px 24px 40px}
.page-about .hero-sidebar-image-box{flex:none;min-height:260px}
.page-about .team-layout-box{grid-template-columns:1fr}
.page-about .approach-grid{grid-template-columns:1fr}
.page-about .approach-image-wide{grid-column:auto}
.page-about .approach-images-pair{grid-template-columns:1fr;grid-column:auto}
.page-about .comparison-wrapper-box{grid-template-columns:1fr}
.page-about .comparison-col-a{border-right:none;border-bottom:2px solid #FD9601}
.page-about .contact-inner{grid-template-columns:1fr;gap:40px}
.page-about .form-options-row{grid-template-columns:1fr}
.page-about .hero-shape-v1,.page-about .hero-shape-v2{display:none}
}
.page-success-wrapper{overflow:hidden;position:relative}
.page-success-wrapper *,.page-success-wrapper ::before,.page-success-wrapper ::after{box-sizing:border-box}
.page-success-wrapper ::selection{background:#fd96012e;color:inherit}
.success-hero-box{position:relative;min-height:72vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px 120px;background:#fff;overflow:hidden}
.success-hero-box::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#fd96010f 0%,#61ede717 55%,#c233290a 100%);pointer-events:none}
.success-curve-line{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}
.success-curve-line svg{position:absolute;top:0;left:0;width:100%;height:100%}
.success-check-visual{position:relative;width:96px;height:96px;margin:0 auto 40px}
.success-check-visual .check-ring-outer{position:absolute;inset:0;border-radius:50%;border:3px solid #FD9601;animation:ring-grow .6s ease-in-out forwards}
.success-check-visual .check-ring-inner{position:absolute;inset:10px;border-radius:50%;background:linear-gradient(145deg,#61ede738,#fd960124);border:2px solid #61ede78c}
.success-check-visual .check-icon-box{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
.success-check-visual .check-icon-box i{font-size:2.4rem;color:#FD9601}
@keyframes ring-grow {
from{transform:scale(0.6);opacity:0}
to{transform:scale(1);opacity:1}
}
.success-hero-content-box{position:relative;text-align:center;max-width:640px;margin:0 auto;z-index:1}
.success-overline{display:block;width:42px;height:3px;background:#FD9601;margin:0 auto 18px;border-radius:2px}
.success-hero-content-box .success-main-heading{font-size:clamp(2.6rem,6vw,4.4rem);line-height:1.12;font-weight:800;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.01em}
.success-hero-content-box .success-main-heading span{color:#FD9601}
.success-hero-content-box .success-lead-text{font-size:1.08rem;line-height:1.78;color:#444;margin:0 0 36px;text-indent:1.4em}
.success-hero-content-box .success-lead-accent{font-size:1rem;line-height:1.7;color:#666;border-left:3px solid #61EDE7;padding-left:16px;text-align:left;margin:0 auto 36px;max-width:480px}
.success-hero-content-box .success-lead-accent::before{content:"\201C";color:#FD9601;font-size:1.3rem;font-weight:700;margin-right:4px}
.success-hero-content-box .success-lead-accent::after{content:"\201D";color:#FD9601;font-size:1.3rem;font-weight:700;margin-left:4px}
.success-actions-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:8px}
.success-btn-primary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:14px 32px;background:#FD9601;color:#fff;border-radius:9999px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;border:2px solid #FD9601;cursor:pointer;transition:background .28s ease-in-out,color .28s ease-in-out,box-shadow .22s ease-in-out}
.success-btn-primary:hover{background:#e08800;border-color:#e08800;box-shadow:0 6px 24px #fd960147}
.success-btn-primary:active{box-shadow:inset 0 3px 8px #0000002e}
.success-btn-secondary{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:14px 32px;background:transparent;color:#1a1a1a;border-radius:9999px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;border:2px solid #1a1a1a;cursor:pointer;transition:background .28s ease-in-out,color .28s ease-in-out,box-shadow .22s ease-in-out}
.success-btn-secondary:hover{background:#1a1a1a;color:#fff;box-shadow:0 6px 20px #00000024}
.success-btn-secondary:active{box-shadow:inset 0 3px 8px #00000038}
.success-hero-box .hero-step-tags{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;margin-top:40px;flex-wrap:wrap}
.success-hero-box .hero-step-tags .step-tag-item{display:inline-flex;flex-direction:row;align-items:center;gap:6px;padding:6px 16px;border-radius:9999px;border:1.5px solid #61ede799;background:#61ede712;font-size:.78rem;color:#2a6b68;font-weight:600}
.success-hero-box .hero-step-tags .step-tag-item i{font-size:.9rem;color:#61EDE7;filter:brightness(0.72)}
.section-divider-stepped{height:48px;background:#f5f5f5;clip-path:polygon(0 0,100% 0,100% 45%,75% 100%,50% 45%,25% 100%,0 45%);margin:0}
.success-next-steps-box{background:#f5f5f5;padding:72px 24px 80px;position:relative}
.success-next-steps-box .steps-inner-box{max-width:960px;margin:0 auto}
.success-next-steps-box .steps-header-box{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:52px}
.success-next-steps-box .steps-overline-line{width:36px;height:3px;background:#C23329;border-radius:2px;margin-bottom:14px}
.success-next-steps-box .steps-heading-v1{font-size:1.7rem;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.3}
.success-next-steps-box .steps-subtext{font-size:.97rem;line-height:1.75;color:#555;max-width:520px;text-indent:1.4em}
.steps-bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:20px}
.steps-bento-grid .bento-cell-box{background:#fff;border-radius:12px;padding:28px 24px 24px;position:relative;display:flex;flex-direction:column;gap:12px;transition:box-shadow .24s ease-in-out;border:1.5px solid transparent}
.steps-bento-grid .bento-cell-box:hover{box-shadow:0 8px 28px #00000017;border-color:#fd960133}
.steps-bento-grid .bento-cell-box.cell-wide{grid-column:span 2}
.steps-bento-grid .bento-cell-box.cell-tall{grid-row:span 2}
.steps-bento-grid .bento-cell-box.cell-accent-orange{background:linear-gradient(135deg,#FD9601 0%,#ffb845 100%);color:#fff}
.steps-bento-grid .bento-cell-box.cell-accent-teal{background:linear-gradient(135deg,#61EDE7 0%,#61ede78c 100%)}
.steps-bento-grid .bento-cell-box.cell-accent-red{border:2px solid #c233294d}
.bento-cell-box .cell-icon-box{width:44px;height:44px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fd96011a;flex-shrink:0}
.bento-cell-box .cell-icon-box i{font-size:1.4rem;color:#FD9601}
.bento-cell-box.cell-accent-orange .cell-icon-box{background:#ffffff38}
.bento-cell-box.cell-accent-orange .cell-icon-box i{color:#fff}
.bento-cell-box.cell-accent-teal .cell-icon-box{background:#ffffff73}
.bento-cell-box.cell-accent-teal .cell-icon-box i{color:#1a9490}
.bento-cell-box.cell-accent-red .cell-icon-box{background:#c2332914}
.bento-cell-box.cell-accent-red .cell-icon-box i{color:#C23329}
.bento-cell-box .cell-label-text{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#aaa;margin:0}
.bento-cell-box.cell-accent-orange .cell-label-text{color:#ffffffbf}
.bento-cell-box .cell-heading-text{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.35}
.bento-cell-box.cell-accent-orange .cell-heading-text{color:#fff;font-size:1.15rem}
.bento-cell-box.cell-accent-teal .cell-heading-text{color:#1a4d4b}
.bento-cell-box .cell-body-text{font-size:.88rem;line-height:1.72;color:#555;margin:0}
.bento-cell-box.cell-accent-orange .cell-body-text{color:#ffffffe0}
.bento-cell-box.cell-accent-teal .cell-body-text{color:#2a5f5d}
.bento-cell-box .cell-link-text{display:inline-flex;flex-direction:row;align-items:center;gap:6px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#FD9601;text-decoration:none;margin-top:auto;padding-top:4px;transition:gap .2s ease-in-out,color .2s ease-in-out;width:fit-content}
.bento-cell-box .cell-link-text:hover{gap:10px;color:#e08800}
.bento-cell-box.cell-accent-orange .cell-link-text{color:#fff}
.bento-cell-box.cell-accent-orange .cell-link-text:hover{color:#ffffffd1}
.bento-cell-box.cell-accent-teal .cell-link-text{color:#1a9490}
.bento-cell-box .cell-number-big{font-size:3rem;font-weight:800;line-height:1;color:#FD9601;margin:0}
.bento-cell-box.cell-accent-orange .cell-number-big{color:#ffffff59;font-size:4.5rem;position:absolute;bottom:16px;right:20px;margin:0}
.bento-cell-box .cell-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.bento-cell-box .cell-contact-list li{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:.86rem;color:#444;line-height:1.4}
.bento-cell-box .cell-contact-list li i{font-size:1rem;color:#C23329;flex-shrink:0}
.bento-cell-box .cell-contact-list li a{color:#444;text-decoration:underline;text-decoration-color:#c233294d;transition:color .2s ease-in-out}
.bento-cell-box .cell-contact-list li a:hover{color:#C23329}
.progress-dot-trail{display:flex;flex-direction:row;align-items:center;gap:0;margin:6px 0 4px}
.progress-dot-trail .dot-item{width:10px;height:10px;border-radius:50%;background:#ddd;flex-shrink:0;transition:background .2s ease-in-out}
.progress-dot-trail .dot-item.dot-active{background:#FD9601;box-shadow:0 0 0 3px #fd96012e}
.progress-dot-trail .dot-connector{flex:1;height:2px;background:#e0e0e0;min-width:12px}
.progress-dot-trail .dot-connector.connector-active{background:linear-gradient(90deg,#FD9601,#61EDE7)}
.success-footer-divider{height:6px;background:linear-gradient(90deg,#FD9601 0%,#61EDE7 50%,#C23329 100%);margin:0}
@media (max-width: 860px) {
.steps-bento-grid{grid-template-columns:repeat(2,1fr)}
.steps-bento-grid .bento-cell-box.cell-wide{grid-column:span 2}
.steps-bento-grid .bento-cell-box.cell-tall{grid-row:span 1}
}
@media (max-width: 560px) {
.steps-bento-grid{grid-template-columns:1fr}
.steps-bento-grid .bento-cell-box.cell-wide{grid-column:span 1}
.success-hero-box{padding:60px 20px 100px}
.success-actions-row{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{justify-content:center}
}