/* ==========================================================================
   Innovative Sun Agency — Corporate Light Theme
   ========================================================================== */

:root {
    --green-50: #ecfdf3;
    --green-100: #d1fae0;
    --green-500: #1a7a3e;
    --green-600: #156634;
    --green-700: #0d5c28;
    --green-light: #22a855;
    --green-gradient: linear-gradient(135deg, #1a7a3e 0%, #0d5c28 100%);

    --white: #ffffff;
    --surface: #f8faf9;
    --surface-alt: #f1f5f3;
    --surface-card: #ffffff;

    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;

    --border: #e2e8f0;
    --border-light: #f1f5f9;

    --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06);
    --shadow-md: 0 4px 20px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 12px 40px rgba(15, 23, 42, 0.1);
    --shadow-xl: 0 24px 60px rgba(15, 23, 42, 0.12);

    --radius: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --transition: 0.25s ease;
    --container: 1320px;
    --header-height: 88px;
    --nav-breakpoint: 1280px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--white);
    color: var(--text-primary);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition); }
ul { list-style: none; }
main { min-height: 50vh; }

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}

.section { padding: 80px 0; scroll-margin-top: calc(var(--header-height) + 24px); }
.section-alt { background: var(--surface); }
.section-sm { padding: 64px 0; }
.section-cta { text-align: center; margin-top: 40px; }
.card-grid-spaced { margin-top: 56px; }

[id] { scroll-margin-top: calc(var(--header-height) + 24px); }

.section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 52px;
}

.section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--green-600);
    margin-bottom: 14px;
}

.section-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.section-desc {
    font-size: 17px;
    color: var(--text-secondary);
    line-height: 1.75;
}

