*{margin:0;padding:0;box-sizing:border-box}
:root{--brand-primary:#9AC384;--brand-secondary:#C1CFA2;--brand-tertiary:#E6F0DD;--dark-text:#212529;--mid-gray:#495057;--light-bg:#fafbfc;--pure-white:#fff;--shadow-subtle:0 2px 8px #0000000f;--shadow-medium:0 4px 16px #00000014}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--light-bg);color:var(--dark-text);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
header{background:linear-gradient(147deg,var(--pure-white) 0%,var(--brand-tertiary) 100%);box-shadow:var(--shadow-medium);position:relative;z-index:100}
.header_top_8kx{display:flex;justify-content:space-between;align-items:center;padding:12px clamp(20px,5vw,80px);gap:30px;border-bottom:1px solid #9ac38433}
.company_branding_2pl{display:flex;align-items:center;gap:18px}
.logo_container_9mz{width:85px;height:85px;display:flex;align-items:center;justify-content:center;background:var(--pure-white);border-radius:16px;box-shadow:var(--shadow-subtle)}
.logo_container_9mz img{width:70px;height:70px;object-fit:contain}
.brand_text_5hq{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;color:var(--dark-text);letter-spacing:-.02em}
.business_hours_7rx{font-size:.95rem;color:var(--mid-gray);text-align:right;line-height:1.4}
.business_hours_7rx span{display:block;font-weight:600;color:var(--brand-primary)}
.nav_row_3vy{padding:0 clamp(20px,5vw,80px) 16px}
.main_navigation_6tk{display:flex;justify-content:center;align-items:center;gap:clamp(20px,3vw,50px);flex-wrap:wrap;row-gap:12px}
.main_navigation_6tk a{color:var(--dark-text);text-decoration:none;font-size:1.05rem;font-weight:500;padding:10px 18px;border-radius:8px;transition:background 0.25s,color .25s;position:relative}
.main_navigation_6tk a:hover{background:var(--brand-primary);color:var(--pure-white)}
.main_navigation_6tk a:focus{outline:2px solid var(--brand-primary);outline-offset:3px}
main{flex:1}
footer{background:linear-gradient(135deg,#9AC384,#C1CFA2);color:var(--pure-white);padding:60px clamp(20px,5vw,80px) 30px;margin-top:80px}
.footer_grid_1wn{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;row-gap:40px;margin-bottom:50px}
.footer_section_4bz h3{font-size:1.3rem;margin-bottom:20px;font-weight:700;letter-spacing:-.01em}
.footer_section_4bz ul{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_section_4bz a{color:var(--pure-white);text-decoration:none;font-size:1rem;transition:opacity .25s;display:inline-block}
.footer_section_4bz a:hover{opacity:.75}
.footer_section_4bz a:focus{outline:2px solid var(--pure-white);outline-offset:3px;border-radius:4px}
.contact_info_7mx{display:flex;flex-direction:column;gap:10px}
.contact_info_7mx p{font-size:1rem;line-height:1.5}
.financial_disclaimer_9zx{background:#ffffff26;padding:24px;border-radius:10px;margin:40px 0 30px;border-left:4px solid var(--pure-white);font-size:.9rem;line-height:1.7;color:var(--pure-white)}
.copyright_footer_2ql{text-align:center;padding-top:30px;border-top:1px solid #ffffff4d;font-size:.95rem;opacity:.9}
.consent_overlay_8jm{position:fixed;bottom:30px;right:30px;background:var(--pure-white);padding:28px 32px;border-radius:14px;box-shadow:0 8px 32px #00000026;max-width:420px;z-index:9999;border:2px solid var(--brand-secondary);display:none}
.consent_overlay_8jm.visible_state_3hr{display:block;animation:slideInRight_9kp .4s ease-out}
@keyframes slideInRight_9kp {
from{transform:translateX(450px);opacity:0}
to{transform:translateX(0);opacity:1}
}
.consent_title_5qw{font-size:1.25rem;font-weight:700;color:var(--dark-text);margin-bottom:12px}
.consent_message_7bp{font-size:.95rem;color:var(--mid-gray);line-height:1.6;margin-bottom:20px}
.consent_actions_4zm{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_primary_6nx,.consent_btn_secondary_2lk{padding:12px 24px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background 0.25s,transform .15s;flex:1;min-width:120px}
.consent_btn_primary_6nx{background:var(--brand-primary);color:var(--pure-white)}
.consent_btn_primary_6nx:hover{background:#88b26f}
.consent_btn_secondary_2lk{background:var(--light-bg);color:var(--dark-text);border:1px solid #ddd}
.consent_btn_secondary_2lk:hover{background:#e8e9ea}
.consent_btn_primary_6nx:focus,.consent_btn_secondary_2lk:focus{outline:3px solid var(--brand-primary);outline-offset:2px}
.policy_link_9wm{display:block;margin-top:14px;color:var(--brand-primary);font-size:.9rem;text-decoration:none;text-align:center}
.policy_link_9wm:hover{text-decoration:underline}
@media (max-width: 768px) {
.header_top_8kx{flex-direction:column;text-align:center;gap:18px}
.company_branding_2pl{flex-direction:column;gap:12px}
.business_hours_7rx{text-align:center}
.main_navigation_6tk{gap:12px}
.main_navigation_6tk a{font-size:.95rem;padding:8px 14px}
.consent_overlay_8jm{bottom:0;right:0;left:0;max-width:100%;border-radius:14px 14px 0 0;margin:0 10px}
.consent_actions_4zm{flex-direction:column}
.consent_btn_primary_6nx,.consent_btn_secondary_2lk{width:100%;min-height:44px}
}
@media (max-width: 480px) {
.logo_container_9mz{width:70px;height:70px}
.logo_container_9mz img{width:56px;height:56px}
.brand_text_5hq{font-size:1.3rem}
}
.aboutpage-wrapper{background:#fff;min-height:100vh}
.aboutpage-hero-section{background:linear-gradient(135deg,#E6F0DD 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.aboutpage-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#9ac3841a;border-radius:50%;z-index:1}
.aboutpage-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.aboutpage-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.aboutpage-hero-content .subheading-text{font-size:1.3rem;color:#495057;margin-bottom:32px;line-height:1.6}
.aboutpage-hero-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:16px}
.aboutpage-timeline-block{padding:80px 20px;background:#f8f9fa;position:relative}
.aboutpage-timeline-container{max-width:1100px;margin:0 auto}
.aboutpage-timeline-header{text-align:center;margin-bottom:60px}
.aboutpage-timeline-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.aboutpage-timeline-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.aboutpage-timeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:50px}
.aboutpage-timeline-item{background:#fff;padding:35px 30px;border-radius:12px;box-shadow:0 4px 15px #00000014;position:relative;border-left:4px solid #9AC384;transition:transform .3s ease,box-shadow .3s ease}
.aboutpage-timeline-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}
.aboutpage-timeline-year{font-size:1.8rem;color:#9AC384;font-weight:700;margin-bottom:12px;display:block}
.aboutpage-timeline-item h3{font-size:1.4rem;color:#212529;margin-bottom:14px;font-weight:600}
.aboutpage-timeline-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.aboutpage-values-section{padding:80px 20px;background:#fff;position:relative}
.aboutpage-values-wrapper{max-width:1200px;margin:0 auto}
.aboutpage-values-intro{text-align:center;margin-bottom:60px}
.aboutpage-values-intro h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.aboutpage-values-intro p{font-size:1.1rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.aboutpage-values-display{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.aboutpage-values-list{display:flex;flex-direction:column;gap:30px}
.aboutpage-value-card{background:#f8f9fa;padding:30px;border-radius:10px;border:2px solid transparent;transition:border-color .3s ease,background .3s ease}
.aboutpage-value-card:hover{border-color:#9AC384;background:#E6F0DD}
.aboutpage-value-icon{width:50px;height:50px;background:#9AC384;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:1.5rem;color:#fff;font-weight:700}
.aboutpage-value-card h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.aboutpage-value-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.aboutpage-values-visual{position:relative}
.aboutpage-values-image-stack{position:relative;height:100%;min-height:500px}
.aboutpage-values-img{position:absolute;width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px #00000026;object-fit:cover}
.aboutpage-values-img:nth-child(1){top:0;left:0;width:65%;height:280px;z-index:3}
.aboutpage-values-img:nth-child(2){bottom:0;right:0;width:70%;height:300px;z-index:2}
.aboutpage-team-section{padding:80px 20px;background:linear-gradient(180deg,#E6F0DD 0%,#f8f9fa 100%)}
.aboutpage-team-container{max-width:1100px;margin:0 auto}
.aboutpage-team-header{text-align:center;margin-bottom:60px}
.aboutpage-team-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.aboutpage-team-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.aboutpage-team-showcase{display:grid;grid-template-columns:300px 1fr;gap:50px;align-items:start;background:#fff;padding:50px;border-radius:12px;box-shadow:0 6px 25px #0000001a}
.aboutpage-team-profile{text-align:center}
.aboutpage-team-photo{width:100%;height:300px;border-radius:12px;object-fit:cover;margin-bottom:20px;box-shadow:0 4px 15px #0000001f}
.aboutpage-team-profile h3{font-size:1.4rem;color:#212529;margin-bottom:8px;font-weight:600}
.aboutpage-team-role{font-size:1rem;color:#9AC384;font-weight:600;margin-bottom:15px;display:block}
.aboutpage-team-contact{font-size:.95rem;color:#495057;line-height:1.6}
.aboutpage-team-content{display:flex;flex-direction:column;gap:25px}
.aboutpage-team-content h4{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600;border-left:4px solid #9AC384;padding-left:15px}
.aboutpage-team-content p{font-size:1rem;color:#495057;line-height:1.8;margin:0}
.aboutpage-expertise-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:15px}
.aboutpage-expertise-item{background:#E6F0DD;padding:12px 18px;border-radius:8px;font-size:.95rem;color:#343a40;font-weight:500;text-align:center}
.aboutpage-approach-block{padding:80px 20px;background:#fff}
.aboutpage-approach-wrapper{max-width:1100px;margin:0 auto}
.aboutpage-approach-intro{margin-bottom:50px}
.aboutpage-approach-intro h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.aboutpage-approach-intro p{font-size:1.1rem;color:#495057;line-height:1.7}
.aboutpage-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.aboutpage-approach-card{background:#f8f9fa;padding:35px 28px;border-radius:10px;text-align:center;position:relative;transition:transform .3s ease;border-top:5px solid #9AC384}
.aboutpage-approach-card:hover{transform:translateY(-8px)}
.aboutpage-approach-number{width:60px;height:60px;background:linear-gradient(135deg,#9AC384 0%,#C1CFA2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.6rem;color:#fff;font-weight:700;box-shadow:0 4px 15px #9ac3844d}
.aboutpage-approach-card h3{font-size:1.3rem;color:#212529;margin-bottom:14px;font-weight:600}
.aboutpage-approach-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.aboutpage-cta-section{padding:70px 20px;background:linear-gradient(135deg,#9AC384 0%,#C1CFA2 100%);text-align:center}
.aboutpage-cta-content{max-width:800px;margin:0 auto}
.aboutpage-cta-content h2{font-size:2.2rem;color:#fff;margin-bottom:20px;font-weight:700}
.aboutpage-cta-content p{font-size:1.1rem;color:#fff;margin-bottom:35px;line-height:1.7}
.aboutpage-cta-button{display:inline-block;padding:16px 45px;background:#fff;color:#9AC384;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #00000026}
.aboutpage-cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 25px #0003}
@media (max-width: 992px) {
.aboutpage-values-display{grid-template-columns:1fr}
.aboutpage-values-image-stack{min-height:400px}
.aboutpage-team-showcase{grid-template-columns:1fr;padding:35px}
.aboutpage-approach-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.aboutpage-hero-content h1{font-size:2.2rem}
.aboutpage-hero-content .subheading-text{font-size:1.1rem}
.aboutpage-timeline-header h2,.aboutpage-values-intro h2,.aboutpage-team-header h2,.aboutpage-approach-intro h2{font-size:2rem}
.aboutpage-timeline-grid{grid-template-columns:1fr}
.aboutpage-expertise-list{grid-template-columns:1fr}
.aboutpage-values-img:nth-child(1),.aboutpage-values-img:nth-child(2){position:relative;width:100%;margin-bottom:20px}
.aboutpage-values-image-stack{min-height:auto}
.aboutpage-cta-content h2{font-size:1.8rem}
}
.hero-expense-main{background:linear-gradient(135deg,#E6F0DD 0%,#fff 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.hero-expense-main::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c1cfa233 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-text-area{z-index:2}
.hero-text-area h1{font-size:48px;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.hero-text-area p{font-size:19px;color:#495057;line-height:1.7;margin-bottom:32px}
.hero-cta-group{display:flex;gap:16px;flex-wrap:wrap}
.btn-primary-hero{background:#9AC384;color:#fff;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:17px;transition:all .3s ease;display:inline-block;border:2px solid #9AC384}
.btn-primary-hero:hover{background:#88b072;transform:translateY(-2px);box-shadow:0 6px 20px #9ac3844d}
.btn-secondary-hero{background:none;color:#495057;padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:17px;transition:all .3s ease;display:inline-block;border:2px solid #C1CFA2}
.btn-secondary-hero:hover{background:#E6F0DD;border-color:#9AC384}
.hero-image-container{position:relative;z-index:1}
.hero-image-container img{width:100%;height:500px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #0000001a}
.problems-section-expense{background:#fff;padding:100px 20px}
.problems-container-wrap{max-width:1200px;margin:0 auto}
.problems-header-text{text-align:center;margin-bottom:70px}
.problems-header-text h2{font-size:40px;color:#212529;margin-bottom:20px;font-weight:700}
.problems-header-text p{font-size:18px;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.problems-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.problem-card-item{background:#f8f9fa;padding:40px;border-radius:12px;border-left:5px solid #9AC384;transition:all .3s ease}
.problem-card-item:hover{transform:translateX(8px);box-shadow:0 8px 24px #00000014}
.problem-card-item h3{font-size:24px;color:#212529;margin-bottom:16px;font-weight:600}
.problem-card-item p{font-size:16px;color:#495057;line-height:1.7;margin-bottom:20px}
.solution-tag{display:inline-block;background:#E6F0DD;color:#495057;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600}
.approach-section-expense{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:100px 20px}
.approach-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:60px;align-items:start}
.approach-visual-side{position:sticky;top:100px}
.approach-image-stack{position:relative}
.approach-image-stack img:first-child{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #0000001a}
.approach-image-stack img:last-child{position:absolute;bottom:-30px;right:-30px;width:60%;height:250px;object-fit:cover;border-radius:12px;border:6px solid #fff;box-shadow:0 12px 40px #00000026}
.approach-text-content h2{font-size:40px;color:#212529;margin-bottom:28px;font-weight:700}
.approach-intro-text{font-size:18px;color:#495057;line-height:1.7;margin-bottom:50px}
.approach-step-list{display:flex;flex-direction:column;gap:40px}
.step-item-block{display:grid;grid-template-columns:60px 1fr;gap:24px;padding-left:0}
.step-number-circle{width:60px;height:60px;background:linear-gradient(135deg,#9AC384 0%,#C1CFA2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;flex-shrink:0}
.step-content-text h3{font-size:22px;color:#212529;margin-bottom:12px;font-weight:600}
.step-content-text p{font-size:16px;color:#495057;line-height:1.7}
.testimonial-section-expense{background:#E6F0DD;padding:100px 20px}
.testimonial-wrapper-main{max-width:1100px;margin:0 auto}
.testimonial-header-section{text-align:center;margin-bottom:60px}
.testimonial-header-section h2{font-size:40px;color:#212529;margin-bottom:20px;font-weight:700}
.testimonial-header-section p{font-size:18px;color:#495057;max-width:650px;margin:0 auto}
.testimonial-content-layout{display:grid;grid-template-columns:300px 1fr;gap:50px;background:#fff;padding:50px;border-radius:16px;box-shadow:0 12px 40px #00000014;align-items:start}
.testimonial-profile-side{text-align:center}
.testimonial-profile-side img{width:180px;height:180px;border-radius:50%;object-fit:cover;margin-bottom:24px;border:5px solid #E6F0DD}
.testimonial-profile-side h3{font-size:22px;color:#212529;margin-bottom:8px;font-weight:600}
.testimonial-profile-side p{font-size:16px;color:#495057;margin-bottom:20px}
.company-badge{display:inline-block;background:#E6F0DD;padding:8px 16px;border-radius:6px;font-size:14px;color:#495057;font-weight:600}
.testimonial-quote-side{display:flex;flex-direction:column;justify-content:center}
.quote-mark{font-size:60px;color:#C1CFA2;line-height:1;margin-bottom:20px}
.testimonial-quote-side blockquote{font-size:19px;color:#343a40;line-height:1.7;margin:0 0 24px;font-style:italic}
.results-highlight{background:#f8f9fa;padding:24px;border-radius:8px;border-left:4px solid #9AC384}
.results-highlight h4{font-size:18px;color:#212529;margin-bottom:12px;font-weight:600}
.results-highlight p{font-size:16px;color:#495057;line-height:1.6;margin:0}
@media (max-width: 768px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-area h1{font-size:36px}
.hero-image-container img{height:350px}
.problems-grid-layout{grid-template-columns:1fr;gap:24px}
.problem-card-item{padding:28px}
.approach-content-wrapper{grid-template-columns:1fr;gap:40px}
.approach-visual-side{position:relative;top:0}
.approach-image-stack img:last-child{bottom:-20px;right:-20px;width:50%}
.testimonial-content-layout{grid-template-columns:1fr;padding:35px;gap:35px}
.hero-expense-main{padding:60px 20px 80px}
.problems-section-expense,.approach-section-expense,.testimonial-section-expense{padding:70px 20px}
}
.contact-hub-main{background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#E6F0DD 100%);min-height:100vh;padding:0;margin:0}
.contact-intro-zone{background:#fff;padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-intro-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#E6F0DD 0%,transparent 70%);opacity:.4;z-index:1}
.contact-intro-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.contact-intro-headline{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.contact-intro-subtext{font-size:1.15rem;color:#495057;line-height:1.7;max-width:700px}
.reach-out-section{padding:70px 20px;background:#f8f9fa}
.reach-out-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.info-cards-stack{display:flex;flex-direction:column;gap:25px}
.info-individual-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #9AC384;transition:transform .3s ease,box-shadow .3s ease}
.info-individual-card:hover{transform:translateX(8px);box-shadow:0 4px 20px #9ac38426}
.info-card-label{font-size:.85rem;color:#9AC384;text-transform:uppercase;letter-spacing:1.2px;font-weight:600;margin-bottom:10px}
.info-card-detail{font-size:1.1rem;color:#212529;line-height:1.6;font-weight:500}
.info-card-detail a{color:#212529;text-decoration:none;transition:color .2s ease}
.info-card-detail a:hover{color:#9AC384}
.message-form-container{background:#fff;padding:45px;border-radius:16px;box-shadow:0 4px 24px #00000014}
.form-title-text{font-size:1.8rem;color:#212529;margin-bottom:30px;font-weight:600}
.input-group-block{margin-bottom:25px}
.input-label-text{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.text-input-field,.textarea-input-field{width:100%;padding:14px 16px;border:2px solid #E6F0DD;border-radius:8px;font-size:1rem;color:#212529;transition:border-color .3s ease,box-shadow .3s ease;background:#fafbfc;box-sizing:border-box}
.text-input-field:focus,.textarea-input-field:focus{outline:none;border-color:#9AC384;box-shadow:0 0 0 3px #9ac3841a;background:#fff}
.textarea-input-field{min-height:140px;resize:vertical;font-family:inherit}
.privacy-consent-block{margin:25px 0;display:flex;align-items:start;gap:12px}
.privacy-checkbox-input{margin-top:3px;width:18px;height:18px;cursor:pointer;accent-color:#9AC384}
.privacy-label-text{font-size:.9rem;color:#495057;line-height:1.5}
.privacy-label-text a{color:#9AC384;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s ease}
.privacy-label-text a:hover{border-bottom-color:#9AC384}
.submit-message-btn{background:linear-gradient(135deg,#9AC384 0%,#C1CFA2 100%);color:#fff;padding:16px 40px;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;box-shadow:0 4px 12px #9ac3844d;width:100%;position:relative;z-index:10}
.submit-message-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9ac38466}
.submit-message-btn:active{transform:translateY(0)}
.visual-context-area{padding:80px 20px;background:#fff;position:relative}
.visual-context-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.context-text-block{padding-right:30px}
.context-headline-text{font-size:2.2rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.context-description-para{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.context-image-block{position:relative}
.context-showcase-img{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 32px #0000001f;display:block}
.alternative-reach-section{padding:70px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#E6F0DD 100%)}
.alternative-reach-wrapper{max-width:1200px;margin:0 auto}
.alternative-headline{font-size:2rem;color:#212529;text-align:center;margin-bottom:50px;font-weight:600}
.methods-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.method-card-item{background:#fff;padding:35px 30px;border-radius:12px;box-shadow:0 3px 16px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border-top:3px solid #C1CFA2}
.method-card-item:hover{transform:translateY(-6px);box-shadow:0 6px 28px #9ac38433}
.method-icon-circle{width:70px;height:70px;background:linear-gradient(135deg,#E6F0DD 0%,#C1CFA2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2rem;color:#9AC384}
.method-card-title{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.method-card-text{font-size:1rem;color:#495057;line-height:1.6}
.imagery-showcase-section{padding:70px 20px;background:#fff}
.imagery-showcase-wrapper{max-width:1200px;margin:0 auto}
.showcase-visual-img{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:block}
@media (max-width: 968px) {
.reach-out-wrapper{grid-template-columns:1fr;gap:40px}
.visual-context-wrapper{grid-template-columns:1fr;gap:40px}
.context-text-block{padding-right:0}
.contact-intro-headline{font-size:2.2rem}
.form-title-text{font-size:1.5rem}
.methods-grid-layout{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.contact-intro-zone{padding:60px 20px 40px}
.contact-intro-headline{font-size:1.8rem}
.contact-intro-subtext{font-size:1rem}
.message-form-container{padding:30px 20px}
.context-headline-text{font-size:1.7rem}
.alternative-headline{font-size:1.6rem}
.submit-message-btn{padding:14px 30px;font-size:1rem}
}
.services-hero-wrap{background:linear-gradient(135deg,#E6F0DD 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.services-hero-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#c1cfa233 0%,transparent 70%);border-radius:50%}
.services-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.services-hero-title{font-size:48px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.2}
.services-hero-subtitle{font-size:20px;color:#495057;line-height:1.6;max-width:700px}
.services-main-grid{max-width:1200px;margin:0 auto;padding:0 20px 80px}
.services-block-one{background:#fff;padding:80px 0;position:relative}
.services-block-one-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.services-block-one-content{padding:20px 0}
.services-block-one-heading{font-size:36px;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.3}
.services-block-one-text{font-size:17px;color:#495057;line-height:1.7;margin:0 0 20px}
.services-block-one-list{list-style:none;padding:0;margin:30px 0 0}
.services-block-one-list li{font-size:16px;color:#343a40;padding:12px 0 12px 30px;position:relative;line-height:1.6}
.services-block-one-list li::before{content:'';position:absolute;left:0;top:18px;width:8px;height:8px;background:#9AC384;border-radius:50%}
.services-block-one-image{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #00000014}
.services-block-two{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:80px 0}
.services-block-two-inner{max-width:1000px;margin:0 auto;text-align:center}
.services-block-two-heading{font-size:38px;font-weight:700;color:#212529;margin:0 0 50px;line-height:1.3}
.services-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:0 0 50px}
.services-feature-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.services-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}
.services-feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#9AC384 0%,#C1CFA2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:28px;color:#fff}
.services-feature-title{font-size:20px;font-weight:600;color:#212529;margin:0 0 12px}
.services-feature-desc{font-size:15px;color:#495057;line-height:1.6;margin:0}
.services-block-three{background:#fff;padding:80px 0}
.services-block-three-inner{display:flex;gap:80px;align-items:center}
.services-block-three-images{flex:0 0 45%;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.services-block-three-img{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #00000014}
.services-block-three-img:first-child{grid-column:1 / -1;height:320px}
.services-block-three-content{flex:1}
.services-block-three-heading{font-size:36px;font-weight:700;color:#212529;margin:0 0 24px;line-height:1.3}
.services-block-three-text{font-size:17px;color:#495057;line-height:1.7;margin:0 0 20px}
.services-process-steps{margin:30px 0 0;padding:0;list-style:none}
.services-process-step{display:flex;gap:20px;margin:0 0 30px;align-items:start}
.services-step-number{flex:0 0 50px;width:50px;height:50px;background:linear-gradient(135deg,#9AC384 0%,#C1CFA2 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff}
.services-step-content h3{font-size:19px;font-weight:600;color:#212529;margin:0 0 8px}
.services-step-content p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.services-block-four{background:linear-gradient(135deg,#E6F0DD 0%,#f8f9fa 100%);padding:80px 0}
.services-block-four-inner{max-width:900px;margin:0 auto}
.services-block-four-heading{font-size:36px;font-weight:700;color:#212529;text-align:center;margin:0 0 50px;line-height:1.3}
.services-testimonial-container{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.services-testimonial-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 6px 20px #00000014;position:relative}
.services-testimonial-quote{font-size:16px;color:#343a40;line-height:1.7;margin:0 0 30px;font-style:italic}
.services-testimonial-author{display:flex;align-items:center;gap:16px}
.services-testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #E6F0DD}
.services-testimonial-info{flex:1}
.services-testimonial-name{font-size:17px;font-weight:600;color:#212529;margin:0 0 4px}
.services-testimonial-role{font-size:14px;color:#495057;margin:0}
.services-cta-section{text-align:center;margin:60px 0 0;padding:50px 40px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000f}
.services-cta-title{font-size:28px;font-weight:700;color:#212529;margin:0 0 16px}
.services-cta-text{font-size:17px;color:#495057;margin:0 0 30px;line-height:1.6}
.services-cta-button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#9AC384 0%,#C1CFA2 100%);color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #9ac3844d}
.services-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9ac38466;color:#fff}
@media (max-width: 992px) {
.services-hero-title{font-size:38px}
.services-block-one-inner{grid-template-columns:1fr;gap:40px}
.services-block-one-image{height:400px}
.services-feature-grid{grid-template-columns:1fr;gap:30px}
.services-block-three-inner{flex-direction:column;gap:50px}
.services-block-three-images{flex:0 0 100%}
.services-testimonial-container{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.services-hero-wrap{padding:60px 20px 40px}
.services-hero-title{font-size:32px}
.services-hero-subtitle{font-size:18px}
.services-block-one{padding:60px 0}
.services-block-one-heading,.services-block-three-heading,.services-block-four-heading{font-size:28px}
.services-block-two-heading{font-size:30px}
.services-block-one-image{height:320px}
.services-block-three-img{height:240px}
.services-block-three-img:first-child{height:280px}
.services-testimonial-card{padding:30px}
.services-cta-section{padding:40px 30px}
.services-cta-title{font-size:24px}
}
@media (max-width: 576px) {
.services-hero-title{font-size:28px}
.services-hero-subtitle{font-size:16px}
.services-block-one-heading,.services-block-three-heading{font-size:24px}
.services-block-two-heading,.services-block-four-heading{font-size:26px}
.services-block-three-images{grid-template-columns:1fr}
.services-block-three-img:first-child{height:240px}
.services-process-step{flex-direction:column;gap:12px}
.services-step-number{width:45px;height:45px;font-size:20px}
.services-cta-button{width:100%;padding:14px 30px}
}
.team-primary-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh}
.team-hero-block{padding:80px 20px 60px;background:linear-gradient(to bottom right,#E6F0DD 0%,#fff 50%);position:relative;overflow:hidden}
.team-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c1cfa233 0%,transparent 70%);border-radius:50%}
.team-hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.team-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.team-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:650px;margin:0 auto}
.team-dual-concept-section{padding:0;background:#fff}
.team-split-container{display:flex;min-height:500px}
.team-split-left{flex:1;background:linear-gradient(135deg,#9AC384 0%,#C1CFA2 100%);padding:60px 50px;display:flex;flex-direction:column;justify-content:center;color:#fff}
.team-split-right{flex:1;background:#f8f9fa;padding:60px 50px;display:flex;flex-direction:column;justify-content:center}
.team-split-left h2{font-size:2rem;margin-bottom:25px;font-weight:700;color:#fff}
.team-split-left p{font-size:1.05rem;line-height:1.8;margin-bottom:15px;color:#fffffff2}
.team-split-right h2{font-size:2rem;margin-bottom:25px;font-weight:700;color:#212529}
.team-split-right p{font-size:1.05rem;line-height:1.8;margin-bottom:15px;color:#495057}
.team-profiles-section{padding:80px 20px;background:linear-gradient(to bottom,#fff 0%,#f8f9fa 100%)}
.team-profiles-wrapper{max-width:1100px;margin:0 auto}
.team-profiles-header{text-align:center;margin-bottom:60px}
.team-profiles-header h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.team-profiles-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.team-members-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}
.team-member-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.team-member-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #9ac38440}
.team-member-image{width:100%;height:320px;overflow:hidden;background:#E6F0DD}
.team-member-image img{width:100%;height:100%;object-fit:cover}
.team-member-info{padding:30px 25px}
.team-member-info h3{font-size:1.4rem;color:#212529;margin-bottom:8px;font-weight:700}
.team-member-role{font-size:.95rem;color:#9AC384;font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}
.team-member-info p{font-size:.98rem;color:#495057;line-height:1.7}
.team-showcase-section{padding:80px 20px;background:#fff}
.team-showcase-container{max-width:1200px;margin:0 auto}
.team-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.team-showcase-images{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.team-showcase-img-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 6px 25px #0000001a}
.team-showcase-img-wrapper img{width:100%;height:280px;object-fit:cover;display:block;transition:transform .4s ease}
.team-showcase-img-wrapper:hover img{transform:scale(1.08)}
.team-showcase-img-wrapper:first-child{grid-column:1 / -1}
.team-showcase-img-wrapper:first-child img{height:350px}
.team-showcase-content h2{font-size:2.2rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.team-showcase-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.team-showcase-list{list-style:none;padding:0;margin:30px 0 0}
.team-showcase-list li{padding:12px 0 12px 35px;position:relative;font-size:1.02rem;color:#343a40;line-height:1.6}
.team-showcase-list li::before{content:'';position:absolute;left:0;top:12px;color:#9AC384;font-weight:700;font-size:1.2rem}
.team-cta-button{display:inline-block;margin-top:30px;padding:14px 35px;background:linear-gradient(135deg,#9AC384 0%,#C1CFA2 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #9ac3844d}
.team-cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 25px #9ac38466}
@media (max-width: 768px) {
.team-hero-content h1{font-size:2rem}
.team-hero-content p{font-size:1.05rem}
.team-split-container{flex-direction:column}
.team-split-left,.team-split-right{padding:40px 25px}
.team-split-left h2,.team-split-right h2{font-size:1.6rem}
.team-members-grid{grid-template-columns:1fr;gap:30px}
.team-showcase-grid{grid-template-columns:1fr;gap:40px}
.team-showcase-content{order:1}
.team-showcase-images{order:2}
.team-profiles-header h2{font-size:1.9rem}
.team-showcase-content h2{font-size:1.8rem}
}
@media (max-width: 480px) {
.team-hero-block{padding:60px 15px 40px}
.team-profiles-section,.team-showcase-section{padding:60px 15px}
.team-split-left,.team-split-right{padding:35px 20px}
.team-showcase-images{grid-template-columns:1fr}
.team-showcase-img-wrapper:first-child{grid-column:1}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #9ac3841a;padding:50px}
@media (max-width: 768px) {
.cookie-policy-container{padding:30px 20px}
.cookie-policy-wrapper{padding:40px 15px}
}
.cookie-header-section{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #E6F0DD}
.cookie-header-section h1{font-size:42px;color:#212529;margin-bottom:15px;font-weight:700;line-height:1.2}
.cookie-header-section .last-updated{font-size:15px;color:#6c757d;font-style:italic}
.cookie-content-section{margin-bottom:45px}
.cookie-content-section h2{font-size:28px;color:#343a40;margin-bottom:20px;font-weight:600;padding-left:15px;border-left:4px solid #9AC384}
.cookie-content-section h3{font-size:22px;color:#495057;margin:25px 0 15px;font-weight:600}
.cookie-content-section p{font-size:16px;line-height:1.8;color:#212529;margin-bottom:18px}
.cookie-content-section ul{margin:20px 0;padding-left:25px}
.cookie-content-section ul li{font-size:16px;line-height:1.8;color:#212529;margin-bottom:12px;position:relative}
.cookie-content-section ul li::marker{color:#9AC384}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin:30px 0}
.cookie-type-card{background:#f8f9fa;border-radius:8px;padding:25px;border-left:5px solid #C1CFA2;transition:all .3s ease}
.cookie-type-card:hover{transform:translateX(5px);box-shadow:0 3px 15px #9ac38433}
.cookie-type-card h4{font-size:20px;color:#343a40;margin-bottom:12px;font-weight:600}
.cookie-type-card p{font-size:15px;line-height:1.7;color:#495057;margin-bottom:0}
.cookie-info-box{background:linear-gradient(135deg,#E6F0DD 0%,#f8f9fa 100%);border-radius:10px;padding:30px;margin:30px 0;border:2px solid #C1CFA2}
.cookie-info-box h3{color:#343a40;margin-top:0}
.cookie-info-box p{margin-bottom:0}
.browser-controls-section{background:#fff;border:2px solid #E6F0DD;border-radius:8px;padding:25px;margin:25px 0}
.browser-controls-section h4{font-size:19px;color:#343a40;margin-bottom:15px;font-weight:600}
.browser-controls-section p{font-size:15px;line-height:1.7;color:#495057}
.cookie-contact-section{background:linear-gradient(135deg,#9AC384 0%,#C1CFA2 100%);border-radius:10px;padding:35px;text-align:center;margin-top:50px}
.cookie-contact-section h3{color:#fff;font-size:24px;margin-bottom:15px;font-weight:600}
.cookie-contact-section p{color:#fff;font-size:16px;margin-bottom:20px}
.cookie-contact-section a{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .3s ease}
.cookie-contact-section a:hover{opacity:.8}
.cookie-table-wrapper{overflow-x:auto;margin:25px 0}
.cookie-details-table{width:100%;border-collapse:collapse;background:#fff}
.cookie-details-table th{background:#9AC384;color:#fff;padding:15px;text-align:left;font-weight:600;font-size:15px}
.cookie-details-table td{padding:15px;border-bottom:1px solid #E6F0DD;color:#212529;font-size:15px;line-height:1.6}
.cookie-details-table tr:hover{background:#f8f9fa}
@media (max-width: 768px) {
.cookie-header-section h1{font-size:32px}
.cookie-content-section h2{font-size:24px}
.cookie-content-section h3{font-size:20px}
.cookie-type-card{padding:20px}
.cookie-info-box{padding:20px}
.cookie-contact-section{padding:25px 20px}
}
.retention-period-highlight{background:#f8f9fa;padding:20px;border-radius:8px;margin:20px 0;border-left:4px solid #9AC384}
.retention-period-highlight strong{color:#343a40;font-size:17px}
.retention-period-highlight p{margin-bottom:0;margin-top:8px}
.privacy-policy-wrapper{background:#fff;min-height:100vh;padding:60px 0}
.privacy-container{max-width:900px;margin:0 auto;padding:0 20px}
.privacy-header-section{text-align:center;margin-bottom:50px;padding-bottom:40px;border-bottom:3px solid #E6F0DD}
.privacy-main-title{font-size:2.8rem;color:#212529;margin-bottom:15px;font-weight:700;line-height:1.2}
.privacy-update-date{font-size:1.1rem;color:#495057;margin-bottom:25px;font-style:italic}
.privacy-intro-text{font-size:1.15rem;color:#343a40;line-height:1.7;max-width:750px;margin:0 auto}
.privacy-content-block{margin-bottom:45px;background:#fafbfc;padding:35px;border-radius:8px;border-left:5px solid #9AC384}
.privacy-section-heading{font-size:1.9rem;color:#212529;margin-bottom:20px;font-weight:600}
.privacy-subsection-heading{font-size:1.4rem;color:#343a40;margin-top:25px;margin-bottom:15px;font-weight:600}
.privacy-text-paragraph{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.privacy-list-standard{margin:20px 0;padding-left:25px}
.privacy-list-standard li{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:12px}
.privacy-emphasis-box{background:#E6F0DD;padding:25px;border-radius:6px;margin:25px 0;border:2px solid #C1CFA2}
.privacy-emphasis-box .privacy-text-paragraph{margin-bottom:0;color:#343a40;font-weight:500}
.privacy-data-table{width:100%;border-collapse:collapse;margin:25px 0;background:#fff;border-radius:6px;overflow:hidden}
.privacy-data-table th{background:#9AC384;color:#fff;padding:15px;text-align:left;font-weight:600;font-size:1.05rem}
.privacy-data-table td{padding:15px;border-bottom:1px solid #E6F0DD;color:#495057;font-size:1.05rem;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#fafbfc}
.privacy-contact-section{background:linear-gradient(135deg,#E6F0DD 0%,#C1CFA2 100%);padding:40px;border-radius:8px;margin-top:50px;text-align:center}
.privacy-contact-heading{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:600}
.privacy-contact-details{font-size:1.1rem;color:#343a40;line-height:1.8;margin-bottom:12px}
.privacy-contact-details strong{color:#212529;font-weight:600}
.privacy-link-styled{color:#212529;text-decoration:none;border-bottom:2px solid #9AC384;transition:all .3s ease}
.privacy-link-styled:hover{color:#9AC384;border-bottom-color:#212529}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:40px 0}
.privacy-main-title{font-size:2.2rem}
.privacy-section-heading{font-size:1.6rem}
.privacy-subsection-heading{font-size:1.2rem}
.privacy-content-block{padding:25px 20px}
.privacy-emphasis-box{padding:20px}
.privacy-contact-section{padding:30px 20px}
.privacy-data-table{font-size:.95rem}
.privacy-data-table th,.privacy-data-table td{padding:12px 10px}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.8rem}
.privacy-text-paragraph,.privacy-list-standard li{font-size:1rem}
.privacy-content-block{padding:20px 15px}
}
.success-confirmation-page{background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#E6F0DD 100%);min-height:100vh;padding:0;margin:0}
.success-header-block{background:linear-gradient(to bottom right,#9AC384,#C1CFA2);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.success-header-block::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);animation:pulse-gentle 4s ease-in-out infinite}
@keyframes pulse-gentle {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.1);opacity:.5}
}
.success-checkmark-wrapper{width:120px;height:120px;margin:0 auto 30px;position:relative;animation:scale-in .6s cubic-bezier(0.175,0.885,0.32,1.275)}
@keyframes scale-in {
0%{transform:scale(0) rotate(-180deg);opacity:0}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.success-checkmark-circle{width:120px;height:120px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000001f}
.success-checkmark-icon{width:60px;height:60px;stroke:#9AC384;stroke-width:3;fill:none;animation:draw-check .8s ease-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success-main-heading{font-size:48px;font-weight:700;color:#fff;margin:0 0 16px;position:relative;z-index:1;letter-spacing:-.5px}
.success-subheading-text{font-size:20px;color:#fffffff2;margin:0;position:relative;z-index:1;font-weight:400}
.success-content-container{max-width:680px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:2}
.success-message-card{background:#fff;border-radius:16px;padding:48px 40px;box-shadow:0 12px 40px #00000014;margin-bottom:32px;border:1px solid #E6F0DD}
.success-message-card p{font-size:17px;line-height:1.7;color:#343a40;margin:0 0 20px}
.success-message-card p:last-child{margin-bottom:0}
.success-message-card strong{color:#212529;font-weight:600}
.success-timeline-section{background:#fafbfc;border-radius:12px;padding:36px 32px;margin-bottom:32px;border-left:4px solid #9AC384}
.timeline-section-title{font-size:22px;font-weight:600;color:#212529;margin:0 0 28px;display:flex;align-items:center;gap:12px}
.timeline-section-title::before{content:'';width:8px;height:8px;background:#9AC384;border-radius:50%}
.timeline-steps-list{display:flex;flex-direction:column;gap:24px}
.timeline-single-step{display:flex;gap:20px;align-items:flex-start}
.timeline-step-number{width:40px;height:40px;background:linear-gradient(135deg,#9AC384,#C1CFA2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0;box-shadow:0 4px 12px #9ac3844d}
.timeline-step-content h3{font-size:18px;font-weight:600;color:#212529;margin:0 0 8px}
.timeline-step-content p{font-size:16px;line-height:1.6;color:#495057;margin:0}
.success-navigation-area{background:#fff;border-radius:12px;padding:36px 32px;box-shadow:0 4px 16px #0000000f;margin-bottom:32px}
.navigation-area-title{font-size:20px;font-weight:600;color:#212529;margin:0 0 24px;text-align:center}
.navigation-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}
.nav-button-link{display:block;padding:16px 24px;background:#f8f9fa;border:2px solid #E6F0DD;border-radius:10px;text-align:center;text-decoration:none;color:#343a40;font-weight:600;font-size:16px;transition:all .3s ease;position:relative;overflow:hidden}
.nav-button-link::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#9ac3841a,transparent);transition:left .5s ease}
.nav-button-link:hover{background:#E6F0DD;border-color:#9AC384;transform:translateY(-2px);box-shadow:0 6px 20px #9ac38433}
.nav-button-link:hover::before{left:100%}
.nav-button-primary{background:linear-gradient(135deg,#9AC384,#C1CFA2);border-color:#9AC384;color:#fff}
.nav-button-primary:hover{background:linear-gradient(135deg,#8ab374,#b1bf92);transform:translateY(-2px);box-shadow:0 8px 24px #9ac38459}
.success-resources-block{background:linear-gradient(135deg,#E6F0DD 0%,#C1CFA2 100%);border-radius:12px;padding:40px 32px;margin-bottom:32px}
.resources-block-heading{font-size:22px;font-weight:600;color:#212529;margin:0 0 24px;text-align:center}
.resources-info-grid{display:grid;gap:20px}
.resource-info-item{background:#fff;border-radius:10px;padding:24px;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.resource-info-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}
.resource-info-item h3{font-size:18px;font-weight:600;color:#212529;margin:0 0 12px;display:flex;align-items:center;gap:10px}
.resource-info-item h3::before{content:'→';color:#9AC384;font-size:24px;font-weight:700}
.resource-info-item p{font-size:16px;line-height:1.6;color:#495057;margin:0}
.success-contact-reminder{background:#fff;border-radius:12px;padding:32px;text-align:center;border:2px dashed #C1CFA2}
.contact-reminder-heading{font-size:20px;font-weight:600;color:#212529;margin:0 0 16px}
.contact-details-list{display:flex;flex-direction:column;gap:12px;align-items:center}
.contact-detail-item{font-size:16px;color:#495057;display:flex;align-items:center;gap:10px}
.contact-detail-item a{color:#9AC384;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-detail-item a:hover{color:#8ab374;text-decoration:underline}
@media (max-width: 768px) {
.success-header-block{padding:60px 20px 50px}
.success-main-heading{font-size:36px}
.success-subheading-text{font-size:18px}
.success-message-card{padding:32px 24px}
.success-timeline-section{padding:28px 20px}
.navigation-buttons-grid{grid-template-columns:1fr}
.success-content-container{padding:0 16px 60px}
.timeline-section-title{font-size:20px}
.success-checkmark-wrapper{width:100px;height:100px;margin-bottom:24px}
.success-checkmark-circle{width:100px;height:100px}
.success-checkmark-icon{width:50px;height:50px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:28px}
.success-subheading-text{font-size:16px}
.timeline-step-number{width:36px;height:36px;font-size:14px}
.timeline-single-step{gap:16px}
}