:root {
    --navy: #263fa3;
    --deep: #174c9f;
    --blue: #0c74bd;
    --cyan: #10b8c6;
    --green: #14b7bd;
    --ink: #132033;
    --muted: #737780;
    --line: #d8e7f1;
    --soft: #f3fbfd;
    --white: #fff;
    --shadow: 0 20px 45px rgba(16, 42, 67, .12);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.inline-link { color: var(--blue); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
img { max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.top-actions { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; padding: 8px 12px; background: linear-gradient(90deg, var(--navy), var(--blue) 52%, var(--cyan)); color: var(--white); font-size: 13px; }
.top-actions a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.navbar { display: flex; align-items: center; justify-content: space-between; min-height: 62px; gap: 16px; }
.brand { font-size: 24px; font-weight: 800; color: var(--blue); letter-spacing: 0; }
.brand-image { display: inline-flex; align-items: center; min-width: 170px; height: 54px; overflow: hidden; }
.brand-image img { display: block; width: 190px; max-width: 40vw; height: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 18px; font-size: 14px; color: #28374b; }
.menu-button { display: none; border: 1px solid var(--line); background: var(--white); border-radius: 6px; width: 42px; height: 42px; font-size: 20px; }
.hero { padding: 64px 0 42px; background: linear-gradient(180deg, #f3fbfd 0%, #ffffff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.eyebrow { display: inline-flex; color: var(--cyan); font-weight: 700; font-size: 14px; margin-bottom: 12px; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; margin: 0 0 14px; letter-spacing: 0; }
h1 { font-size: clamp(38px, 5vw, 64px); }
h2 { font-size: 32px; }
h3 { font-size: 20px; }
p { margin: 0 0 18px; color: var(--muted); }
.hero-copy p { font-size: 19px; max-width: 640px; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 16px; border-radius: 7px; border: 1px solid var(--line); font-weight: 700; cursor: pointer; }
.btn.primary { background: linear-gradient(135deg, var(--navy), var(--blue)); color: var(--white); border-color: var(--blue); }
.btn.whatsapp { background: linear-gradient(135deg, var(--cyan), #0aa874); color: var(--white); border-color: var(--cyan); }
.btn.ghost { background: var(--white); color: var(--navy); }
.app-mockup { position: relative; min-height: 440px; display: grid; place-items: center; }
.phone { width: 245px; min-height: 430px; border: 10px solid #162056; border-radius: 34px; background: linear-gradient(180deg, #ffffff 0%, #eefbfc 100%); box-shadow: var(--shadow); padding: 22px 16px 24px; }
.phone-top { width: 72px; height: 6px; border-radius: 10px; background: #1d2939; margin: 0 auto 28px; }
.phone-logo { width: 62px; height: 62px; border-radius: 16px; display: block; margin: -8px auto 16px; box-shadow: 0 12px 24px rgba(16, 184, 198, .18); }
.phone-card { padding: 13px; border-radius: 8px; background: #dff8fa; color: #087a84; font-weight: 800; margin-bottom: 18px; }
.invoice-line { height: 12px; border-radius: 4px; background: #d7e5f5; margin: 12px 0; width: 76%; }
.invoice-line.wide { width: 100%; }
.invoice-line.short { width: 52%; }
.amount { font-size: 28px; font-weight: 900; color: var(--navy); margin: 34px 0 18px; }
.phone-actions { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.phone-actions span { text-align: center; padding: 8px 4px; background: var(--blue); color: #fff; border-radius: 6px; font-size: 12px; font-weight: 700; }
.portal-panel { position: absolute; right: 0; bottom: 38px; width: 245px; display: grid; gap: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 18px; }
.portal-panel span { color: var(--muted); font-size: 14px; }
.trust { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; padding: 22px 0; }
.trust span, .feature-list span { padding: 12px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); font-weight: 700; color: var(--navy); }
.section { padding: 58px 0; }
.section-heading { max-width: 720px; margin-bottom: 24px; }
.quick-grid, .card-grid, .pricing-grid, .steps, .sector-grid { display: grid; gap: 16px; }
.quick-grid { grid-template-columns: repeat(3,1fr); }
.card-grid { grid-template-columns: repeat(4,1fr); }
.pricing-grid { grid-template-columns: repeat(4,1fr); }
.steps { grid-template-columns: repeat(4,1fr); }
.sector-grid { grid-template-columns: repeat(5,1fr); }
.quick-card, .info-card, .price-card, .steps article, .sector-grid a { border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 18px; }
.quick-card span { display: block; color: var(--blue); margin-top: 6px; font-weight: 700; }
.info-card p { font-size: 14px; }
.band { background: var(--soft); }
.split, .two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.steps span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 999px; background: linear-gradient(135deg, var(--cyan), var(--blue)); color: var(--white); font-weight: 900; margin-bottom: 12px; }
.price-card { position: relative; display: flex; flex-direction: column; gap: 12px; }
.package-ribbon { position: absolute; top: 16px; min-width: 128px; padding: 7px 12px; color: #fff; font-size: 12px; font-weight: 950; text-align: center; letter-spacing: .2px; box-shadow: 0 12px 24px rgba(16,42,67,.18); z-index: 2; }
.package-ribbon.left { left: -10px; border-radius: 0 7px 7px 0; }
.package-ribbon.right { right: -10px; border-radius: 7px 0 0 7px; }
.package-ribbon.green { background: linear-gradient(135deg, #05a660, #10b8c6); }
.package-ribbon.blue { background: linear-gradient(135deg, #263fa3, #0c74bd); }
.package-ribbon.orange { background: linear-gradient(135deg, #f97316, #f59e0b); }
.package-ribbon.red { background: linear-gradient(135deg, #d92d20, #f04438); }
.price-card.featured { border-color: var(--blue); box-shadow: var(--shadow); }
.tag { position: absolute; top: 14px; right: 14px; background: #e7f0ff; color: var(--blue); padding: 4px 8px; border-radius: 6px; font-size: 12px; font-weight: 800; }
.price { font-size: 30px; font-weight: 900; color: var(--navy); }
.price-card ul { padding-left: 18px; color: var(--muted); margin: 0 0 10px; }
.faq details { border: 1px solid var(--line); border-radius: 8px; padding: 16px; margin-bottom: 10px; background: var(--white); }
.faq summary { cursor: pointer; font-weight: 800; color: var(--navy); }
.page-hero { padding: 56px 0; background: var(--soft); }
.rich-text { max-width: 850px; }
.rich-text p { color: #344054; }
.form-wrap { max-width: 860px; }
.lead-form, .admin-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
label { display: grid; gap: 7px; font-weight: 700; color: var(--navy); }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 7px; min-height: 44px; padding: 10px 12px; font: inherit; }
textarea { resize: vertical; }
.full { grid-column: 1 / -1; }
.check { display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--muted); }
.check input { width: auto; min-height: auto; }
.notice, .error { padding: 12px 14px; border-radius: 7px; margin-bottom: 16px; }
.notice { background: #dcfaec; color: #05603a; }
.error { background: #fee4e2; color: #b42318; }
.form-security { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; border: 1px solid var(--line); border-radius: 8px; background: #f8fbff; padding: 14px 16px; }
.kvkk-check { margin: 0; align-items: flex-start; line-height: 1.4; }
.kvkk-check span { display: block; max-width: 520px; }
.recaptcha-field { min-height: 78px; display: flex; align-items: center; overflow-x: auto; position: relative; z-index: 1; }
.recaptcha-field .g-recaptcha { transform-origin: left center; }
.lead-form textarea { position: relative; z-index: 0; }
.footer { background: linear-gradient(135deg, #172b78, #0c74bd); color: var(--white); padding: 42px 0; }
.footer p, .footer a, .footer-address { color: #d7e5f5; display: flex; align-items: flex-start; gap: 8px; margin: 7px 0; }
.footer h3 { color: var(--white); }
.footer-logo { width: 190px; max-width: 100%; height: auto; filter: brightness(0) invert(1); opacity: .96; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 24px; }
.admin-body { background: #f5f7fb; display: grid; grid-template-columns: 250px 1fr; min-height: 100vh; }
.admin-sidebar { background: linear-gradient(180deg, #172b78, #0c74bd); color: var(--white); padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.admin-logo img { width: 170px; max-width: 100%; filter: brightness(0) invert(1); }
.admin-sidebar a, .admin-sidebar button { color: var(--white); background: transparent; border: 0; text-align: left; font: inherit; padding: 8px 0; cursor: pointer; }
.admin-home-link { font-weight: 900; border-bottom: 1px solid rgba(255,255,255,.18); }
.admin-nav-group { display: grid; gap: 4px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.16); }
.admin-nav-group span { color: #bcecf3; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.admin-nav-group a { padding: 7px 10px; border-radius: 6px; color: #eefbff; }
.admin-nav-group a:hover { background: rgba(255,255,255,.12); }
.admin-main { padding: 28px; overflow-x: auto; }
.admin-stats { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; margin-bottom: 22px; }
.admin-stats article, .admin-panel { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.admin-stats span { color: var(--muted); display: block; }
.admin-stats strong { font-size: 32px; color: var(--blue); }
.admin-title { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.admin-help { border: 1px solid #b7e9ef; background: #effcfd; color: var(--navy); border-radius: 8px; padding: 14px; margin: 14px 0; }
.admin-help p { margin: 6px 0 0; }
.admin-quick-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0 22px; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--navy); }
.row-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.row-actions form { margin: 0; }
.row-actions button { border: 0; background: #fee4e2; color: #b42318; border-radius: 6px; padding: 7px 10px; cursor: pointer; font-weight: 800; }
.action-edit { display: inline-flex; background: #e7f0ff; color: var(--blue); border-radius: 6px; padding: 7px 10px; font-weight: 800; }
.status-badge { display: inline-flex; border-radius: 999px; padding: 6px 10px; font-weight: 900; font-size: 12px; }
.status-badge.active { background: #dcfaec; color: #05603a; }
.status-badge.passive { background: #f2f4f7; color: #667085; }
.process-badge { display: inline-flex; border-radius: 999px; padding: 6px 10px; font-weight: 900; font-size: 12px; background: #eef5ff; color: var(--blue); }
.process-badge.status-new { background: #f2f4f7; color: #667085; }
.process-badge.status-in_review { background: #eef5ff; color: #174c9f; }
.process-badge.status-in_progress { background: #e5fbfd; color: #087a84; }
.process-badge.status-preparing { background: #fff6db; color: #a15c07; }
.process-badge.status-waiting_customer, .process-badge.status-waiting_payment { background: #fff1f3; color: #c01048; }
.process-badge.status-completed { background: #dcfaec; color: #05603a; }
.process-badge.status-cancelled { background: #fee4e2; color: #b42318; }
.mini-editor-wrap { grid-column: 1 / -1; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--white); }
.mini-editor-toolbar { display: flex; gap: 6px; flex-wrap: wrap; padding: 8px; background: #f3fbfd; border-bottom: 1px solid var(--line); }
.mini-editor-toolbar button { border: 1px solid var(--line); background: var(--white); color: var(--navy); border-radius: 6px; padding: 7px 9px; font-weight: 800; cursor: pointer; }
.mini-editor-box { min-height: 170px; padding: 14px; outline: none; }
.mini-editor-box:focus { box-shadow: inset 0 0 0 2px rgba(16,184,198,.18); }
.is-hidden-editor { display: none; }
.media-preview { display: grid; gap: 10px; }
.media-preview img { width: 180px; max-width: 100%; max-height: 120px; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 8px; }
.admin-search { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; margin: 16px 0; }
.media-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.media-card { display: grid; gap: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 14px; box-shadow: 0 10px 22px rgba(16,42,67,.05); }
.media-thumb { display: grid; place-items: center; aspect-ratio: 4 / 3; border-radius: 8px; background: #f3f8ff; overflow: hidden; }
.media-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.media-card strong { color: var(--navy); word-break: break-word; }
.media-card small { color: var(--muted); }
.copy-field { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 6px; }
.copy-field input { min-height: 38px; font-size: 12px; color: #c01048; background: #fff8fb; }
.copy-field button { border: 1px solid var(--blue); color: var(--blue); background: #eef5ff; border-radius: 6px; padding: 7px 10px; font-weight: 900; cursor: pointer; }
.login-body { min-height: 100vh; display: grid; place-items: center; background: var(--soft); }
.login-card { width: min(420px, calc(100% - 32px)); background: var(--white); padding: 28px; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); display: grid; gap: 14px; }
.login-logo { width: 220px; max-width: 100%; height: auto; margin-inline: auto; }
pre { white-space: pre-wrap; background: #f8fafc; padding: 14px; border-radius: 8px; }
@media (max-width: 920px) {
    .menu-button { display: block; }
    .nav-links { display: none; position: absolute; inset: 120px 16px auto; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 16px; box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; }
    .nav-links.is-open { display: flex; }
    .hero-grid, .split, .two-columns, .footer-grid { grid-template-columns: 1fr; }
    .trust, .quick-grid, .card-grid, .pricing-grid, .steps, .sector-grid, .admin-stats { grid-template-columns: repeat(2,1fr); }
    .portal-panel { right: 10px; }
    .admin-body { grid-template-columns: 1fr; }
    .admin-sidebar { position: static; }
}
@media (max-width: 620px) {
    .top-actions { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
    .hero { padding-top: 38px; }
    h1 { font-size: 38px; }
    h2 { font-size: 27px; }
    .cta-row .btn, .lead-form .btn { width: 100%; }
    .trust, .quick-grid, .card-grid, .pricing-grid, .steps, .sector-grid, .feature-list, .lead-form, .admin-form, .admin-stats { grid-template-columns: 1fr; }
    .app-mockup { min-height: 500px; }
    .portal-panel { position: static; width: 100%; margin-top: 12px; }
    .brand-image { min-width: 150px; height: 48px; }
    .brand-image img { width: 165px; max-width: 58vw; }
    .footer { padding-bottom: 88px; }
}

/* Enhanced landing visuals */
:root { --glow: 0 24px 70px rgba(16, 184, 198, .22); }
.hero-modern { position: relative; overflow: hidden; }
.hero-modern::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%, rgba(16,184,198,.22), transparent 34%), radial-gradient(circle at 12% 22%, rgba(38,63,163,.13), transparent 28%); pointer-events: none; }
.hero-modern .container { position: relative; }
.btn { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(12,116,189,.16); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-badges span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.78); color: var(--navy); font-weight: 800; font-size: 13px; }
.hero-slides { position: relative; min-height: 430px; }
.hero-slide { display: none; animation: heroFade .32s ease; }
.hero-slide.is-active { display: block; }
.hero-dots { display: flex; gap: 8px; margin: 18px 0 0; }
.hero-dots button { width: 28px; height: 8px; border: 0; border-radius: 999px; background: #c9d9ef; cursor: pointer; }
.hero-dots button.is-active { width: 42px; background: linear-gradient(135deg, var(--navy), var(--cyan)); }
@keyframes heroFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.ui-icon { width: 20px; height: 20px; flex: 0 0 auto; }
.product-showcase { min-height: 520px; }
.hero-visual-slide { display: none; position: absolute; inset: 20px 0 auto auto; width: min(420px, 92%); min-height: 430px; place-items: center; z-index: 3; animation: heroFade .32s ease; }
.hero-visual-slide.is-active { display: grid; }
.hero-visual-slide img { width: 100%; max-height: 440px; object-fit: contain; border-radius: 8px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 12px; }
.product-showcase:has(.hero-visual-slide.is-active) .dashboard-window,
.product-showcase:has(.hero-visual-slide.is-active) .phone,
.product-showcase:has(.hero-visual-slide.is-active) .portal-panel { display: none; }
.phone-card { display: flex; align-items: center; gap: 8px; }
.dashboard-window { position: absolute; left: 0; top: 20px; width: 310px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--glow); overflow: hidden; }
.window-top { display: flex; gap: 6px; padding: 12px 14px; background: linear-gradient(90deg, #172b78, #0c74bd); }
.window-top span { width: 9px; height: 9px; border-radius: 99px; background: rgba(255,255,255,.75); }
.window-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px; }
.window-grid strong { grid-column: 1 / -1; color: var(--navy); font-size: 18px; }
.mini-stat { padding: 12px; background: #eef5ff; color: var(--blue); border-radius: 8px; font-weight: 800; }
.mini-stat.cyan { background: #e5fbfd; color: #087a84; }
.chart-bars { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; align-items: end; min-height: 88px; }
.chart-bars i { display: block; border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg, var(--cyan), var(--blue)); min-height: 35px; }
.chart-bars i:nth-child(2) { min-height: 62px; }
.chart-bars i:nth-child(3) { min-height: 48px; }
.chart-bars i:nth-child(4) { min-height: 78px; }
.chart-bars i:nth-child(5) { min-height: 55px; }
.trust span, .feature-list span { display: flex; align-items: center; gap: 10px; }
.trust .ui-icon, .feature-list .ui-icon, .sector-grid .ui-icon { color: var(--cyan); }
.section-heading.center { margin-inline: auto; text-align: center; }
.stats-band { background: linear-gradient(135deg, #172b78, #0c74bd 55%, #10b8c6); color: var(--white); }
.stats-band h2, .stats-band p, .stats-band .eyebrow { color: var(--white); }
.metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.metric-card { min-height: 170px; padding: 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; background: rgba(255,255,255,.13); backdrop-filter: blur(10px); }
.metric-card strong { display: block; color: var(--white); font-size: 38px; line-height: 1; margin: 18px 0 8px; }
.metric-card p { color: #e9f7fb; margin: 0; font-weight: 700; }
.metric-card p b { display: block; color: var(--white); font-size: 18px; margin-bottom: 4px; }
.metric-card p span { display: block; color: #d9f4f8; font-weight: 600; }
.metrics-grid.light .metric-card { background: var(--white); border-color: var(--line); box-shadow: var(--shadow); }
.metric-card.light strong { color: var(--navy); }
.metric-card.light p b { color: var(--navy); }
.metric-card.light p span { color: var(--muted); }
.metric-icon, .card-icon { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; color: var(--white); background: linear-gradient(135deg, var(--navy), var(--cyan)); box-shadow: 0 14px 28px rgba(16,184,198,.18); }
.card-icon { margin-bottom: 14px; }
.icon-card, .service-card { position: relative; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.icon-card::after, .service-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -55px; top: -55px; border-radius: 999px; background: rgba(16,184,198,.11); }
.icon-card:hover, .service-card:hover, .price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(16,184,198,.55); }
.icon-card p { font-size: 14px; margin-bottom: 10px; }
.icon-card em { color: var(--blue); font-style: normal; font-weight: 800; }
.service-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.service-actions em, .service-actions b { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; border-radius: 6px; padding: 7px 10px; font-style: normal; font-size: 13px; font-weight: 900; }
.service-actions em { background: #eef5ff; color: var(--blue); }
.service-actions b { background: linear-gradient(135deg, var(--navy), var(--cyan)); color: var(--white); }
.quick-card span.card-icon { display: inline-grid; color: var(--white); margin-top: 0; }
.trial-strip { background: #071f3e; color: var(--white); position: relative; overflow: hidden; }
.trial-strip::before { content: ""; position: absolute; inset: auto -12% -50% 52%; height: 240px; border-radius: 999px; background: rgba(16,184,198,.22); filter: blur(22px); }
.trial-grid { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.trial-strip h2, .trial-strip p, .trial-strip .eyebrow { color: var(--white); }
.trial-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.feature-list.colored span:nth-child(2n) { background: #f2fcfd; }
.feature-list.colored span:nth-child(3n) { background: #f4f7ff; }
.sector-grid a { display: flex; align-items: center; gap: 8px; font-weight: 800; color: var(--navy); }
.sector-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.sector-card { display: grid; align-content: start; min-height: 230px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 18px; box-shadow: 0 12px 26px rgba(16,42,67,.06); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.sector-card:hover { transform: translateY(-3px); border-color: rgba(16,184,198,.55); box-shadow: var(--shadow); }
.sector-card strong { color: var(--navy); font-size: 20px; margin-bottom: 8px; }
.sector-card p { font-size: 14px; }
.sector-card em { color: var(--blue); font-style: normal; font-weight: 900; margin-top: auto; }
.footer-logo { background: var(--white); border-radius: 8px; padding: 8px; box-shadow: 0 10px 26px rgba(0,0,0,.12); filter: none; opacity: 1; }
.partners-section { background: #f8fbff; overflow: hidden; }
.partner-marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--white); }
.partner-track { display: flex; width: max-content; gap: 18px; padding: 18px; animation: partner-scroll 28s linear infinite; }
.partner-logo { display: grid; place-items: center; width: 170px; height: 82px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(16,42,67,.06); }
.partner-logo img { max-width: 132px; max-height: 58px; object-fit: contain; }
.partner-marquee:hover .partner-track { animation-play-state: paused; }
@keyframes partner-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.service-hero { background: linear-gradient(135deg, #f3fbfd, #eef5ff); }
.service-detail-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 32px; align-items: start; }
.service-copy { max-width: none; }
.detail-panels { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 24px; }
.detail-panels div, .embedded-form { border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 18px; box-shadow: 0 12px 32px rgba(16,42,67,.07); }
.detail-panels h3 { font-size: 18px; }
.service-form-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: start; }
.thanks-hero { min-height: 60vh; display: grid; align-items: center; }
.thanks-box { max-width: 720px; text-align: center; }
.thanks-box .metric-icon { margin-inline: auto; margin-bottom: 18px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: start; }
.contact-info { border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 22px; box-shadow: var(--shadow); }
.contact-info a { color: var(--blue); font-weight: 800; }
.contact-items { display: grid; gap: 12px; }
.contact-items a, .contact-items div { display: grid; grid-template-columns: 46px 1fr; gap: 2px 12px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #f8fbff; }
.contact-items span { grid-row: span 2; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 8px; color: var(--white); background: linear-gradient(135deg, var(--navy), var(--cyan)); }
.contact-items strong { color: var(--navy); }
.contact-items em { color: var(--muted); font-style: normal; font-weight: 600; }
.map-frame { overflow: hidden; border-radius: 8px; border: 1px solid var(--line); margin-top: 18px; }
.map-frame iframe { display: block; width: 100%; }
.settings-form { display: grid; gap: 18px; }
.settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.settings-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: 0 12px 26px rgba(16,42,67,.06); }
.settings-card-head { display: flex; gap: 14px; align-items: flex-start; padding-bottom: 14px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.settings-card-head h2 { font-size: 20px; margin-bottom: 4px; }
.settings-card-head p, .admin-subtitle { margin: 0; color: var(--muted); }
.settings-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.setting-toggle { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: #f8fbff; color: var(--navy); }
.setting-toggle input { width: 18px; min-height: 18px; accent-color: var(--cyan); }
.sticky-save { position: sticky; bottom: 16px; display: flex; justify-content: flex-end; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); box-shadow: var(--shadow); }
.pagination { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; margin-top: 18px; }
.pagination a, .pagination span { display: inline-flex; min-width: 34px; height: 34px; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--navy); font-size: 14px; font-weight: 800; }
.pagination .active span, .pagination [aria-current="page"] span { background: var(--blue); color: var(--white); border-color: var(--blue); }
.pagination svg { width: 16px; height: 16px; }
.submission-toolbar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.submission-list { display: grid; gap: 12px; }
.submission-card { display: grid; grid-template-columns: 150px 1fr 170px 110px; gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 10px 22px rgba(16,42,67,.05); }
.submission-card strong { color: var(--navy); }
.submission-card span, .submission-meta span { color: var(--muted); font-size: 13px; display: block; }
.submission-detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: start; }
.detail-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: 0 10px 22px rgba(16,42,67,.05); }
.detail-card h2 { font-size: 22px; }
.detail-fields { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.detail-fields div { padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #f8fbff; }
.detail-fields span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; margin-bottom: 4px; }
.detail-fields strong { color: var(--ink); word-break: break-word; }
.payload-list { display: grid; gap: 8px; }
.payload-list div { display: grid; grid-template-columns: 160px 1fr; gap: 10px; padding: 10px; border-bottom: 1px solid var(--line); }
.payload-list span { color: var(--muted); font-weight: 800; }
@media (max-width: 920px) {
    .trial-grid { grid-template-columns: 1fr; }
    .metrics-grid { grid-template-columns: repeat(2,1fr); }
    .dashboard-window { position: relative; left: auto; top: auto; width: 100%; order: -1; }
    .service-detail-grid, .service-form-grid, .detail-panels, .contact-grid, .settings-grid, .sector-card-grid, .submission-detail-grid, .media-grid { grid-template-columns: 1fr; }
    .submission-card { grid-template-columns: 1fr; }
    .admin-search { grid-template-columns: 1fr; }
    .hero-visual-slide { position: relative; inset: auto; width: 100%; min-height: auto; }
}
@media (max-width: 620px) {
    .metrics-grid { grid-template-columns: 1fr; }
    .hero-badges { display: grid; }
    .settings-fields { grid-template-columns: 1fr; }
    .form-security { grid-template-columns: 1fr; }
}
