:root{--clr-primary:#131932;--clr-secondary:#12B4FD;--clr-tertiary:#F4F7LA;--clr-background:#fff;--clr-surface:#fafbfc;--clr-text-dark:#212529;--clr-text-medium:#495057;--clr-text-light:#6c757d;--clr-border:#e9ecef;--font-primary:Manrope,sans-serif;--font-accent:'Space Grotesk',sans-serif;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2.5rem;--spacing-xl:4rem}
*{margin:0;padding:0;box-sizing:border-box}
body{color:var(--clr-text-dark);background-color:var(--clr-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:clamp(0.9375rem,0.8rem + 0.35vw,1.0625rem)/1.7 var(--font-primary)}
h1,h2,h3,h4,h5,h6{font-family:var(--font-accent);font-weight:600;line-height:1.3;color:var(--clr-primary)}
h1{font-size:clamp(1.875rem,1.5rem + 1.5vw,3rem)}
h2{font-size:clamp(1.5rem,1.25rem + 1vw,2.25rem)}
h3{font-size:clamp(1.25rem,1.1rem + 0.6vw,1.75rem)}
p{font-size:clamp(0.9375rem,0.85rem + 0.35vw,1.0625rem);margin-bottom:1.25em}
a{text-decoration:none;color:inherit;transition:color .25s ease}
img{max-width:100%;height:auto;display:block}
.header__wrapper{background:linear-gradient(135deg,#131932 0%,#1a2347 100%);border-bottom:3px solid var(--clr-secondary)}
.header__top-row{background:linear-gradient(135deg,#12b4fd14 0%,#1319321f 100%);padding:clamp(0.875rem,0.75rem + 0.5vw,1.25rem) 0;border-bottom:1px solid #12b4fd26}
.header__top-content{max-width:1320px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem);display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md)}
.logo__container{display:flex;align-items:center;gap:var(--spacing-sm)}
.logo__image{height:85px;width:85px;object-fit:contain;display:block}
.company__nameblock{display:flex;flex-direction:column;gap:.25rem}
.company__title{color:#fff;letter-spacing:.02em;font:700 clamp(1.125rem,1rem + 0.5vw,1.5rem) var(--font-accent)}
.company__descriptor{font-size:clamp(0.8125rem,0.75rem + 0.25vw,0.9375rem);color:#ffffffbf;font-weight:400}
.header__nav-row{padding:clamp(1rem,0.85rem + 0.6vw,1.5rem) 0}
.header__nav-content{max-width:1320px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}
.primary__navigation{display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,2vw,3rem);list-style:none}
.nav__link-item a{color:#fff;padding:.625rem 1rem;border-radius:6px;position:relative;display:inline-block;letter-spacing:.01em;transition:color .25s ease,background-color .25s ease;font:500 clamp(0.9375rem,0.875rem + 0.25vw,1.0625rem) var(--font-accent)}
.nav__link-item a:hover,.nav__link-item a:focus{color:var(--clr-secondary);background-color:#12b4fd14;outline:none}
.nav__link-item a:focus-visible{outline:3px solid var(--clr-secondary);outline-offset:3px}
main{min-height:60vh}
.footer__wrapper{background:linear-gradient(135deg,#131932 0%,#0f1428 100%);color:#ffffffd9;padding:clamp(2.5rem,4vw,4rem) 0 clamp(1.5rem,2.5vw,2.5rem);border-top:2px solid var(--clr-secondary);margin-top:clamp(3rem,5vw,6rem)}
.footer__content{max-width:1320px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}
.footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(2rem,3vw,3.5rem);margin-bottom:clamp(2rem,3vw,3rem)}
.footer__section-heading{color:#fff;margin-bottom:var(--spacing-md);letter-spacing:.015em;font:600 clamp(1.0625rem,1rem + 0.25vw,1.25rem) var(--font-accent)}
.footer__link-list{list-style:none;display:flex;flex-direction:column;gap:.875rem}
.footer__link-list a{color:#ffffffbf;font-size:clamp(0.9375rem,0.875rem + 0.25vw,1rem);transition:color .25s ease,padding-left .25s ease;display:inline-block}
.footer__link-list a:hover,.footer__link-list a:focus{color:var(--clr-secondary);padding-left:.375rem;outline:none}
.footer__link-list a:focus-visible{outline:2px solid var(--clr-secondary);outline-offset:4px}
.footer__contact-info{display:flex;flex-direction:column;gap:.75rem}
.contact__email-link{color:#ffffffbf;font-size:clamp(0.9375rem,0.875rem + 0.25vw,1rem);transition:color .25s ease;word-break:break-word}
.contact__email-link:hover,.contact__email-link:focus{color:var(--clr-secondary);outline:none}
.contact__email-link:focus-visible{outline:2px solid var(--clr-secondary);outline-offset:4px;border-radius:3px}
.footer__bottom-section{border-top:1px solid #12b4fd33;padding-top:clamp(1.25rem,2vw,2rem);margin-top:clamp(1.5rem,2.5vw,2.5rem)}
.footer__copyright{text-align:center;font-size:clamp(0.875rem,0.8125rem + 0.25vw,1rem);color:#ffffffa6;font-weight:400}
@media (max-width: 768px) {
.header__top-content{flex-direction:column;text-align:center}
.logo__container{flex-direction:column}
.primary__navigation{flex-direction:column;gap:.5rem}
.nav__link-item a{display:block;width:100%}
.footer__grid{grid-template-columns:1fr;gap:clamp(1.5rem,2.5vw,2rem)}
}
.consent__overlay{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#131932f7 0%,#0f1428fa 100%);backdrop-filter:blur(8px);border-top:3px solid var(--clr-secondary);box-shadow:0 -8px 32px #0000004d;z-index:9999;padding:clamp(1.25rem,2vw,2rem);animation:slideUpEntry .4s cubic-bezier(0.34,1.56,0.64,1)}
@keyframes slideUpEntry {
from{transform:translateY(100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent__container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:clamp(1.5rem,2.5vw,2.5rem);align-items:center}
.consent__text-area{color:#ffffffeb}
.consent__headline{color:#fff;margin-bottom:.625rem;letter-spacing:.01em;font:600 clamp(1rem,0.95rem + 0.35vw,1.25rem) var(--font-accent)}
.consent__description{font-size:clamp(0.875rem,0.8125rem + 0.25vw,1rem);line-height:1.6;color:#ffffffc7;margin-bottom:0}
.consent__actions{display:flex;gap:.875rem;flex-shrink:0}
.consent__btn{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .25s ease,transform .2s ease,box-shadow .25s ease;white-space:nowrap;letter-spacing:.01em;font:600 clamp(0.875rem,0.8125rem + 0.25vw,0.9375rem) var(--font-accent)}
.consent__btn:focus-visible{outline:3px solid var(--clr-secondary);outline-offset:3px}
.btn__accept-all{background:linear-gradient(135deg,#12B4FD 0%,#0e8ec9 100%);color:#fff;box-shadow:0 4px 12px #12b4fd40}
.btn__accept-all:hover{background:linear-gradient(135deg,#0e8ec9 0%,#0a6fa0 100%);box-shadow:0 6px 16px #12b4fd59}
.btn__reject-all{background:#ffffff14;color:#ffffffe0;border:1px solid #fff3}
.btn__reject-all:hover{background:#ffffff24;border-color:#ffffff4d}
@media (max-width: 768px) {
.consent__container{grid-template-columns:1fr;gap:1.25rem}
.consent__actions{flex-direction:column;width:100%}
.consent__btn{width:100%;padding:.875rem 1.25rem}
}
.despre-noi-hero{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.despre-noi-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#12b4fd14 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-section h1{font-size:2.8rem;color:#131932;margin-bottom:20px;line-height:1.2;font-weight:700}
.hero-text-section h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#12B4FD 0%,#131932 100%);margin-top:15px}
.hero-text-section p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:15px}
.hero-img-wrapper{position:relative}
.hero-img-wrapper img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #1319321f}
.originea-noastra-section{background:#fff;padding:70px 20px}
.originea-container{max-width:1100px;margin:0 auto;display:flex;gap:50px;align-items:flex-start}
.originea-img-side{flex:0 0 420px}
.originea-img-side img{width:100%;height:480px;object-fit:cover;border-radius:8px;border:3px solid #F4F7FA}
.originea-text-side{flex:1}
.originea-text-side h2{font-size:2.2rem;color:#131932;margin-bottom:25px;position:relative;padding-left:20px}
.originea-text-side h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:#12B4FD;border-radius:3px}
.originea-text-side p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.originea-text-side .highlight-text{color:#12B4FD;font-weight:600}
.echipa-valori-bloc{background:linear-gradient(160deg,#F4F7FA 0%,#fff 100%);padding:75px 20px;position:relative}
.echipa-valori-bloc::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:120px;background:linear-gradient(to bottom,transparent 0%,#fff 100%)}
.echipa-valori-wrapper{max-width:1150px;margin:0 auto;position:relative;z-index:2}
.echipa-valori-wrapper h2{font-size:2.3rem;color:#131932;text-align:center;margin-bottom:50px}
.echipa-valori-wrapper h2 span{display:inline-block;position:relative}
.echipa-valori-wrapper h2 span::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:#12B4FD}
.valori-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:60px}
.valoare-card{background:#fff;padding:35px 25px;border-radius:10px;box-shadow:0 5px 20px #13193214;border-left:5px solid #12B4FD;transition:transform .3s ease,box-shadow .3s ease}
.valoare-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #13193226}
.valoare-card h3{font-size:1.4rem;color:#131932;margin-bottom:12px}
.valoare-card p{font-size:1rem;color:#495057;line-height:1.6}
.echipa-membru-container{display:flex;gap:40px;align-items:center;background:#fff;padding:40px;border-radius:10px;box-shadow:0 5px 25px #1319321a}
.membru-foto{flex:0 0 180px}
.membru-foto img{width:180px;height:180px;object-fit:cover;border-radius:50%;border:4px solid #12B4FD}
.membru-info{flex:1}
.membru-info h3{font-size:1.6rem;color:#131932;margin-bottom:8px}
.membru-info .rol{font-size:1.1rem;color:#12B4FD;margin-bottom:15px;font-weight:600}
.membru-info p{font-size:1.02rem;color:#495057;line-height:1.7}
.abordarea-noastra-sectiune{background:#fff;padding:70px 20px}
.abordarea-content-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:55px;align-items:center}
.abordarea-text-col h2{font-size:2.2rem;color:#131932;margin-bottom:30px;position:relative}
.abordarea-text-col h2::after{content:'';position:absolute;bottom:-10px;left:0;width:90px;height:4px;background:linear-gradient(90deg,#131932 0%,#12B4FD 100%)}
.abordarea-lista{list-style:none;padding:0;margin:0}
.abordarea-lista li{padding:20px 0 20px 45px;color:#495057;font-size:1.05rem;line-height:1.7;position:relative;border-bottom:1px solid #F4F7FA}
.abordarea-lista li:last-child{border-bottom:none}
.abordarea-lista li::before{content:'→';position:absolute;left:10px;top:20px;font-size:1.5rem;color:#12B4FD;font-weight:700}
.abordarea-img-col img{width:100%;height:450px;object-fit:cover;border-radius:10px;box-shadow:0 10px 30px #1319321f}
.poveste-si-misiune{background:linear-gradient(135deg,#F4F7FA 0%,#fff 50%,#F4F7FA 100%);padding:75px 20px}
.poveste-misiune-container{max-width:1100px;margin:0 auto}
.poveste-misiune-container h2{font-size:2.4rem;color:#131932;text-align:center;margin-bottom:55px}
.poveste-misiune-dual{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.poveste-block,.misiune-block{background:#fff;padding:40px 35px;border-radius:12px;box-shadow:0 8px 25px #1319321a;position:relative}
.poveste-block::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#12B4FD 0%,#131932 100%);border-radius:12px 12px 0 0}
.misiune-block::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#131932 0%,#12B4FD 100%);border-radius:12px 12px 0 0}
.poveste-block h3,.misiune-block h3{font-size:1.7rem;color:#131932;margin-bottom:20px}
.poveste-block p,.misiune-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:15px}
.poveste-img-showcase{margin-top:50px;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.poveste-img-showcase img{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #1319321a;transition:transform .3s ease}
.poveste-img-showcase img:hover{transform:scale(1.03)}
@media (max-width: 768px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-section h1{font-size:2rem}
.hero-img-wrapper img{height:300px}
.originea-container{flex-direction:column}
.originea-img-side{flex:1;width:100%}
.originea-img-side img{height:350px}
.valori-grid{grid-template-columns:1fr}
.echipa-membru-container{flex-direction:column;text-align:center}
.abordarea-content-grid{grid-template-columns:1fr}
.abordarea-img-col img{height:320px}
.poveste-misiune-dual{grid-template-columns:1fr}
.poveste-img-showcase{grid-template-columns:1fr}
.poveste-img-showcase img{height:240px}
}
.budgetare-hero{position:relative;min-height:85vh;display:flex;align-items:center;background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);overflow:hidden;padding:0}
.budgetare-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:linear-gradient(45deg,#12b4fd14 0%,transparent 70%);transform:rotate(-15deg);z-index:1}
.budgetare-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.budgetare-hero-text h1{font-size:3.2rem;line-height:1.15;color:#131932;margin:0 0 24px;font-weight:700;letter-spacing:-.02em}
.budgetare-hero-text h1::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#12B4FD 0%,#131932 100%);margin-top:20px;border-radius:3px}
.budgetare-hero-text p{font-size:1.25rem;line-height:1.7;color:#495057;margin:24px 0 36px}
.budgetare-hero-image{position:relative;height:450px;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #13193226;transform:perspective(1000px) rotateY(-5deg)}
.budgetare-hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.budgetare-hero-image:hover img{transform:scale(1.05)}
.budgetare-cta-primary{display:inline-block;padding:16px 40px;background:#12B4FD;color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 15px #12b4fd4d}
.budgetare-cta-primary:hover{background:#131932;transform:translateY(-2px);box-shadow:0 6px 25px #13193266}
.budgetare-filosofie{background:#fff;padding:90px 20px;position:relative}
.budgetare-filosofie-wrap{max-width:900px;margin:0 auto;text-align:center}
.budgetare-filosofie h2{font-size:2.5rem;color:#131932;margin:0 0 30px;font-weight:700;position:relative;display:inline-block}
.budgetare-filosofie h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#12B4FD}
.budgetare-filosofie h2::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#12B4FD}
.budgetare-filosofie-text{font-size:1.15rem;line-height:1.9;color:#343a40;margin:0 0 20px}
.budgetare-filosofie-text:last-of-type{margin-bottom:0}
.budgetare-filosofie-accent{color:#12B4FD;font-weight:600}
.budgetare-metoda{background:linear-gradient(165deg,#F4F7FA 0%,#fff 100%);padding:80px 20px;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:40px 0}
.budgetare-metoda-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:start}
.budgetare-metoda-visual{position:relative}
.budgetare-metoda-visual img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 15px 50px #13193233}
.budgetare-metoda-visual::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(135deg,#12b4fd33,transparent);border-radius:50%;z-index:-1}
.budgetare-metoda-continut h2{font-size:2.3rem;color:#131932;margin:0 0 28px;font-weight:700;line-height:1.2}
.budgetare-metoda-continut p{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 22px}
.budgetare-metoda-punct{background:#fff;padding:20px 24px;border-left:4px solid #12B4FD;margin:16px 0;box-shadow:0 3px 12px #13193214;transition:all .3s ease}
.budgetare-metoda-punct:hover{border-left-width:6px;transform:translateX(5px)}
.budgetare-metoda-punct strong{color:#131932;font-size:1.1rem}
.budgetare-principii{background:#fff;padding:85px 20px}
.budgetare-principii-container{max-width:1150px;margin:0 auto}
.budgetare-principii h2{font-size:2.4rem;color:#131932;text-align:center;margin:0 0 60px;font-weight:700}
.budgetare-principii-lista{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.budgetare-principiu-item{background:linear-gradient(145deg,#F4F7FA 0%,#fff 100%);padding:40px 30px;border-radius:10px;position:relative;overflow:hidden;transition:all .4s ease}
.budgetare-principiu-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#12B4FD 0%,#131932 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.budgetare-principiu-item:hover::before{transform:scaleX(1)}
.budgetare-principiu-item:hover{transform:translateY(-8px);box-shadow:0 15px 40px #12b4fd33}
.budgetare-principiu-item h3{font-size:1.4rem;color:#131932;margin:0 0 16px;font-weight:700}
.budgetare-principiu-item p{font-size:1rem;line-height:1.7;color:#495057;margin:0}
.budgetare-calatorie{background:#131932;padding:100px 20px;position:relative;overflow:hidden}
.budgetare-calatorie::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,#12b4fd26 0%,transparent 70%);border-radius:50%}
.budgetare-calatorie-wrap{max-width:1050px;margin:0 auto;position:relative;z-index:2}
.budgetare-calatorie h2{font-size:2.6rem;color:#fff;text-align:center;margin:0 0 70px;font-weight:700}
.budgetare-etape{display:flex;justify-content:space-between;position:relative;padding:50px 0}
.budgetare-etape::before{content:'';position:absolute;top:90px;left:60px;right:60px;height:3px;background:linear-gradient(90deg,#12B4FD 0%,#12b4fd4d 100%)}
.budgetare-etapa{flex:1;text-align:center;position:relative;padding:0 15px}
.budgetare-etapa-numar{width:80px;height:80px;background:linear-gradient(135deg,#12B4FD 0%,#131932 100%);border:5px solid #131932;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:1.8rem;font-weight:700;color:#fff;position:relative;z-index:3;box-shadow:0 8px 25px #12b4fd66}
.budgetare-etapa h3{font-size:1.3rem;color:#12B4FD;margin:0 0 14px;font-weight:700}
.budgetare-etapa p{font-size:.95rem;line-height:1.6;color:#F4F7FA;margin:0}
.budgetare-transformare{background:linear-gradient(155deg,#fff 0%,#F4F7FA 100%);padding:85px 20px;position:relative}
.budgetare-transformare-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.budgetare-transformare-continut h2{font-size:2.4rem;color:#131932;margin:0 0 30px;font-weight:700;line-height:1.25}
.budgetare-transformare-continut h2::before{content:'→';display:inline-block;color:#12B4FD;margin-right:12px;font-size:2.8rem;vertical-align:middle}
.budgetare-transformare-continut p{font-size:1.08rem;line-height:1.8;color:#495057;margin:0 0 24px}
.budgetare-transformare-poza{position:relative;height:480px;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #1319322e}
.budgetare-transformare-poza img{width:100%;height:100%;object-fit:cover}
.budgetare-transformare-poza::after{content:'';position:absolute;inset:0;background:linear-gradient(45deg,#12b4fd26,transparent);pointer-events:none}
.budgetare-povesti{background:#fff;padding:90px 20px}
.budgetare-povesti-wrap{max-width:1150px;margin:0 auto}
.budgetare-povesti h2{font-size:2.5rem;color:#131932;text-align:center;margin:0 0 65px;font-weight:700}
.budgetare-povesti-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.budgetare-poveste-card{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);padding:45px 40px;border-radius:12px;position:relative;box-shadow:0 10px 35px #1319321a;transition:all .4s ease}
.budgetare-poveste-card:hover{transform:translateY(-6px);box-shadow:0 18px 50px #12b4fd40}
.budgetare-poveste-profil{display:flex;align-items:center;gap:20px;margin-bottom:28px}
.budgetare-poveste-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #12B4FD;box-shadow:0 5px 15px #12b4fd4d}
.budgetare-poveste-info h3{font-size:1.3rem;color:#131932;margin:0 0 6px;font-weight:700}
.budgetare-poveste-info span{font-size:.95rem;color:#12B4FD;font-weight:600}
.budgetare-poveste-text{font-size:1.05rem;line-height:1.75;color:#495057;margin:0;font-style:italic;position:relative;padding-left:24px}
.budgetare-poveste-text::before{content:'"';position:absolute;left:0;top:-10px;color:#12B4FD;opacity:.4;font:3rem Georgia,serif}
.budgetare-invitatie{background:linear-gradient(135deg,#12B4FD 0%,#131932 100%);padding:90px 20px;position:relative;overflow:hidden}
.budgetare-invitatie::before{content:'';position:absolute;bottom:-150px;right:-150px;width:400px;height:400px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.budgetare-invitatie-continut{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.budgetare-invitatie h2{font-size:2.7rem;color:#fff;margin:0 0 26px;font-weight:700;line-height:1.2}
.budgetare-invitatie p{font-size:1.2rem;line-height:1.75;color:#F4F7FA;margin:0 0 40px}
.budgetare-cta-grup{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.budgetare-cta-secundar{display:inline-block;padding:16px 40px;background:#fff;color:#131932;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 15px #fff3}
.budgetare-cta-secundar:hover{background:#F4F7FA;transform:translateY(-2px);box-shadow:0 6px 25px #ffffff4d}
.budgetare-cta-tertiar{display:inline-block;padding:16px 40px;background:transparent;color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border:2px solid #fff;border-radius:6px;transition:all .3s ease}
.budgetare-cta-tertiar:hover{background:#ffffff1a;transform:translateY(-2px)}
@media (max-width: 968px) {
.budgetare-hero-content{grid-template-columns:1fr;gap:40px}
.budgetare-hero-text h1{font-size:2.4rem}
.budgetare-hero-image{height:350px;transform:none}
.budgetare-metoda-grid{grid-template-columns:1fr;gap:40px}
.budgetare-principii-lista{grid-template-columns:1fr;gap:25px}
.budgetare-etapes{flex-direction:column;gap:40px}
.budgetare-etapes::before{display:none}
.budgetare-transformare-grid{grid-template-columns:1fr;gap:40px}
.budgetare-povesti-grid{grid-template-columns:1fr;gap:30px}
.budgetare-filosofie h2::before,.budgetare-filosofie h2::after{display:none}
}
@media (max-width: 640px) {
.budgetare-hero{min-height:70vh}
.budgetare-hero-text h1{font-size:2rem}
.budgetare-hero-text p{font-size:1.1rem}
.budgetare-hero-image{height:280px}
.budgetare-cta-primary{padding:14px 32px;font-size:1rem}
.budgetare-filosofie h2,.budgetare-metoda-continut h2,.budgetare-principii h2,.budgetare-calatorie h2,.budgetare-transformare-continut h2,.budgetare-povesti h2,.budgetare-invitatie h2{font-size:1.9rem}
.budgetare-metoda{clip-path:none;margin:20px 0}
.budgetare-cta-grup{flex-direction:column;gap:15px}
.budgetare-cta-secundar,.budgetare-cta-tertiar{width:100%;text-align:center}
}
.contact-wrapper-main{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);min-height:auto}
.contact-intro-section{max-width:920px;margin:0 auto;padding:80px 20px 60px;text-align:center}
.contact-intro-section .main-heading{font-size:2.8rem;color:#131932;font-weight:700;margin-bottom:24px;line-height:1.2}
.contact-intro-section .intro-text{font-size:1.15rem;color:#495057;line-height:1.7;max-width:680px;margin:0 auto}
.contact-content-grid{max-width:1200px;margin:0 auto;padding:0 20px 80px;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.info-column{background:#fff;padding:48px 40px;border-radius:16px;box-shadow:0 4px 24px #13193214}
.info-column .section-label{font-size:.95rem;color:#12B4FD;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:20px;display:block}
.info-column .info-title{font-size:1.9rem;color:#131932;font-weight:700;margin-bottom:32px;line-height:1.3}
.detail-block{margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid #F4F7FA}
.detail-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.detail-block .block-label{font-size:.88rem;color:#12B4FD;font-weight:600;margin-bottom:10px;display:block}
.detail-block .block-content{font-size:1.05rem;color:#343a40;line-height:1.6}
.detail-block .block-content a{color:#131932;text-decoration:none;border-bottom:2px solid #12B4FD;transition:all .3s ease}
.detail-block .block-content a:hover{color:#12B4FD}
.form-column{background:#fff;padding:48px 44px;border-radius:16px;box-shadow:0 4px 24px #13193214}
.form-column .form-title{font-size:1.85rem;color:#131932;font-weight:700;margin-bottom:12px;line-height:1.3}
.form-column .form-subtitle{font-size:1.02rem;color:#495057;margin-bottom:36px;line-height:1.6}
.input-group-custom{margin-bottom:28px}
.input-group-custom label{display:block;font-size:.95rem;color:#131932;font-weight:600;margin-bottom:10px}
.input-group-custom input,.input-group-custom textarea,.input-group-custom select{width:100%;padding:14px 18px;border:2px solid #F4F7FA;border-radius:10px;font-size:1rem;color:#343a40;background:#fff;transition:all .3s ease;font-family:inherit}
.input-group-custom input:focus,.input-group-custom textarea:focus,.input-group-custom select:focus{outline:none;border-color:#12B4FD;box-shadow:0 0 0 3px #12b4fd1a}
.input-group-custom textarea{min-height:140px;resize:vertical}
.input-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.consent-wrapper{margin:32px 0;padding:20px;background:#F4F7FA;border-radius:10px;display:flex;align-items:start;gap:12px}
.consent-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#12B4FD;flex-shrink:0}
.consent-wrapper label{font-size:.92rem;color:#495057;line-height:1.6;cursor:pointer}
.consent-wrapper label a{color:#131932;font-weight:600;text-decoration:none;border-bottom:1px solid #12B4FD}
.consent-wrapper label a:hover{color:#12B4FD}
.submit-btn-custom{width:100%;padding:16px 32px;background:linear-gradient(135deg,#131932 0%,#12B4FD 100%);color:#fff;font-size:1.05rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #12b4fd40}
.submit-btn-custom:hover{transform:translateY(-2px);box-shadow:0 6px 24px #12b4fd59}
.submit-btn-custom:active{transform:translateY(0)}
.availability-note{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);padding:60px 20px;text-align:center}
.availability-note .note-container{max-width:760px;margin:0 auto}
.availability-note .note-title{font-size:1.75rem;color:#131932;font-weight:700;margin-bottom:20px;position:relative;display:inline-block}
.availability-note .note-title::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#12B4FD 0%,#131932 100%);border-radius:2px}
.availability-note .note-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-top:28px}
.availability-note .schedule-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:40px}
.schedule-item{background:#fff;padding:28px 24px;border-radius:12px;box-shadow:0 2px 12px #1319320f;border-left:4px solid #12B4FD}
.schedule-item .item-day{font-size:1.15rem;color:#131932;font-weight:700;margin-bottom:8px}
.schedule-item .item-hours{font-size:1rem;color:#495057}
@media (max-width: 968px) {
.contact-content-grid{grid-template-columns:1fr;gap:40px}
.input-grid-two{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.contact-intro-section{padding:60px 20px 40px}
.contact-intro-section .main-heading{font-size:2.2rem}
.contact-intro-section .intro-text{font-size:1.05rem}
.info-column,.form-column{padding:36px 28px}
.form-column .form-title,.info-column .info-title{font-size:1.6rem}
.availability-note{padding:50px 20px}
.availability-note .note-title{font-size:1.5rem}
.availability-note .schedule-list{grid-template-columns:1fr}
}
.programa-invatare-wrapper{background:#fff;color:#212529;font-family:system-ui,-apple-system,sans-serif;line-height:1.6}
.programa-invatare-wrapper *{box-sizing:border-box}
.programa-hero-intro{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);padding:80px 20px 70px;position:relative;overflow:hidden}
.programa-hero-intro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#12b4fd14 0%,transparent 70%);border-radius:50%;z-index:1}
.programa-hero-intro .container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.programa-hero-content-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.programa-hero-text h1{font-size:3rem;font-weight:700;color:#131932;margin:0 0 25px;line-height:1.2}
.programa-hero-text h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#12B4FD 0%,#131932 100%);margin-top:20px;border-radius:2px}
.programa-hero-text p{font-size:1.15rem;color:#495057;margin:0 0 30px;max-width:540px}
.programa-cta-primary{display:inline-block;background:#12B4FD;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #12b4fd40;position:relative;z-index:10}
.programa-cta-primary:hover{background:#0e9ad6;transform:translateY(-2px);box-shadow:0 6px 20px #12b4fd59;color:#fff}
.programa-hero-visual img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px #1319321f}
.programa-structura-cursuri{padding:90px 20px;background:#fff;position:relative}
.programa-structura-cursuri .container{max-width:1200px;margin:0 auto}
.programa-structura-intro{text-align:center;margin-bottom:60px}
.programa-structura-intro h2{font-size:2.5rem;color:#131932;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.programa-structura-intro h2::before{content:'';position:absolute;top:-15px;left:50%;transform:translateX(-50%);width:50px;height:3px;background:#12B4FD;border-radius:2px}
.programa-structura-intro p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto}
.programa-module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:50px}
.programa-module-card{background:#F4F7FA;padding:40px 30px;border-radius:10px;border-left:4px solid #12B4FD;transition:all .3s ease;position:relative}
.programa-module-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #1319321a}
.programa-module-number{position:absolute;top:20px;right:20px;font-size:3rem;font-weight:700;color:#12b4fd26;line-height:1}
.programa-module-card h3{font-size:1.4rem;color:#131932;margin:0 0 15px;font-weight:600}
.programa-module-card p{font-size:.95rem;color:#495057;margin:0 0 20px;line-height:1.6}
.programa-module-list{list-style:none;padding:0;margin:0}
.programa-module-list li{padding:8px 0 8px 25px;color:#343a40;font-size:.9rem;position:relative}
.programa-module-list li::before{content:'→';position:absolute;left:0;color:#12B4FD;font-weight:600}
.programa-parcurs-educator{padding:90px 20px;background:linear-gradient(to bottom,#F4F7FA 0%,#fff 100%)}
.programa-parcurs-educator .container{max-width:1200px;margin:0 auto}
.programa-parcurs-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.programa-parcurs-visual img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 35px #13193226}
.programa-parcurs-content h2{font-size:2.3rem;color:#131932;margin:0 0 30px;font-weight:700}
.programa-parcurs-content h2 span{color:#12B4FD;display:block;font-size:1.1rem;font-weight:400;margin-bottom:10px}
.programa-educator-timeline{position:relative;padding-left:50px}
.programa-educator-timeline::before{content:'';position:absolute;left:15px;top:10px;bottom:10px;width:2px;background:linear-gradient(to bottom,#12B4FD 0%,#131932 100%)}
.programa-timeline-item{position:relative;margin-bottom:35px;padding-bottom:15px}
.programa-timeline-marker{position:absolute;left:-43px;top:5px;width:18px;height:18px;background:#12B4FD;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #12b4fd33;z-index:2}
.programa-timeline-item h3{font-size:1.25rem;color:#131932;margin:0 0 10px;font-weight:600}
.programa-timeline-item p{font-size:.95rem;color:#495057;margin:0;line-height:1.6}
.programa-testimoniale-studenti{padding:90px 20px;background:#fff;position:relative}
.programa-testimoniale-studenti .container{max-width:1200px;margin:0 auto}
.programa-testimoniale-header{text-align:center;margin-bottom:60px}
.programa-testimoniale-header h2{font-size:2.5rem;color:#131932;margin:0 0 20px;font-weight:700}
.programa-testimoniale-header h2::after{content:'';display:block;width:70px;height:3px;background:#12B4FD;margin:20px auto 0;border-radius:2px}
.programa-testimoniale-header p{font-size:1.05rem;color:#495057;max-width:650px;margin:0 auto}
.programa-testimoniale-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}
.programa-testimonial-card{background:#F4F7FA;padding:35px 30px;border-radius:10px;position:relative;transition:all .3s ease;border-top:3px solid #12B4FD}
.programa-testimonial-card:hover{box-shadow:0 10px 30px #1319321a;transform:translateY(-3px)}
.programa-testimonial-quote{font-size:.95rem;color:#343a40;line-height:1.7;margin:0 0 25px;font-style:italic}
.programa-testimonial-author{display:flex;align-items:center;gap:15px}
.programa-author-photo{width:55px;height:55px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 3px 10px #1319321a}
.programa-author-info h4{font-size:1.05rem;color:#131932;margin:0 0 5px;font-weight:600}
.programa-author-info p{font-size:.85rem;color:#12B4FD;margin:0}
@media (max-width: 992px) {
.programa-hero-content-grid{grid-template-columns:1fr;gap:40px}
.programa-hero-text h1{font-size:2.3rem}
.programa-module-grid{grid-template-columns:1fr;gap:25px}
.programa-parcurs-layout{grid-template-columns:1fr;gap:50px}
.programa-testimoniale-grid{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.programa-hero-intro{padding:60px 20px 50px}
.programa-hero-text h1{font-size:2rem}
.programa-hero-text p{font-size:1rem}
.programa-structura-cursuri{padding:60px 20px}
.programa-structura-intro h2{font-size:2rem}
.programa-parcurs-content h2{font-size:1.9rem}
.programa-testimoniale-header h2{font-size:2rem}
.programa-educator-timeline{padding-left:40px}
.programa-timeline-marker{left:-37px}
}
@media (max-width: 576px) {
.programa-hero-text h1{font-size:1.75rem}
.programa-cta-primary{padding:14px 30px;font-size:1rem}
.programa-structura-intro h2{font-size:1.75rem}
.programa-module-card{padding:30px 20px}
.programa-parcurs-content h2{font-size:1.65rem}
.programa-testimonial-card{padding:25px 20px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);min-height:100vh;padding:0}
.cookie-header-section{background:linear-gradient(165deg,#131932 0%,#1a2347 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.cookie-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#12b4fd26 0%,transparent 70%);border-radius:50%}
.cookie-header-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.cookie-main-title{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.cookie-subtitle-text{font-size:1.15rem;color:#F4F7FA;line-height:1.6;max-width:800px;opacity:.95}
.cookie-content-body{max-width:100%;margin:0 auto;padding:0;background:#fff}
.cookie-intro-block{padding:70px 40px;background:linear-gradient(to bottom,#fff 0%,#F4F7FA 100%);border-bottom:3px solid #12B4FD}
.cookie-intro-block .container{max-width:1400px;margin:0 auto}
.intro-narrative-text{font-size:1.1rem;line-height:1.85;color:#343a40;margin:0 0 25px}
.intro-narrative-text:last-child{margin-bottom:0}
.emphasis-phrase{color:#131932;font-weight:600;position:relative;display:inline-block}
.emphasis-phrase::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#12B4FD 0%,transparent 100%)}
.cookie-mechanisms-section{padding:70px 40px;background:#fff;position:relative}
.cookie-mechanisms-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent 0%,#12B4FD 50%,transparent 100%)}
.mechanisms-container{max-width:1400px;margin:0 auto}
.section-header-title{font-size:2.2rem;font-weight:700;color:#131932;margin:0 0 15px;position:relative;display:inline-block}
.section-header-title::before{content:'';position:absolute;left:-30px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:linear-gradient(135deg,#12B4FD 0%,#131932 100%);border-radius:50%}
.section-description-intro{font-size:1.05rem;line-height:1.7;color:#495057;margin:0 0 50px;max-width:900px}
.mechanisms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-top:40px}
.mechanism-card-item{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);border-radius:12px;padding:35px 30px;border-left:4px solid #12B4FD;transition:all .35s ease;position:relative;overflow:hidden}
.mechanism-card-item::before{content:'';position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,#12b4fd14 0%,transparent 70%);border-radius:50%;transform:translate(30%,-30%)}
.mechanism-card-item:hover{transform:translateY(-5px);box-shadow:0 12px 35px #1319321f}
.mechanism-title-heading{font-size:1.4rem;font-weight:700;color:#131932;margin:0 0 15px;position:relative;z-index:1}
.mechanism-explanation-text{font-size:1rem;line-height:1.75;color:#495057;margin:0;position:relative;z-index:1}
.cookie-purpose-section{padding:70px 40px;background:linear-gradient(175deg,#F4F7FA 0%,#fff 100%);position:relative}
.purpose-content-wrapper{max-width:1400px;margin:0 auto}
.purpose-main-heading{font-size:2.1rem;font-weight:700;color:#131932;margin:0 0 40px;text-align:center;position:relative}
.purpose-main-heading::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#12B4FD}
.purpose-narrative-block{background:#fff;padding:40px 45px;border-radius:15px;margin-bottom:30px;box-shadow:0 4px 20px #1319320f;border-top:3px solid #12B4FD}
.purpose-category-label{font-size:1.3rem;font-weight:700;color:#12B4FD;margin:0 0 20px;display:flex;align-items:center}
.purpose-category-label::before{content:'';width:8px;height:8px;background:#131932;border-radius:50%;margin-right:12px}
.purpose-detail-paragraph{font-size:1.05rem;line-height:1.8;color:#343a40;margin:0 0 20px}
.purpose-detail-paragraph:last-child{margin-bottom:0}
.cookie-distinction-section{padding:70px 40px;background:#fff;position:relative}
.distinction-content-area{max-width:1400px;margin:0 auto}
.distinction-heading-primary{font-size:2.2rem;font-weight:700;color:#131932;margin:0 0 50px;position:relative;padding-left:25px}
.distinction-heading-primary::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#12B4FD 0%,#131932 100%)}
.distinction-comparison-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:40px}
.distinction-column-block{background:linear-gradient(145deg,#F4F7FA 0%,#fff 100%);padding:45px 40px;border-radius:15px;position:relative;border:2px solid transparent;transition:all .3s ease}
.distinction-column-block:hover{border-color:#12B4FD}
.distinction-column-block.essential-type{background:linear-gradient(145deg,#131932 0%,#1a2347 100%)}
.distinction-column-block.essential-type .distinction-category-title,.distinction-column-block.essential-type .distinction-description-text{color:#fff}
.distinction-category-title{font-size:1.6rem;font-weight:700;color:#131932;margin:0 0 25px;position:relative;padding-bottom:15px}
.distinction-category-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:#12B4FD}
.distinction-description-text{font-size:1.05rem;line-height:1.8;color:#343a40;margin:0}
.cookie-control-section{padding:70px 40px;background:linear-gradient(155deg,#F4F7FA 0%,#fff 100%);position:relative}
.control-content-container{max-width:1400px;margin:0 auto}
.control-primary-heading{font-size:2.1rem;font-weight:700;color:#131932;margin:0 0 30px;text-align:center}
.control-intro-statement{font-size:1.1rem;line-height:1.75;color:#495057;text-align:center;max-width:900px;margin:0 auto 50px}
.control-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.control-option-card{background:#fff;padding:35px 30px;border-radius:12px;box-shadow:0 6px 25px #13193214;transition:all .3s ease;position:relative}
.control-option-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#12B4FD 0%,#131932 100%);border-radius:12px 12px 0 0}
.control-option-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #13193226}
.control-method-title{font-size:1.3rem;font-weight:700;color:#131932;margin:0 0 18px}
.control-method-description{font-size:1rem;line-height:1.7;color:#495057;margin:0}
.cookie-contact-section{padding:60px 40px;background:linear-gradient(165deg,#131932 0%,#1a2347 100%);position:relative;overflow:hidden}
.cookie-contact-section::before{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#12b4fd1f 0%,transparent 70%);border-radius:50%}
.contact-content-box{max-width:1200px;margin:0 auto;position:relative;z-index:2;text-align:center}
.contact-heading-text{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 25px}
.contact-instruction-paragraph{font-size:1.05rem;line-height:1.7;color:#F4F7FA;margin:0 0 35px;max-width:800px;margin-left:auto;margin-right:auto}
.contact-details-group{display:flex;flex-direction:column;gap:15px;align-items:center}
.contact-info-line{font-size:1.05rem;color:#fff;display:flex;align-items:center;gap:12px}
.contact-info-line::before{content:'';width:6px;height:6px;background:#12B4FD;border-radius:50%}
.contact-link-element{color:#12B4FD;text-decoration:none;transition:all .25s ease;position:relative}
.contact-link-element::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#12B4FD;transition:width .3s ease}
.contact-link-element:hover{color:#fff}
.contact-link-element:hover::after{width:100%}
@media (max-width: 1024px) {
.cookie-main-title{font-size:2.3rem}
.section-header-title{font-size:1.9rem}
.mechanisms-grid{grid-template-columns:1fr}
.distinction-comparison-layout{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.cookie-header-section{padding:60px 20px 50px}
.cookie-main-title{font-size:2rem}
.cookie-subtitle-text{font-size:1rem}
.cookie-intro-block,.cookie-mechanisms-section,.cookie-purpose-section,.cookie-distinction-section,.cookie-control-section,.cookie-contact-section{padding:50px 25px}
.section-header-title{font-size:1.6rem}
.section-header-title::before{left:-20px;width:15px;height:15px}
.mechanism-card-item{padding:28px 22px}
.purpose-narrative-block{padding:30px 25px}
.distinction-column-block{padding:35px 28px}
.control-options-grid{grid-template-columns:1fr}
.contact-heading-text{font-size:1.5rem}
}
@media (max-width: 480px) {
.cookie-main-title{font-size:1.7rem}
.section-header-title{font-size:1.4rem}
.mechanism-title-heading{font-size:1.2rem}
.purpose-main-heading{font-size:1.7rem}
.distinction-heading-primary{font-size:1.7rem;padding-left:20px}
.control-primary-heading{font-size:1.7rem}
}
.privacy-document-wrapper{background:#fff;width:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.privacy-content-container{max-width:1400px;margin:0 auto;padding:80px 40px}
.privacy-header-block{margin-bottom:70px;border-bottom:3px solid #F4F7FA;padding-bottom:50px}
.privacy-main-title{font-size:2.8rem;color:#131932;font-weight:700;margin-bottom:20px;letter-spacing:-.5px;line-height:1.2}
.privacy-intro-text{font-size:1.1rem;color:#495057;line-height:1.8;max-width:900px}
.privacy-update-notice{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);border-left:4px solid #12B4FD;padding:25px 30px;margin:50px 0;border-radius:8px}
.privacy-update-notice p{margin:0;color:#343a40;font-size:.95rem;line-height:1.7}
.privacy-update-notice strong{color:#131932;font-weight:600}
.privacy-section-block{margin-bottom:65px}
.privacy-section-title{font-size:1.9rem;color:#131932;font-weight:600;margin-bottom:25px;position:relative;padding-left:20px}
.privacy-section-title::before{content:'';position:absolute;left:0;top:8px;width:6px;height:28px;background:linear-gradient(180deg,#12B4FD 0%,#131932 100%);border-radius:3px}
.privacy-text-content{font-size:1.05rem;color:#495057;line-height:1.9;margin-bottom:20px}
.privacy-text-content strong{color:#131932;font-weight:600}
.privacy-subsection-heading{font-size:1.4rem;color:#131932;font-weight:600;margin:40px 0 20px;padding-top:15px}
.privacy-data-categories{background:#F4F7FA;padding:35px;border-radius:10px;margin:30px 0}
.privacy-category-item{margin-bottom:30px;padding-left:30px;position:relative}
.privacy-category-item::before{content:'→';position:absolute;left:0;top:0;color:#12B4FD;font-size:1.3rem;font-weight:700}
.privacy-category-title{font-size:1.15rem;color:#131932;font-weight:600;margin-bottom:10px}
.privacy-category-description{font-size:1rem;color:#495057;line-height:1.8}
.privacy-purpose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;margin:35px 0}
.privacy-purpose-card{background:#fff;border:2px solid #F4F7FA;padding:30px;border-radius:8px;transition:all .3s ease}
.privacy-purpose-card:hover{border-color:#12B4FD;box-shadow:0 4px 15px #12b4fd1a;transform:translateY(-2px)}
.privacy-purpose-card h4{font-size:1.2rem;color:#131932;margin-bottom:15px;font-weight:600}
.privacy-purpose-card p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.privacy-legal-basis-table{width:100%;border-collapse:separate;border-spacing:0;margin:35px 0;border:2px solid #F4F7FA;border-radius:10px;overflow:hidden}
.privacy-legal-basis-table thead{background:linear-gradient(135deg,#131932 0%,#1a2347 100%)}
.privacy-legal-basis-table th{padding:20px;text-align:left;color:#fff;font-weight:600;font-size:1.05rem}
.privacy-legal-basis-table td{padding:20px;border-bottom:1px solid #F4F7FA;color:#495057;font-size:1rem;line-height:1.7}
.privacy-legal-basis-table tbody tr:last-child td{border-bottom:none}
.privacy-legal-basis-table tbody tr:hover{background:#F4F7FA}
.privacy-highlight-box{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);border:2px solid #12B4FD;padding:30px;border-radius:10px;margin:35px 0}
.privacy-highlight-box p{margin:0 0 15px;color:#343a40;font-size:1.05rem;line-height:1.8}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-rights-list{margin:30px 0;padding:0;list-style:none}
.privacy-rights-list li{padding:20px 25px;margin-bottom:15px;background:#fff;border-left:5px solid #12B4FD;box-shadow:0 2px 8px #13193214;border-radius:5px;transition:all .3s ease}
.privacy-rights-list li:hover{box-shadow:0 4px 15px #1319321f;transform:translateX(5px)}
.privacy-rights-list strong{display:block;color:#131932;font-size:1.15rem;margin-bottom:8px;font-weight:600}
.privacy-rights-list span{color:#495057;font-size:1rem;line-height:1.7}
.privacy-contact-section{background:linear-gradient(135deg,#131932 0%,#1a2347 100%);padding:50px;border-radius:12px;margin-top:60px;color:#fff}
.privacy-contact-section h3{font-size:1.8rem;color:#fff;margin-bottom:25px;font-weight:600}
.privacy-contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:30px}
.privacy-contact-item{display:flex;align-items:flex-start;gap:15px}
.privacy-contact-icon{width:45px;height:45px;background:#12b4fd33;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.privacy-contact-icon::before{content:'●';color:#12B4FD;font-size:1.5rem}
.privacy-contact-info p{margin:0;color:#fff;font-size:1.05rem;line-height:1.6}
.privacy-contact-info strong{display:block;color:#12B4FD;font-size:.9rem;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}
.privacy-retention-timeline{position:relative;padding-left:50px;margin:40px 0}
.privacy-retention-timeline::before{content:'';position:absolute;left:18px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#12B4FD 0%,#F4F7FA 100%)}
.privacy-timeline-item{position:relative;margin-bottom:35px;padding:25px;background:#fff;border:2px solid #F4F7FA;border-radius:8px;transition:all .3s ease}
.privacy-timeline-item:hover{border-color:#12B4FD;box-shadow:0 4px 12px #12b4fd1a}
.privacy-timeline-item::before{content:'';position:absolute;left:-44px;top:30px;width:16px;height:16px;background:#12B4FD;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #F4F7FA}
.privacy-timeline-item h4{font-size:1.2rem;color:#131932;margin-bottom:12px;font-weight:600}
.privacy-timeline-item p{margin:0;color:#495057;font-size:1rem;line-height:1.8}
.privacy-security-measures{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:40px 0}
.privacy-security-card{background:#F4F7FA;padding:35px;border-radius:10px;position:relative;overflow:hidden}
.privacy-security-card::after{content:'';position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,#12b4fd1a 0%,transparent 70%)}
.privacy-security-card h4{font-size:1.25rem;color:#131932;margin-bottom:15px;font-weight:600;position:relative;z-index:1}
.privacy-security-card p{margin:0;color:#495057;font-size:1rem;line-height:1.8;position:relative;z-index:1}
.privacy-divider-line{height:2px;background:linear-gradient(90deg,transparent 0%,#12B4FD 50%,transparent 100%);margin:50px 0;border:none}
@media (max-width: 768px) {
.privacy-content-container{padding:50px 20px}
.privacy-main-title{font-size:2rem}
.privacy-section-title{font-size:1.5rem}
.privacy-purpose-grid,.privacy-security-measures,.privacy-contact-details{grid-template-columns:1fr}
.privacy-legal-basis-table{font-size:.9rem}
.privacy-legal-basis-table th,.privacy-legal-basis-table td{padding:15px}
.privacy-retention-timeline{padding-left:35px}
.privacy-timeline-item::before{left:-29px}
.privacy-contact-section{padding:35px 25px}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.7rem}
.privacy-section-title{font-size:1.3rem}
.privacy-text-content{font-size:1rem}
.privacy-category-item{padding-left:25px}
.privacy-legal-basis-table{display:block;overflow-x:auto}
}
.success-wrapper{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}
.success-inner-container{max-width:720px;margin:0 auto;text-align:center}
.success-icon-area{margin-bottom:2.5rem;position:relative;display:inline-block}
.success-circle-outer{width:140px;height:140px;border-radius:50%;background:linear-gradient(145deg,#12B4FD,#131932);display:flex;align-items:center;justify-content:center;margin:0 auto;position:relative;animation:pulseSuccess 2s ease-in-out infinite}
.success-circle-inner{width:120px;height:120px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}
.success-checkmark{width:60px;height:60px;border:5px solid #12B4FD;border-radius:50%;position:relative}
.success-checkmark::after{content:'';position:absolute;left:16px;top:8px;width:14px;height:28px;border:solid #12B4FD;border-width:0 5px 5px 0;transform:rotate(45deg)}
@keyframes pulseSuccess {
0%,100%{box-shadow:0 0 0 0 #12b4fd66}
50%{box-shadow:0 0 0 20px #12b4fd00}
}
.success-main-heading{font-size:2.8rem;color:#131932;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.success-subtext{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.success-info-box{background:#fff;border-radius:12px;padding:2.5rem 2rem;box-shadow:0 4px 20px #13193214;margin:3rem 0;border-left:5px solid #12B4FD}
.success-info-title{font-size:1.4rem;color:#131932;margin-bottom:1rem;font-weight:600}
.success-info-text{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:.8rem}
.success-info-text:last-child{margin-bottom:0}
.success-next-steps{background:linear-gradient(120deg,#F4F7FA 0%,#fff 100%);border-radius:12px;padding:2.5rem 2rem;margin:2.5rem 0}
.success-steps-title{font-size:1.5rem;color:#131932;margin-bottom:1.8rem;font-weight:600}
.success-step-item{display:flex;align-items:flex-start;margin-bottom:1.8rem;text-align:left}
.success-step-item:last-child{margin-bottom:0}
.success-step-number{min-width:42px;height:42px;background:linear-gradient(135deg,#12B4FD,#131932);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.2rem;flex-shrink:0}
.success-step-content{flex:1;padding-top:.4rem}
.success-step-heading{font-size:1.15rem;color:#131932;margin-bottom:.5rem;font-weight:600}
.success-step-description{font-size:1rem;color:#495057;line-height:1.6}
.success-actions{margin-top:3rem;display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.success-btn-primary{background:linear-gradient(135deg,#12B4FD,#131932);color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;box-shadow:0 4px 15px #12b4fd4d;position:relative;z-index:10}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #12b4fd66;color:#fff}
.success-btn-secondary{background:#fff;color:#131932;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid #131932;cursor:pointer;position:relative;z-index:10}
.success-btn-secondary:hover{background:#131932;color:#fff;transform:translateY(-2px)}
.success-contact-note{margin-top:2.5rem;padding:1.5rem;background:#12b4fd0d;border-radius:8px}
.success-contact-text{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:.8rem}
.success-contact-link{color:#12B4FD;text-decoration:none;font-weight:600;transition:color .3s ease;position:relative;z-index:10}
.success-contact-link:hover{color:#131932;text-decoration:underline}
@media (max-width: 768px) {
.success-wrapper{padding:2rem 1rem}
.success-main-heading{font-size:2rem}
.success-subtext{font-size:1rem}
.success-circle-outer{width:110px;height:110px}
.success-circle-inner{width:95px;height:95px}
.success-checkmark{width:50px;height:50px;border-width:4px}
.success-checkmark::after{left:13px;top:6px;width:11px;height:22px;border-width:0 4px 4px 0}
.success-info-box{padding:1.8rem 1.3rem}
.success-next-steps{padding:1.8rem 1.3rem}
.success-step-item{flex-direction:column;align-items:center;text-align:center}
.success-step-number{margin-right:0;margin-bottom:1rem}
.success-actions{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
}
@media (max-width: 480px) {
.success-main-heading{font-size:1.7rem}
.success-info-title{font-size:1.2rem}
.success-steps-title{font-size:1.3rem}
}
.error-page-wrapper{background:linear-gradient(135deg,#F4F7FA 0%,#fff 100%);min-height:85vh;display:flex;align-items:center;padding:3rem 1.5rem}
.error-container-main{max-width:920px;margin:0 auto;width:100%}
.error-visual-block{text-align:center;margin-bottom:2.8rem;position:relative}
.error-code-display{font-size:11rem;font-weight:800;color:#131932;line-height:1;margin:0;letter-spacing:-.05em;position:relative;display:inline-block}
.error-code-display::before{content:'';position:absolute;width:140%;height:6px;background:linear-gradient(90deg,transparent,#12B4FD,transparent);bottom:15px;left:-20%;opacity:.4}
.error-narrative-section{background:#fff;border-radius:16px;padding:2.5rem 2rem;margin-bottom:2.2rem;box-shadow:0 2px 12px #1319320f;border-left:4px solid #12B4FD}
.error-heading-primary{font-size:1.95rem;color:#131932;margin:0 0 1.4rem;font-weight:700;line-height:1.3}
.error-description-text{font-size:1.05rem;color:#495057;line-height:1.75;margin:0 0 1.2rem}
.error-description-text:last-child{margin-bottom:0}
.scenario-explanation-box{background:#F4F7FA;border-radius:10px;padding:1.8rem 1.6rem;margin:1.8rem 0}
.scenario-list-items{list-style:none;padding:0;margin:0}
.scenario-list-items li{padding:.7rem 0 .7rem 2.2rem;position:relative;font-size:1rem;color:#343a40;line-height:1.6}
.scenario-list-items li::before{content:'';position:absolute;left:0;top:1.1rem;width:8px;height:8px;background:#12B4FD;border-radius:50%}
.navigation-options-area{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem}
.nav-card-item{background:#fff;border:2px solid #F4F7FA;border-radius:12px;padding:1.8rem 1.5rem;transition:all .3s ease;text-decoration:none;display:block}
.nav-card-item:hover{border-color:#12B4FD;transform:translateY(-3px);box-shadow:0 6px 20px #12b4fd26}
.nav-card-title{font-size:1.25rem;color:#131932;font-weight:600;margin:0 0 .7rem;display:flex;align-items:center;gap:.6rem}
.nav-card-title::before{content:'→';font-size:1.4rem;color:#12B4FD;transition:transform .3s ease}
.nav-card-item:hover .nav-card-title::before{transform:translateX(4px)}
.nav-card-description{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.primary-action-zone{text-align:center;margin-top:3rem;padding-top:2.5rem;border-top:1px solid #e9ecef}
.btn-primary-home{display:inline-block;background:linear-gradient(135deg,#12B4FD 0%,#131932 100%);color:#fff;padding:1rem 2.8rem;font-size:1.1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #12b4fd4d}
.btn-primary-home:hover{transform:translateY(-2px);box-shadow:0 6px 25px #12b4fd66;color:#fff}
.technical-note-footer{text-align:center;margin-top:2.5rem;padding:1.5rem;background:#F4F7FA;border-radius:10px}
.technical-note-text{font-size:.9rem;color:#6c757d;margin:0;line-height:1.6}
.technical-note-text a{color:#12B4FD;text-decoration:none;font-weight:500}
.technical-note-text a:hover{text-decoration:underline}
@media (max-width: 768px) {
.error-page-wrapper{padding:2rem 1rem}
.error-code-display{font-size:7rem}
.error-narrative-section{padding:1.8rem 1.3rem}
.error-heading-primary{font-size:1.6rem}
.error-description-text{font-size:1rem}
.navigation-options-area{grid-template-columns:1fr;gap:1.2rem}
.btn-primary-home{padding:.9rem 2rem;font-size:1rem}
}
@media (max-width: 480px) {
.error-code-display{font-size:5.5rem}
.error-heading-primary{font-size:1.4rem}
.scenario-list-items li{font-size:.95rem;padding-left:1.8rem}
.nav-card-item{padding:1.5rem 1.2rem}
}