.text-accent { color: var(--green-600); }
.text-gradient {
    background: var(--green-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
    font-family: inherit;
}

.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-header {
    height: 50px;
    min-height: 48px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 14px;
}
.btn-lg { padding: 16px 32px; font-size: 16px; }

.btn-primary {
    background: var(--green-gradient);
    color: var(--white);
    box-shadow: 0 4px 14px rgba(21, 102, 52, 0.25);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(21, 102, 52, 0.32);
}

.btn-outline {
    background: var(--white);
    color: var(--text-primary);
    border-color: var(--border);
}
.btn-outline:hover {
    border-color: var(--green-500);
    color: var(--green-600);
    background: var(--green-50);
}

.btn-white {
    background: var(--white);
    color: var(--green-700);
    box-shadow: var(--shadow-md);
}
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

.btn-outline-white {
    background: transparent;
    color: var(--white);
    border-color: rgba(255,255,255,0.5);
}
.btn-outline-white:hover {
    background: rgba(255,255,255,0.12);
    border-color: var(--white);
}

.btn-whatsapp { background: #25D366; color: var(--white); border-color: #25D366; }
.btn-whatsapp:hover { background: #1fb855; }

.btn-ghost {
    background: var(--surface);
    color: var(--text-primary);
    border: 1px solid var(--border);
}
.btn-ghost:hover { background: var(--green-50); border-color: var(--green-100); color: var(--green-600); }

.card-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }
.card-actions-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }

/* ==========================================================================
   Site Header
   ========================================================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

/* Compact bar: spacer | logo | hamburger */
.header-container {
    max-width: 1440px;
    width: 100%;
    min-height: var(--header-height);
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    gap: 0;
}

.header-spacer {
    width: 48px;
    height: 48px;
    grid-column: 1;
    grid-row: 1;
}

.logo-wrap {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.site-logo {
    display: block;
    width: min(190px, 72vw);
    height: auto;
    object-fit: contain;
    object-position: center;
}

/* Desktop nav hidden until 1280px */
.header-nav,
.header-actions {
    display: none;
}

.header-nav-list,
.drawer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav-list a,
.drawer-nav-list a {
    color: #172033;
    text-decoration: none;
    transition: color 0.2s ease;
}

.menu-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #172033;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle:hover {
    background: var(--green-50);
    border-color: var(--green-100);
}

.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(380px, 85vw);
    z-index: 1002;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-left: 1px solid var(--border);
    box-shadow: -8px 0 40px rgba(15, 23, 42, 0.12);
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-drawer.open {
    transform: translateX(0);
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.drawer-logo {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.drawer-logo img {
    width: 170px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.drawer-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.drawer-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.drawer-close span {
    position: absolute;
    width: 18px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
}

.drawer-close span:first-child { transform: rotate(45deg); }
.drawer-close span:last-child { transform: rotate(-45deg); }

.drawer-nav-list li {
    border-bottom: 1px solid var(--border-light);
}

.drawer-nav-list a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
}

.drawer-nav-list a:hover,
.drawer-nav-list a.active {
    color: var(--green-600);
}

.drawer-nav-list .has-dropdown > a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 2px solid var(--text-muted);
    border-bottom: 2px solid var(--text-muted);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.drawer-nav-list .has-dropdown.is-open > a::after {
    transform: rotate(-135deg);
}

.drawer-nav-list .dropdown {
    display: none;
    background: var(--surface);
    padding: 4px 0 8px;
}

.drawer-nav-list .has-dropdown.is-open > .dropdown {
    display: block;
}

.drawer-nav-list .dropdown a {
    padding-left: 32px;
    font-size: 15px;
    min-height: 44px;
}

.drawer-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 24px 28px;
    margin-top: auto;
    border-top: 1px solid var(--border-light);
}

.drawer-actions .btn-header {
    width: 100%;
    height: 52px;
}

.nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.nav-open {
    overflow: hidden;
}

.has-dropdown {
    position: relative;
}

/* Desktop header — 1280px+ */
@media (min-width: 1280px) {
    .header-container {
        padding: 0 48px;
        grid-template-columns: minmax(200px, 240px) minmax(0, 1fr) auto;
        gap: 24px;
    }

    .header-spacer,
    .menu-toggle,
    .mobile-drawer,
    .nav-overlay {
        display: none;
    }

    .logo-wrap {
        grid-column: 1;
        justify-content: flex-start;
    }

    .site-logo {
        width: 230px;
        max-width: 240px;
        height: auto;
        object-position: left center;
    }

    .header-nav {
        display: flex;
        grid-column: 2;
        align-items: center;
        justify-content: center;
        min-width: 0;
        overflow: visible;
    }

    .header-nav-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .header-nav-list a {
        display: inline-block;
        padding: 8px 0;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 1.4;
        background: none !important;
        border-radius: 0;
    }

    .header-nav-list a:hover {
        color: var(--green-600);
    }

    .header-nav-list a.active {
        color: var(--green-600);
    }

    .header-nav-list .has-dropdown > a::after {
        content: none;
    }

    .header-nav-list .dropdown {
        display: block;
        position: absolute;
        top: calc(100% + 12px);
        left: 50%;
        transform: translateX(-50%) translateY(4px);
        min-width: 220px;
        background: #fff;
        border: 1px solid var(--border);
        border-radius: var(--radius-lg);
        padding: 8px;
        box-shadow: var(--shadow-lg);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
        z-index: 20;
    }

    .header-nav-list .has-dropdown:hover .dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }

    .header-nav-list .dropdown li {
        border: none;
    }

    .header-nav-list .dropdown a {
        display: block;
        padding: 10px 14px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 8px;
        white-space: normal;
    }

    .header-nav-list .dropdown a:hover {
        background: var(--green-50);
        color: var(--green-600);
    }

    .header-actions {
        display: flex;
        grid-column: 3;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
        white-space: nowrap;
    }

    .header-actions .btn-header {
        flex-shrink: 0;
        height: 50px;
        padding: 0 22px;
        border-radius: 14px;
    }
}

@media (min-width: 1440px) {
    .header-container {
        padding: 0 56px;
        gap: 32px;
    }

    .header-nav-list {
        gap: 26px;
    }

    .header-nav-list a {
        font-size: 16px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .header-container {
        padding: 0 32px;
        gap: 16px;
    }

    .site-logo {
        width: 200px;
    }

    .header-nav-list {
        gap: 14px;
    }

    .header-nav-list a {
        font-size: 14px;
    }

    .header-actions .btn-header {
        padding: 0 16px;
        font-size: 14px;
        height: 48px;
    }
}

@media (max-width: 1279px) {
    :root { --header-height: 92px; }
    .header-container { min-height: 92px; }
}

@media (max-width: 767px) {
    :root { --header-height: 90px; }

    .header-container {
        min-height: 90px;
        padding: 0 14px;
        grid-template-columns: 48px minmax(0, 1fr) 48px;
    }

    .site-logo {
        width: min(185px, 68vw);
        height: auto;
    }
}

@media (max-width: 380px) {
    .site-logo {
        width: min(170px, 64vw);
    }

    .hero-grid { padding: 12px 0 32px; gap: 20px; }
    .hero-badge {
        font-size: 9px;
        letter-spacing: 0.6px;
        padding: 5px 10px;
    }
    .hero-title { font-size: 26px; }
    .hero-subtitle { font-size: 14px; }
    .hero-lead { font-size: 13px; }
    .hero-actions .btn-lg {
        padding: 12px 14px;
        font-size: 14px;
    }
    .stat-item strong { font-size: 18px; }
    .stat-item span { font-size: 10px; }

    .hero-visual { padding: 0; }
    .hero-card { padding: 16px 14px; }
    .hero-metric strong { font-size: 14px; }
    .hero-metric span { font-size: 9px; }
}

/* Hero */
.hero {
    min-height: 92vh;
    display: flex;
    align-items: center;
    padding-top: var(--header-height);
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--white) 0%, var(--surface) 100%);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 45% at 85% 25%, rgba(26, 122, 62, 0.07) 0%, transparent 65%),
        radial-gradient(ellipse 40% 35% at 10% 80%, rgba(26, 122, 62, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    padding: 48px 0 64px;
}

.hero-content { max-width: 580px; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
    background: var(--green-50);
    border: 1px solid var(--green-100);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--green-600);
    margin-bottom: 28px;
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green-500);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.hero-title {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 18px;
    letter-spacing: -0.03em;
    color: var(--text-primary);
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--green-600);
    line-height: 1.5;
    margin-bottom: 16px;
}

