/* ==========================================================================
   ITA Agriculture - Site Stylesheet
   Aesthetic: Organic / Botanical / Premium
   Palette: Forest greens dominant + rose-red accents on warm cream
   ========================================================================== */

:root {
    /* Greens (from logo) */
    --ita-green-900: #0f2e1d;
    --ita-green-800: #1b4332;
    --ita-green-700: #2d6a4f;
    --ita-green-600: #386641;
    --ita-green-500: #52796f;
    --ita-green-400: #84a98c;
    --ita-green-200: #cad2c5;
    --ita-green-100: #e8efe9;

    /* Reds (rose / tomato accent) */
    --ita-red-700: #9d1c22;
    --ita-red-600: #c1272d;
    --ita-red-500: #d62828;
    --ita-red-400: #e85d5d;

    /* Neutrals */
    --ita-cream: #faf6f0;
    --ita-parchment: #f5efe4;
    --ita-ink: #1a2421;
    --ita-muted: #6b7773;

    /* System */
    --ita-radius: 14px;
    --ita-radius-lg: 24px;
    --ita-shadow-sm: 0 2px 8px rgba(15, 46, 29, 0.06);
    --ita-shadow-md: 0 8px 28px rgba(15, 46, 29, 0.10);
    --ita-shadow-lg: 0 24px 60px rgba(15, 46, 29, 0.14);
    --ita-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);

    /* Typography */
    --font-display-ar: 'Tajawal', 'Segoe UI', sans-serif;
    --font-display-en: 'Playfair Display', Georgia, serif;
    --font-body-ar: 'Tajawal', sans-serif;
    --font-body-en: 'DM Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body-ar);
    color: var(--ita-ink);
    background: var(--ita-cream);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

[lang="en"] body { font-family: var(--font-body-en); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display-ar);
    font-weight: 700;
    color: var(--ita-green-900);
    letter-spacing: -0.01em;
}

[lang="en"] h1, [lang="en"] h2, [lang="en"] h3 {
    font-family: var(--font-display-en);
    font-weight: 700;
    letter-spacing: -0.02em;
}

a { color: var(--ita-green-700); text-decoration: none; transition: color var(--ita-transition); }
a:hover { color: var(--ita-red-600); }

/* ==========================================================================
   Top Strip
   ========================================================================== */
.top-strip {
    background: var(--ita-green-900);
    color: var(--ita-green-100);
    padding: 8px 0;
    font-size: 13px;
}
.top-strip a { color: var(--ita-green-100); margin-inline-end: 18px; }
.top-strip a:hover { color: var(--ita-red-400); }
.top-strip .lang-switcher a { font-weight: 500; }
.top-strip i { margin-inline-end: 6px; }

/* ==========================================================================
   Navbar
   ========================================================================== */
.site-navbar {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: saturate(140%) blur(8px);
    box-shadow: var(--ita-shadow-sm);
    padding: 14px 0;
    border-bottom: 1px solid var(--ita-green-100);
}
.brand-text { display: inline-flex; align-items: baseline; gap: 10px; }
.brand-mark {
    font-family: var(--font-display-en);
    font-size: 32px;
    font-weight: 800;
    color: var(--ita-green-800);
    letter-spacing: 0.02em;
    position: relative;
}
.brand-mark::after {
    content: "";
    display: inline-block;
    width: 8px; height: 8px;
    background: var(--ita-red-600);
    border-radius: 50%;
    margin-inline-start: 4px;
    vertical-align: middle;
}
.brand-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--ita-green-600);
    text-transform: uppercase;
    letter-spacing: 0.18em;
}
.brand-logo { height: 48px; width: auto; }

.navbar-nav .nav-link {
    color: var(--ita-ink);
    font-weight: 500;
    padding: 8px 16px !important;
    position: relative;
    transition: color var(--ita-transition);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--ita-green-700); }
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0; left: 16px; right: 16px;
    height: 2px;
    background: var(--ita-red-600);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--ita-transition);
}
.navbar-nav .nav-link:hover::after { transform: scaleX(1); }

