:root{--primary-color:#7796A0;--secondary-color:#A6AFB9;--tertiary-color:#EAECEF;--dark-bg:#1a1a1a;--dark-secondary:#2c2c2c;--dark-tertiary:#343a40;--light-text:#f8f9fa;--off-white:#e9ecef;--spacing-unit:1rem}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:clamp(14px,1.2vw,18px)}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 50%,#1f1f1f 100%);color:var(--light-text);line-height:1.7;min-height:100vh;overflow-x:hidden}
header{background:linear-gradient(180deg,#2c2c2cf2 0%,#1a1a1afa 100%);border-bottom:1px solid #7796a033;position:relative;z-index:100}
.header__wrapper_vr8{max-width:1400px;margin:0 auto;padding:0 clamp(1rem,3vw,2.5rem)}
.header__row_top_k3m{display:flex;align-items:center;justify-content:center;padding:1.8rem 0 1.5rem;border-bottom:1px solid #a6afb926}
.header__logo_container_9df{display:flex;align-items:center;justify-content:center;position:relative;z-index:10}
.header__logo_img_2kl{height:62px;width:62px;object-fit:contain;transition:opacity .3s ease}
.header__logo_img_2kl:hover{opacity:.85}
.header__row_middle_p7x{display:flex;align-items:center;justify-content:center;padding:1.5rem 0;border-bottom:1px solid #a6afb926}
.header__brand_name_4ws{font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;color:var(--primary-color);letter-spacing:.5px;text-align:center}
.header__row_nav_8ql{display:flex;align-items:center;justify-content:center;padding:1.2rem 0}
.header__nav_menu_5tr{display:flex;gap:clamp(1.5rem,3vw,3rem);list-style:none;align-items:center}
.header__nav_item_1bz{position:relative}
.header__nav_link_3hw{color:var(--off-white);text-decoration:none;font-size:clamp(0.95rem,1.1vw,1.05rem);font-weight:500;transition:color .25s ease;padding:.4rem .8rem;display:inline-block;position:relative}
.header__nav_link_3hw::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background:var(--primary-color);transition:width .25s ease}
.header__nav_link_3hw:hover{color:var(--primary-color)}
.header__nav_link_3hw:hover::after{width:80%}
.header__nav_link_3hw:focus{outline:2px solid var(--primary-color);outline-offset:4px;border-radius:3px}
main{min-height:60vh}
footer{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 60%);border-top:1px solid #7796a040;margin-top:4rem;position:relative}
.footer__wrapper_6mn{max-width:1400px;margin:0 auto;padding:3.5rem clamp(1rem,3vw,2.5rem) 2rem}
.footer__grid_9xp{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem 2.5rem;margin-bottom:3rem}
.footer__column_7ws{display:flex;flex-direction:column;gap:1rem}
.footer__heading_2kv{font-size:1.15rem;font-weight:600;color:var(--primary-color);margin-bottom:.8rem;letter-spacing:.3px}
.footer__text_4rp{color:var(--secondary-color);font-size:.95rem;line-height:1.6}
.footer__contact_item_8bx{display:flex;align-items:flex-start;gap:.7rem;color:var(--off-white);font-size:.95rem;line-height:1.5}
.footer__contact_label_3dm{font-weight:600;color:var(--secondary-color);min-width:60px}
.footer__link_5hp{color:var(--off-white);text-decoration:none;transition:color .25s ease;font-size:.95rem}
.footer__link_5hp:hover{color:var(--primary-color)}
.footer__link_5hp:focus{outline:2px solid var(--primary-color);outline-offset:3px;border-radius:2px}
.footer__links_list_9qt{list-style:none;display:flex;flex-direction:column;gap:.8rem}
.footer__disclaimer_1vn{background:#2c2c2c66;border:1px solid #7796a033;border-radius:6px;padding:1.5rem;margin:2.5rem 0 2rem;font-size:.85rem;line-height:1.7;color:var(--secondary-color)}
.footer__bottom_8lk{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;padding-top:2rem;border-top:1px solid #a6afb926}
.footer__copyright_4jm{color:var(--secondary-color);font-size:.9rem}
.footer__logo_bottom_7px{height:45px;width:45px;object-fit:contain;opacity:.7;transition:opacity .3s ease}
.footer__logo_bottom_7px:hover{opacity:1}
.consent__overlay_xk9{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(180deg,#1a1a1af7 0%,#2c2c2cfa 100%);border-top:2px solid var(--primary-color);padding:1.8rem clamp(1rem,3vw,2rem);z-index:9999;animation:slideUpEntry .4s ease-out;box-shadow:0 -8px 32px #00000080}
@keyframes slideUpEntry {
from{transform:translateY(100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent__container_4bg{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.consent__text_7mw{flex:1;min-width:280px;color:var(--off-white);font-size:.95rem;line-height:1.6}
.consent__text_7mw a{color:var(--primary-color);text-decoration:underline;transition:color .25s ease}
.consent__text_7mw a:hover{color:var(--secondary-color)}
.consent__actions_2nh{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.consent__btn_9rx{padding:.75rem 1.8rem;border:none;border-radius:5px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s ease;font-family:inherit;min-width:120px}
.consent__btn_9rx:focus{outline:3px solid var(--primary-color);outline-offset:3px}
.consent__btn_accept_5lp{background:var(--primary-color);color:#fff}
.consent__btn_accept_5lp:hover{background:#648a95;transform:translateY(-1px)}
.consent__btn_reject_8qt{background:transparent;color:var(--secondary-color);border:1px solid var(--secondary-color)}
.consent__btn_reject_8qt:hover{background:#a6afb91a;color:var(--off-white)}
@media (max-width: 768px) {
.header__row_top_k3m{padding:1.3rem 0 1rem}
.header__logo_img_2kl{height:50px;width:50px}
.header__row_middle_p7x{padding:1.2rem 0}
.header__brand_name_4ws{font-size:1.3rem}
.header__row_nav_8ql{padding:1rem 0}
.header__nav_menu_5tr{flex-direction:column;gap:.8rem;align-items:center}
.header__nav_link_3hw{font-size:1rem;padding:.5rem 1rem}
.footer__grid_9xp{grid-template-columns:1fr;gap:2rem}
.footer__bottom_8lk{flex-direction:column;text-align:center}
.consent__container_4bg{flex-direction:column;align-items:stretch}
.consent__actions_2nh{justify-content:stretch;flex-direction:column}
.consent__btn_9rx{width:100%}
}
@media (max-width: 480px) {
.header__logo_img_2kl{height:45px;width:45px}
.header__brand_name_4ws{font-size:1.15rem}
.consent__overlay_xk9{padding:1.3rem 1rem}
}
.about-page-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.about-hero-section{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.about-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7796a014 0%,transparent 70%);border-radius:50%}
.about-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}
.about-hero-text h1{font-size:3.2rem;font-weight:700;color:#EAECEF;margin-bottom:24px;line-height:1.2}
.about-hero-text .hero-highlight{color:#7796A0;display:block;font-size:2.4rem;margin-top:12px}
.about-hero-text p{font-size:1.15rem;color:#A6AFB9;line-height:1.7;margin-bottom:20px}
.about-hero-visual{position:relative}
.about-hero-visual img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0006}
.story-section{padding:100px 20px;background:#2c2c2c;position:relative}
.story-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:400px 1fr;gap:80px;align-items:start}
.story-sidebar{position:sticky;top:120px}
.story-sidebar img{width:100%;height:520px;object-fit:cover;border-radius:8px;margin-bottom:30px;box-shadow:0 12px 40px #0000004d}
.founding-year{background:linear-gradient(135deg,#7796A0 0%,#A6AFB9 100%);padding:30px;border-radius:8px;text-align:center}
.founding-year .year-number{font-size:3rem;font-weight:700;color:#1a1a1a;display:block;margin-bottom:8px}
.founding-year .year-label{font-size:.95rem;color:#2c2c2c;text-transform:uppercase;letter-spacing:1px}
.story-content h2{font-size:2.6rem;color:#EAECEF;margin-bottom:40px;font-weight:700}
.story-blocks{display:flex;flex-direction:column;gap:48px}
.story-block{background:#343a40;padding:40px;border-radius:8px;border-left:4px solid #7796A0}
.story-block h3{font-size:1.6rem;color:#7796A0;margin-bottom:18px;font-weight:600}
.story-block p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin-bottom:16px}
.story-block p:last-child{margin-bottom:0}
.values-approach-section{padding:100px 20px;background:#1a1a1a}
.values-wrapper{max-width:1200px;margin:0 auto}
.values-intro{text-align:center;margin-bottom:70px}
.values-intro h2{font-size:2.8rem;color:#EAECEF;margin-bottom:20px;font-weight:700}
.values-intro p{font-size:1.1rem;color:#A6AFB9;max-width:700px;margin:0 auto;line-height:1.7}
.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:80px}
.value-card{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:50px 40px;border-radius:8px;position:relative;overflow:hidden;transition:transform .3s ease}
.value-card:hover{transform:translateY(-6px)}
.value-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7796A0 0%,#A6AFB9 100%)}
.value-number{font-size:4rem;font-weight:700;color:#7796a026;position:absolute;top:20px;right:30px;line-height:1}
.value-card h3{font-size:1.5rem;color:#7796A0;margin-bottom:18px;font-weight:600;position:relative;z-index:2}
.value-card p{font-size:1.02rem;color:#e9ecef;line-height:1.7;position:relative;z-index:2}
.team-showcase{background:#2c2c2c;padding:60px;border-radius:12px;display:grid;grid-template-columns:280px 1fr 350px;gap:50px;align-items:center}
.team-portrait{position:relative}
.team-portrait img{width:100%;height:360px;object-fit:cover;border-radius:8px;box-shadow:0 12px 40px #0000004d}
.team-info h3{font-size:2rem;color:#EAECEF;margin-bottom:12px;font-weight:700}
.team-role{font-size:1.1rem;color:#7796A0;margin-bottom:24px;font-weight:500}
.team-info p{font-size:1.02rem;color:#e9ecef;line-height:1.7;margin-bottom:16px}
.team-visual-element img{width:100%;height:400px;object-fit:cover;border-radius:8px;box-shadow:0 12px 40px #0000004d}
@media (max-width: 1024px) {
.about-hero-content{grid-template-columns:1fr;gap:40px}
.about-hero-text h1{font-size:2.6rem}
.about-hero-text .hero-highlight{font-size:2rem}
.story-container{grid-template-columns:1fr;gap:50px}
.story-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:30px}
.values-grid{grid-template-columns:1fr;gap:30px}
.team-showcase{grid-template-columns:1fr;gap:40px;padding:40px}
.team-portrait img,.team-visual-element img{height:320px}
}
@media (max-width: 768px) {
.about-hero-section{padding:80px 20px 60px}
.about-hero-text h1{font-size:2.2rem}
.about-hero-text .hero-highlight{font-size:1.7rem}
.about-hero-visual img{height:320px}
.story-section{padding:60px 20px}
.story-sidebar{grid-template-columns:1fr}
.story-sidebar img{height:380px}
.story-content h2{font-size:2rem}
.story-block{padding:30px 24px}
.values-approach-section{padding:60px 20px}
.values-intro h2{font-size:2.2rem}
.value-card{padding:40px 28px}
.team-showcase{padding:30px 24px}
}
.client-results-page{background:#1a1a1a;color:#f8f9fa;overflow-x:hidden}
.client-results-page .results-hero-block{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px 60px;position:relative}
.client-results-page .results-hero-block::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#7796a026 0%,transparent 70%);border-radius:50%;pointer-events:none}
.client-results-page .hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.client-results-page .hero-text-area h1{font-size:2.8rem;line-height:1.2;margin-bottom:24px;color:#EAECEF;font-weight:700}
.client-results-page .hero-text-area p{font-size:1.15rem;line-height:1.7;color:#A6AFB9;margin-bottom:16px}
.client-results-page .hero-image-box{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0006}
.client-results-page .hero-image-box img{width:100%;height:420px;object-fit:cover;display:block}
.client-results-page .timeline-section{padding:90px 20px;background:#242424;position:relative}
.client-results-page .timeline-container{max-width:900px;margin:0 auto}
.client-results-page .timeline-header{text-align:center;margin-bottom:70px}
.client-results-page .timeline-header h2{font-size:2.4rem;color:#EAECEF;margin-bottom:18px;font-weight:700}
.client-results-page .timeline-header p{font-size:1.1rem;color:#A6AFB9;line-height:1.6}
.client-results-page .timeline-item{display:flex;gap:40px;margin-bottom:50px;padding-left:80px;position:relative}
.client-results-page .timeline-marker{position:absolute;left:0;top:8px;width:50px;height:50px;background:linear-gradient(135deg,#7796A0 0%,#5a7882 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;color:#fff;box-shadow:0 4px 15px #7796a066;z-index:2}
.client-results-page .timeline-content{flex:1;background:#2c2c2c;padding:28px 32px;border-radius:10px;border-left:4px solid #7796A0}
.client-results-page .timeline-content h3{font-size:1.5rem;color:#EAECEF;margin-bottom:12px;font-weight:600}
.client-results-page .timeline-content .timeline-date{font-size:.95rem;color:#7796A0;margin-bottom:14px;font-weight:500}
.client-results-page .timeline-content p{font-size:1.05rem;line-height:1.7;color:#A6AFB9;margin-bottom:0}
.client-results-page .comparison-grid-section{padding:90px 20px;background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%)}
.client-results-page .comparison-wrapper{max-width:1300px;margin:0 auto}
.client-results-page .comparison-intro{margin-bottom:60px}
.client-results-page .comparison-intro h2{font-size:2.5rem;color:#EAECEF;margin-bottom:20px;font-weight:700}
.client-results-page .comparison-intro p{font-size:1.1rem;color:#A6AFB9;line-height:1.7;max-width:820px}
.client-results-page .comparison-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.client-results-page .comparison-card{background:#343a40;border-radius:12px;padding:32px 28px;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.client-results-page .comparison-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #7796a040}
.client-results-page .comparison-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#7796A0 0%,#A6AFB9 100%);border-radius:12px 12px 0 0}
.client-results-page .card-image-holder{width:100%;height:220px;border-radius:8px;overflow:hidden;margin-bottom:22px}
.client-results-page .card-image-holder img{width:100%;height:100%;object-fit:cover;display:block}
.client-results-page .comparison-card h3{font-size:1.4rem;color:#EAECEF;margin-bottom:14px;font-weight:600}
.client-results-page .comparison-card p{font-size:1.02rem;line-height:1.7;color:#A6AFB9;margin-bottom:0}
.client-results-page .testimonial-spotlight{padding:90px 20px;background:#242424;position:relative}
.client-results-page .testimonial-spotlight::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#7796A0 50%,transparent 100%)}
.client-results-page .testimonial-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:50px;align-items:start}
.client-results-page .testimonial-profile{text-align:center;position:sticky;top:30px}
.client-results-page .profile-image-wrap{width:180px;height:180px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:5px solid #7796A0;box-shadow:0 6px 25px #7796a04d}
.client-results-page .profile-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.client-results-page .testimonial-profile h3{font-size:1.5rem;color:#EAECEF;margin-bottom:8px;font-weight:600}
.client-results-page .testimonial-profile .profile-role{font-size:1rem;color:#7796A0;margin-bottom:16px;font-weight:500}
.client-results-page .testimonial-profile .profile-location{font-size:.95rem;color:#A6AFB9}
.client-results-page .testimonial-content-area{background:#2c2c2c;padding:40px 45px;border-radius:12px;border-left:6px solid #7796A0}
.client-results-page .testimonial-content-area h2{font-size:2.2rem;color:#EAECEF;margin-bottom:28px;font-weight:700}
.client-results-page .testimonial-text{font-size:1.15rem;line-height:1.8;color:#A6AFB9;margin-bottom:24px}
.client-results-page .result-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:35px;padding-top:30px;border-top:1px solid #495057}
.client-results-page .metric-box{background:#343a40;padding:22px;border-radius:8px;text-align:center}
.client-results-page .metric-box .metric-label{font-size:.95rem;color:#7796A0;margin-bottom:8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.client-results-page .metric-box .metric-value{font-size:1.8rem;color:#EAECEF;font-weight:700}
.client-results-page .cta-button-area{text-align:center;margin-top:40px}
.client-results-page .cta-button-primary{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#7796A0 0%,#5a7882 100%);color:#fff;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 20px #7796a04d}
.client-results-page .cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #7796a080}
@media (max-width: 992px) {
.client-results-page .hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.client-results-page .hero-text-area h1{font-size:2.3rem}
.client-results-page .comparison-grid{grid-template-columns:repeat(2,1fr)}
.client-results-page .testimonial-container{grid-template-columns:1fr;gap:35px}
.client-results-page .testimonial-profile{position:static}
}
@media (max-width: 768px) {
.client-results-page .results-hero-block{padding:60px 20px 50px}
.client-results-page .hero-text-area h1{font-size:2rem}
.client-results-page .timeline-item{padding-left:0;flex-direction:column;gap:20px}
.client-results-page .timeline-marker{position:static;margin-bottom:15px}
.client-results-page .comparison-grid{grid-template-columns:1fr}
.client-results-page .result-metrics{grid-template-columns:1fr}
.client-results-page .timeline-section,.client-results-page .comparison-grid-section,.client-results-page .testimonial-spotlight{padding:60px 20px}
}
.lrp-hero-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.lrp-hero-wrapper::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(90deg,transparent 0%,#7796A0 100%);opacity:.05}
.lrp-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.lrp-hero-text h1{font-size:3.2rem;color:#EAECEF;font-weight:700;line-height:1.2;margin-bottom:24px}
.lrp-hero-text p{font-size:1.15rem;color:#A6AFB9;line-height:1.7;margin-bottom:32px}
.lrp-hero-cta{display:inline-block;background:#7796A0;color:#fff;padding:16px 40px;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #7796a04d}
.lrp-hero-cta:hover{background:#8ba6b0;transform:translateY(-2px);box-shadow:0 6px 20px #7796a066}
.lrp-hero-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #00000080}
.lrp-hero-image-container img{width:100%;height:450px;object-fit:cover;display:block}
.lrp-approach-section{background:#2c2c2c;padding:90px 20px}
.lrp-approach-inner{max-width:1100px;margin:0 auto}
.lrp-approach-header{text-align:center;margin-bottom:70px}
.lrp-approach-header h2{font-size:2.6rem;color:#EAECEF;margin-bottom:20px;font-weight:700}
.lrp-approach-header p{font-size:1.1rem;color:#A6AFB9;line-height:1.6;max-width:700px;margin:0 auto}
.lrp-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.lrp-approach-card{background:#1a1a1a;padding:40px 30px;border-radius:8px;border-left:4px solid #7796A0;transition:transform .3s ease}
.lrp-approach-card:hover{transform:translateY(-8px)}
.lrp-approach-card h3{font-size:1.5rem;color:#EAECEF;margin-bottom:16px;font-weight:600}
.lrp-approach-card p{font-size:.98rem;color:#A6AFB9;line-height:1.7}
.lrp-exchange-section{background:#1a1a1a;padding:85px 20px}
.lrp-exchange-wrapper{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center}
.lrp-exchange-image{border-radius:10px;overflow:hidden;box-shadow:0 8px 30px #0006}
.lrp-exchange-image img{width:100%;height:400px;object-fit:cover;display:block}
.lrp-exchange-content h2{font-size:2.4rem;color:#EAECEF;margin-bottom:24px;font-weight:700}
.lrp-exchange-content p{font-size:1.05rem;color:#A6AFB9;line-height:1.8;margin-bottom:18px}
.lrp-exchange-features{margin-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.lrp-exchange-feature{background:#2c2c2c;padding:20px;border-radius:6px;border-bottom:3px solid #7796A0}
.lrp-exchange-feature h4{font-size:1.1rem;color:#EAECEF;margin-bottom:8px;font-weight:600}
.lrp-exchange-feature p{font-size:.92rem;color:#A6AFB9;line-height:1.6;margin:0}
.lrp-planning-section{background:linear-gradient(180deg,#2c2c2c 0%,#343a40 100%);padding:95px 20px}
.lrp-planning-container{max-width:1200px;margin:0 auto}
.lrp-planning-intro{text-align:center;margin-bottom:60px}
.lrp-planning-intro h2{font-size:2.7rem;color:#EAECEF;margin-bottom:22px;font-weight:700}
.lrp-planning-intro p{font-size:1.08rem;color:#A6AFB9;line-height:1.7;max-width:750px;margin:0 auto}
.lrp-planning-split{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:50px}
.lrp-planning-visual{border-radius:10px;overflow:hidden;box-shadow:0 8px 30px #00000080}
.lrp-planning-visual img{width:100%;height:380px;object-fit:cover;display:block}
.lrp-planning-steps{display:flex;flex-direction:column;gap:24px}
.lrp-planning-step{background:#1a1a1a;padding:28px;border-radius:8px;position:relative;padding-left:90px;min-height:100px}
.lrp-planning-step::before{content:attr(data-number);position:absolute;left:28px;top:50%;transform:translateY(-50%);width:50px;height:50px;background:linear-gradient(135deg,#7796A0 0%,#A6AFB9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff}
.lrp-planning-step h3{font-size:1.35rem;color:#EAECEF;margin-bottom:10px;font-weight:600}
.lrp-planning-step p{font-size:.96rem;color:#A6AFB9;line-height:1.6;margin:0}
.lrp-testimonials-section{background:#1a1a1a;padding:90px 20px}
.lrp-testimonials-wrapper{max-width:1100px;margin:0 auto}
.lrp-testimonials-header{text-align:center;margin-bottom:60px}
.lrp-testimonials-header h2{font-size:2.5rem;color:#EAECEF;margin-bottom:18px;font-weight:700}
.lrp-testimonials-header p{font-size:1.06rem;color:#A6AFB9;line-height:1.6}
.lrp-testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}
.lrp-testimonial-card{background:#2c2c2c;padding:40px;border-radius:10px;position:relative;border-top:4px solid #7796A0}
.lrp-testimonial-profile{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.lrp-testimonial-avatar{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #7796A0}
.lrp-testimonial-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.lrp-testimonial-info h4{font-size:1.2rem;color:#EAECEF;margin-bottom:4px;font-weight:600}
.lrp-testimonial-info p{font-size:.9rem;color:#A6AFB9;margin:0}
.lrp-testimonial-text{font-size:1rem;color:#A6AFB9;line-height:1.7;font-style:italic}
.lrp-services-section{background:#2c2c2c;padding:100px 20px}
.lrp-services-container{max-width:1200px;margin:0 auto}
.lrp-services-title{text-align:center;margin-bottom:70px}
.lrp-services-title h2{font-size:2.8rem;color:#EAECEF;margin-bottom:20px;font-weight:700}
.lrp-services-title p{font-size:1.1rem;color:#A6AFB9;line-height:1.7;max-width:800px;margin:0 auto}
.lrp-services-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:50px}
.lrp-service-visual{border-radius:8px;overflow:hidden;box-shadow:0 6px 25px #0006;transition:transform .3s ease}
.lrp-service-visual:hover{transform:scale(1.05)}
.lrp-service-visual img{width:100%;height:220px;object-fit:cover;display:block}
.lrp-services-cta-wrapper{text-align:center;margin-top:50px}
.lrp-services-cta-box{background:linear-gradient(135deg,#1a1a1a 0%,#343a40 100%);padding:50px;border-radius:10px;max-width:700px;margin:0 auto;border:2px solid #7796A0}
.lrp-services-cta-box h3{font-size:1.9rem;color:#EAECEF;margin-bottom:20px;font-weight:700}
.lrp-services-cta-box p{font-size:1.05rem;color:#A6AFB9;line-height:1.7;margin-bottom:30px}
.lrp-services-btn{display:inline-block;background:#7796A0;color:#fff;padding:15px 45px;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;margin-right:15px;box-shadow:0 4px 15px #7796a04d}
.lrp-services-btn:hover{background:#8ba6b0;transform:translateY(-2px);box-shadow:0 6px 20px #7796a066}
.lrp-services-btn-secondary{background:transparent;border:2px solid #7796A0;color:#7796A0}
.lrp-services-btn-secondary:hover{background:#7796A0;color:#fff}
@media (max-width: 968px) {
.lrp-hero-content{grid-template-columns:1fr;gap:40px}
.lrp-hero-text h1{font-size:2.4rem}
.lrp-approach-grid{grid-template-columns:1fr;gap:30px}
.lrp-exchange-wrapper{grid-template-columns:1fr;gap:40px}
.lrp-planning-split{grid-template-columns:1fr;gap:40px}
.lrp-planning-step{padding-left:75px}
.lrp-testimonials-grid{grid-template-columns:1fr;gap:30px}
.lrp-services-showcase{grid-template-columns:repeat(2,1fr);gap:25px}
.lrp-exchange-features{grid-template-columns:1fr}
.lrp-services-btn{display:block;margin:10px auto}
}
@media (max-width: 580px) {
.lrp-hero-text h1{font-size:1.9rem}
.lrp-approach-header h2,.lrp-exchange-content h2,.lrp-planning-intro h2,.lrp-testimonials-header h2,.lrp-services-title h2{font-size:2rem}
.lrp-services-showcase{grid-template-columns:1fr}
.lrp-planning-step{padding-left:20px;padding-top:70px}
.lrp-planning-step::before{left:50%;top:20px;transform:translateX(-50%)}
.lrp-services-cta-box{padding:35px 25px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;color:#f8f9fa}
.contact-hero-section{padding:80px 20px 60px;text-align:center;background:#1a1a1a;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#7796a026,transparent 50%);pointer-events:none}
.contact-hero-section h1{font-size:2.8rem;margin-bottom:20px;color:#fff;font-weight:700;position:relative;z-index:2}
.contact-hero-section .lead-text{font-size:1.2rem;color:#A6AFB9;max-width:700px;margin:0 auto 30px;line-height:1.7;position:relative;z-index:2}
.contact-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:60px auto;padding:0 20px}
.contact-card-item{background:#2c2c2c;border:1px solid #7796a033;border-radius:12px;padding:35px 25px;transition:all .3s ease;position:relative;overflow:hidden}
.contact-card-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#7796A0,#A6AFB9);transform:scaleX(0);transition:transform .3s ease}
.contact-card-item:hover::before{transform:scaleX(1)}
.contact-card-item:hover{transform:translateY(-5px);border-color:#7796A0;box-shadow:0 8px 25px #7796a033}
.contact-card-item h3{font-size:1.4rem;color:#7796A0;margin-bottom:15px;font-weight:600}
.contact-card-item p{color:#e9ecef;line-height:1.6;margin-bottom:10px}
.contact-card-item a{color:#A6AFB9;text-decoration:none;transition:color .3s ease}
.contact-card-item a:hover{color:#7796A0}
.form-wrapper-section{background:#1a1a1a;padding:80px 20px;position:relative}
.form-inner-container{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}
.form-sidebar-content h2{font-size:2.2rem;color:#fff;margin-bottom:25px;line-height:1.3}
.form-sidebar-content p{color:#A6AFB9;line-height:1.8;margin-bottom:20px}
.form-sidebar-content ul{list-style:none;padding:0;margin:30px 0}
.form-sidebar-content ul li{padding:12px 0;color:#e9ecef;position:relative;padding-left:25px}
.form-sidebar-content ul li::before{content:'→';position:absolute;left:0;color:#7796A0;font-weight:700}
.contact-form-block{background:#2c2c2c;border:1px solid #7796a033;border-radius:12px;padding:40px;box-shadow:0 4px 20px #0000004d}
.contact-form-block .form-group{margin-bottom:25px}
.contact-form-block label{display:block;margin-bottom:8px;color:#e9ecef;font-weight:500;font-size:.95rem}
.contact-form-block input,.contact-form-block textarea,.contact-form-block select{width:100%;padding:14px 16px;background:#1a1a1a;border:1px solid #7796a04d;border-radius:6px;color:#f8f9fa;font-size:1rem;transition:all .3s ease}
.contact-form-block input:focus,.contact-form-block textarea:focus,.contact-form-block select:focus{outline:none;border-color:#7796A0;box-shadow:0 0 0 3px #7796a033}
.contact-form-block textarea{resize:vertical;min-height:140px;font-family:inherit}
.privacy-checkbox-group{display:flex;align-items:start;margin-bottom:25px}
.privacy-checkbox-group input[type="checkbox"]{width:auto;margin-right:10px;margin-top:4px;cursor:pointer}
.privacy-checkbox-group label{color:#e9ecef;font-size:.9rem;line-height:1.5;margin-bottom:0;cursor:pointer}
.privacy-checkbox-group label a{color:#7796A0;text-decoration:none}
.privacy-checkbox-group label a:hover{color:#A6AFB9;text-decoration:underline}
.submit-btn-contact{background:linear-gradient(135deg,#7796A0,#A6AFB9);color:#fff;border:none;padding:16px 40px;font-size:1.05rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;width:100%;position:relative;z-index:10}
.submit-btn-contact:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7796a066}
.visual-content-section{padding:80px 20px;background:#2c2c2c}
.visual-grid-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:center}
.visual-text-block h2{font-size:2rem;color:#fff;margin-bottom:20px;line-height:1.3}
.visual-text-block p{color:#A6AFB9;line-height:1.8;margin-bottom:20px}
.visual-image-container{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0006;border:1px solid #7796a033}
.visual-image-container img{width:100%;height:auto;display:block;transition:transform .4s ease}
.visual-image-container:hover img{transform:scale(1.05)}
.location-details-section{padding:80px 20px;background:#1a1a1a}
.location-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}
.location-image-block{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0006;border:1px solid #7796a033;height:100%;min-height:400px}
.location-image-block img{width:100%;height:100%;object-fit:cover;display:block}
.location-info-block h2{font-size:2rem;color:#fff;margin-bottom:25px}
.location-info-block p{color:#A6AFB9;line-height:1.8;margin-bottom:25px}
.info-detail-list{list-style:none;padding:0;margin:30px 0}
.info-detail-list li{padding:18px 0;border-bottom:1px solid #7796a033;color:#e9ecef;display:flex;align-items:center}
.info-detail-list li strong{color:#7796A0;min-width:140px;font-weight:600}
@media (max-width: 968px) {
.form-inner-container{grid-template-columns:1fr;gap:40px}
.visual-grid-layout{grid-template-columns:1fr;gap:30px}
.location-content-wrapper{grid-template-columns:1fr;gap:40px}
.contact-hero-section h1{font-size:2.2rem}
.contact-form-block{padding:30px 20px}
}
@media (max-width: 640px) {
.contact-hero-section{padding:60px 15px 40px}
.contact-hero-section h1{font-size:1.8rem}
.contact-methods-grid{grid-template-columns:1fr;gap:20px;margin:40px auto}
.form-wrapper-section{padding:60px 15px}
.visual-content-section{padding:60px 15px}
.location-details-section{padding:60px 15px}
.location-image-block{min-height:300px}
}
.services-main-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.services-hero-block{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.services-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7796a026 0%,transparent 70%);border-radius:50%}
.services-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.services-hero-title{font-size:3.2rem;font-weight:700;color:#EAECEF;margin-bottom:24px;line-height:1.2}
.services-hero-subtitle{font-size:1.3rem;color:#A6AFB9;max-width:720px;line-height:1.7;margin-bottom:40px}
.services-nav-links{display:flex;gap:16px;flex-wrap:wrap}
.services-link-btn{padding:14px 32px;background:#7796A0;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}
.services-link-btn:hover{background:#8aa5af;transform:translateY(-2px);box-shadow:0 6px 20px #7796a04d}
.services-link-btn.secondary{background:transparent;border:2px solid #7796A0;color:#7796A0}
.services-link-btn.secondary:hover{background:#7796a01a;border-color:#8aa5af}
.services-details-section{padding:100px 20px;background:#1a1a1a}
.services-details-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.services-column-left{display:flex;flex-direction:column;gap:32px}
.services-visual-card{background:#2c2c2c;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0006}
.services-visual-card img{width:100%;height:380px;object-fit:cover;display:block}
.services-advisor-profiles{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.services-profile-card{background:linear-gradient(145deg,#2c2c2c 0%,#242424 100%);border-radius:10px;padding:24px;text-align:center;border:1px solid #343a40;transition:all .3s ease}
.services-profile-card:hover{border-color:#7796A0;transform:translateY(-4px);box-shadow:0 8px 20px #7796a033}
.services-profile-img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:0 auto 16px;border:3px solid #7796A0}
.services-profile-name{font-size:1.1rem;font-weight:600;color:#EAECEF;margin-bottom:6px}
.services-profile-role{font-size:.9rem;color:#A6AFB9}
.services-column-right{display:flex;flex-direction:column;gap:40px}
.services-intro-text{background:#2c2c2c;padding:36px;border-radius:10px;border-left:4px solid #7796A0}
.services-intro-text h2{font-size:2rem;color:#EAECEF;margin-bottom:20px;font-weight:700}
.services-intro-text p{font-size:1.05rem;line-height:1.8;color:#e9ecef;margin-bottom:16px}
.services-intro-text p:last-child{margin-bottom:0}
.services-offerings-list{display:flex;flex-direction:column;gap:20px}
.services-offering-item{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:28px;border-radius:8px;border:1px solid #495057;transition:all .3s ease}
.services-offering-item:hover{border-color:#7796A0;background:linear-gradient(135deg,#3a4149 0%,#313131 100%)}
.services-offering-item h3{font-size:1.4rem;color:#7796A0;margin-bottom:12px;font-weight:600}
.services-offering-item p{font-size:1rem;line-height:1.7;color:#e9ecef}
.services-pricing-section{padding:100px 20px;background:linear-gradient(180deg,#1a1a1a 0%,#242424 100%)}
.services-pricing-wrapper{max-width:1200px;margin:0 auto}
.services-pricing-header{text-align:center;margin-bottom:60px}
.services-pricing-header h2{font-size:2.6rem;color:#EAECEF;margin-bottom:16px;font-weight:700}
.services-pricing-header p{font-size:1.15rem;color:#A6AFB9;max-width:680px;margin:0 auto;line-height:1.7}
.services-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.services-price-card{background:#2c2c2c;border-radius:12px;padding:40px 32px;border:2px solid #343a40;transition:all .3s ease;display:flex;flex-direction:column}
.services-price-card:hover{border-color:#7796A0;transform:translateY(-6px);box-shadow:0 12px 32px #7796a040}
.services-price-card.featured{background:linear-gradient(145deg,#343a40 0%,#2c2c2c 100%);border-color:#7796A0;position:relative}
.services-price-card.featured::before{content:'Most Popular';position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#7796A0;color:#fff;padding:6px 20px;border-radius:20px;font-size:.85rem;font-weight:600}
.services-price-name{font-size:1.5rem;color:#EAECEF;margin-bottom:12px;font-weight:600}
.services-price-amount{font-size:2.8rem;color:#7796A0;font-weight:700;margin-bottom:8px}
.services-price-period{font-size:.95rem;color:#A6AFB9;margin-bottom:28px}
.services-price-features{list-style:none;padding:0;margin:0 0 32px;flex-grow:1}
.services-price-features li{padding:12px 0;color:#e9ecef;font-size:.98rem;line-height:1.6;border-bottom:1px solid #343a40}
.services-price-features li:last-child{border-bottom:none}
.services-price-features li::before{content:'';color:#7796A0;font-weight:700;margin-right:12px;font-size:1.1rem}
.services-price-cta{padding:16px 32px;background:#7796A0;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;text-align:center;transition:all .3s ease;display:block}
.services-price-cta:hover{background:#8aa5af;box-shadow:0 6px 16px #7796a059}
@media (max-width: 1024px) {
.services-details-container{grid-template-columns:1fr;gap:50px}
.services-pricing-grid{grid-template-columns:1fr;gap:28px}
.services-price-card.featured::before{top:20px;left:20px;transform:none}
}
@media (max-width: 768px) {
.services-hero-title{font-size:2.2rem}
.services-hero-subtitle{font-size:1.1rem}
.services-nav-links{flex-direction:column}
.services-link-btn{text-align:center}
.services-advisor-profiles{grid-template-columns:1fr}
.services-intro-text h2{font-size:1.6rem}
.services-pricing-header h2{font-size:2rem}
.services-hero-block{padding:80px 20px 60px}
.services-details-section,.services-pricing-section{padding:60px 20px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:80px 0}
.cookie-policy-container{max-width:900px;margin:0 auto;padding:0 24px}
.cookie-policy-header{text-align:center;margin-bottom:60px;padding-bottom:40px;border-bottom:2px solid #7796A0}
.cookie-policy-header h1{color:#f8f9fa;font-size:2.8rem;font-weight:700;margin-bottom:16px;letter-spacing:-.5px}
.cookie-policy-last-updated{color:#A6AFB9;font-size:.95rem;font-style:italic}
.cookie-policy-intro{background:#343a40;padding:32px;border-radius:8px;margin-bottom:48px;border-left:4px solid #7796A0}
.cookie-policy-intro p{color:#e9ecef;font-size:1.05rem;line-height:1.7;margin:0}
.cookie-section-block{background:#2c2c2c;padding:40px;border-radius:12px;margin-bottom:32px;box-shadow:0 4px 12px #0000004d}
.cookie-section-title{color:#EAECEF;font-size:1.8rem;font-weight:600;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #495057}
.cookie-section-block p{color:#e9ecef;font-size:1rem;line-height:1.75;margin-bottom:16px}
.cookie-section-block p:last-child{margin-bottom:0}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:28px}
.cookie-type-card{background:#343a40;padding:28px;border-radius:8px;border-left:4px solid #A6AFB9;transition:all .3s ease}
.cookie-type-card:hover{transform:translateX(8px);border-left-color:#7796A0}
.cookie-type-card h3{color:#7796A0;font-size:1.3rem;font-weight:600;margin-bottom:12px}
.cookie-type-card p{color:#e9ecef;font-size:.98rem;line-height:1.7;margin:0}
.cookie-list-simple{list-style:none;padding:0;margin:20px 0 0}
.cookie-list-simple li{color:#e9ecef;font-size:1rem;line-height:1.7;margin-bottom:12px;padding-left:28px;position:relative}
.cookie-list-simple li::before{content:"→";position:absolute;left:0;color:#7796A0;font-weight:700}
.browser-guide-wrapper{background:linear-gradient(135deg,#495057 0%,#343a40 100%);padding:32px;border-radius:10px;margin-top:28px}
.browser-guide-wrapper h4{color:#EAECEF;font-size:1.2rem;font-weight:600;margin-bottom:16px}
.browser-guide-wrapper ul{list-style:none;padding:0;margin:0}
.browser-guide-wrapper li{color:#e9ecef;font-size:.98rem;line-height:1.6;margin-bottom:10px;padding-left:24px;position:relative}
.browser-guide-wrapper li::before{content:"•";position:absolute;left:8px;color:#A6AFB9;font-size:1.2rem}
.cookie-contact-box{background:#343a40;padding:36px;border-radius:10px;text-align:center;margin-top:48px;border:2px solid #7796A0}
.cookie-contact-box h3{color:#EAECEF;font-size:1.5rem;font-weight:600;margin-bottom:16px}
.cookie-contact-box p{color:#e9ecef;font-size:1rem;line-height:1.7;margin-bottom:24px}
.cookie-contact-link{display:inline-block;color:#1a1a1a;background:#7796A0;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}
.cookie-contact-link:hover{background:#A6AFB9;transform:translateY(-2px);box-shadow:0 6px 16px #7796a066}
.policy-emphasis{background:#495057;padding:24px;border-radius:6px;margin:24px 0;border-left:4px solid #EAECEF}
.policy-emphasis p{color:#EAECEF;font-size:1.05rem;line-height:1.7;margin:0;font-weight:500}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:48px 0}
.cookie-policy-header h1{font-size:2rem}
.cookie-section-title{font-size:1.5rem}
.cookie-section-block{padding:28px 20px}
.cookie-type-card{padding:20px}
.cookie-contact-box{padding:28px 20px}
.cookie-policy-intro{padding:24px 20px}
}
.privacy-policy-main-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:0;margin:0}
.privacy-hero-section{background:linear-gradient(to right,#2c2c2c,#1a1a1a);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #7796A0}
.privacy-hero-section h1{color:#EAECEF;font-size:2.8rem;font-weight:700;margin:0 0 20px;letter-spacing:-.5px}
.privacy-last-updated{color:#A6AFB9;font-size:1rem;margin:0;font-weight:400}
.privacy-content-container{max-width:900px;margin:0 auto;padding:60px 30px 80px}
.privacy-intro-block{background:#2c2c2c;border-left:4px solid #7796A0;padding:30px;margin-bottom:50px;border-radius:4px}
.privacy-intro-block p{color:#EAECEF;font-size:1.1rem;line-height:1.7;margin:0 0 15px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-block{margin-bottom:45px;padding-bottom:35px;border-bottom:1px solid #495057}
.privacy-section-block:last-of-type{border-bottom:none}
.privacy-section-block h2{color:#7796A0;font-size:1.9rem;font-weight:600;margin:0 0 20px;letter-spacing:-.3px}
.privacy-section-block h3{color:#A6AFB9;font-size:1.4rem;font-weight:600;margin:30px 0 15px}
.privacy-section-block p{color:#e9ecef;font-size:1.05rem;line-height:1.8;margin:0 0 18px}
.privacy-section-block ul{margin:15px 0 20px;padding-left:0;list-style:none}
.privacy-section-block ul li{color:#e9ecef;font-size:1.05rem;line-height:1.8;margin-bottom:12px;padding-left:30px;position:relative}
.privacy-section-block ul li:before{content:"•";color:#7796A0;font-size:1.4rem;position:absolute;left:0;top:-2px}
.privacy-data-table{width:100%;background:#343a40;border-radius:6px;overflow:hidden;margin:25px 0}
.privacy-data-table table{width:100%;border-collapse:collapse}
.privacy-data-table th{background:#495057;color:#EAECEF;font-size:1.05rem;font-weight:600;padding:18px 20px;text-align:left;border-bottom:2px solid #7796A0}
.privacy-data-table td{color:#e9ecef;font-size:1rem;padding:16px 20px;border-bottom:1px solid #495057;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-highlight-box{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);border:2px solid #7796A0;border-radius:8px;padding:25px 30px;margin:30px 0}
.privacy-highlight-box h3{color:#7796A0;font-size:1.5rem;margin:0 0 15px}
.privacy-highlight-box p{color:#EAECEF;font-size:1.05rem;line-height:1.7;margin:0 0 12px}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-contact-section{background:linear-gradient(to bottom right,#2c2c2c,#343a40);border-radius:8px;padding:40px;margin-top:50px;text-align:center;border:1px solid #495057}
.privacy-contact-section h2{color:#EAECEF;font-size:2rem;margin:0 0 20px}
.privacy-contact-section p{color:#A6AFB9;font-size:1.1rem;line-height:1.7;margin:0 0 25px}
.privacy-contact-details{display:flex;flex-direction:column;gap:15px;margin-top:25px}
.privacy-contact-item{color:#EAECEF;font-size:1.05rem;padding:12px;background:#1a1a1a;border-radius:4px}
.privacy-contact-item strong{color:#7796A0;display:inline-block;min-width:80px}
@media (max-width: 768px) {
.privacy-hero-section{padding:60px 20px 40px}
.privacy-hero-section h1{font-size:2rem}
.privacy-content-container{padding:40px 20px 60px}
.privacy-section-block h2{font-size:1.6rem}
.privacy-section-block h3{font-size:1.3rem}
.privacy-data-table{overflow-x:auto}
.privacy-contact-section{padding:30px 20px}
.privacy-contact-section h2{font-size:1.7rem}
}
@media (max-width: 480px) {
.privacy-hero-section h1{font-size:1.7rem}
.privacy-intro-block{padding:20px}
.privacy-section-block h2{font-size:1.4rem}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px;font-size:.95rem}
.privacy-highlight-box{padding:20px}
}
.success-page-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}
.success-confirmation-container{max-width:680px;margin:0 auto;background:#2c2c2c;border-radius:12px;padding:3.5rem 2.5rem;box-shadow:0 8px 32px #0006;position:relative;overflow:hidden}
.success-confirmation-container::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#7796A0 0%,#A6AFB9 100%)}
.success-icon-display{width:85px;height:85px;margin:0 auto 2rem;background:linear-gradient(135deg,#7796A0 0%,#A6AFB9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse 2s ease-in-out infinite}
.success-icon-display::after{content:'';font-size:2.8rem;color:#fff;font-weight:700;line-height:1}
@keyframes successPulse {
0%,100%{box-shadow:0 0 0 0 #7796a080}
50%{box-shadow:0 0 0 15px #7796a000}
}
.success-main-heading{font-size:2.2rem;font-weight:700;color:#fff;text-align:center;margin:0 0 1rem;letter-spacing:-.5px}
.success-subheading-text{font-size:1.15rem;color:#EAECEF;text-align:center;margin:0 0 2.5rem;line-height:1.6}
.confirmation-details-block{background:#343a40;border-radius:8px;padding:2rem;margin:0 0 2rem;border-left:4px solid #7796A0}
.confirmation-details-block h2{font-size:1.3rem;color:#fff;margin:0 0 1rem;font-weight:600}
.confirmation-details-block p{font-size:1rem;color:#EAECEF;line-height:1.7;margin:0 0 1rem}
.confirmation-details-block p:last-child{margin-bottom:0}
.next-steps-timeline{background:#343a40;border-radius:8px;padding:2rem;margin:0 0 2rem}
.next-steps-timeline h3{font-size:1.3rem;color:#fff;margin:0 0 1.5rem;font-weight:600}
.timeline-step-item{position:relative;padding-left:3rem;margin-bottom:1.8rem}
.timeline-step-item:last-child{margin-bottom:0}
.timeline-step-item::before{content:'';position:absolute;left:8px;top:32px;bottom:-18px;width:2px;background:#495057}
.timeline-step-item:last-child::before{display:none}
.step-marker-circle{position:absolute;left:0;top:4px;width:20px;height:20px;background:#7796A0;border-radius:50%;border:3px solid #2c2c2c;z-index:2}
.timeline-step-item h4{font-size:1.05rem;color:#A6AFB9;margin:0 0 .5rem;font-weight:600}
.timeline-step-item p{font-size:.95rem;color:#EAECEF;line-height:1.6;margin:0}
.helpful-resources-section{background:#343a40;border-radius:8px;padding:2rem;margin:0 0 2.5rem}
.helpful-resources-section h3{font-size:1.3rem;color:#fff;margin:0 0 1.2rem;font-weight:600}
.resource-links-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.resource-link-card{background:#2c2c2c;border-radius:6px;padding:1.2rem;border:1px solid #495057;transition:all .3s ease}
.resource-link-card:hover{border-color:#7796A0;transform:translateY(-2px);box-shadow:0 4px 12px #7796a033}
.resource-link-card h4{font-size:1.05rem;color:#A6AFB9;margin:0 0 .5rem;font-weight:600}
.resource-link-card p{font-size:.92rem;color:#EAECEF;line-height:1.5;margin:0}
.navigation-buttons-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.primary-nav-button{background:linear-gradient(135deg,#7796A0 0%,#A6AFB9 100%);color:#fff;padding:.95rem 2.2rem;border-radius:6px;text-decoration:none;font-size:1rem;font-weight:600;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;box-shadow:0 4px 12px #7796a04d}
.primary-nav-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #7796a066}
.secondary-nav-button{background:transparent;color:#A6AFB9;padding:.95rem 2.2rem;border-radius:6px;text-decoration:none;font-size:1rem;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid #7796A0;cursor:pointer}
.secondary-nav-button:hover{background:#7796a01a;border-color:#A6AFB9;color:#fff}
.contact-info-footer{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #495057}
.contact-info-footer p{font-size:.9rem;color:#A6AFB9;line-height:1.6;margin:.5rem 0}
.contact-info-footer a{color:#7796A0;text-decoration:none;transition:color .3s ease}
.contact-info-footer a:hover{color:#A6AFB9}
@media (max-width: 768px) {
.success-confirmation-container{padding:2.5rem 1.5rem}
.success-main-heading{font-size:1.8rem}
.success-subheading-text{font-size:1.05rem}
.confirmation-details-block,.next-steps-timeline,.helpful-resources-section{padding:1.5rem}
.navigation-buttons-row{flex-direction:column}
.primary-nav-button,.secondary-nav-button{width:100%;text-align:center}
}
@media (min-width: 769px) {
.resource-links-grid{grid-template-columns:repeat(2,1fr)}
}
.error-404-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-404-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#7796a014 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-404-wrapper::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#a6afb90d 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-content-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.error-visual-element{margin-bottom:3rem;position:relative}
.error-number-display{font-size:10rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#7796A0 0%,#A6AFB9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.05em;margin:0;text-shadow:0 0 60px #7796a04d;animation:pulse-glow 3s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{filter:brightness(1)}
50%{filter:brightness(1.3)}
}
.error-decorative-shapes{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none}
.shape-element{position:absolute;border:2px solid #7796a033;border-radius:50%}
.shape-one{width:280px;height:280px;top:-20%;left:10%;animation:float-shape 8s ease-in-out infinite}
.shape-two{width:180px;height:180px;bottom:-10%;right:15%;border-radius:30%;animation:float-shape 6s ease-in-out infinite reverse}
@keyframes float-shape {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-30px) rotate(180deg)}
}
.error-heading-main{font-size:2.5rem;font-weight:700;color:#f8f9fa;margin-bottom:1.5rem;line-height:1.2}
.error-description-text{font-size:1.125rem;color:#A6AFB9;margin-bottom:2.5rem;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto}
.error-action-buttons{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}
.btn-primary-404{background:linear-gradient(135deg,#7796A0 0%,#A6AFB9 100%);color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #7796a04d;position:relative;z-index:10}
.btn-primary-404:hover{transform:translateY(-3px);box-shadow:0 8px 25px #7796a066;filter:brightness(1.1)}
.btn-secondary-404{background:transparent;color:#A6AFB9;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #7796A0;cursor:pointer;position:relative;z-index:10}
.btn-secondary-404:hover{background:#7796a01a;border-color:#A6AFB9;color:#EAECEF;transform:translateY(-3px)}
.helpful-links-section{background:#2c2c2c99;border-radius:16px;padding:3rem 2rem;backdrop-filter:blur(10px);border:1px solid #7796a033}
.helpful-links-heading{font-size:1.75rem;font-weight:700;color:#f8f9fa;margin-bottom:2rem}
.links-grid-404{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}
.link-card-404{background:linear-gradient(135deg,#343a40cc 0%,#2c2c2ccc 100%);padding:2rem 1.5rem;border-radius:12px;text-align:left;border:1px solid #7796a026;transition:all .3s ease}
.link-card-404:hover{transform:translateY(-5px);border-color:#7796A0;box-shadow:0 8px 20px #7796a033}
.link-card-icon{width:48px;height:48px;background:linear-gradient(135deg,#7796A0 0%,#A6AFB9 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem;color:#fff}
.link-card-title{font-size:1.125rem;font-weight:600;color:#f8f9fa;margin-bottom:.75rem}
.link-card-description{font-size:.938rem;color:#A6AFB9;line-height:1.6;margin-bottom:1rem}
.link-card-cta{color:#7796A0;text-decoration:none;font-weight:600;font-size:.938rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}
.link-card-cta:hover{color:#A6AFB9;gap:.75rem}
.contact-info-404{padding-top:2rem;border-top:1px solid #7796a033}
.contact-info-text{font-size:1rem;color:#EAECEF;margin-bottom:1rem;line-height:1.6}
.contact-details-404{display:flex;flex-direction:column;gap:.75rem;align-items:center}
.contact-item-404{color:#A6AFB9;text-decoration:none;font-size:.938rem;transition:color .3s ease}
.contact-item-404:hover{color:#7796A0}
@media (max-width: 768px) {
.error-number-display{font-size:6rem}
.error-heading-main{font-size:1.75rem}
.error-description-text{font-size:1rem}
.error-action-buttons{flex-direction:column;gap:1rem}
.btn-primary-404,.btn-secondary-404{width:100%;max-width:300px}
.helpful-links-section{padding:2rem 1.25rem}
.links-grid-404{grid-template-columns:1fr}
.shape-one,.shape-two{display:none}
}
@media (min-width: 769px) and (max-width: 1024px) {
.error-number-display{font-size:8rem}
.links-grid-404{grid-template-columns:repeat(2,1fr)}
}