.hero-lead {
    font-size: 17px;
    color: var(--text-secondary);
    line-height: 1.75;
    margin-bottom: 32px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 44px;
}

.hero-stats {
    display: flex;
    gap: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
}

.stat-item strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--green-600);
    letter-spacing: -0.02em;
}

.stat-item span {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
}

/* Hero Banner / Mockup */
.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 0;
    width: 100%;
}

.hero-banner {
    position: relative;
    width: 100%;
    max-width: 500px;
    min-width: 0;
}

.hero-banner-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(26, 122, 62, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.hero-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 28px;
    box-shadow: var(--shadow-xl);
    position: relative;
    z-index: 2;
}

.hero-card-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.hero-card-header h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: var(--text-primary);
}

.hero-card-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.hero-card-desc {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 20px;
    line-height: 1.6;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.hero-metric {
    padding: 14px 10px;
    background: var(--surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    text-align: center;
}

.hero-metric strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--green-600);
}

.hero-metric span {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
}

.hero-chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 64px;
    padding: 12px 16px;
    background: var(--surface);
    border-radius: var(--radius);
    border: 1px solid var(--border-light);
}

.hero-chart-bars span {
    flex: 1;
    background: linear-gradient(180deg, var(--green-500) 0%, var(--green-700) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 0.85;
}

.hero-card-float {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.hero-card-float.top-right { top: -16px; right: -20px; }
.hero-card-float.bottom-left { bottom: -16px; left: -20px; }

.hero-card-float strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
}

.hero-card-float span {
    font-size: 12px;
    color: var(--text-muted);
}

.float-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-50);
    border-radius: 10px;
    color: var(--green-600);
    flex-shrink: 0;
}

.float-icon svg { width: 20px; height: 20px; }

/* Trust bar */
.trust-bar {
    background: var(--white);
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    padding: 20px 0;
}

.trust-bar-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.trust-bar-inner > span {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    white-space: nowrap;
}

.trust-bar ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.trust-bar li {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary);
    position: relative;
    padding-left: 16px;
}

.trust-bar li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green-500);
}

/* Cards */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
    align-items: stretch;
}

.card {
    background: var(--surface-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card:hover {
    border-color: var(--green-100);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: var(--surface-alt);
    flex-shrink: 0;
}

.card-image--service { height: 260px; }
.card-image--product,
.card-image--app { height: 240px; }
.card-image--portfolio { height: 280px; }

.card-image-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--white);
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 6px 12px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
    display: block;
}

.card:hover .card-image img { transform: scale(1.06); }

.card-body {
    padding: 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-50);
    border-radius: 12px;
    color: var(--green-600);
    margin-bottom: 16px;
}

.card-icon svg { width: 24px; height: 24px; }

.card-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--green-600);
    margin-bottom: 8px;
}

.card-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-primary);
    line-height: 1.35;
}

.card-text {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 16px;
    flex: 1;
}

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: var(--green-600);
    margin-top: auto;
    transition: gap var(--transition), color var(--transition);
}

.card-link svg { transition: transform var(--transition); }
.card:hover .card-link svg { transform: translateX(3px); }

.card-price {
    font-size: 22px;
    font-weight: 800;
    color: var(--green-600);
    margin-bottom: 14px;
}

/* Homepage showcase grids — balanced, no empty right space */
.section-showcase .container { max-width: 1280px; }

.home-card-grid {
    display: grid;
    gap: 28px;
    align-items: stretch;
    margin: 0 auto;
}

.home-card-grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1200px;
}

.home-card-grid--count-2 {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    max-width: 860px;
}

.home-card-grid--count-1 {
    grid-template-columns: minmax(280px, 420px);
    justify-content: center;
    max-width: 420px;
}

.home-app-card .card-image,
.home-product-card .card-image { height: 240px; }

.portfolio-card .card-image { height: 280px; }

.card-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.product-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--green-700);
    background: var(--green-50);
    border: 1px solid var(--green-100);
    border-radius: 999px;
    padding: 4px 10px;
    flex-shrink: 0;
}

