@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #111827;
  --muted: #6b7280;
  --soft: #f5f7fb;
  --line: #e5e7eb;
  --orange: #f28c28;
  --orange-dark: #d86f0d;
  --navy: #111827;
  --white: #ffffff;
  --shadow: 0 20px 70px rgba(17, 24, 39, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif; font-size: 15px; font-weight: 500; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.90); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(229,231,235,.72); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.2rem; font-weight: 800; letter-spacing: -.03em; }
.main-nav { display: flex; align-items: center; gap: 24px; color: #4b5563; font-size: .88rem; font-weight: 700; letter-spacing: -.015em; }
.main-nav a:hover, .text-link:hover { color: var(--orange-dark); }
.cart-link span { display: inline-grid; place-items: center; min-width: 22px; height: 22px; margin-left: 4px; padding: 0 5px; border-radius: 999px; color: white; background: var(--ink); font-size: .72rem; }
.nav-account { color: var(--ink); }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.5rem; }
.hero-section { overflow: hidden; position: relative; color: white; background: radial-gradient(circle at 80% 10%, #374151 0, transparent 35%), linear-gradient(135deg, #111827, #1f2937 62%, #101827); }
.hero-section:after { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; bottom: -300px; border: 1px solid rgba(242,140,40,.35); border-radius: 50%; box-shadow: 0 0 0 40px rgba(242,140,40,.06), 0 0 0 80px rgba(242,140,40,.03); }
.hero-grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; padding: 90px 0 110px; }
.eyebrow { margin-bottom: 14px; color: var(--orange-dark); font-size: .71rem; font-weight: 800; letter-spacing: .18em; line-height: 1.35; text-transform: uppercase; }
.eyebrow.light { color: #ffb76b; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.6rem, 6vw, 5.4rem); font-weight: 800; line-height: 1.02; letter-spacing: -.075em; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 800; line-height: 1.06; letter-spacing: -.065em; }
h3 { margin-bottom: 10px; font-weight: 800; line-height: 1.2; letter-spacing: -.04em; }
.hero-copy { max-width: 590px; margin-bottom: 32px; color: #cbd5e1; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-size: .88rem; font-weight: 800; letter-spacing: -.02em; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(17,24,39,.14); }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { color: var(--ink); border-color: var(--line); background: white; }
.button-secondary:hover { border-color: var(--ink); background: #f8fafc; }
.button-dark { color: white; background: var(--ink); }
.button-ghost { color: white; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
.full { width: 100%; }
.admin-ai-actions { display: grid; gap: 10px; margin-top: 10px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 42px; color: #d1d5db; font-size: .82rem; }
.hero-proof span:before { content: "✦"; margin-right: 7px; color: var(--orange); }
.hero-showcase { position: relative; min-height: 430px; display: grid; place-items: center; }
.showcase-window { position: relative; z-index: 2; width: min(450px, 100%); height: 320px; overflow: hidden; border: 10px solid rgba(255,255,255,.11); border-radius: 24px; background: linear-gradient(140deg, #fb923c, #7c2d12 80%); box-shadow: 0 38px 90px rgba(0,0,0,.35); transform: rotate(4deg); }
.window-bar { height: 25px; display: flex; align-items: center; gap: 5px; padding: 0 13px; background: rgba(17,24,39,.75); }
.window-bar i { width: 7px; height: 7px; display: block; border-radius: 50%; background: #94a3b8; }
.showcase-content { height: calc(100% - 25px); display: flex; flex-direction: column; justify-content: center; padding: 45px; background: linear-gradient(135deg, rgba(17,24,39,.84), rgba(17,24,39,.18)); }
.showcase-content span { color: #fdba74; font-size: .75rem; font-weight: 800; letter-spacing: .2em; }
.showcase-content strong { margin-top: 14px; color: white; font-size: 2.2rem; line-height: 1.02; letter-spacing: -.06em; }
.showcase-lines { display: grid; gap: 8px; margin-top: 28px; }
.showcase-lines b { display: block; width: 80%; height: 5px; border-radius: 9px; background: rgba(255,255,255,.35); }
.showcase-lines b:nth-child(2) { width: 55%; }.showcase-lines b:nth-child(3) { width: 68%; }
.showcase-orbit { position: absolute; width: 340px; height: 340px; border: 1px solid rgba(242,140,40,.6); border-radius: 50%; transform: rotate(-20deg); }
.floating-label { position: absolute; z-index: 3; top: 18px; right: -12px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; color: #fed7aa; background: rgba(17,24,39,.78); font-size: .78rem; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.section { padding: 110px 0; }
.section-white { background: white; }.section-dark { color: white; background: var(--ink); }.section-accent { background: var(--orange); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 38px; }.section-heading h2 { max-width: 720px; margin-bottom: 0; }.section-heading.small { margin-top: 42px; }.section-heading.small h2 { font-size: 2rem; }
.text-link { color: var(--orange-dark); font-weight: 800; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 25px rgba(17,24,39,.03); transition: transform .25s, box-shadow .25s; }.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-visual, .detail-preview, .mini-visual { position: relative; overflow: hidden; background: linear-gradient(135deg, #27364a, #f28c28); }
.product-visual { height: 210px; display: flex; flex-direction: column; justify-content: end; padding: 24px; color: white; }.product-visual:after, .detail-preview:after { content: ""; position: absolute; width: 180px; height: 180px; top: -65px; right: -50px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 0 0 25px rgba(255,255,255,.08), 0 0 0 50px rgba(255,255,255,.05); }.product-visual span, .detail-preview span { position: relative; z-index: 1; font-size: 5rem; font-weight: 900; line-height: .8; letter-spacing: -.1em; }.product-visual small { position: relative; z-index: 1; margin-top: 16px; color: #ffedd5; font-size: .8rem; }
.product-visual .preview-image, .detail-preview .preview-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.product-card:hover .preview-image { transform: scale(1.045); }
.preview-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,23,42,.08) 15%, rgba(15,23,42,.78) 100%); }
.preview-caption { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: end; height: 100%; }
.preview-caption span { font-size: 4.7rem; line-height: .8; letter-spacing: -.1em; }
.preview-caption .preview-title { max-width: 92%; font-size: 2.15rem; line-height: 1.05; letter-spacing: -.055em; }
.preview-caption small { margin-top: 16px; color: #ffedd5; font-size: .8rem; }
.detail-preview .preview-caption { padding: 0; }
.detail-preview .preview-caption .preview-title { max-width: 92%; font-size: 3.3rem; line-height: 1.03; }
.detail-preview .preview-caption small { margin-top: 20px; font-size: .9rem; }
.visual-ajans { background: linear-gradient(135deg, #0f172a, #4f46e5); }.visual-avukat { background: linear-gradient(135deg, #312e81, #c084fc); }.visual-diyetisyen { background: linear-gradient(135deg, #064e3b, #34d399); }.visual-dis { background: linear-gradient(135deg, #164e63, #67e8f9); }.visual-guzellik { background: linear-gradient(135deg, #831843, #f472b6); }.visual-kuafor { background: linear-gradient(135deg, #7c2d12, #fb923c); }.visual-kurumsal { background: linear-gradient(135deg, #1e293b, #64748b); }.visual-lojistik { background: linear-gradient(135deg, #172554, #60a5fa); }.visual-psikolog { background: linear-gradient(135deg, #134e4a, #5eead4); }.visual-sigorta { background: linear-gradient(135deg, #1e3a8a, #93c5fd); }.visual-teknik-servis { background: linear-gradient(135deg, #3f3f46, #a1a1aa); }.visual-temizlik { background: linear-gradient(135deg, #0c4a6e, #38bdf8); }.visual-veteriner { background: linear-gradient(135deg, #14532d, #86efac); }.visual-ilaclama { background: linear-gradient(135deg, #365314, #bef264); }.visual-insaat { background: linear-gradient(135deg, #431407, #fb923c); }.visual-default { background: linear-gradient(135deg, #111827, #f28c28); }
.product-body { padding: 23px; }.product-body h3 { font-size: 1.27rem; }.product-body p { min-height: 78px; margin-bottom: 18px; color: var(--muted); font-size: .91rem; }.feature-row { display: flex; flex-wrap: wrap; gap: 6px; min-height: 28px; }.feature-row span { padding: 4px 8px; border-radius: 7px; color: #4b5563; background: #f3f4f6; font-size: .69rem; font-weight: 700; }.product-footer { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-top: 23px; }.product-footer strong { font-size: 1.25rem; }.product-footer .text-link { font-size: .83rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.step { padding: 28px 0; border-top: 1px solid #374151; }.step > span { color: var(--orange); font-weight: 800; }.step h3 { margin-top: 34px; font-size: 1.35rem; }.step p { color: #9ca3af; }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 30px; }.cta-box h2 { max-width: 730px; margin: 0; color: var(--ink); }
.page-hero, .detail-hero { color: white; background: linear-gradient(135deg, #111827, #27364a); }.page-hero { padding: 90px 0; }.page-hero h1 { font-size: clamp(2.7rem, 5vw, 4.4rem); margin-bottom: 16px; }.page-hero p { max-width: 620px; margin-bottom: 0; color: #cbd5e1; font-size: 1.1rem; }.page-hero.compact { padding: 62px 0; }.page-hero.compact h1 { font-size: clamp(2.3rem, 4vw, 3.5rem); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 35px; }.filter { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: #6b7280; background: white; font-size: .86rem; font-weight: 700; }.filter.active, .filter:hover { color: white; border-color: var(--ink); background: var(--ink); }
.detail-hero { padding: 82px 0 100px; }.detail-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }.detail-grid h1 { font-size: clamp(2.8rem, 5.3vw, 5rem); }.detail-grid p { max-width: 600px; color: #cbd5e1; font-size: 1.1rem; }.back-link { display: inline-block; margin-bottom: 55px; color: #cbd5e1; font-size: .9rem; }.back-link:hover { color: white; }.detail-price { display: flex; flex-direction: column; margin: 30px 0; color: white; font-size: 2rem; font-weight: 900; }.detail-price small { margin-top: 2px; color: #fdba74; font-size: .78rem; font-weight: 600; }.detail-preview { height: 430px; display: flex; flex-direction: column; justify-content: end; padding: 45px; border-radius: 26px; box-shadow: 0 35px 80px rgba(0,0,0,.3); }.detail-preview small { position: relative; z-index: 1; margin-top: 20px; color: #ffedd5; font-size: .9rem; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }.muted { color: var(--muted); }.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.feature-list div { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: #fafafa; font-weight: 700; }.feature-list span { margin-right: 10px; color: var(--orange-dark); }
.checkout-grid { display: grid; grid-template-columns: 1fr 360px; align-items: start; gap: 40px; }.summary-card, .form-card, .payment-card, .auth-card, .site-admin-card { border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 15px 45px rgba(17,24,39,.05); }.summary-card { position: sticky; top: 105px; padding: 25px; }.summary-line { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }.summary-line.total { font-size: 1.15rem; border-bottom: 0; }.summary-note { margin: 20px 0; color: var(--muted); font-size: .84rem; }.form-card, .payment-card { padding: 30px; }.form-stack, .site-admin-card { display: grid; gap: 17px; }.form-stack label, .form-card label, .site-admin-card label { display: grid; gap: 7px; color: #374151; font-size: .84rem; font-weight: 800; }.form-stack input, .form-card input, .form-card textarea, .site-admin-card input, .site-admin-card textarea, .site-admin-card select, .inline-form select { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 10px; outline: none; color: var(--ink); background: white; }.form-stack input:focus, .form-card input:focus, textarea:focus, select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,140,40,.15); }.form-foot { margin: 18px 0 0; color: var(--muted); text-align: center; font-size: .87rem; }.form-foot a { color: var(--orange-dark); font-weight: 800; }
.cart-item, .site-row { display: flex; align-items: center; gap: 17px; padding: 18px 0; border-bottom: 1px solid var(--line); }.cart-item > div:nth-child(2), .site-row > div:nth-child(2) { flex: 1; }.cart-item h3, .site-row h3 { margin: 0 0 4px; font-size: 1rem; }.cart-item p, .site-row p { margin: 0; color: var(--muted); font-size: .82rem; }.mini-visual { display: grid; place-items: center; flex: 0 0 62px; height: 62px; border-radius: 14px; color: white; font-size: 1.8rem; font-weight: 900; }.icon-button { border: 0; color: #9ca3af; background: transparent; font-size: 1.4rem; }.empty-state { padding: 80px 30px; border: 1px dashed #d1d5db; border-radius: 20px; text-align: center; }.empty-state h2 { font-size: 2rem; }.empty-state p { color: var(--muted); }.empty-icon { display: inline-grid; place-items: center; width: 50px; height: 50px; margin-bottom: 14px; border-radius: 15px; color: var(--orange-dark); background: #fff7ed; font-size: 2rem; }.empty-state.compact { padding: 35px; text-align: left; }
.auth-section { min-height: 650px; display: grid; place-items: center; padding: 70px 20px; }.auth-card { width: min(470px, 100%); padding: 38px; }.auth-card h1 { margin-bottom: 13px; font-size: 2.65rem; }.center { text-align: center; }.status-icon { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 20px; border-radius: 50%; color: white; background: #16a34a; font-size: 1.7rem; font-weight: 900; }.status-icon.error { background: #dc2626; }.integration-note { display: grid; gap: 6px; padding: 16px; margin-top: 25px; border-radius: 12px; color: #92400e; background: #fffbeb; font-size: .88rem; }.alert { padding: 13px 17px; margin-top: 16px; border: 1px solid transparent; border-radius: 11px; font-size: .88rem; }.alert-success { color: #166534; border-color: #bbf7d0; background: #f0fdf4; }.alert-error { color: #991b1b; border-color: #fecaca; background: #fef2f2; }.alert-warning { color: #92400e; border-color: #fde68a; background: #fffbeb; }
.dashboard { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 55px; }.dashboard-nav { display: grid; gap: 5px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fafafa; }.dashboard-nav a { padding: 11px 13px; border-radius: 9px; color: #6b7280; font-size: .88rem; font-weight: 700; }.dashboard-nav a.active, .dashboard-nav a:hover { color: var(--ink); background: white; box-shadow: 0 4px 15px rgba(17,24,39,.06); }.dashboard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }.dashboard-stats div { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fafafa; }.dashboard-stats span { display: block; color: var(--muted); font-size: .78rem; }.dashboard-stats strong { display: block; margin-top: 8px; font-size: 1.45rem; }.badge { display: inline-block; padding: 5px 9px; border-radius: 999px; color: #374151; background: #f3f4f6; font-size: .72rem; font-weight: 800; white-space: nowrap; }.site-row .text-link { font-size: .8rem; }.admin-quick { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 30px; }.admin-quick a { padding: 25px; border: 1px solid var(--line); border-radius: 16px; }.admin-quick a:hover { border-color: var(--orange); }.admin-quick span { color: var(--orange-dark); font-weight: 800; }.admin-quick h3 { margin-top: 24px; }.admin-quick p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }.admin-table-wrap { overflow-x: auto; }.admin-table { width: 100%; min-width: 900px; border-collapse: collapse; font-size: .86rem; }.admin-table th, .admin-table td { padding: 15px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }.admin-table th { color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }.admin-table td small { display: block; color: var(--muted); }.inline-form { display: flex; align-items: center; gap: 6px; }.inline-form select { width: 150px; padding: 8px; }.small-button { padding: 8px 10px; border: 0; border-radius: 8px; color: white; background: var(--ink); font-size: .75rem; font-weight: 800; }.admin-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.site-admin-card { padding: 25px; }.site-admin-card h3 { font-size: 1.35rem; }
.site-footer { padding: 70px 0 25px; color: #cbd5e1; background: #0b1120; }.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 50px; }.footer-brand { color: white; }.footer-grid p { max-width: 360px; margin-top: 20px; color: #9ca3af; font-size: .9rem; }.footer-grid h3 { color: white; font-size: .9rem; }.footer-grid a:not(.brand) { display: block; margin-top: 11px; color: #9ca3af; font-size: .86rem; }.footer-grid a:hover { color: var(--orange); }.footer-whatsapp { color: #86efac !important; font-weight: 800; }.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 25px; margin-top: 55px; border-top: 1px solid #1f2937; color: #6b7280; font-size: .76rem; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 30; display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px 12px 13px; border-radius: 999px; color: white; background: #16a34a; box-shadow: 0 12px 28px rgba(22,163,74,.32); font-size: .84rem; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }.whatsapp-float:hover { color: white; background: #15803d; box-shadow: 0 15px 32px rgba(22,163,74,.42); transform: translateY(-3px); }.whatsapp-float svg { width: 23px; height: 23px; fill: currentColor; }
.site-header { background: rgba(250,251,253,.82); border-bottom-color: rgba(148,163,184,.18); }
.brand { font-size: 1.06rem; letter-spacing: -.045em; }
.main-nav { gap: 9px; font-size: .82rem; }
.main-nav a { padding: 10px 12px; border-radius: 10px; transition: color .2s, background .2s; }
.main-nav a:hover { background: #fff7ed; }
.main-nav .cart-link { color: var(--ink); background: #fff; box-shadow: 0 4px 14px rgba(15,23,42,.06); }
.nav-account { color: white !important; background: var(--ink) !important; }
.hero-section { background: radial-gradient(circle at 84% 18%, rgba(249,115,22,.22), transparent 27%), radial-gradient(circle at 18% 5%, rgba(59,130,246,.16), transparent 30%), linear-gradient(135deg, #0b1120 0%, #172033 60%, #111827 100%); }
.hero-section:before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-grid { min-height: 680px; padding: 105px 0 120px; }
.hero-section h1 { max-width: 700px; font-size: clamp(3.1rem, 6.8vw, 6.2rem); }
.eyebrow { font-size: .68rem; letter-spacing: .2em; }
.hero-copy { color: #b9c5d6; font-size: 1.06rem; line-height: 1.8; }
.hero-proof { gap: 9px; margin-top: 34px; }
.hero-proof span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #dbe5f1; background: rgba(255,255,255,.055); font-size: .72rem; }
.hero-proof span:before { content: "✓"; margin-right: 6px; }
.hero-showcase { min-height: 475px; overflow: visible; }
.showcase-window { width: min(480px, 100%); height: 350px; border: 7px solid rgba(255,255,255,.13); border-radius: 28px; background: linear-gradient(145deg, #fb923c, #4f46e5 80%); box-shadow: 0 42px 100px rgba(0,0,0,.45); transform: rotate(3.5deg); }
.showcase-window { transition: transform .65s cubic-bezier(.22,1,.36,1), box-shadow .65s ease; transform-origin: 50% 80%; }
.showcase-back-card { position: absolute; top: 50%; left: 53%; z-index: 1; width: min(305px, 64%); height: 250px; display: flex; flex-direction: column; justify-content: end; padding: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 25px; color: white; background: linear-gradient(145deg, #334155, #2563eb 70%, #60a5fa); box-shadow: 0 30px 75px rgba(0,0,0,.3); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -48%) rotate(-8deg) scale(.92); transition: opacity .25s ease, visibility .25s ease, transform .65s cubic-bezier(.22,1,.36,1), box-shadow .65s ease; }
.showcase-back-card:after { content: ""; position: absolute; width: 200px; height: 200px; top: -100px; right: -70px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.08), 0 0 0 48px rgba(255,255,255,.04); }
.showcase-back-card span { position: relative; z-index: 1; margin-bottom: 12px; color: #bfdbfe; font-size: .66rem; font-weight: 900; letter-spacing: .18em; }
.showcase-back-card strong { position: relative; z-index: 1; font-size: 1.7rem; line-height: 1.08; letter-spacing: -.055em; }
.showcase-back-card small { position: relative; z-index: 1; margin-top: 19px; color: #dbeafe; font-size: .72rem; }
.hero-showcase:hover .showcase-window { box-shadow: 0 50px 110px rgba(0,0,0,.5); transform: translateX(-48px) translateY(-5px) rotate(-1deg); }
.hero-showcase:hover .showcase-back-card { opacity: 1; visibility: visible; box-shadow: 0 38px 90px rgba(0,0,0,.4); transform: translate(105%, -38%) rotate(5deg) scale(1); }
.showcase-content { padding: 52px; background: linear-gradient(135deg, rgba(15,23,42,.9), rgba(15,23,42,.16)); }
.showcase-content strong { font-size: clamp(2.2rem, 4vw, 3rem); }
.showcase-orbit { width: 390px; height: 390px; border-color: rgba(249,115,22,.65); box-shadow: 0 0 0 30px rgba(249,115,22,.035), 0 0 0 70px rgba(255,255,255,.025); }
.floating-label { top: 8px; right: -4px; border-radius: 999px; color: #fed7aa; background: rgba(15,23,42,.72); transition: opacity .25s ease, transform .4s ease; }
.hero-showcase:hover .floating-label { opacity: 0; transform: translateY(-8px); }
.section { padding: 125px 0; }
.section-white { background: #fff; }
.section-dark { background: #0b1120; }
.section-heading { margin-bottom: 45px; }
.section-heading h2 { max-width: 600px; font-size: clamp(2.2rem, 4.2vw, 4rem); }
.text-link { font-size: .82rem; }
.product-grid { gap: 24px; }
.product-card { border-color: #e8edf3; border-radius: 24px; box-shadow: 0 14px 45px rgba(15,23,42,.045); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.product-card:hover { border-color: #fed7aa; transform: translateY(-8px); box-shadow: 0 24px 65px rgba(15,23,42,.12); }
.product-visual { height: 228px; padding: 23px; }
.product-visual:after, .detail-preview:after { opacity: .75; }
.preview-shade { background: linear-gradient(180deg, rgba(15,23,42,.03) 8%, rgba(15,23,42,.86) 100%); }
.preview-caption { gap: 8px; }
.preview-caption .preview-badge { align-self: flex-start; padding: 5px 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #ffedd5; background: rgba(15,23,42,.25); font-size: .56rem; font-weight: 800; letter-spacing: .13em; }
.preview-caption .preview-title { font-weight: 900; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.preview-caption small { margin-top: 0; color: #dbeafe; }
.product-body { padding: 25px; }
.product-topline { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.product-ready { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 999px; color: #166534; background: #f0fdf4; font-size: .62rem; font-weight: 800; }
.product-ready i { width: 5px; height: 5px; border-radius: 50%; background: #22c55e; }
.product-body h3 { margin-top: 12px; font-size: 1.34rem; }
.product-body p { min-height: 88px; line-height: 1.7; }
.feature-row span { border: 1px solid #edf0f4; background: #f8fafc; }
.product-footer { align-items: end; margin-top: 26px; }
.price-label { display: block; margin-bottom: 4px; color: #94a3b8; font-size: .64rem; font-weight: 700; }
.product-footer strong { display: block; font-size: 1.3rem; letter-spacing: -.04em; }
.card-actions { display: flex; flex-direction: column; align-items: end; gap: 5px; }
.card-actions .text-link { font-size: .76rem; }
.demo-link { padding: 4px 8px; border-radius: 7px; color: #64748b; background: #f8fafc; font-size: .68rem; font-weight: 800; }
.demo-link:hover { color: var(--orange-dark); background: #fff7ed; }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 34px; }
.catalog-toolbar .filters { margin-bottom: 0; }
.catalog-count { color: #94a3b8; font-size: .76rem; font-weight: 800; white-space: nowrap; }
.filters { gap: 8px; }
.filter { padding: 10px 15px; border-color: #e8edf3; font-size: .76rem; transition: color .2s, background .2s, transform .2s; }
.filter:hover { color: var(--ink); background: #fff7ed; transform: translateY(-2px); }
.filter.active { color: white; border-color: var(--ink); background: var(--ink); }
.page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 15%, rgba(249,115,22,.22), transparent 26%), linear-gradient(135deg, #0b1120, #1f2937); }
.page-hero:after { content: ""; position: absolute; width: 320px; height: 320px; right: -90px; bottom: -210px; border: 1px solid rgba(249,115,22,.5); border-radius: 50%; box-shadow: 0 0 0 28px rgba(249,115,22,.06), 0 0 0 58px rgba(249,115,22,.035); }
.page-hero .container { position: relative; z-index: 1; }
.detail-hero { background: radial-gradient(circle at 85% 20%, rgba(249,115,22,.22), transparent 28%), linear-gradient(135deg, #0b1120, #172033 68%, #111827); }
.detail-preview { border: 1px solid rgba(255,255,255,.12); box-shadow: 0 35px 100px rgba(0,0,0,.42); }
.detail-preview .preview-caption .preview-title { font-size: 3.1rem; }
.feature-list div { border-color: #e8edf3; background: linear-gradient(135deg, #fff, #f8fafc); }
.step { padding: 34px 0; border-top-color: #253047; }
.step > span { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #fed7aa; background: rgba(249,115,22,.13); font-size: .72rem; }
.step h3 { margin-top: 25px; font-size: 1.45rem; }
.cta-box { padding-top: 15px; padding-bottom: 15px; }
.cta-box h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.site-footer { background: #070b14; }
.product-body > .eyebrow { margin-bottom: 11px; }
.product-footer { margin-top: 30px; }
.card-detail-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 10px; color: white; background: var(--ink); font-size: .75rem; font-weight: 800; transition: color .2s, background .2s, transform .2s; }
.card-detail-link span { color: #fdba74; font-size: .9rem; transition: transform .2s; }
.card-detail-link:hover { color: white; background: var(--orange-dark); transform: translateY(-2px); }
.card-detail-link:hover span { transform: translate(2px, -2px); }
.steps { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { position: relative; overflow: hidden; min-height: 265px; padding: 30px; border: 1px solid rgba(148,163,184,.16); border-radius: 22px; background: linear-gradient(145deg, rgba(30,41,59,.86), rgba(15,23,42,.62)); box-shadow: 0 20px 45px rgba(0,0,0,.15); transition: transform .25s, border-color .25s, background .25s; }
.step:after { content: ""; position: absolute; width: 170px; height: 170px; right: -85px; bottom: -95px; border: 1px solid rgba(249,115,22,.4); border-radius: 50%; box-shadow: 0 0 0 20px rgba(249,115,22,.06), 0 0 0 42px rgba(249,115,22,.025); }
.step:hover { border-color: rgba(249,115,22,.45); background: linear-gradient(145deg, rgba(39,52,74,.94), rgba(15,23,42,.78)); transform: translateY(-5px); }
.step > span { position: relative; z-index: 1; width: 42px; height: 42px; color: #fed7aa; background: rgba(249,115,22,.14); }
.step h3 { position: relative; z-index: 1; margin-top: 28px; }
.step p { position: relative; z-index: 1; max-width: 270px; line-height: 1.75; }
.section-dark .section-heading h2 { max-width: 650px; }
.section-dark .section-heading { align-items: end; }
.section-intro { max-width: 330px; margin: 0 0 4px; color: #94a3b8; font-size: .9rem; line-height: 1.7; }
.steps { position: relative; }
.steps:before { content: ""; position: absolute; top: 51px; right: 15%; left: 15%; height: 1px; background: linear-gradient(90deg, transparent, rgba(249,115,22,.5), transparent); }
.step { z-index: 1; display: flex; flex-direction: column; min-height: 315px; padding: 28px; border: 1px solid rgba(148,163,184,.2); background: linear-gradient(145deg, #1b293e 0%, #101827 100%); }
.step-header { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; }
.step-header > span { width: auto; height: auto; padding: 0; color: #fb923c; background: transparent; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.step-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(249,115,22,.35); border-radius: 15px; color: #fed7aa; background: rgba(249,115,22,.12); font-size: 1.5rem; font-weight: 800; }
.step h3 { margin-top: 34px; font-size: 1.45rem; }
.step p { max-width: 280px; margin-bottom: 22px; }
.step-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #fdba74; font-size: .78rem; font-weight: 800; }
.step-link span { transition: transform .2s; }
.step-link:hover { color: white; }
.step-link:hover span { transform: translate(3px, -2px); }
@media (max-width: 640px) {
  .hero-grid { min-height: 620px; padding: 78px 0 90px; }
  .hero-section h1 { font-size: clamp(2.75rem, 13vw, 4.3rem); }
  .hero-showcase { min-height: 360px; }
  .showcase-window { height: 280px; }
  .showcase-content { padding: 34px; }
  .showcase-content strong { font-size: 2rem; }
  .showcase-back-card { width: 70%; height: 215px; padding: 22px; }
  .showcase-back-card strong { font-size: 1.35rem; }
  .showcase-back-card small { margin-top: 12px; font-size: .64rem; }
  .catalog-toolbar { display: block; }
  .catalog-count { display: block; margin-top: 16px; }
  .section-dark .section-heading { display: block; }
  .section-intro { margin-top: 18px; }
  .steps:before { display: none; }
  .step { min-height: 285px; }
  .product-footer { align-items: end; }
  .preview-caption .preview-title { font-size: 1.9rem; }
  .detail-preview .preview-caption .preview-title { font-size: 2.55rem; }
}
@media (max-width: 900px) { .hero-grid, .detail-grid, .two-column { grid-template-columns: 1fr; gap: 45px; }.hero-grid { padding-top: 65px; }.hero-section h1 { font-size: clamp(2.7rem, 10vw, 4.3rem); }.hero-showcase { min-height: 330px; }.product-grid { grid-template-columns: repeat(2, 1fr); }.dashboard { grid-template-columns: 1fr; gap: 30px; }.dashboard-nav { display: flex; flex-wrap: wrap; }.checkout-grid { grid-template-columns: 1fr; }.summary-card { position: static; }.admin-cards { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .container { width: min(100% - 28px, 1160px); }.nav-wrap { min-height: 68px; }.nav-toggle { display: block; }.main-nav { position: absolute; top: 68px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }.main-nav.open { display: flex; }.main-nav a { padding: 12px; }.product-grid, .steps, .footer-grid, .dashboard-stats, .admin-quick { grid-template-columns: 1fr; }.section { padding: 75px 0; }.section-heading, .cta-box { display: block; }.section-heading .text-link, .cta-box .button { display: inline-flex; margin-top: 20px; }.product-body p { min-height: unset; }.page-hero, .detail-hero { padding: 65px 0; }.detail-grid { gap: 35px; }.detail-preview { height: 300px; padding: 30px; }.feature-list { grid-template-columns: 1fr; }.cart-item { align-items: start; flex-wrap: wrap; }.cart-item strong { margin-left: 79px; }.cart-item form { margin-left: auto; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-top: 6px; }.whatsapp-float { right: 15px; bottom: 15px; padding: 12px; }.whatsapp-float span { display: none; } }

.faq-section { padding: 108px 0 116px; background: #f4f7fb; }
.faq-container { max-width: 960px; }
.faq-heading { margin: 0 auto 48px; text-align: center; }
.faq-heading .eyebrow { display: inline-flex; align-items: center; gap: 3px; padding: 8px 14px; margin-bottom: 20px; border: 1px solid #dbeafe; border-radius: 999px; color: #2563eb; background: #eff6ff; letter-spacing: .04em; }
.faq-heading h2 { margin-bottom: 14px; font-size: clamp(2.4rem, 5vw, 4rem); }
.faq-heading p { max-width: 560px; margin: 0 auto; color: var(--muted); font-size: .95rem; }
.faq-list { display: grid; gap: 13px; }
.faq-item { overflow: hidden; border: 1px solid #dfe6ef; border-radius: 13px; background: white; box-shadow: 0 5px 16px rgba(15,23,42,.07); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px; color: #0f172a; font-size: .98rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 3px solid rgba(37,99,235,.22); outline-offset: -3px; }
.faq-toggle { display: grid; flex: 0 0 22px; place-items: center; width: 22px; height: 22px; border: 1px solid #bfdbfe; border-radius: 50%; color: #2563eb; background: #eff6ff; font-size: 1.1rem; font-weight: 500; line-height: 1; transition: transform .2s, color .2s, background .2s; }
.faq-item[open] .faq-toggle { color: white; background: #2563eb; transform: rotate(45deg); }
.faq-answer { padding: 0 22px 22px; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.faq-answer p { max-width: 760px; margin: 0; }
.site-footer { padding-top: 78px; }
.footer-grid { grid-template-columns: 1.45fr repeat(4, 1fr); gap: 34px; }
.footer-intro p { max-width: 300px; margin: 20px 0 23px; line-height: 1.7; }
.footer-contact { display: grid; gap: 4px; color: #94a3b8; font-size: .8rem; }
.footer-contact strong { margin-bottom: 2px; color: white; font-size: .82rem; }
.footer-contact a { margin-top: 0 !important; font-size: .8rem !important; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column h3 { margin-bottom: 8px; }
.footer-column a { margin-top: 10px !important; line-height: 1.45; }
.footer-bottom-links { display: flex; align-items: center; gap: 22px; }
.footer-bottom-links a { color: #9ca3af; }
.footer-bottom-links a:hover { color: var(--orange); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(3, 1fr); }.footer-intro { grid-column: 1 / -1; } }
@media (max-width: 640px) { .faq-section { padding: 80px 0; }.faq-heading { margin-bottom: 34px; }.faq-item summary { padding: 19px 17px; font-size: .9rem; }.faq-answer { padding: 0 17px 19px; }.footer-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 24px; }.footer-intro { grid-column: 1 / -1; }.footer-bottom-links { display: grid; gap: 6px; }.footer-bottom-links span { margin-top: 0; } }

.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; gap: 70px; }
.legal-content { max-width: 760px; }
.legal-updated { margin-bottom: 22px; color: #94a3b8; font-size: .78rem; font-weight: 800; }
.legal-lead { margin-bottom: 45px; color: #475569; font-size: 1.08rem; line-height: 1.85; }
.legal-section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 16px; font-size: 1.35rem; letter-spacing: -.04em; }
.legal-section p { color: #64748b; font-size: .94rem; line-height: 1.8; }
.legal-section ul { display: grid; gap: 9px; padding-left: 20px; margin: 16px 0 0; color: #64748b; font-size: .92rem; line-height: 1.7; }
.legal-aside { position: sticky; top: 105px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #f8fafc; }
.legal-aside h3 { margin: 4px 0 17px; font-size: 1.12rem; }
.legal-aside > a:not(.legal-contact) { display: block; padding: 10px 0; border-bottom: 1px solid #e5e7eb; color: #64748b; font-size: .82rem; font-weight: 700; }
.legal-aside > a:not(.legal-contact):hover { color: var(--orange-dark); }
.legal-aside hr { border: 0; border-top: 1px solid #e5e7eb; margin: 20px 0; }
.legal-aside p { margin-bottom: 12px; color: var(--muted); font-size: .82rem; }
.legal-aside .legal-contact { display: block; margin-top: 7px; color: var(--orange-dark); font-size: .82rem; font-weight: 800; }
@media (max-width: 900px) { .legal-layout { grid-template-columns: 1fr; gap: 35px; }.legal-content { max-width: none; }.legal-aside { position: static; } }
.feature-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 80px; }
.feature-content { max-width: 760px; }
.feature-lead { margin-bottom: 40px; color: #475569; font-size: 1.16rem; line-height: 1.85; }
.feature-points { display: grid; gap: 12px; }
.feature-point { display: flex; align-items: center; gap: 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fafbfc; }
.feature-point span { display: grid; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: var(--orange-dark); background: #fff1e6; font-size: .7rem; font-weight: 900; }
.feature-point p { margin: 0; color: #475569; font-size: .92rem; line-height: 1.6; }
.feature-aside { position: sticky; top: 105px; padding: 28px; border: 1px solid #fed7aa; border-radius: 20px; background: linear-gradient(145deg, #fff7ed, #fffbeb); box-shadow: 0 15px 40px rgba(234,88,12,.08); }
.feature-aside h2 { margin: 8px 0 14px; font-size: 2rem; }
.feature-aside p { margin-bottom: 24px; color: #78716c; font-size: .9rem; line-height: 1.7; }
@media (max-width: 900px) { .feature-layout { grid-template-columns: 1fr; gap: 35px; }.feature-content { max-width: none; }.feature-aside { position: static; } }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 80px; }
.contact-intro { max-width: 760px; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { display: flex; align-items: center; gap: 15px; padding: 19px 20px; border: 1px solid var(--line); border-radius: 15px; background: #fafbfc; transition: transform .2s, border-color .2s, box-shadow .2s; }
.contact-card:hover { border-color: #fed7aa; box-shadow: 0 12px 28px rgba(15,23,42,.07); transform: translateY(-2px); }
.contact-card-icon { display: grid; flex: 0 0 40px; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: var(--orange-dark); background: #fff1e6; font-size: 1.15rem; font-weight: 900; }
.contact-card > span:nth-child(2) { display: grid; flex: 1; gap: 2px; }
.contact-card strong { color: var(--ink); font-size: .9rem; }
.contact-card small { color: var(--muted); font-size: .82rem; }
.contact-card > b { color: var(--orange-dark); font-size: 1rem; }
.contact-card-whatsapp .contact-card-icon { color: #15803d; background: #dcfce7; }
.contact-card-whatsapp > b { color: #15803d; }
.contact-aside { position: sticky; top: 105px; padding: 28px; border: 1px solid #bfdbfe; border-radius: 20px; background: linear-gradient(145deg, #eff6ff, #f8fafc); box-shadow: 0 15px 40px rgba(37,99,235,.08); }
.contact-aside h2 { margin: 8px 0 14px; font-size: 2rem; }
.contact-aside p { margin-bottom: 24px; color: #64748b; font-size: .9rem; line-height: 1.7; }
.about-contact-link { display: inline-flex; gap: 7px; margin-top: 18px; font-size: .82rem; }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; gap: 35px; }.contact-intro { max-width: none; }.contact-aside { position: static; } }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { display: flex; min-height: 285px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 30px rgba(15,23,42,.04); transition: transform .2s, border-color .2s, box-shadow .2s; }
.blog-card:hover { border-color: #fed7aa; box-shadow: 0 16px 38px rgba(15,23,42,.08); transform: translateY(-3px); }
.blog-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; color: #94a3b8; font-size: .74rem; font-weight: 800; }
.blog-card-meta span { color: var(--orange-dark); text-transform: uppercase; letter-spacing: .06em; }
.blog-card h2 { margin-bottom: 13px; font-size: 1.35rem; line-height: 1.2; }
.blog-card h2 a { color: var(--ink); }
.blog-card h2 a:hover { color: var(--orange-dark); }
.blog-card p { color: #64748b; font-size: .9rem; line-height: 1.7; }
.blog-card .text-link { margin-top: auto; font-size: .83rem; }
.blog-hero { max-width: 850px; }
.blog-hero .back-link { display: inline-flex; margin-bottom: 28px; color: #cbd5e1; font-size: .83rem; font-weight: 800; }
.blog-hero .blog-card-meta { justify-content: flex-start; margin-bottom: 13px; }
.blog-hero h1 { max-width: 820px; }
.blog-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 70px; }
.blog-content { max-width: 790px; color: #334155; }
.blog-content > p, .blog-content > h2, .blog-content > h3, .blog-content > ul, .blog-content > ol, .blog-content > aside { margin-left: auto; margin-right: auto; }
.blog-lead { margin-bottom: 38px; color: #475569; font-size: 1.2rem; line-height: 1.85; }
.blog-content h2 { margin-top: 47px; margin-bottom: 16px; color: var(--ink); font-size: clamp(1.6rem, 3vw, 2.15rem); }
.blog-content h3 { margin-top: 32px; margin-bottom: 12px; color: var(--ink); font-size: 1.35rem; }
.blog-content p { color: #475569; font-size: 1rem; line-height: 1.85; }
.blog-list { display: grid; gap: 10px; padding-left: 23px; color: #475569; line-height: 1.75; }
.blog-callout { margin: 28px 0; padding: 22px 24px; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; background: #fff7ed; }
.blog-callout strong { display: block; margin-bottom: 7px; color: var(--ink); }
.blog-callout p { margin: 0; font-size: .94rem; }
.blog-inline-link { margin: 24px 0; }
.blog-inline-link a { color: var(--orange-dark); font-weight: 800; }
.blog-table-wrap { overflow-x: auto; margin: 26px 0; }
.blog-table { width: 100%; min-width: 600px; border-collapse: collapse; font-size: .88rem; }
.blog-table th, .blog-table td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.blog-table th { color: var(--ink); background: #f8fafc; }
.blog-diagram { padding: 25px; margin: 30px 0; border: 1px solid #bfdbfe; border-radius: 18px; background: linear-gradient(145deg, #eff6ff, #f8fafc); }
.blog-diagram figcaption { margin-bottom: 18px; color: var(--ink); font-size: 1rem; font-weight: 800; }
.blog-diagram-flow { display: flex; align-items: stretch; gap: 10px; overflow-x: auto; padding-bottom: 4px; }
.blog-diagram-step { display: grid; flex: 1 1 140px; min-width: 130px; gap: 9px; padding: 16px; border: 1px solid #dbeafe; border-radius: 13px; background: white; box-shadow: 0 7px 18px rgba(37,99,235,.08); }
.blog-diagram-step span { color: #2563eb; font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.blog-diagram-step strong { color: var(--ink); font-size: .87rem; line-height: 1.35; }
.blog-diagram-arrow { display: grid; flex: 0 0 22px; place-items: center; align-self: center; color: #2563eb; font-size: 1.2rem; font-weight: 900; }
.blog-image { margin: 32px 0; }
.blog-image img { display: block; width: 100%; max-height: 480px; object-fit: cover; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 35px rgba(15,23,42,.09); }
.blog-image figcaption { margin-top: 9px; color: #94a3b8; font-size: .78rem; line-height: 1.5; text-align: center; }
.blog-faq, .blog-sources { margin-top: 54px; }
.blog-faq h2, .blog-sources h2 { margin-top: 0; }
.blog-sources ul { display: grid; gap: 9px; padding-left: 20px; color: var(--muted); font-size: .88rem; }
.blog-sources a { color: var(--orange-dark); }
.blog-aside { position: sticky; top: 105px; padding: 27px; border: 1px solid #fed7aa; border-radius: 20px; background: linear-gradient(145deg, #fff7ed, #fffbeb); box-shadow: 0 15px 40px rgba(234,88,12,.08); }
.blog-aside h2 { margin: 8px 0 13px; font-size: 1.8rem; }
.blog-aside > p { margin-bottom: 23px; color: #78716c; font-size: .9rem; line-height: 1.7; }
.blog-cta { margin-top: 23px; padding-top: 20px; border-top: 1px solid #fed7aa; }
.blog-cta strong { display: block; color: var(--ink); }
.blog-cta p { margin: 7px 0 0; color: #78716c; font-size: .84rem; line-height: 1.65; }
.section-muted { background: #f8fafc; }
.admin-blog-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); align-items: start; gap: 48px; }
.admin-blog-generator { position: sticky; top: 105px; padding: 26px; border: 1px solid #bfdbfe; border-radius: 19px; background: linear-gradient(145deg, #eff6ff, #f8fafc); }
.admin-blog-generator h2 { margin: 7px 0 11px; font-size: 1.75rem; }
.admin-blog-generator .form-stack { margin-top: 23px; }
.admin-note { margin: 18px 0 0; color: #64748b; font-size: .76rem; line-height: 1.6; }
.admin-blog-editor { min-width: 0; }
.admin-blog-form { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(15,23,42,.04); }
.admin-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.admin-blog-form small { color: #94a3b8; font-weight: 500; }
.admin-blog-form textarea { resize: vertical; line-height: 1.5; }
.admin-form-actions { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.admin-form-actions label { min-width: 180px; }
.admin-schedule-box { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1180px; margin: 25px auto -20px; padding: 18px 22px; border: 1px solid #fed7aa; border-radius: 15px; background: #fff7ed; }
.admin-schedule-box h3 { margin: 5px 0; font-size: 1rem; }
.admin-schedule-box p { margin: 0; font-size: .8rem; }
.admin-schedule-box .inline-form { flex-wrap: wrap; }
.admin-schedule-box input[type="datetime-local"] { padding: 9px 10px; border: 1px solid #fed7aa; border-radius: 8px; background: white; }
.admin-blog-stats { display: flex; gap: 12px; max-width: 1180px; margin: 22px auto -5px; padding: 0 14px; color: #64748b; font-size: .82rem; }
.admin-blog-stats span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #f8fafc; }
.admin-blog-stats strong { color: var(--ink); }
.admin-blog-generator .field-help { display: block; margin-top: 8px; color: #64748b; font-size: .76rem; line-height: 1.55; }
.admin-image-option { display: flex; align-items: flex-start; gap: 10px; padding: 12px 13px; border: 1px solid #dbeafe; border-radius: 12px; background: rgba(255,255,255,.72); cursor: pointer; }
.admin-image-option input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--orange); }
.admin-image-option span { display: grid; gap: 3px; }
.admin-image-option strong { color: var(--ink); font-size: .82rem; }
.admin-image-option small { color: #64748b; font-size: .74rem; font-weight: 500; }
.admin-advanced-fields { margin-top: 24px; border: 1px solid var(--line); border-radius: 14px; background: #f8fafc; }
.admin-advanced-fields summary { cursor: pointer; padding: 15px 17px; color: var(--ink); font-size: .84rem; font-weight: 800; list-style: none; }
.admin-advanced-fields summary::-webkit-details-marker { display: none; }
.admin-advanced-fields summary::after { float: right; content: '+'; color: var(--orange-dark); font-size: 1.1rem; }
.admin-advanced-fields[open] summary::after { content: '−'; }
.admin-advanced-fields-content { display: grid; gap: 17px; padding: 0 17px 17px; }
.admin-advanced-fields-content label { margin: 0; }
.admin-advanced-fields-content textarea[name="body_json"] { min-height: 280px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); }.blog-detail-layout, .admin-blog-layout { grid-template-columns: 1fr; gap: 35px; }.blog-content { max-width: none; }.blog-aside, .admin-blog-generator { position: static; }.admin-form-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; }.blog-card { min-height: 0; }.blog-detail-layout { gap: 25px; }.blog-content p { font-size: .94rem; }.admin-blog-form { padding: 19px; }.admin-form-actions { display: grid; align-items: stretch; }.admin-form-actions label { min-width: 0; }.admin-schedule-box { display: grid; margin: 20px 14px -35px; }.admin-schedule-box .inline-form { align-items: stretch; }.admin-schedule-box input[type="datetime-local"] { width: 100%; }.admin-blog-stats { display: grid; margin: 20px 14px 0; }.blog-diagram { padding: 18px; }.blog-diagram-flow { display: grid; grid-template-columns: 1fr; }.blog-diagram-arrow { min-height: 17px; transform: rotate(90deg); } }

/* Dijirota vector identity: route monogram + outlined wordmark. */
.brand{gap:0;flex-shrink:0;line-height:1}
.brand-logo{display:block;width:158px;height:auto;max-width:100%;object-fit:contain}
.footer-brand .brand-logo{width:188px}
@media(max-width:640px){.brand-logo{width:145px}.footer-brand .brand-logo{width:176px}}
