/* Homepage inspired by the casPC reference, reinterpreted for a light canvas. */
.light-home { background: #fff; color: #20252c; --primary: #ef6805; --primary-dark: #cf5100; }
.light-home .announce { display: none; }
.light-home .site-nav { padding: 16px max(4.5%, calc((100vw - 1320px)/2)); gap: 20px; }
.light-home .logo img { height: 50px; }
.light-home .site-nav ul { gap: 1px; }
.light-home .site-nav a { font-size: 12px; padding: 9px; }
.lp-wrap { width: min(1320px, 91%); margin: 0 auto; }
.light-home .lp-section { padding: 34px 0; }
.lp-eyebrow { display: block; color: #b54a05; font-size: 10px; letter-spacing: 1.4px; font-weight: 800; }
.lp-pill { display: inline-flex; align-items: center; gap: 8px; background: #fff5e9; border: 1px solid #f5d5b6; padding: 6px 11px; border-radius: 30px; letter-spacing: 1px; font-size: 10px; }
.light-home .lp-hero { padding: 0; background: linear-gradient(110deg,#f9fafb 25%,#faf6ef 100%); border-bottom: 1px solid #e9e9e7; overflow: hidden; }
.lp-hero-inner { min-height: 445px; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 20px; }
.lp-hero-copy { padding: 40px 0; position: relative; z-index: 1; }
.lp-hero h1 { font-size: clamp(34px,3.5vw,53px); line-height: 1.13; letter-spacing: -2.1px; margin: 18px 0 16px; font-weight: 800; }
.lp-hero h1 span { color: #e76100; }
.lp-hero-copy > p { max-width: 505px; font-size: 15px; line-height: 1.8; color: #626973; }
.lp-actions { display: flex; gap: 12px; margin: 25px 0; }
.light-home .btn { border-radius: 6px; font-size: 13px; min-height: 46px; padding: 12px 20px; gap: 10px; }
.light-home .btn-primary { background: linear-gradient(135deg,#ff840d,#ef6000); border: 1px solid #ed6404; box-shadow: 0 5px 12px #ef680520; color: #fff; }
.light-home .btn-primary:hover { background: #d95800; transform: translateY(-2px); }
.light-home .lp-outline { border: 1px solid #ccd0d4; background: #ffffffb8; color: #2f343a; box-shadow: 0 2px 5px #00000003; }
.light-home .lp-outline:hover { border-color: #ec6509; color: #b54a05; background: #fff8f1; }
.lp-trust { display: flex; gap: 19px; flex-wrap: wrap; color: #5e6269; font-size: 10px; font-weight: 500; }
.lp-trust span::before { content: '✓'; margin-right: 6px; color: #db5c00; font-weight: 800; font-size: 14px; }
.lp-hero-visual { position: relative; height: 420px; align-self: end; }
.lp-hero-visual > img { width: calc(100% + 55px); max-width: none; height: 100%; object-fit: cover; object-position: 60% center; border-radius: 90px 0 0 0; mask-image: linear-gradient(to right, transparent, #000 12%); }
.lp-visual-note { position: absolute; bottom: 27px; left: 40px; display: flex; align-items: center; gap: 12px; background: #fffffff0; border: 1px solid #fff; box-shadow: 0 8px 25px #252c3712; border-radius: 9px; padding: 12px 18px; }
.lp-note-icon { width: 36px; height: 36px; display: grid; place-items: center; background: #fff0df; border-radius: 50%; color: #e56400; }
.lp-visual-note strong { font-size: 12px; display: block; }
.lp-visual-note div > span { display: block; color: #747980; font-size: 10px; }
.lp-heading { display: flex; gap: 25px; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.lp-heading h2, .lp-feedback h2, .lp-estimate h2 { font-size: clamp(23px,2.1vw,30px); line-height: 1.3; letter-spacing: -1px; margin: 5px 0 0; font-weight: 800; }
.lp-heading h2::after { content: ''; display: block; width: 38px; height: 3px; border-radius: 3px; background: #ef6805; margin-top: 10px; }
.lp-heading > p { margin-left: auto; font-size: 11px; color: #70757b; line-height: 1.7; }
.light-home .lp-small { min-height: 37px; padding: 8px 15px; font-size: 11px; white-space: nowrap; }
.lp-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.lp-step { position: relative; padding: 22px; border: 1px solid #e1e4e7; border-radius: 8px; background: linear-gradient(120deg,#fff,#fbfcfd); box-shadow: 0 3px 9px #1d273204; }
.lp-step:not(:last-child)::after { content: '→'; position: absolute; top: 48%; right: -20px; color: #e56c0b; font-size: 21px; }
.lp-step-top { display: flex; align-items: center; gap: 22px; margin-bottom: 13px; }
.lp-step-top span { color: #959ca5; font-size: 12px; font-weight: 600; }
.lp-step-top i { color: #ed6a08; font-size: 29px; }
.lp-step h3 { font-size: 15px; margin: 0 0 6px; letter-spacing: -.3px; }
.lp-step p { color: #727780; font-size: 12px; line-height: 1.7; }
.lp-services { background: #f5f6f8; border-block: 1px solid #edefef; }
.lp-service-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.lp-service { text-decoration: none; color: #272d34; background: #fff; border: 1px solid #e1e4e8; padding: 5px; border-radius: 8px; display: flex; flex-direction: column; transition: transform .2s,box-shadow .2s; overflow: hidden; }
.lp-service:hover { transform: translateY(-4px); box-shadow: 0 9px 23px #252d3912; border-color: #efba94; }
/* Each source tile is square. Crop a square layer instead of stretching it
   into the landscape card, keeping the original image proportions. */
.lp-service-photo { position: relative; width: 100%; aspect-ratio: 4 / 3; border-radius: 5px; overflow: hidden; flex-shrink: 0; }
.lp-service-photo::before { content: ''; position: absolute; width: 100%; aspect-ratio: 1; left: 0; top: 50%; transform: translateY(-50%); background-image: url('../img/services-light.png'); background-size: 300% 200%; background-position: inherit; background-repeat: no-repeat; }
.lp-photo-0 { background-position: 0 0; }.lp-photo-1 { background-position: 50% 0; }.lp-photo-2 { background-position: 100% 0; }.lp-photo-3 { background-position: 0 100%; }.lp-photo-4 { background-position: 50% 100%; }.lp-photo-5 { background-position: 100% 100%; }
.lp-service-body { padding: 10px 6px 5px; display: flex; flex-direction: column; flex: 1; }
.lp-service h3 { font-size: 12px; font-weight: 800; letter-spacing: -.3px; margin-bottom: 7px; }
.lp-service p { color: #747982; font-size: 10px; line-height: 1.65; margin-bottom: 15px; }
.lp-price { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 4px; }
.lp-price > span { color: #858a91; font-size: 10px; }
.lp-price strong { color: #c95300; font-size: 18px; letter-spacing: -.5px; }
.lp-price small { font-size: 12px; }
.lp-price .lp-price-request { font-size: 12px; letter-spacing: 0; }
.lp-price .lp-service-arrow { background: linear-gradient(135deg,#ff870f,#f16800); color: white; border: 1px solid #ed6a05; border-radius: 5px; display: grid; place-items: center; width: 30px; height: 30px; font-size: 22px; }
.lp-price-note { color: #777d85; font-size: 10px; margin-top: 13px; }
.lp-benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.lp-benefit { display: flex; align-items: center; gap: 16px; border: 1px solid #e1e4e7; border-radius: 7px; padding: 18px; }
.lp-benefit > i { font-size: 29px; color: #eb6908; }
.lp-benefit h3 { font-size: 12px; margin-bottom: 4px; }
.lp-benefit p { color: #727780; font-size: 11px; line-height: 1.6; }
.lp-text-link { color: #b94e06; text-decoration: none; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; }
.lp-text-link:hover { text-decoration: underline; }
.lp-feedback { background: #fafbfc; border-block: 1px solid #edf0f2; }
.lp-feedback-inner { display: grid; grid-template-columns: 1fr 2.5fr; gap: 42px; align-items: center; }
.lp-feedback h2 { font-size: 23px; }
.lp-feedback p { font-size: 12px; color: #727780; margin: 12px 0; }
.lp-review-empty { border: 1px solid #e3e7ea; border-radius: 8px; padding: 22px 26px; background: #fff; }
.lp-review-empty > i { float: right; font-size: 40px; color: #f6d2b5; margin: 8px; }
.lp-review-empty h3 { font-size: 15px; }
.lp-review-empty[hidden] { display: none; }
.lp-feedback .review-grid:empty { display: none; }
.lp-feedback .review-card { background: #fff; border-color: #e0e4e8; padding: 18px; color: #303740; box-shadow: none; }
.lp-feedback .review-card p { color: #626b75; }
.lp-estimate-inner { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 80px; }
.lp-estimate-inner > div > p { font-size: 14px; color: #727780; margin: 16px 0 24px; max-width: 440px; }
.lp-phone { text-decoration: none; color: #2b3038; font-size: 23px; font-weight: 800; }
.lp-phone i { color: #eb6908; margin-right: 10px; }
.lp-estimate-caption { display: block; color: #797f86; font-size: 11px; margin-top: 7px; }
.light-home .hero-card { background: #fafbfc; border: 1px solid #e3e6e8; border-radius: 10px; box-shadow: none; color: #272e36; padding: 25px; }
.light-home .hero-card h3 { color: #242b33; font-size: 20px; }
.light-home .hero-card p, .light-home .hero-card label { color: #6e747c; }
.light-home .hero-card input, .light-home .hero-card select { background: #fff; color: #303740; border: 1px solid #d8dde1; }
.light-home .home-status { padding: 25px 4.5%; background: #fff6eb; border-block: 1px solid #f8e1c7; }
.light-home .home-status-inner { background: transparent; border: 0; box-shadow: none; max-width: 1320px; padding: 0; }
.light-home .home-status h2, .light-home .home-status label { color: #272e36; }
.light-home .home-status p { color: #747980; }
.light-home .aeo-panel { padding: 35px 4.5%; background: #fff; }
.light-home .aeo-panel .section-header { margin-bottom: 20px; }
.light-home .aeo-panel h2 { font-size: 25px; }
.light-home .aeo-panel dl { max-width: 1320px; margin: auto; }
.light-home .site-footer { padding-top: 32px; }
.light-home .footer-brand img { height: 52px; }
.light-home .footer-brand-col p, .light-home .footer-links a { font-size: 11px; }
.light-home .footer-col h4 { font-size: 11px; }
.light-home .footer-links { gap: 6px; }
.light-home .footer-inner { max-width: 1320px; }
.light-home .float-wa { font-size: 0; width: 48px; height: 48px; padding: 0; display: grid; place-items: center; border-radius: 50%; }
.light-home .float-wa i { font-size: 25px; }
#estimare, #cum-functioneaza, #servicii { scroll-margin-top: 100px; }
@media (min-width: 1500px) { .lp-hero-visual > img { width: 100%; } }
@media (max-width: 1100px) {
 .light-home .site-nav { gap: 8px; }.light-home .site-nav a { font-size: 10px; padding: 7px; }.light-home .site-nav .nav-cta { font-size: 10px !important; }.light-home .logo img { height: 40px; }
 .lp-service-grid { grid-template-columns: repeat(3,1fr); }.lp-service h3 { font-size: 15px; }.lp-service p { font-size: 12px; }.lp-benefit-grid { grid-template-columns: repeat(2,1fr); }.lp-hero h1 { font-size: 37px; }.lp-actions { gap: 8px; }.light-home .lp-actions .btn { padding: 12px; font-size: 11px; }.lp-trust { gap: 10px; }.lp-step { padding: 17px; }.lp-step h3 { font-size: 13px; }
}
@media (max-width: 768px) {
 .light-home .site-nav { padding: 10px 4.5%; }.light-home .site-nav a { font-size: 14px; }.light-home .site-nav .nav-cta { font-size: 14px !important; }
 .lp-hero-inner { grid-template-columns: 1fr; gap: 0; }.lp-hero-copy { padding: 35px 0 15px; }.lp-hero h1 { font-size: clamp(32px,7.2vw,49px); letter-spacing: -1.5px; }.lp-hero-copy > p { font-size: 14px; }.lp-hero-visual { height: 290px; }.lp-hero-visual > img { width: 100%; border-radius: 16px 16px 0 0; mask-image: linear-gradient(to bottom,transparent,#000 10%); object-position: center 58%; }.lp-visual-note { left: 15px; bottom: 16px; }
 .lp-heading { flex-wrap: wrap; gap: 15px; }.lp-heading > p { display: none; }.lp-heading h2 { font-size: 24px; }.lp-heading .lp-small { margin-left: auto; }
 .lp-steps { grid-template-columns: repeat(2,1fr); gap: 14px; }.lp-step:not(:last-child)::after { display: none; }.lp-step h3 { font-size: 14px; }.lp-service-grid { gap: 12px; grid-template-columns: repeat(2,minmax(0,1fr)); }.lp-service h3 { font-size: 13px; }.lp-service p { font-size: 11px; }.lp-benefit { padding: 15px; gap: 10px; }.lp-benefit > i { font-size: 24px; }
 .lp-feedback-inner { grid-template-columns: 1fr; gap: 22px; }.lp-feedback h2 br { display: none; }.lp-estimate-inner { grid-template-columns: 1fr; gap: 26px; }.lp-estimate h2 { font-size: 27px; }.light-home .home-status-inner { display: block; }.light-home .home-status .status-form { margin-top: 20px; }.light-home .lp-section { padding: 28px 0; }
}
@media (max-width: 400px) { .lp-benefit-grid { grid-template-columns: 1fr; }.lp-actions { flex-wrap: wrap; }.lp-heading .lp-small { margin-left: 0; }.lp-service h3 { font-size: 12px; }.lp-eyebrow { font-size: 9px; }.lp-trust { font-size: 9px; } }
.light-home .aeo-panel dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.light-home .aeo-panel dl > div { margin: 0; padding: 17px 20px; background: #fafbfc; border: 1px solid #e7e9ec; border-radius: 7px; }
.light-home .aeo-panel dt { font-size: 12px; }
.light-home .aeo-panel dd { font-size: 11px; color: #6d747c; }
.light-home .aeo-panel a { color: #b94e06; }
.lp-feedback .review-card > p:not(.review-who) { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.light-home .hero-card { width: 100%; max-width: none; }
@media (max-width: 768px) { .light-home .aeo-panel dl { grid-template-columns: 1fr; } }
/* Consistent service prices and full-width, touch-friendly estimate actions. */
.lp-service-body { padding: 13px 10px 10px; }
.lp-service .lp-price { min-height: 43px; padding: 10px 0 12px; border-top: 1px solid #edf0f3; margin-top: auto; }
.lp-service .lp-price > span { display: flex; align-items: baseline; gap: 5px; color: #707984; font-size: 11px; }
.lp-service .lp-price strong { font-size: 21px; line-height: 1.25; }
.lp-service .lp-price small { font-size: 12px; font-weight: 600; }
.lp-service .lp-price .lp-price-request { font-size: 12px; line-height: 26px; color: #68727d; font-weight: 600; letter-spacing: 0; }
.lp-service-cta { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-height: 44px; padding: 11px 10px; border: 1px solid #e9690b; border-radius: 7px; background: linear-gradient(135deg,#ff8614,#ed6405); color: #fff; box-shadow: 0 3px 7px #e9680518; font-size: 11px; line-height: 1.3; font-weight: 700; text-decoration: none; transition: background .18s,box-shadow .18s; }
.lp-service-cta svg { width: 17px; height: 17px; flex-shrink: 0; }
.lp-service-cta:hover { background: #d95700; box-shadow: 0 4px 11px #da60052a; }
.lp-service-cta:active { background: #c74d00; }
.lp-service:focus-within { border-color: #e99555; }
#formular-estimare { scroll-margin-top: 115px; }
#formular-estimare:target { border-color: #e7a06c; box-shadow: 0 0 0 3px #fff0df; }
@media (max-width:400px) { .lp-service-body { padding: 12px 8px 8px; }.lp-service-cta { gap: 6px; font-size: 10px; padding-inline: 7px; } }