.nav-cta-group { display: flex; gap: 10px; }
.btn-cta {
    border-radius: 999px;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    transition: all var(--ita-transition);
}
.btn-cta-retail {
    background: var(--ita-green-700);
    color: #fff;
}
.btn-cta-retail:hover {
    background: var(--ita-green-800);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--ita-shadow-md);
}
.btn-cta-wholesale {
    background: var(--ita-red-600);
    color: #fff;
}
.btn-cta-wholesale:hover {
    background: var(--ita-red-700);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--ita-shadow-md);
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
    position: relative;
    background:
        radial-gradient(circle at 80% 20%, rgba(193, 39, 45, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 20% 80%, rgba(45, 106, 79, 0.12) 0%, transparent 50%),
        linear-gradient(135deg, var(--ita-cream) 0%, var(--ita-parchment) 100%);
    padding: 100px 0 120px;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    inset-inline-start: -100px;
    bottom: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--ita-green-700) 0%, transparent 70%);
    opacity: 0.08;
    border-radius: 50%;
    pointer-events: none;
}
.hero::after {
    content: "";
    position: absolute;
    top: 10%;
    inset-inline-end: 5%;
    font-family: var(--font-display-en);
    font-size: 240px;
    font-weight: 800;
    color: var(--ita-green-800);
    opacity: 0.04;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}
[lang="ar"] .hero::after { content: "إتاء"; font-family: var(--font-display-ar); font-size: 200px; }
[lang="en"] .hero::after { content: "ITA"; }

.hero-content { position: relative; z-index: 2; max-width: 820px; }
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--ita-green-700);
    font-weight: 600;
    padding: 8px 20px;
    background: rgba(45, 106, 79, 0.08);
    border-radius: 999px;
    margin-bottom: 24px;
}
.hero-eyebrow .dot {
    width: 6px; height: 6px;
    background: var(--ita-red-600);
    border-radius: 50%;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.5; }
}

.hero-title {
    font-size: clamp(38px, 6vw, 76px);
    line-height: 1.05;
    font-weight: 800;
    color: var(--ita-green-900);
    margin-bottom: 24px;
    letter-spacing: -0.025em;
}
.hero-title .accent { color: var(--ita-red-600); position: relative; display: inline-block; }
.hero-title .accent::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 4px;
    width: 100%; height: 8px;
    background: var(--ita-red-400);
    opacity: 0.25;
    z-index: -1;
}

.hero-subtitle {
    font-size: clamp(17px, 1.6vw, 21px);
    color: var(--ita-muted);
    max-width: 640px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.hero-cta-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 22px 36px;
    border-radius: var(--ita-radius);
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    transition: all var(--ita-transition);
    position: relative;
    overflow: hidden;
    min-width: 280px;
    justify-content: space-between;
}
.hero-cta-retail {
    background: var(--ita-green-800);
    color: #fff;
    box-shadow: 0 12px 30px rgba(27, 67, 50, 0.3);
}
.hero-cta-retail:hover {
    background: var(--ita-green-900);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(27, 67, 50, 0.45);
}
.hero-cta-wholesale {
    background: #fff;
    color: var(--ita-red-600);
    border: 2px solid var(--ita-red-600);
    box-shadow: 0 12px 30px rgba(193, 39, 45, 0.15);
}
.hero-cta-wholesale:hover {
    background: var(--ita-red-600);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(193, 39, 45, 0.4);
}
.hero-cta .cta-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.hero-cta-wholesale .cta-icon { background: rgba(193, 39, 45, 0.1); }
.hero-cta-wholesale:hover .cta-icon { background: rgba(255, 255, 255, 0.2); }
.hero-cta-text { display: flex; flex-direction: column; align-items: flex-start; }
[dir="rtl"] .hero-cta-text { align-items: flex-end; }
.hero-cta-label { font-size: 12px; opacity: 0.7; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
.hero-cta-main { font-size: 18px; font-weight: 700; }

.hero-stats { display: flex; gap: 48px; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid var(--ita-green-200); }
.hero-stat-num {
    font-family: var(--font-display-en);
    font-size: 42px;
    font-weight: 700;
    color: var(--ita-green-800);
    line-height: 1;
}
.hero-stat-label { font-size: 13px; color: var(--ita-muted); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.1em; }

/* ==========================================================================
   Sections
   ========================================================================== */
.section { padding: 100px 0; position: relative; }
.section-light { background: #fff; }
.section-cream { background: var(--ita-cream); }
.section-dark { background: var(--ita-green-900); color: var(--ita-green-100); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }

.section-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ita-red-600);
    margin-bottom: 16px;
    padding-inline-start: 28px;
    position: relative;
}
.section-eyebrow::before {
    content: "";
    position: absolute;
    inset-inline-start: 0; top: 50%;
    width: 20px; height: 2px;
    background: var(--ita-red-600);
}
.section-title {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.1;
    color: var(--ita-green-900);
    margin-bottom: 16px;
}
.section-subtitle {
    font-size: 18px;
    color: var(--ita-muted);
    max-width: 640px;
    line-height: 1.7;
}

