:root{--primary-clr:#ABA98F;--secondary-clr:#D3D3C7;--tertiary-clr:#DEDFD3;--dark-text:#1a1a1a;--medium-text:#4a4a4a;--light-bg:#fff;--subtle-bg:#f8f9fa;--border-clr:#e5e5e5}
*{margin:0;padding:0;box-sizing:border-box}
body{background:var(--light-bg);color:var(--dark-text);font:16px/1.6 'Space Grotesk',system-ui,-apple-system,sans-serif}
.header_wrapper_gpw{background:linear-gradient(135deg,var(--tertiary-clr) 0%,var(--light-bg) 100%);border-bottom:3px solid var(--secondary-clr);position:relative;padding:0}
.header_banner_text{background:radial-gradient(ellipse at top,var(--secondary-clr),var(--tertiary-clr));text-align:center;padding:2.5rem 1rem 1rem;position:relative;overflow:hidden}
.header_banner_text::before{content:'GLOWPULSEWAVE';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(4rem,12vw,8rem);font-weight:900;color:#aba98f14;letter-spacing:.15em;white-space:nowrap;pointer-events:none;z-index:1}
.header_brand_name_gpw{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:var(--primary-clr);letter-spacing:.05em;text-transform:uppercase;position:relative;z-index:2;text-shadow:0 2px 4px #0000000d}
.header_location_info{font-size:.95rem;color:var(--medium-text);margin-top:.5rem;font-weight:400;position:relative;z-index:2}
.header_content_overlay{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;max-width:1400px;margin:0 auto;position:relative;z-index:10;background:#ffffffd9;backdrop-filter:blur(8px)}
.logo_container_gpw{flex-shrink:0;margin-right:2rem}
.logo_image_gpw{height:65px;width:65px;display:block;object-fit:contain}
.nav_primary_gpw{flex-grow:1;display:flex;justify-content:flex-end}
.nav_list_gpw{list-style:none;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.nav_item_gpw{position:relative}
.nav_link_gpw{display:block;padding:.75rem 1.5rem;color:var(--dark-text);text-decoration:none;font-weight:500;font-size:1rem;transition:background-color .25s ease,color .25s ease;border-radius:4px;white-space:nowrap}
.nav_link_gpw:hover,.nav_link_gpw:focus{color:var(--light-bg);outline:2px solid var(--primary-clr);outline-offset:2px;background:var(--primary-clr)}
.nav_link_gpw:focus{outline-width:3px}
.footer_master_gpw{background:linear-gradient(to bottom,var(--subtle-bg) 0%,var(--secondary-clr) 100%);padding:3.5rem 2rem 2rem;margin-top:4rem;border-top:4px solid var(--primary-clr)}
.footer_grid_container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:2.5rem}
.footer_section_gpw{display:flex;flex-direction:column;gap:1rem}
.footer_heading_gpw{font-size:1.3rem;font-weight:700;color:var(--dark-text);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}
.footer_logo_section{align-items:center}
.footer_logo_img{height:70px;width:70px;margin-bottom:1rem}
.footer_company_name{font-size:1.5rem;font-weight:700;color:var(--primary-clr);margin-bottom:.5rem}
.footer_tagline{font-size:.95rem;color:var(--medium-text);line-height:1.5}
.contact_list_gpw{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.contact_item_gpw{display:flex;align-items:flex-start;gap:.5rem}
.contact_label_gpw{font-weight:600;color:var(--medium-text);min-width:70px}
.contact_value_gpw{color:var(--dark-text)}
.contact_link_gpw{color:var(--dark-text);text-decoration:none;transition:color .25s ease}
.contact_link_gpw:hover,.contact_link_gpw:focus{color:var(--primary-clr);text-decoration:underline;outline:2px solid var(--primary-clr);outline-offset:2px}
.service_links_list{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.service_link_item{position:relative}
.service_link_gpw{color:var(--dark-text);text-decoration:none;font-size:.95rem;transition:color .25s ease,transform .2s ease;display:inline-block;padding:.3rem 0}
.service_link_gpw:hover,.service_link_gpw:focus{color:var(--primary-clr);transform:translateX(5px);text-decoration:underline;outline:2px solid var(--primary-clr);outline-offset:2px}
.footer_divider_gpw{height:2px;background:linear-gradient(to right,transparent,var(--primary-clr),transparent);margin:2rem 0;border:none}
.footer_disclaimer_box{background:#fff9;border-left:4px solid var(--primary-clr);padding:1.5rem;margin:2rem auto;max-width:1200px;border-radius:4px}
.disclaimer_title_gpw{font-size:1.1rem;font-weight:700;color:var(--dark-text);margin-bottom:.75rem}
.disclaimer_text_gpw{font-size:.9rem;color:var(--medium-text);line-height:1.7}
.footer_bottom_gpw{text-align:center;padding-top:1.5rem;border-top:1px solid var(--border-clr)}
.copyright_text_gpw{font-size:.9rem;color:var(--medium-text)}
.consent_overlay_gpw{position:fixed;bottom:20px;right:20px;max-width:420px;background:var(--light-bg);border:3px solid var(--primary-clr);border-radius:8px;padding:1.8rem;box-shadow:0 8px 24px #00000026;z-index:9999;opacity:0;transform:translateY(30px);animation:slideUpFade .4s ease forwards}
@keyframes slideUpFade {
to{opacity:1;transform:translateY(0)}
}
.consent_heading_gpw{font-size:1.25rem;font-weight:700;color:var(--dark-text);margin-bottom:1rem}
.consent_message_gpw{font-size:.95rem;color:var(--medium-text);line-height:1.6;margin-bottom:1.5rem}
.consent_actions_gpw{display:flex;gap:.75rem;flex-wrap:wrap}
.consent_btn_gpw{flex:1;min-width:120px;padding:.75rem 1.25rem;border:2px solid var(--primary-clr);background:var(--primary-clr);color:var(--light-bg);font-weight:600;font-size:.95rem;cursor:pointer;border-radius:4px;transition:background-color .25s ease,transform .2s ease;font-family:inherit}
.consent_btn_gpw:hover,.consent_btn_gpw:focus{background:var(--dark-text);border-color:var(--dark-text);transform:translateY(-2px);outline:2px solid var(--primary-clr);outline-offset:2px}
.consent_btn_secondary{background:none;color:var(--dark-text);border-color:var(--border-clr)}
.consent_btn_secondary:hover,.consent_btn_secondary:focus{background:var(--subtle-bg);border-color:var(--primary-clr);color:var(--dark-text)}
.consent_policy_link{display:block;text-align:center;margin-top:1rem;font-size:.9rem;color:var(--primary-clr);text-decoration:underline;transition:color .25s ease}
.consent_policy_link:hover,.consent_policy_link:focus{color:var(--dark-text);outline:2px solid var(--primary-clr);outline-offset:2px}
@media (max-width: 768px) {
.header_banner_text{padding:1.5rem 1rem .75rem}
.header_banner_text::before{font-size:clamp(2.5rem,8vw,4rem)}
.header_content_overlay{flex-direction:column;padding:1.25rem 1.5rem;gap:1.25rem}
.logo_container_gpw{margin-right:0}
.nav_primary_gpw{width:100%}
.nav_list_gpw{justify-content:center;gap:.5rem}
.nav_link_gpw{padding:.6rem 1rem;font-size:.9rem}
.footer_grid_container{grid-template-columns:1fr;gap:2rem}
.consent_overlay_gpw{bottom:10px;right:10px;left:10px;max-width:none}
.consent_actions_gpw{flex-direction:column}
.consent_btn_gpw{width:100%}
}
@media print {
.header_wrapper_gpw,.footer_master_gpw,.consent_overlay_gpw{display:none}
body{background:#fff;color:#000}
main{page-break-before:auto;page-break-after:auto}
@page{margin:2cm}
}
@media (prefers-reduced-motion: reduce) {
*,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
.glow-index-wrapper{background:#fafbfc;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.7;overflow-x:hidden}
.glow-hero-main{background:linear-gradient(135deg,#f8f9fa 0%,#DEDFD3 100%);padding:120px 20px 80px;position:relative}
.glow-hero-content-wrap{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.glow-hero-text-side h1{font-size:2.8rem;font-weight:700;color:#343a40;margin-bottom:24px;letter-spacing:-.5px}
.glow-hero-text-side p{font-size:1.15rem;color:#495057;margin-bottom:32px}
.glow-hero-img-side img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #00000014}
.glow-btn-primary{display:inline-block;padding:14px 36px;background:#ABA98F;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}
.glow-btn-primary:hover{background:#9a9880;transform:translateY(-2px);box-shadow:0 6px 20px #aba98f4d}
.glow-story-block{padding:90px 20px;background:#fff}
.glow-story-inner{max-width:960px;margin:0 auto}
.glow-story-inner h2{font-size:2.2rem;color:#343a40;margin-bottom:28px;font-weight:700}
.glow-story-inner p{font-size:1.05rem;color:#495057;margin-bottom:20px}
.glow-approach-zone{padding:100px 20px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.glow-approach-container{max-width:1200px;margin:0 auto}
.glow-approach-header{text-align:center;margin-bottom:70px}
.glow-approach-header h2{font-size:2.4rem;color:#343a40;margin-bottom:18px;font-weight:700}
.glow-approach-header p{font-size:1.1rem;color:#495057;max-width:720px;margin:0 auto}
.glow-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.glow-method-card{background:#fff;padding:40px 32px;border-radius:8px;box-shadow:0 4px 12px #0000000f;transition:all .3s ease;border-left:4px solid #ABA98F}
.glow-method-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001a}
.glow-method-card h3{font-size:1.4rem;color:#343a40;margin-bottom:16px;font-weight:600}
.glow-method-card p{font-size:1rem;color:#495057;line-height:1.7}
.glow-results-showcase{padding:90px 20px;background:#DEDFD3}
.glow-results-wrap{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.glow-results-visual img{width:100%;height:auto;border-radius:10px;box-shadow:0 6px 18px #0000001a}
.glow-results-content h2{font-size:2.1rem;color:#343a40;margin-bottom:24px;font-weight:700}
.glow-results-content p{font-size:1.05rem;color:#495057;margin-bottom:18px}
.glow-stat-row{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:36px}
.glow-stat-item{background:#ffffffb3;padding:24px;border-radius:6px}
.glow-stat-number{font-size:2rem;font-weight:700;color:#ABA98F;display:block;margin-bottom:8px}
.glow-stat-label{font-size:.95rem;color:#495057}
.glow-pricing-section{padding:100px 20px;background:#fff}
.glow-pricing-container{max-width:1080px;margin:0 auto}
.glow-pricing-header{text-align:center;margin-bottom:60px}
.glow-pricing-header h2{font-size:2.3rem;color:#343a40;margin-bottom:16px;font-weight:700}
.glow-pricing-header p{font-size:1.08rem;color:#495057}
.glow-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.glow-price-card{background:#f8f9fa;padding:44px 32px;border-radius:10px;border:2px solid #D3D3C7;transition:all .3s ease;position:relative}
.glow-price-card:hover{border-color:#ABA98F;box-shadow:0 10px 30px #00000014}
.glow-price-card.featured-plan{background:linear-gradient(135deg,#DEDFD3 0%,#D3D3C7 100%);border-color:#ABA98F;transform:scale(1.05)}
.glow-price-name{font-size:1.5rem;color:#343a40;font-weight:600;margin-bottom:12px}
.glow-price-amount{font-size:2.6rem;color:#ABA98F;font-weight:700;margin-bottom:8px}
.glow-price-period{font-size:.95rem;color:#495057;margin-bottom:28px;display:block}
.glow-feature-list{list-style:none;padding:0;margin:0 0 32px}
.glow-feature-list li{padding:10px 0;color:#495057;font-size:.98rem;position:relative;padding-left:28px}
.glow-feature-list li:before{content:"";position:absolute;left:0;color:#ABA98F;font-weight:700;font-size:1.1rem}
.glow-testimonial-area{padding:90px 20px;background:linear-gradient(to right,#f8f9fa 0%,#DEDFD3 100%)}
.glow-testimonial-container{max-width:1100px;margin:0 auto}
.glow-testimonial-header{text-align:center;margin-bottom:60px}
.glow-testimonial-header h2{font-size:2.2rem;color:#343a40;margin-bottom:14px;font-weight:700}
.glow-testimonial-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:44px}
.glow-testimonial-single{background:#fff;padding:40px 36px;border-radius:8px;box-shadow:0 4px 16px #0000000f;display:flex;gap:24px}
.glow-testimonial-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #D3D3C7}
.glow-testimonial-text{flex:1}
.glow-testimonial-quote{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:20px;font-style:italic}
.glow-testimonial-author{font-weight:600;color:#343a40;font-size:1.05rem;margin-bottom:4px}
.glow-testimonial-role{font-size:.92rem;color:#6c757d}
@media (max-width: 968px) {
.glow-hero-content-wrap{grid-template-columns:1fr;gap:40px}
.glow-hero-text-side h1{font-size:2.2rem}
.glow-method-grid{grid-template-columns:1fr;gap:28px}
.glow-results-wrap{grid-template-columns:1fr;gap:44px}
.glow-pricing-grid{grid-template-columns:1fr;gap:24px}
.glow-price-card.featured-plan{transform:scale(1)}
.glow-testimonial-cards{grid-template-columns:1fr;gap:32px}
.glow-testimonial-single{flex-direction:column}
}
@media (max-width: 640px) {
.glow-hero-main{padding:80px 16px 60px}
.glow-hero-text-side h1{font-size:1.9rem}
.glow-stat-row{grid-template-columns:1fr;gap:16px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.contact-hero-section{background:linear-gradient(to right,#fff,#DEDFD3);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#aba98f26 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:700px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.contact-info-grid{padding:70px 20px;background:#fff}
.contact-info-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.contact-card-item{background:linear-gradient(135deg,#fafbfc,#fff);padding:35px 28px;border-radius:12px;border:2px solid #DEDFD3;transition:all .3s ease;position:relative}
.contact-card-item:hover{transform:translateY(-5px);border-color:#ABA98F;box-shadow:0 8px 25px #aba98f33}
.contact-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#ABA98F,#D3D3C7);border-radius:12px 0 0 12px;opacity:0;transition:opacity .3s ease}
.contact-card-item:hover::before{opacity:1}
.contact-card-icon{width:55px;height:55px;background:linear-gradient(135deg,#ABA98F,#D3D3C7);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.5rem;color:#fff}
.contact-card-item h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.contact-card-item p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.contact-card-item a{color:#495057;text-decoration:none;transition:color .3s ease}
.contact-card-item a:hover{color:#ABA98F}
.form-section-block{padding:70px 20px;background:linear-gradient(to bottom,#f8f9fa,#fff)}
.form-wrapper-container{max-width:750px;margin:0 auto}
.form-section-title{text-align:center;margin-bottom:45px}
.form-section-title h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700}
.form-section-title p{font-size:1.1rem;color:#495057;line-height:1.6}
.contact-form-main{background:#fff;padding:45px 40px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #DEDFD3}
.form-group-row{margin-bottom:25px}
.form-group-row label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-group-row input,.form-group-row textarea,.form-group-row select{width:100%;padding:14px 16px;font-size:1rem;color:#212529;background:#fafbfc;border:2px solid #D3D3C7;border-radius:8px;transition:all .3s ease;font-family:inherit}
.form-group-row input:focus,.form-group-row textarea:focus,.form-group-row select:focus{outline:none;border-color:#ABA98F;background:#fff;box-shadow:0 0 0 4px #aba98f1a}
.form-group-row textarea{min-height:150px;resize:vertical}
.form-checkbox-group{margin:30px 0;display:flex;align-items:flex-start;gap:12px}
.form-checkbox-group input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#ABA98F}
.form-checkbox-group label{font-size:.95rem;color:#495057;line-height:1.5;cursor:pointer}
.form-checkbox-group label a{color:#ABA98F;text-decoration:none;font-weight:500;transition:color .3s ease}
.form-checkbox-group label a:hover{color:#212529;text-decoration:underline}
.form-submit-btn{width:100%;padding:16px 32px;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#ABA98F,#D3D3C7);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative;z-index:10}
.form-submit-btn:hover{background:linear-gradient(135deg,#9a9880,#ABA98F);transform:translateY(-2px);box-shadow:0 6px 20px #aba98f4d}
.form-submit-btn:active{transform:translateY(0)}
.office-hours-section{padding:70px 20px;background:#fff}
.office-hours-content{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.office-hours-text h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:700}
.office-hours-text p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:25px}
.hours-list-block{background:linear-gradient(135deg,#fafbfc,#f8f9fa);padding:35px;border-radius:12px;border-left:5px solid #ABA98F}
.hours-list-block h3{font-size:1.4rem;color:#212529;margin-bottom:20px;font-weight:600}
.hours-item-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #DEDFD3}
.hours-item-row:last-child{border-bottom:none}
.hours-item-row span:first-child{color:#343a40;font-weight:500}
.hours-item-row span:last-child{color:#495057}
.faq-section-wrapper{padding:70px 20px 90px;background:linear-gradient(to bottom,#f8f9fa,#fff)}
.faq-content-container{max-width:800px;margin:0 auto}
.faq-section-header{text-align:center;margin-bottom:50px}
.faq-section-header h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700}
.faq-section-header p{font-size:1.1rem;color:#495057;line-height:1.6}
.faq-item-block{background:#fff;padding:30px;margin-bottom:20px;border-radius:10px;border:2px solid #DEDFD3;transition:all .3s ease}
.faq-item-block:hover{border-color:#ABA98F;box-shadow:0 4px 15px #aba98f26}
.faq-item-block h3{font-size:1.25rem;color:#212529;margin-bottom:12px;font-weight:600}
.faq-item-block p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2rem}
.contact-hero-content p{font-size:1rem}
.contact-hero-section{padding:60px 20px 40px}
.contact-info-container{grid-template-columns:1fr}
.office-hours-content{grid-template-columns:1fr;gap:35px}
.form-section-title h2{font-size:1.8rem}
.contact-form-main{padding:30px 20px}
.faq-section-header h2{font-size:1.8rem}
}
@media (max-width: 480px) {
.contact-hero-content h1{font-size:1.7rem}
.form-submit-btn{font-size:1rem;padding:14px 24px}
.contact-card-item{padding:25px 20px}
}
.services-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.services-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#aba98f14 0%,transparent 70%);border-radius:50%}
.services-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.services-hero-text h1{font-size:48px;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.services-hero-text p{font-size:18px;color:#495057;line-height:1.7;margin:0 0 15px}
.services-hero-image{position:relative}
.services-hero-image img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0000001f}
.services-approach-section{background:#fff;padding:90px 20px;position:relative}
.services-approach-container{max-width:1200px;margin:0 auto}
.services-approach-header{text-align:center;margin-bottom:70px}
.services-approach-header h2{font-size:38px;color:#212529;margin:0 0 16px;font-weight:700}
.services-approach-header p{font-size:17px;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.services-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach-card{background:#f8f9fa;padding:40px 30px;border-radius:8px;border-left:4px solid #ABA98F;transition:transform .3s ease,box-shadow .3s ease}
.approach-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000014}
.approach-card h3{font-size:22px;color:#212529;margin:0 0 14px;font-weight:600}
.approach-card p{font-size:16px;color:#495057;line-height:1.7;margin:0}
.services-offerings-wrap{background:linear-gradient(to bottom,#fafbfc 0%,#fff 100%);padding:80px 20px}
.services-offerings-inner{max-width:1200px;margin:0 auto}
.offerings-layout{display:grid;grid-template-columns:380px 1fr;gap:50px;align-items:start}
.offerings-sidebar img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 15px 45px #0000001a}
.offerings-content h2{font-size:36px;color:#212529;margin:0 0 35px;font-weight:700}
.offering-item{background:#fff;padding:28px 32px;margin-bottom:20px;border-radius:8px;border:2px solid #DEDFD3;transition:border-color .3s ease}
.offering-item:hover{border-color:#ABA98F}
.offering-item h3{font-size:20px;color:#212529;margin:0 0 10px;font-weight:600}
.offering-item p{font-size:16px;color:#495057;line-height:1.7;margin:0}
.services-testimonials-section{background:#fff;padding:90px 20px;position:relative}
.services-testimonials-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#ABA98F 0%,#D3D3C7 50%,#DEDFD3 100%)}
.services-testimonials-container{max-width:1200px;margin:0 auto}
.testimonials-header{text-align:center;margin-bottom:60px}
.testimonials-header h2{font-size:38px;color:#212529;margin:0 0 16px;font-weight:700}
.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.testimonial-card{background:#f8f9fa;padding:40px;border-radius:12px;position:relative}
.testimonial-profile{display:flex;align-items:center;gap:20px;margin-bottom:25px}
.testimonial-profile img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #ABA98F}
.testimonial-info h4{font-size:19px;color:#212529;margin:0 0 5px;font-weight:600}
.testimonial-info p{font-size:15px;color:#495057;margin:0}
.testimonial-text{font-size:16px;color:#343a40;line-height:1.8;font-style:italic;margin:0 0 20px}
.testimonial-date{font-size:14px;color:#6c757d;text-align:right;margin:0}
.services-process-section{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:80px 20px}
.services-process-container{max-width:1200px;margin:0 auto}
.process-header{margin-bottom:60px}
.process-header h2{font-size:38px;color:#212529;margin:0 0 16px;font-weight:700}
.process-header p{font-size:17px;color:#495057;line-height:1.7;margin:0;max-width:800px}
.process-visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px}
.process-visual-grid img{width:100%;height:350px;object-fit:cover;border-radius:8px;box-shadow:0 10px 30px #00000014}
.process-steps-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.process-step-card{background:#fff;padding:35px 25px;border-radius:8px;text-align:center;position:relative;box-shadow:0 5px 20px #0000000f}
.process-step-number{width:50px;height:50px;background:#ABA98F;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin:0 auto 20px}
.process-step-card h3{font-size:19px;color:#212529;margin:0 0 12px;font-weight:600}
.process-step-card p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.services-cta-block{background:linear-gradient(135deg,#ABA98F 0%,#D3D3C7 100%);padding:60px 20px;text-align:center;margin-top:40px;border-radius:12px}
.services-cta-block h3{font-size:32px;color:#fff;margin:0 0 20px;font-weight:700}
.services-cta-block p{font-size:18px;color:#fff;margin:0 0 30px;line-height:1.6}
.services-cta-button{display:inline-block;background:#fff;color:#212529;padding:16px 40px;font-size:17px;font-weight:600;text-decoration:none;border-radius:6px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 25px #00000026}
.services-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0003}
@media (max-width: 768px) {
.services-hero-content{grid-template-columns:1fr;gap:40px}
.services-hero-text h1{font-size:36px}
.services-hero-image img{height:300px}
.services-approach-grid{grid-template-columns:1fr;gap:25px}
.offerings-layout{grid-template-columns:1fr;gap:40px}
.offerings-sidebar img{height:320px}
.testimonials-grid{grid-template-columns:1fr;gap:30px}
.process-visual-grid{grid-template-columns:1fr;gap:25px}
.process-steps-wrapper{grid-template-columns:1fr;gap:20px}
.services-cta-block h3{font-size:26px}
}
.investors-glowpulse-wrapper{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#2a2a2a;line-height:1.65;overflow-x:hidden}
.investors-hero-block{background:linear-gradient(165deg,#fafbfc 0%,#f8f9fa 100%);padding:120px 20px 100px;position:relative}
.investors-hero-block::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#aba98f14 0%,transparent 70%);border-radius:50%;pointer-events:none}
.investors-hero-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.investors-hero-text h1{font-size:52px;font-weight:700;color:#1a1a1a;margin:0 0 28px;line-height:1.15;letter-spacing:-.5px}
.investors-hero-text p{font-size:19px;color:#4a4a4a;margin:0 0 36px;line-height:1.7}
.investors-hero-stats{display:flex;gap:40px;margin-top:40px}
.investors-stat-item{flex:1}
.investors-stat-number{font-size:38px;font-weight:700;color:#ABA98F;display:block;margin-bottom:6px}
.investors-stat-label{font-size:14px;color:#666;text-transform:uppercase;letter-spacing:.8px}
.investors-hero-visual{position:relative}
.investors-hero-visual img{width:100%;height:440px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0000001f}
.investors-vision-section{padding:100px 20px;background:#fff;position:relative}
.investors-vision-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:start}
.investors-vision-image{position:sticky;top:100px}
.investors-vision-image img{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:0 12px 40px #0000001a}
.investors-vision-content h2{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 32px;line-height:1.25}
.investors-vision-content p{font-size:17px;color:#3a3a3a;margin:0 0 24px;line-height:1.75}
.investors-metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:48px}
.investors-metric-card{background:#f8f9fa;padding:28px;border-radius:8px;border-left:4px solid #ABA98F}
.investors-metric-value{font-size:32px;font-weight:700;color:#1a1a1a;display:block;margin-bottom:8px}
.investors-metric-desc{font-size:15px;color:#555;line-height:1.5}
.investors-profile-section{background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);padding:90px 20px 110px}
.investors-profile-wrap{max-width:900px;margin:0 auto;text-align:center}
.investors-profile-header h2{font-size:39px;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.investors-profile-header p{font-size:18px;color:#555;margin:0 0 60px;line-height:1.65}
.investors-profile-card{background:#fff;border-radius:12px;padding:50px;box-shadow:0 8px 30px #00000014;text-align:left;display:flex;align-items:center;gap:50px;margin-bottom:50px}
.investors-profile-photo{flex-shrink:0}
.investors-profile-photo img{width:180px;height:180px;object-fit:cover;border-radius:50%;border:5px solid #DEDFD3}
.investors-profile-info h3{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.investors-profile-role{font-size:16px;color:#ABA98F;font-weight:600;margin-bottom:20px;display:block}
.investors-profile-quote{font-size:17px;color:#3a3a3a;line-height:1.75;font-style:italic;margin-bottom:24px;padding-left:20px;border-left:3px solid #D3D3C7}
.investors-profile-details{font-size:16px;color:#4a4a4a;line-height:1.7}
.investors-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:50px}
.investors-contact-box{background:#f8f9fa;padding:32px;border-radius:8px;text-align:center;transition:all .3s ease}
.investors-contact-box:hover{background:#DEDFD3;transform:translateY(-4px)}
.investors-contact-icon{font-size:36px;color:#ABA98F;margin-bottom:16px;display:block}
.investors-contact-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:12px}
.investors-contact-info{font-size:15px;color:#4a4a4a;line-height:1.6}
.investors-contact-link{color:#ABA98F;text-decoration:none;font-weight:500;transition:color .3s ease}
.investors-contact-link:hover{color:#8a8874;text-decoration:underline}
.investors-cta-button{display:inline-block;background:#ABA98F;color:#fff;padding:16px 40px;border-radius:6px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;margin-top:12px;box-shadow:0 4px 15px #aba98f40}
.investors-cta-button:hover{background:#9a9880;transform:translateY(-2px);box-shadow:0 6px 20px #aba98f59}
@media (max-width: 968px) {
.investors-hero-inner{grid-template-columns:1fr;gap:40px}
.investors-hero-text h1{font-size:40px}
.investors-hero-visual img{height:360px}
.investors-vision-container{grid-template-columns:1fr;gap:50px}
.investors-vision-image{position:relative;top:0}
.investors-metrics-grid{grid-template-columns:1fr}
.investors-profile-card{flex-direction:column;text-align:center;padding:40px 30px}
.investors-profile-quote{border-left:none;border-top:3px solid #D3D3C7;padding-left:0;padding-top:20px}
.investors-contact-grid{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 640px) {
.investors-hero-block{padding:80px 20px 70px}
.investors-hero-text h1{font-size:32px}
.investors-hero-text p{font-size:17px}
.investors-hero-stats{flex-direction:column;gap:28px}
.investors-stat-number{font-size:32px}
.investors-vision-section{padding:70px 20px}
.investors-vision-content h2{font-size:32px}
.investors-profile-section{padding:70px 20px}
.investors-profile-header h2{font-size:30px}
.investors-profile-photo img{width:140px;height:140px}
}
.resellers-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#DEDFD3 100%);padding:80px 20px;position:relative;overflow:hidden}
.resellers-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#aba98f1a 0%,transparent 70%);border-radius:50%}
.resellers-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.resellers-hero-text h1{font-size:2.8rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.resellers-hero-text p{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:32px}
.resellers-hero-cta{display:inline-block;background:#ABA98F;color:#fff;padding:16px 40px;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #aba98f33}
.resellers-hero-cta:hover{background:#9a9880;transform:translateY(-2px);box-shadow:0 6px 20px #aba98f4d}
.resellers-hero-image{position:relative;z-index:2}
.resellers-hero-image img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.resellers-partner-benefits{background:#fff;padding:90px 20px}
.resellers-benefits-container{max-width:1200px;margin:0 auto}
.resellers-benefits-intro{text-align:center;margin-bottom:60px}
.resellers-benefits-intro h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.resellers-benefits-intro p{font-size:1.1rem;color:#495057;max-width:800px;margin:0 auto;line-height:1.7}
.resellers-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.resellers-benefit-card{background:#f8f9fa;padding:36px 28px;border-radius:8px;border-left:4px solid #ABA98F;transition:all .3s ease;position:relative}
.resellers-benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014;border-left-color:#9a9880}
.resellers-benefit-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.resellers-benefit-card p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.resellers-benefit-number{position:absolute;top:-15px;right:20px;background:#ABA98F;color:#fff;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}
.resellers-support-section{background:linear-gradient(to right,#DEDFD3 0%,#D3D3C7 100%);padding:90px 20px}
.resellers-support-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:start}
.resellers-support-visuals{display:flex;flex-direction:column;gap:24px}
.resellers-support-visuals img{width:100%;height:240px;object-fit:cover;border-radius:10px;box-shadow:0 6px 18px #0000001a}
.resellers-support-content h2{font-size:2.3rem;color:#212529;margin-bottom:28px;font-weight:700}
.resellers-support-list{display:flex;flex-direction:column;gap:32px}
.resellers-support-item{background:#ffffffb3;padding:28px;border-radius:8px;backdrop-filter:blur(10px)}
.resellers-support-item h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:12px}
.resellers-support-icon{width:32px;height:32px;background:#ABA98F;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}
.resellers-support-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0;padding-left:44px}
.resellers-testimonial-section{background:#fff;padding:90px 20px}
.resellers-testimonial-container{max-width:1100px;margin:0 auto}
.resellers-testimonial-header{text-align:center;margin-bottom:60px}
.resellers-testimonial-header h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.resellers-testimonial-header p{font-size:1.1rem;color:#495057;line-height:1.7}
.resellers-testimonial-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.resellers-testimonial-card{background:#f8f9fa;padding:32px;border-radius:10px;position:relative;box-shadow:0 4px 12px #0000000f;transition:all .3s ease}
.resellers-testimonial-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-3px)}
.resellers-testimonial-quote{font-size:1rem;color:#343a40;line-height:1.7;margin-bottom:28px;font-style:italic}
.resellers-testimonial-author{display:flex;align-items:center;gap:16px}
.resellers-testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #ABA98F}
.resellers-testimonial-info h4{font-size:1.1rem;color:#212529;margin-bottom:4px;font-weight:600}
.resellers-testimonial-info p{font-size:.95rem;color:#6c757d;margin:0}
.resellers-testimonial-badge{position:absolute;top:20px;right:20px;background:#ABA98F;color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600}
@media (max-width: 968px) {
.resellers-hero-content{grid-template-columns:1fr;gap:40px}
.resellers-hero-text h1{font-size:2.2rem}
.resellers-hero-image img{height:350px}
.resellers-benefits-grid{grid-template-columns:1fr;gap:30px}
.resellers-support-wrapper{grid-template-columns:1fr;gap:50px}
.resellers-support-visuals{flex-direction:row}
.resellers-support-visuals img{height:200px}
.resellers-testimonial-cards{grid-template-columns:1fr;gap:28px}
}
@media (max-width: 640px) {
.resellers-hero-wrap{padding:60px 16px}
.resellers-hero-text h1{font-size:1.9rem}
.resellers-hero-text p{font-size:1rem}
.resellers-hero-image img{height:280px}
.resellers-partner-benefits,.resellers-support-section,.resellers-testimonial-section{padding:60px 16px}
.resellers-benefits-intro h2,.resellers-support-content h2,.resellers-testimonial-header h2{font-size:2rem}
.resellers-support-visuals{flex-direction:column}
.resellers-support-item p{padding-left:0;margin-top:12px}
.resellers-benefit-card{padding:28px 20px}
}
.cookie-policy-wrapper{background:#fafbfc;min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fff;padding:50px 45px;border-radius:8px;box-shadow:0 2px 12px #aba98f14}
.cookie-policy-header{margin-bottom:45px;padding-bottom:30px;border-bottom:2px solid #DEDFD3}
.cookie-policy-title{font-size:2.8rem;color:#212529;margin-bottom:15px;font-weight:700;line-height:1.2}
.cookie-policy-updated{font-size:.95rem;color:#6c757d;font-style:italic}
.cookie-intro-text{font-size:1.1rem;line-height:1.75;color:#343a40;margin-bottom:40px;padding:25px;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border-left:4px solid #ABA98F;border-radius:4px}
.cookie-section-block{margin-bottom:45px}
.cookie-section-heading{font-size:1.85rem;color:#212529;margin-bottom:20px;font-weight:600;display:flex;align-items:center;gap:12px}
.cookie-section-heading::before{content:'';width:5px;height:28px;background:linear-gradient(180deg,#ABA98F 0%,#D3D3C7 100%);border-radius:3px}
.cookie-subsection-title{font-size:1.4rem;color:#495057;margin:30px 0 15px;font-weight:600}
.cookie-text-content{font-size:1.05rem;line-height:1.8;color:#495057;margin-bottom:20px}
.cookie-list-standard{margin:20px 0;padding-left:0;list-style:none}
.cookie-list-standard li{padding:15px 20px;margin-bottom:12px;background:#f8f9fa;border-radius:6px;position:relative;padding-left:50px;font-size:1.05rem;line-height:1.7;color:#495057}
.cookie-list-standard li::before{content:'●';position:absolute;left:22px;color:#ABA98F;font-size:1.3rem}
.cookie-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.cookie-type-card{background:#fff;border:2px solid #DEDFD3;border-radius:8px;padding:25px;transition:all .3s ease}
.cookie-type-card:hover{border-color:#ABA98F;box-shadow:0 4px 15px #aba98f26;transform:translateY(-3px)}
.cookie-type-name{font-size:1.3rem;color:#212529;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.cookie-type-badge{display:inline-block;width:10px;height:10px;border-radius:50%;background:#ABA98F}
.cookie-type-description{font-size:1rem;line-height:1.7;color:#6c757d}
.cookie-info-box{background:linear-gradient(135deg,#DEDFD3 0%,#D3D3C7 100%);padding:30px;border-radius:8px;margin:35px 0;border-left:5px solid #ABA98F}
.cookie-info-box-title{font-size:1.4rem;color:#212529;font-weight:600;margin-bottom:15px}
.cookie-info-box-text{font-size:1.05rem;line-height:1.75;color:#343a40}
.cookie-control-steps{background:#f8f9fa;padding:30px;border-radius:8px;margin:30px 0}
.cookie-step-item{margin-bottom:20px;padding-left:40px;position:relative}
.cookie-step-number{position:absolute;left:0;top:0;width:30px;height:30px;background:#ABA98F;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}
.cookie-step-text{font-size:1.05rem;line-height:1.7;color:#495057;padding-top:3px}
.cookie-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:8px;border:1px solid #DEDFD3}
.cookie-detail-table{width:100%;border-collapse:collapse;background:#fff}
.cookie-detail-table thead{background:linear-gradient(135deg,#ABA98F 0%,#D3D3C7 100%)}
.cookie-detail-table th{padding:18px 15px;text-align:left;color:#fff;font-weight:600;font-size:1.05rem;border-bottom:2px solid #ABA98F}
.cookie-detail-table td{padding:16px 15px;border-bottom:1px solid #DEDFD3;color:#495057;font-size:1rem;line-height:1.6}
.cookie-detail-table tbody tr:hover{background:#fafbfc}
.cookie-detail-table tbody tr:last-child td{border-bottom:none}
.cookie-contact-section{margin-top:50px;padding:35px;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border-radius:8px;border:2px solid #DEDFD3}
.cookie-contact-heading{font-size:1.6rem;color:#212529;margin-bottom:20px;font-weight:600}
.cookie-contact-details{display:flex;flex-direction:column;gap:15px}
.cookie-contact-item{display:flex;align-items:center;gap:12px;font-size:1.05rem;color:#495057}
.cookie-contact-icon{width:8px;height:8px;background:#ABA98F;border-radius:50%;flex-shrink:0}
.cookie-contact-link{color:#ABA98F;text-decoration:none;transition:color .3s ease;font-weight:500}
.cookie-contact-link:hover{color:#212529;text-decoration:underline}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:40px 15px}
.cookie-policy-container{padding:35px 25px}
.cookie-policy-title{font-size:2.2rem}
.cookie-section-heading{font-size:1.5rem}
.cookie-subsection-title{font-size:1.2rem}
.cookie-type-grid{grid-template-columns:1fr;gap:20px}
.cookie-intro-text{padding:20px;font-size:1.05rem}
.cookie-control-steps{padding:20px}
.cookie-contact-section{padding:25px 20px}
.cookie-detail-table th,.cookie-detail-table td{padding:12px 10px;font-size:.95rem}
}
@media (max-width: 480px) {
.cookie-policy-title{font-size:1.9rem}
.cookie-section-heading{font-size:1.35rem;flex-direction:column;align-items:flex-start}
.cookie-list-standard li{padding-left:45px;font-size:1rem}
.cookie-list-standard li::before{left:18px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 0}
.privacy-header-section{max-width:900px;margin:0 auto 50px;padding:0 20px;text-align:center}
.privacy-header-section h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;letter-spacing:-.5px}
.privacy-last-updated{background:#fff;display:inline-block;padding:12px 28px;border-radius:30px;color:#495057;font-size:.95rem;box-shadow:0 2px 8px #0000000f;margin-bottom:15px}
.privacy-intro-text{color:#495057;font-size:1.1rem;line-height:1.7;max-width:800px;margin:0 auto}
.privacy-content-container{max-width:900px;margin:0 auto;padding:0 20px}
.privacy-section-block{background:#fff;border-radius:12px;padding:40px;margin-bottom:30px;box-shadow:0 3px 15px #0000000a;border-left:4px solid #ABA98F}
.privacy-section-block h2{color:#212529;font-size:1.9rem;margin-bottom:20px;font-weight:600;display:flex;align-items:center;gap:12px}
.privacy-section-number{background:linear-gradient(135deg,#ABA98F 0%,#D3D3C7 100%);color:#fff;width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}
.privacy-section-block h3{color:#343a40;font-size:1.4rem;margin:30px 0 15px;font-weight:600}
.privacy-section-block p{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:18px}
.privacy-section-block ul{list-style:none;padding:0;margin:20px 0}
.privacy-section-block li{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:12px;padding-left:30px;position:relative}
.privacy-section-block li::before{content:"→";position:absolute;left:0;color:#ABA98F;font-weight:700;font-size:1.2rem}
.privacy-highlight-box{background:linear-gradient(135deg,#DEDFD3 0%,#D3D3C7 50%);padding:25px 30px;border-radius:8px;margin:25px 0;border-left:4px solid #ABA98F}
.privacy-highlight-box p{color:#212529;margin-bottom:0;font-weight:500}
.privacy-data-table{width:100%;border-collapse:separate;border-spacing:0;margin:25px 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f}
.privacy-data-table thead{background:linear-gradient(135deg,#ABA98F 0%,#D3D3C7 100%)}
.privacy-data-table th{color:#fff;padding:18px 20px;text-align:left;font-weight:600;font-size:1.05rem}
.privacy-data-table td{color:#495057;padding:18px 20px;border-bottom:1px solid #f5f6fa;font-size:1.02rem;line-height:1.6}
.privacy-data-table tbody tr{background:#fff}
.privacy-data-table tbody tr:hover{background:#fafbfc}
.privacy-contact-section{background:linear-gradient(135deg,#212529 0%,#343a40 100%);border-radius:12px;padding:45px;margin-top:40px;text-align:center;box-shadow:0 4px 20px #0000001a}
.privacy-contact-section h2{color:#fff;font-size:2rem;margin-bottom:20px}
.privacy-contact-section p{color:#D3D3C7;font-size:1.1rem;margin-bottom:25px;line-height:1.7}
.privacy-contact-details{display:flex;flex-direction:column;gap:15px;max-width:600px;margin:0 auto}
.privacy-contact-item{background:#ffffff1a;padding:15px 25px;border-radius:8px;color:#fff;font-size:1.05rem;display:flex;align-items:center;justify-content:center;gap:10px}
.privacy-contact-item strong{color:#DEDFD3}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:25px 0}
.privacy-rights-card{background:#fafbfc;padding:25px;border-radius:8px;border:2px solid #D3D3C7}
.privacy-rights-card h4{color:#212529;font-size:1.2rem;margin-bottom:12px;font-weight:600}
.privacy-rights-card p{color:#495057;font-size:1rem;line-height:1.7;margin-bottom:0}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:40px 0}
.privacy-header-section h1{font-size:2.2rem}
.privacy-section-block{padding:30px 20px}
.privacy-section-block h2{font-size:1.6rem;flex-direction:column;align-items:flex-start}
.privacy-contact-section{padding:35px 20px}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px;font-size:.95rem}
.privacy-rights-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.privacy-header-section h1{font-size:1.9rem}
.privacy-section-block{padding:25px 15px}
.privacy-last-updated{padding:10px 20px;font-size:.9rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.success-content-container{max-width:680px;margin:0 auto;background:#fff;border-radius:16px;padding:50px 40px;box-shadow:0 8px 24px #aba98f1f}
.success-icon-area{text-align:center;margin-bottom:35px}
.success-checkmark-circle{width:90px;height:90px;background:linear-gradient(135deg,#ABA98F 0%,#D3D3C7 100%);border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center;animation:successPulse .6s ease-out}
.success-checkmark-circle::after{content:'';font-size:48px;color:#fff;font-weight:700;animation:checkAppear .4s ease-out .3s both}
@keyframes successPulse {
0%{transform:scale(0.3);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
@keyframes checkAppear {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.success-main-heading{font-size:34px;color:#212529;text-align:center;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.success-subheading{font-size:18px;color:#495057;text-align:center;margin:0 0 40px;line-height:1.6}
.success-message-block{background:#f8f9fa;border-left:4px solid #ABA98F;padding:28px 30px;margin-bottom:35px;border-radius:8px}
.success-message-block p{color:#343a40;font-size:16px;line-height:1.7;margin:0 0 14px}
.success-message-block p:last-child{margin-bottom:0}
.next-steps-section{margin:40px 0;padding:30px 0;border-top:1px solid #DEDFD3;border-bottom:1px solid #DEDFD3}
.next-steps-title{font-size:20px;color:#212529;margin:0 0 20px;font-weight:600}
.timeline-step{display:flex;gap:18px;margin-bottom:24px;position:relative}
.timeline-step:last-child{margin-bottom:0}
.step-number-box{flex-shrink:0;width:38px;height:38px;background:linear-gradient(135deg,#D3D3C7 0%,#DEDFD3 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#495057;font-size:16px}
.step-content-area{flex:1;padding-top:4px}
.step-heading{font-size:16px;color:#212529;font-weight:600;margin:0 0 6px}
.step-description{font-size:15px;color:#495057;line-height:1.6;margin:0}
.helpful-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:35px 0 40px}
.link-card-item{background:#fff;border:2px solid #DEDFD3;border-radius:12px;padding:24px 20px;text-align:center;transition:all .3s ease;text-decoration:none;display:block}
.link-card-item:hover{border-color:#ABA98F;transform:translateY(-3px);box-shadow:0 6px 16px #aba98f26;text-decoration:none}
.link-card-emoji{font-size:32px;display:block;margin-bottom:12px}
.link-card-title{font-size:15px;color:#212529;font-weight:600;margin:0}
.primary-action-area{text-align:center;margin-top:40px}
.btn-back-home{display:inline-block;background:linear-gradient(135deg,#ABA98F 0%,#D3D3C7 100%);color:#fff;padding:16px 42px;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #aba98f33}
.btn-back-home:hover{transform:translateY(-2px);box-shadow:0 6px 18px #aba98f4d;text-decoration:none;color:#fff}
.contact-info-footer{margin-top:40px;padding-top:30px;border-top:1px solid #DEDFD3;text-align:center}
.contact-detail-line{font-size:14px;color:#495057;margin:8px 0;line-height:1.6}
.contact-detail-line a{color:#ABA98F;text-decoration:none;font-weight:500}
.contact-detail-line a:hover{text-decoration:underline}
@media (max-width: 768px) {
.success-page-wrapper{padding:40px 16px}
.success-content-container{padding:36px 24px}
.success-checkmark-circle{width:75px;height:75px}
.success-checkmark-circle::after{font-size:38px}
.success-main-heading{font-size:28px}
.success-subheading{font-size:16px}
.success-message-block{padding:22px 20px}
.helpful-links-grid{grid-template-columns:1fr;gap:12px}
.timeline-step{gap:14px}
.step-number-box{width:34px;height:34px;font-size:15px}
.btn-back-home{padding:14px 36px;font-size:15px}
}
@media (max-width: 480px) {
.success-content-container{padding:28px 20px}
.success-main-heading{font-size:24px}
.next-steps-section{margin:30px 0;padding:24px 0}
}