/* ============================================
   ADEDAC S.R.L. - Static Site Stylesheet
   Certificate de Performanta Energetica
   ============================================ */

/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    line-height: 1.6;
    font-size: 15px;
    color: #5c5b5b;
    font-family: 'Assistant', Arial, Helvetica, sans-serif;
    word-wrap: break-word;
}

a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #92c938;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #282828;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }

p {
    margin-bottom: 15px;
    line-height: 26px;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

.clear {
    clear: both;
}

/* ============================================
   HEADER
   ============================================ */
.header {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 999;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
}

.logo {
    flex-shrink: 0;
}

.logo img {
    max-height: 60px;
    width: auto;
}

.logo h2 {
    font-family: 'Lora', serif;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.logo h2 a {
    color: #000;
}

.logo .site-description {
    font-size: 13px;
    color: #666;
    margin: 5px 0 0;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #4c4c4c;
}

.header-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-contact-item .icon {
    font-size: 20px;
    color: #92c938;
}

.header-contact-item strong {
    display: block;
    font-size: 15px;
}

.header-contact-item span {
    opacity: 0.8;
    font-size: 13px;
}

/* ============================================
   NAVIGATION
   ============================================ */
#topmenu {
    background-color: #92c938;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sitenav ul {
    display: flex;
    margin: 0;
    padding: 0;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
}

.sitenav ul li {
    position: relative;
}

.sitenav ul li a {
    padding: 15px 28px;
    display: block;
    color: #ffffff;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.sitenav ul li a:hover,
.sitenav ul li.active a {
    background-color: #7ab52e;
    color: #fff;
}

/* Dropdown */
.sitenav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #e8f1f6;
    min-width: 210px;
    z-index: 99999;
}

.sitenav ul li:hover > ul {
    display: block;
}

.sitenav ul li ul li a {
    color: #333;
    padding: 10px 20px;
    font-size: 14px;
}

.sitenav ul li ul li a:hover {
    background-color: #2a2a2a;
    color: #fff;
}

/* Mobile menu toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 15px 20px;
    font-family: 'Assistant', sans-serif;
}

/* ============================================
   HERO BANNER - Thermographic
   ============================================ */
.hero-banner {
    width: 100%;
    max-width: 1920px;
    height: 600px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

.hero-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 80%, rgba(146, 201, 56, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 85% 20%, rgba(90, 154, 30, 0.04) 0%, transparent 40%);
    pointer-events: none;
    z-index: 1;
}

.hero-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        135deg,
        transparent,
        transparent 30px,
        rgba(146, 201, 56, 0.02) 30px,
        rgba(146, 201, 56, 0.02) 31px
    );
    pointer-events: none;
    z-index: 1;
}

.top-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #92c938, #5a9a1e, #92c938);
    z-index: 10;
}

.hero-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 80px;
    gap: 60px;
}

.hero-text {
    flex: 1;
    max-width: 620px;
}

.hero-headline {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 1.15;
    color: #3d6b1a;
    margin-bottom: 12px;
    animation: fadeSlideUp 0.8s ease-out both;
}

.hero-headline .highlight {
    color: #92c938;
    position: relative;
    display: inline;
}

.accent-bar {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #92c938, #5a9a1e);
    border-radius: 2px;
    margin: 20px 0 24px;
    animation: growWidth 0.6s ease-out 0.3s both;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.65;
    color: #4a5568;
    font-weight: 400;
    margin-bottom: 36px;
    animation: fadeSlideUp 0.8s ease-out 0.15s both;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #92c938, #5a9a1e);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(146, 201, 56, 0.3);
    animation: fadeSlideUp 0.8s ease-out 0.3s both;
}

.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(146, 201, 56, 0.4);
    background: linear-gradient(135deg, #7ab52e, #92c938);
    color: #fff;
}

.hero-cta svg {
    transition: transform 0.3s ease;
}

.hero-cta:hover svg {
    transform: translateX(4px);
}

.hero-badges {
    display: flex;
    gap: 28px;
    margin-top: 40px;
    animation: fadeSlideUp 0.8s ease-out 0.45s both;
}

.badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #4a5568;
    font-weight: 500;
}

.badge-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #edf5dc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.badge-icon svg {
    width: 12px;
    height: 12px;
    color: #7ab52e;
}

/* Thermographic visual */
.hero-visual {
    flex: 1;
    max-width: 700px;
    height: 480px;
    position: relative;
    animation: fadeSlideLeft 0.9s ease-out 0.2s both;
}

.thermo-container {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 4px 20px rgba(0, 0, 0, 0.04);
}