/* ==========================================================================
   Category Cards
   ========================================================================== */
.category-card {
    position: relative;
    background: #fff;
    border-radius: var(--ita-radius-lg);
    padding: 40px 32px;
    height: 100%;
    overflow: hidden;
    transition: all var(--ita-transition);
    border: 1px solid var(--ita-green-100);
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.category-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--ita-shadow-lg);
    border-color: var(--ita-green-400);
}
.category-card::before {
    content: "";
    position: absolute;
    top: 0; inset-inline-start: 0;
    width: 100%; height: 4px;
    background: var(--ita-card-color, var(--ita-green-700));
    transform: scaleX(0);
    transform-origin: inset-inline-start;
    transition: transform var(--ita-transition);
}
.category-card:hover::before { transform: scaleX(1); }

.category-icon {
    width: 72px; height: 72px;
    border-radius: 18px;
    background: rgba(45, 106, 79, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--ita-card-color, var(--ita-green-700));
    margin-bottom: 24px;
    transition: all var(--ita-transition);
}
.category-card:hover .category-icon {
    background: var(--ita-card-color, var(--ita-green-700));
    color: #fff;
    transform: scale(1.05) rotate(-5deg);
}
.category-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--ita-green-900);
}
.category-card p {
    color: var(--ita-muted);
    font-size: 15px;
    flex: 1;
    margin-bottom: 24px;
}
.category-arrow {
    color: var(--ita-card-color, var(--ita-green-700));
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap var(--ita-transition);
}
.category-card:hover .category-arrow { gap: 14px; }
[dir="rtl"] .category-arrow i { transform: scaleX(-1); }

/* ==========================================================================
   Service cards
   ========================================================================== */
.service-card {
    background: var(--ita-cream);
    border-radius: var(--ita-radius);
    padding: 36px 28px;
    height: 100%;
    transition: all var(--ita-transition);
    border-inline-start: 4px solid transparent;
}
.service-card:hover {
    background: #fff;
    border-inline-start-color: var(--ita-green-700);
    box-shadow: var(--ita-shadow-md);
    transform: translateY(-4px);
}
.service-icon-wrap {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: var(--ita-green-700);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    transition: all var(--ita-transition);
}
.service-card:hover .service-icon-wrap {
    background: var(--ita-red-600);
    transform: scale(1.05);
}
.service-card h4 { font-size: 19px; margin-bottom: 10px; color: var(--ita-green-900); }
.service-card p { color: var(--ita-muted); font-size: 15px; margin: 0; }

/* ==========================================================================
   Dual store CTA strip
   ========================================================================== */
.dual-store-strip {
    background: linear-gradient(135deg, var(--ita-green-900) 0%, var(--ita-green-800) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.dual-store-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 50%, rgba(193, 39, 45, 0.15) 0%, transparent 60%);
    pointer-events: none;
}
.dual-store-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--ita-radius-lg);
    padding: 48px 36px;
    height: 100%;
    transition: all var(--ita-transition);
    position: relative;
    overflow: hidden;
}
.dual-store-card:hover {
    background: rgba(255, 255, 255, 0.10);
    transform: translateY(-6px);
}
.dual-store-card.retail::before {
    content: "";
    position: absolute;
    top: -40px; inset-inline-end: -40px;
    width: 160px; height: 160px;
    background: var(--ita-green-700);
    opacity: 0.4;
    border-radius: 50%;
}
.dual-store-card.wholesale::before {
    content: "";
    position: absolute;
    top: -40px; inset-inline-end: -40px;
    width: 160px; height: 160px;
    background: var(--ita-red-600);
    opacity: 0.4;
    border-radius: 50%;
}
.dual-store-card .card-content { position: relative; z-index: 2; }
.dual-store-card .icon-large {
    width: 80px; height: 80px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    margin-bottom: 24px;
}
.dual-store-card h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 12px;
}
.dual-store-card p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 1.6;
}
.dual-store-card .btn-store {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    transition: all var(--ita-transition);
}
.dual-store-card.retail .btn-store {
    background: #fff;
    color: var(--ita-green-800);
}
.dual-store-card.retail .btn-store:hover {
    background: var(--ita-green-100);
    transform: translateX(0) scale(1.02);
}
.dual-store-card.wholesale .btn-store {
    background: var(--ita-red-600);
    color: #fff;
}
.dual-store-card.wholesale .btn-store:hover {
    background: var(--ita-red-700);
    transform: translateX(0) scale(1.02);
}