.card-benefit {
    font-size: 13px;
    font-weight: 600;
    color: var(--green-700);
    line-height: 1.5;
    margin: -4px 0 14px;
    padding: 10px 12px;
    background: var(--green-50);
    border-radius: 8px;
    border-left: 3px solid var(--green-500);
}

.card-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.feature-tag {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-secondary);
    background: var(--surface-alt);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 5px 10px;
}

.card-feature-list--compact {
    margin-bottom: 14px;
}

.card-price--prominent {
    margin-top: auto;
    padding-top: 4px;
}

.card-actions--split {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 4px;
}

.card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.card-cta svg {
    width: 16px;
    height: 16px;
    transition: transform var(--transition);
}

.card-cta:hover svg { transform: translateX(4px); }

.home-product-card .card-body,
.home-app-card .card-body { padding: 24px; }

/* Category cards */
.category-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.category-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-align: left;
    transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
}

.category-card:hover {
    border-color: var(--green-100);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.category-card .card-image {
    height: 200px;
}

.category-card-body {
    padding: 28px 26px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.category-card h3 { font-size: 20px; margin-bottom: 12px; font-weight: 700; }
.category-card p {
    color: var(--text-secondary);
    font-size: 15px;
    margin-bottom: 22px;
    line-height: 1.65;
    flex: 1;
}

.category-card .card-link { margin-top: auto; }
.category-cards-spaced { margin-bottom: 60px; }

/* Features */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-item {
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    transition: all var(--transition);
    box-shadow: var(--shadow-sm);
}

.feature-item:hover {
    border-color: var(--green-100);
    box-shadow: var(--shadow-md);
}

.feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-50);
    border-radius: 12px;
    color: var(--green-600);
    margin-bottom: 18px;
}

.feature-item h3 { font-size: 17px; margin-bottom: 10px; font-weight: 700; }
.feature-item p { font-size: 14px; color: var(--text-secondary); line-height: 1.65; }

/* Process */
.process-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.process-step {
    text-align: center;
    padding: 24px 16px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.process-number {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    background: var(--green-gradient);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 800;
    color: var(--white);
}

.process-step h3 { font-size: 15px; margin-bottom: 8px; font-weight: 700; }
.process-step p { font-size: 13px; color: var(--text-secondary); line-height: 1.55; }

/* Testimonials */
.section-testimonials {
    background: linear-gradient(180deg, var(--green-50) 0%, var(--white) 100%);
    position: relative;
}

.section-testimonials::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(26, 122, 62, 0.08), transparent 70%);
    pointer-events: none;
}

.section-testimonials .container { position: relative; z-index: 1; }

.testimonials-trust-line {
    font-size: 15px;
    color: var(--text-secondary);
    margin: -6px 0 12px;
    font-weight: 500;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonials-grid-home.home-card-grid--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1200px;
}

.testimonial-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 30px;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.home-testimonial-card:hover {
    border-color: var(--green-100);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.testimonial-badge {
    display: inline-flex;
    align-self: flex-start;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--green-700);
    background: var(--green-50);
    border: 1px solid var(--green-100);
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 14px;
}

.testimonial-stars { margin-bottom: 16px; }
.star { color: #e2e8f0; font-size: 18px; }
.star.filled { color: #f59e0b; }

.testimonial-text {
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-secondary);
    margin-bottom: 22px;
    font-style: italic;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-author img,
.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--green-50);
    flex-shrink: 0;
}

.testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: var(--green-600);
    font-size: 18px;
}

.testimonial-author strong { display: block; font-size: 15px; color: var(--text-primary); }
.testimonial-author span { font-size: 13px; color: var(--text-muted); }

/* CTA */
.cta-section {
    background: var(--green-gradient);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.cta-box {
    position: relative;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    padding: 72px 24px;
}

.cta-box h2 {
    font-size: clamp(28px, 4vw, 38px);
    margin-bottom: 16px;
    color: var(--white);
    font-weight: 800;
}

.cta-box p {
    color: rgba(255,255,255,0.88);
    font-size: 17px;
    margin-bottom: 32px;
    line-height: 1.7;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

/* Page Hero */
.page-hero {
    padding: calc(var(--header-height) + 56px) 0 56px;
    background: linear-gradient(180deg, var(--surface) 0%, var(--white) 100%);
    border-bottom: 1px solid var(--border-light);
    text-align: center;
}

.page-hero h1 {
    font-size: clamp(32px, 5vw, 46px);
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.page-hero p {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}

/* About Page */
.about-hero {
    padding: calc(var(--header-height) + 48px) 0 80px;
    background: linear-gradient(180deg, var(--surface) 0%, var(--white) 55%);
    border-bottom: 1px solid var(--border-light);
}

.about-hero .breadcrumb {
    margin-bottom: 28px;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

.about-hero-content h1 {
    font-size: clamp(34px, 4.5vw, 48px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    max-width: 640px;
}

.about-hero-lead {
    font-size: 18px;
    line-height: 1.75;
    color: var(--text-primary);
    margin-bottom: 16px;
    max-width: 620px;
}

.about-hero-support {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 28px;
    max-width: 600px;
}

.about-highlight-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 32px;
}

.about-highlight-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

.about-highlight-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-50);
    border-radius: 10px;
    color: var(--green-600);
    flex-shrink: 0;
}

.about-highlight-icon svg { width: 18px; height: 18px; }

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.about-impact-card {
    background: linear-gradient(145deg, #0f172a 0%, #1e3a5f 55%, #156634 100%);
    color: var(--white);
    border-radius: var(--radius-xl);
    padding: 32px;
    box-shadow: var(--shadow-xl);
    position: relative;
    overflow: hidden;
}

.about-impact-card::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(34, 168, 85, 0.18);
}

.about-impact-header { position: relative; margin-bottom: 14px; }

.about-impact-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 8px;
}

.about-impact-card h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.about-impact-card > p {
    position: relative;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255,255,255,0.82);
    margin-bottom: 24px;
}