.thermo-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.crosshair {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.crosshair-line {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
}

.crosshair-h { width: 30px; height: 1px; top: 50%; left: 50%; transform: translate(8px, 0); }
.crosshair-h2 { width: 30px; height: 1px; top: 50%; left: 50%; transform: translate(-38px, 0); }
.crosshair-v { width: 1px; height: 30px; top: 50%; left: 50%; transform: translate(0, 8px); }
.crosshair-v2 { width: 1px; height: 30px; top: 50%; left: 50%; transform: translate(0, -38px); }

.temp-reading {
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% + 20px);
    background: rgba(0, 0, 0, 0.6);
    color: #ffeb3b;
    font-family: 'DM Sans', monospace;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

.temp-scale {
    position: absolute;
    right: -40px;
    top: 20px;
    bottom: 20px;
    width: 18px;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.temp-scale-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ff1a1a, #ff6600, #ffcc00, #66ff00, #00ccff, #0044cc);
}

.temp-label {
    position: absolute;
    right: -38px;
    font-size: 11px;
    font-weight: 600;
    color: #4a5568;
    font-family: 'DM Sans', sans-serif;
}

.temp-label-top { top: 12px; }
.temp-label-bot { bottom: 12px; }
.temp-label-unit { top: -2px; right: -35px; font-size: 10px; color: #999; }

/* Hero animations */
@keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeSlideLeft {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes growWidth {
    from { width: 0; }
    to { width: 60px; }
}

/* ============================================
   SECTION - DESPRE NOI (About)
   ============================================ */
.section-about {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.about-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}

.about-image {
    flex: 0 0 45%;
    max-width: 45%;
}

.about-image img {
    width: 100%;
    border-radius: 4px;
}

.about-content {
    flex: 1;
}

.about-content h2 {
    font-family: 'Lora', serif;
    font-size: 30px;
    color: #222;
    margin-bottom: 20px;
}

.about-content h2 span {
    color: #92c938;
}

.about-content p {
    font-size: 15px;
    line-height: 26px;
    color: #5c5b5b;
}

.btn-primary {
    display: inline-block;
    background-color: #92c938;
    color: #fff;
    padding: 14px 35px;
    border-radius: 40px;
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
    transition: background-color 0.3s;
    margin-top: 15px;
}

.btn-primary:hover {
    background-color: #7ab52e;
    color: #fff;
}

/* ============================================
   SECTION - DE CE SA ALEGI / WHY CHOOSE
   ============================================ */
.section-why {
    padding: 80px 0;
    background-color: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-family: 'Lora', serif;
    font-size: 30px;
    color: #222;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.section-title h2::after {
    content: '';
    display: block;
    width: 85px;
    border-bottom: 2px solid #222;
    margin: 20px auto 0;
}

.section-title h2 span {
    color: #92c938;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-item {
    text-align: center;
    padding: 30px 20px;
}

.why-item .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #92c938;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: #fff;
}

.why-item h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}

.why-item p {
    line-height: 25px;
    color: #5c5b5b;
}

/* ============================================
   SECTION - SERVICII (Services)
   ============================================ */
.section-services {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-box {
    background-color: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 5px;
    transition: box-shadow 0.3s, transform 0.3s;
}

.service-box:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.service-box .service-icon {
    font-size: 42px;
    color: #92c938;
    margin-bottom: 20px;
    display: block;
}

.service-box h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.service-box:hover h5 {
    color: #92c938;
}

.service-box p {
    line-height: 24px;
    font-size: 14px;
}

/* ============================================
   SECTION - ETAPE (Steps)
   ============================================ */
.section-steps {
    padding: 80px 0;
    background-color: #fff;
}

.steps-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 20px;
}

.step-card {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.step-number {
    width: 70px;
    height: 70px;
    background-color: #92c938;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-family: 'Lora', serif;
}

.step-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'Assistant', sans-serif;
}

.step-card p {
    font-size: 14px;
    line-height: 24px;
}

/* ============================================
   SECTION - CTA (Call to Action)
   ============================================ */
.section-cta {
    padding: 80px 0;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/grass-bg.jpg') center/cover no-repeat;
    text-align: center;
    color: #fff;
}

.section-cta h2 {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 36px;
    margin-bottom: 20px;
}

.section-cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    max-width: 600px;
    margin: 0 auto 30px;
}

.section-cta .btn {
    display: inline-block;
    background-color: #92c938;
    color: #fff;
    padding: 16px 40px;
    border-radius: 40px;
    font-size: 18px;
    transition: background-color 0.3s;
}