/* ==========================================================================
   Blog cards
   ========================================================================== */
.blog-card {
    background: #fff;
    border-radius: var(--ita-radius);
    overflow: hidden;
    transition: all var(--ita-transition);
    height: 100%;
    border: 1px solid var(--ita-green-100);
    display: flex;
    flex-direction: column;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--ita-shadow-md); }
.blog-card-img {
    height: 220px;
    background: linear-gradient(135deg, var(--ita-green-200), var(--ita-green-400));
    background-size: cover;
    background-position: center;
    position: relative;
}
.blog-card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(15, 46, 29, 0.4));
}
.blog-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-card-date { font-size: 12px; color: var(--ita-red-600); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.blog-card-title { font-size: 19px; margin: 10px 0 12px; color: var(--ita-green-900); line-height: 1.4; }
.blog-card-summary { color: var(--ita-muted); font-size: 14px; flex: 1; }
.blog-card-link { color: var(--ita-green-700); font-weight: 600; margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; }
.blog-card-link:hover { color: var(--ita-red-600); }

/* ==========================================================================
   Branches
   ========================================================================== */
.branch-card {
    background: #fff;
    border-radius: var(--ita-radius);
    padding: 28px;
    height: 100%;
    border: 1px solid var(--ita-green-100);
    transition: all var(--ita-transition);
}
.branch-card:hover { box-shadow: var(--ita-shadow-md); border-color: var(--ita-green-400); }
.branch-name { font-size: 20px; color: var(--ita-green-900); margin-bottom: 14px; }
.branch-info { color: var(--ita-muted); font-size: 14px; margin-bottom: 8px; }
.branch-info i { color: var(--ita-green-700); width: 18px; margin-inline-end: 8px; }

/* ==========================================================================
   Newsletter strip
   ========================================================================== */
.newsletter-strip {
    background: var(--ita-green-100);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.newsletter-strip::before {
    content: "🌿";
    position: absolute;
    font-size: 240px;
    opacity: 0.1;
    top: 50%; transform: translateY(-50%);
    inset-inline-end: -60px;
}

/* ==========================================================================
   Page header
   ========================================================================== */
.page-header {
    background: linear-gradient(135deg, var(--ita-green-800) 0%, var(--ita-green-900) 100%);
    color: #fff;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.page-header::before {
    content: "";
    position: absolute;
    inset-inline-end: -50px; top: -50px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: var(--ita-red-600);
    opacity: 0.1;
}
.page-header h1 { color: #fff; font-size: clamp(34px, 5vw, 56px); margin-bottom: 12px; }
.page-header .breadcrumb-text { color: rgba(255, 255, 255, 0.7); font-size: 14px; }
.page-header .breadcrumb-text a { color: rgba(255, 255, 255, 0.85); }
.page-header .breadcrumb-text a:hover { color: var(--ita-red-400); }

/* ==========================================================================
   Forms
   ========================================================================== */
.form-control, .form-select {
    border-radius: 10px;
    border: 1px solid var(--ita-green-200);
    padding: 12px 16px;
    font-size: 15px;
    background: #fff;
    transition: all var(--ita-transition);
}
.form-control:focus, .form-select:focus {
    border-color: var(--ita-green-700);
    box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.12);
    outline: 0;
}
.form-label { font-weight: 500; margin-bottom: 8px; color: var(--ita-green-900); font-size: 14px; }

.btn-primary {
    background: var(--ita-green-700);
    border: 0;
    border-radius: 10px;
    padding: 12px 28px;
    font-weight: 600;
    transition: all var(--ita-transition);
}
.btn-primary:hover { background: var(--ita-green-800); transform: translateY(-1px); }

.btn-accent {
    background: var(--ita-red-600);
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 12px 28px;
    font-weight: 600;
}
.btn-accent:hover { background: var(--ita-red-700); color: #fff; }

.btn-outline-green {
    background: transparent;
    border: 2px solid var(--ita-green-700);
    color: var(--ita-green-700);
    border-radius: 10px;
    padding: 10px 26px;
    font-weight: 600;
    transition: all var(--ita-transition);
}
.btn-outline-green:hover {
    background: var(--ita-green-700);
    color: #fff;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    background: var(--ita-green-900);
    color: var(--ita-green-100);
    padding: 80px 0 30px;
    position: relative;
}
.footer-leaf-divider {
    height: 6px;
    background: linear-gradient(90deg,
        var(--ita-green-700) 0%, var(--ita-green-700) 33%,
        var(--ita-red-600) 33%, var(--ita-red-600) 66%,
        var(--ita-green-500) 66%, var(--ita-green-500) 100%);
}
.footer-brand { color: #fff; font-size: 28px; margin-bottom: 12px; }
.footer-tagline { color: var(--ita-green-200); margin-bottom: 24px; font-size: 15px; }
.footer-heading {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 18px;
    font-weight: 700;
}
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li, .footer-contact li { margin-bottom: 10px; }
.footer-links a, .footer-contact { color: var(--ita-green-200); font-size: 14px; }
.footer-links a:hover { color: var(--ita-red-400); }
.footer-contact i { color: var(--ita-red-400); margin-inline-end: 8px; width: 16px; }

.footer-social { display: flex; gap: 10px; }
.footer-social a {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--ita-green-100);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all var(--ita-transition);
}
.footer-social a:hover {
    background: var(--ita-red-600);
    color: #fff;
    transform: translateY(-3px);
}

.newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
}
.newsletter-form .form-control::placeholder { color: rgba(255, 255, 255, 0.4); }
.newsletter-form .btn-primary { background: var(--ita-red-600); }
.newsletter-form .btn-primary:hover { background: var(--ita-red-700); }
.newsletter-msg { display: block; margin-top: 8px; font-size: 13px; min-height: 18px; }
.newsletter-msg.success { color: var(--ita-green-400); }
.newsletter-msg.error { color: var(--ita-red-400); }

.footer-divider { border-color: rgba(255, 255, 255, 0.08); margin: 40px 0 20px; }
.footer-bottom { color: var(--ita-green-200); font-size: 13px; }

/* ==========================================================================
   Floating WhatsApp
   ========================================================================== */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    inset-inline-end: 28px;
    width: 60px; height: 60px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: all var(--ita-transition);
    animation: wa-bounce 2s infinite;
}
.whatsapp-float:hover {
    background: #128c7e;
    color: #fff;
    transform: scale(1.1);
}
@keyframes wa-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/* Toast */
.ita-toast {
    position: fixed;
    bottom: 100px;
    inset-inline-end: 28px;
    background: var(--ita-green-900);
    color: #fff;
    padding: 14px 22px;
    border-radius: 10px;
    box-shadow: var(--ita-shadow-lg);
    transform: translateY(20px);
    opacity: 0;
    transition: all var(--ita-transition);
    z-index: 9999;
    pointer-events: none;
    max-width: 320px;
}
.ita-toast.show { transform: translateY(0); opacity: 1; }
.ita-toast.error { background: var(--ita-red-700); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 991px) {
    .hero { padding: 60px 0 80px; }
    .hero-cta { min-width: 100%; }
    .nav-cta-group { padding-top: 16px; }
    .section { padding: 70px 0; }
}
@media (max-width: 767px) {
    .hero-title { font-size: 36px; }
    .hero-stats { gap: 24px; }
    .hero-stat-num { font-size: 32px; }
    .top-strip { font-size: 12px; }
    .top-strip a { margin-inline-end: 12px; }
}

/* ==========================================================================
   Utility
   ========================================================================== */
.text-green { color: var(--ita-green-700); }
.text-red { color: var(--ita-red-600); }
.bg-cream { background: var(--ita-cream); }
.divider-leaf {
    text-align: center;
    color: var(--ita-green-400);
    margin: 32px 0;
    font-size: 24px;
}
