/* izgate.com — tasarım sistemi
   Açık tema, marka: mavi #2f7fbd / turuncu #eb5c28 (izgate panel token'ları ile aynı aile). */

@font-face { font-family: "Inter"; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url(/assets/fonts/inter-var-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url(/assets/fonts/inter-var.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Jakarta"; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url(/assets/fonts/jakarta-var-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Jakarta"; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url(/assets/fonts/jakarta-var.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --bg: #ffffff;
  --bg-soft: #f6f9fc;
  --bg-tint: #eef5fb;
  --ink: #0c1a2a;
  --ink-2: #33475c;
  --muted: #64778b;
  --line: #e2e9f1;
  --line-2: #d3dde8;
  --brand: #2f7fbd;
  --brand-600: #1f67a1;
  --brand-700: #174f7d;
  --brand-50: #eaf3fb;
  --brand-100: #d6e8f6;
  --accent: #eb5c28;
  --accent-600: #cf4816;
  --accent-50: #fdf1eb;
  --ok: #16a34a;
  --ok-50: #e9f8ee;
  --warn: #d97706;
  --violet: #6d5fd6;
  --violet-50: #f0eefc;
  --grad: linear-gradient(135deg, #3a90ce 0%, #5a7fd0 45%, #eb5c28 100%);
  --grad-soft: linear-gradient(135deg, #eaf3fb 0%, #f4f1fd 50%, #fdf1eb 100%);
  --shadow-sm: 0 1px 2px rgba(12, 26, 42, .06), 0 1px 1px rgba(12, 26, 42, .04);
  --shadow: 0 10px 30px -12px rgba(18, 52, 86, .18), 0 2px 6px rgba(18, 52, 86, .06);
  --shadow-lg: 0 40px 80px -30px rgba(18, 52, 86, .35), 0 12px 24px -12px rgba(18, 52, 86, .12);
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --container: 1200px;
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: "Jakarta", "Inter", system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Consolas, monospace;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0; background: var(--bg); color: var(--ink-2);
  font: 400 16.5px/1.7 var(--font); font-feature-settings: "cv11", "ss01";
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-600); }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); margin: 0 0 .5em; line-height: 1.15; letter-spacing: -.02em; font-weight: 750; }
h1 { font-size: clamp(2.2rem, 1.3rem + 3.6vw, 4rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.75rem, 1.2rem + 1.9vw, 2.75rem); letter-spacing: -.03em; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
strong { color: var(--ink); font-weight: 650; }
code, .mono { font-family: var(--mono); font-size: .9em; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 55%, transparent); outline-offset: 2px; border-radius: 6px; }
::selection { background: var(--brand-100); color: var(--ink); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 860px; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; }
.skip:focus { left: 8px; color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── Header ─────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: rgba(255, 255, 255, .78); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px -18px rgba(18, 52, 86, .35); }
.site-header .container { height: 100%; display: flex; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font: 800 1.35rem/1 var(--font-display); letter-spacing: -.04em; }
.logo:hover { color: var(--ink); }
.logo img { height: 40px; width: auto; }
.site-footer .logo img { height: 48px; }
.logo span b { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav > a, .nav .dd > button {
  font: 550 .95rem/1 var(--font); color: var(--ink-2); padding: 10px 14px; border-radius: 10px; background: none; border: 0; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px; transition: background .2s, color .2s;
}
.nav > a:hover, .nav .dd > button:hover, .nav .dd:focus-within > button { background: var(--bg-tint); color: var(--ink); }
.nav a[aria-current="page"], .nav .dd.active > button { color: var(--brand-600); }
.nav .dd { position: relative; }
.nav .dd > button svg { width: 14px; height: 14px; transition: transform .2s; }
.nav .dd:hover > button svg, .nav .dd:focus-within > button svg { transform: rotate(180deg); }
.dd-menu {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translate(-50%, 6px); width: 560px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg);
  padding: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s;
}
.dd-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.nav .dd:hover .dd-menu, .nav .dd:focus-within .dd-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dd-menu a { display: flex; gap: 12px; padding: 12px; border-radius: 12px; color: var(--ink-2); }
.dd-menu a:hover { background: var(--bg-soft); }
.dd-menu a strong { display: block; font-size: .95rem; line-height: 1.3; }
.dd-menu a small { display: block; color: var(--muted); font-size: .82rem; line-height: 1.45; margin-top: 2px; }
.dd-menu .ico { flex: none; }
.header-cta { display: flex; gap: 10px; align-items: center; }
.nav .nav-cta { display: none; }
.burger { display: none; margin-left: auto; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.burger span, .burger span::before, .burger span::after { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; transition: transform .25s, background .25s; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; }
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
.nav-open .burger span { background: transparent; }
.nav-open .burger span::before { transform: translateY(6px) rotate(45deg); }
.nav-open .burger span::after { transform: translateY(-6px) rotate(-45deg); }

/* ── Buttons ────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap;
  font: 600 .98rem/1 var(--font); padding: 14px 22px; border-radius: 12px; border: 1px solid transparent; cursor: pointer;
  transition: transform .15s, box-shadow .2s, background .2s, color .2s, border-color .2s;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: linear-gradient(180deg, #3a8fd0, var(--brand-600)); color: #fff; box-shadow: 0 8px 20px -8px rgba(31, 103, 161, .6), inset 0 1px 0 rgba(255,255,255,.2); }
.btn-primary:hover { color: #fff; box-shadow: 0 12px 26px -8px rgba(31, 103, 161, .7), inset 0 1px 0 rgba(255,255,255,.2); transform: translateY(-1px); }
.btn-accent { background: linear-gradient(180deg, #f06a38, var(--accent-600)); color: #fff; box-shadow: 0 8px 20px -8px rgba(207, 72, 22, .6); }
.btn-accent:hover { color: #fff; transform: translateY(-1px); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { color: var(--ink); border-color: var(--brand); background: var(--brand-50); }
.btn-sm { padding: 10px 16px; font-size: .9rem; border-radius: 10px; }
.btn-lg { padding: 17px 28px; font-size: 1.05rem; border-radius: 14px; }
.link-arrow { font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.link-arrow::after { content: "→"; transition: transform .2s; }
.link-arrow:hover::after { transform: translateX(4px); }

/* ── Generic sections ───────────────────────────────── */
.section { padding: clamp(64px, 5vw + 32px, 120px) 0; position: relative; }
.section.soft { background: var(--bg-soft); }
.section.tint { background: linear-gradient(180deg, var(--bg-soft), #fff); }
.section-head { max-width: 760px; margin: 0 auto clamp(40px, 4vw, 64px); text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head p { font-size: 1.1rem; color: var(--muted); margin: 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
  font: 650 .78rem/1 var(--font); text-transform: uppercase; letter-spacing: .12em; color: var(--brand-600);
  background: var(--brand-50); border: 1px solid var(--brand-100); padding: 8px 12px; border-radius: 999px;
}
.eyebrow.accent { color: var(--accent-600); background: var(--accent-50); border-color: #fadccc; }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 18%, transparent); }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: clamp(1.08rem, 1rem + .35vw, 1.25rem); color: var(--muted); line-height: 1.65; }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ── Icon tile ──────────────────────────────────────── */
.ico { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--brand-50); color: var(--brand-600); border: 1px solid var(--brand-100); }
.ico svg { width: 22px; height: 22px; stroke-width: 1.8; }
.ico.accent { background: var(--accent-50); color: var(--accent-600); border-color: #fadccc; }
.ico.ok { background: var(--ok-50); color: var(--ok); border-color: #c9ecd5; }
.ico.violet { background: var(--violet-50); color: var(--violet); border-color: #dcd7f7; }
.ico.sm { width: 38px; height: 38px; border-radius: 11px; }
.ico.sm svg { width: 19px; height: 19px; }

/* ── Cards ──────────────────────────────────────────── */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px;
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s, border-color .25s; position: relative;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.card h3 { margin-top: 18px; margin-bottom: 8px; font-size: 1.15rem; }
.card p { margin: 0; color: var(--muted); font-size: .98rem; }
.card.flat:hover { transform: none; box-shadow: var(--shadow-sm); }

/* ── Hero ───────────────────────────────────────────── */
.hero { position: relative; padding: clamp(48px, 5vw, 88px) 0 clamp(64px, 6vw, 110px); overflow: hidden; isolation: isolate; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto; height: 120%; z-index: -2;
  background:
    radial-gradient(40% 50% at 12% 18%, rgba(58, 144, 206, .16), transparent 70%),
    radial-gradient(35% 45% at 88% 12%, rgba(235, 92, 40, .12), transparent 70%),
    radial-gradient(40% 40% at 70% 70%, rgba(109, 95, 214, .10), transparent 70%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .55;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: radial-gradient(70% 60% at 50% 30%, #000, transparent 75%); -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000, transparent 75%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 22px; }
.hero .lead { max-width: 580px; margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.checks { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.checks li { display: inline-flex; align-items: center; gap: 8px; font-size: .93rem; font-weight: 550; color: var(--ink-2); }
.checks li::before { content: ""; width: 18px; height: 18px; border-radius: 50%; flex: none;
  background: var(--ok-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/11px no-repeat; border: 1px solid #c9ecd5; }

/* Page hero (alt sayfalar) */
.page-hero { position: relative; padding: clamp(56px, 6vw, 96px) 0 clamp(48px, 5vw, 80px); overflow: hidden; isolation: isolate; border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(45% 70% at 0% 0%, rgba(58, 144, 206, .14), transparent 70%), radial-gradient(40% 60% at 100% 0%, rgba(235, 92, 40, .10), transparent 70%), var(--bg-soft); }
.page-hero .container { position: relative; }
.page-hero h1 { font-size: clamp(2rem, 1.3rem + 2.8vw, 3.3rem); max-width: 900px; }
.page-hero .lead { max-width: 760px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 48px; align-items: center; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 22px; font-size: .88rem; color: var(--muted); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: var(--line-2); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--brand); }

/* ── Mockup: tarayıcı çerçevesi + panel ─────────────── */
.mock-wrap { position: relative; }
.browser {
  position: relative; background: #fff; border-radius: 18px; border: 1px solid var(--line-2); box-shadow: var(--shadow-lg); overflow: hidden;
  transform: perspective(1800px) rotateY(-6deg) rotateX(2deg); transform-origin: left center;
}
.browser-bar { display: flex; align-items: center; gap: 12px; padding: 11px 14px; background: linear-gradient(180deg, #fbfcfe, #f3f6fa); border-bottom: 1px solid var(--line); }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #e3e8ee; display: inline-block; }
.browser-bar i:nth-child(1) { background: #ff5f57; } .browser-bar i:nth-child(2) { background: #febc2e; } .browser-bar i:nth-child(3) { background: #28c840; }
.browser-bar .url { flex: 1; margin-left: 8px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 5px 10px; font: 500 .72rem/1 var(--mono); color: var(--muted); display: flex; align-items: center; gap: 6px; white-space: nowrap; overflow: hidden; min-width: 0; }
.browser-bar .url svg { width: 11px; height: 11px; color: var(--ok); }
.app { display: grid; grid-template-columns: 150px 1fr; min-height: 380px; font-size: .74rem; }
.app-side { background: #0f2236; color: #9fb3c8; padding: 14px 10px; display: flex; flex-direction: column; gap: 2px; }
.app-side .brand { display: flex; align-items: center; gap: 7px; color: #fff; font: 800 .9rem/1 var(--font-display); padding: 2px 6px 14px; }
.app-side .brand i { width: 20px; height: 20px; background: url(/assets/img/izgate-icon-32.png) center / contain no-repeat; display: inline-block; }
.app-side .grp { font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; color: #5f7890; padding: 10px 8px 4px; }
.app-side a { color: #b8c8d8; padding: 6px 8px; border-radius: 7px; display: flex; align-items: center; gap: 7px; font-size: .7rem; }
.app-side a::before { content: ""; width: 6px; height: 6px; border-radius: 2px; background: #3b5670; }
.app-side a.on { background: rgba(74, 165, 232, .16); color: #fff; }
.app-side a.on::before { background: #4aa5e8; }
.app-main { padding: 16px; background: #f7f9fc; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.app-top { display: flex; align-items: center; justify-content: space-between; }
.app-top b { color: var(--ink); font: 700 .9rem/1 var(--font-display); }
.live { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--ok); font-size: .68rem; background: var(--ok-50); border: 1px solid #c9ecd5; padding: 4px 8px; border-radius: 999px; }
.live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ok); animation: pulse 1.6s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, .5); } 70% { box-shadow: 0 0 0 6px rgba(22, 163, 74, 0); } 100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); } }
.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.kpi { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 9px 10px; position: relative; overflow: hidden; }
.kpi::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, var(--brand), transparent); }
.kpi.a::before { background: linear-gradient(90deg, var(--accent), transparent); }
.kpi.g::before { background: linear-gradient(90deg, var(--ok), transparent); }
.kpi small { display: block; color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .06em; }
.kpi strong { display: block; font: 750 1.05rem/1.3 var(--font-display); color: var(--ink); }
.kpi em { font-style: normal; font-size: .6rem; color: var(--ok); font-weight: 600; }
.spark { height: 46px; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 6px 8px; }
.spark svg { width: 100%; height: 100%; }
.logtable { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.logtable .row { display: grid; grid-template-columns: 58px 92px 1fr 64px; gap: 8px; padding: 6px 10px; border-top: 1px solid #eef2f6; font-family: var(--mono); font-size: .62rem; color: var(--ink-2); align-items: center; white-space: nowrap; }
.logtable .row > * { overflow: hidden; text-overflow: ellipsis; }
.logtable .row.h { border-top: 0; background: #f9fbfd; font-family: var(--font); font-weight: 600; color: var(--muted); font-size: .58rem; text-transform: uppercase; letter-spacing: .06em; }
.logtable .row.new { animation: rowIn .6s ease; }
@keyframes rowIn { from { background: var(--brand-50); opacity: 0; transform: translateY(-4px); } to { background: transparent; opacity: 1; transform: none; } }
.tag { display: inline-block; font: 600 .58rem/1 var(--font); padding: 3px 6px; border-radius: 5px; text-align: center; }
.tag.ok { background: var(--ok-50); color: var(--ok); }
.tag.deny { background: #fdecec; color: #dc2626; }
.tag.u { background: var(--brand-50); color: var(--brand-600); font-family: var(--mono); }

.float { position: absolute; background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 12px 14px; font-size: .78rem; display: flex; align-items: center; gap: 10px; animation: floaty 6s ease-in-out infinite; }
.float strong { display: block; font-size: .82rem; line-height: 1.3; }
.float small { display: block; color: var(--muted); font-size: .7rem; line-height: 1.35; }
.float.seal { left: -34px; bottom: 34px; }
.float.who { right: -18px; top: 70px; animation-delay: -3s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* Telefon maketi (portal) */
.phone { position: absolute; right: -26px; bottom: -40px; width: 172px; background: #0e1b2a; border-radius: 30px; padding: 8px; box-shadow: var(--shadow-lg); animation: floaty 7s ease-in-out infinite; animation-delay: -1.5s; }
.phone-screen { background: #fff; border-radius: 23px; overflow: hidden; padding: 20px 14px 16px; position: relative; }
.phone-screen::before { content: ""; position: absolute; top: 7px; left: 50%; width: 52px; height: 14px; margin-left: -26px; background: #0e1b2a; border-radius: 10px; }
.phone .p-logo { width: 34px; height: 34px; background: url(/assets/img/izgate-icon-180.png) center / contain no-repeat; margin: 10px auto 8px; }
.phone .p-title { text-align: center; font: 700 .78rem/1.3 var(--font-display); color: var(--ink); }
.phone .p-sub { text-align: center; font-size: .58rem; color: var(--muted); margin: 2px 0 10px; }
.phone .p-otp { display: flex; gap: 4px; justify-content: center; margin-bottom: 10px; }
.phone .p-otp span { width: 20px; height: 26px; border: 1.5px solid var(--line-2); border-radius: 6px; display: grid; place-items: center; font: 700 .75rem/1 var(--mono); color: var(--ink); }
.phone .p-otp span.f { border-color: var(--brand); }
.phone .p-btn { background: var(--brand-600); color: #fff; text-align: center; font-size: .62rem; font-weight: 600; padding: 7px; border-radius: 8px; }
.phone .p-kvkk { display: flex; gap: 5px; align-items: flex-start; font-size: .5rem; color: var(--muted); margin: 0 0 8px; line-height: 1.35; }
.phone .p-kvkk i { width: 9px; height: 9px; border-radius: 3px; background: var(--brand); flex: none; margin-top: 1px; }

/* ── Vendor strip ───────────────────────────────────── */
.vendors { padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.vendors .container { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; justify-content: center; }
.vendors p { margin: 0; font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.vendor-list { display: flex; flex-wrap: wrap; gap: 10px 34px; align-items: center; justify-content: center; list-style: none; padding: 0; margin: 0; }
.vendor-list li { font: 750 1.12rem/1 var(--font-display); color: #93a3b4; letter-spacing: -.02em; transition: color .2s; }
.vendor-list li:hover { color: var(--ink); }

/* ── Pillars (iki sütun) ─────────────────────────────── */
.pillar { padding: 36px; border-radius: 28px; border: 1px solid var(--line); background: #fff; position: relative; overflow: hidden; box-shadow: var(--shadow-sm); }
.pillar::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--brand), #6aaede); }
.pillar.wifi::before { background: linear-gradient(90deg, var(--accent), #f39a6f); }
.pillar::after { content: ""; position: absolute; width: 320px; height: 320px; right: -120px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(58, 144, 206, .12), transparent 70%); }
.pillar.wifi::after { background: radial-gradient(circle, rgba(235, 92, 40, .10), transparent 70%); }
.pillar h3 { font-size: 1.55rem; margin: 20px 0 10px; }
.pillar > p { color: var(--muted); font-size: 1.03rem; }
.pillar ul { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 12px; }
.pillar li { display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; }
.pillar li svg { flex: none; width: 20px; height: 20px; color: var(--brand); margin-top: 3px; }
.pillar.wifi li svg { color: var(--accent); }

/* ── Steps ──────────────────────────────────────────── */
.steps.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; counter-reset: s; position: relative; }
.steps::before { content: ""; position: absolute; top: 27px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--line-2) 0 8px, transparent 8px 16px); z-index: 0; }
.step { position: relative; z-index: 1; text-align: center; padding: 0 8px; }
.step .num { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 18px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line-2); box-shadow: var(--shadow); font: 800 1.2rem/1 var(--font-display); color: var(--brand-600); }
.step:nth-child(2) .num { color: var(--violet); } .step:nth-child(3) .num { color: var(--accent-600); } .step:nth-child(4) .num { color: var(--ok); }
.step h3 { font-size: 1.08rem; margin-bottom: 6px; }
.step p { font-size: .95rem; color: var(--muted); margin: 0; }

/* ── Split (metin + görsel) ─────────────────────────── */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 5vw, 80px); align-items: center; }
.split.rev > :first-child { order: 2; }
.split h2 { margin-bottom: 18px; }
.feature-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 18px; }
.feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.feature-list li strong { display: block; margin-bottom: 2px; }
.feature-list li span { color: var(--muted); font-size: .96rem; }

/* Bütünlük zinciri görseli */
.chain { background: linear-gradient(160deg, #0f2236, #16324d); border-radius: 28px; padding: 30px; color: #c8d6e5; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.chain::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 100% 0%, rgba(235, 92, 40, .22), transparent 70%), radial-gradient(60% 50% at 0% 100%, rgba(58, 144, 206, .28), transparent 70%); pointer-events: none; }
.chain-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; position: relative; }
.chain-head b { color: #fff; font: 700 .95rem/1 var(--font-display); }
.chain-head span { font-size: .72rem; color: #7fd49b; font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }
.seg { position: relative; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; padding: 14px 16px; font-family: var(--mono); font-size: .74rem; line-height: 1.65; backdrop-filter: blur(6px); }
.seg + .seg { margin-top: 28px; }
.seg + .seg::before { content: ""; position: absolute; left: 30px; top: -29px; width: 2px; height: 28px; background: linear-gradient(#4aa5e8, #eb5c28); }
.seg .k { color: #7f97b0; } .seg .v { color: #e6eef6; } .seg .h { color: #8cc8f2; } .seg .ok { color: #7fd49b; }
.seg-title { display: flex; justify-content: space-between; font-family: var(--font); font-weight: 650; color: #fff; font-size: .8rem; margin-bottom: 6px; }
.seg-title em { font-style: normal; font-weight: 500; color: #7f97b0; }

/* ── Methods grid ───────────────────────────────────── */
.methods { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.method { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px 18px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.method:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #f4c3ad; }
.method h4 { margin: 14px 0 4px; font-size: .98rem; }
.method p { margin: 0; font-size: .86rem; color: var(--muted); line-height: 1.55; }

/* ── Deployment / plans ─────────────────────────────── */
.plan { padding: 36px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.plan.featured { border-color: transparent; background: linear-gradient(#fff, #fff) padding-box, var(--grad) border-box; border: 1.5px solid transparent; box-shadow: var(--shadow); }
.plan .badge { align-self: flex-start; font: 650 .74rem/1 var(--font); padding: 6px 10px; border-radius: 999px; background: var(--accent-50); color: var(--accent-600); border: 1px solid #fadccc; margin-bottom: 18px; }
.plan .badge.blue { background: var(--brand-50); color: var(--brand-600); border-color: var(--brand-100); }
.plan h3 { font-size: 1.5rem; margin-bottom: 8px; }
.plan > p { color: var(--muted); }
.plan .price { font: 750 1.05rem/1.3 var(--font-display); color: var(--ink); padding: 16px 0; border-top: 1px dashed var(--line-2); border-bottom: 1px dashed var(--line-2); margin: 8px 0 20px; }
.plan .price small { display: block; font: 500 .85rem/1.5 var(--font); color: var(--muted); }
.plan ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 11px; flex: 1; }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: .96rem; }
.plan li::before { content: ""; flex: none; margin-top: 5px; width: 16px; height: 16px; border-radius: 50%;
  background: var(--brand-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f67a1' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/10px no-repeat; }

/* ── Comparison table ───────────────────────────────── */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); -webkit-overflow-scrolling: touch; }
table.cmp { width: 100%; border-collapse: collapse; min-width: 640px; font-size: .95rem; }
table.cmp th, table.cmp td { padding: 15px 20px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
table.cmp thead th { background: var(--bg-soft); font: 650 .82rem/1.3 var(--font); text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
table.cmp thead th.us { color: var(--brand-600); background: var(--brand-50); }
table.cmp td.us { background: color-mix(in srgb, var(--brand-50) 45%, #fff); font-weight: 550; color: var(--ink); }
table.cmp tbody tr:last-child td { border-bottom: 0; }
table.cmp td:first-child { font-weight: 600; color: var(--ink); }
.y, .n, .p { display: inline-flex; align-items: center; gap: 6px; }
.y::before, .n::before, .p::before { flex: none; width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; font: 800 .7rem/1 var(--font); }
.y::before { content: "✓"; background: var(--ok-50); color: var(--ok); }
.n::before { content: "–"; background: #f1f4f7; color: #94a3b8; }
.p::before { content: "~"; background: #fff5e6; color: var(--warn); }

/* ── Stats band ─────────────────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); overflow: hidden; }
.stat { padding: 30px 26px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font: 800 clamp(1.8rem, 1.4rem + 1.4vw, 2.6rem)/1.05 var(--font-display); letter-spacing: -.03em; margin-bottom: 8px; }
.stat span { color: var(--muted); font-size: .94rem; line-height: 1.5; display: block; }

/* ── FAQ ────────────────────────────────────────────── */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 16px; transition: border-color .2s, box-shadow .2s; }
.faq details[open] { border-color: var(--brand-100); box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 56px 20px 22px; font: 650 1.03rem/1.45 var(--font); color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 26px; height: 26px; margin-top: -13px; border-radius: 8px; background: var(--bg-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f67a1' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/13px no-repeat; transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .ans { padding: 0 22px 20px; color: var(--ink-2); }
.faq .ans p:last-child, .faq .ans ul:last-child { margin-bottom: 0; }

/* ── CTA band ───────────────────────────────────────── */
.cta-band { position: relative; overflow: hidden; border-radius: 32px; padding: clamp(40px, 5vw, 72px); background: linear-gradient(135deg, #123a5e 0%, #1f67a1 55%, #3a90ce 100%); color: #dbe8f5; display: grid; grid-template-columns: minmax(0, 1.4fr) auto; gap: 32px; align-items: center; box-shadow: var(--shadow-lg); isolation: isolate; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(40% 80% at 100% 100%, rgba(235, 92, 40, .55), transparent 70%), radial-gradient(30% 60% at 0% 0%, rgba(255, 255, 255, .12), transparent 70%); }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(90deg, transparent, #000 60%); -webkit-mask-image: linear-gradient(90deg, transparent, #000 60%); }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { margin: 0; font-size: 1.1rem; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-band .btn-ghost { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .3); box-shadow: none; }
.cta-band .btn-ghost:hover { background: rgba(255, 255, 255, .2); color: #fff; }
.cta-band .btn-white { background: #fff; color: var(--brand-700); }
.cta-band .btn-white:hover { color: var(--brand-700); transform: translateY(-1px); }

/* ── Prose (uzun içerik) ────────────────────────────── */
.prose { color: var(--ink-2); font-size: 1.04rem; }
.prose h2 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); margin: 2.2em 0 .6em; }
.prose h3 { font-size: 1.25rem; margin: 1.8em 0 .5em; }
.prose > :first-child { margin-top: 0; }
.prose ul li, .prose ol li { margin-bottom: .45em; }
.prose ul li::marker { color: var(--brand); }
.prose blockquote { margin: 1.6em 0; padding: 18px 22px; border-left: 4px solid var(--brand); background: var(--bg-soft); border-radius: 0 14px 14px 0; color: var(--ink-2); }
.note { display: flex; gap: 14px; padding: 18px 20px; border-radius: 16px; background: var(--accent-50); border: 1px solid #fadccc; font-size: .95rem; color: var(--ink-2); margin: 1.6em 0; }
.note.info { background: var(--brand-50); border-color: var(--brand-100); }
.note svg { flex: none; width: 22px; height: 22px; color: var(--accent-600); margin-top: 2px; }
.note.info svg { color: var(--brand-600); }
.with-toc { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 56px; align-items: start; }
.toc { position: sticky; top: calc(var(--header-h) + 24px); padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; font-size: .9rem; }
.toc b { display: block; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 10px; }
.toc ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }
.toc a { display: block; padding: 6px 10px; border-radius: 8px; color: var(--ink-2); line-height: 1.4; }
.toc a:hover, .toc a.on { background: var(--bg-tint); color: var(--brand-600); }

/* Görsel yuvası: gerçek ekran görüntüsü gelene kadar tasarımlı yer tutucu */
.media-slot { position: relative; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); background: var(--grad-soft); aspect-ratio: 16 / 10; box-shadow: var(--shadow); }
.media-slot img { width: 100%; height: 100%; object-fit: cover; }

/* Spec list */
.spec { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; }
.spec div { padding: 16px 20px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.spec div:nth-child(2n) { border-right: 0; }
.spec dt { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 600; margin-bottom: 4px; }
.spec dd { margin: 0; color: var(--ink); font-weight: 550; }

/* Contact */
.contact-card { display: flex; gap: 16px; align-items: flex-start; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.contact-card h3 { margin: 0 0 4px; font-size: 1.05rem; }
.contact-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.contact-card a.big { font: 700 1.15rem/1.4 var(--font-display); display: inline-block; margin-top: 6px; }

/* ── Footer ─────────────────────────────────────────── */
.site-footer { background: linear-gradient(180deg, var(--bg-soft), #eef3f8); border-top: 1px solid var(--line); color: var(--muted); padding: 72px 0 28px; margin-top: 0; font-size: .94rem; }
.site-footer a { color: var(--ink-2); }
.site-footer a:hover { color: var(--brand-600); }
.foot-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--line-2); }
.site-footer .logo { color: var(--ink); }
.site-footer h4 { color: var(--ink); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px; font-family: var(--font); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.foot-about p { margin: 16px 0 20px; max-width: 360px; line-height: 1.65; }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-size: .86rem; }

/* Reveal animasyonu */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .float, .phone, .live::before { animation: none; }
  .browser { transform: none; }
}

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 1100px) {
  .methods { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .float.seal { left: -8px; }
  .phone { right: -6px; }
}
@media (max-width: 980px) {
  :root { --header-h: 64px; }
  .nav, .header-cta .btn-ghost { display: none; }
  .burger { display: inline-flex; }
  .header-cta { margin-left: 0; }
  .nav-open .nav {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px; position: absolute; left: 0; right: 0; top: 100%; height: calc(100vh - var(--header-h)); height: calc(100dvh - var(--header-h));
    background: #fff; padding: 16px 20px 32px; overflow-y: auto; border-top: 1px solid var(--line);
  }
  .nav-open .nav > a, .nav-open .nav .dd > button { padding: 14px 12px; font-size: 1.05rem; width: 100%; justify-content: space-between; }
  .nav-open .dd-menu { position: static; transform: none; opacity: 1; visibility: visible; width: auto; grid-template-columns: 1fr; box-shadow: none; border: 0; padding: 0 0 8px 4px; }
  .nav-open .nav .dd > button svg { display: none; }
  .nav-open .nav .nav-cta { display: flex; margin-top: 16px; justify-content: center; color: #fff; }
  body.nav-open { overflow: hidden; }
  .nav-open .site-header { background: #fff; }
  .hero-grid, .page-hero-grid, .split { grid-template-columns: minmax(0, 1fr); }
  .split.rev > :first-child { order: 0; }
  .hero-grid .mock-wrap { max-width: 640px; margin: 0 auto; width: 100%; }
  .browser { transform: none; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps, .steps.cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 36px; }
  .steps::before { display: none; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cta-band { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-about { grid-column: 1 / -1; }
  .with-toc { grid-template-columns: 1fr; }
  .toc { position: static; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { padding: 0 16px; }
  .header-cta .btn-primary { display: none; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .methods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps, .steps.cols-3 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .card, .pillar, .plan { padding: 24px; border-radius: 22px; }
  .app { grid-template-columns: 1fr; }
  .app-side { display: none; }
  .kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .logtable .row { grid-template-columns: 52px 1fr 60px; }
  .logtable .row > :nth-child(2) { display: none; }
  .float.who { display: none; }
  .float.seal { position: relative; left: auto; bottom: auto; margin: -20px 12px 0; animation: none; }
  .phone { display: none; }
  .hero-cta .btn { width: 100%; }
  .spec { grid-template-columns: 1fr; }
  .spec div { border-right: 0; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .cta-band .actions .btn { width: 100%; }
  .dd-menu a small { display: none; }
}

/* Boş görsel yuvası: ekran görüntüsü gelene kadar dekoratif marka paneli */
.media-slot:empty {
  background:
    url(/assets/img/izgate-icon-180.png) center / 84px no-repeat,
    radial-gradient(45% 55% at 20% 20%, rgba(58, 144, 206, .22), transparent 70%),
    radial-gradient(45% 55% at 85% 85%, rgba(235, 92, 40, .18), transparent 70%),
    linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 32px 32px,
    var(--bg-soft);
}
.media-slot:empty::after {
  content: ""; position: absolute; inset: 50% auto auto 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%;
  border: 1.5px dashed color-mix(in srgb, var(--brand) 35%, transparent); animation: spin 40s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .media-slot:empty::after { animation: none; } }

/* Gerçek panel ekran görüntüsü (tarayıcı çerçevesi içinde) */
.browser .shot { display: block; width: 100%; height: auto; background: #0f2236; }
