*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:0}
body{font-family:'Roboto Slab',serif;line-height:1.6;color:#1a1a1a;background:#FFFDFE;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
button{font-family:inherit;cursor:pointer;border:none;background:none}
header{background:#FFFDFE;border-bottom:1px solid #e5e5e5}
.top-strip{background:linear-gradient(135deg,#136621 0%,#FFFDFE 100%);padding:10px 0;border-bottom:1px solid #e5e5e5}
.top-strip-inner{max-width:960px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}
.location-info,.contact-quick{display:flex;align-items:center;gap:8px;font-size:14px;color:#2a2a2a}
.location-info .typcn,.contact-quick .typcn{font-size:18px;color:#136621}
.main-header-row{padding:20px 0}
.header-content-wrap{max-width:960px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.logo-zone{flex-shrink:0}
.logo-link{display:block}
.site-logo{height:95px;width:95px;background:#fffdfecc;padding:8px;border-radius:8px;box-shadow:0 4px 12px #13662126}
.primary-nav{display:flex;gap:30px;align-items:center;flex-wrap:wrap}
.primary-nav .nav-item{font-size:16px;font-weight:400;color:#2a2a2a;padding:8px 0;position:relative;transition:color .2s ease}
.primary-nav .nav-item:hover{color:#136621}
.primary-nav .nav-item::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#136621;transition:width .3s ease}
.primary-nav .nav-item:hover::after{width:100%}
footer{background:linear-gradient(135deg,#FFFDFE 0%,#f5f5f5 100%);margin-top:80px}
.footer-main-zone{padding:60px 20px 40px;border-top:1px solid #e5e5e5}
.footer-container{max-width:960px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}
.footer-heading{font-size:20px;font-weight:700;color:#136621;margin-bottom:20px}
.footer-description{font-size:15px;line-height:1.7;color:#4a4a4a}
.footer-links-group{display:flex;flex-direction:column;gap:12px}
.footer-link{font-size:15px;color:#4a4a4a;transition:color .2s ease;display:inline-block}
.footer-link:hover{color:#136621}
.contact-details{display:flex;flex-direction:column;gap:12px}
.contact-line{font-size:15px;color:#4a4a4a;display:flex;align-items:center;gap:10px}
.contact-line .typcn{font-size:20px;color:#136621}
.footer-bottom-strip{background:#f0f0f0;padding:20px;border-top:1px solid #e5e5e5}
.footer-bottom-strip .footer-container{display:block;text-align:center}
.copyright-text{font-size:14px;color:#6a6a6a}
.consent-overlay{position:fixed;bottom:20px;left:20px;z-index:9999;max-width:420px;animation:slideInUp .4s ease-out}
.consent-overlay.is-hidden{animation:slideOutDown .3s ease-in forwards}
.consent-card{background:#FFFDFE;border:1px solid #e5e5e5;border-radius:10px;padding:25px;box-shadow:0 8px 24px #1366211f}
.consent-title{font-size:20px;font-weight:700;color:#136621;margin-bottom:12px}
.consent-text{font-size:14px;color:#4a4a4a;line-height:1.5;margin-bottom:20px}
.consent-options{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}
.consent-option-card{background:linear-gradient(135deg,#f9f9f9 0%,#FFFDFE 100%);border:1px solid #e5e5e5;border-radius:8px;padding:15px;display:flex;justify-content:space-between;align-items:center;gap:15px}
.option-header{display:flex;align-items:center;gap:8px;margin-bottom:5px}
.option-header .typcn{font-size:20px;color:#136621}
.option-header strong{font-size:15px;color:#2a2a2a}
.option-desc{font-size:13px;color:#6a6a6a;line-height:1.4}
.consent-switch{position:relative;display:inline-block;width:50px;height:26px;flex-shrink:0}
.consent-check{opacity:0;width:0;height:0}
.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;transition:.3s;border-radius:26px}
.switch-slider::before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background:#fff;transition:.3s;border-radius:50%}
.consent-check:checked + .switch-slider{background:#136621}
.consent-check:checked + .switch-slider::before{transform:translateX(24px)}
.consent-check:disabled + .switch-slider{opacity:.6;cursor:not-allowed}
.consent-actions{display:flex;gap:12px;justify-content:flex-end}
.btn-consent{padding:10px 24px;font-size:15px;font-weight:700;border-radius:7px;transition:all .2s ease}
.btn-consent.outlined{border:2px solid #136621;color:#136621;background:transparent}
.btn-consent.outlined:hover{background:#136621;color:#FFFDFE}
@keyframes slideInUp {
from{transform:translateY(100px);opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes slideOutDown {
from{transform:translateY(0);opacity:1}
to{transform:translateY(100px);opacity:0}
}
@media (max-width: 768px) {
.header-content-wrap{flex-direction:column;gap:20px}
.primary-nav{justify-content:center;gap:20px}
.footer-container{grid-template-columns:1fr;gap:40px}
.top-strip-inner{flex-direction:column;gap:10px}
.consent-overlay{left:10px;right:10px;bottom:10px;max-width:calc(100% - 20px)}
.consent-option-card{flex-direction:column;align-items:flex-start}
}
@media (max-width: 480px) {
.primary-nav{flex-direction:column;gap:15px}
.consent-actions{flex-direction:column}
.btn-consent{width:100%}
}
.terms-body{max-width:960px;margin:0 auto;padding:60px 20px;background:#FFFDFE}
.terms-body h1{font-size:42px;line-height:1.2;color:#136621;margin:0 0 40px;font-weight:700;letter-spacing:-.5px}
.terms-body h2{font-size:32px;line-height:1.3;color:#1a1a1a;margin:60px 0 24px;font-weight:600;border-bottom:1px solid #e8e8e8;padding-bottom:12px}
.terms-body h3{font-size:24px;line-height:1.4;color:#2a2a2a;margin:40px 0 20px;font-weight:600}
.terms-body h4{font-size:20px;line-height:1.4;color:#3a3a3a;margin:32px 0 16px;font-weight:600}
.terms-body h5{font-size:18px;line-height:1.5;color:#4a4a4a;margin:28px 0 14px;font-weight:600}
.terms-body h6{font-size:16px;line-height:1.5;color:#5a5a5a;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.terms-body p{font-size:16px;line-height:1.8;color:#2a2a2a;margin:0 0 20px}
.terms-body strong,.terms-body b{font-weight:600;color:#1a1a1a}
.terms-body ul,.terms-body ol{margin:0 0 24px;padding:0 0 0 28px}
.terms-body ul{list-style-type:disc}
.terms-body ol{list-style-type:decimal}
.terms-body li{font-size:16px;line-height:1.8;color:#2a2a2a;margin:0 0 12px;padding-left:8px}
.terms-body ul ul,.terms-body ol ol,.terms-body ul ol,.terms-body ol ul{margin:12px 0 0}
.terms-body ul ul{list-style-type:circle}
.terms-body ul ul ul{list-style-type:square}
.terms-body table{width:100%;border-collapse:collapse;margin:32px 0;font-size:15px;border:1px solid #e0e0e0}
.terms-body thead{background:linear-gradient(135deg,#136621 0%,#0d4a18 100%)}
.terms-body thead tr{border-bottom:2px solid #0d4a18}
.terms-body th{padding:16px 20px;text-align:left;font-weight:600;color:#FFFDFE;border-right:1px solid #fffdfe1a}
.terms-body th:last-child{border-right:none}
.terms-body tbody tr{border-bottom:1px solid #e8e8e8}
.terms-body tbody tr:nth-child(even){background:#fafafa}
.terms-body tbody tr:hover{background:#f5f5f5}
.terms-body td{padding:14px 20px;color:#2a2a2a;line-height:1.6;border-right:1px solid #f0f0f0}
.terms-body td:last-child{border-right:none}
.terms-body div{margin:0}
@media (max-width: 768px) {
.terms-body{padding:40px 16px}
.terms-body h1{font-size:32px;margin-bottom:32px}
.terms-body h2{font-size:26px;margin-top:48px}
.terms-body h3{font-size:22px}
.terms-body h4{font-size:19px}
.terms-body table{font-size:14px}
.terms-body th,.terms-body td{padding:12px 14px}
.terms-body ul,.terms-body ol{padding-left:24px}
}
@media (max-width: 480px) {
.terms-body h1{font-size:28px}
.terms-body h2{font-size:24px}
.terms-body table{display:block;overflow-x:auto;white-space:nowrap}
}
.intro-wrapper{max-width:960px;margin:0 auto;padding:80px 20px 60px}
.intro-content{display:flex;align-items:center;gap:48px}
.intro-visual{flex-shrink:0;width:280px;height:280px;border-radius:50%;overflow:hidden;box-shadow:8px 8px 16px #13662126 -4px -4px 12px #bb1a5414}
.intro-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(0.6);animation:saturation-up 2.4s ease-out forwards}
@keyframes saturation-up {
to{filter:saturate(1)}
}
.intro-text h1{font-size:2.6rem;line-height:1.15;color:#136621;margin:0 0 16px;font-weight:700}
.intro-text .pre-title{font-size:1.05rem;color:#333;margin:0 0 12px;line-height:1.5}
.intro-text .description{font-size:1rem;line-height:1.65;color:#444;margin:20px 0 0}
.support-section{background:linear-gradient(135deg,#FFFDFE 0%,#f8f8f8 100%);padding:70px 20px;border-top:1px solid #e0e0e0}
.support-inner{max-width:960px;margin:0 auto}
.support-inner h2{font-size:2rem;color:#BB1A54;margin:0 0 14px;font-weight:600}
.support-inner h2::before{content:'';display:inline-block;width:6px;height:28px;background:#BB1A54;margin-right:12px;vertical-align:middle}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}
.support-card{background:#fff;padding:28px 24px;border:1px solid #d4d4d4;transition:transform .25s ease,box-shadow .25s ease}
.support-card:hover{transform:translateY(-4px);box-shadow:6px 6px 14px #1366211f}
.support-card .icon-holder{font-size:2.4rem;color:#136621;margin-bottom:16px}
.support-card h3{font-size:1.3rem;color:#222;margin:0 0 10px;font-weight:600}
.support-card p{font-size:.95rem;line-height:1.6;color:#555;margin:0}
.research-block{padding:70px 20px}
.research-wrapper{max-width:960px;margin:0 auto}
.research-header{text-align:center;margin-bottom:50px}
.research-header h2{font-size:2.1rem;color:#136621;margin:0 0 12px;font-weight:600}
.research-header .subtitle{font-size:1.05rem;color:#666;line-height:1.5}
.stats-display{display:flex;justify-content:space-between;gap:24px}
.stat-item{flex:1;text-align:center;padding:36px 20px;background:linear-gradient(180deg,#FFFDFE 0%,#f4f4f4 100%);border-left:3px solid #136621;box-shadow:4px 4px 10px #bb1a541a}
.stat-item .number{font-size:3rem;font-weight:700;color:#BB1A54;margin:0 0 8px;line-height:1}
.stat-item .label{font-size:1rem;color:#444;margin:0}
.efficiency-zone{background:#fff;padding:70px 20px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
.efficiency-container{max-width:960px;margin:0 auto;display:flex;gap:50px;align-items:center}
.efficiency-img{flex-shrink:0;width:400px;height:320px}
.efficiency-img img{width:100%;height:100%;object-fit:cover;box-shadow:10px 10px 18px #13662133}
.efficiency-details h2{font-size:2rem;color:#BB1A54;margin:0 0 20px;font-weight:600}
.efficiency-details p{font-size:1rem;line-height:1.7;color:#444;margin:0 0 18px}
.efficiency-details ul{list-style:none;padding:0;margin:24px 0 0}
.efficiency-details ul li{font-size:.98rem;color:#555;padding-left:28px;position:relative;margin-bottom:12px;line-height:1.6}
.efficiency-details ul li::before{content:'';position:absolute;left:0;top:6px;width:0;height:0;border-left:8px solid #136621;border-top:5px solid transparent;border-bottom:5px solid transparent}
.mechanics-area{padding:70px 20px;background:linear-gradient(90deg,#FFFDFE 0%,#f6f6f6 100%)}
.mechanics-holder{max-width:960px;margin:0 auto}
.mechanics-holder h2{font-size:2.1rem;color:#136621;margin:0 0 16px;font-weight:600;text-align:center}
.mechanics-holder .intro-line{font-size:1.05rem;color:#666;text-align:center;margin:0 0 50px;line-height:1.55}
.approach-tabs-wrapper{position:relative}
.approach-tabs-wrapper input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.tabs-nav{display:flex;gap:12px;justify-content:center;margin-bottom:36px}
.tabs-nav label{padding:14px 28px;background:#fff;color:#333;cursor:pointer;border:1px solid #ccc;font-size:1rem;font-weight:500;transition:background .3s ease,color .3s ease,border-color .3s ease}
.tabs-nav label:hover{background:#f0f0f0}
.approach-tabs-wrapper input:nth-of-type(1):checked ~ .tabs-nav label[for="tab1"],.approach-tabs-wrapper input:nth-of-type(2):checked ~ .tabs-nav label[for="tab2"],.approach-tabs-wrapper input:nth-of-type(3):checked ~ .tabs-nav label[for="tab3"]{background:#136621;color:#fff;border-color:#136621}
.tab-panel{display:none;padding:32px;background:#fff;border:1px solid #d4d4d4}
.approach-tabs-wrapper input:nth-of-type(1):checked ~ .tab-panel:nth-of-type(4),.approach-tabs-wrapper input:nth-of-type(2):checked ~ .tab-panel:nth-of-type(5),.approach-tabs-wrapper input:nth-of-type(3):checked ~ .tab-panel:nth-of-type(6){display:block}
.tab-panel h3{font-size:1.5rem;color:#BB1A54;margin:0 0 14px;font-weight:600}
.tab-panel p{font-size:.98rem;line-height:1.7;color:#444;margin:0 0 16px}
.tab-panel ul{list-style:none;padding:0;margin:20px 0 0}
.tab-panel ul li{font-size:.96rem;color:#555;padding-left:24px;position:relative;margin-bottom:10px;line-height:1.6}
.tab-panel ul li::before{content:'→';position:absolute;left:0;color:#136621;font-weight:700}
.platform-section{padding:70px 20px;background:#fff}
.platform-container{max-width:960px;margin:0 auto}
.platform-container h2{font-size:2rem;color:#BB1A54;margin:0 0 18px;font-weight:600}
.platform-container .intro-text-platform{font-size:1.05rem;line-height:1.65;color:#444;margin:0 0 40px}
.platform-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.platform-visual{width:100%;height:380px}
.platform-visual img{width:100%;height:100%;object-fit:cover;box-shadow:8px 8px 16px #bb1a5426}
.platform-features{display:flex;flex-direction:column;gap:28px}
.feature-box{padding:24px;background:linear-gradient(135deg,#FFFDFE 0%,#f8f8f8 100%);border-left:4px solid #136621}
.feature-box h4{font-size:1.25rem;color:#222;margin:0 0 10px;font-weight:600}
.feature-box p{font-size:.95rem;line-height:1.6;color:#555;margin:0}
.cta-bottom{padding:60px 20px;background:linear-gradient(135deg,#136621 0%,#0d4a17 100%);text-align:center}
.cta-bottom h2{font-size:2.2rem;color:#FFFDFE;margin:0 0 16px;font-weight:700}
.cta-bottom p{font-size:1.1rem;color:#FFFDFE;margin:0 0 30px;line-height:1.6}
.cta-bottom .btn-main{display:inline-block;padding:16px 40px;background:#BB1A54;color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:8px;transition:background .3s ease,transform .2s ease;box-shadow:6px 6px 14px #0003;position:relative;z-index:10}
.cta-bottom .btn-main:hover{background:#9a1545;transform:translateY(-2px)}
@media (max-width: 768px) {
.intro-content{flex-direction:column;gap:32px}
.intro-visual{width:220px;height:220px}
.intro-text h1{font-size:2rem}
.support-grid{grid-template-columns:1fr;gap:24px}
.stats-display{flex-direction:column;gap:20px}
.efficiency-container{flex-direction:column;gap:32px}
.efficiency-img{width:100%;height:280px}
.tabs-nav{flex-direction:column;gap:8px}
.platform-grid{grid-template-columns:1fr;gap:32px}
.platform-visual{height:260px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.support-grid{grid-template-columns:repeat(2,1fr)}
.efficiency-container{gap:36px}
.efficiency-img{width:340px;height:280px}
}
.title-screen{position:relative;min-height:85vh;display:flex;align-items:flex-end;justify-content:flex-end;padding:40px;overflow:hidden;background:linear-gradient(135deg,#FFFDFE 0%,#f8f8f8 100%)}
.title-screen::before{content:'2019';position:absolute;top:50%;left:5%;transform:translateY(-50%);font-size:22vw;font-weight:900;color:#136621;opacity:.04;line-height:1;z-index:1}
.title-screen .bg-image-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}
.title-screen .bg-image-layer img{width:100%;height:100%;object-fit:cover;opacity:.18;filter:grayscale(30%)}
.title-content-wrapper{position:relative;z-index:3;max-width:560px;text-align:right}
.title-content-wrapper .line-one{font-size:2.8rem;font-weight:300;color:#136621;margin-bottom:8px;letter-spacing:-.5px}
.title-content-wrapper .line-two{font-size:4.2rem;font-weight:800;color:#222;margin-bottom:12px;line-height:1.1}
.title-content-wrapper .line-three{font-size:1.6rem;font-weight:400;color:#555;line-height:1.5}
@media (max-width: 768px) {
.title-screen{padding:30px 20px;min-height:70vh;align-items:center;justify-content:center}
.title-content-wrapper{text-align:center;max-width:100%}
.title-content-wrapper .line-one{font-size:1.8rem}
.title-content-wrapper .line-two{font-size:2.6rem}
.title-content-wrapper .line-three{font-size:1.2rem}
.title-screen::before{font-size:28vw;left:50%;transform:translate(-50%,-50%)}
}
.story-section{background:#fff;padding:80px 20px}
.story-section .content-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.story-section .text-column h2{font-size:2.4rem;font-weight:700;color:#222;margin-bottom:24px;position:relative;padding-left:18px}
.story-section .text-column h2::before{content:'';position:absolute;left:0;top:8px;width:4px;height:70%;background:linear-gradient(180deg,#136621 0%,#BB1A54 100%);border-radius:2px}
.story-section .text-column p{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:18px}
.story-section .img-column img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:8px 8px 18px #bb1a541f}
@media (max-width: 768px) {
.story-section{padding:50px 20px}
.story-section .content-grid{grid-template-columns:1fr;gap:40px}
.story-section .text-column h2{font-size:1.9rem}
}
.approach-wrapper{background:linear-gradient(160deg,#f9f9f9 0%,#FFFDFE 100%);padding:90px 20px;position:relative}
.approach-wrapper::after{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#136621 50%,transparent 100%)}
.approach-container{max-width:960px;margin:0 auto}
.approach-container h2{font-size:2.6rem;font-weight:700;color:#222;text-align:center;margin-bottom:50px}
.methods-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.method-card{background:#fff;padding:32px 24px;border-radius:6px;border:1px solid #e8e8e8;transition:all .3s ease;position:relative}
.method-card:hover{transform:translateY(-6px);box-shadow:12px 12px 24px #13662124;border-color:#136621}
.method-card .icon-holder{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#136621 0%,#0a4014 100%);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.method-card .icon-holder svg{width:28px;height:28px;fill:#FFFDFE}
.method-card h3{font-size:1.3rem;font-weight:700;color:#222;margin-bottom:12px}
.method-card p{font-size:.98rem;line-height:1.6;color:#555}
@media (max-width: 768px) {
.approach-wrapper{padding:60px 20px}
.approach-container h2{font-size:2rem;margin-bottom:40px}
.methods-grid{grid-template-columns:1fr;gap:24px}
}
.timeline-block{background:#fff;padding:90px 20px}
.timeline-block .inner-wrap{max-width:960px;margin:0 auto}
.timeline-block h2{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:60px;text-align:left}
.years-container{display:flex;flex-direction:column;gap:0;position:relative;padding-left:80px}
.years-container::before{content:'';position:absolute;left:32px;top:20px;bottom:20px;width:2px;background:linear-gradient(180deg,#136621 0%,#BB1A54 100%)}
.year-entry{position:relative;padding:28px 0;border-bottom:1px dashed #e4e4e4}
.year-entry:last-child{border-bottom:none}
.year-entry::before{content:'';position:absolute;left:-54px;top:32px;width:14px;height:14px;background:#136621;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #e8e8e8;z-index:2}
.year-entry .year-label{font-size:1.7rem;font-weight:800;color:#BB1A54;margin-bottom:10px;display:block}
.year-entry .year-text{font-size:1.05rem;line-height:1.65;color:#444}
@media (max-width: 768px) {
.timeline-block{padding:60px 20px}
.timeline-block h2{font-size:2rem;margin-bottom:40px}
.years-container{padding-left:50px}
.years-container::before{left:18px}
.year-entry::before{left:-38px}
.year-entry .year-label{font-size:1.4rem}
}
.values-display{background:linear-gradient(135deg,#136621 0%,#0d4a19 100%);padding:100px 20px;position:relative;overflow:hidden}
.values-display::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fffdfe14 0%,transparent 70%);border-radius:50%}
.values-content{max-width:960px;margin:0 auto;position:relative;z-index:2}
.values-content h2{font-size:2.7rem;font-weight:700;color:#FFFDFE;margin-bottom:50px;text-align:center}
.principles-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.principle-box{background:#fffdfe14;padding:36px 30px;border-radius:8px;border:1px solid #fffdfe26;transition:all .3s ease}
.principle-box:hover{background:#fffdfe1f;border-color:#fffdfe4d;transform:translateX(8px);box-shadow:-8px 8px 20px #0003}
.principle-box h3{font-size:1.5rem;font-weight:700;color:#FFFDFE;margin-bottom:14px;display:flex;align-items:center;gap:12px}
.principle-box h3::before{content:'';width:6px;height:6px;background:#BB1A54;border-radius:50%;display:block;box-shadow:0 0 12px #bb1a5499}
.principle-box p{font-size:1.02rem;line-height:1.7;color:#fffdfee6}
@media (max-width: 768px) {
.values-display{padding:70px 20px}
.values-content h2{font-size:2.1rem;margin-bottom:40px}
.principles-layout{grid-template-columns:1fr;gap:28px}
.principle-box:hover{transform:translateY(-6px)}
}
html{scroll-behavior:smooth}
.intro-manifesto-block{position:relative;min-height:520px;display:flex;align-items:flex-end;overflow:hidden;margin-bottom:80px}
.intro-manifesto-block .bg-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.intro-manifesto-block .bg-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center}
.intro-manifesto-block .image-gradient-overlay{position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(to bottom,#fffdfe00 0%,#fffdfe4d 30%,#bb1a54d9 100%);z-index:2}
.intro-manifesto-block .text-content-area{position:relative;z-index:3;width:100%;max-width:960px;margin:0 auto;padding:60px 20px}
.intro-manifesto-block .text-decoration-behind{position:absolute;bottom:40px;left:20px;width:420px;height:180px;background:#13662126;z-index:-1;border-radius:8px}
.intro-manifesto-block .manifesto-title{font-size:2.8rem;line-height:1.2;color:#FFFDFE;margin:0 0 24px;font-weight:700;text-shadow:2px 4px 12px #0000004d}
.intro-manifesto-block .manifesto-text{font-size:1.15rem;line-height:1.6;color:#FFFDFE;max-width:580px;margin:0;text-shadow:1px 2px 8px #00000040}
.contact-info-wrapper{max-width:960px;margin:0 auto 80px;padding:0 20px}
.contact-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.single-contact-card{background:linear-gradient(135deg,#FFFDFE 0%,#fffdfe99 100%);border:1px solid #13662126;padding:32px 24px;border-radius:10px;box-shadow:4px 8px 16px #13662114;transition:transform .3s ease,box-shadow .3s ease}
.single-contact-card:hover{transform:translateY(-4px);box-shadow:6px 12px 20px #bb1a541f}
.single-contact-card .card-icon-holder{width:52px;height:52px;background:#1366211a;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.single-contact-card .card-icon-holder .typcn{font-size:28px;color:#136621}
.single-contact-card .card-label{font-size:.9rem;color:#666;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.single-contact-card .card-value{font-size:1.1rem;color:#222;margin:0;line-height:1.5;word-break:break-word}
.single-contact-card .card-value a{color:#136621;text-decoration:none;transition:color .2s ease}
.single-contact-card .card-value a:hover{color:#BB1A54}
.form-section-container{max-width:960px;margin:0 auto 80px;padding:0 20px}
.form-intro-header{text-align:center;margin-bottom:56px}
.form-intro-header h2{font-size:2.2rem;color:#222;margin:0 0 16px;font-weight:700}
.form-intro-header p{font-size:1.1rem;color:#555;line-height:1.6;max-width:640px;margin:0 auto}
.contact-form-wrapper{background:linear-gradient(180deg,#fffdfee6 0%,#bb1a540d 100%);border:1px solid #13662133;border-radius:10px;padding:48px 40px;box-shadow:6px 10px 18px #1366211a}
.form-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px 24px;margin-bottom:32px}
.field-group-full{grid-column:span 2}
.input-label-text{display:block;font-size:.95rem;color:#333;margin-bottom:10px;font-weight:600}
.input-label-text .required-mark{color:#BB1A54;margin-left:4px}
.text-input-field{width:100%;padding:14px 16px;font-size:1rem;color:#222;background:#FFFDFE;border:1px solid #1366214d;border-radius:6px;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}
.text-input-field:focus{outline:none;border-color:#136621;box-shadow:inset 0 2px 4px #13662126}
.time-preference-group{margin-bottom:32px}
.time-preference-group .preference-label-main{font-size:.95rem;color:#333;margin-bottom:16px;font-weight:600;display:block}
.time-options-flex{display:flex;gap:16px;flex-wrap:wrap}
.time-option-item{display:flex;align-items:center;position:relative}
.time-option-item input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.time-option-item .option-label{padding:12px 24px;background:#FFFDFE;border:1px solid #1366214d;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.95rem;color:#333}
.time-option-item input[type="radio"]:checked ~ .option-label{background:#13662126;border-color:#136621;color:#136621;font-weight:600;box-shadow:3px 6px 12px #13662126}
.time-option-item .option-label:hover{border-color:#BB1A54}
.privacy-checkbox-wrapper{margin-bottom:32px;display:flex;align-items:flex-start;gap:12px}
.privacy-checkbox-wrapper input[type="checkbox"]{width:20px;height:20px;cursor:pointer;flex-shrink:0;margin-top:2px}
.privacy-checkbox-wrapper .privacy-text{font-size:.9rem;color:#555;line-height:1.5}
.privacy-checkbox-wrapper .privacy-text a{color:#136621;text-decoration:underline;transition:color .2s ease}
.privacy-checkbox-wrapper .privacy-text a:hover{color:#BB1A54}
.submit-btn-holder{text-align:center}
.submit-contact-btn{padding:16px 48px;font-size:1.1rem;color:#FFFDFE;background:linear-gradient(135deg,#136621 0%,#1a8c2e 100%);border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:4px 8px 16px #13662140;position:relative;z-index:10}
.submit-contact-btn:hover{background:linear-gradient(135deg,#BB1A54 0%,#d91f61 100%);box-shadow:6px 12px 20px #bb1a544d;transform:translateY(-2px)}
.submit-contact-btn:active{transform:translateY(0);box-shadow:3px 6px 12px #13662133}
.hours-availability-section{max-width:960px;margin:0 auto 80px;padding:0 20px}
.hours-content-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hours-text-side h3{font-size:2rem;color:#222;margin:0 0 20px;font-weight:700}
.hours-text-side p{font-size:1.05rem;color:#555;line-height:1.7;margin:0 0 16px}
.hours-visual-side{background:linear-gradient(225deg,#13662114 0%,#bb1a540f 100%);border:1px solid #13662133;border-radius:10px;padding:36px 32px;box-shadow:5px 9px 18px #1366211f}
.availability-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #13662126}
.availability-item:last-child{border-bottom:none}
.availability-item .day-label{font-size:1rem;color:#333;font-weight:600}
.availability-item .hours-range{font-size:.95rem;color:#136621;font-weight:500}
@media (max-width: 768px) {
.intro-manifesto-block{min-height:420px;margin-bottom:60px}
.intro-manifesto-block .manifesto-title{font-size:2rem}
.intro-manifesto-block .manifesto-text{font-size:1rem}
.intro-manifesto-block .text-decoration-behind{width:280px;height:140px}
.contact-cards-grid{grid-template-columns:1fr;gap:20px}
.contact-info-wrapper,.form-section-container,.hours-availability-section{margin-bottom:60px}
.form-intro-header h2{font-size:1.8rem}
.contact-form-wrapper{padding:32px 24px}
.form-grid-layout{grid-template-columns:1fr;gap:24px}
.field-group-full{grid-column:span 1}
.time-options-flex{flex-direction:column;gap:12px}
.time-option-item .option-label{width:100%;text-align:center}
.submit-contact-btn{width:100%;padding:14px 24px}
.hours-content-split{grid-template-columns:1fr;gap:32px}
.hours-text-side h3{font-size:1.6rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.intro-manifesto-block{min-height:480px}
.contact-cards-grid{grid-template-columns:repeat(2,1fr)}
.form-grid-layout{gap:24px 20px}
}
.program-title-container{position:relative;width:100%;height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.program-title-container .bg-visual{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;animation:fadeInSlow 1.8s ease-out;z-index:1}
.program-title-container .overlay-animated{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#136621d9,#bb1a54bf);animation:shiftOverlay 8s ease-in-out infinite alternate;z-index:2}
@keyframes fadeInSlow {
from{opacity:0}
to{opacity:1}
}
@keyframes shiftOverlay {
0%{background:linear-gradient(135deg,#136621d9,#bb1a54bf)}
100%{background:linear-gradient(135deg,#bb1a54cc,#136621b3)}
}
.program-title-container .title-content-wrapper{position:relative;z-index:3;max-width:860px;padding:0 24px;text-align:center}
.program-title-container .main-heading{margin:0;color:#FFFDFE;font-size:58px;line-height:1.15;font-weight:700;letter-spacing:-.5px}
.program-title-container .main-heading .line-1{display:block;font-weight:600;font-size:48px;margin-bottom:8px}
.program-title-container .main-heading .line-2{display:block;font-weight:700;font-size:62px;margin-bottom:6px}
.program-title-container .main-heading .line-3{display:block;font-weight:800;font-size:54px}
.program-title-container .decorative-stripe{position:absolute;bottom:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#136621,#BB1A54);z-index:4}
.courses-grid-area{padding:90px 24px;background:#FFFDFE}
.courses-grid-area .inner-wrap{max-width:960px;margin:0 auto}
.courses-grid-area .section-intro{margin-bottom:70px}
.courses-grid-area .section-intro h2{font-size:42px;line-height:1.25;color:#1a1a1a;margin:0 0 22px;font-weight:700}
.courses-grid-area .section-intro h2::before{content:'';display:inline-block;width:50px;height:4px;background:#BB1A54;margin-right:14px;vertical-align:middle}
.courses-grid-area .section-intro .lead-text{font-size:19px;line-height:1.7;color:#2c2c2c;max-width:740px}
.courses-grid-area .program-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.courses-grid-area .course-card{background:#f9f9f9;border:1px solid #e2e2e2;padding:0;position:relative;transition:all .35s ease}
.courses-grid-area .course-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #bb1a542e;border-color:#BB1A54}
.courses-grid-area .course-card .card-header-img{width:100%;height:200px;object-fit:cover;display:block}
.courses-grid-area .course-card .card-body-text{padding:28px 24px}
.courses-grid-area .course-card h3{font-size:22px;color:#1a1a1a;margin:0 0 12px;font-weight:700}
.courses-grid-area .course-card .course-desc{font-size:16px;line-height:1.65;color:#3a3a3a;margin:0 0 18px}
.courses-grid-area .course-card .metadata-row{display:flex;gap:16px;margin-bottom:20px}
.courses-grid-area .course-card .meta-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#555}
.courses-grid-area .course-card .meta-item .typcn{font-size:18px;color:#136621}
.courses-grid-area .course-card .tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.courses-grid-area .course-card .tag-badge{display:inline-block;padding:4px 11px;font-size:13px;color:#FFFDFE;background:#136621;border-radius:6px}
.courses-grid-area .course-card .action-btn{display:inline-block;padding:12px 26px;background:linear-gradient(135deg,#136621,#0a4516);color:#FFFDFE;font-size:15px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .25s ease;border:2px solid transparent}
.courses-grid-area .course-card .action-btn:hover{background:linear-gradient(135deg,#0a4516,#136621);box-shadow:0 6px 16px #1366214d;transform:scale(1.04)}
.courses-grid-area .course-card .action-btn:focus{outline:3px solid #13662166;outline-offset:2px}
@media (max-width: 900px) {
.courses-grid-area .program-cards{grid-template-columns:repeat(2,1fr);gap:28px}
.program-title-container{height:440px}
.program-title-container .main-heading{font-size:48px}
.program-title-container .main-heading .line-1{font-size:40px}
.program-title-container .main-heading .line-2{font-size:52px}
.program-title-container .main-heading .line-3{font-size:44px}
}
@media (max-width: 640px) {
.courses-grid-area .program-cards{grid-template-columns:1fr;gap:24px}
.program-title-container{height:360px}
.program-title-container .main-heading{font-size:36px}
.program-title-container .main-heading .line-1{font-size:30px}
.program-title-container .main-heading .line-2{font-size:40px}
.program-title-container .main-heading .line-3{font-size:34px}
.courses-grid-area{padding:60px 20px}
.courses-grid-area .section-intro h2{font-size:32px}
.courses-grid-area .section-intro .lead-text{font-size:17px}
}
.archive-hero{background:linear-gradient(135deg,#136621 0%,#BB1A54 100%);padding:80px 20px 120px;position:relative;overflow:hidden}
.archive-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#fffdfe26 2px,transparent 2px);background-size:40px 40px;opacity:.3}
.hero-content-wrap{max-width:960px;margin:0 auto;position:relative;z-index:2}
.hero-img-card{background:#FFFDFE;border-radius:16px;padding:24px;box-shadow:0 12px 28px #13662133;margin-bottom:40px;animation:slideDown .6s ease-out;transform-origin:top center}
@keyframes slideDown {
from{opacity:0;transform:translateY(-30px) scale(0.95)}
to{opacity:1;transform:translateY(0) scale(1)}
}
.hero-img-card.scroll-active{animation:scaleImage .4s ease-out forwards}
@keyframes scaleImage {
to{transform:scale(0.96)}
}
.hero-text-block{background:#fffdfef2;padding:36px;border-radius:8px}
.hero-text-block h1{font-size:2.4em;color:#136621;margin:0 0 24px;line-height:1.2}
.hero-points-list{list-style:none;padding:0;margin:0}
.hero-points-list li{color:#2a2a2a;font-size:1.05em;line-height:1.6;padding:12px 0 12px 32px;position:relative}
.hero-points-list li::before{content:'';position:absolute;left:0;top:18px;width:16px;height:16px;background:#BB1A54;border-radius:50%}
.archive-grid-section{padding:80px 20px;background:#FFFDFE}
.grid-container-center{max-width:960px;margin:0 auto}
.archive-grid-section h2{font-size:2em;color:#136621;margin:0 0 16px;position:relative;display:inline-block}
.archive-grid-section h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#BB1A54,#136621)}
.intro-text-wrap{margin-bottom:56px}
.intro-text-wrap p{color:#3a3a3a;font-size:1.05em;line-height:1.7;margin:20px 0;max-width:720px}
.courses-masonry{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px;margin-top:40px}
.course-card{background:#f8f8f8;border:1px solid #e0e0e0;border-radius:10px;padding:28px;transition:all .3s ease;position:relative}
.course-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #bb1a5426;border-color:#BB1A54}
.course-year-tag{display:inline-block;background:#136621;color:#FFFDFE;padding:6px 14px;border-radius:6px;font-size:.85em;font-weight:600;margin-bottom:16px}
.course-card h3{font-size:1.35em;color:#2a2a2a;margin:0 0 14px;line-height:1.3}
.course-card p{color:#4a4a4a;font-size:.95em;line-height:1.6;margin:0 0 20px}
.details-list{list-style:none;padding:0;margin:0 0 20px}
.details-list li{color:#5a5a5a;font-size:.9em;padding:6px 0;border-bottom:1px solid #e8e8e8}
.details-list li:last-child{border-bottom:none}
.view-course-link{display:inline-flex;align-items:center;color:#BB1A54;text-decoration:none;font-weight:600;font-size:.95em;transition:color .2s ease}
.view-course-link:hover{color:#136621}
.view-course-link::after{content:'→';margin-left:8px;transition:transform .2s ease}
.view-course-link:hover::after{transform:translateX(4px)}
.timeline-section{padding:80px 20px;background:linear-gradient(180deg,#f4f4f4 0%,#FFFDFE 100%)}
.timeline-wrapper{max-width:960px;margin:0 auto}
.timeline-section h2{font-size:2em;color:#BB1A54;margin:0 0 48px;text-align:center;position:relative}
.timeline-section h2::before{content:'';position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:80px;height:6px;background:linear-gradient(90deg,#136621,#BB1A54);border-radius:3px}
.timeline-track{position:relative;padding-left:60px}
.timeline-track::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#136621,#BB1A54)}
.timeline-item{position:relative;margin-bottom:48px;padding:24px 28px;background:#FFFDFE;border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease}
.timeline-item:hover{box-shadow:0 6px 16px #1366211f;border-color:#136621}
.timeline-item::before{content:'';position:absolute;left:-52px;top:32px;width:16px;height:16px;background:#BB1A54;border:4px solid #FFFDFE;border-radius:50%;box-shadow:0 0 0 2px #BB1A54}
.timeline-year-marker{font-size:1.6em;font-weight:700;color:#136621;margin:0 0 12px}
.timeline-item h4{font-size:1.25em;color:#2a2a2a;margin:0 0 12px}
.timeline-item p{color:#4a4a4a;font-size:.98em;line-height:1.65;margin:0 0 16px}
.timeline-stats{display:flex;gap:24px;flex-wrap:wrap}
.stat-badge{display:inline-flex;align-items:center;gap:8px;background:#f4f4f4;padding:8px 16px;border-radius:6px;font-size:.9em;color:#3a3a3a}
.stat-badge .typcn{font-size:1.3em;color:#136621}
@media (max-width: 768px) {
.archive-hero{padding:60px 20px 80px}
.hero-text-block h1{font-size:1.8em}
.hero-points-list li{font-size:1em}
.courses-masonry{grid-template-columns:1fr}
.timeline-track{padding-left:40px}
.timeline-track::before{left:12px}
.timeline-item::before{left:-36px}
.timeline-stats{flex-direction:column;gap:12px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.courses-masonry{grid-template-columns:repeat(2,1fr)}
}
html{scroll-behavior:smooth}
*{box-sizing:border-box}
.success-hero{min-height:520px;background:linear-gradient(135deg,#FFFDFE 0%,#e8f5e9 100%);position:relative;overflow:hidden;display:flex;align-items:center;padding:80px 20px}
.success-hero-container{max-width:960px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.text-zone-left{padding:40px 0}
.confirmation-heading{font-size:3.2rem;line-height:1.15;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.accent-word{color:#136621;position:relative;display:inline-block}
.accent-word::after{content:'';position:absolute;bottom:4px;left:0;right:0;height:8px;background:#13662126;z-index:-1}
.success-description{font-size:1.1rem;line-height:1.65;color:#424242;margin:0 0 32px}
.next-steps-list{list-style:none;padding:0;margin:0 0 36px}
.next-steps-list li{padding:12px 0 12px 36px;position:relative;color:#333;font-size:1.05rem;line-height:1.6}
.next-steps-list li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:#136621;border-radius:50%}
.next-steps-list li::after{content:'✓';position:absolute;left:5px;top:16px;color:#fff;font-size:14px;font-weight:700}
.action-group{display:flex;gap:16px;flex-wrap:wrap}
.primary-link-btn{display:inline-block;padding:16px 32px;background:#136621;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 6px 18px #13662140}
.primary-link-btn:hover{background:#0f4d19;transform:translateY(-2px);box-shadow:0 10px 24px #13662159}
.secondary-link-btn{display:inline-block;padding:16px 32px;background:#fff;color:#136621;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;border:2px solid #136621;transition:all .3s ease}
.secondary-link-btn:hover{background:#136621;color:#fff;transform:translateY(-2px)}
.visual-zone-right{position:relative;display:flex;justify-content:center;align-items:center;min-height:400px}
.decorative-check-icon{width:280px;height:280px;filter:drop-shadow(0 12px 32px #13662133)}
.animated-dots{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}
.dot-particle{position:absolute;width:8px;height:8px;background:#136621;border-radius:50%;opacity:0;animation:dotAppear 1.2s ease-out forwards}
.dot-particle:nth-child(1){top:15%;left:20%;animation-delay:.1s}
.dot-particle:nth-child(2){top:25%;left:75%;animation-delay:.3s;width:6px;height:6px}
.dot-particle:nth-child(3){top:45%;left:10%;animation-delay:.5s;width:10px;height:10px}
.dot-particle:nth-child(4){top:65%;left:80%;animation-delay:.7s}
.dot-particle:nth-child(5){top:80%;left:25%;animation-delay:.9s;width:7px;height:7px}
.dot-particle:nth-child(6){top:35%;left:50%;animation-delay:1.1s;width:9px;height:9px}
.dot-particle:nth-child(7){top:55%;left:60%;animation-delay:1.3s;width:6px;height:6px}
.dot-particle:nth-child(8){top:10%;left:85%;animation-delay:1.5s}
@keyframes dotAppear {
0%{opacity:0;transform:scale(0) translateY(20px)}
50%{opacity:.8;transform:scale(1.2) translateY(-5px)}
100%{opacity:.6;transform:scale(1) translateY(0)}
}
.additional-info-section{padding:80px 20px;background:#fff}
.info-wrapper{max-width:960px;margin:0 auto}
.info-header{text-align:center;margin-bottom:60px}
.info-header h2{font-size:2.4rem;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.info-header p{font-size:1.1rem;color:#666;line-height:1.6;max-width:680px;margin:0 auto}
.grid-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.info-card-item{padding:32px 28px;background:linear-gradient(135deg,#f8f9fa 0%,#FFFDFE 100%);border:1px solid #e0e0e0;border-radius:10px;transition:all .3s ease}
.info-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #bb1a541f;border-color:#BB1A54}
.card-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#136621 0%,#0a4012 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.card-icon-wrapper svg{width:28px;height:28px}
.info-card-item h3{font-size:1.3rem;color:#1a1a1a;margin:0 0 12px;font-weight:700}
.info-card-item p{font-size:1rem;color:#555;line-height:1.65;margin:0}
@media (max-width: 768px) {
.success-hero-container{grid-template-columns:1fr;gap:40px}
.visual-zone-right{order:-1;min-height:300px}
.decorative-check-icon{width:200px;height:200px}
.confirmation-heading{font-size:2.4rem}
.grid-info-cards{grid-template-columns:1fr;gap:24px}
.action-group{flex-direction:column}
.primary-link-btn,.secondary-link-btn{width:100%;text-align:center}
}
@media (max-width: 480px) {
.success-hero{padding:60px 16px}
.confirmation-heading{font-size:2rem}
.info-header h2{font-size:1.8rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.grid-info-cards{grid-template-columns:repeat(2,1fr)}
}