.about-impact-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 22px;
}

.about-impact-metrics div {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 14px 10px;
    text-align: center;
}

.about-impact-metrics strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 4px;
}

.about-impact-metrics span {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

.about-impact-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.about-impact-tags span {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.14);
}

.about-trust-strip {
    padding: 22px 0;
    background: var(--white);
    border-bottom: 1px solid var(--border-light);
}

.about-trust-strip-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.about-trust-strip-inner > span {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    flex-shrink: 0;
}

.about-trust-strip ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.about-trust-strip li {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary);
    position: relative;
    padding-left: 14px;
}

.about-trust-strip li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green-500);
}

.about-founder-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
}

.about-founder-frame {
    position: relative;
    background: linear-gradient(160deg, var(--green-50) 0%, var(--white) 45%, #e8f4ec 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 18px;
    box-shadow: var(--shadow-lg);
}

.about-founder-badge {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--green-gradient);
    border-radius: 999px;
    padding: 8px 14px;
    box-shadow: var(--shadow-md);
}

.about-founder-portrait {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 28%;
    border-radius: calc(var(--radius-xl) - 6px);
    background: var(--surface-alt);
}

.about-founder-card-footer {
    margin-top: 16px;
    padding: 0 6px 4px;
    text-align: center;
}

.about-founder-card-footer strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.about-founder-card-footer span {
    font-size: 14px;
    color: var(--green-700);
    font-weight: 600;
}

.about-founder-title {
    text-align: left;
    margin-bottom: 20px;
}

.about-founder-message {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 28px;
}

.about-founder-quote {
    margin: 0;
    padding: 24px 28px;
    background: var(--green-50);
    border-left: 4px solid var(--green-500);
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}

.about-founder-quote p {
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    color: var(--text-primary);
    margin-bottom: 12px;
    font-weight: 500;
}

.about-founder-quote cite {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: var(--green-700);
}

.about-mvv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.about-mvv-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    box-shadow: var(--shadow-sm);
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    height: 100%;
}

.about-mvv-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--green-100);
}

.about-mvv-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    background: var(--green-50);
    border-radius: 14px;
    color: var(--green-600);
}

.about-mvv-icon svg { width: 26px; height: 26px; }

.about-mvv-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.about-mvv-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-secondary);
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1180px;
    margin: 0 auto;
}

.about-feature-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.about-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--green-100);
}

.about-feature-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--green-50) 0%, #e8f7ee 100%);
    border-radius: 14px;
    color: var(--green-600);
    margin-bottom: 20px;
}

.about-feature-icon svg { width: 28px; height: 28px; }

.about-feature-card h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.35;
}

.about-feature-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-secondary);
    flex: 1;
}

.about-cta-box {
    max-width: 760px;
}

.about-cta-box .cta-actions {
    gap: 16px;
}

/* SEO / Blog / Service detail */
.blog-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.blog-category-nav a {
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--border);
    color: var(--text-secondary);
    background: var(--white);
}

.blog-category-nav a.is-active,
.blog-category-nav a:hover {
    color: var(--green-700);
    border-color: var(--green-100);
    background: var(--green-50);
}

.blog-meta-hero {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.blog-meta a { color: var(--green-600); font-weight: 600; }

.blog-featured-image {
    width: 100%;
    max-width: 900px;
    border-radius: var(--radius-lg);
    margin: 0 0 28px;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.blog-intro {
    font-size: 18px;
    line-height: 1.75;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.blog-detail-layout,
.service-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: start;
}

.service-detail-lead,
.blog-detail-main p {
    font-size: 17px;
    line-height: 1.75;
}

.service-detail-main h2,
.blog-detail-main h2 {
    margin: 32px 0 14px;
    font-size: 24px;
}

.service-process-list {
    padding-left: 20px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.service-sidebar-card,
.blog-detail-sidebar .service-sidebar-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-sm);
}

.service-related-links {
    list-style: none;
    display: grid;
    gap: 10px;
}

.service-related-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--green-600);
    font-weight: 600;
    font-size: 14px;
}