.section-cta .btn:hover {
    background-color: #7ab52e;
    color: #fff;
}

/* ============================================
   SECTION - CONTACT
   ============================================ */
.section-contact {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-info h3 {
    margin-bottom: 25px;
    font-family: 'Lora', serif;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-detail .icon {
    font-size: 22px;
    color: #92c938;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-detail strong {
    display: block;
    margin-bottom: 3px;
    color: #282828;
}

.contact-detail span {
    color: #5c5b5b;
}

.contact-form h3 {
    margin-bottom: 25px;
    font-family: 'Lora', serif;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    font-family: 'Assistant', sans-serif;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #92c938;
}

.contact-form textarea {
    height: 150px;
    resize: vertical;
}

.contact-form button {
    background-color: #92c938;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Assistant', sans-serif;
    transition: background-color 0.3s;
}

.contact-form button:hover {
    background-color: #7ab52e;
}

.contact-form button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* reCAPTCHA v3 badge - pozitionat discret */
.grecaptcha-badge {
    visibility: hidden;
}

/* ============================================
   FOOTER
   ============================================ */
#footer-wrapper {
    background-color: #1d1d1d;
    color: #e3e3e3;
    padding: 60px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-col h5 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.footer-col h5::after {
    content: '';
    border-bottom: 2px solid #92c938;
    display: block;
    width: 40px;
    margin-top: 15px;
}

.footer-col p {
    line-height: 26px;
    font-size: 14px;
    color: #bbb;
}

.footer-col ul li {
    padding: 4px 0;
}

.footer-col ul li a {
    color: #bbb;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #92c938;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #bbb;
    font-size: 14px;
}

.footer-contact-item .icon {
    color: #92c938;
    font-size: 16px;
    margin-top: 3px;
}

#copyright-area {
    background-color: #161616;
    color: #858484;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

#copyright-area a {
    color: #92c938;
}

#copyright-area a:hover {
    color: #fff;
}

/* ============================================
   PAGE HEADER (Inner Pages)
   ============================================ */
.page-header {
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('images/grass-bg.jpg') center/cover no-repeat;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.page-header h1 {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 36px;
    margin: 0;
}

.page-content {
    padding: 60px 0;
}

.page-content p {
    margin-bottom: 20px;
    line-height: 26px;
}

.page-content ul {
    margin: 0 0 20px 20px;
}

.page-content ul li {
    list-style: disc;
    padding: 5px 0;
    line-height: 24px;
}

/* Steps page specific */
.steps-detail {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 8px;
    border-left: 4px solid #92c938;
}

.steps-detail h3 {
    margin-bottom: 12px;
    color: #222;
}

.steps-detail h3 .step-num {
    display: inline-block;
    background-color: #92c938;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    margin-right: 10px;
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */
@media screen and (max-width: 1200px) {
    .hero-banner-content { padding: 0 40px; gap: 40px; }
    .hero-headline { font-size: 38px; }
    .hero-visual { max-width: 500px; }
}

@media screen and (max-width: 1024px) {
    .header-inner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .header-right {
        justify-content: center;
        flex-wrap: wrap;
    }

    .about-wrapper {
        flex-direction: column;
    }

    .about-image {
        flex: none;
        max-width: 100%;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-wrapper {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */
@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
        width: 100%;
        text-align: left;
    }

    .sitenav {
        display: none;
        width: 100%;
    }

    .sitenav.open {
        display: block;
    }

    .sitenav ul {
        flex-direction: column;
    }

    .sitenav ul li a {
        padding: 12px 20px;
        border-top: 1px solid rgba(255,255,255,0.15);
    }

    .sitenav ul li ul {
        position: static;
        display: block;
    }

    .sitenav ul li ul li a {
        padding-left: 35px;
        background-color: rgba(0,0,0,0.1);
        color: #fff;
    }

    .hero-banner { height: auto; min-height: 600px; }
    .hero-banner-content { flex-direction: column; padding: 50px 30px; }
    .hero-text { max-width: 100%; }
    .hero-visual { max-width: 100%; height: 350px; }
    .hero-badges { flex-wrap: wrap; gap: 16px; }

    .why-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .section-about,
    .section-why,
    .section-services,
    .section-steps,
    .section-cta,
    .section-contact {
        padding: 50px 0;
    }

    .section-cta h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .hero-headline { font-size: 28px; }
    .hero-subtitle { font-size: 15px; }
    .hero-visual { height: 280px; }

    h2 {
        font-size: 24px;
    }

    .section-title h2 {
        font-size: 24px;
    }
}
