@font-face { font-family: "Figtree"; font-style: normal; font-display: swap; font-weight: 300 900; src: url("/assets/fonts/figtree-latin-ext-wght-normal.woff2") format("woff2-variations"), url("/assets/fonts/figtree-latin-ext-wght-normal.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: "Figtree"; font-style: normal; font-display: swap; font-weight: 300 900; src: url("/assets/fonts/figtree-latin-wght-normal.woff2") format("woff2-variations"), url("/assets/fonts/figtree-latin-wght-normal.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; }
/* Brand foundations: ivory, forest and terracotta. Fonts are bundled locally. */
:root { color-scheme: light; --ground: #f7f7f2; --surface: #fff; --ink: #183c34; --muted: #626f67; --line: #dce2da; --accent: #f09872; --night: #142f2b; --sans: "Figtree",system-ui,-apple-system,"Segoe UI",sans-serif; }
* { box-sizing: border-box; }
/* Metin boyu tarayıcıya bırakılmaz: iOS Safari dar kapsayıcılarda yazıyı kendiliğinden büyütüyor ve küçültülmüş panel çizimlerinde metinler taşıp üst üste biniyordu. */
html { scroll-behavior: smooth; scroll-padding-top: 100px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--ground); color: var(--ink); font: 400 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
button,input,select,textarea { font: inherit; }
h1,h2,h3,h4,p { margin-top: 0; }
h1,h2,h3,h4 { font-weight: 600; }
h1,h2 { letter-spacing: -.055em; line-height: 1.08; text-wrap: balance; }
h1 em,h2 em { font-style: normal; color: #668575; }
p { text-wrap: pretty; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.wrap { width: min(1280px,100%); margin-inline: auto; padding-inline: 44px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.i { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 10px 18px; background: var(--ink); color: #fff; }
.skip:focus { left: 8px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* Üst şerit: konumlandırma sözü solda, iletişim sağda. */
.utility-bar { background: var(--ink); color: #c6d4c2; font-size: 12px; }
.utility-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 36px; }
.utility-claim { margin: 0; color: #b9cbb4; }
.utility-links { display: flex; align-items: center; gap: 16px; }
.utility-hint { color: #8ea68b; letter-spacing: .01em; }
.utility-callback { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; padding: 5px 15px 5px 12px; border: 1px solid #40614f; border-radius: 999px; color: #e8efe0; letter-spacing: .02em; transition: background-color .18s ease, border-color .18s ease, color .18s ease; }
.utility-callback .i { width: 14px; height: 14px; stroke-width: 1.8; color: var(--accent); }
.utility-callback:hover { border-color: var(--accent); background: #22413a; color: #fff; }

/* Açılır menü: imleçle ve klavye odağıyla açılır, JavaScript gerekmez. */
.nav-menu { position: relative; display: flex; }
.nav-caret { width: 6px; height: 6px; margin-left: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translate(-2px, -2px); opacity: .55; }
.nav-panel { position: absolute; top: 100%; left: 50%; z-index: 40; width: max-content; max-width: min(760px, 92vw); padding-top: 14px; transform: translateX(-50%); opacity: 0; visibility: hidden; transition: opacity .12s ease; }
.nav-menu:hover .nav-panel, .nav-menu:focus-within .nav-panel { opacity: 1; visibility: visible; }
.nav-panel-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 32px; padding: 22px 26px; border: 1px solid #dce3d7; border-radius: 14px; background: #fff; box-shadow: 0 24px 40px -28px #14282255; }
.nav-panel-inner strong { display: block; margin-bottom: 10px; color: #7c8a71; font-size: 11px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.nav-panel-inner a { display: block; padding: 5px 0; color: #34503f; font-size: 13px; }
.nav-panel-inner a:hover { color: var(--accent-ink, #1f3a30); text-decoration: underline; text-underline-offset: 3px; }
.nav-panel-audience { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nav-panel-audience a { padding: 7px 0; }
.nav-panel-audience strong { margin: 0; color: #24402f; font-size: 13px; font-weight: 550; letter-spacing: 0; text-transform: none; }
.nav-panel-audience span { display: block; color: #7b8771; font-size: 12px; }
.nav-panel-foot { width: max-content; margin: 8px auto 0; padding: 7px 16px; border: 1px solid #dce3d7; border-radius: 999px; background: #fff; color: #6b7a63; font-size: 12px; }
:focus-visible { outline: 3px solid #d57a50; outline-offset: 5px; }
.eyebrow { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 650; letter-spacing: .14em; line-height: 1.5; margin-bottom: 24px; color: #576e60; }
/* Başlık zemini tam opak: yarı saydam zemin + backdrop-filter iOS Safari'de boyanmıyor, sayfa başlığın altından okunuyordu. */
.site-header { position: sticky; top: 0; z-index: 30; background: var(--ground); border-bottom: 1px solid rgb(24 60 52 / .09); }
.header-row { min-height: 88px; display: flex; gap: 44px; align-items: center; }
.brand { display: inline-flex; gap: 9px; align-items: center; font-size: 25px; font-weight: 750; letter-spacing: -1.2px; text-decoration: none; white-space: nowrap; }
.brand i { display: inline-block; width: 21px; height: 24px; border-radius: 6px 6px 6px 1px; background: var(--accent); position: relative; }
.brand i:after { content: ""; position: absolute; width: 5px; height: 10px; right: 5px; bottom: 5px; background: var(--ground); border-radius: 2px; }
.site-nav { display: flex; gap: 30px; margin: auto; }
.site-nav a,.link-login { font-size: 14px; font-weight: 550; text-decoration: none; }
.site-nav a { color: #59675e; }
.site-nav a:hover,.site-nav a[aria-current] { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 52px; padding: 0 24px; border: 1px solid #cdd8ce; border-radius: 8px; background: transparent; font-size: 14px; font-weight: 600; text-decoration: none; transition: background .2s,transform .2s,border-color .2s; }
.button:hover { background: #e8eee5; border-color: #839987; transform: translateY(-2px); }
.button.primary { background: var(--ink); border-color: var(--ink); color: #fff; }
.button.primary:hover { background: #285646; border-color: #285646; }
.button>span { font-size: 21px; font-weight: 400; line-height: 1; }
.button.small { min-height: 43px; font-size: 13px; padding-inline: 19px; }
.actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: 14px; font-weight: 600; text-decoration: none; padding-block: 12px; }
.text-link>span { font-size: 21px; transition: transform .2s; }
.text-link:hover>span { transform: translate(2px,-2px); }
.mobile-nav { display: none; margin-left: auto; }
.mobile-nav summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; list-style: none; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 22px; height: 2px; background: var(--ink); }
.mobile-nav>nav { position: absolute; right: 20px; top: calc(100% + 8px); width: min(320px,calc(100vw - 40px)); display: grid; padding: 16px; border: 1px solid var(--line); background: var(--ground); border-radius: 12px; box-shadow: 0 20px 50px #102a2720; }
.mobile-nav nav>a:not(.button) { text-decoration: none; padding: 11px 12px; }
.mobile-nav .button { margin-top: 8px; }
.hero { position: relative; overflow: hidden; }
.hero-grid { min-height: 625px; display: grid; grid-template-columns: 1fr 1.12fr; gap: 32px; align-items: center; padding-top: 66px; padding-bottom: 74px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(44px,4.45vw,65px); font-weight: 600; line-height: 1.07; margin-bottom: 26px; letter-spacing: -.062em; }
.hero h1 em { display: inline-block; color: #6d8975; }
.hero .lead { max-width: 410px; font-size: 18px; line-height: 1.75; color: var(--muted); margin-bottom: 31px; }
.hero-note { font-size: 12px; color: #6c776d; margin: 22px 0 0; }
.hero-visual { position: relative; margin: 0; padding: 20px 0 20px 8px; isolation: isolate; min-width: 0; }
.hero-visual:before { content: ""; position: absolute; z-index: -2; inset: -28px -80px -18px -15px; border-radius: 160px 0 0 60px; background: #e6ece0; transform: rotate(-7deg); }
.visual-orbit { position: absolute; z-index: -1; border: 1px solid #cbd8c7; border-radius: 50%; width: 600px; height: 600px; left: 52px; top: -94px; }
.visual-orbit:after { content: ""; position: absolute; inset: 38px; border: 1px solid #d2ddcd; border-radius: 50%; }
.hero-visual figcaption { display: flex; gap: 12px; font-size: 8px; letter-spacing: .08em; color: #63745c; position: absolute; bottom: -16px; left: 17px; }
.hero-visual figcaption span { letter-spacing: 0; color: #788570; }
.sector-strip { display: flex; gap: 44px; align-items: center; padding-top: 27px; padding-bottom: 29px; border-top: 1px solid #dce3d7; }
.sector-strip p { font-size: 12px; line-height: 1.65; color: #778272; margin: 0; white-space: nowrap; }
.sector-strip p strong { font-weight: 500; color: #566951; }
.sector-strip ul { display: flex; justify-content: space-between; gap: 24px; flex: 1; list-style: none; margin: 0; padding: 0; }
.sector-strip li { display: flex; align-items: center; gap: 10px; color: #52684e; font-size: 14px; font-weight: 550; }
.sector-strip .i { width: 23px; height: 23px; color: #7e9474; }
.section { padding-block: 96px; }
.section-head { display: flex; justify-content: space-between; gap: 70px; align-items: flex-end; margin-bottom: 44px; }
.section-head>div { flex: 1; }
.section-head h2,.faq-intro h2 { font-size: clamp(34px,3.6vw,48px); margin-bottom: 0; letter-spacing: -.045em; }
.section-head .eyebrow { margin-bottom: 17px; }
.section-head>p { max-width: 365px; flex: 1; margin-bottom: 3px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.product-section { background: var(--night); color: #f7f7ef; }
.product-section .eyebrow { color: #c2cfb1; }
.product-section h2 em { color: #aac198; }
.product-section .section-head>p { color: #a8bdb0; }
.tour-tabs { display: flex; border-bottom: 1px solid #456056; }
.tour-tabs button { display: flex; flex: 1; align-items: center; gap: 13px; min-height: 65px; padding: 14px 20px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #b7c7bb; font-size: 15px; font-weight: 550; text-align: left; transition: background .2s,color .2s; }
.tour-tabs button>span { font-size: 11px; color: #a2b698; font-weight: 400; }
.tour-tabs button>.i { margin-left: auto; width: 19px; height: 19px; }
.tour-tabs button:hover { background: #26453b; }
.tour-tabs button[aria-selected=true] { color: #f8f7ed; border-bottom-color: #ebaa81; background: #203e34; }
.tour-tabs button[aria-selected=true]>span { color: #ecb994; }
.tour-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; align-items: center; padding-top: 38px; }
.tour-panel+.tour-panel { margin-top: 36px; border-top: 1px solid #456056; }
.product-tour.is-enhanced .tour-panel { margin-top: 0; border-top: 0; }
.tour-copy { padding-right: 12px; }
.tour-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; background: #29483b; color: #d4e2c5; border-radius: 9px; margin-bottom: 24px; }
.tour-copy h3 { font-size: 32px; line-height: 1.18; letter-spacing: -1px; font-weight: 500; margin-bottom: 18px; }
.tour-copy>p { color: #afc1b4; font-size: 15px; line-height: 1.8; max-width: 335px; margin-bottom: 23px; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.feature-tags>span { padding: 5px 10px; border: 1px solid #4f695b; border-radius: 5px; color: #c7d5c7; font-size: 10px; }
.tour-copy .text-link { color: #e8bc99; margin-top: 22px; font-size: 13px; }
.tour-screen { min-width: 0; }
.sample-note { font-size: 9px; color: #798770; letter-spacing: .02em; margin: 0; padding: 10px 18px; text-align: right; }
.management-section { background: #f0f2e9; }
.management-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.management-card { padding: 32px 34px 28px; border-radius: 16px; border: 1px solid #dce2d3; overflow: hidden; display: flex; flex-direction: column; }
.stock-card { background: #e7ecdE; }
.branch-card { background: #f7f0e6; border-color: #e9dfd0; }
.card-heading { display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 650; letter-spacing: 1.2px; margin-bottom: 23px; }
.tile-icon { display: flex; align-items: center; justify-content: center; width: 37px; height: 37px; border-radius: 8px; border: 1px solid #c6d2b9; color: #668454; }
.branch-card .tile-icon { border-color: #e2cdb4; color: #ae815d; }
.management-card h3 { font-size: 30px; line-height: 1.15; letter-spacing: -1px; margin-bottom: 16px; font-weight: 550; }
.management-card>p { max-width: 365px; font-size: 14px; line-height: 1.8; color: #6c785f; margin-bottom: 28px; }
.branch-card>p { color: #85745e; }
.pricing-section { background: #fafaf6; }
.section-head.centered { display: block; text-align: center; margin-bottom: 48px; }
.centered .eyebrow { justify-content: center; }
.centered>p { max-width: none; margin: 24px 0 0; font-size: 15px; }
/* Ödeme dönemi: radyo düğmesi ve :has() ile çalışır, JavaScript gerekmez. Desteklenmeyen tarayıcıda iki fiyat da görünür. */
.plan-period { width: max-content; margin: -20px auto 26px; padding: 4px; border: 0; border-radius: 999px; background: #e9ede2; display: flex; gap: 2px; }
.plan-period legend { position: absolute; left: -9999px; }
.plan-period input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.plan-period label { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 999px; font-size: 13px; color: #5d6c55; cursor: pointer; }
.plan-period label span { padding: 3px 8px; border-radius: 999px; background: #dbe6cd; color: #3b5630; font-size: 10px; }
.plan-period input:checked+label { background: #fff; color: var(--ink); box-shadow: 0 1px 2px #14282216; }
.plan-period input:focus-visible+label { outline: 2px solid #2e6b57; outline-offset: 2px; }
.plan-monthly-equivalent { display: block; margin-top: 4px; }
.pricing-section:has(#donem-aylik:checked) .plan-price.is-yearly, .pricing-section:has(#donem-yillik:checked) .plan-price.is-monthly { display: none; }
.plans { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.plan { position: relative; background: #fff; border: 1px solid #dce3d7; border-radius: 12px; padding: 29px 28px; display: flex; flex-direction: column; }
.plan-top { position: relative; }
.plan-number { display: block; font-size: 11px; color: #87967d; margin-bottom: 22px; }
.plan h3 { font-size: 22px; letter-spacing: -.6px; font-weight: 600; margin-bottom: 8px; }
.plan-top>p { font-size: 12px; color: #7b8771; margin-bottom: 0; min-height: 40px; }
.plan-price { font-size: 44px; line-height: 1.2; letter-spacing: -1.7px; font-weight: 550; margin: 24px 0; }
.plan-price small { font-size: 13px; font-weight: 400; letter-spacing: 0; color: #7c8a71; }
.plan-capacity { display: flex; flex-wrap: wrap; gap: 14px; border-top: 1px solid #e2e7dc; padding-top: 19px; font-size: 11px; color: #66775c; }
.plan-capacity strong { font-weight: 650; color: #3b5630; }
.plan-included { font-size: 11px; color: #7d8b71; margin: 11px 0 26px; }
.plan .button { margin-top: auto; justify-content: space-between; font-size: 13px; min-height: 47px; }
.plan.featured { background: #1f4034; color: #f5f7ed; border-color: #1f4034; box-shadow: 0 16px 26px -20px #1a3a3270; }
.featured .plan-number { color: #a8bf94; }
.plan-badge { position: absolute; top: 0; right: 0; padding: 3px 7px; font-size: 9px; background: #365543; color: #d4e1c1; border-radius: 4px; }
.featured .plan-top>p,.featured .plan-price small,.featured .plan-included,.featured .plan-capacity { color: #b3c4a3; }
.featured .plan-capacity { border-color: #496146; }
.featured .plan-capacity strong { color: #dfe9cd; }
.featured .button { background: #eabb99; border-color: #eabb99; color: #233c2b; }
.featured .button:hover { background: #f6cdaf; }
.pricing-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 26px; }
.pricing-bottom p { font-size: 12px; color: #697b60; margin: 0; }
.pricing-bottom p span { color: #87937d; }
.pricing-bottom .text-link { font-size: 12px; }
.faq-section { border-top: 1px solid #e5e9df; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.faq-intro .eyebrow { margin-bottom: 20px; }
.faq-intro>p:not(.eyebrow) { color: #7c8971; font-size: 14px; margin: 25px 0 10px; }
.faq-intro .text-link { font-size: 13px; }
.faq details { border-top: 1px solid #d8e0cf; }
.faq details:last-child { border-bottom: 1px solid #d8e0cf; }
.faq summary { position: relative; padding: 23px 35px 23px 0; list-style: none; font-size: 14px; line-height: 1.5; font-weight: 550; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:after { content: "+"; position: absolute; right: 3px; top: 21px; font-size: 22px; line-height: 1; color: #758b66; font-weight: 300; }
.faq details[open] summary:after { content: "−"; }
.faq details[open] summary { padding-bottom: 12px; }
.faq details p { color: #6f7e64; font-size: 13px; line-height: 1.9; margin-bottom: 24px; padding-right: 20px; }
.faq a { text-underline-offset: 3px; }
.cta { padding: 0 0 75px; }
.cta-box { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: #efddca; border: 1px solid #e8d4bf; border-radius: 15px; padding: 49px 52px; }
.cta h2 { font-size: 49px; margin: 0; letter-spacing: -2px; }
.cta h2 em { color: #887258; }
.cta .eyebrow { color: #876d52; font-size: 10px; margin-bottom: 19px; }
.cta-action { position: relative; z-index: 1; }
.cta-action>p { font-size: 14px; color: #87725a; margin-bottom: 22px; line-height: 1.8; }
.cta-action .button { font-size: 13px; }
.cta-mark { position: absolute; z-index: -1; right: 15px; bottom: -95px; font-size: 310px; line-height: 1; letter-spacing: -24px; font-weight: 750; color: #d4b698; opacity: .17; }
.site-footer { background: #142f2b; color: #d5ded1; padding-block: 64px 26px; }
.footer-grid { display: grid; grid-template-columns: 1.65fr .85fr .85fr 1.15fr; gap: 38px; }
.footer-brand .brand { color: #f5f6ed; }
.footer-brand .brand i:after { background: #142f2b; }
.footer-brand p { font-size: 13px; color: #a3b3a2; max-width: 260px; margin: 17px 0 25px; line-height: 1.8; }
.payment-logos { width: 265px; max-width: 100%; }
.site-footer nav { display: flex; flex-direction: column; gap: 10px; }
.site-footer nav strong { font-weight: 550; font-size: 12px; color: #e0e7d8; margin-bottom: 10px; }
.site-footer nav a { font-size: 11px; line-height: 1.8; text-decoration: none; color: #a3b5a0; }
.site-footer nav a:hover { color: #fff; }
.footer-seller { margin-top: 45px; border-top: 1px solid #355046; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 10px; color: #7e9684; }
.footer-seller p { margin: 0; }
.footer-support { font-size: 10px; line-height: 2; }
.footer-support .i { width: 13px; height: 13px; vertical-align: -3px; margin-right: 5px; color: #a8bb99; }
.footer-support a { color: #a9bca1; text-decoration: none; }
/* Corporate and legal pages share the same visual foundations. */
.doc { padding-block: 72px 96px; }
.doc .wrap { max-width: 930px; }
.doc h1 { font-size: 46px; margin-bottom: 15px; }
.doc .meta { font-size: 13px; color: #859178; margin-bottom: 36px; }
.doc p,.doc li { color: #64765b; line-height: 1.9; }
.doc h2 { font-size: 23px; letter-spacing: -.6px; margin: 36px 0 14px; }
.doc h3 { font-size: 18px; margin: 26px 0 10px; }
.doc a { text-underline-offset: 4px; }
.doc li+li { margin-top: 7px; }
.info { display: grid; grid-template-columns: 170px 1fr; gap: 12px 28px; background: #fffefa; padding: 28px 30px; border: 1px solid #dce3d4; border-radius: 12px; font-size: 14px; margin-top: 24px; }
.info dt { color: #839076; }
.info dd { margin: 0; color: #435b38; overflow-wrap: anywhere; }
.callout { padding: 20px 24px; background: #eee3d2; border-radius: 10px; }
.page-intro { padding-bottom: 30px; border-bottom: 1px solid #dce3d4; margin-bottom: 36px; }
.page-kicker { font-size: 11px !important; letter-spacing: .13em; font-weight: 600; color: #8f7454 !important; margin-bottom: 18px; }
.corporate-page .page-intro h1 { font-size: clamp(36px,5vw,58px); max-width: 700px; letter-spacing: -2px; line-height: 1.12; }
.page-intro>p:last-child { max-width: 650px; font-size: 17px; color: #77866b; margin-bottom: 0; }
.about-note { padding: 32px 36px; background: #203e33; color: #e9eddc; border-radius: 14px; margin-block: 32px; }
.doc .about-note h2 { color: #e2eaca; margin-top: 0; }
.doc .about-note p { color: #b3c3a0; }
.about-note .button { color: #f3eddd; border-color: #7e9270; }
.about-note .button:hover { background: #315240; }
.corporate-details { margin-top: 36px; }
.contact-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 30px 0 24px; }
.contact-cards>a { display: flex; flex-direction: column; text-decoration: none; background: #fffefa; padding: 24px 21px; border: 1px solid #dce3d4; border-radius: 12px; transition: transform .2s,border-color .2s; }
.contact-cards>a:hover { transform: translateY(-3px); border-color: #91a17f; }
.contact-icon { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 9px; background: #e9eede; color: #6b8357; margin-bottom: 20px; }
.contact-cards strong { font-size: 13px; font-weight: 550; color: #627751; }
.contact-cards a>span:not(.contact-icon):not(.contact-label) { font-size: 15px; font-weight: 500; margin-top: 8px; overflow-wrap: anywhere; letter-spacing: -.4px; }
.contact-label { color: #8c987c; font-size: 11px; margin-top: 19px; }
.contact-note { font-size: 13px; color: #829176 !important; }
@media (min-width:1500px) {
  .hero-grid { min-height: 665px; }
  .hero h1 { font-size: 66px; }
  .hero-visual { margin-left: 10px; }
  .hero-visual:before { right: -110px; }
}
@media (max-width:1100px) {
  .wrap { padding-inline: 32px; }
  .header-row { gap: 25px; }
  .site-nav { gap: 23px; }
  .hero-grid { grid-template-columns: 1fr 1.07fr; gap: 23px; min-height: 580px; }
  .hero h1 { font-size: clamp(41px,4.5vw,51px); }
  .hero .lead { font-size: 16px; }
  .hero .actions { gap: 18px; }
  .hero .button { padding-inline: 18px; font-size: 13px; gap: 14px; }
  .hero .text-link { font-size: 12px; }
  .hero-visual figcaption span { display: none; }
  .sector-strip { gap: 27px; }
  .sector-strip ul { gap: 15px; }
  .sector-strip li { font-size: 12px; gap: 7px; }
  .sector-strip .i { width: 20px; }
  .section-head { gap: 45px; }
  .tour-panel { gap: 30px; }
  .tour-copy h3 { font-size: 29px; }
  .tour-copy>p { font-size: 14px; }
  .tour-tabs button { padding-inline: 15px; font-size: 13px; }
  .tour-tabs button>.i { width: 17px; }
  .management-card { padding: 28px; }
  .management-card h3 { font-size: 27px; }
  .plan { padding: 25px 22px; }
  .plan-badge { font-size: 8px; }
  .plan-price { font-size: 40px; }
  .faq-layout { gap: 48px; }
  .footer-grid { gap: 28px; }
  .footer-seller { align-items: flex-start; }
  .cta-box { padding-inline: 35px; }
  .cta h2 { font-size: 43px; }
}
@media (max-width:850px) {
  .site-nav,.header-actions { display: none; }
  .mobile-nav { display: block; }
  .site-nav { gap: 18px; }
  .header-row { min-height: 76px; gap: 22px; }
  .brand { font-size: 23px; }
  .header-actions { gap: 16px; }
  .header-actions .link-login { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 53px; padding-bottom: 60px; gap: 55px; }
  .hero-copy { max-width: 630px; }
  .hero h1 { font-size: 64px; }
  .hero .lead { max-width: 450px; font-size: 18px; }
  .hero .actions { gap: 27px; }
  .hero .button { padding-inline: 23px; font-size: 14px; }
  .hero .text-link { font-size: 14px; }
  .hero-visual { width: 90%; max-width: 660px; justify-self: center; margin-right: 30px; padding-left: 0; }
  .hero-visual:before { inset: -18px -55px -13px -28px; border-radius: 100px 0 0 30px; }
  .visual-orbit { width: 540px; height: 540px; left: 120px; top: -70px; }
  .hero-visual figcaption { left: 5px; }
  .sector-strip { align-items: flex-start; gap: 35px; }
  .sector-strip ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; }
  .sector-strip li { font-size: 13px; }
  .section { padding-block: 75px; }
  .section-head { gap: 28px; }
  .section-head>p { font-size: 14px; }
  .section-head h2,.faq-intro h2 { font-size: 38px; }
  .tour-panel { grid-template-columns: 1fr; gap: 24px; }
  .tour-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; padding: 0; }
  .tour-icon { display: none; }
  .tour-copy h3 { grid-row: 1 / 3; font-size: 32px; margin-bottom: 0; }
  .tour-copy>p { margin-bottom: 15px; max-width: none; }
  .tour-copy .text-link { margin: 0; grid-column: 1; grid-row: 3; }
  .feature-tags { grid-column: 2; }
  .sample-note { padding-block: 7px; }
  .management-card { padding: 23px; }
  .management-card h3 { font-size: 25px; }
  .management-card>p { font-size: 13px; }
  .plans { gap: 13px; }
  .plan { padding: 25px 18px; }
  .plan-top>p { font-size: 11px; min-height: 44px; }
  .plan h3 { font-size: 20px; }
  .plan-badge { font-size: 8px; position: static; display: inline-block; line-height: 1.5; margin-bottom: 13px; }
  .featured .plan-number { margin-bottom: 5px; }
  .plan-number { margin-bottom: 41px; }
  .plan-price { font-size: 35px; }
  .plan .button { font-size: 11px; padding-inline: 12px; gap: 5px; }
  .plan-capacity { gap: 8px; font-size: 10px; }
  .plan-included { font-size: 10px; }
  .faq-layout { grid-template-columns: .75fr 1.25fr; gap: 40px; }
  .faq summary { font-size: 13px; }
  .cta-box { gap: 25px; }
  .cta h2 { font-size: 39px; }
  .cta-action>p { font-size: 12px; }
  .cta .eyebrow { font-size: 9px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; row-gap: 30px; }
  .footer-brand { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .footer-brand p { margin-bottom: 0; grid-column: 1; }
  .footer-brand .payment-logos { grid-column: 2; grid-row: 1 / 3; justify-self: end; align-self: center; }
  .footer-seller { display: block; }
  .footer-seller>p:last-child { margin-top: 15px; }
  .doc h1 { font-size: 40px; }
  .contact-cards>a { padding: 19px 15px; }
}
@media (max-width:640px) {
  .wrap { padding-inline: 22px; }
  .site-nav,.header-actions { display: none; }
  .mobile-nav { display: block; }
  .header-row { min-height: 72px; }
  .brand { font-size: 24px; }
  .brand i { width: 20px; height: 23px; }
  .hero-grid { padding-top: 42px; gap: 42px; padding-bottom: 47px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .115em; margin-bottom: 21px; }
  .hero h1 { font-size: clamp(38px,9.7vw,59px); letter-spacing: -.055em; margin-bottom: 22px; }
  .hero .lead { font-size: 16px; line-height: 1.7; margin-bottom: 25px; max-width: 365px; }
  .hero .actions { gap: 21px; }
  .hero .button { min-height: 50px; font-size: 12px; padding-inline: 18px; gap: 15px; }
  .hero .text-link { font-size: 12px; gap: 10px; }
  .hero-note { font-size: 10px; margin-top: 18px; }
  .hero-visual { width: calc(100% - 12px); margin-right: 12px; padding-top: 10px; padding-bottom: 8px; }
  .hero-visual:before { inset: -6px -23px -12px -12px; border-radius: 55px 0 0 22px; transform: rotate(-4deg); }
  .visual-orbit { width: 380px; height: 380px; left: 40px; top: -28px; }
  .hero-visual figcaption { font-size: 6px; bottom: -17px; }
  .sector-strip { display: block; padding-top: 22px; padding-bottom: 27px; }
  .sector-strip p { font-size: 11px; display: flex; gap: 3px; white-space: normal; margin-bottom: 18px; }
  .sector-strip p br { display: none; }
  .sector-strip ul { gap: 14px 16px; }
  .sector-strip li { font-size: 12px; gap: 8px; }
  .sector-strip .i { width: 19px; height: 19px; }
  .section { padding-block: 59px; }
  .section-head { display: block; margin-bottom: 30px; }
  .eyebrow { font-size: 9px; letter-spacing: .13em; margin-bottom: 15px; }
  .section-head .eyebrow { margin-bottom: 15px; }
  .section-head h2,.faq-intro h2 { font-size: 35px; letter-spacing: -1.4px; }
  .section-head>p { font-size: 14px; line-height: 1.8; max-width: 370px; margin: 20px 0 0; }
  .tour-tabs button { flex-direction: column; gap: 6px; align-items: flex-start; min-height: 76px; padding: 11px 9px; font-size: 11px; line-height: 1.4; }
  .tour-tabs button>span { font-size: 9px; }
  .tour-tabs button>.i { display: none; }
  .tour-panel { padding-top: 28px; gap: 24px; }
  .tour-copy { display: block; }
  .tour-copy h3 { font-size: 28px; margin-bottom: 17px; }
  .tour-copy>p { font-size: 14px; margin-bottom: 18px; max-width: 100%; }
  .feature-tags { gap: 6px; }
  .feature-tags>span { font-size: 9px; padding: 4px 8px; }
  .tour-copy .text-link { margin-top: 12px; font-size: 12px; }
  .sample-note { font-size: 7px; padding: 8px 12px; }
  .management-grid { grid-template-columns: 1fr; gap: 17px; }
  .management-card { padding: 26px 25px; }
  .card-heading { font-size: 9px; margin-bottom: 19px; }
  .management-card h3 { font-size: 28px; margin-bottom: 14px; }
  .management-card>p { font-size: 14px; max-width: 350px; margin-bottom: 24px; }
  .section-head.centered { text-align: left; margin-bottom: 30px; }
  .centered .eyebrow { justify-content: flex-start; }
  .centered>p { font-size: 14px; }
  .plans { grid-template-columns: 1fr; gap: 16px; }
  .plan { padding: 25px 26px; }
  .plan-number,.featured .plan-number { margin-bottom: 14px; }
  .plan-badge { position: absolute; top: 0; right: 0; font-size: 9px; margin: 0; }
  .plan h3 { font-size: 23px; }
  .plan-top>p { font-size: 13px; min-height: 0; }
  .plan-price { font-size: 44px; margin: 23px 0; }
  .plan-capacity { font-size: 12px; gap: 20px; padding-top: 17px; }
  .plan-included { font-size: 12px; margin-bottom: 22px; }
  .plan .button { font-size: 13px; min-height: 49px; padding-inline: 18px; }
  .pricing-bottom { display: block; padding-top: 24px; }
  .pricing-bottom p { font-size: 11px; }
  .pricing-bottom .text-link { margin-top: 12px; font-size: 12px; }
  .faq-layout { grid-template-columns: 1fr; gap: 27px; }
  .faq-intro>p:not(.eyebrow) { font-size: 14px; margin-top: 22px; margin-bottom: 4px; }
  .faq summary { font-size: 13px; padding-block: 21px; }
  .faq details p { font-size: 13px; padding-right: 10px; }
  .cta { padding-bottom: 48px; }
  .cta-box { display: block; padding: 31px 28px; border-radius: 12px; }
  .cta .eyebrow { font-size: 8px; letter-spacing: .1em; }
  .cta h2 { font-size: 41px; }
  .cta-action { margin-top: 26px; }
  .cta-action>p { font-size: 13px; }
  .cta .button { font-size: 12px; padding-inline: 20px; }
  .cta-mark { font-size: 260px; bottom: -74px; right: 6px; }
  .site-footer { padding-top: 43px; padding-bottom: 82px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .footer-brand { display: block; grid-column: 1 / -1; }
  .footer-brand p { max-width: 260px; font-size: 13px; margin-bottom: 22px; }
  .footer-brand .payment-logos { width: 250px; }
  .footer-grid nav:last-child { grid-column: 1 / -1; }
  .site-footer nav strong { font-size: 12px; margin-bottom: 5px; }
  .site-footer nav a { font-size: 12px; }
  .footer-seller { margin-top: 30px; padding-top: 20px; }
  .footer-support { font-size: 10px; }
  .doc { padding-block: 43px 65px; }
  .doc h1 { font-size: 34px; letter-spacing: -1.3px; overflow-wrap: anywhere; }
  .doc h2 { font-size: 21px; }
  .doc p,.doc li { font-size: 14px; }
  .doc .meta { font-size: 12px; }
  .info { grid-template-columns: 1fr; gap: 3px; padding: 20px 22px; font-size: 13px; }
  .info dd+dt { margin-top: 10px; }
  .info dt { font-size: 11px; }
  .corporate-page .page-intro h1 { font-size: 39px; }
  .page-intro>p:last-child { font-size: 15px; }
  .about-note { padding: 25px; }
  .contact-cards { grid-template-columns: 1fr; gap: 12px; }
  .contact-cards>a { padding: 22px; }
  .contact-icon { margin-bottom: 15px; }
  .contact-cards a>span:not(.contact-icon):not(.contact-label) { font-size: 18px; }
  .contact-label { margin-top: 13px; }
}
@media (max-width:359px) {
  .wrap { padding-inline: 17px; }
  .hero h1 { font-size: 35px; }
  .hero .actions { gap: 14px; }
  .hero .button { padding-inline: 13px; font-size: 11px; }
  .hero .text-link { font-size: 11px; }
  .hero .eyebrow { font-size: 8px; }
  .plan-badge { font-size: 8px; }
  .cta h2 { font-size: 36px; }
}
/* ── Konumlandırma bölümleri: tek paket, akış, karşılaştırma, geri arama ve özellikler sayfası. ── */
/* Tek paket */
.package-section { background: #fff; }
.package-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.package-copy h2 { font-size: 38px; line-height: 1.12; letter-spacing: -1.2px; font-weight: 550; margin: 18px 0 20px; }
.package-copy h2 em { font-style: normal; color: #6f8a68; }
.package-copy p { font-size: 15px; line-height: 1.8; color: #63705c; margin: 0 0 16px; max-width: 460px; }
.package-copy .text-link { margin-top: 6px; }
.package-included { padding: 28px 30px; border: 1px solid #dce3d7; border-radius: 16px; background: #f7f9f3; }
.included-head { margin: 0 0 18px; color: #3b5630; font-size: 12px; font-weight: 550; letter-spacing: .08em; text-transform: uppercase; }
.package-included ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 22px; list-style: none; margin: 0; padding: 0; }
.package-included li { display: flex; align-items: center; gap: 9px; color: #3f5140; font-size: 13.5px; }
.package-included .i { width: 17px; height: 17px; flex: none; color: #6f9264; stroke-width: 2.2; }
.included-foot { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid #e2e7dc; color: #78866f; font-size: 12.5px; line-height: 1.7; }

/* Akış şeridi: siparişin panelde izlediği yol */
.flow-strip { margin-top: 44px; padding-top: 30px; border-top: 1px solid #e2e7dc; display: flex; gap: 36px; align-items: flex-start; }
.flow-head { flex: none; width: 150px; margin: 0; color: #566951; font-size: 13px; font-weight: 550; line-height: 1.5; }
.flow-strip ol { flex: 1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; list-style: none; margin: 0; padding: 0; counter-reset: flow; }
.flow-strip li { position: relative; counter-increment: flow; padding-top: 26px; }
.flow-strip li::before { content: counter(flow); position: absolute; top: 0; left: 0; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #e4ebdc; color: #47623c; font-size: 11px; font-weight: 600; }
.flow-strip li::after { content: ""; position: absolute; top: 10px; left: 26px; right: -18px; height: 1px; background: #dfe6d7; }
.flow-strip li:last-child::after { display: none; }
.flow-strip strong { display: block; font-size: 14px; font-weight: 550; color: #2c4634; }
.flow-strip span { display: block; margin-top: 3px; color: #7b8771; font-size: 12px; line-height: 1.55; }

/* Karşılaştırma tablosu */
.compare-section { background: #f4f6ef; }
.compare { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid #dce3d7; border-radius: 14px; overflow: hidden; }
.compare th, .compare td { padding: 15px 20px; text-align: left; font-size: 14px; border-bottom: 1px solid #e8ece1; }
.compare thead th { background: #eef2e7; color: #46573e; font-size: 12px; font-weight: 550; letter-spacing: .04em; text-transform: uppercase; }
.compare thead th:nth-child(2) { color: #2f5233; }
.compare tbody th { font-weight: 500; color: #3b4a38; width: 34%; }
.compare td { color: #6b7863; }
.compare td:nth-child(2) { color: #2f5233; font-weight: 500; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.compare .yes { display: inline-flex; margin-right: 8px; vertical-align: -3px; }
.compare .yes .i { width: 16px; height: 16px; color: #6f9264; stroke-width: 2.4; }
.compare-note { margin: 18px 0 0; color: #7b8771; font-size: 11.5px; line-height: 1.75; text-align: center; }

/* Fiyat kartı eklentileri */
.plan-period-row { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: -20px 0 26px; }
.plan-period { margin: 0; }
.plan-no-extra { display: inline-flex; align-items: center; gap: 7px; margin: 0; color: #4c6b43; font-size: 12.5px; }
.plan-no-extra .i { width: 16px; height: 16px; color: #6f9264; stroke-width: 2.4; }
.plan-features { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 7px; }
.plan-features li { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #52684e; }
.plan-features .i { width: 15px; height: 15px; flex: none; color: #6f9264; stroke-width: 2.4; }
.featured .plan-features li { color: #c3d4b2; }
.featured .plan-features .i { color: #a8c495; }
.plan-included a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* Geri arama formu */
.callback { margin-top: 40px; padding: 32px 34px; border: 1px solid #dce3d7; border-radius: 16px; background: #f7f9f3; display: grid; grid-template-columns: minmax(0, 320px) minmax(0, 1fr); gap: 36px; align-items: start; }
.doc .callback-copy h2 { margin: 0 0 12px; font-size: 26px; letter-spacing: -.6px; }
.doc .callback-copy p { margin: 0; font-size: 14px; line-height: 1.75; color: #6b7863; }
.callback-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.callback-form label { display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; color: #4b5a47; }
.callback-form label em { font-style: normal; color: #8c9784; }
.callback-form label.is-wide, .callback-consent, .callback-form button, .callback-status, .callback-trap { grid-column: 1 / -1; }
.callback-form input, .callback-form select, .callback-form textarea { min-height: 46px; padding: 11px 13px; border: 1px solid #ccd6c6; border-radius: 9px; background: #fff; color: var(--ink); font: inherit; font-size: 14px; }
.callback-form textarea { min-height: 60px; resize: vertical; }
.callback-form :is(input, select, textarea):focus-visible { outline: 2px solid #2e6b57; outline-offset: 1px; border-color: #2e6b57; }
.callback-consent { margin: 0; color: #78866f; font-size: 11.5px; line-height: 1.7; }
.callback-consent a { color: #4b5a47; text-decoration: underline; text-underline-offset: 2px; }
.callback-form button { justify-self: start; min-height: 48px; }
.callback-trap { position: absolute; left: -9999px; }
.callback-status { margin: 0; padding: 11px 14px; border-radius: 9px; background: #e7f0e2; color: #2f5233; font-size: 13px; }
.callback-status.is-error { background: #f8e5e1; color: #8c342b; }

/* Özellikler sayfası */
.features-page .page-intro-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 26px; }
.feature-block { margin-top: 44px; }
.doc .feature-block h2 { font-size: 15px; font-weight: 550; color: #6b7a63; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 20px; padding-bottom: 14px; border-bottom: 1px solid #e2e7dc; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 34px; }
.doc .feature-list h3 { font-size: 18px; font-weight: 550; letter-spacing: -.3px; margin: 0 0 8px; scroll-margin-top: 90px; }
.doc .feature-list article { scroll-margin-top: 90px; }
.doc .feature-list p { margin: 0; font-size: 14px; line-height: 1.75; color: #6b7863; }

@media (max-width: 1100px) {
  .package-grid { gap: 36px; }
  .package-copy h2 { font-size: 32px; }
  .nav-panel-inner { padding: 20px 22px; gap: 8px 22px; }
}
@media (max-width: 900px) {
  .package-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .package-copy p { max-width: none; }
  .flow-strip { display: block; }
  .flow-head { width: auto; margin-bottom: 18px; }
  .flow-strip ol { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 20px; }
  .flow-strip li::after { display: none; }
  .callback { grid-template-columns: minmax(0, 1fr); gap: 24px; }
}
@media (max-width: 760px) {
  .utility-claim, .utility-hint { display: none; }
  .utility-row { justify-content: center; }
  .nav-panel { display: none; }
  .compare { display: block; border: 0; background: transparent; }
  .compare thead { display: none; }
  .compare tbody, .compare tr, .compare th, .compare td { display: block; }
  .compare tr { margin-bottom: 12px; border: 1px solid #dce3d7; border-radius: 12px; background: #fff; overflow: hidden; }
  .compare tbody th { width: auto; padding: 13px 16px 0; font-size: 15px; }
  .compare td { padding: 9px 16px; border: 0; }
  .compare td::before { content: attr(data-label) ": "; color: #8c9784; }
  .compare tr td:last-child { padding-bottom: 15px; }
  .callback-form { grid-template-columns: minmax(0, 1fr); }
  .feature-list { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .flow-strip ol { grid-template-columns: minmax(0, 1fr); }
  .package-included ul { grid-template-columns: 1fr; }
  .callback { padding: 24px 20px; }
}
/* Entegrasyonlar: kanal listesi; yayın durumu build.mjs'teki integrationState ile değişir. */
.integration-section { background: #fff; }
.integration-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; list-style: none; margin: 0; padding: 0; }
.integration-grid li { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 22px 20px; border: 1px solid #dce3d7; border-radius: 12px; background: #fafbf7; }
.integration-grid strong { font-size: 15px; font-weight: 550; letter-spacing: -.2px; }
.integration-grid span { color: #7b8771; font-size: 12px; line-height: 1.6; }
.integration-grid em { align-self: flex-start; margin-top: 4px; padding: 3px 8px; border-radius: 999px; background: #e9ede2; color: #5d6c55; font-size: 10px; font-style: normal; letter-spacing: .04em; }
.integration-note { margin: 24px 0 0; color: #697b60; font-size: 13px; line-height: 1.8; text-align: center; }
@media (max-width: 1100px) { .integration-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .integration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .integration-grid li { padding: 18px 16px; } }
@media (max-width: 420px) { .integration-grid { grid-template-columns: minmax(0, 1fr); } }
/* ── Konumlandırma bölümleri sonu ── */
/* ── Panel görünümü: sitedeki ürün görselleri panelin gerçek ekranlarıdır (lezzetpos-frontend tokens.css, styles.css). Ekran gerçek ölçüsünde çizilir, kapsayıcı genişliğine göre ölçeklenir; renk ve ölçüler panelle aynı tutulmalıdır. ── */
.pm-stage { position: relative; container-type: inline-size; min-width: 0; }
.pm { --pm-bg: #f5f5f0; --pm-surface: #fff; --pm-subtle: #f1f2ec; --pm-sunken: #ebede6; --pm-border: #dfe3da; --pm-control: #cfd6ca; --pm-divider: #eceee8; --pm-text: #1d2e27; --pm-secondary: #4f5f57; --pm-muted: #66726b; --pm-disabled: #9aa39d; --pm-primary: #183c34; --pm-primary-subtle: #e8efe3; --pm-brand: #f09872; --pm-success: #2e6b46; --pm-success-solid: #3f8a5a; --pm-warning: #86561a; --pm-warning-solid: #d08a2e; --pm-warning-subtle: #fbf1de; --pm-info-solid: #4d8894; --pm-chart-1: #2f5d4c; --pm-chart-2: #7c9fb0; --pm-chart-3: #d3a15d; --pm-rail: #15302a; --pm-rail-active: #2b4b43; --pm-rail-text: #b3c6bb;
  position: relative; display: flex; overflow: hidden; border-radius: 12px; background: var(--pm-bg); color: var(--pm-text); font: 400 14px/1.4 var(--sans); letter-spacing: normal; text-align: left; font-variant-numeric: tabular-nums; box-shadow: 0 0 0 1px rgb(20 40 34 / .14), 0 34px 60px -34px rgb(20 40 34 / .45); user-select: none; }
.pm .i { width: 18px; height: 18px; stroke-width: 1.75; }
.pm b, .pm strong { font-weight: 600; }
.pm small { font-size: 12px; }

/* Sol menü ve üst çubuk */
.pm-rail { flex: 0 0 88px; display: flex; flex-direction: column; background: var(--pm-rail); color: var(--pm-rail-text); }
.pm-rail-brand { flex: 0 0 52px; display: grid; place-items: center; border-bottom: 1px solid rgb(255 255 255 / .08); }
.pm-mark { position: relative; width: 21px; height: 24px; border-radius: 6px 6px 6px 1px; background: var(--pm-brand); }
.pm-mark:after { content: ""; position: absolute; right: 5px; bottom: 5px; width: 5px; height: 10px; border-radius: 2px; background: var(--pm-rail); }
.pm-rail-nav { flex: 1; display: flex; flex-direction: column; gap: 4px; padding: 10px 8px; }
.pm-rail-item { min-height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-radius: 8px; font-size: 12px; font-weight: 500; line-height: 1.1; }
.pm-rail-item .i { width: 22px; height: 22px; }
.pm-rail-item.is-active { background: var(--pm-rail-active); color: #fff; }
.pm-rail-icon { position: relative; display: grid; }
.pm-rail-icon em { position: absolute; top: -7px; left: calc(100% - 7px); min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 5px; border-radius: 999px; background: var(--pm-brand); color: #2b1a10; font-size: 11px; font-style: normal; font-weight: 600; box-shadow: 0 0 0 2px var(--pm-rail); }
.pm-rail-foot { display: flex; flex-direction: column; gap: 4px; padding: 8px; border-top: 1px solid rgb(255 255 255 / .08); }
.pm-rail-toggle { height: 40px; display: grid; place-items: center; }
.pm-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.pm-topbar { flex: 0 0 52px; display: flex; align-items: center; gap: 16px; padding: 0 20px; border-bottom: 1px solid var(--pm-border); background: var(--pm-surface); }
.pm-context { display: flex; align-items: center; gap: 8px; color: var(--pm-secondary); font-size: 13px; font-weight: 500; }
.pm-context .i { width: 16px; height: 16px; color: var(--pm-muted); }
.pm-connection { margin-left: auto; display: flex; align-items: center; gap: 6px; color: var(--pm-muted); font-size: 12px; font-weight: 500; }
.pm-connection i { width: 7px; height: 7px; border-radius: 50%; background: var(--pm-success-solid); }
.pm-clock { display: flex; align-items: baseline; gap: 6px; padding-left: 16px; border-left: 1px solid var(--pm-divider); color: var(--pm-muted); font-size: 12px; }
.pm-clock b { color: var(--pm-text); font-size: 14px; }
.pm-user { display: flex; align-items: center; gap: 2px; color: var(--pm-muted); }
.pm-user b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--pm-primary-subtle); color: var(--pm-primary); font-size: 12px; }
.pm-user .i { width: 16px; height: 16px; }

/* Ortak parçalar */
.pm-page { flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 12px; padding: 12px 20px 20px; }
.pm-toolbar { flex: none; min-height: 44px; display: flex; align-items: center; gap: 12px; }
.pm-h1 { margin-right: 4px; font-size: 22px; line-height: 28px; letter-spacing: -.02em; white-space: nowrap; }
.pm-push { margin-left: auto; }
.pm-muted { color: var(--pm-muted); font-size: 13px; }
.pm-chip { height: 44px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid var(--pm-border); border-radius: 8px; background: var(--pm-surface); color: var(--pm-secondary); font-size: 13px; font-weight: 500; white-space: nowrap; }
.pm-chip.is-active { border-color: var(--pm-primary); background: var(--pm-primary-subtle); color: var(--pm-primary); }
.pm-segmented { height: 44px; display: inline-flex; gap: 2px; padding: 3px; border-radius: 8px; background: var(--pm-sunken); }
.pm-segmented > span { display: flex; align-items: center; justify-content: center; min-width: 38px; padding: 0 12px; border-radius: 6px; color: var(--pm-secondary); font-size: 13px; font-weight: 500; white-space: nowrap; }
.pm-segmented > span.is-active { background: var(--pm-surface); color: var(--pm-text); box-shadow: 0 1px 2px rgb(20 40 34 / .1), 0 0 0 1px rgb(20 40 34 / .04); }
.pm-segmented .i { width: 16px; height: 16px; }
.pm-button { height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border: 1px solid var(--pm-control); border-radius: 8px; background: var(--pm-surface); color: var(--pm-text); font-size: 14px; font-weight: 500; white-space: nowrap; }
.pm-button .i { width: 18px; height: 18px; color: var(--pm-muted); }
.pm-button.is-primary { border-color: transparent; background: var(--pm-primary); color: #fff; font-weight: 600; }
.pm-button.is-primary .i { color: currentColor; }
.pm-button.is-large { height: 52px; font-size: 16px; }
.pm-button.is-small { height: 40px; padding: 0 12px; font-size: 13px; }
.pm-icon-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--pm-control); border-radius: 8px; background: var(--pm-surface); color: var(--pm-secondary); }
.pm-total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; color: var(--pm-secondary); font-size: 14px; }
.pm-total strong { color: var(--pm-text); font-size: 28px; line-height: 34px; letter-spacing: -.02em; }
.pm-panel { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--pm-border); border-radius: 8px; background: var(--pm-surface); }
.pm-panel-head { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 16px; border-bottom: 1px solid var(--pm-divider); }
.pm-panel-head b { font-size: 16px; letter-spacing: -.01em; }
.pm-panel-head small { color: var(--pm-muted); font-size: 13px; }
.pm-panel-head.is-inline { justify-content: flex-start; gap: 8px; }

/* Masalar */
.pm-tables-page { flex-direction: row; gap: 0; padding: 0; }
.pm-tables-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 12px; padding: 12px 20px 20px; }
.pm-table-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 112px; gap: 12px; }
.pm-tables-main .pm-search { width: 170px; }
.pm-table { display: flex; flex-direction: column; justify-content: space-between; padding: 14px 16px; border: 1px solid var(--pm-control); border-radius: 8px; background: var(--pm-surface); color: var(--pm-text); }
.pm-table-head { display: flex; flex-direction: column; gap: 2px; }
.pm-table-head b { font-size: 18px; line-height: 24px; letter-spacing: -.01em; }
.pm-table-head span { font-size: 16px; line-height: 22px; font-weight: 500; }
.pm-table-state { display: flex; align-items: center; gap: 7px; color: var(--pm-secondary); font-size: 13px; font-weight: 500; white-space: nowrap; }
.pm-table-state i { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--pm-disabled); }
.pm-table.is-empty { border-color: var(--pm-border); background: transparent; color: var(--pm-secondary); }
.pm-table.is-empty .pm-table-state { color: var(--pm-muted); }
.pm-table.is-empty .pm-table-state i { background: transparent; box-shadow: inset 0 0 0 1.5px var(--pm-disabled); }
.pm-table.is-info .pm-table-state i { background: var(--pm-info-solid); }
.pm-table.is-success .pm-table-state { color: var(--pm-success); }
.pm-table.is-success .pm-table-state i { background: var(--pm-success-solid); }
.pm-table.is-warning .pm-table-state { color: var(--pm-warning); }
.pm-table.is-warning .pm-table-state i { background: var(--pm-warning-solid); }
.pm-table.is-request { border-color: #ebd09f; }
.pm-table.is-selected { border-color: var(--pm-primary); box-shadow: 0 0 0 1px var(--pm-primary); }
.pm-detail { flex: 0 0 300px; display: flex; flex-direction: column; padding: 12px 16px 16px; border-left: 1px solid var(--pm-border); background: var(--pm-surface); }
.pm-detail-head { min-height: 40px; display: flex; align-items: center; gap: 8px; color: var(--pm-muted); font-size: 13px; }
.pm-detail-head em { margin-left: auto; height: 22px; display: inline-flex; align-items: center; padding: 0 8px; border-radius: 4px; background: var(--pm-primary-subtle); color: var(--pm-primary); font-size: 12px; font-style: normal; font-weight: 500; }
.pm-detail-head .i { color: var(--pm-secondary); }
.pm-detail-title { font-size: 22px; line-height: 28px; letter-spacing: -.02em; }
.pm-detail-meta { display: flex; align-items: center; gap: 6px; margin-top: 2px; color: var(--pm-muted); font-size: 13px; }
.pm-detail-meta .i { width: 16px; height: 16px; }
.pm-field { min-height: 52px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; column-gap: 10px; margin-top: 16px; padding: 6px 12px; border: 1px solid var(--pm-control); border-radius: 8px; background: var(--pm-surface); color: var(--pm-text); font-size: 14px; font-weight: 500; }
.pm-field > span { display: flex; flex-direction: column; }
.pm-field small { color: var(--pm-muted); font-size: 12px; font-weight: 400; line-height: 16px; }
.pm-field .i { color: var(--pm-muted); }
.pm-detail-order { margin: 16px -16px 0; border-top: 1px solid var(--pm-border); }
.pm-detail-order-head { min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--pm-divider); font-size: 14px; }
.pm-detail-order-head span { color: var(--pm-muted); font-size: 13px; }
.pm-line { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 16px; border-bottom: 1px solid var(--pm-divider); font-size: 14px; }
.pm-detail-foot { margin-top: auto; display: flex; flex-direction: column; gap: 12px; }
.pm-detail-foot .pm-button { width: 100%; }

/* Servise hazır bildirimi */
.pm-toast { position: absolute; left: 144px; bottom: 20px; width: 480px; display: grid; grid-template-columns: 40px minmax(0, 1fr) auto 40px; align-items: center; gap: 12px; padding: 10px; border-radius: 10px; background: var(--pm-text); color: #fff; box-shadow: 0 8px 24px rgb(20 40 34 / .12), 0 1px 2px rgb(20 40 34 / .06); }
.pm-toast-close { width: 40px; height: 40px; display: grid; place-items: center; color: rgb(255 255 255 / .7); }
.pm-toast-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 8px; background: rgb(255 255 255 / .1); color: #8fd0a5; }
.pm-toast-icon .i { width: 20px; height: 20px; stroke-width: 2; }
.pm-toast-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.pm-toast-copy em { color: #8fd0a5; font-size: 12px; font-style: normal; font-weight: 600; }
.pm-toast-copy b { font-size: 16px; font-weight: 600; }
.pm-toast-copy small { overflow: hidden; color: rgb(255 255 255 / .78); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.pm-toast-open { height: 40px; display: flex; align-items: center; padding: 0 14px; border-radius: 8px; background: #fff; color: #1d2e27; font-size: 13px; font-weight: 600; }

/* Satış */
.pm-sales-page { flex-direction: row; gap: 0; padding: 0; }
.pm-catalog { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 12px; padding: 12px 20px 20px; }
.pm-back { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--pm-control); border-radius: 8px; background: var(--pm-surface); color: var(--pm-secondary); }
.pm-catalog .pm-segmented { margin-left: auto; }
.pm-search { width: 190px; height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--pm-control); border-radius: 8px; background: var(--pm-surface); color: var(--pm-muted); font-size: 14px; }
.pm-categories { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.pm-categories span { height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--pm-border); border-radius: 8px; background: var(--pm-surface); color: var(--pm-secondary); font-size: 13px; font-weight: 500; }
.pm-categories span.is-active { border-color: var(--pm-primary); background: var(--pm-primary-subtle); color: var(--pm-primary); }
.pm-products { flex: 1; min-height: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pm-product { min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto auto; padding: 10px 12px 12px; border: 1px solid var(--pm-border); border-radius: 8px; background: var(--pm-surface); }
.pm-product img { width: 100%; height: 100%; min-height: 0; margin-bottom: 8px; object-fit: contain; }
.pm-product b { overflow: hidden; font-size: 16px; line-height: 22px; font-weight: 500; letter-spacing: -.01em; text-overflow: ellipsis; white-space: nowrap; }
.pm-product > span { margin-top: 2px; color: var(--pm-secondary); font-size: 14px; font-weight: 500; }
.pm-order { flex: 0 0 350px; display: flex; flex-direction: column; border-left: 1px solid var(--pm-border); background: var(--pm-surface); }
.pm-order-actions { min-height: 64px; display: flex; align-items: center; gap: 8px; padding: 0 12px; border-bottom: 1px solid var(--pm-border); }
.pm-order-actions .pm-button { padding: 0 12px; }
.pm-saved { margin-left: auto; display: flex; align-items: center; gap: 6px; color: var(--pm-muted); font-size: 12px; }
.pm-saved i { width: 6px; height: 6px; border-radius: 50%; background: var(--pm-success-solid); }
.pm-order-head { min-height: 52px; display: flex; align-items: center; gap: 12px; padding: 0 12px 0 16px; border-bottom: 1px solid var(--pm-border); font-size: 16px; }
.pm-order-head span { margin-left: auto; color: var(--pm-muted); font-size: 13px; }
.pm-order-head .i { color: var(--pm-secondary); }
.pm-order-lines { flex: 1; }
.pm-order-line { padding: 10px 16px; border-bottom: 1px solid var(--pm-divider); }
.pm-order-line-top { display: flex; justify-content: space-between; gap: 8px; font-size: 14px; }
.pm-order-line-top i { display: inline-block; width: 6px; height: 6px; margin-left: 6px; border-radius: 50%; background: var(--pm-warning-solid); vertical-align: middle; }
.pm-order-line-top b { font-weight: 600; }
.pm-order-line-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; color: var(--pm-muted); }
.pm-qty { height: 40px; display: inline-flex; align-items: center; gap: 22px; padding: 0 12px; border: 1px solid var(--pm-control); border-radius: 8px; color: var(--pm-secondary); }
.pm-qty b { color: var(--pm-text); font-weight: 500; }
.pm-qty .i { width: 16px; height: 16px; }
.pm-order-foot { display: flex; flex-direction: column; gap: 10px; padding: 12px; border-top: 1px solid var(--pm-border); }
.pm-order-foot .pm-total { padding: 0 4px; }
.pm-pay { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.pm-pay .pm-button { font-size: 14px; }

/* Mutfak */
.pm-kitchen-board { flex: 1; min-height: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pm-kitchen-column { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.pm-kitchen-head { min-height: 40px; display: flex; align-items: center; gap: 8px; margin-bottom: 4px; padding: 0 2px; border-bottom: 1px solid var(--pm-border); font-size: 14px; }
.pm-kitchen-head i { width: 8px; height: 8px; border-radius: 50%; background: var(--pm-warning-solid); }
.pm-kitchen-head i.is-preparing { background: var(--pm-info-solid); }
.pm-kitchen-head i.is-ready { background: var(--pm-success-solid); }
.pm-kitchen-head em { min-width: 22px; height: 22px; display: grid; place-items: center; margin-left: auto; padding: 0 7px; border-radius: 999px; background: var(--pm-sunken); color: var(--pm-secondary); font-size: 12px; font-style: normal; font-weight: 600; }
.pm-ticket { display: flex; flex-direction: column; padding: 12px 14px 14px; border: 1px solid var(--pm-border); border-radius: 8px; background: var(--pm-surface); }
.pm-ticket-head { display: flex; align-items: flex-start; gap: 8px; padding-bottom: 10px; border-bottom: 1px solid var(--pm-divider); }
.pm-ticket-head > span:first-child { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.pm-ticket-head b { font-size: 16px; line-height: 22px; letter-spacing: -.01em; }
.pm-ticket-head small { color: var(--pm-muted); }
.pm-ticket-head > .i { margin-top: 5px; color: var(--pm-muted); }
.pm-elapsed { height: 28px; display: inline-flex; align-items: center; gap: 4px; padding: 0 8px; border-radius: 999px; color: var(--pm-secondary); font-size: 13px; font-weight: 600; white-space: nowrap; }
.pm-elapsed .i { width: 15px; height: 15px; color: var(--pm-muted); }
.pm-elapsed.is-delayed { background: var(--pm-warning-subtle); color: var(--pm-warning); }
.pm-elapsed.is-delayed .i { color: currentColor; }
.pm-ticket-items { display: flex; flex-direction: column; padding: 8px 0 12px; }
.pm-ticket-items > span { padding: 6px 0; font-size: 15px; }
.pm-ticket-items > span b { margin-right: 6px; color: var(--pm-secondary); font-weight: 500; }
.pm-ticket-items small { display: block; margin: 2px 0 0 26px; color: var(--pm-warning); }
.pm-ticket-action { width: 100%; font-weight: 600; }
.pm-ticket-action .i { color: currentColor; }

/* Raporlar */
.pm-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--pm-border); border-radius: 8px; background: var(--pm-surface); }
.pm-stats > span { display: flex; flex-direction: column; gap: 2px; padding: 12px 16px; box-shadow: -1px 0 0 var(--pm-divider); }
.pm-stats small { color: var(--pm-muted); font-weight: 500; }
.pm-stats b { font-size: 22px; line-height: 28px; letter-spacing: -.02em; }
.pm-report-grid { flex: 1; min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pm-payment { display: grid; grid-template-columns: 150px minmax(0, 1fr) 40px; align-items: center; gap: 16px; padding: 12px 16px; border-bottom: 1px solid var(--pm-divider); }
.pm-payment > span:first-child { display: flex; flex-direction: column; gap: 2px; }
.pm-payment small { color: var(--pm-muted); }
.pm-payment b { font-size: 16px; }
.pm-payment > small { color: var(--pm-secondary); font-size: 13px; text-align: right; }
.pm-track { height: 8px; overflow: hidden; border-radius: 999px; background: var(--pm-sunken); }
.pm-track i { display: block; height: 100%; border-radius: 999px; background: var(--pm-chart-1); }
.pm-track i.is-card { background: var(--pm-chart-2); }
.pm-track i.is-meal { background: var(--pm-chart-3); }
.pm-seller { min-height: 40px; display: grid; grid-template-columns: 20px minmax(0, 1fr) 36px 90px; align-items: center; gap: 12px; margin: 0 16px; border-bottom: 1px solid var(--pm-divider); font-size: 14px; }
.pm-seller:last-child { border-bottom: 0; }
.pm-seller > small { color: var(--pm-muted); font-size: 13px; }
.pm-seller > span { overflow: hidden; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.pm-seller > b, .pm-seller > small:last-child { text-align: right; }
.pm-seller > small:last-child { color: var(--pm-secondary); }

/* Yönetim kartlarındaki tablo kesitleri */
.panel-preview { margin-top: auto; container-type: inline-size; min-width: 0; }
.pm-card-panel { width: 560px; display: block; background: transparent; box-shadow: 0 30px 50px -36px rgb(20 40 34 / .5); }
.pm-card-panel > .pm-panel { border-color: #d7ddd0; }
.pm-table-row { min-height: 48px; display: grid; grid-template-columns: minmax(0, 1.5fr) 110px 90px 80px; align-items: center; gap: 12px; padding: 6px 16px; border-bottom: 1px solid var(--pm-divider); font-size: 14px; }
.pm-table-row:last-child { border-bottom: 0; }
.pm-table-row.is-head { min-height: 36px; border-bottom-color: var(--pm-border); background: var(--pm-subtle); color: var(--pm-muted); font-size: 12px; font-weight: 500; }
.pm-table-row > span:first-child { display: flex; flex-direction: column; gap: 2px; }
.pm-table-row b { font-weight: 500; }
.pm-table-row strong { font-weight: 600; }
.pm-table-row small { color: var(--pm-muted); }
.pm-table-row > span:nth-child(2), .pm-table-row > span:nth-child(3) { text-align: right; }
.pm-badge { height: 22px; display: inline-flex; align-items: center; padding: 0 8px; border-radius: 4px; font-size: 12px; font-style: normal; font-weight: 500; }
.pm-badge.is-warning { background: var(--pm-warning-subtle); color: var(--pm-warning); }
.pm-branch-row { grid-template-columns: minmax(0, 1.4fr) 90px 130px 50px; }
.pm-branch-row > span:nth-child(2) { text-align: left; }
.pm-branch-row > span:last-child { text-align: right; }
.pm-status { display: inline-flex; align-items: center; gap: 6px; color: var(--pm-secondary); font-size: 13px; }
.pm-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--pm-success-solid); }

/* Ürün turu: ekran kendi kenarını çizer. */
.tour-screen .pm { box-shadow: 0 0 0 1px rgb(255 255 255 / .12), 0 34px 60px -34px rgb(0 0 0 / .6); }
.tour-screen .sample-note { color: #9fb3a6; }
.pm-stage .sample-note { padding: 10px 2px 0; }
.pm-hero { width: 980px; height: 620px; }
.pm-screen { width: 1000px; height: 600px; }
.pm-hero { zoom: 0.265; }
@container (min-width: 280px) { .pm-hero { zoom: 0.286; } }
@container (min-width: 300px) { .pm-hero { zoom: 0.306; } }
@container (min-width: 320px) { .pm-hero { zoom: 0.327; } }
@container (min-width: 340px) { .pm-hero { zoom: 0.347; } }
@container (min-width: 360px) { .pm-hero { zoom: 0.367; } }
@container (min-width: 380px) { .pm-hero { zoom: 0.388; } }
@container (min-width: 400px) { .pm-hero { zoom: 0.408; } }
@container (min-width: 420px) { .pm-hero { zoom: 0.429; } }
@container (min-width: 440px) { .pm-hero { zoom: 0.449; } }
@container (min-width: 460px) { .pm-hero { zoom: 0.469; } }
@container (min-width: 480px) { .pm-hero { zoom: 0.490; } }
@container (min-width: 500px) { .pm-hero { zoom: 0.510; } }
@container (min-width: 520px) { .pm-hero { zoom: 0.531; } }
@container (min-width: 540px) { .pm-hero { zoom: 0.551; } }
@container (min-width: 560px) { .pm-hero { zoom: 0.571; } }
@container (min-width: 580px) { .pm-hero { zoom: 0.592; } }
@container (min-width: 600px) { .pm-hero { zoom: 0.612; } }
@container (min-width: 620px) { .pm-hero { zoom: 0.633; } }
@container (min-width: 640px) { .pm-hero { zoom: 0.653; } }
@container (min-width: 660px) { .pm-hero { zoom: 0.673; } }
@container (min-width: 680px) { .pm-hero { zoom: 0.694; } }
@container (min-width: 700px) { .pm-hero { zoom: 0.714; } }
@container (min-width: 720px) { .pm-hero { zoom: 0.735; } }
@container (min-width: 740px) { .pm-hero { zoom: 0.755; } }
@container (min-width: 760px) { .pm-hero { zoom: 0.776; } }
.pm-screen { zoom: 0.260; }
@container (min-width: 280px) { .pm-screen { zoom: 0.280; } }
@container (min-width: 300px) { .pm-screen { zoom: 0.300; } }
@container (min-width: 320px) { .pm-screen { zoom: 0.320; } }
@container (min-width: 340px) { .pm-screen { zoom: 0.340; } }
@container (min-width: 360px) { .pm-screen { zoom: 0.360; } }
@container (min-width: 380px) { .pm-screen { zoom: 0.380; } }
@container (min-width: 400px) { .pm-screen { zoom: 0.400; } }
@container (min-width: 420px) { .pm-screen { zoom: 0.420; } }
@container (min-width: 440px) { .pm-screen { zoom: 0.440; } }
@container (min-width: 460px) { .pm-screen { zoom: 0.460; } }
@container (min-width: 480px) { .pm-screen { zoom: 0.480; } }
@container (min-width: 500px) { .pm-screen { zoom: 0.500; } }
@container (min-width: 520px) { .pm-screen { zoom: 0.520; } }
@container (min-width: 540px) { .pm-screen { zoom: 0.540; } }
@container (min-width: 560px) { .pm-screen { zoom: 0.560; } }
@container (min-width: 580px) { .pm-screen { zoom: 0.580; } }
@container (min-width: 600px) { .pm-screen { zoom: 0.600; } }
@container (min-width: 620px) { .pm-screen { zoom: 0.620; } }
@container (min-width: 640px) { .pm-screen { zoom: 0.640; } }
@container (min-width: 660px) { .pm-screen { zoom: 0.660; } }
@container (min-width: 680px) { .pm-screen { zoom: 0.680; } }
@container (min-width: 700px) { .pm-screen { zoom: 0.700; } }
@container (min-width: 720px) { .pm-screen { zoom: 0.720; } }
@container (min-width: 740px) { .pm-screen { zoom: 0.740; } }
@container (min-width: 760px) { .pm-screen { zoom: 0.760; } }
@container (min-width: 780px) { .pm-screen { zoom: 0.780; } }
.pm-card-panel { zoom: 0.429; }
@container (min-width: 260px) { .pm-card-panel { zoom: 0.464; } }
@container (min-width: 280px) { .pm-card-panel { zoom: 0.500; } }
@container (min-width: 300px) { .pm-card-panel { zoom: 0.536; } }
@container (min-width: 320px) { .pm-card-panel { zoom: 0.571; } }
@container (min-width: 340px) { .pm-card-panel { zoom: 0.607; } }
@container (min-width: 360px) { .pm-card-panel { zoom: 0.643; } }
@container (min-width: 380px) { .pm-card-panel { zoom: 0.679; } }
@container (min-width: 400px) { .pm-card-panel { zoom: 0.714; } }
@container (min-width: 420px) { .pm-card-panel { zoom: 0.750; } }
@container (min-width: 440px) { .pm-card-panel { zoom: 0.786; } }
@container (min-width: 460px) { .pm-card-panel { zoom: 0.821; } }
@container (min-width: 480px) { .pm-card-panel { zoom: 0.857; } }
@container (min-width: 500px) { .pm-card-panel { zoom: 0.893; } }
@container (min-width: 520px) { .pm-card-panel { zoom: 0.929; } }
@container (min-width: 540px) { .pm-card-panel { zoom: 0.964; } }
@container (min-width: 560px) { .pm-card-panel { zoom: 1.000; } }
@container (min-width: 580px) { .pm-card-panel { zoom: 1.036; } }
@container (min-width: 600px) { .pm-card-panel { zoom: 1.071; } }
@container (min-width: 620px) { .pm-card-panel { zoom: 1.107; } }
@container (min-width: 640px) { .pm-card-panel { zoom: 1.143; } }
@container (min-width: 660px) { .pm-card-panel { zoom: 1.179; } }
/* ── Panel görünümü sonu ── */
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*:before,*:after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header,.mobile-nav { position: static; }
  .tour-panel[hidden] { display: grid !important; }
  .tour-tabs { display: none; }
  .section { padding-block: 30px; }
  .hero-visual { break-inside: avoid; }
}