.faq-list { display: grid; gap: 12px; }

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px 18px;
    background: var(--white);
}

.faq-item summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--text-primary);
}

.faq-item p {
    margin-top: 12px;
    color: var(--text-secondary);
    line-height: 1.7;
}

.faq-list-home { max-width: 860px; margin: 0 auto; }

.blog-internal-links,
.blog-detail-cta {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--border-light);
}

.blog-detail-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.card-image-link { display: block; }

.blog-card .card-title a { color: inherit; }
.blog-card .card-title a:hover { color: var(--green-600); }

.blog-toc {
    margin: 24px 0 32px;
    padding: 20px 24px;
    background: var(--bg-alt, #f8faf9);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg, 16px);
}

.blog-toc-title {
    font-size: 1rem;
    margin: 0 0 12px;
    color: var(--text-primary);
}

.blog-toc ol {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.blog-toc a {
    color: var(--green-700, #15803d);
    text-decoration: none;
    line-height: 1.5;
}

.blog-toc a:hover { text-decoration: underline; }

.local-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.local-seo-card {
    padding: 24px;
    background: var(--bg-card, #fff);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg, 16px);
    box-shadow: var(--shadow-sm, 0 1px 3px rgba(0,0,0,.06));
}

.local-seo-card h3 {
    font-size: 1.05rem;
    margin: 0 0 10px;
    line-height: 1.4;
}

.local-seo-card p {
    margin: 0 0 14px;
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.65;
}

@media (max-width: 1024px) {
    .local-seo-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .local-seo-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1024px) {
    .blog-detail-layout,
    .service-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .blog-category-nav { justify-content: center; }
}

/* Portfolio */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.portfolio-card .card-image { height: 220px; }

.portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.tag {
    display: inline-block;
    padding: 5px 12px;
    background: var(--green-50);
    color: var(--green-600);
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid var(--green-100);
}

.portfolio-results {
    padding: 12px 14px;
    background: var(--green-50);
    border: 1px solid var(--green-100);
    border-radius: var(--radius);
    margin: 12px 0;
    font-size: 14px;
    color: var(--text-secondary);
}

.portfolio-results strong {
    color: var(--green-600);
}

/* Blog */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.blog-card .card-image { aspect-ratio: 16/10; }

.blog-meta {
    display: flex;
    gap: 12px;
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 10px;
}

/* Contact */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
}

.contact-info-card,
.contact-form {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 36px;
    box-shadow: var(--shadow-sm);
}

.contact-info-item {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--border-light);
}

.contact-info-item:last-child { border-bottom: none; }

.contact-info-item .icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-50);
    border-radius: 10px;
    color: var(--green-600);
    flex-shrink: 0;
}

.office-addresses-title {
    margin: 8px 0 4px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
}

.office-address-item strong {
    display: block;
    margin-bottom: 4px;
}

