  :root { --primary: #70be46; --primary-dark: #5aa336; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body { font-family: 'Plus Jakarta Sans', sans-serif; color: #1a1a2e; line-height: 1.6; }

.container { max-width: 960px; margin: 0 auto; padding: 0 20px; }

/* NAV */
nav { background: var(--primary); padding: 16px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px color-mix(in srgb, var(--primary) 30%, transparent); }
nav .container { display: flex; align-items: center; justify-content: space-between; }
nav .logo { color: #fff; font-size: 1.3rem; font-weight: 700; text-decoration: none; }
nav .logo img { height: 40px; vertical-align: middle; margin-right: 10px; }
nav .nav-links { display: flex; gap: 20px; }
nav .nav-links a { color: #fff; text-decoration: none; font-weight: 500; font-size: .9rem; transition: opacity .2s; }
nav .nav-links a:hover { opacity: .75; }

/* HERO */
.hero {
    background: linear-gradient(135deg, color-mix(in srgb, var(--primary) 88%, transparent) 0%, rgba(58,128,34,.92) 60%, rgba(45,106,26,.95) 100%),
        url('https://loremflickr.com/1600/900/business,office?lock=1') center/cover no-repeat;
    color: #fff;
    padding: 110px 0 140px;
    text-align: center;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
.hero::before {
    content: '';
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    top: -180px; right: -120px;
}
.hero::after {
    content: '';
    position: absolute;
    width: 360px; height: 360px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    bottom: -80px; left: -80px;
}
/* Dot grid pattern */
.hero .container {
    position: relative; z-index: 1;
    background-image: radial-gradient(circle, rgba(255,255,255,.15) 1px, transparent 1px);
    background-size: 28px 28px;
    padding: 40px 20px;
    border-radius: 16px;
}
.hero h1 { font-size: 3rem; font-weight: 800; margin-bottom: 16px; text-shadow: 0 2px 8px rgba(0,0,0,.15); }
.hero p  { font-size: 1.2rem; opacity: .9; max-width: 580px; margin: 0 auto; }

/* SECTIONS */
section { padding: 70px 0; }
section:nth-child(even) { background: #f8fdf4; }
section h2 { font-size: 2rem; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; }
section h2::after { content: ''; display: block; width: 48px; height: 4px; background: var(--primary); border-radius: 2px; margin-top: 10px; }

/* SERVICES */
.services ul { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin-top: 30px; }
.services li {
    background: #fff;
    border-left: 4px solid var(--primary);
    padding: 18px 20px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 12px color-mix(in srgb, var(--primary) 10%, transparent);
    font-weight: 500;
    position: relative;
    transition: transform .2s, box-shadow .2s;
}
.services li:hover { transform: translateX(4px); box-shadow: 0 4px 20px color-mix(in srgb, var(--primary) 20%, transparent); }
.services li::before { content: '✓'; color: var(--primary); font-weight: 700; margin-right: 10px; }

/* CONTACT */
.contact-info { display: flex; flex-direction: column; gap: 12px; font-size: 1.05rem; }
.contact-info p { display: flex; align-items: center; gap: 8px; }
.contact-info a { color: var(--primary); text-decoration: none; font-weight: 600; }
.social-links { margin-top: 20px; display: flex; gap: 12px; flex-wrap: wrap; }
.social-links a { background: var(--primary); color: #fff; padding: 8px 24px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: background .2s, transform .2s; }
.social-links a:hover { background: var(--primary-dark); transform: translateY(-2px); }

/* MAP */
.map { padding: 0; }
.map iframe { width:100%;height:420px;border:0;display:block;filter:grayscale(20%); }

/* FOOTER */
footer { background: #1a1a2e; color: rgba(255,255,255,.6); text-align: center; padding: 28px 0; font-size: .9rem; }
footer strong { color: var(--primary); }

/* O NAS PHOTO */
.o-nas-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.o-nas-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 16px; box-shadow: 0 12px 40px rgba(0,0,0,.12); }

@media (max-width: 600px) {
    .hero { clip-path: none; padding: 80px 0 80px; }
    .hero h1 { font-size: 2rem; }
    section { padding: 50px 0; }
    .o-nas-inner { grid-template-columns: 1fr; }
}

/* ── Modern animations ────────────────────────────── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.hero .container > * { animation: fadeUp .7s ease both; }
.hero .container > *:nth-child(1) { animation-delay: .05s; }
.hero .container > *:nth-child(2) { animation-delay: .15s; }
.hero .container > *:nth-child(3) { animation-delay: .25s; }
.hero .container > *:nth-child(4) { animation-delay: .35s; }
.hero .container > *:nth-child(5) { animation-delay: .45s; }

/* ── Typography quality ───────────────────────────── */
html { -webkit-text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }

/* ── Mobile hamburger nav ─────────────────────────── */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    gap: 5px;
    border-radius: 6px;
    color: #fff;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
}
.nav-toggle:hover { opacity: .75; }
.nav-toggle:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; border-radius: 4px; }
.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 640px) {
    .nav-toggle { display: flex; }
    nav .container { flex-wrap: wrap; }
    nav .nav-links {
        order: 9;
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 0;
        padding: 8px 0 12px;
        border-top: 1px solid rgba(128,128,128,.18);
        margin-top: 8px;
    }
    nav .nav-links.is-open { display: flex; }
    nav .nav-links a {
        padding: 11px 0;
        font-size: .95rem;
        letter-spacing: 0;
        text-transform: none;
        border-bottom: 1px solid rgba(128,128,128,.1);
        width: 100%;
        display: block;
    }
    nav .nav-links a:last-child { border-bottom: none; }
}
