:root {
    --primary: #f97316;
    --primary-dark: #c2410c;
    --primary-soft: #fff7ed;
    --dark: #0f172a;
    --dark-2: #111827;
    --muted: #64748b;
    --light: #f8fafc;
    --white: #ffffff;
    --border: rgba(24, 24, 27, .10);
    --success: #16a34a;
    --danger: #ef4444;
    --radius: 24px;
    --shadow: 0 24px 70px rgba(9, 9, 11, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Inter", "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--dark);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--primary); text-decoration: none; transition: .18s ease; }
a:hover { color: var(--primary-dark); }
button, input, textarea, select { font-family: inherit; }
.container { max-width: 1180px; }
.text-muted-custom { color: var(--muted); }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 9999; padding: 10px 14px; color: #fff; background: var(--primary); border-radius: 12px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 4px solid rgba(249, 115, 22, .22); outline-offset: 3px; border-radius: 12px; }

.btn { font-weight: 850; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; letter-spacing: -.01em; transition: .18s ease; }
.btn-brand { color: var(--button-text, #fff); background: var(--primary); border: 1px solid var(--primary); box-shadow: 0 18px 40px rgba(249, 115, 22, .28); }
.btn-brand:hover { color: var(--button-text, #fff); background: var(--button-hover, var(--primary-dark)); border-color: var(--button-hover, var(--primary-dark)); transform: translateY(-2px); }
.btn-ghost-light { color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.20); backdrop-filter: blur(10px); }
.btn-ghost-light:hover { color: #fff; background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.38); transform: translateY(-2px); }
.btn-light-outline { color: var(--dark); background: rgba(255,255,255,.88); border: 1px solid rgba(15,23,42,.16); }
.btn-light-outline:hover { color: var(--primary); background: var(--card-bg, #fff); border-color: rgba(249,115,22,.35); }
.btn-outline-primary { color: var(--primary); border-color: rgba(249,115,22,.36); background: var(--card-bg, #fff); }
.btn-outline-primary:hover { color: #fff; background: var(--primary); border-color: var(--primary); box-shadow: 0 16px 30px rgba(249,115,22,.18); }

.site-navbar {
    padding: 12px 0;
    background: rgba(9, 9, 11, .82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.08);
    z-index: 1030;
}
.site-navbar.scrolled { box-shadow: 0 14px 38px rgba(0,0,0,.18); }
.site-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; max-width: 70vw; }
.site-brand-logo { display: block; width: auto; max-width: 156px; height: 42px; object-fit: contain; }
.site-brand-mark { width: 42px; height: 42px; flex: 0 0 42px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg, var(--primary), #f59e0b); border-radius: 14px; font-weight: 900; box-shadow: 0 10px 24px rgba(249,115,22,.24); }
.site-brand-text { color: #fff; font-size: 17px; font-weight: 900; letter-spacing: -.035em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-toggler { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.08); }
.navbar-toggler-icon { filter: invert(1); }
.site-toggler:focus { box-shadow: 0 0 0 4px rgba(249,115,22,.18); }
.navbar-collapse { margin-top: 12px; padding: 14px; border: 1px solid rgba(255,255,255,.10); border-radius: 20px; background: rgba(12,12,15,.96); box-shadow: 0 18px 42px rgba(0,0,0,.30); max-height: calc(100vh - 86px); overflow-y: auto; }
.navbar .nav-link { min-height: 44px; display: flex; align-items: center; color: rgba(255,255,255,.76); padding: 10px 12px; border-radius: 14px; font-weight: 800; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: #fff; background: rgba(249,115,22,.18); }
.navbar .btn-brand { width: 100%; }

.section-padding { padding: 68px 0; }
.section-soft { background: linear-gradient(180deg, #f6f6f7 0%, #fff 100%); }
.section-label { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 12px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.section-title { margin: 8px 0 0; color: var(--dark); font-size: clamp(30px, 8vw, 50px); line-height: 1.06; letter-spacing: -.06em; font-weight: 950; }
.section-desc { margin: 0; color: var(--muted); font-size: 15.5px; line-height: 1.85; }
.section-heading-row { display: grid; gap: 18px; margin-bottom: 30px; }
.section-center { text-align: center; max-width: 790px; margin-left: auto; margin-right: auto; }

.agency-hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: end; padding: 130px 0 26px; color: #fff; background: #0f172a; }
.agency-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-image); background-size: cover; background-position: center; transform: scale(1.04); filter: saturate(.85); opacity: .62; }
.agency-hero-overlay { position: absolute; inset: 0; background: var(--hero-overlay, rgba(15,23,42,.62)); }
.agency-hero-container { position: relative; z-index: 2; display: grid; gap: 34px; }
.agency-hero-copy { max-width: 850px; padding-bottom: 12px; }
.agency-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 13px; color: #fff; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); }
.agency-hero h1 { margin: 0 0 18px; max-width: 820px; font-size: clamp(42px, 12vw, 92px); line-height: .92; letter-spacing: -.08em; font-weight: 950; text-wrap: balance; }
.agency-hero h1 span { color: var(--primary); text-shadow: 0 10px 30px rgba(249,115,22,.28); }
.agency-hero p { margin: 0 0 26px; max-width: 690px; color: rgba(255,255,255,.76); font-size: clamp(15.5px, 2.3vw, 18px); line-height: 1.82; }
.agency-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.agency-hero-card { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; padding: 12px; color: #fff; background: rgba(16,16,18,.80); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; box-shadow: 0 28px 90px rgba(0,0,0,.34); backdrop-filter: blur(18px); }
.agency-stat-item { min-width: 0; display: grid; grid-template-columns: 42px 1fr; gap: 2px 12px; align-items: center; padding: 14px; border-radius: 18px; background: rgba(255,255,255,.055); }
.agency-stat-item span { grid-row: span 2; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; color: var(--primary); background: rgba(249,115,22,.14); border-radius: 14px; font-size: 20px; }
.agency-stat-item strong { font-size: clamp(22px, 5vw, 34px); line-height: 1; font-weight: 950; letter-spacing: -.05em; }
.agency-stat-item small { color: rgba(255,255,255,.62); font-weight: 750; }

.performance-section { padding: 78px 0 88px; background: #f4f4f5; }
.performance-head { margin-bottom: 28px; }
.analytics-grid { display: grid; gap: 16px; }
.analytics-card { min-width: 0; padding: 22px; border: 1px solid rgba(24,24,27,.08); border-radius: 28px; background: var(--card-bg, #fff); box-shadow: 0 18px 50px rgba(9,9,11,.08); }
.analytics-wide { padding: 18px; }
.analytics-topline { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.analytics-topline strong { display: block; color: var(--dark); font-size: 20px; letter-spacing: -.04em; }
.analytics-topline em { height: fit-content; padding: 6px 10px; color: #15803d; background: #dcfce7; border-radius: 999px; font-style: normal; font-weight: 900; }
.analytics-numbers { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-bottom: 18px; }
.analytics-numbers div { padding: 14px; border-radius: 18px; background: #f6f6f7; }
.analytics-numbers strong { display: block; color: var(--dark); font-size: clamp(22px, 4vw, 34px); line-height: 1; letter-spacing: -.055em; }
.analytics-numbers span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; font-weight: 800; }
.fake-chart { height: 170px; display: flex; align-items: end; gap: 10px; padding: 18px; border-radius: 22px; background: linear-gradient(180deg, #fff 0%, #fafafa 100%); border: 1px solid rgba(24,24,27,.08); }
.fake-chart span { flex: 1; min-width: 12px; border-radius: 999px 999px 8px 8px; background: linear-gradient(180deg, var(--primary), rgba(249,115,22,.18)); box-shadow: inset 0 -16px 26px rgba(255,255,255,.24); }
.analytics-card h3 { margin: 8px 0 10px; color: var(--dark); font-size: 28px; line-height: 1.08; letter-spacing: -.055em; font-weight: 950; }
.analytics-card p { margin: 0; color: var(--muted); }
.analytics-dark { color: #fff; background: radial-gradient(circle at top right, rgba(249,115,22,.28), transparent 38%), #111113; border-color: rgba(255,255,255,.10); }
.analytics-dark h3 { color: #fff; }
.analytics-dark p { color: rgba(255,255,255,.68); }

.agency-dark-section { padding: 82px 0; color: #fff; background: #0b0b0c; }
.agency-heading-light .section-title { color: #fff; }
.agency-heading-light .section-desc { color: rgba(255,255,255,.64); }
.service-showcase-grid { display: grid; gap: 16px; }
.service-showcase-card { display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.10); border-radius: 28px; background: #161618; box-shadow: 0 22px 70px rgba(0,0,0,.34); }
.service-showcase-card:hover { transform: translateY(-4px); border-color: rgba(249,115,22,.42); }
.service-showcase-image { min-height: 230px; background: #202024; }
.service-showcase-image img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; display: block; }
.service-showcase-body { padding: 22px; }
.service-showcase-body h3 { margin: 8px 0 10px; color: #fff; font-size: clamp(24px, 5vw, 36px); line-height: 1.08; letter-spacing: -.055em; font-weight: 950; }
.service-showcase-body p { margin: 0 0 16px; color: rgba(255,255,255,.64); }
.mini-label { display: inline-flex; width: fit-content; color: var(--primary); font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.pill-link { display: inline-flex; align-items: center; gap: 5px; width: fit-content; padding: 10px 14px; color: var(--dark); background: var(--card-bg, #fff); border-radius: 999px; font-size: 13px; font-weight: 950; }
.pill-link:hover { color: #fff; background: var(--primary); }
.dark-empty { color: #fff; background: #151517; border-color: rgba(255,255,255,.16); }
.dark-empty p { color: rgba(255,255,255,.65); }

.portfolio-section { background: var(--card-bg, #fff); }
.portfolio-grid { display: grid; gap: 16px; }
.portfolio-card { min-width: 0; overflow: hidden; position: relative; min-height: 360px; display: flex; align-items: end; border-radius: 30px; background: #111; box-shadow: var(--shadow); }
.portfolio-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .35s ease; opacity: .78; }
.portfolio-card:hover img { transform: scale(1.06); opacity: .62; }
.portfolio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.88) 100%); }
.portfolio-content { position: relative; z-index: 2; padding: 24px; color: #fff; }
.portfolio-content h3 { margin: 8px 0 8px; color: #fff; font-size: 28px; line-height: 1.08; letter-spacing: -.055em; font-weight: 950; }
.portfolio-content p { margin: 0; color: rgba(255,255,255,.72); }
.project-meta { display: flex; flex-wrap: wrap; gap: 8px; }

.product-stack { display: grid; gap: 14px; }
.product-row-card { display: grid; gap: 16px; padding: 16px; align-items: center; background: var(--card-bg, #fff); border: 1px solid rgba(24,24,27,.08); border-radius: 26px; box-shadow: 0 14px 42px rgba(9,9,11,.07); }
.product-row-card img { width: 100%; height: 170px; object-fit: cover; border-radius: 20px; background: var(--primary-soft); }
.product-row-card h3 { margin: 6px 0 6px; color: var(--dark); font-size: 25px; line-height: 1.1; letter-spacing: -.055em; font-weight: 950; }
.product-row-card p { margin: 0; color: var(--muted); }
.product-row-action { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.product-row-action strong { font-size: 20px; letter-spacing: -.04em; }
.product-row-action .pill-link { color: #fff; background: var(--dark); }
.product-row-action .pill-link:hover { background: var(--primary); }

.work-process-shell { display: grid; gap: 28px; }
.process-list-mobile { display: grid; gap: 14px; }
.service-card, .project-card, .product-card, .blog-card, .testimonial-card, .process-card, .contact-card { min-width: 0; height: 100%; background: var(--card-bg, #fff); border: 1px solid var(--border); border-radius: 24px; box-shadow: 0 14px 38px rgba(9,9,11,.06); transition: .22s ease; }
.service-card, .testimonial-card, .process-card, .contact-card { padding: 22px; }
.service-card:hover, .project-card:hover, .product-card:hover, .blog-card:hover, .testimonial-card:hover, .process-card:hover, .contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(249,115,22,.25); }
.icon-box { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--primary); background: var(--primary-soft); border-radius: 17px; font-size: 23px; }
.service-card h3, .project-card h3, .product-card h3, .blog-card h3, .process-card h3 { margin: 0 0 10px; color: var(--dark); font-size: 20px; line-height: 1.2; letter-spacing: -.03em; font-weight: 950; overflow-wrap: anywhere; }
.service-card p, .project-card p, .product-card p, .blog-card p, .process-card p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.7; }
.process-card strong { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; color: #fff; background: var(--dark); border-radius: 16px; font-size: 13px; font-weight: 950; }
.testimonial-section { background: var(--card-bg, #fff); }
.testimonial-card p { margin: 0; color: #3f3f46; font-size: 15px; line-height: 1.8; }
.testimonial-card img { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; border-radius: 999px; background: var(--primary-soft); }
.testimonial-card strong { display: block; color: var(--dark); font-weight: 950; }
.testimonial-card span { display: block; color: var(--muted); font-size: 13px; }

.badge-soft { display: inline-flex; align-items: center; max-width: 100%; margin-bottom: 10px; padding: 7px 12px; color: var(--primary); background: var(--primary-soft); border-radius: 999px; font-size: 12px; font-weight: 950; overflow-wrap: anywhere; }
.card-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 14px; font-weight: 950; }
.card-img-fixed { display: block; width: 100%; height: 210px; object-fit: cover; background: var(--primary-soft); border-radius: 22px 22px 0 0; }
.project-card, .product-card, .blog-card { overflow: hidden; }
.card-body-padded { padding: 20px; }
.price-text { margin: 12px 0 0 !important; color: var(--dark) !important; font-weight: 950; }

.page-hero, .inner-hero { padding: 130px 0 58px; background: radial-gradient(circle at top left, rgba(249,115,22,.16), transparent 34%), linear-gradient(180deg, #111113 0%, #fff 100%); color: #fff; }
.page-title { margin: 0 0 12px; color: #fff; font-size: clamp(36px, 10vw, 64px); line-height: 1; letter-spacing: -.065em; font-weight: 950; }
.page-desc { margin: 0; max-width: 760px; color: rgba(255,255,255,.68); font-size: 15.5px; line-height: 1.85; }
.about-image, .article-cover { width: 100%; border-radius: 24px; box-shadow: var(--shadow); object-fit: cover; }
.article-content { color: #3f3f46; overflow-wrap: anywhere; }
.article-content img, .article-cover { max-width: 100%; height: auto; }

.form-control, .form-select { min-height: 48px; border-color: rgba(24,24,27,.14); border-radius: 16px; color: var(--dark); }
.form-control:focus, .form-select:focus { border-color: rgba(249,115,22,.65); box-shadow: 0 0 0 4px rgba(249,115,22,.12); }
textarea.form-control { min-height: 130px; resize: vertical; }
.form-label { color: #3f3f46; font-weight: 950; }
.empty-state { padding: 34px 18px; text-align: center; background: var(--card-bg, #fff); border: 1px dashed rgba(24,24,27,.18); border-radius: 22px; }
.empty-state-icon { min-width: 62px; height: 62px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; padding: 0 14px; color: var(--primary); background: var(--primary-soft); border-radius: 20px; font-size: 26px; font-weight: 950; }
.empty-state h1, .empty-state h3 { margin: 0 0 8px; color: var(--dark); font-weight: 950; letter-spacing: -.035em; }
.empty-state p { max-width: 540px; margin: 0 auto; color: var(--muted); }

.home-final-cta { padding: 42px 0 88px; background: var(--card-bg, #fff); }
.home-final-cta-box { padding: 30px; color: #fff; background: radial-gradient(circle at top left, rgba(249,115,22,.40), transparent 32%), linear-gradient(135deg, #111113, #050506); border-radius: 30px; box-shadow: var(--shadow); }
.home-final-cta-box h2 { margin: 10px 0 12px; font-size: clamp(30px, 8vw, 54px); line-height: 1; letter-spacing: -.06em; font-weight: 950; }
.home-final-cta-box p { margin: 0 0 20px; color: rgba(255,255,255,.72); }
.home-final-cta-box .btn { width: 100%; }

.site-footer { padding: 56px 0 24px; color: var(--footer-text, #fff); background: #050506; }
.footer-cta { padding: 24px; color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); border-radius: 24px; }
.footer-cta-title { color: #fff; font-size: clamp(25px, 7vw, 40px); font-weight: 950; letter-spacing: -.045em; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; color: #fff; font-weight: 950; }
.footer-brand:hover { color: #fff; }
.footer-logo { max-width: 170px; max-height: 54px; object-fit: contain; }
.footer-text { max-width: 460px; color: var(--footer-text, rgba(255,255,255,.66)); }
.footer-title { margin-bottom: 14px; color: #fff; font-weight: 950; }
.footer-links, .footer-contact { margin: 0; padding: 0; list-style: none; }
.footer-links li, .footer-contact li { margin-bottom: 10px; color: var(--footer-text, rgba(255,255,255,.66)); overflow-wrap: anywhere; }
.footer-links a, .footer-social a, .footer-bottom a { color: var(--footer-link, rgba(255,255,255,.66)); }
.footer-links a:hover, .footer-social a:hover, .footer-bottom a:hover { color: var(--footer-link-hover, #fff); }
.footer-contact i { margin-right: 8px; color: var(--primary); }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-social a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 13px; font-weight: 850; }
.footer-bottom { display: grid; gap: 10px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: 14px; }
.floating-whatsapp { position: fixed; right: 16px; bottom: 16px; z-index: 1040; width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: #16a34a; border-radius: 999px; box-shadow: 0 16px 34px rgba(22,163,74,.32); font-size: 24px; }
.floating-whatsapp:hover { color: #fff; background: #15803d; transform: translateY(-2px); }

@media (min-width: 576px) {
    .home-final-cta-box .btn { width: auto; }
    .agency-hero-card { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
@media (min-width: 768px) {
    .section-padding { padding: 86px 0; }
    .section-heading-row { grid-template-columns: minmax(0,1.1fr) minmax(280px,.65fr); align-items: end; margin-bottom: 40px; }
    .analytics-grid { grid-template-columns: 1.15fr .85fr; }
    .analytics-wide { grid-row: span 2; }
    .service-showcase-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .portfolio-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .product-row-card { grid-template-columns: 190px 1fr auto; }
    .product-row-card img { height: 140px; }
    .work-process-shell { grid-template-columns: .72fr 1fr; align-items: center; }
    .process-list-mobile { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .footer-bottom { display: flex; align-items: center; justify-content: space-between; }
}
@media (min-width: 992px) {
    .site-navbar { padding: 14px 0; }
    .site-navbar.scrolled { padding: 9px 0; }
    .site-brand-logo { height: 46px; max-width: 210px; }
    .navbar-collapse { margin-top: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; overflow: visible; }
    .navbar .nav-link { min-height: 40px; padding: 9px 12px; border-radius: 999px; font-size: 14.5px; }
    .navbar .btn-brand { width: auto; }
    .agency-hero { padding: 150px 0 34px; }
    .agency-hero-container { gap: 60px; }
    .agency-hero-card { padding: 14px; }
    .performance-section { padding: 96px 0 110px; }
    .agency-dark-section { padding: 104px 0; }
    .service-showcase-grid { grid-template-columns: 1.1fr .9fr; }
    .service-featured { grid-row: span 2; }
    .service-featured .service-showcase-image, .service-featured .service-showcase-image img { min-height: 420px; }
    .portfolio-card:first-child { grid-column: span 2; min-height: 450px; }
    .home-final-cta { padding: 50px 0 105px; }
    .home-final-cta-box { padding: 58px; }
}
@media (max-width: 575.98px) {
    .container { padding-left: 18px; padding-right: 18px; }
    .agency-hero-actions .btn { width: 100%; }
    .analytics-numbers { grid-template-columns: 1fr; }
    .agency-stat-item { grid-template-columns: 38px 1fr; padding: 12px; }
    .agency-stat-item span { width: 38px; height: 38px; }
    .product-row-card img { height: 210px; }
}
@media (max-width: 390px) {
    .site-brand-logo { max-width: 132px; height: 38px; }
    .site-brand-text { max-width: 132px; font-size: 15px; }
    .agency-hero h1 { font-size: 40px; }
    .section-title { font-size: 29px; }
    .btn-lg { font-size: 15px; padding-left: 16px !important; padding-right: 16px !important; }
}

/* Blog & SEO Hub v2 */
.blog-list-hero,
.blog-detail-hero {
    padding: 132px 0 76px;
    color: #fff;
    background:
        radial-gradient(circle at 18% 22%, color-mix(in srgb, var(--primary) 28%, transparent), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(255,255,255,.10), transparent 28%),
        linear-gradient(135deg, var(--dark), #111827 56%, #020617);
    overflow: hidden;
}
.blog-list-hero-grid,
.blog-detail-hero-grid {
    display: grid;
    gap: 28px;
    align-items: end;
}
.blog-list-hero h1,
.blog-detail-hero h1 {
    margin: 14px 0 16px;
    max-width: 920px;
    color: #fff;
    font-size: clamp(42px, 9vw, 82px);
    line-height: .95;
    letter-spacing: -.075em;
    font-weight: 950;
}
.blog-list-hero p,
.blog-detail-hero p {
    max-width: 780px;
    margin: 0;
    color: rgba(255,255,255,.70);
    font-size: 16px;
    line-height: 1.85;
}
.blog-search-card,
.article-hero-card {
    padding: 20px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 26px;
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
}
.blog-search-card .form-label { color: rgba(255,255,255,.82); }
.blog-search-inline { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
.blog-search-inline .btn { min-width: 54px; }
.blog-index-section { background: linear-gradient(180deg, #fff, var(--light)); }
.blog-category-strip { display: flex; gap: 10px; flex-wrap: wrap; }
.blog-category-strip a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 15px;
    color: var(--dark);
    background: var(--card-bg, #fff);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(15,23,42,.04);
}
.blog-category-strip a:hover,
.blog-category-strip a.active { color: #fff; background: var(--primary); border-color: var(--primary); }
.featured-blog-card {
    display: grid;
    gap: 0;
    overflow: hidden;
    background: var(--card-bg, #fff);
    border: 1px solid var(--border);
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(15,23,42,.10);
}
.featured-blog-image img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; background: var(--primary-soft); }
.featured-blog-copy { padding: clamp(24px, 5vw, 48px); }
.featured-blog-copy h2 { margin: 10px 0 14px; color: var(--dark); font-size: clamp(30px, 6vw, 54px); line-height: 1; letter-spacing: -.065em; font-weight: 950; }
.featured-blog-copy p { color: var(--muted); line-height: 1.8; }
.blog-card-pro { position: relative; }
.blog-card-pro .card-img-fixed { height: 230px; }
.blog-card-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.blog-card-meta span,
.blog-keyword {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    background: var(--primary-soft);
    color: var(--primary-dark);
}
.blog-card-meta span + span { color: var(--muted); background: #f1f5f9; }
.blog-keyword { margin-top: 14px; background: #f8fafc; color: var(--dark); border: 1px solid var(--border); }
.blog-breadcrumb { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin-bottom: 22px; color: rgba(255,255,255,.54); font-size: 13px; font-weight: 850; }
.blog-breadcrumb a { color: rgba(255,255,255,.78); }
.blog-breadcrumb a:hover { color: #fff; }
.article-category-pill {
    display: inline-flex;
    padding: 8px 13px;
    color: #fff;
    background: var(--primary);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
}
.article-meta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.article-meta-row span { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.75); font-size: 13px; font-weight: 850; }
.article-hero-card span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.article-hero-card strong { display: block; color: #fff; font-size: 28px; line-height: 1.05; letter-spacing: -.045em; font-weight: 950; }
.article-hero-card small { display: block; margin-top: 12px; color: var(--footer-text, rgba(255,255,255,.66)); line-height: 1.7; }
.article-section { padding: 66px 0 96px; background: var(--light); }
.article-main-card,
.article-toc-card,
.article-share-card,
.blog-cta-box {
    background: var(--card-bg, #fff);
    border: 1px solid var(--border);
    border-radius: 28px;
    box-shadow: 0 20px 52px rgba(15,23,42,.07);
}
.article-main-card { padding: clamp(20px, 4vw, 36px); }
.article-sidebar { top: 102px; display: grid; gap: 16px; }
.article-toc-card,
.article-share-card { padding: 18px; }
.article-toc-card h2,
.article-share-card h2 { margin: 0 0 12px; color: var(--dark); font-size: 15px; font-weight: 950; }
.article-toc-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.article-toc-card a { color: var(--muted); font-size: 13px; font-weight: 850; }
.article-toc-card a:hover { color: var(--primary); }
.article-toc-card .toc-level-3 { padding-left: 12px; }
.article-share-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
.article-share-buttons a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; color: var(--dark); background: var(--light); border-radius: 14px; }
.article-share-buttons a:hover { color: #fff; background: var(--primary); }
.article-content-pro { font-size: 17px; line-height: 1.9; color: #334155; }
.article-content-pro h2,
.article-content-pro h3 { scroll-margin-top: 110px; color: var(--dark); font-weight: 950; letter-spacing: -.045em; line-height: 1.15; }
.article-content-pro h2 { margin: 38px 0 16px; font-size: clamp(27px, 4vw, 40px); }
.article-content-pro h3 { margin: 28px 0 12px; font-size: clamp(22px, 3vw, 28px); }
.article-content-pro p { margin: 0 0 18px; }
.article-content-pro ul { margin: 0 0 22px; padding-left: 22px; }
.article-content-pro li { margin-bottom: 8px; }
.article-content-pro li::marker { color: var(--primary); }
.article-author-box { display: flex; gap: 14px; margin-top: 34px; padding: 18px; background: var(--primary-soft); border-radius: 22px; }
.article-author-avatar { width: 48px; height: 48px; flex: 0 0 48px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--primary); border-radius: 16px; font-weight: 950; }
.article-author-box strong { color: var(--dark); }
.article-author-box p { margin: 4px 0 0; color: var(--muted); line-height: 1.7; }
.blog-cta-box { display: grid; gap: 18px; align-items: center; padding: clamp(22px, 4vw, 34px); }
.blog-cta-box h2 { margin: 8px 0 8px; color: var(--dark); font-size: clamp(28px, 5vw, 48px); line-height: 1; letter-spacing: -.06em; font-weight: 950; }
.blog-cta-box p { margin: 0; color: var(--muted); }
@media (min-width: 768px) {
    .featured-blog-card { grid-template-columns: .92fr 1.08fr; }
    .blog-cta-box { grid-template-columns: minmax(0,1fr) auto; }
}
@media (min-width: 992px) {
    .blog-list-hero-grid,
    .blog-detail-hero-grid { grid-template-columns: minmax(0,1fr) minmax(320px,420px); }
}
@media (max-width: 575.98px) {
    .blog-list-hero,
    .blog-detail-hero { padding: 112px 0 56px; }
    .article-section { padding: 42px 0 70px; }
    .article-author-box { display: block; }
    .article-author-avatar { margin-bottom: 12px; }
}