.office-address-text {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.form-group { margin-bottom: 20px; }

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.form-control {
    width: 100%;
    padding: 13px 16px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    color: var(--text-primary);
    font-size: 15px;
    font-family: inherit;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.form-control:focus {
    outline: none;
    border-color: var(--green-500);
    box-shadow: 0 0 0 3px rgba(26, 122, 62, 0.12);
}

textarea.form-control { min-height: 130px; resize: vertical; }

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.alert {
    padding: 14px 18px;
    border-radius: var(--radius);
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.alert-success {
    background: var(--green-50);
    border: 1px solid var(--green-100);
    color: var(--green-700);
}

.alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    margin-bottom: 12px;
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: var(--white);
    border: none;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}

.faq-question::after {
    content: '+';
    font-size: 22px;
    color: var(--green-600);
    transition: transform var(--transition);
}

.faq-item.open .faq-question::after { transform: rotate(45deg); }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer-inner {
    padding: 0 24px 20px;
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.65;
}

.faq-item.open .faq-answer { max-height: 300px; }

/* Team */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.team-card {
    text-align: center;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.team-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: var(--surface-alt);
}

.team-card-body { padding: 22px; }
.team-card h3 { font-size: 17px; margin-bottom: 4px; font-weight: 700; }
.team-role { color: var(--green-600); font-size: 14px; margin-bottom: 10px; font-weight: 600; }
.team-bio { font-size: 13px; color: var(--text-secondary); }

/* Blog content */
.blog-content {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
}

.blog-content h2, .blog-content h3 { color: var(--text-primary); margin: 32px 0 16px; font-weight: 700; }
.blog-content p { margin-bottom: 16px; }
.blog-content img { border-radius: var(--radius-lg); margin: 24px 0; }

.service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.service-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.service-list-item .check {
    color: var(--green-600);
    font-weight: 700;
    flex-shrink: 0;
}

/* Footer */
.site-footer {
    background: var(--text-primary);
    color: rgba(255,255,255,0.75);
    padding: 72px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 48px;
    padding-bottom: 48px;
}

.footer-brand img,
.footer-logo {
    width: 240px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left top;
    margin-bottom: 20px;
    opacity: 1;
}

.footer-brand p {
    font-size: 14px;
    margin: 18px 0;
    line-height: 1.7;
    color: rgba(255,255,255,0.65);
}

.social-links { display: flex; flex-wrap: wrap; gap: 10px; }

.social-links a,
.social-links .social-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.social-links a svg,
.social-links .social-link svg {
    width: 20px;
    height: 20px;
    display: block;
}

.social-links a:hover,
.social-links .social-link:hover {
    background: var(--green-600);
    border-color: var(--green-600);
    color: var(--white);
    transform: translateY(-1px);
}

.footer-links h4, .footer-contact h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links ul li, .footer-contact ul li {
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-links a, .footer-contact a {
    color: rgba(255,255,255,0.65);
}

.footer-links a:hover, .footer-contact a:hover { color: var(--white); }

.footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.65);
}

.footer-contact svg { flex-shrink: 0; color: var(--green-500); }

.footer-office-item span {
    line-height: 1.5;
}

.footer-office-item strong {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    border-radius: 50%;
    color: var(--white);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: transform var(--transition), box-shadow var(--transition);
    overflow: hidden;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    pointer-events: none;
}

/* 404 */
.error-page {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding: 48px 0 24px;
}

.error-code {
    display: block;
    font-size: clamp(80px, 15vw, 120px);
    font-weight: 800;
    line-height: 1;
    color: var(--green-600);
    margin-bottom: 16px;
    letter-spacing: -0.04em;
}

/* Auth */
.auth-page {
    min-height: calc(100vh - var(--header-height));
    display: flex;
    align-items: center;
    padding: calc(var(--header-height) + 48px) 0 64px;
    background: var(--surface);
}

.auth-card {
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 40px 36px;
    box-shadow: var(--shadow-md);
}

.auth-card h1 {
    font-size: 26px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: 800;
}

.auth-card .auth-subtitle {
    text-align: center;
    color: var(--text-secondary);
    font-size: 15px;
    margin-bottom: 28px;
}

.auth-card .form-group:last-of-type { margin-bottom: 24px; }

/* Breadcrumb */
.breadcrumb {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 16px;
    justify-content: center;
}

.breadcrumb a:hover { color: var(--green-600); }

.empty-state {
    text-align: center;
    padding: 64px 24px;
    color: var(--text-secondary);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}

.empty-state h3 {
    margin-bottom: 12px;
    color: var(--text-primary);
    font-size: 22px;
    font-weight: 700;
}

.empty-state .btn { margin-top: 20px; }

.card-feature-list {
    margin-bottom: 16px;
}

.card-feature-list li {
    font-size: 14px;
    color: var(--text-secondary);
    padding: 4px 0;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.card-feature-list li span {
    color: var(--green-600);
    font-weight: 700;
    flex-shrink: 0;
}

.card-actions-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
}

.hero-actions--center {
    justify-content: center;
    margin-top: 32px;
}

.blog-content h2:first-child { margin-top: 0; }

/* Careers */
.career-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 16px;
}

.career-meta span {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    background: var(--green-50);
    color: var(--green-600);
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid var(--green-100);
}

.career-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.career-card .card-actions-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 16px;
}

.career-requirements {
    margin: 0 0 8px;
    padding-left: 18px;
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.6;
}

.career-sidebar-card {
    position: sticky;
    top: calc(var(--header-height) + 24px);
    height: fit-content;
}

.form-hint {
    margin: 6px 0 12px;
    color: var(--text-muted);
    font-size: 13px;
}

.career-image-preview__img,
.career-candidate-photo {
    width: min(100%, 220px);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--surface-alt);
}

.career-candidate-photo { margin-bottom: 20px; }

