@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root{--green:#1d4b18;--green2:#2f6a24;--lime:#72a52e;--ink:#121512;--muted:#5c625b;--cream:#f6f7f3;--line:#e5e8e1}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}
.site-header{height:92px;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #eee}.nav{height:92px;display:flex;align-items:center;gap:28px}.brand{width:190px;align-self:stretch;display:flex;align-items:center}.brand img{width:175px;height:155px;object-fit:cover;object-position:center;position:relative;z-index:2}.nav nav{display:flex;gap:38px;margin-left:auto}.nav nav a{font-size:12px;font-weight:700;letter-spacing:.02em}.nav-actions{display:flex;align-items:center;gap:24px;margin-left:10px}.phone{font-weight:700;color:#315d29;font-size:14px;white-space:nowrap}.quote,.btn.primary{background:var(--green);color:#fff;border-radius:9px;padding:13px 22px;font-weight:700}.menu-toggle{display:none;background:none;border:0;font-size:25px}
.hero{min-height:500px;background:linear-gradient(90deg,#fff 0%,#fbfcf9 45%,#f1f4ed 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:43% 57%;min-height:500px;align-items:center}.hero-copy{padding:45px 0 35px}.eyebrow{font-size:11px;letter-spacing:.16em;color:var(--green2);font-weight:800;margin:0 0 12px}.hero h1{font-family:"Playfair Display",serif;font-size:47px;line-height:1.12;margin:0 0 20px}.hero h1 span{color:var(--green)}.lead{font-size:17px;line-height:1.6;color:#353a34;max-width:470px}.hero-buttons{display:flex;gap:14px;margin:26px 0 32px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:45px}.secondary{border:1px solid #9ba399;border-radius:9px;padding:12px 21px;font-weight:700}.trust-row{display:flex;gap:42px}.trust-row div{display:flex;align-items:center;gap:10px;font-size:12px;color:#363c36;line-height:1.35}.trust-row b{border:1px solid #a9b0a7;border-radius:50%;width:27px;height:27px;display:grid;place-items:center;color:var(--green)}
.hero-visual{height:100%;display:flex;align-items:center;justify-content:center}.hero-visual img{width:100%;max-height:390px;object-fit:cover;object-position:center;border-radius:3px;mix-blend-mode:multiply}

.section{padding:58px 0}.services{background:#fff}.section h2{font-family:"Playfair Display",serif;font-size:30px;text-align:center;margin:0 0 25px}.cards{display:grid;grid-template-columns:1fr 1fr;gap:25px}.service-card{display:grid;grid-template-columns:42% 58%;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 25px #1a3c1410}.service-card>img{width:100%;height:235px;object-fit:cover}.card-body{padding:21px 25px}.card-title{display:flex;justify-content:space-between;align-items:center}.card-title h3{font-family:"Playfair Display",serif;color:var(--green);font-size:21px;margin:0}.card-title span{border:1px solid #b7bdb5;width:29px;height:29px;border-radius:50%;display:grid;place-items:center}.card-body ul{padding:0;list-style:none;line-height:1.9;font-size:13px}.card-body li:before{content:"✓";color:var(--green);font-weight:800;margin-right:9px}.card-body p{font-size:12px;color:#5c625b;line-height:1.45}.card-body a{color:var(--green);font-size:12px;font-weight:800}
.benefits{background:#f8f9f6;border-top:1px solid #eef0eb;border-bottom:1px solid #eef0eb}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefit-grid>div{padding:10px 20px;border-right:1px solid #e2e5df}.benefit-grid>div:last-child{border:0}.benefit-grid span{display:block;font-size:26px;color:var(--green);margin-bottom:7px}.benefit-grid b{font-size:13px}.benefit-grid p{font-size:12px;color:#626861;line-height:1.4;margin:5px 0 0}
.about{background:#fff}.about-box{display:grid;grid-template-columns:1.4fr .8fr;gap:50px;align-items:center;background:#f4f7f0;border-radius:22px;padding:45px}.about h2{text-align:left;margin:0 0 15px}.about p:not(.eyebrow){color:#555d54;line-height:1.6}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mini-stats div{background:#fff;border-radius:15px;padding:22px;text-align:center}.mini-stats strong{display:block;color:var(--green);font-size:26px}.mini-stats span{font-size:11px;color:#687068}
.contact{padding-top:20px}.contact-box{background:var(--green);color:#fff;border-radius:22px;padding:40px 50px;display:flex;justify-content:space-between;gap:35px;align-items:center}.contact-box .eyebrow{color:#b7dc79}.contact-box h2{text-align:left;margin-bottom:10px}.contact-box p{color:#e4eee0}.contact-actions{display:flex;flex-direction:column;gap:10px;min-width:280px}.contact-actions .secondary,.instagram{border:1px solid #789171;color:#fff;text-align:center;border-radius:9px;padding:12px 20px;font-weight:700}.contact-actions .primary{background:#fff;color:var(--green)}
footer{background:#173d13;color:#fff;padding:23px 0}.footer-inner{display:flex;justify-content:space-around;font-size:13px;gap:20px}
@media(max-width:900px){.nav nav,.nav-actions{display:none}.menu-toggle{display:block;margin-left:auto}.brand{width:145px}.brand img{width:135px;height:120px}.site-header,.nav{height:75px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:45px 0 15px}.hero h1{font-size:39px}.hero-visual{height:300px}.hero-visual img{max-height:300px}.cards{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr 1fr}.about-box,.contact-box{grid-template-columns:1fr;display:grid;padding:30px}.contact-actions{width:100%}}
@media(max-width:560px){.container{width:90%}.hero h1{font-size:34px}.lead{font-size:15px}.hero-buttons{flex-direction:column}.trust-row{gap:15px;justify-content:space-between}.trust-row div{font-size:10px}.service-card{grid-template-columns:1fr}.service-card>img{height:210px}.benefit-grid{grid-template-columns:1fr}.benefit-grid>div{border-right:0;border-bottom:1px solid #e2e5df}.footer-inner{flex-direction:column;text-align:center}.mini-stats{grid-template-columns:1fr 1fr 1fr}.about-box{padding:25px}}

/* Pagina preturi */
.prices-hero{background:linear-gradient(110deg,#f3f7ef,#fff);padding:75px 0 65px;border-bottom:1px solid #e7ebe3}.prices-hero h1{font-family:"Playfair Display",serif;font-size:48px;color:var(--green);margin:0 0 12px}.prices-hero>div>p:last-child{max-width:620px;color:#596057;line-height:1.6;margin:0}.prices-section{padding-top:55px}.price-group{margin-bottom:55px}.price-heading{display:flex;align-items:center;gap:17px;margin-bottom:20px}.price-heading h2{text-align:left;margin:0;font-size:30px}.price-heading .eyebrow{margin-bottom:5px}.price-icon{width:55px;height:55px;border-radius:50%;background:#eef5e8;display:grid;place-items:center;font-size:25px}.price-list{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 25px #1a3c1410}.price-item{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:21px 27px;border-bottom:1px solid var(--line)}.price-item:last-child{border-bottom:0}.price-item h3{margin:0 0 5px;color:var(--green);font-size:17px}.price-item p{margin:0;color:#687068;font-size:12px}.price-item strong{white-space:nowrap;color:var(--green);font-size:16px}.price-note{background:var(--green);color:#fff;border-radius:20px;padding:34px 38px;text-align:center}.price-note h3{font-family:"Playfair Display",serif;font-size:26px;margin:0 0 8px}.price-note p{color:#e2ebdf;font-size:13px;line-height:1.5;max-width:650px;margin:0 auto 20px}.price-note .btn{background:#fff;color:var(--green)}@media(max-width:560px){.prices-hero{padding:50px 0}.prices-hero h1{font-size:37px}.price-item{align-items:flex-start;flex-direction:column;gap:12px;padding:20px}.price-item strong{font-size:15px}.price-heading h2{font-size:24px}.price-note{padding:28px 20px}}

/* V4 - Pagina de preturi premium */
.pro-price-hero{background:radial-gradient(circle at 80% 30%,#edf5e8 0,rgba(237,245,232,.5) 24%,transparent 48%),linear-gradient(115deg,#f7f9f5,#fff);border-bottom:1px solid #e6eae3;padding:72px 0 68px}.pro-hero-inner{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center}.price-pill{display:inline-flex;padding:7px 12px;border-radius:100px;background:#e5efdf;color:var(--green);font-size:10px;letter-spacing:.15em;font-weight:800}.pro-price-hero h1{font-family:"Playfair Display",serif;font-size:56px;line-height:1.05;margin:18px 0 17px;letter-spacing:-.02em}.pro-price-hero h1 em{font-style:normal;color:var(--green)}.pro-price-hero>div>div:first-child>p{max-width:600px;color:#5b6359;line-height:1.7;font-size:15px}.pro-hero-actions{display:flex;align-items:center;gap:24px;margin-top:28px}.pro-text-link{font-size:13px;font-weight:800;color:var(--green)}.pro-hero-card{background:var(--green);color:#fff;border-radius:22px;padding:28px;box-shadow:0 20px 45px rgba(28,74,24,.16)}.hero-card-top{display:flex;justify-content:space-between;color:#bdd79f;font-size:9px;letter-spacing:.14em;font-weight:800;margin-bottom:35px}.pro-hero-card>strong{font-family:"Playfair Display",serif;font-size:25px;display:block}.pro-hero-card p{color:#dce8d8;line-height:1.55;font-size:13px}.pro-hero-card>a{display:flex;justify-content:space-between;align-items:center;color:#fff;font-weight:800;margin-top:25px;padding-top:17px;border-top:1px solid #55764f;font-size:15px}.pro-prices{background:#fff}.pro-section-intro{text-align:center;max-width:680px;margin:0 auto 38px}.price-pill.light{background:#f0f3ed}.pro-section-intro h2{font-size:37px;margin:14px 0 10px}.pro-section-intro p{color:#656d63;line-height:1.6;font-size:13px}.pro-price-columns{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:stretch}.pro-price-card{border:1px solid #e3e7e0;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(24,52,20,.06);overflow:hidden;display:flex;flex-direction:column}.pro-card-head{padding:26px 27px;background:#f6f8f4;display:flex;gap:15px;align-items:center;border-bottom:1px solid #e5e9e2}.cleaning .pro-card-head{background:#f7f7f3}.pro-service-icon{width:48px;height:48px;border-radius:14px;background:#e4efde;display:grid;place-items:center;font-size:21px}.cleaning .pro-service-icon{background:#ecece6}.pro-card-head>div:last-child>span{font-size:9px;letter-spacing:.13em;color:#71806c;font-weight:800}.pro-card-head h3{font-family:"Playfair Display",serif;color:var(--green);font-size:23px;margin:4px 0 0}.pro-items{padding:5px 27px;flex:1}.pro-item{min-height:92px;padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:15px;border-bottom:1px solid #edf0eb}.pro-item:last-child{border-bottom:0}.pro-item>div:first-child{display:flex;gap:13px;align-items:flex-start}.item-number{font-size:9px;color:#a1a99d;font-weight:800;padding-top:3px}.pro-item h4{margin:0 0 5px;font-size:14px;color:#222921}.pro-item p{margin:0;color:#7a8178;font-size:11px;line-height:1.4}.pro-item>strong{white-space:nowrap;color:var(--green);font-size:14px;text-align:right}.pro-item>strong small{font-size:9px;font-weight:600;color:#657160}.offer-link{white-space:nowrap;background:#edf4e9;color:var(--green);border-radius:100px;padding:9px 13px;font-size:11px;font-weight:800}.offer-link span{margin-left:5px}.pro-card-button{margin:0 27px 25px;border:1px solid #cbd5c7;border-radius:10px;padding:13px 16px;color:var(--green);font-size:11px;font-weight:800;display:flex;justify-content:space-between;align-items:center;transition:.2s}.pro-card-button:hover{background:#f0f5ed}.pro-bottom{display:grid;grid-template-columns:1fr auto;gap:20px;margin-top:25px}.pro-note{background:#f4f7f1;border-radius:15px;padding:19px 22px;display:flex;gap:14px;align-items:flex-start}.note-check{width:25px;height:25px;flex:none;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:12px}.pro-note strong{font-size:12px}.pro-note p{font-size:10px;color:#687167;margin:5px 0 0}.pro-call{background:var(--green);border-radius:15px;padding:15px 22px;min-width:200px;display:flex;flex-direction:column;justify-content:center}.pro-call>span{font-size:8px;letter-spacing:.13em;color:#b8d39d;font-weight:800}.pro-call>a{color:#fff;font-weight:800;font-size:17px;margin-top:5px;display:flex;justify-content:space-between;gap:20px}.pro-call b{font-weight:400}
@media(max-width:900px){.pro-hero-inner{grid-template-columns:1fr;gap:35px}.pro-price-columns{grid-template-columns:1fr}.pro-bottom{grid-template-columns:1fr}.pro-call{min-height:90px}.pro-price-hero h1{font-size:46px}}
@media(max-width:560px){.pro-price-hero{padding:50px 0}.pro-price-hero h1{font-size:38px}.pro-hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.pro-section-intro h2{font-size:29px}.pro-card-head{padding:21px}.pro-items{padding:4px 20px}.pro-item{align-items:flex-start;flex-direction:column}.pro-item>strong,.offer-link{margin-left:27px}.pro-card-button{margin:0 20px 20px}.pro-note{padding:17px}.pro-call{min-width:0}}