@media (max-width: 1024px) {
    .section { padding: 56px 0; }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: left;
    }
    .hero-content {
        order: 1;
        max-width: 100%;
        margin: 0;
        width: 100%;
        min-width: 0;
    }
    .hero-actions, .hero-stats { justify-content: flex-start; }
    .hero-visual {
        order: 2;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        padding: 0 8px;
        overflow: hidden;
    }
    .hero-banner {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .hero-banner-glow { inset: -8px; }
    .hero-card-float { display: none; }
    .about-hero-grid,
    .about-founder-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-hero-visual { order: -1; max-width: 520px; margin: 0 auto; width: 100%; }
    .about-mvv-grid,
    .about-features-grid { grid-template-columns: repeat(2, 1fr); }
    .about-founder-title { text-align: center; }
    .about-founder-content .section-label { display: block; text-align: center; }
    .category-cards, .features-grid { grid-template-columns: repeat(2, 1fr); }
    .card-image { height: 180px; }
    .category-card .card-image { height: 180px; }
    .process-steps { grid-template-columns: repeat(3, 1fr); }
    .testimonials-grid, .blog-grid,
    .home-card-grid--count-3,
    .testimonials-grid-home.home-card-grid--count-3 { grid-template-columns: repeat(2, 1fr); max-width: none; }
    .home-card-grid--count-2 { max-width: none; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .section { padding: 40px 0; }
    .card-grid-spaced { margin-top: 40px; }
    .container { padding: 0 16px; }

    .hero {
        min-height: auto;
        overflow: hidden;
        align-items: flex-start;
    }
    .hero-grid {
        padding: 16px 0 36px;
        gap: 24px;
        text-align: left;
        width: 100%;
        min-width: 0;
    }
    .hero-content {
        order: 1;
        width: 100%;
        min-width: 0;
        text-align: left;
    }
    .hero-badge {
        margin-bottom: 16px;
        padding: 6px 12px;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 1.4;
        max-width: 100%;
    }
    .hero-title {
        font-size: clamp(28px, 7.5vw, 36px);
        line-height: 1.15;
        margin-bottom: 12px;
        letter-spacing: -0.02em;
    }
    .hero-subtitle {
        font-size: clamp(15px, 4.1vw, 17px);
        line-height: 1.45;
        margin-bottom: 12px;
    }
    .hero-lead {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 20px;
    }
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-bottom: 24px;
        justify-content: flex-start;
    }
    .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }
    .hero-actions .btn-lg {
        padding: 14px 18px;
        font-size: 15px;
        white-space: normal;
        min-height: 48px;
        line-height: 1.35;
    }
    .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding-top: 18px;
        margin-top: 0;
        border-top: 1px solid var(--border);
    }
    .stat-item {
        min-width: 0;
        text-align: center;
    }
    .stat-item strong {
        font-size: clamp(20px, 5.5vw, 24px);
        line-height: 1.2;
    }
    .stat-item span {
        font-size: 11px;
        line-height: 1.35;
        display: block;
        margin-top: 2px;
    }
    .hero-visual {
        order: 2;
        max-width: 100%;
        padding: 0;
    }
    .hero-banner-glow { inset: 0; opacity: 0.85; }
    .hero-card {
        padding: 20px 16px;
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-lg);
    }
    .hero-card-header {
        gap: 12px;
        align-items: center;
    }
    .hero-card-header h3 {
        font-size: 16px;
        line-height: 1.35;
    }
    .hero-card-label { font-size: 10px; }
    .hero-card-desc {
        font-size: 13px;
        margin-bottom: 16px;
        text-align: left;
    }
    .hero-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 16px;
    }
    .hero-metric {
        padding: 10px 6px;
        min-width: 0;
    }
    .hero-metric strong { font-size: 16px; }
    .hero-metric span {
        font-size: 10px;
        line-height: 1.3;
        display: block;
    }
    .hero-chart-bars {
        height: 52px;
        padding: 10px 12px;
        gap: 6px;
    }
    .hero-card-float { display: none; }
    .card-image,
    .card-image--service,
    .card-image--product,
    .card-image--app,
    .card-image--portfolio,
    .portfolio-card .card-image { height: 200px; }
    .category-card .card-image { height: 150px; }

    .trust-bar-inner { justify-content: center; text-align: center; }
    .trust-bar ul { justify-content: center; }

    .about-highlight-list { grid-template-columns: 1fr; }
    .about-hero-actions { justify-content: center; }
    .about-hero-content { text-align: center; }
    .about-hero-content h1,
    .about-hero-lead,
    .about-hero-support { margin-left: auto; margin-right: auto; }
    .about-trust-strip-inner { justify-content: center; text-align: center; }
    .about-trust-strip ul { justify-content: center; }
    .about-mvv-grid,
    .about-features-grid { grid-template-columns: 1fr; }
    .category-cards, .features-grid, .process-steps,
    .testimonials-grid, .blog-grid, .portfolio-grid,
    .contact-grid, .service-list, .card-grid,
    .home-card-grid, .home-card-grid--count-2,
    .home-card-grid--count-3, .testimonials-grid-home { grid-template-columns: 1fr; max-width: none; }

    .contact-grid > .contact-form { order: -1; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    .footer-logo { width: 180px; }
    .team-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
    .contact-info-card, .contact-form { padding: 24px 20px; }
    .career-sidebar-card { position: static; }
    .career-card .card-actions-row { flex-direction: column; }
    .career-card .card-actions-row .btn { width: 100%; }
}
