


/* Tia Yazilim Corporate Horizon theme - 2026-07-18 */
:root {
  --ink: #0b1f3a;
  --muted: #5d6f86;
  --line: #d9e3ef;
  --blue: #2563eb;
  --blue-dark: #0b3470;
  --green: #0f9f6e;
  --orange: #f97316;
  --soft: #f3f6fa;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(9, 32, 67, .11);
}

html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: #f3f6fa;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
main {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 5%, rgba(37,99,235,.09), transparent 26rem),
    linear-gradient(180deg, #f8faff 0%, #f3f6fa 100%);
}

.site-header {
  min-height: 68px !important;
  padding: 8px clamp(14px, 3vw, 38px) !important;
  border-bottom: 1px solid rgba(148,163,184,.24) !important;
  background: rgba(7, 23, 47, .96) !important;
  box-shadow: 0 10px 34px rgba(2, 12, 27, .18);
  backdrop-filter: blur(18px) saturate(145%);
}
.site-header .brand {
  min-height: 48px;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(2,12,27,.22);
}
.site-header .brand > span { display: none !important; }
.site-header .brand-logo { max-height: 38px !important; width: min(158px, 42vw) !important; }
.site-nav { gap: 3px !important; }
.site-nav a {
  min-height: 36px !important;
  padding: 8px 9px !important;
  color: rgba(255,255,255,.82) !important;
  border-radius: 10px !important;
  font-weight: 750;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff !important;
  background: rgba(96,165,250,.17) !important;
  box-shadow: inset 0 0 0 1px rgba(147,197,253,.16) !important;
}
.site-nav .nav-panel-link {
  color: #07172f !important;
  background: linear-gradient(135deg,#93c5fd,#ffffff) !important;
}
.nav-separator { color: rgba(255,255,255,.23); }
.nav-toggle {
  border-color: rgba(255,255,255,.22) !important;
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.home-hero {
  min-height: 0 !important;
  margin: 0;
  padding: clamp(38px, 5vw, 72px) clamp(20px, 6vw, 86px) !important;
  gap: clamp(26px, 4vw, 54px) !important;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(56,189,248,.3), transparent 28rem),
    linear-gradient(125deg,#06162e 0%,#0b3470 56%,#1768d7 100%);
  box-shadow: inset 0 -1px rgba(255,255,255,.12);
}
.home-hero-copy h1 {
  color: #fff !important;
  font-size: clamp(2.45rem, 4.6vw, 4.65rem) !important;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.home-hero-copy p:not(.eyebrow) { color: rgba(235,244,255,.82) !important; }
.home-hero .eyebrow { color: #7dd3fc !important; }
.home-hero-media,
.home-an1-visual {
  min-height: 0 !important;
  padding: clamp(10px, 2vw, 18px) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 26px !important;
  background: rgba(255,255,255,.1) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.26) !important;
  backdrop-filter: blur(10px);
}
.home-hero-media img { max-height: 490px !important; }
.home-hero .button.primary {
  color: #07172f;
  background: linear-gradient(135deg,#7dd3fc,#fff) !important;
  box-shadow: 0 14px 34px rgba(56,189,248,.25);
}
.home-hero .button.ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,.36) !important;
  background: rgba(255,255,255,.08) !important;
}

.section,
.home-sector-section {
  min-height: 0 !important;
  padding-top: clamp(34px, 4.2vw, 58px) !important;
  padding-bottom: clamp(34px, 4.2vw, 58px) !important;
}
.home-page main > .section {
  width: min(1480px, 100%);
  margin-inline: auto;
}
.section-heading { margin-bottom: 22px !important; }
.section-heading h2,
.section h2 {
  color: #0b2447;
  letter-spacing: -.032em;
  text-wrap: balance;
}
.eyebrow {
  color: #1d4ed8;
  letter-spacing: .09em;
  font-weight: 900;
}
.reveal {
  opacity: 1 !important;
  transform: none !important;
}

.home-law-card,
.solution,
.why-item,
.tia-module,
.converter-card,
.contact-route-grid article,
.nfc-info-grid article,
.sector-catalog-card,
.commercial-sector-card {
  border: 1px solid rgba(148,163,184,.28) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 14px 38px rgba(9,32,67,.075) !important;
}
.home-law-card {
  padding: clamp(22px, 3vw, 34px) !important;
  background: linear-gradient(135deg,#fff,#f4f7fb) !important;
}
.home-law-mark {
  border-radius: 18px !important;
  background: linear-gradient(145deg,#0b2447,#1d4ed8) !important;
}
.detail-grid,
.tia-panel-grid,
.why-grid,
.converter-grid,
.demo-grid {
  gap: clamp(16px, 2.2vw, 28px) !important;
}
.home-page .product-detail,
.home-page .why-section,
.home-page .split-section,
.home-page .demo-section,
.home-page .converter-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.home-tiasoft-ad-section,
.home-trendyol-section {
  min-height: 0 !important;
  gap: clamp(20px, 3vw, 40px) !important;
  border-radius: 26px;
}
.home-page .panel-preview.blue-panel {
  min-height: 0 !important;
  margin: 12px clamp(12px, 3vw, 38px);
  border-radius: 28px;
  background: linear-gradient(135deg,#06162e,#0b3470 65%,#145fc3) !important;
  box-shadow: 0 24px 70px rgba(6,22,46,.2);
}
.signal-strip {
  background: #081a35 !important;
  border-block: 1px solid rgba(255,255,255,.1);
}
.cta-section {
  padding-top: clamp(38px, 5vw, 64px) !important;
  padding-bottom: clamp(38px, 5vw, 64px) !important;
  background: linear-gradient(125deg,#0b2447,#1559b6) !important;
}
.button {
  border-radius: 11px !important;
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  background: linear-gradient(135deg,#1d4ed8,#2d7ff9);
  box-shadow: 0 10px 26px rgba(37,99,235,.22);
}
input,
select,
textarea {
  border-radius: 11px !important;
  border-color: #cbd8e7 !important;
  background: #fff !important;
}
.site-footer {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  color: rgba(255,255,255,.72) !important;
  background: #06162e !important;
  border-top: 1px solid rgba(255,255,255,.1) !important;
}
.site-footer a { color: rgba(255,255,255,.84) !important; }
.whatsapp-float {
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 16px 38px rgba(6,78,59,.28) !important;
}

@media (max-width: 1500px) {
  .site-nav {
    background: rgba(7,23,47,.985) !important;
    border-color: rgba(255,255,255,.12) !important;
  }
}
@media (max-width: 920px) {
  .home-hero {
    padding-top: 34px !important;
    padding-bottom: 36px !important;
  }
  .home-hero-media { max-width: 720px; width: 100%; margin-inline: auto; }
  .home-law-card { grid-template-columns: 64px 1fr !important; }
  .home-law-mark { width: 64px !important; height: 64px !important; font-size: 34px !important; }
  .home-law-more { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .section,
  .home-sector-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .home-hero { padding-inline: 18px !important; }
  .home-hero-copy h1 { font-size: clamp(2.12rem, 11vw, 3rem) !important; }
  .home-hero-media img { max-height: 330px !important; }
  .home-page .panel-preview.blue-panel { margin-inline: 8px; border-radius: 20px; }
  .home-law-card { grid-template-columns: 1fr !important; }
  .home-law-more { grid-column: auto; }
}
﻿:root {
  --ink: #081426;
  --muted: #66758c;
  --line: #dfe7f1;
  --blue: #0d72d9;
  --blue-dark: #063c88;
  --green: #078238;
  --orange: #ec6907;
  --soft: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 32, 67, 0.14);
}

/* Avukat Portal and sector solutions */
.home-sector-section { padding-block: clamp(72px, 8vw, 112px); }
.home-law-card { display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(16,43,82,.14); border-radius: 26px; background: linear-gradient(135deg, #fff, #f5f8fc); box-shadow: 0 26px 68px rgba(16,43,82,.1); }
.home-law-mark { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 24px; background: #102b52; color: #c8963e; font-family: Georgia, serif; font-size: 48px; }
.home-law-copy > span { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: #f6ead1; color: #795517; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.home-law-copy h3 { margin: 13px 0 8px; color: #091b36; font-size: clamp(28px, 3.4vw, 46px); }
.home-law-copy p { max-width: 760px; color: #53657b; font-size: 17px; }
.home-law-more { display: inline-flex; align-items: center; gap: 8px; color: #102b52; font-weight: 900; }
.home-law-more span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #c8963e; color: #fff; }
@media (max-width: 850px) { .home-law-card { grid-template-columns: 1fr; } .home-law-more { justify-self: start; } }

.law-page {
  --law-navy: #102b52;
  --law-navy-deep: #091b36;
  --law-gold: #c8963e;
  --law-gold-soft: #f6ead1;
  --law-mist: #edf3f8;
  background:
    radial-gradient(circle at 12% 8%, rgba(200, 150, 62, .14), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(13, 114, 217, .12), transparent 26%),
    linear-gradient(180deg, #fbfcfe, #f2f6fa 60%, #ffffff);
}
.law-page .site-nav a[aria-current="page"] { background: rgba(16, 43, 82, .1); color: var(--law-navy); }
.law-page .eyebrow { color: var(--law-gold); }
.law-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(460px, 1.02fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(52px, 7vw, 104px) clamp(20px, 6vw, 88px);
  overflow: hidden;
}
.law-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  right: -210px;
  top: -180px;
  border: 1px solid rgba(200, 150, 62, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(200, 150, 62, .035), 0 0 0 160px rgba(13, 114, 217, .025);
}
.law-hero-copy { max-width: 780px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: #60728a; font-size: 13px; font-weight: 800; }
.breadcrumbs a:hover { color: var(--blue); }
.law-badge { display: inline-flex; align-items: center; gap: 9px; width: fit-content; padding: 8px 12px; border: 1px solid rgba(200, 150, 62, .35); border-radius: 999px; background: var(--law-gold-soft); color: #795517; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.law-badge span { font-family: Georgia, serif; font-size: 18px; }
.law-hero h1 { margin: 22px 0 20px; max-width: 820px; color: var(--law-navy-deep); font-size: clamp(42px, 5.6vw, 78px); line-height: .99; letter-spacing: -.045em; }
.law-hero h1 span { color: var(--law-navy); }
.law-hero-copy > p { color: #475c75; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.72; }
.law-trust-note { padding: 18px 20px; border-left: 4px solid var(--law-gold); border-radius: 0 14px 14px 0; background: rgba(255, 255, 255, .74); box-shadow: 0 16px 36px rgba(16, 43, 82, .07); font-size: 15px !important; }
.law-hero-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--law-navy); font-size: 13px; font-weight: 850; }
.law-hero-points li::before { content: "✓"; margin-right: 7px; color: var(--law-gold); }

.law-dashboard { overflow: hidden; min-height: 560px; border: 1px solid rgba(16, 43, 82, .14); border-radius: 26px; background: #f8fafc; box-shadow: 0 36px 90px rgba(9, 27, 54, .2); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.law-dashboard-top { display: flex; align-items: center; gap: 14px; min-height: 62px; padding: 14px 20px; border-bottom: 1px solid #dbe4ed; background: #fff; color: var(--law-navy); }
.law-dashboard-top > span { display: flex; gap: 5px; }
.law-dashboard-top i { width: 8px; height: 8px; border-radius: 50%; background: #d4dde7; }
.law-dashboard-top b { margin-right: auto; }
.law-dashboard-top small { padding: 5px 8px; border-radius: 999px; background: #e9f7ef; color: #08713a; font-weight: 800; }
.law-dashboard-body { display: grid; grid-template-columns: 150px 1fr; min-height: 498px; }
.law-dashboard aside { display: flex; flex-direction: column; gap: 8px; padding: 24px 14px; background: var(--law-navy-deep); color: rgba(255,255,255,.68); font-size: 11px; font-weight: 750; }
.law-dashboard aside b { margin-bottom: 20px; color: var(--law-gold); font-family: Georgia, serif; font-size: 36px; }
.law-dashboard aside span { padding: 10px 8px; border-radius: 9px; }
.law-dashboard aside .active { background: rgba(255,255,255,.11); color: #fff; }
.law-dashboard-main { padding: 28px; min-width: 0; }
.law-dashboard-greeting { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.law-dashboard-greeting span > * { display: block; }
.law-dashboard-greeting small { color: #75869a; }
.law-dashboard-greeting strong { color: var(--law-navy-deep); font-size: 19px; }
.law-dashboard-greeting em { padding: 7px 10px; border-radius: 9px; background: var(--law-gold-soft); color: #795517; font-size: 11px; font-style: normal; font-weight: 900; }
.law-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; }
.law-stat-grid div { padding: 18px; border: 1px solid #e0e7ef; border-radius: 15px; background: #fff; box-shadow: 0 10px 26px rgba(16, 43, 82, .05); }
.law-stat-grid span, .law-stat-grid b, .law-stat-grid small { display: block; }
.law-stat-grid span { color: #65768a; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.law-stat-grid b { margin: 5px 0; color: var(--law-navy); font-size: 30px; }
.law-stat-grid small { color: #8795a5; font-size: 9px; }
.law-timeline { padding: 20px; border: 1px solid #e0e7ef; border-radius: 16px; background: #fff; }
.law-timeline > strong { color: var(--law-navy); }
.law-timeline > div { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid #edf1f5; }
.law-timeline > div:last-child { border-bottom: 0; }
.law-timeline i { flex: 0 0 10px; width: 10px; height: 10px; border: 3px solid var(--law-gold); border-radius: 50%; }
.law-timeline span > * { display: block; }
.law-timeline b { color: #243c59; font-size: 12px; }
.law-timeline small { color: #8390a0; font-size: 10px; }

.law-proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 clamp(20px, 6vw, 88px); border: 1px solid rgba(16, 43, 82, .12); border-radius: 18px; background: rgba(255,255,255,.8); box-shadow: 0 20px 50px rgba(16,43,82,.07); }
.law-proof-strip div { display: flex; align-items: center; gap: 12px; padding: 20px 24px; border-right: 1px solid rgba(16, 43, 82, .1); color: var(--law-navy); font-size: 13px; font-weight: 850; }
.law-proof-strip div:last-child { border-right: 0; }
.law-proof-strip b { color: var(--law-gold); font-size: 12px; }
.law-feature-section, .law-how-section, .law-benefit-section, .law-faq-section { padding-block: clamp(72px, 9vw, 126px); }
.law-page .section-heading { max-width: 860px; }
.law-page .section-heading h2 { color: var(--law-navy-deep); font-size: clamp(36px, 4.2vw, 62px); line-height: 1.03; letter-spacing: -.035em; }
.law-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 42px; }
.law-feature-card { position: relative; padding: 30px; border: 1px solid rgba(16, 43, 82, .12); border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: 0 18px 46px rgba(16, 43, 82, .07); }
.law-feature-card.featured { border-color: rgba(200,150,62,.42); background: linear-gradient(145deg, #fff, #fffaf0); }
.law-feature-card h3 { margin: 14px 0 16px; color: var(--law-navy); font-size: 22px; }
.law-feature-card ul { display: grid; gap: 9px; margin: 0; padding: 0; color: #506278; list-style: none; }
.law-feature-card li { position: relative; padding-left: 19px; }
.law-feature-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border-radius: 50%; background: var(--law-gold); }
.law-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: var(--law-navy); color: #fff; font-size: 12px; font-weight: 900; }
.scope-note { display: block; width: fit-content; margin-top: 18px; padding: 7px 9px; border-radius: 8px; background: var(--law-gold-soft); color: #76551d; font-weight: 800; }

.law-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 44px 0 0; padding: 0; list-style: none; counter-reset: none; }
.law-step-grid li { position: relative; min-height: 280px; padding: 28px; overflow: hidden; border-radius: 20px; background: var(--law-navy-deep); color: rgba(255,255,255,.72); }
.law-step-grid li::after { content: "§"; position: absolute; right: -8px; bottom: -50px; color: rgba(255,255,255,.04); font-family: Georgia, serif; font-size: 170px; }
.law-step-grid b { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(200,150,62,.7); border-radius: 50%; color: var(--law-gold); }
.law-step-grid h3 { color: #fff; font-size: 20px; }
.law-step-grid p { position: relative; z-index: 1; }

.law-security-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 7vw, 90px); align-items: center; margin-inline: clamp(14px, 3vw, 42px); padding: clamp(48px, 7vw, 88px); border-radius: 32px; background: linear-gradient(135deg, var(--law-navy-deep), #173b69); color: rgba(255,255,255,.76); }
.law-security-copy h2 { margin-top: 10px; color: #fff; font-size: clamp(34px, 4vw, 56px); line-height: 1.05; }
.law-security-copy p { line-height: 1.75; }
.law-security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.law-security-grid article { display: grid; grid-template-columns: 36px 1fr; gap: 2px 10px; align-items: center; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.065); }
.law-security-grid b { grid-row: 1 / 3; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(200,150,62,.16); color: #e7bd72; }
.law-security-grid span { color: #fff; font-size: 13px; font-weight: 800; }
.law-security-grid small { color: rgba(255,255,255,.52); }
.law-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 38px; }
.law-benefit-grid span { min-height: 110px; display: flex; align-items: flex-end; padding: 20px; border: 1px solid rgba(16,43,82,.12); border-radius: 16px; background: #fff; color: var(--law-navy); font-weight: 850; box-shadow: 0 14px 36px rgba(16,43,82,.06); }
.law-benefit-grid span::before { content: "✓"; margin-right: 9px; color: var(--law-gold); }

.law-faq-list { display: grid; gap: 12px; max-width: 980px; margin: 38px auto 0; }
.law-faq-list details { border: 1px solid rgba(16,43,82,.13); border-radius: 15px; background: rgba(255,255,255,.88); box-shadow: 0 10px 28px rgba(16,43,82,.045); }
.law-faq-list summary { position: relative; padding: 20px 54px 20px 22px; color: var(--law-navy); font-weight: 850; cursor: pointer; list-style: none; }
.law-faq-list summary::-webkit-details-marker { display: none; }
.law-faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--law-gold); font-size: 24px; }
.law-faq-list details[open] summary::after { content: "−"; }
.law-faq-list p { margin: 0; padding: 0 22px 22px; color: #53657b; }

.law-demo-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(34px, 6vw, 80px); align-items: start; margin: 0 clamp(14px, 3vw, 42px) 42px; padding: clamp(44px, 7vw, 82px); border-radius: 32px; background: linear-gradient(135deg, #173b69, var(--law-navy-deep)); color: rgba(255,255,255,.75); }
.law-demo-copy h2 { color: #fff; font-size: clamp(34px, 4vw, 55px); line-height: 1.04; }
.law-demo-copy li { margin-bottom: 8px; }
.law-contact-form { display: grid; gap: 16px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.08); }
.law-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.law-contact-form label { display: grid; gap: 7px; color: #fff; font-size: 13px; font-weight: 800; }
.law-contact-form input:not([type="checkbox"]), .law-contact-form textarea { width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; outline: 0; background: rgba(255,255,255,.96); color: var(--law-navy-deep); }
.law-contact-form input:focus, .law-contact-form textarea:focus { border-color: var(--law-gold); box-shadow: 0 0 0 3px rgba(200,150,62,.2); }
.law-consent { display: flex !important; grid-template-columns: 20px 1fr; align-items: flex-start; gap: 10px !important; color: rgba(255,255,255,.74) !important; font-weight: 600 !important; }
.law-consent input { margin-top: 3px; }
.law-consent a { color: #f2ca81; text-decoration: underline; }
.law-form-actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; color: #f2ca81; font-weight: 800; }
.law-form-status { min-height: 1.5em; margin: 0; color: #fff; }

.sector-hero { min-height: 690px; }
.sector-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.sector-core { position: relative; z-index: 2; display: grid; place-items: center; width: 190px; height: 190px; border: 1px solid rgba(200,150,62,.35); border-radius: 50%; background: linear-gradient(145deg, var(--law-navy), var(--law-navy-deep)); color: #fff; box-shadow: 0 30px 80px rgba(9,27,54,.25); }
.sector-core b, .sector-core small { display: block; text-align: center; }
.sector-core b { color: var(--law-gold); font-family: Georgia, serif; font-size: 46px; letter-spacing: .08em; }
.sector-core small { max-width: 100px; color: rgba(255,255,255,.68); }
.sector-orbit { position: absolute; border: 1px solid rgba(16,43,82,.16); border-radius: 50%; }
.orbit-one { width: 370px; height: 370px; }
.orbit-two { width: 520px; height: 520px; border-style: dashed; }
.sector-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border: 1px solid rgba(16,43,82,.12); border-radius: 14px; background: rgba(255,255,255,.94); color: var(--law-navy); font-weight: 850; box-shadow: 0 18px 44px rgba(16,43,82,.12); }
.sector-chip span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--law-gold-soft); color: #795517; }
.chip-law { top: 10%; left: 8%; }.chip-retail { right: 2%; top: 36%; }.chip-food { left: 8%; bottom: 12%; }
.sector-solutions { padding-block: 100px; }
.sector-product-card { position: relative; display: grid; grid-template-columns: 84px 1fr 50px; gap: 28px; align-items: center; margin-top: 42px; padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(16,43,82,.13); border-radius: 26px; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(244,248,252,.96)); box-shadow: 0 28px 70px rgba(16,43,82,.1); }
.sector-product-icon { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 22px; background: var(--law-navy); color: var(--law-gold); font-family: Georgia, serif; font-size: 44px; }
.sector-product-card h2 { margin: 14px 0 6px; color: var(--law-navy-deep); font-size: clamp(28px, 3.4vw, 48px); }
.sector-product-card p { max-width: 760px; color: #53657b; font-size: 18px; }
.law-inline-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 8px; padding: 0; list-style: none; }
.law-inline-list li { padding: 7px 10px; border-radius: 999px; background: var(--law-mist); color: var(--law-navy); font-size: 12px; font-weight: 800; }
.sector-catalog { padding-block: clamp(76px, 9vw, 128px); border-top: 1px solid rgba(16, 43, 82, .09); }
.sector-priority-group { margin-top: clamp(44px, 6vw, 72px); }
.sector-priority-heading { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px 22px; align-items: center; margin-bottom: 22px; }
.sector-priority-heading h3 { margin: 0; color: var(--law-navy); font-size: clamp(21px, 2vw, 30px); line-height: 1.15; }
.priority-badge { display: inline-flex; align-items: center; width: fit-content; min-height: 32px; padding: 7px 11px; border-radius: 999px; font-size: 11px; font-weight: 950; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.priority-very-high { background: #fee9e7; color: #a62a23; }
.priority-high { background: #fff0d9; color: #92530a; }
.priority-medium-high { background: #e9efff; color: #284d9a; }
.priority-medium { background: #e9f5ed; color: #257044; }
.sector-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sector-catalog-card { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; align-items: start; min-height: 190px; padding: 24px 24px 48px; border: 1px solid rgba(16, 43, 82, .11); border-radius: 20px; background: rgba(255, 255, 255, .88); box-shadow: 0 16px 40px rgba(16, 43, 82, .065); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.sector-catalog-card:hover { transform: translateY(-3px); border-color: rgba(200, 150, 62, .38); box-shadow: 0 24px 54px rgba(16, 43, 82, .11); }
.sector-card-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(145deg, var(--law-navy), var(--law-navy-deep)); color: #f0c579; font-size: 14px; font-weight: 950; letter-spacing: .04em; box-shadow: 0 12px 28px rgba(16, 43, 82, .18); }
.sector-catalog-card h4 { margin: 2px 0 9px; color: var(--law-navy-deep); font-size: 20px; }
.sector-catalog-card p { margin: 0; color: #56687d; line-height: 1.65; }
.planned-label { position: absolute; left: 100px; bottom: 20px; display: inline-flex; align-items: center; gap: 6px; color: #7c8998; font-size: 11px; font-weight: 850; }
.planned-label::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--law-gold); }
.sector-catalog-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 54px; padding: 26px 30px; border: 1px solid rgba(200, 150, 62, .3); border-radius: 20px; background: linear-gradient(135deg, #fffaf0, #fff); box-shadow: 0 18px 46px rgba(16, 43, 82, .07); }
.sector-catalog-note > div { display: flex; align-items: center; gap: 15px; }
.sector-catalog-note > div > span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; background: var(--law-gold); color: #fff; font-size: 20px; }
.sector-catalog-note p { margin: 0; color: #55677c; }
.sector-catalog-note strong { display: block; color: var(--law-navy); }
.commercial-solutions { padding-block: clamp(82px, 10vw, 140px); border-top: 1px solid rgba(16,43,82,.1); background: linear-gradient(180deg, rgba(237,243,248,.64), rgba(255,255,255,.4)); }
.commercial-subheading { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-bottom: 22px; }
.commercial-subheading > span { padding: 7px 10px; border-radius: 999px; background: var(--law-gold-soft); color: #795517; font-size: 11px; font-weight: 950; letter-spacing: .04em; text-transform: uppercase; }
.commercial-subheading h3 { margin: 0; color: var(--law-navy); font-size: clamp(22px, 2.4vw, 34px); }
.commercial-featured { margin-top: 48px; }
.commercial-featured-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.commercial-filter-wrap { margin-top: 76px; }
.sector-filters { display: flex; flex-wrap: wrap; gap: 9px; }
.sector-filters button { min-height: 40px; padding: 9px 13px; border: 1px solid rgba(16,43,82,.14); border-radius: 999px; background: #fff; color: #3e526b; font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease; }
.sector-filters button:hover { transform: translateY(-1px); border-color: rgba(13,114,217,.35); color: var(--blue); }
.sector-filters button[aria-pressed="true"] { border-color: var(--law-navy); background: var(--law-navy); color: #fff; box-shadow: 0 10px 24px rgba(16,43,82,.16); }
.sector-filters button:focus-visible { outline: 3px solid rgba(13,114,217,.23); outline-offset: 2px; }
.sector-result-count { min-height: 1.5em; margin: 15px 0 0; color: #6a798b; font-size: 13px; font-weight: 800; }
.commercial-sector-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.commercial-sector-card { display: flex; flex-direction: column; min-height: 430px; padding: 24px; border: 1px solid rgba(16,43,82,.12); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 16px 42px rgba(16,43,82,.07); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.commercial-sector-card:hover { transform: translateY(-3px); border-color: rgba(200,150,62,.38); box-shadow: 0 24px 54px rgba(16,43,82,.11); }
.commercial-sector-card[hidden] { display: none !important; }
.commercial-sector-card.is-featured { min-height: 390px; border-color: rgba(200,150,62,.32); background: linear-gradient(145deg, #fff, #fffaf1); }
.commercial-sector-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.commercial-sector-icon { display: grid; place-items: center; flex: 0 0 50px; width: 50px; height: 50px; border-radius: 14px; background: linear-gradient(145deg, var(--law-navy), var(--law-navy-deep)); color: #f0c579; font-size: 13px; font-weight: 950; letter-spacing: .04em; }
.commercial-ready-label { max-width: 180px; color: #7a8796; font-size: 10px; font-weight: 900; line-height: 1.2; text-align: right; text-transform: uppercase; }
.commercial-sector-card h3 { margin: 20px 0 9px; color: var(--law-navy-deep); font-size: 22px; line-height: 1.12; }
.commercial-sector-card > p { margin: 0; color: #586a7f; line-height: 1.62; }
.commercial-sector-card ul { display: grid; gap: 7px; margin: 18px 0 24px; padding: 0; color: #465a72; list-style: none; }
.commercial-sector-card li { position: relative; padding-left: 17px; font-size: 13px; }
.commercial-sector-card li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--law-gold); }
.commercial-card-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: auto; }
.commercial-card-actions .button { min-height: 40px; padding: 9px 12px; font-size: 12px; }
.commercial-noscript { margin-top: 26px; padding: 22px; border: 1px solid rgba(16,43,82,.12); border-radius: 16px; background: #fff; color: #52657a; }
.commercial-common-section, .commercial-process-section, .commercial-faq-section { padding-block: clamp(72px, 9vw, 120px); }
.commercial-common-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 38px; }
.commercial-common-grid span { min-height: 120px; display: flex; align-items: flex-end; padding: 18px; border: 1px solid rgba(16,43,82,.11); border-radius: 16px; background: #fff; color: var(--law-navy); font-size: 14px; font-weight: 850; box-shadow: 0 12px 34px rgba(16,43,82,.05); }
.commercial-common-grid span::before { content: "✓"; margin-right: 8px; color: var(--law-gold); }
.commercial-process-section { margin-inline: clamp(14px,3vw,42px); padding-inline: clamp(20px,5vw,72px); border-radius: 30px; background: linear-gradient(135deg, var(--law-navy-deep), #173b69); }
.commercial-process-section .section-heading h2 { color: #fff; }
.commercial-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 40px 0 0; padding: 0; list-style: none; }
.commercial-process-grid li { min-height: 240px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.68); }
.commercial-process-grid b { color: #efc57a; }
.commercial-process-grid h3 { color: #fff; font-size: 20px; }
.commercial-process-grid p { line-height: 1.65; }
.sector-card-arrow { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--law-gold); color: #fff; font-size: 24px; }
.law-cta { background: linear-gradient(135deg, var(--law-navy-deep), #173b69); }

@media (max-width: 1100px) {
  .law-hero { grid-template-columns: 1fr; min-height: auto; }
  .law-hero-copy { max-width: none; }
  .law-dashboard { max-width: 780px; width: 100%; margin: 0 auto; transform: none; }
  .law-step-grid { grid-template-columns: repeat(2, 1fr); }
  .law-security-section, .law-demo-section { grid-template-columns: 1fr; }
  .law-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-visual { min-height: 480px; }
  .commercial-sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commercial-common-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commercial-process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .law-hero { padding-top: 42px; }
  .breadcrumbs { margin-bottom: 24px; }
  .law-hero h1 { font-size: clamp(40px, 12vw, 60px); }
  .law-dashboard { min-height: 0; }
  .law-dashboard-body { grid-template-columns: 82px 1fr; min-height: 420px; }
  .law-dashboard aside { padding-inline: 8px; }
  .law-dashboard aside span { overflow: hidden; font-size: 0; }
  .law-dashboard aside span::first-letter { font-size: 11px; }
  .law-dashboard-main { padding: 16px; }
  .law-stat-grid { grid-template-columns: 1fr; }
  .law-stat-grid div:nth-child(n+2) { display: none; }
  .law-proof-strip { grid-template-columns: repeat(2, 1fr); }
  .law-proof-strip div:nth-child(2) { border-right: 0; }
  .law-proof-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(16,43,82,.1); }
  .law-feature-grid, .law-security-grid, .law-form-row { grid-template-columns: 1fr; }
  .law-step-grid { grid-template-columns: 1fr; }
  .law-step-grid li { min-height: 230px; }
  .law-security-section, .law-demo-section { margin-inline: 10px; padding: 32px 20px; border-radius: 22px; }
  .law-benefit-grid { grid-template-columns: 1fr; }
  .law-benefit-grid span { min-height: 84px; }
  .sector-visual { min-height: 360px; }
  .orbit-one { width: 260px; height: 260px; }.orbit-two { width: 350px; height: 350px; }
  .sector-core { width: 150px; height: 150px; }
  .sector-chip { padding: 9px 11px; font-size: 11px; }
  .chip-law { top: 3%; left: 0; }.chip-retail { right: 0; }.chip-food { left: 0; bottom: 4%; }
  .sector-product-card { grid-template-columns: 1fr; }
  .sector-card-arrow { position: absolute; right: 22px; top: 22px; }
  .sector-priority-heading { grid-template-columns: 1fr; }
  .sector-catalog-grid { grid-template-columns: 1fr; }
  .sector-catalog-note { align-items: flex-start; flex-direction: column; }
  .commercial-featured-grid, .commercial-sector-grid, .commercial-process-grid { grid-template-columns: 1fr; }
  .sector-filters { flex-wrap: nowrap; padding: 3px 2px 12px; overflow-x: auto; scroll-snap-type: x proximity; }
  .sector-filters button { flex: 0 0 auto; scroll-snap-align: start; }
  .commercial-sector-card, .commercial-sector-card.is-featured { min-height: 0; }
  .commercial-process-section { margin-inline: 10px; border-radius: 22px; }
}
@media (max-width: 520px) {
  .sector-catalog-card { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; min-height: 0; padding: 20px 18px 48px; }
  .sector-card-icon { width: 48px; height: 48px; border-radius: 13px; font-size: 12px; }
  .sector-catalog-card h4 { font-size: 18px; }
  .planned-label { left: 80px; }
  .sector-catalog-note { padding: 22px 18px; }
  .commercial-common-grid { grid-template-columns: 1fr; }
  .commercial-common-grid span { min-height: 84px; }
  .commercial-sector-card { padding: 20px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .commercial-sector-card, .sector-filters button { transition: none; }
  .commercial-sector-card:hover, .sector-filters button:hover { transform: none; }
}
@media (max-width: 480px) {
  .law-proof-strip { grid-template-columns: 1fr; }
  .law-proof-strip div { border-right: 0; border-bottom: 1px solid rgba(16,43,82,.1); }
  .law-dashboard-top small { display: none; }
  .law-dashboard-body { grid-template-columns: 62px 1fr; }
  .law-timeline { padding: 14px; }
  .law-contact-form { padding: 18px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
}
body.home-page {
  background:
    linear-gradient(135deg, rgba(255, 246, 235, .95), rgba(239, 250, 255, .92) 42%, rgba(240, 255, 245, .9)),
    #fff;
}
body {
  background:
    radial-gradient(circle at 0 10%, rgba(236, 105, 7, .13), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(13, 114, 217, .14), transparent 30%),
    radial-gradient(circle at 78% 92%, rgba(7, 130, 56, .12), transparent 32%),
    linear-gradient(135deg, #fff7ef 0%, #eef8ff 48%, #effff5 100%);
  background-attachment: fixed;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(220, 229, 241, 0.85);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; }
.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 13px;
  background: linear-gradient(140deg, #0b86ee, #052b70);
  box-shadow: 0 12px 28px rgba(13, 114, 217, 0.28);
}
.brand strong { font-size: 22px; }
.brand b { color: var(--blue); font-size: 22px; }
.brand small { display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px clamp(6px, .65vw, 10px);
  color: #2e3b4d;
  font-size: 12.6px;
  font-weight: 750;
}
.site-nav a {
  white-space: nowrap;
}
.site-nav a:hover { color: var(--blue); }
.nav-separator {
  color: rgba(46, 59, 77, .48);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  user-select: none;
}

.nav-cta { padding: 9px 14px; border-radius: 999px; background: var(--ink); color: #fff !important; }
.nav-panel-link {
  font-weight: 950;
  color: var(--blue) !important;
}
.site-nav a:not(.nav-cta):not(.nav-panel-link) {
  padding: 4px 0;
}
.panel-body .site-header .brand {
  min-width: auto;
}
.panel-body .site-header .brand-logo {
  width: 168px !important;
  height: auto !important;
  max-height: 48px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  image-rendering: auto;
}
.panel-body .site-header .brand > span {
  display: none;
}
.nav-toggle { display: none; border: 0; background: none; font-size: 26px; }

.home-hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(42px, 6vw, 86px) clamp(20px, 6vw, 82px);
  background:
    linear-gradient(115deg, rgba(255, 247, 239, .98), rgba(238, 249, 255, .93) 48%, rgba(237, 255, 244, .95)),
    radial-gradient(circle at 8% 20%, rgba(236, 105, 7, .16), transparent 28%),
    radial-gradient(circle at 58% 14%, rgba(13, 114, 217, .16), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(7, 130, 56, .14), transparent 32%);
}
.home-hero-copy h1 {
  margin: 0;
  max-width: 800px;
  font-size: clamp(46px, 6.8vw, 92px);
  line-height: .92;
  letter-spacing: -0.04em;
}
.home-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: #40546c;
  font-size: clamp(17px, 1.5vw, 21px);
}
.home-hero-media {
  position: relative;
  min-height: min(620px, 66svh);
  overflow: hidden;
  border-radius: 0 34px 34px 0;
  box-shadow: 0 32px 90px rgba(8, 32, 67, .16);
}
.home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(236, 105, 7, .18), transparent 34%, rgba(7, 130, 56, .18));
}
.home-hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.home-workstation-visual {
  display: grid;
  place-items: center;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 16%, rgba(236, 105, 7, .18), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(13, 114, 217, .16), transparent 30%),
    linear-gradient(145deg, #f8fbff, #eef8f2);
}
.home-workstation-visual::after {
  display: none;
}
.workstation-scene {
  position: relative;
  width: min(720px, 92%);
  aspect-ratio: 1.18;
  display: grid;
  place-items: center;
  perspective: 1100px;
}
.workstation-scene::before {
  content: "";
  position: absolute;
  inset: 58% -5% 7%;
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(231, 239, 246, .9)),
    #e9f0f6;
  box-shadow: 0 32px 70px rgba(8, 32, 67, .16);
  transform: rotateX(58deg);
}
.monitor {
  position: relative;
  z-index: 3;
  width: min(590px, 92%);
  overflow: hidden;
  border: 12px solid #101b2b;
  border-radius: 28px;
  background: #101b2b;
  box-shadow: 0 36px 90px rgba(8, 32, 67, .28);
}
.monitor::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.18), transparent 32%);
}
.monitor-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  color: #d7e7ff;
  background: linear-gradient(90deg, #081426, #0b3f7a);
  font-weight: 850;
}
.monitor-top span {
  color: #fff;
  font-size: 17px;
}
.monitor-top b {
  color: #9fe6bd;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.monitor-body {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 340px;
  background: #f7fbff;
}
.monitor-body aside {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 14px;
  color: #bfd5ee;
  background: #0c1d33;
}
.monitor-body aside b {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0d72d9, #078238);
}
.monitor-body aside span {
  padding: 9px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  font-size: 12px;
  font-weight: 800;
}
.monitor-body main {
  display: grid;
  gap: 16px;
  padding: 22px;
}
.screen-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.screen-kpis strong {
  min-height: 78px;
  padding: 14px;
  border: 1px solid #dce8f4;
  border-radius: 16px;
  background: #fff;
  color: #083b78;
  box-shadow: 0 14px 32px rgba(8, 32, 67, .07);
}
.screen-chart {
  min-height: 112px;
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(13, 114, 217, .08), rgba(7, 130, 56, .08)),
    #fff;
}
.screen-chart span {
  flex: 1;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #0d72d9, #078238);
}
.screen-chart span:nth-child(1) { height: 42%; }
.screen-chart span:nth-child(2) { height: 70%; background: linear-gradient(180deg, #ec6907, #0d72d9); }
.screen-chart span:nth-child(3) { height: 55%; }
.screen-chart span:nth-child(4) { height: 86%; background: linear-gradient(180deg, #078238, #ec6907); }
.screen-list {
  display: grid;
  gap: 8px;
}
.screen-list p {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #e0eaf4;
  border-radius: 12px;
  background: #fff;
  color: #40546c;
  font-size: 13px;
  font-weight: 800;
}
.keyboard {
  position: absolute;
  z-index: 4;
  width: 48%;
  height: 48px;
  left: 24%;
  bottom: 10%;
  border-radius: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(8,20,38,.28) 0 10px, transparent 10px 18px),
    linear-gradient(180deg, #f9fbfe, #dbe5ee);
  box-shadow: 0 18px 34px rgba(8, 32, 67, .16);
}
.desk-phone {
  position: absolute;
  z-index: 4;
  right: 10%;
  bottom: 13%;
  width: 68px;
  height: 118px;
  border: 8px solid #132033;
  border-radius: 18px;
  background: linear-gradient(160deg, #eff7ff, #dff7e8);
  transform: rotate(12deg);
}
.hand {
  position: absolute;
  z-index: 5;
  bottom: 8%;
  width: 120px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d5a27f, #f0c0a1);
  box-shadow: 0 12px 28px rgba(92, 57, 34, .14);
}
.hand-left {
  left: 7%;
  transform: rotate(17deg);
}
.hand-right {
  right: 20%;
  transform: rotate(-10deg);
}

.hero {
  min-height: calc(100svh - 76px);
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(115deg, #f7fbff 0%, #ffffff 44%, #eaf5ff 100%);
}
.hero-media {
  position: absolute;
  inset: auto 0 0 auto;
  width: min(66vw, 980px);
  opacity: 0.2;
  transform: translate(12%, 13%);
  filter: saturate(1.05);
}
.hero-content {
  width: min(760px, calc(100% - 40px));
  margin-left: clamp(20px, 7vw, 104px);
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0 0 13px;
  color: var(--blue);
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 12px;
}
.hero h1, .section h2, .cta-section h2 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}
.hero p:not(.eyebrow), .section-heading > p:not(.eyebrow), .panel-copy > p, .split-section p, .cta-section p {
  max-width: 690px;
  color: var(--muted);
  font-size: 18px;
}
.hero-actions, .cta-actions, .form-actions, .dashboard-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 12px 18px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.primary { border-color: var(--blue); background: linear-gradient(135deg, #0d7ae8, #0754b4); color: #fff; box-shadow: 0 15px 32px rgba(13, 114, 217, .25); }
.ghost { background: rgba(255, 255, 255, .72); color: var(--ink); }
.white { background: #fff; color: var(--blue-dark); border-color: #fff; }
.ghost-light { color: #fff; border-color: rgba(255,255,255,.36); }

.signal-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.signal-strip span {
  background: #fff;
  padding: 22px 16px;
  text-align: center;
  font-weight: 850;
  color: #2e3c50;
}
.section { padding: clamp(38px, 5vw, 68px) clamp(20px, 5vw, 72px); }
.home-page .product-detail,
.home-page .why-section,
.home-page .tianfc-flow {
  background:
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(239,250,255,.86)),
    radial-gradient(circle at 12% 8%, rgba(236, 105, 7, .08), transparent 24%),
    radial-gradient(circle at 92% 18%, rgba(7, 130, 56, .08), transparent 26%);
}
.home-page .rip-home-panel,
.home-page .split-section {
  background:
    linear-gradient(135deg, rgba(239, 250, 255, .96), rgba(255, 248, 241, .9) 48%, rgba(239, 255, 245, .9));
}
.section-heading { max-width: 900px; margin-bottom: 26px; }
.section h2 { font-size: clamp(34px, 4.5vw, 58px); }
.solution-grid, .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.solution, .why-item {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 50px rgba(9, 34, 72, .07);
  overflow: hidden;
}
.solution::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--blue);
}
.solution.green::before { background: var(--green); }
.solution.orange::before { background: var(--orange); }
.solution-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #edf6ff;
  color: var(--blue);
  font-size: 26px;
  font-weight: 900;
}
.green .solution-icon { background: #eafaf0; color: var(--green); }
.orange .solution-icon { background: #fff2e8; color: var(--orange); }
.solution h3, .why-item h3 { font-size: 24px; line-height: 1.16; margin: 16px 0 10px; }
.solution ul { margin: 0; padding: 0; list-style: none; color: #344154; }
.solution li { padding: 8px 0; border-bottom: 1px solid #edf1f6; }
.solution li::before { content: "\2705"; color: var(--blue); font-weight: 900; margin-right: 9px; }

.panel-preview {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: clamp(24px, 5vw, 58px);
  background: #071325;
  color: #fff;
}
.panel-preview p { color: #b8c7dc; }
.app-shell {
  min-height: 520px;
  display: grid;
  grid-template-columns: 170px 1fr;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
  overflow: hidden;
}
.app-shell aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 20px;
  background: rgba(5, 14, 29, .72);
  color: #c9d8ec;
}
.app-shell aside b { color: #fff; font-size: 20px; margin-bottom: 18px; }
.workspace { padding: 28px; background: #f7f9fd; color: var(--ink); }
.workspace-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.workspace-top button { border: 0; background: var(--blue); color: #fff; border-radius: 12px; padding: 10px 14px; font-weight: 850; }
.menu-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  margin-bottom: 14px;
}
.menu-row img { width: 112px; height: 82px; object-fit: cover; border-radius: 13px; }
.menu-row b, .menu-row small, .menu-row span { display: block; }
.menu-row small { color: var(--muted); }
.menu-row span { color: var(--green); font-weight: 900; margin-top: 6px; }

.split-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  background: linear-gradient(145deg, #f7fbff, #ffffff);
}
.device-visual { display: grid; place-items: center; }
.device-visual:has(.tianfc-product-image) {
  gap: 16px;
}
.tianfc-product-image {
  width: min(420px, 100%);
  max-height: 360px;
  object-fit: contain;
  border: 1px solid #dbe8f5;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(10, 61, 126, .12);
}
.phone-card {
  width: min(360px, 100%);
  aspect-ratio: .72;
  border-radius: 42px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: radial-gradient(circle at 75% 16%, rgba(38, 166, 255, .75), transparent 30%), linear-gradient(145deg, #07101f, #123a67);
  box-shadow: var(--shadow);
}
.phone-card strong { font-size: 32px; line-height: 1.05; }
.phone-card p { color: #c7d9ef; }
.nfc-wave { margin-left: auto; margin-bottom: auto; color: #73c3ff; font-weight: 900; letter-spacing: -0.1em; }
.nfc-sales-copy {
  margin-top: 20px;
  padding: 20px 22px;
  border-left: 5px solid var(--blue);
  border-radius: 16px;
  background: #edf6ff;
  color: #1b426a !important;
  font-weight: 850;
}
.feature-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.feature-list span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
  color: #2e3b4d;
}
.why-section { background: var(--soft); }
.tianfc-flow,
.tianfc-use-cases {
  background: #f7fbff;
}
.tianfc-explainer {
  background: #fff;
}
.tianfc-order-section {
  background: linear-gradient(145deg, #f7fbff, #ffffff);
}
.tianfc-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(18px, 4vw, 36px);
  align-items: start;
}
.tianfc-order-form,
.tianfc-order-summary {
  border: 1px solid #dbe8f5;
  border-radius: 22px;
  background: #fff;
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 0 18px 55px rgba(10, 61, 126, .08);
}
.tianfc-order-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.tianfc-order-form h3,
.tianfc-order-form .form-note,
.tianfc-order-form label:has(textarea),
.tianfc-order-form label:has(input[type="file"]) {
  grid-column: 1 / -1;
}
.tianfc-order-form h3 {
  margin: 0;
  color: #073f89;
  font-size: 26px;
}
.form-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.tianfc-order-summary {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}
.tianfc-order-summary > span {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
}
.tianfc-order-summary strong {
  color: var(--ink);
  font-size: clamp(38px, 5vw, 54px);
  line-height: .95;
}
.tianfc-order-summary p,
.tianfc-order-summary small {
  color: var(--muted);
  line-height: 1.55;
}
.tianfc-order-summary ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: #244d78;
}
.tianfc-order-summary .button {
  width: 100%;
}
.tianfc-detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.tianfc-detail article {
  padding: 24px 0;
  border-top: 1px solid #dbe8f5;
}
.tianfc-detail h3 {
  margin: 0 0 10px;
  color: #073f89;
  font-size: 24px;
}
.tianfc-detail p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}
.tianfc-steps,
.tianfc-feature-grid {
  display: grid;
  gap: 14px;
}
.tianfc-steps,
.tianfc-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tianfc-steps article,
.tianfc-feature-grid article {
  border: 1px solid #dbe8f5;
  border-radius: 18px;
  background: #fff;
  padding: 22px;
}
.tianfc-steps b {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}
.tianfc-steps h3,
.tianfc-feature-grid h3 {
  margin: 10px 0 8px;
  color: #073f89;
  font-size: 21px;
  line-height: 1.2;
}
.tianfc-steps p,
.tianfc-feature-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.tianfc-use-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.tianfc-use-list div {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid #dbe8f5;
  border-radius: 18px;
  background: #fff;
}
.tianfc-use-list strong {
  color: #073f89;
  font-size: 18px;
}
.tianfc-use-list span {
  color: var(--muted);
  line-height: 1.5;
}
.tianfc-final {
  margin-top: 0;
}
.why-grid { grid-template-columns: repeat(4, 1fr); }
.why-item b { color: var(--blue); font-size: 13px; }
.why-item p { color: var(--muted); margin: 0; }
.cta-section {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  padding: clamp(54px, 7vw, 86px) clamp(20px, 5vw, 72px);
  color: #fff;
  background: linear-gradient(120deg, #053779, #0d78df);
}
.cta-section h2 { font-size: clamp(32px, 4vw, 54px); }
.light { color: #bfe1ff; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(20px, 5vw, 72px);
  background: #050c18;
  color: #aab8ca;
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

.panel-body { background: #f4f7fb; }
.panel-layout { min-height: calc(100svh - 76px); }
.login-panel {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(28px, 4.5vw, 58px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.72)),
    url("restaurant-panel.png") center/cover;
}
.home-page .panel-preview.blue-panel {
  background:
    linear-gradient(135deg, rgba(6, 42, 100, .96), rgba(8, 109, 143, .9) 54%, rgba(7, 130, 56, .86)),
    radial-gradient(circle at 10% 14%, rgba(236, 105, 7, .28), transparent 26%);
}
.login-brand h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: .95;
  margin: 12px 0 12px;
  letter-spacing: -0.04em;
}
.login-brand p { color: #344154; font-size: 18px; max-width: 600px; }
.login-form, .product-form, .settings-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(8, 32, 67, .12);
}
.login-form { max-width: 440px; justify-self: end; width: 100%; }
.panel-auth-stack {
  display: grid;
  gap: 14px;
  justify-self: end;
  width: min(440px, 100%);
}
.panel-auth-stack .login-form {
  max-width: none;
  justify-self: stretch;
}
.panel-signup-form {
  scroll-margin-top: 96px;
}
.panel-credential-box {
  min-height: 0;
  margin-top: 16px;
  padding: 16px;
  box-shadow: none;
}
.form-note {
  margin: -2px 0 14px;
  color: #53667e;
  font-size: 13px;
  line-height: 1.45;
}
label { display: block; color: #344154; font-weight: 800; font-size: 13px; margin-bottom: 14px; }
input, textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d8e2ee;
  border-radius: 12px;
  padding: 13px 14px;
  background: #fbfdff;
  color: var(--ink);
}
select {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d8e2ee;
  border-radius: 12px;
  padding: 13px 14px;
  background: #fbfdff;
  color: var(--ink);
}
textarea { min-height: 104px; resize: vertical; }
.login-form a { display: inline-block; margin-top: 18px; color: var(--blue); font-weight: 800; }
.is-hidden { display: none !important; }
.dashboard-panel { min-height: 100svh; display: grid; grid-template-columns: 260px 1fr; }
.dashboard-sidebar {
  position: sticky;
  top: 0;
  height: 100svh;
  padding: 24px;
  background: #071325;
  color: #d8e5f5;
}
.panel-brand { margin-bottom: 32px; }
.dashboard-sidebar nav { display: grid; gap: 8px; }
.dashboard-sidebar button {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 12px 14px;
  text-align: left;
  color: #c8d6e8;
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}
.dashboard-sidebar button.active, .dashboard-sidebar button:hover { background: rgba(255,255,255,.1); color: #fff; }
.logout { margin-top: 28px; border: 1px solid rgba(255,255,255,.18) !important; }
.dashboard-main { padding: clamp(22px, 4vw, 42px); }
.dashboard-top { display: flex; justify-content: space-between; gap: 22px; align-items: center; margin-bottom: 28px; }
.dashboard-top h1 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1; letter-spacing: -0.04em; }
.editor-grid { display: grid; grid-template-columns: 390px 1fr; gap: 22px; align-items: start; }
.product-form h2, .list-head h2, .public-menu h2, .settings-form h2 { margin-top: 0; font-size: 24px; }
.product-list-wrap, .public-menu, .settings-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 44px rgba(8, 32, 67, .08);
}
.list-head { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.list-head span { color: var(--muted); font-weight: 850; }
.product-list, .public-menu-list { display: grid; gap: 12px; }
.product-item {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfdff;
}
.product-item img { width: 92px; height: 72px; border-radius: 13px; object-fit: cover; background: #edf2f8; }
.product-item h3 { margin: 0 0 3px; font-size: 17px; }
.product-item p { margin: 0; color: var(--muted); font-size: 13px; }
.product-item strong { color: var(--green); }
.item-actions { display: flex; gap: 8px; }
.item-actions button {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 850;
}
.public-menu-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.qr-box {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--ink);
  font-weight: 950;
  background:
    linear-gradient(90deg, #111 8px, transparent 8px) 0 0 / 18px 18px,
    linear-gradient(#111 8px, transparent 8px) 0 0 / 18px 18px,
    #fff;
  border: 1px solid var(--line);
}
.public-menu .product-item { grid-template-columns: 100px 1fr auto; }
.settings-form { max-width: 620px; }

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.compact-row label { margin: 0; }
.toggle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 18px;
}
.toggle-grid label,
.allergen-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #26364a;
  font-size: 13px;
  font-weight: 760;
}
.toggle-grid input,
.allergen-options input {
  width: auto;
  margin: 0;
}
.allergen-fieldset {
  margin: 12px 0 16px;
  padding: 14px;
  border: 1px solid #d8e2ee;
  border-radius: 14px;
  background: #fbfdff;
}
.allergen-fieldset legend {
  padding: 0 8px;
  color: #344154;
  font-weight: 850;
}
.allergen-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
}
.compliance-inline,
.missing-tag {
  margin-top: 10px;
  padding: 9px 11px;
  border-radius: 11px;
  color: #8a3a00;
  background: #fff4e8;
  font-size: 12px;
  font-weight: 820;
}
.rich-product {
  align-items: start;
}
.rich-product.has-warning {
  border-color: #f2b46c;
  background: #fffaf4;
}
.product-title-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
}
.product-title-line strong {
  white-space: nowrap;
  color: #df3e19;
  font-size: 18px;
}
.allergen-tags,
.allergen-legend,
.legal-notice {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
.allergen-tags span,
.allergen-legend span,
.legal-notice span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff0e8;
  color: #a43216;
  font-size: 12px;
  font-weight: 850;
}
.legal-notice span {
  background: #edf6ff;
  color: #0754b4;
}
.menu-url {
  margin: 4px 0 0;
  color: #66758c;
  font-weight: 800;
}
.menu-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 12px;
  margin: 16px 0;
}
.allergen-disclosure {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.allergen-disclosure h3 {
  margin: 0 0 6px;
}
.allergen-disclosure p {
  margin: 0;
  color: var(--muted);
}
.empty-menu {
  padding: 22px;
  border: 1px dashed #c9d8ea;
  border-radius: 14px;
  color: #66758c;
  font-weight: 800;
}
.qr-panel,
.compliance-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(8, 32, 67, .08);
}
.qr-panel h2,
.compliance-panel h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}
.qr-panel p,
.compliance-panel p {
  color: var(--muted);
  font-weight: 700;
}
.qr-preview-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 22px;
  border: 1px solid #111;
  border-radius: 18px;
  text-align: center;
}
.qr-preview-card img {
  width: 230px;
  height: 230px;
}
.qr-preview-card strong {
  font-size: 22px;
}
.qr-preview-card span {
  color: var(--muted);
  font-weight: 850;
}
.compliance-panel {
  grid-template-columns: .85fr 1.15fr;
}
.compliance-list {
  display: grid;
  gap: 10px;
}
.compliance-list article {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid #f0c58a;
  border-radius: 14px;
  background: #fff8ef;
}
.compliance-list article.ok {
  border-color: #bce7ca;
  background: #effbf3;
}
.compliance-list b {
  color: var(--ink);
}
.compliance-list span {
  color: #8a3a00;
  font-weight: 850;
  text-align: right;
}
.compliance-list .ok span {
  color: #087136;
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    inset: 76px 0 auto;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 18px;
    background: #fff;
    box-shadow: 0 22px 45px rgba(8,32,67,.14);
  }
  .site-nav.open { display: flex; }
  .site-nav .nav-separator { display: none; }
  .signal-strip, .solution-grid, .why-grid, .panel-preview, .split-section, .login-panel, .dashboard-panel, .editor-grid, .tianfc-order-grid, .tianfc-detail, .tianfc-steps, .tianfc-feature-grid, .tianfc-use-list, .qr-panel, .compliance-panel {
    grid-template-columns: 1fr;
  }
  .hero-media { width: 120vw; opacity: .12; transform: translate(24%, 14%); }
  .app-shell { grid-template-columns: 1fr; }
  .app-shell aside { display: none; }
  .dashboard-sidebar { position: relative; height: auto; }
  .login-form { justify-self: start; }
  .tianfc-order-summary { position: static; }
}

@media (max-width: 620px) {
  .site-header { height: 68px; padding: 0 16px; }
  .site-nav { inset: 68px 0 auto; }
  .brand small { display: none; }
  .panel-body .site-header .brand-logo {
    width: 136px !important;
    max-height: 42px !important;
  }
  .hero { min-height: auto; }
  .hero-content { margin-left: 20px; padding: 60px 0; }
  .hero h1 { font-size: 43px; }
  .signal-strip { grid-template-columns: 1fr; }
  .section { padding: 68px 18px; }
  .solution, .why-item, .product-form, .product-list-wrap, .public-menu, .settings-form { padding: 22px; border-radius: 18px; }
  .tianfc-order-form { grid-template-columns: 1fr; }
  .cta-section, .site-footer, .dashboard-top { flex-direction: column; align-items: flex-start; }
  .product-item, .public-menu .product-item { grid-template-columns: 72px 1fr; }
  .form-row, .toggle-grid, .allergen-options, .menu-toolbar { grid-template-columns: 1fr; }
  .product-item img { width: 72px; height: 62px; }
  .item-actions { grid-column: 1 / -1; }
  .product-title-line { flex-direction: column; gap: 4px; }
  .qr-preview-card img { width: 190px; height: 190px; }
}

/* Tia Yazılım blue-white production pass */
.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 12px;
}
.site-header {
  background: rgba(255, 255, 255, 0.92);
}
.hero-blue {
  min-height: calc(100svh - 76px);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(36px, 5vw, 68px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 78% 20%, rgba(13, 114, 217, .18), transparent 34%),
    linear-gradient(135deg, #f6fbff 0%, #ffffff 45%, #eaf5ff 100%);
}
.hero-blue .hero-content {
  width: auto;
  margin-left: 0;
  padding: 0;
}
.hero-showcase {
  position: relative;
  display: grid;
  gap: 18px;
  align-items: center;
}
.showcase-main,
.showcase-stack img {
  width: 100%;
  border: 1px solid rgba(190, 211, 235, .9);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(10, 61, 126, .16);
}
.showcase-main {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.showcase-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.showcase-stack img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 18px;
}
.hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  color: #315073;
  font-weight: 800;
  font-size: 13px;
}
.hero-contact span {
  padding: 9px 12px;
  border: 1px solid #d8e8f8;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}
.product-detail {
  background: #fff;
}
.detail-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
}
.detail-copy {
  padding: 24px;
  border: 1px solid #dbe8f5;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f6fbff);
  box-shadow: 0 18px 55px rgba(10, 61, 126, .09);
}
.detail-copy h3 {
  margin: 0 0 12px;
  font-size: 28px;
}
.detail-copy p {
  color: var(--muted);
}
.check-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.check-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e8f0f8;
  font-weight: 780;
}
.check-list li::before {
  content: "\2705";
  color: var(--blue);
  margin-right: 10px;
  font-weight: 950;
}
.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.image-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid #dbe8f5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(10, 61, 126, .11);
}
.tia-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.tia-module {
  position: relative;
  overflow: hidden;
  border: 1px solid #d7e7f7;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #f6fbff);
  box-shadow: 0 18px 52px rgba(10, 61, 126, .09);
}
.tia-module::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #073f89, #0d72d9);
}
.tia-module:nth-child(2)::before,
.tia-module:nth-child(4)::before {
  background: linear-gradient(90deg, #057a35, #0aa449);
}
.tia-module > div,
.tia-module:not(.media-module) {
  padding: 20px;
}
.tia-module img {
  width: 100%;
  aspect-ratio: 16 / 9.5;
  object-fit: cover;
  border-bottom: 1px solid #dce9f7;
  background: #fff;
}
.tia-module span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tia-module h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.12;
  color: #071c39;
}
.tia-module p {
  margin: 0;
  color: #53667e;
}
.tia-module ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.tia-module li {
  padding: 8px 0;
  border-top: 1px solid #e5eef8;
  color: #344154;
  font-weight: 750;
}
.tia-module li::before {
  content: "\2705";
  color: var(--blue);
  margin-right: 8px;
  font-weight: 950;
}
.blue-panel {
  background:
    radial-gradient(circle at 90% 10%, rgba(110, 189, 255, .24), transparent 34%),
    linear-gradient(135deg, #062a64, #0b72d9);
}
.restaurant-visuals {
  display: grid;
  gap: 12px;
}
.gift-callout {
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  color: #fff;
}
.gift-callout b,
.gift-callout span {
  display: block;
}
.gift-callout b {
  margin-bottom: 6px;
  font-size: 18px;
}
.gift-callout span {
  color: #d8ecff;
}
.restaurant-image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.restaurant-image-pair img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(0,0,0,.2);
}
.qr-feature-slices {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.qr-feature-slices article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
}
.qr-feature-slices img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid #e1edf8;
  background: #f7fbff;
}
.qr-feature-slices div {
  padding: 13px;
}
.qr-feature-slices h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.18;
  color: #073f89;
}
.qr-feature-slices p {
  margin: 0;
  color: #4e6076;
  font-size: 13px;
  line-height: 1.5;
}
.demo-section,
.converter-section {
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}
.demo-grid {
  display: grid;
  grid-template-columns: minmax(320px, 440px) 1fr;
  gap: 16px;
  align-items: stretch;
}
.demo-grid.is-pending {
  grid-template-columns: minmax(320px, 600px);
  justify-content: center;
}
.demo-form,
.credential-box,
.converter-card {
  border: 1px solid #d8e7f6;
  border-radius: 24px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(10, 61, 126, .09);
}
.demo-form h3 {
  margin-top: 0;
  font-size: 25px;
}
.credential-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  background:
    linear-gradient(145deg, rgba(13, 114, 217, .08), rgba(255,255,255,.96)),
    #fff;
}
.credential-box[hidden] {
  display: none;
}
.credential-box span {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.credential-box code {
  display: inline-flex;
  margin: 6px 0;
  padding: 9px 12px;
  border-radius: 10px;
  background: #071325;
  color: #fff;
  font-weight: 800;
}
.converter-card {
  min-width: 0;
}
.converter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}
.converter-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
}
.converter-status {
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  background: #f3f8ff;
  color: #33516f;
  font-weight: 750;
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 13px 16px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #0d72d9, #0751aa);
  box-shadow: 0 18px 45px rgba(8, 74, 154, .35);
}
.whatsapp-float span {
  font-size: 11px;
  color: #cfe8ff;
  font-weight: 850;
}
.whatsapp-float b {
  font-size: 17px;
}
.login-logo {
  width: 118px;
  height: 112px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 61, 126, .13);
}
.login-form h2 {
  margin: 0 0 18px;
  font-size: 26px;
}
.login-message {
  margin: 6px 0 16px;
  padding: 12px 13px;
  border-radius: 13px;
  color: #315073;
  background: #edf6ff;
  font-weight: 760;
}
.login-message.error {
  color: #8a1f1f;
  background: #fff0f0;
}
.login-message.success {
  color: #075c2c;
  background: #e9fbf0;
}
.panel-brand {
  align-items: center;
}
.panel-brand .brand-logo {
  width: 46px;
  height: 46px;
}
.subpage-hero {
  padding: clamp(46px, 6vw, 82px) clamp(20px, 5vw, 72px);
  background: radial-gradient(circle at 82% 20%, rgba(13,114,217,.18), transparent 36%), linear-gradient(145deg, #f7fbff, #fff);
}
.subpage-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.subpage-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}
.subpage-band {
  padding: clamp(44px, 6vw, 76px) clamp(20px, 5vw, 72px);
}
.subpage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.subpage-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.info-panel {
  border: 1px solid #d8e7f6;
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(145deg, #fff, #f7fbff);
  box-shadow: 0 18px 52px rgba(10, 61, 126, .08);
}
.info-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 12px;
  border: 1px solid #dce9f7;
}
.info-panel h2,
.info-panel h3 {
  margin-top: 0;
  color: #073f89;
}
.info-panel p {
  color: #52657e;
}
.simple-nav-home {
  display: inline-flex;
  margin-top: 24px;
}
.download-band {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(44px, 7vw, 92px) clamp(20px, 6vw, 82px);
  background: #071325;
  color: #fff;
}
.download-copy h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1;
}
.download-copy p:not(.eyebrow) {
  max-width: 720px;
  color: #b8c7dc;
  font-size: 18px;
}
.download-actions {
  display: grid;
  gap: 14px;
}
.download-link {
  display: grid;
  gap: 6px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.download-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .1);
}
.download-link span {
  color: #8dccff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.download-link strong {
  font-size: 22px;
}
.download-link small {
  color: #b8c7dc;
}
.rip-download-band {
  background: #101722;
}
.trial-message {
  display: none;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(126, 194, 255, .32);
  border-radius: 8px;
  background: rgba(126, 194, 255, .1);
}
.trial-message.show {
  display: grid;
}
.trial-message strong {
  color: #fff;
}
.trial-message code {
  color: #8dccff;
}
.trial-message span {
  color: #c8d7ea;
  font-size: 14px;
}
.rip-home-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  background: linear-gradient(145deg, #ffffff, #f4f9ff);
}
.rip-home-copy h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: -0.04em;
}
.rip-home-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}
.rip-home-media img,
.rip-hero-media img {
  width: 100%;
  border: 1px solid #d8e7f6;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(10, 61, 126, .16);
}
.rip-hero-page {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 6vw, 82px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 72% 18%, rgba(13, 114, 217, .18), transparent 34%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 46%, #eaf5ff 100%);
}
.rip-hero-copy h1 {
  margin: 0;
  max-width: 840px;
  font-size: clamp(44px, 6.6vw, 82px);
  line-height: .96;
  letter-spacing: -0.045em;
}
.rip-hero-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}
.rip-copy {
  max-width: 980px;
}
.rip-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1;
  letter-spacing: -0.035em;
}
.rip-copy p {
  color: #52657e;
  font-size: 18px;
}
.rip-feature-band {
  background: #f5f8fc;
}
.rip-seo {
  background: #071325;
}
.rip-seo h2 {
  color: #fff;
}
.rip-seo p {
  color: #b8c7dc;
}

.purchase-hero strong {
  color: var(--blue-dark);
}
.purchase-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.purchase-strip div {
  min-height: 124px;
  padding: 24px clamp(18px, 3vw, 34px);
  background: #fff;
}
.purchase-strip strong,
.purchase-strip span {
  display: block;
}
.purchase-strip strong {
  color: var(--blue-dark);
  font-size: 22px;
  line-height: 1.1;
}
.purchase-strip span {
  margin-top: 9px;
  color: var(--muted);
}
.purchase-section {
  background: #f5f8fc;
}
.purchase-list {
  display: grid;
  gap: 12px;
}
.purchase-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 26px;
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #d8e7f6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(10, 61, 126, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.purchase-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(10, 61, 126, .12);
}
.purchase-info > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 11px;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}
.purchase-info h3 {
  margin: 0 0 8px;
  color: #073f89;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}
.purchase-info p {
  max-width: 840px;
  margin: 0 0 12px;
  color: #52657e;
  font-size: 17px;
}
.purchase-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.purchase-info li {
  padding: 8px 10px;
  border: 1px solid #dbeafa;
  border-radius: 999px;
  background: #f7fbff;
  color: #244d78;
  font-size: 13px;
  font-weight: 800;
}
.purchase-action {
  display: grid;
  gap: 10px;
  padding-left: 24px;
  border-left: 1px solid #dfe7f1;
}
.purchase-action strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.05;
}
.purchase-action small {
  color: var(--muted);
  line-height: 1.45;
}
.payment-button {
  width: 100%;
}
.payment-band {
  background: #fff;
}
.order-callout {
  display: grid;
  gap: 8px;
  max-width: 560px;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid #cfe4fb;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #edf6ff);
  box-shadow: 0 16px 42px rgba(10, 61, 126, .08);
}
.order-callout strong {
  color: var(--blue-dark);
  font-size: 28px;
  line-height: 1.05;
}
.order-callout span {
  color: #244d78;
  font-weight: 850;
}
.order-callout .button {
  justify-self: start;
}
.panel-order-card {
  display: grid;
  gap: 8px;
  max-width: 520px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #cfe4fb;
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(12px);
}
.panel-order-card span {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.panel-order-card strong {
  color: var(--blue-dark);
  font-size: 26px;
}
.panel-order-card p {
  margin: 0;
  color: var(--muted);
}
.panel-order-card .button {
  justify-self: start;
}
.panel-gift-note,
.panel-license-note {
  max-width: 560px;
  margin-top: 12px;
  border-radius: 16px;
  border: 1px solid rgba(13, 114, 217, .18);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
}
.panel-gift-note {
  padding: 16px;
}
.panel-gift-note b,
.panel-gift-note span {
  display: block;
}
.panel-gift-note b {
  color: #073f89;
  font-size: 18px;
  line-height: 1.15;
}
.panel-gift-note span {
  margin-top: 6px;
  color: #46596f;
}
.panel-license-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
}
.panel-license-note span {
  padding: 12px 14px;
  background: rgba(247, 251, 255, .9);
  color: #263d57;
  font-size: 13px;
  font-weight: 850;
}
.qr-sticker-gift {
  max-width: 640px;
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(223, 62, 25, .22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(84, 32, 12, .08);
}
.qr-sticker-gift b,
.qr-sticker-gift span {
  display: block;
}
.qr-sticker-gift b {
  color: #b33117;
  font-size: 18px;
}
.qr-sticker-gift span {
  margin-top: 6px;
  color: #5b4a43;
}

.market-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100svh - 78px);
  padding: clamp(48px, 7vw, 92px) clamp(20px, 6vw, 82px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(13, 114, 217, .20), transparent 34%),
    linear-gradient(145deg, #f7fbff 0%, #ffffff 54%, #eef7ff 100%);
}
.market-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #071c39;
  font-size: clamp(44px, 7vw, 86px);
  line-height: .96;
}
.market-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}
.market-hero-board {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(145deg, #071c39, #0d72d9);
  box-shadow: 0 30px 90px rgba(10, 61, 126, .24);
}
.market-hero-board > span,
.market-hero-board small {
  color: #b9d6f4;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.market-hero-board > strong {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}
.market-hero-board div {
  display: grid;
  gap: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.market-hero-board b {
  font-size: 42px;
  line-height: 1;
}
.market-intro {
  background: #fff;
}
.market-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.market-flow article {
  min-height: 100%;
  padding: 22px;
  border: 1px solid #d8e7f6;
  border-radius: 18px;
  background: #f7fbff;
}
.market-flow span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 13px;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}
.market-flow h3,
.marketplace-grid h3,
.feature-tile-grid h3 {
  margin: 0 0 8px;
  color: #073f89;
  line-height: 1.12;
}
.market-flow p,
.marketplace-grid p,
.feature-tile-grid p {
  margin: 0;
  color: #52657e;
  line-height: 1.55;
}
.market-logos {
  background: #f3f8fd;
}
.marketplace-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.marketplace-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 100%;
  padding: 18px;
  border: 1px solid #d9e8f7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(10, 61, 126, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.marketplace-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(10, 61, 126, .12);
}
.marketplace-grid img {
  width: 100%;
  height: 76px;
  object-fit: contain;
  padding: 10px;
  border-radius: 14px;
  background: #f8fbff;
}
.marketplace-grid h3 {
  font-size: 20px;
}
.marketplace-grid p {
  font-size: 14px;
}
.market-features {
  background: #fff;
}
.feature-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}
.feature-large {
  display: grid;
  overflow: hidden;
  border: 1px solid #d8e7f6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 62px rgba(10, 61, 126, .10);
}
.feature-large img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f7fbff;
}
.feature-large div {
  padding: 22px;
}
.feature-large span {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.feature-large h3 {
  margin: 10px 0;
  color: #071c39;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.05;
}
.feature-large p {
  margin: 0;
  color: #52657e;
  font-size: 17px;
}
.feature-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.feature-tile-grid article {
  overflow: hidden;
  border: 1px solid #d8e7f6;
  border-radius: 18px;
  background: #f8fbff;
}
.feature-tile-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #fff;
}
.feature-tile-grid h3,
.feature-tile-grid p {
  padding-inline: 16px;
}
.feature-tile-grid h3 {
  padding-top: 16px;
  font-size: 19px;
}
.feature-tile-grid p {
  padding-bottom: 18px;
  font-size: 14px;
}
.market-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #071c39, #0d72d9);
}
.market-cta .eyebrow,
.market-cta p {
  color: #d7eaff;
}
.market-cta h2 {
  max-width: 880px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}
.market-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
}

.home-trendyol-section,
.trendyol-hero,
.trendyol-split {
  width: min(1180px, calc(100% - 36px));
  margin: 34px auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
}

.home-trendyol-section,
.trendyol-hero,
.trendyol-split,
.trendyol-process,
.trendyol-showcase,
.trendyol-gallery {
  background: linear-gradient(135deg, #fff 0%, #f7fbff 58%, #fff0e7 100%);
  border: 1px solid rgba(13, 114, 217, .1);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.home-trendyol-copy,
.trendyol-hero-copy,
.trendyol-split-copy {
  padding: 34px;
}

.home-trendyol-copy h2,
.trendyol-hero h1,
.trendyol-split h2 {
  margin: 0 0 16px;
  color: var(--ink);
}

.home-trendyol-copy h2,
.trendyol-split h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.trendyol-hero h1 {
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: .96;
}

.home-trendyol-copy p:not(.eyebrow),
.trendyol-hero-copy > p:not(.eyebrow),
.trendyol-split-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.home-trendyol-media,
.trendyol-hero-media {
  margin: 0;
  padding: 18px;
}

.home-trendyol-media img,
.trendyol-hero-media img,
.trendyol-image-card img,
.trendyol-gallery-grid img {
  width: 100%;
  display: block;
  border-radius: 18px;
  box-shadow: 0 20px 54px rgba(15, 23, 42, .14);
}

.trendyol-showcase,
.trendyol-process,
.trendyol-gallery,
.trendyol-detail-lists,
.trendyol-audience {
  width: min(1180px, calc(100% - 36px));
  margin: 34px auto;
  padding: 34px;
}

.trendyol-image-card {
  margin: 20px 0;
}

.trendyol-process-grid,
.trendyol-list-grid,
.trendyol-audience-grid {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.trendyol-process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trendyol-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trendyol-audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trendyol-process-grid article,
.trendyol-list-grid article,
.trendyol-audience-grid article {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
}

.trendyol-process-grid b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #ff5a00;
  color: #fff;
  margin-bottom: 12px;
}

.trendyol-process-grid h3 {
  margin: 0 0 8px;
  color: var(--ink);
}

.trendyol-process-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.trendyol-list-grid h3 {
  margin: 0 0 14px;
  color: var(--ink);
}

.trendyol-list-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  column-gap: 24px;
}

.trendyol-list-grid li {
  break-inside: avoid;
  position: relative;
  padding-left: 24px;
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.45;
}

.trendyol-list-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff5a00;
  box-shadow: 0 0 0 4px rgba(255, 90, 0, .12);
}

.trendyol-audience-grid article {
  font-weight: 850;
  color: var(--ink);
}

.trendyol-gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr .75fr;
  gap: 18px;
  align-items: start;
}

@media (max-width: 980px) {
  .home-trendyol-section,
  .trendyol-hero,
  .trendyol-split,
  .trendyol-gallery-grid {
    grid-template-columns: 1fr;
  }

  .trendyol-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trendyol-list-grid,
  .trendyol-audience-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-trendyol-copy,
  .trendyol-hero-copy,
  .trendyol-split-copy,
  .trendyol-showcase,
  .trendyol-process,
  .trendyol-gallery,
  .trendyol-detail-lists,
  .trendyol-audience {
    padding: 22px;
  }

  .trendyol-process-grid {
    grid-template-columns: 1fr;
  }

  .trendyol-list-grid ul {
    columns: 1;
  }
}

@media (max-width: 980px) {
  .hero-blue,
  .home-hero,
  .detail-grid,
  .demo-grid,
  .converter-grid,
  .qr-feature-slices,
  .tia-panel-grid,
  .download-band,
  .rip-home-panel,
  .rip-hero-page,
  .purchase-strip,
  .purchase-row,
  .market-hero,
  .market-flow,
  .feature-showcase,
  .market-cta,
  .subpage-grid,
  .subpage-grid.two {
    grid-template-columns: 1fr;
  }
  .login-panel {
    min-height: auto;
    align-items: start;
  }
  .home-hero {
    min-height: auto;
  }
  .home-hero-media {
    min-height: 420px;
    border-radius: 24px;
  }
  .panel-auth-stack {
    justify-self: stretch;
    width: 100%;
  }
  .login-form {
    max-width: none;
    justify-self: stretch;
  }
  .marketplace-grid,
  .feature-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .purchase-action {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid #dfe7f1;
  }
  .hero-showcase {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  .brand-logo {
    width: 44px;
    height: 44px;
  }
  .showcase-stack,
  .image-grid,
  .restaurant-image-pair {
    grid-template-columns: 1fr;
  }
  .detail-copy,
  .demo-form,
  .credential-box,
  .converter-card {
    padding: 22px;
  }
  .market-hero {
    min-height: auto;
  }
  .home-hero-copy h1 {
    font-size: clamp(40px, 11vw, 58px);
  }
  .home-hero-media {
    min-height: 320px;
  }
  .marketplace-grid,
  .feature-tile-grid {
    grid-template-columns: 1fr;
  }
  .panel-license-note {
    grid-template-columns: 1fr;
  }
  .market-cta .hero-actions {
    justify-content: start;
  }
  .whatsapp-float {
    right: 12px;
    bottom: 12px;
  }
}

.qr-landing-hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(42px, 6vw, 82px) clamp(20px, 6vw, 82px);
  background: #fff7f1;
}
.qr-hero-copy h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .92;
}
.qr-hero-copy p:not(.eyebrow) {
  max-width: 650px;
  color: #5f4b43;
  font-size: 19px;
}
.qr-price-line {
  display: inline-grid;
  gap: 3px;
  margin: 16px 0 22px;
  padding: 14px 16px;
  border: 1px solid #f0c7b5;
  border-radius: 8px;
  background: #fff;
}
.qr-price-line strong {
  color: #df3e19;
  font-size: 30px;
  line-height: 1;
}
.qr-price-line span {
  color: #5f4b43;
  font-weight: 850;
}
.qr-buy-button {
  background: linear-gradient(135deg, #df3e19, #a9220a);
  border-color: #df3e19;
  box-shadow: 0 15px 32px rgba(223, 62, 25, .24);
}
.qr-hero-visual {
  position: relative;
  min-height: 520px;
}
.qr-hero-visual > img {
  width: 100%;
  height: min(62svh, 620px);
  min-height: 430px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(71, 28, 13, .18);
}
.phone-menu-mock {
  position: absolute;
  left: -24px;
  bottom: 28px;
  width: min(260px, 60%);
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 8px solid #111;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0,0,0,.26);
}
.phone-menu-mock span {
  color: #df3e19;
  font-weight: 950;
  text-transform: uppercase;
  font-size: 12px;
}
.phone-menu-mock b {
  font-size: 22px;
}
.phone-menu-mock div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  background: #fff7f1;
}
.phone-menu-mock small {
  color: #5f4b43;
  font-weight: 780;
}
.qr-warning-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #f0c7b5;
  border-top: 1px solid #f0c7b5;
  border-bottom: 1px solid #f0c7b5;
}
.qr-warning-band article {
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
}
.qr-warning-band b {
  display: block;
  margin-bottom: 9px;
  font-size: 20px;
}
.qr-warning-band p {
  margin: 0 0 12px;
  color: #5f4b43;
}
.qr-warning-band a {
  color: #df3e19;
  font-weight: 900;
}
.qr-story-section,
.qr-steps-section,
.qr-language-section {
  padding: clamp(52px, 7vw, 96px) clamp(20px, 6vw, 82px);
}
.qr-media-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 12px;
}
.qr-media-grid img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
}
.qr-media-grid img:first-child {
  height: 560px;
  grid-row: span 2;
}
.qr-step-grid,
.qr-feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.qr-step-grid article,
.qr-feature-cards article {
  padding: 24px;
  border: 1px solid #ead8cf;
  border-radius: 8px;
  background: #fff;
}
.qr-step-grid b,
.qr-feature-cards span {
  color: #df3e19;
  font-weight: 950;
}
.qr-step-grid h3,
.qr-feature-cards h3 {
  margin: 12px 0 8px;
  font-size: 24px;
  line-height: 1.12;
}
.qr-step-grid p,
.qr-feature-cards p {
  margin: 0;
  color: #5f4b43;
}
.qr-panel-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(54px, 7vw, 100px) clamp(20px, 6vw, 82px);
  background: #111;
  color: #fff;
}
.qr-panel-copy h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 66px);
  line-height: .98;
}
.qr-panel-copy p {
  color: #e8d8d1;
  font-size: 18px;
}
.qr-feature-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.qr-feature-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-weight: 800;
}
.qr-feature-list li::before {
  content: "+";
  margin-right: 10px;
  color: #ff8a5e;
}
.qr-panel-mock {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  color: #111;
  box-shadow: 0 28px 80px rgba(0,0,0,.36);
}
.mock-top,
.mock-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}
.mock-top {
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.mock-top b {
  padding: 6px 10px;
  border-radius: 999px;
  background: #eafaf0;
  color: #087136;
}
.mock-row {
  padding: 14px;
  border: 1px solid #eee;
  border-radius: 8px;
}
.mock-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mock-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff0e8;
  color: #a43216;
  font-weight: 850;
}
.mock-warning {
  padding: 13px;
  border-radius: 8px;
  background: #effbf3;
  color: #087136;
  font-weight: 900;
}
.qr-language-section {
  background: #fff7f1;
}
.qr-feature-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.qr-final-cta {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
  padding: clamp(44px, 6vw, 82px) clamp(20px, 6vw, 82px);
  color: #fff;
  background: linear-gradient(135deg, #df3e19, #6f1808);
}
.qr-final-cta h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
}
.qr-final-cta p:not(.eyebrow) {
  max-width: 720px;
  color: #ffe5dc;
  font-size: 18px;
}

@media (max-width: 980px) {
  .qr-landing-hero,
  .qr-warning-band,
  .qr-media-grid,
  .qr-step-grid,
  .qr-panel-section,
  .qr-feature-cards {
    grid-template-columns: 1fr;
  }
  .qr-hero-visual { min-height: 420px; }
  .qr-media-grid img,
  .qr-media-grid img:first-child { height: 340px; grid-row: auto; }
}

@media (max-width: 620px) {
  .qr-landing-hero,
  .qr-story-section,
  .qr-steps-section,
  .qr-panel-section,
  .qr-language-section,
  .qr-final-cta { padding: 44px 18px; }
  .qr-hero-copy h1 { font-size: 48px; }
  .phone-menu-mock { position: relative; left: auto; bottom: auto; width: 100%; margin-top: -90px; }
  .qr-hero-visual > img { min-height: 360px; height: 420px; }
  .qr-final-cta { flex-direction: column; align-items: flex-start; }
}


/* TiaSoft visual refresh */
.home-an1-visual {
  display: grid;
  place-items: center;
  min-height: min(620px, 66svh);
  padding: clamp(10px, 2vw, 20px);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(239,250,255,.88)),
    radial-gradient(circle at 14% 18%, rgba(236,105,7,.16), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(13,114,217,.16), transparent 31%),
    radial-gradient(circle at 72% 86%, rgba(7,130,56,.13), transparent 30%);
}
.home-an1-visual::after { display: none; }
.home-an1-visual img {
  width: 100%;
  height: auto;
  max-height: min(590px, 62svh);
  min-height: 0;
  object-fit: contain;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(8, 32, 67, .13);
}
.home-tiasoft-ad-section {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,247,239,.95), rgba(238,249,255,.94) 48%, rgba(240,255,246,.92));
}
.home-tiasoft-ad-copy h2,
.tiasoft-showcase-copy h2,
.tiasoft-visual-copy h2 {
  margin: 0;
  max-width: 820px;
  color: #061a35;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1;
  letter-spacing: -0.035em;
}
.home-tiasoft-ad-copy p:not(.eyebrow),
.tiasoft-showcase-copy > p,
.tiasoft-visual-copy p:not(.eyebrow) {
  max-width: 720px;
  color: #4d6177;
  font-size: 18px;
}
.home-tiasoft-ad-media img,
.tiasoft-showcase-media img,
.tiasoft-visual-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(13,114,217,.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 76px rgba(8,32,67,.12);
}
.tia-soft-page {
  background:
    linear-gradient(135deg, rgba(255,247,239,.96), rgba(239,250,255,.94) 45%, rgba(239,255,246,.93)),
    #fff;
}
.tia-soft-page .subpage-hero {
  background:
    radial-gradient(circle at 10% 16%, rgba(236,105,7,.18), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(13,114,217,.17), transparent 32%),
    radial-gradient(circle at 76% 88%, rgba(7,130,56,.13), transparent 34%),
    linear-gradient(135deg, #fff8f0, #eef8ff 52%, #effff5);
}
.tiasoft-showcase-section {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(240,249,255,.9)),
    radial-gradient(circle at 12% 18%, rgba(236,105,7,.12), transparent 28%),
    radial-gradient(circle at 86% 80%, rgba(7,130,56,.12), transparent 30%);
}
.tiasoft-showcase-media img {
  max-height: 690px;
}
.tiasoft-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.tiasoft-mini-grid article {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 15px 16px;
  border: 1px solid rgba(13,114,217,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 36px rgba(8,32,67,.06);
}
.tiasoft-mini-grid article:nth-child(3n+1) { border-top: 4px solid var(--blue); }
.tiasoft-mini-grid article:nth-child(3n+2) { border-top: 4px solid var(--green); }
.tiasoft-mini-grid article:nth-child(3n) { border-top: 4px solid var(--orange); }
.tiasoft-mini-grid b {
  color: #073f89;
  font-size: 16px;
  line-height: 1.15;
}
.tiasoft-mini-grid span {
  color: #52657e;
  font-size: 14px;
  line-height: 1.45;
}
.tiasoft-visual-band {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
  gap: clamp(24px, 4vw, 50px);
  align-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5,36,84,.97), rgba(8,97,137,.93) 52%, rgba(6,115,50,.9)),
    radial-gradient(circle at 12% 12%, rgba(236,105,7,.34), transparent 26%);
}
.tiasoft-visual-copy h2 { color: #fff; }
.tiasoft-visual-copy .eyebrow,
.tiasoft-visual-copy p:not(.eyebrow) { color: #d7eaff; }
.tiasoft-visual-media img {
  border-color: rgba(255,255,255,.18);
  border-radius: 26px;
  box-shadow: 0 32px 90px rgba(0,0,0,.25);
}

@media (max-width: 980px) {
  .home-tiasoft-ad-section,
  .tiasoft-showcase-section,
  .tiasoft-visual-band {
    grid-template-columns: 1fr;
  }
  .home-an1-visual img {
    max-height: none;
  }
}

@media (max-width: 620px) {
  .tiasoft-mini-grid {
    grid-template-columns: 1fr;
  }
  .home-an1-visual {
    min-height: auto;
    border-radius: 22px;
  }
  .home-an1-visual img,
  .home-tiasoft-ad-media img,
  .tiasoft-showcase-media img,
  .tiasoft-visual-media img {
    border-radius: 18px;
  }
}


/* Tia Soft corrected proportional layout */
.tia-soft-refresh {
  background:
    linear-gradient(135deg, rgba(255, 248, 240, .96), rgba(239, 249, 255, .94) 48%, rgba(240, 255, 246, .92)),
    #fff;
}
.tiasoft-clean-hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(38px, 5vw, 72px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 12% 12%, rgba(236,105,7,.16), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(13,114,217,.14), transparent 32%),
    radial-gradient(circle at 88% 84%, rgba(7,130,56,.12), transparent 32%),
    linear-gradient(135deg, #fff8f0, #eef8ff 54%, #effff5);
}
.tiasoft-clean-copy h1 {
  margin: 0;
  max-width: 760px;
  color: #071c39;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.tiasoft-clean-copy p:not(.eyebrow),
.tiasoft-story-copy p:not(.eyebrow),
.tiasoft-service-copy p:not(.eyebrow) {
  max-width: 680px;
  color: #52657e;
  font-size: 17px;
}
.tiasoft-price-line {
  display: grid;
  gap: 4px;
  max-width: 440px;
  margin: 18px 0;
  padding: 14px 16px;
  border: 1px solid rgba(13,114,217,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.86);
}
.tiasoft-price-line strong {
  color: #063c88;
  font-size: 24px;
  line-height: 1;
}
.tiasoft-price-line span {
  color: #244d78;
  font-weight: 800;
  font-size: 14px;
}
.tiasoft-clean-media img,
.tiasoft-story-media img,
.tiasoft-service-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(13,114,217,.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 62px rgba(8,32,67,.11);
}
.tiasoft-clean-media img {
  max-height: 560px;
}
.tiasoft-compact-section {
  background: rgba(255,255,255,.62);
}
.tiasoft-compact-section .section-heading h2,
.tiasoft-story-copy h2,
.tiasoft-service-copy h2 {
  margin: 0;
  max-width: 820px;
  color: #071c39;
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.tiasoft-compact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.tiasoft-compact-grid article {
  display: grid;
  gap: 6px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(13,114,217,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 34px rgba(8,32,67,.05);
}
.tiasoft-compact-grid article:nth-child(3n+1) { border-top: 4px solid var(--blue); }
.tiasoft-compact-grid article:nth-child(3n+2) { border-top: 4px solid var(--green); }
.tiasoft-compact-grid article:nth-child(3n) { border-top: 4px solid var(--orange); }
.tiasoft-compact-grid strong {
  color: #073f89;
  font-size: 16px;
  line-height: 1.15;
}
.tiasoft-compact-grid span {
  color: #52657e;
  font-size: 14px;
  line-height: 1.42;
}
.tiasoft-image-story,
.tiasoft-service-focus {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
}
.tiasoft-image-story {
  background: linear-gradient(135deg, rgba(239,249,255,.94), rgba(255,248,240,.92) 52%, rgba(240,255,246,.9));
}
.tiasoft-story-media img {
  max-height: 520px;
}
.tiasoft-service-focus {
  grid-template-columns: minmax(0, .48fr) minmax(280px, .52fr);
  background: #fff;
}
.tiasoft-service-media img {
  max-height: 560px;
}
.tiasoft-clean-cta {
  background: linear-gradient(135deg, #073f89, #0d72d9 52%, #078238);
}
.tiasoft-clean-cta h2 {
  font-size: clamp(30px, 4vw, 52px);
}

@media (max-width: 980px) {
  .tiasoft-clean-hero,
  .tiasoft-image-story,
  .tiasoft-service-focus,
  .tiasoft-compact-grid {
    grid-template-columns: 1fr;
  }
  .tiasoft-clean-media img,
  .tiasoft-story-media img,
  .tiasoft-service-media img {
    max-height: none;
  }
}

@media (max-width: 620px) {
  .tiasoft-clean-hero,
  .tiasoft-compact-section,
  .tiasoft-image-story,
  .tiasoft-service-focus {
    padding: 38px 18px;
  }
  .tiasoft-clean-copy h1 {
    font-size: 38px;
  }
  .tiasoft-compact-grid {
    gap: 10px;
  }
}


/* Restaurant QR homepage image cleanup */
.panel-preview .restaurant-visuals {
  display: grid;
  gap: 18px;
}
.panel-preview .restaurant-image-pair {
  display: none !important;
}
.menu-row {
  grid-template-columns: 72px 1fr;
}
.menu-row-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #0d72d9, #078238);
  font-weight: 950;
  letter-spacing: .04em;
  box-shadow: 0 14px 30px rgba(13, 114, 217, .18);
}
.menu-row-icon.orange {
  background: linear-gradient(135deg, #ec6907, #0d72d9);
}
.qr-feature-slices {
  align-items: stretch;
}
.qr-feature-slices article {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100%;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(238,248,255,.94)),
    radial-gradient(circle at 12% 12%, rgba(236,105,7,.13), transparent 32%),
    radial-gradient(circle at 90% 88%, rgba(7,130,56,.12), transparent 34%);
}
.qr-feature-slices article::before {
  content: "";
  width: 42px;
  height: 4px;
  margin: 18px 18px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ec6907, #0d72d9, #078238);
}
.qr-feature-slices img {
  display: none !important;
}
.qr-feature-slices div {
  padding-top: 12px;
}


/* Global logo and WhatsApp refresh */
.site-header .brand {
  gap: 0;
  min-width: min(230px, 44vw);
}
.site-header .brand > span {
  display: none;
}
.brand-logo,
.login-logo {
  width: min(220px, 42vw) !important;
  height: auto !important;
  max-height: 58px;
  object-fit: contain;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.panel-brand .brand-logo {
  width: min(170px, 100%) !important;
  max-height: 52px;
}
.login-logo {
  width: min(280px, 70vw) !important;
  max-height: 86px;
  margin-bottom: 14px;
}
.site-footer {
  flex-wrap: wrap;
  align-items: center;
}
.footer-site-logo,
.footer-site-logo-standalone .footer-site-logo {
  display: block;
  flex: 0 0 100%;
  width: min(280px, 72vw);
  height: auto;
  max-height: 70px;
  object-fit: contain;
  margin: 8px auto 0;
  background: transparent;
}
.footer-site-logo-standalone {
  display: flex;
  justify-content: center;
  padding: 24px 20px 10px;
  background: #050c18;
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 5cm;
  z-index: 90;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  color: transparent;
  background: #25D366;
  box-shadow: 0 18px 45px rgba(18, 140, 76, .35);
  transition: transform .18s ease, box-shadow .18s ease;
}
.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 22px 52px rgba(18, 140, 76, .42);
}
.whatsapp-float::before {
  content: "";
  width: 38px;
  height: 38px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16.04 3.2A12.74 12.74 0 0 0 5.2 22.6L4 28l5.53-1.15A12.72 12.72 0 1 0 16.04 3.2Zm0 2.34a10.38 10.38 0 0 1 8.77 15.96 10.38 10.38 0 0 1-13.9 3.02l-.4-.24-3.28.68.7-3.2-.26-.41a10.39 10.39 0 0 1 8.37-15.8Zm-4.2 4.95c-.24 0-.62.09-.95.45-.33.36-1.25 1.22-1.25 2.98s1.28 3.45 1.46 3.69c.18.24 2.47 3.95 6.1 5.38 3.02 1.19 3.64.95 4.3.89.66-.06 2.12-.87 2.42-1.7.3-.84.3-1.56.21-1.7-.09-.15-.33-.24-.69-.42-.36-.18-2.12-1.05-2.45-1.17-.33-.12-.57-.18-.81.18-.24.36-.93 1.17-1.14 1.41-.21.24-.42.27-.78.09-.36-.18-1.52-.56-2.9-1.79-1.07-.95-1.8-2.13-2.01-2.49-.21-.36-.02-.55.16-.73.16-.16.36-.42.54-.63.18-.21.24-.36.36-.6.12-.24.06-.45-.03-.63-.09-.18-.81-1.95-1.11-2.67-.29-.7-.58-.6-.81-.61h-.68Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.whatsapp-float span,
.whatsapp-float b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.restaurant-panel-shot-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.restaurant-panel-real-shot {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.panel-preview .menu-row {
  grid-template-columns: 1fr;
}
.panel-preview .menu-row-icon {
  display: none !important;
}

@media (max-width: 620px) {
  .site-header .brand {
    min-width: min(180px, 58vw);
  }
  .brand-logo {
    width: min(174px, 54vw) !important;
    max-height: 48px;
  }
  .whatsapp-float {
    right: 14px;
    bottom: 5cm;
    width: 58px;
    height: 58px;
  }
  .whatsapp-float::before {
    width: 34px;
    height: 34px;
  }
}






/* TiaLogoP1 footer restore and DTF RIP detail refresh */
.brand-logo,
.login-logo {
  width: min(190px, 38vw) !important;
  max-height: 54px !important;
  object-fit: contain !important;
  background: transparent !important;
  box-shadow: none !important;
}
.login-logo {
  width: min(240px, 70vw) !important;
  max-height: 78px !important;
}
.site-footer {
  flex-wrap: wrap;
  align-items: center;
}
.footer-site-logo,
.footer-site-logo-standalone .footer-site-logo {
  display: block !important;
  flex: 0 0 100%;
  width: min(220px, 64vw);
  height: auto;
  max-height: 60px;
  object-fit: contain;
  margin: 10px auto 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.footer-site-logo-standalone {
  display: flex !important;
  justify-content: center;
  padding: 22px 20px 12px;
  background: #050c18;
}
.site-footer .footer-site-logo {
  flex: 0 0 100%;
}
.rip-hero-media-new {
  padding: 10px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(238,249,255,.9));
}
.rip-hero-media-new img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}
.rip-product-story {
  width: min(1180px, calc(100% - 36px));
  margin: 28px auto;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 12%, rgba(236,105,7,.16), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(13,114,217,.16), transparent 36%),
    radial-gradient(circle at 80% 92%, rgba(7,130,56,.14), transparent 34%),
    linear-gradient(145deg, #f9fcff 0%, #eef8ff 46%, #f4fff7 100%);
  box-shadow: 0 28px 80px rgba(14, 34, 58, .12);
  overflow: hidden;
}
.rip-story-grid,
.rip-feature-content {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, 1.08fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
}
.rip-story-copy h2 {
  margin: 0 0 16px;
  color: #07162f;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
  letter-spacing: 0;
}
.rip-story-copy p,
.rip-text-panels p,
.rip-why-panel p,
.rip-feature-grid p {
  color: #4f627b;
  font-size: 16px;
  line-height: 1.68;
}
.rip-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.rip-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(13,114,217,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #12335f;
  font-weight: 800;
  font-size: 13px;
}
.rip-showcase-image,
.rip-infographic-image {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(13,114,217,.12);
  box-shadow: 0 20px 56px rgba(10, 38, 76, .13);
}
.rip-showcase-image img,
.rip-infographic-image img {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: contain;
}
.rip-feature-content {
  grid-template-columns: minmax(340px, 1.05fr) minmax(0, .95fr);
  margin-top: 34px;
}
.rip-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.rip-feature-grid article,
.rip-text-panels article,
.rip-why-panel {
  border: 1px solid rgba(13,114,217,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(14, 34, 58, .08);
}
.rip-feature-grid h3,
.rip-text-panels h3,
.rip-why-panel h3 {
  margin: 0 0 8px;
  color: #082a57;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.18;
}
.rip-feature-grid p,
.rip-text-panels p,
.rip-why-panel p {
  margin: 0;
}
.rip-text-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.rip-text-panels ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #4f627b;
  line-height: 1.7;
}
.rip-why-panel {
  margin-top: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(238,248,255,.88));
}
@media (max-width: 980px) {
  .rip-story-grid,
  .rip-feature-content {
    grid-template-columns: 1fr;
  }
  .rip-feature-content .rip-infographic-image {
    order: 2;
  }
}
@media (max-width: 620px) {
  .brand-logo {
    width: min(160px, 52vw) !important;
    max-height: 48px !important;
  }
  .rip-product-story {
    width: min(100% - 22px, 1180px);
    border-radius: 20px;
    padding: 18px;
  }
  .rip-feature-grid,
  .rip-text-panels {
    grid-template-columns: 1fr;
  }
  .rip-showcase-image img,
  .rip-infographic-image img,
  .rip-hero-media-new img {
    max-height: none;
  }
}


/* Footer logo fixed visual size */
.footer-site-logo,
.footer-site-logo-standalone .footer-site-logo,
.site-footer .footer-site-logo {
  display: block !important;
  width: min(220px, 64vw) !important;
  max-width: 220px !important;
  height: auto !important;
  max-height: 60px !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
  margin: 10px auto 0 !important;
}

/* Shared contact and NFC presentation */
.contact-page main {
  overflow: hidden;
}
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(46px, 7vw, 92px) clamp(20px, 6vw, 84px);
}
.contact-hero-copy h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .95;
}
.contact-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: #40546c;
  font-size: clamp(17px, 1.4vw, 21px);
}
.contact-panel {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(190, 208, 229, .76);
  border-radius: 26px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 24px 70px rgba(8, 32, 67, .12);
  backdrop-filter: blur(18px);
}
.contact-panel img {
  width: min(260px, 76%);
  height: auto;
  margin-bottom: 26px;
}
.contact-panel dl,
.contact-panel dd {
  margin: 0;
}
.contact-panel dl {
  display: grid;
  gap: 18px;
}
.contact-panel div {
  padding-top: 18px;
  border-top: 1px solid rgba(210, 222, 236, .9);
}
.contact-panel dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}
.contact-panel dd {
  margin-top: 5px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}
.contact-route-grid,
.nfc-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.contact-route-grid article,
.nfc-info-grid article {
  padding: 24px;
  border: 1px solid rgba(205, 219, 235, .82);
  border-radius: 18px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 18px 42px rgba(8, 32, 67, .08);
}
.contact-route-grid span,
.nfc-info-grid span {
  color: var(--blue);
  font-weight: 950;
}
.contact-route-grid h3,
.nfc-info-grid h3 {
  margin: 10px 0 8px;
  font-size: 22px;
}
.contact-route-grid p,
.nfc-info-grid p {
  margin: 0;
  color: #52637a;
}
.nfc-usage-section {
  background: rgba(255, 255, 255, .34);
}

@media (max-width: 900px) {
  .contact-hero,
  .contact-route-grid,
  .nfc-info-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero {
    min-height: auto;
  }
}

/* Global proportion pass: calmer typography and image-first balance */
.home-hero {
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: 44px;
  min-height: auto;
  padding-top: 54px;
  padding-bottom: 54px;
}
.home-hero-copy {
  max-width: 640px;
}
.home-hero-copy h1 {
  font-size: 3.55rem;
  line-height: 1.02;
  max-width: 640px;
}
.home-hero-copy p:not(.eyebrow) {
  font-size: 1.08rem;
  line-height: 1.68;
  max-width: 560px;
}
.home-hero-media {
  min-height: 0;
  aspect-ratio: 1.22 / 1;
}
.home-hero-media img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
}
.hero h1,
.subpage-hero h1,
.rip-hero-copy h1,
.qr-hero-copy h1,
.contact-hero-copy h1,
.market-hero h1,
.tiasoft-clean-copy h1 {
  font-size: 3.6rem;
  line-height: 1.04;
}
.section h2,
.section-heading h2,
.cta-section h2,
.rip-home-copy h2,
.rip-copy h2,
.rip-story-copy h2,
.tiasoft-showcase-copy h2,
.tiasoft-visual-copy h2,
.tiasoft-compact-section .section-heading h2,
.tiasoft-story-copy h2,
.tiasoft-service-copy h2 {
  font-size: 2.65rem;
  line-height: 1.12;
}
.section {
  padding-top: 54px;
  padding-bottom: 54px;
}
.subpage-hero,
.contact-hero,
.tiasoft-clean-hero,
.rip-hero-page,
.qr-hero {
  min-height: auto;
  padding-top: 56px;
  padding-bottom: 56px;
}
.subpage-hero p:not(.eyebrow),
.rip-hero-copy p:not(.eyebrow),
.qr-hero-copy p:not(.eyebrow),
.contact-hero-copy p:not(.eyebrow),
.tiasoft-clean-copy p:not(.eyebrow),
.tiasoft-story-copy p:not(.eyebrow),
.tiasoft-service-copy p:not(.eyebrow) {
  font-size: 1.05rem;
  line-height: 1.7;
}
.split-section,
.rip-home-panel,
.rip-hero-page,
.qr-hero,
.tiasoft-clean-hero,
.tiasoft-image-story,
.tiasoft-service-focus,
.contact-hero {
  gap: 36px;
}
.split-visual img,
.rip-home-media img,
.rip-hero-media img,
.rip-hero-media-new img,
.qr-hero-visual > img,
.tiasoft-clean-media img,
.tiasoft-story-media img,
.tiasoft-service-media img,
.tiasoft-showcase-media img,
.tiasoft-visual-media img {
  max-height: 560px;
  object-fit: contain;
}
.solution h3,
.why-item h3,
.contact-route-grid h3,
.nfc-info-grid h3 {
  font-size: 1.28rem;
  line-height: 1.22;
}

@media (max-width: 1180px) {
  .home-hero {
    grid-template-columns: minmax(290px, 0.9fr) minmax(360px, 1.1fr);
    gap: 34px;
  }
  .home-hero-copy h1,
  .hero h1,
  .subpage-hero h1,
  .rip-hero-copy h1,
  .qr-hero-copy h1,
  .contact-hero-copy h1,
  .market-hero h1,
  .tiasoft-clean-copy h1 {
    font-size: 2.95rem;
  }
  .section h2,
  .section-heading h2,
  .cta-section h2,
  .rip-home-copy h2,
  .rip-copy h2,
  .rip-story-copy h2,
  .tiasoft-showcase-copy h2,
  .tiasoft-visual-copy h2,
  .tiasoft-compact-section .section-heading h2,
  .tiasoft-story-copy h2,
  .tiasoft-service-copy h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 920px) {
  .home-hero,
  .split-section,
  .rip-home-panel,
  .rip-hero-page,
  .qr-hero,
  .tiasoft-clean-hero,
  .tiasoft-image-story,
  .tiasoft-service-focus,
  .contact-hero {
    grid-template-columns: 1fr;
  }
  .home-hero {
    padding-top: 30px;
    padding-bottom: 34px;
    gap: 24px;
  }
  .home-hero-copy,
  .home-hero-copy h1,
  .home-hero-copy p:not(.eyebrow) {
    max-width: 100%;
  }
  .home-hero-media {
    aspect-ratio: 1.35 / 1;
  }
}

@media (max-width: 620px) {
  .home-hero-copy h1,
  .hero h1,
  .subpage-hero h1,
  .rip-hero-copy h1,
  .qr-hero-copy h1,
  .contact-hero-copy h1,
  .market-hero h1,
  .tiasoft-clean-copy h1 {
    font-size: 2.12rem;
    line-height: 1.08;
  }
  .section h2,
  .section-heading h2,
  .cta-section h2,
  .rip-home-copy h2,
  .rip-copy h2,
  .rip-story-copy h2,
  .tiasoft-showcase-copy h2,
  .tiasoft-visual-copy h2,
  .tiasoft-compact-section .section-heading h2,
  .tiasoft-story-copy h2,
  .tiasoft-service-copy h2 {
    font-size: 1.9rem;
    line-height: 1.16;
  }
  .home-hero-copy p:not(.eyebrow),
  .subpage-hero p:not(.eyebrow),
  .rip-hero-copy p:not(.eyebrow),
  .qr-hero-copy p:not(.eyebrow),
  .contact-hero-copy p:not(.eyebrow),
  .tiasoft-clean-copy p:not(.eyebrow),
  .tiasoft-story-copy p:not(.eyebrow),
  .tiasoft-service-copy p:not(.eyebrow) {
    font-size: .96rem;
  }
  .section,
  .subpage-hero,
  .contact-hero,
  .tiasoft-clean-hero,
  .rip-hero-page,
  .qr-hero {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .home-hero-media,
  .split-visual img,
  .rip-home-media img,
  .rip-hero-media img,
  .rip-hero-media-new img,
  .qr-hero-visual > img,
  .tiasoft-clean-media img,
  .tiasoft-story-media img,
  .tiasoft-service-media img,
  .tiasoft-showcase-media img,
  .tiasoft-visual-media img {
    max-height: 360px;
  }
}

/* Sharp site logo pass */
.site-header .brand {
  min-width: auto;
}
.site-header .brand-logo,
.login-logo,
.admin-login-logo {
  width: min(168px, 42vw) !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.site-footer .footer-site-logo,
.footer-site-logo,
.footer-site-logo-standalone .footer-site-logo {
  width: min(180px, 58vw) !important;
  max-width: 180px !important;
  max-height: 50px !important;
  object-fit: contain !important;
}
@media (max-width: 620px) {
  .site-header .brand-logo,
  .login-logo,
  .admin-login-logo {
    width: min(142px, 46vw) !important;
    max-height: 40px !important;
  }
}

/* Header, menu and Turkish typography stability pass */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  padding: 10px clamp(16px, 3vw, 40px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 229, 241, 0.88);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled { box-shadow: 0 14px 34px rgba(8, 32, 67, 0.08); }
.site-header .brand { min-width: 0; flex: 0 0 auto; }
.brand-logo { width: clamp(132px, 16vw, 188px) !important; max-height: 54px !important; }
.site-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
  font-size: clamp(11.5px, 0.82vw, 13px);
  line-height: 1.2;
}
.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 8px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}
.site-nav a:hover { background: rgba(13, 114, 217, 0.08); }
.site-nav a[aria-current="page"] {
  background: rgba(13, 114, 217, 0.1);
  color: var(--blue);
  box-shadow: inset 0 0 0 1px rgba(13, 114, 217, 0.1);
}
.site-nav .nav-panel-link { padding-inline: 12px; background: rgba(13, 114, 217, 0.1); color: var(--blue) !important; }
.nav-separator { opacity: 0.45; }
.nav-toggle {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(13, 114, 217, 0.16);
  border-radius: 12px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(8, 32, 67, 0.08);
  cursor: pointer;
}
.nav-toggle span { display: block; width: 18px; height: 2px; border-radius: 999px; background: currentColor; }
.login-form h2,
.login-form label,
.login-form button,
.login-form a { letter-spacing: 0; text-rendering: optimizeLegibility; }
.login-form h2 { word-break: normal; overflow-wrap: normal; }
@media (max-width: 1500px) {
  .site-header { min-height: 68px; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    max-height: calc(100svh - 86px);
    padding: 12px;
    border: 1px solid rgba(220, 229, 241, 0.94);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(8, 32, 67, 0.16);
    overflow-y: auto;
    font-size: 15px;
  }
  .site-nav.open { display: flex; }
  .site-nav a { justify-content: flex-start; min-height: 44px; padding: 10px 12px; border-radius: 12px; }
  .site-nav .nav-separator { display: none; }
}
@media (max-width: 620px) {
  .site-header { padding-inline: 14px; }
  .brand-logo { width: min(156px, 52vw) !important; }
  .site-nav { right: 10px; left: 10px; max-height: calc(100svh - 78px); }
  .login-form h2 { font-size: clamp(28px, 9vw, 38px); }
}

/* Final overflow and Turkish text stability pass */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.site-header,
.site-nav,
.login-panel,
.panel-layout,
.dashboard-panel,
.dashboard-main,
.tab-panel,
.public-menu,
.qr-panel {
  min-width: 0;
}

.site-nav a,
.button,
.login-form h2,
.login-form label,
.dashboard-sidebar button,
.product-item,
.public-menu-card,
.qr-preview-card {
  overflow-wrap: anywhere;
}

.login-panel {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  overflow: hidden;
}

.panel-auth-stack,
.login-form,
.product-form,
.settings-form {
  max-width: 100%;
}

.login-form input,
.login-form select,
.login-form textarea,
.product-form input,
.product-form select,
.product-form textarea,
.settings-form input,
.settings-form select,
.settings-form textarea {
  min-width: 0;
}

@media (max-width: 1180px) {
  .login-panel {
    grid-template-columns: 1fr;
  }

  .panel-auth-stack {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .login-panel {
    padding-inline: 14px;
  }

  .login-form {
    padding: 22px 18px;
  }

  .login-form h2 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.08;
  }
}

/* Keep the sector solutions entry visible when the main navigation collapses. */
.header-sector-shortcut {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-left: auto;
  padding: 8px 13px;
  border: 1px solid rgba(16, 43, 82, .14);
  border-radius: 999px;
  background: linear-gradient(135deg, #102b52, #173b69);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(16, 43, 82, .14);
}
.header-sector-shortcut:hover,
.header-sector-shortcut:focus-visible {
  color: #fff;
  background: #0d72d9;
  outline: 3px solid rgba(13, 114, 217, .18);
  outline-offset: 2px;
}
@media (max-width: 1500px) {
  .header-sector-shortcut { display: inline-flex; }
}
@media (max-width: 520px) {
  .site-header { gap: 8px; }
  .site-header .brand { margin-right: auto; }
  .header-sector-shortcut {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 10.5px;
  }
  .nav-toggle { flex-basis: 40px; width: 40px; height: 40px; }
}
@media (max-width: 390px) {
  .header-sector-shortcut { max-width: 90px; white-space: normal; line-height: 1.05; text-align: center; }
}

/* Comprehensive sector solutions catalog */
.software-family-section,
.why-tia-section { background: #f6f9fd; }
.software-family-grid,
.why-tia-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.software-family-card,
.why-tia-grid article { min-width: 0; padding: 24px; border: 1px solid rgba(16,43,82,.1); border-radius: 22px; background: #fff; box-shadow: 0 16px 38px rgba(16,43,82,.07); }
.software-family-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px; border-radius: 15px; background: linear-gradient(135deg,#0d72d9,#0b4a91); color: #fff; font-weight: 900; }
.software-family-card h3,
.why-tia-grid h3 { margin: 0 0 10px; color: #102b52; font-size: 19px; line-height: 1.25; }
.software-family-card p,
.why-tia-grid p { margin: 0; color: #5b6c82; line-height: 1.65; }
.software-family-card details { margin-top: 16px; border-top: 1px solid rgba(16,43,82,.1); padding-top: 14px; }
.software-family-card summary { cursor: pointer; color: #0d72d9; font-weight: 800; }
.software-family-card ul { padding-left: 20px; color: #44566d; line-height: 1.7; }
.software-family-card a { color: #0d72d9; font-weight: 800; }

.sector-search-panel { max-width: 900px; margin: 0 auto 22px; padding: 20px; border: 1px solid rgba(13,114,217,.16); border-radius: 20px; background: #fff; box-shadow: 0 15px 36px rgba(16,43,82,.07); }
.sector-search-panel label { display: block; margin-bottom: 9px; color: #102b52; font-weight: 900; }
.sector-search-row { display: flex; gap: 10px; }
.sector-search-row input { min-width: 0; flex: 1; min-height: 48px; padding: 0 16px; border: 1px solid #cbd7e5; border-radius: 13px; background: #fff; color: #102b52; font: inherit; }
.sector-search-row input:focus { border-color: #0d72d9; outline: 3px solid rgba(13,114,217,.16); }
.all-sector-heading { margin: 44px 0 22px; }
.commercial-sector-card[hidden], .sector-empty-state[hidden] { display: none !important; }
.commercial-sector-card { content-visibility: auto; contain-intrinsic-size: 410px; }
.commercial-sector-card h3 { overflow-wrap: anywhere; }
.commercial-sector-card .button { cursor: pointer; }
.commercial-ready-label.status-ihtiyaç-analizi { background: #fff4dd; color: #81510a; }
.commercial-ready-label.status-mevcut { background: #e8f7ef; color: #14633b; }
.sector-suitable { padding: 10px 12px; border-radius: 12px; background: #f5f8fc; font-size: 14px; }
.sector-empty-state { margin-top: 24px; padding: 30px; border: 1px dashed #9eb4cc; border-radius: 20px; text-align: center; background: #f7faff; }
.sector-empty-state p { margin: 0 0 16px; color: #344a64; }

.sector-detail-dialog { width: min(880px, calc(100% - 32px)); max-height: min(820px, calc(100vh - 32px)); padding: 34px; border: 0; border-radius: 24px; color: #223a57; box-shadow: 0 30px 90px rgba(2,18,40,.34); }
.sector-detail-dialog::backdrop { background: rgba(5,20,40,.68); backdrop-filter: blur(4px); }
.sector-dialog-close { position: sticky; z-index: 2; top: 0; float: right; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #edf3fa; color: #102b52; font-size: 28px; cursor: pointer; }
.sector-detail-dialog h2 { margin: 16px 0 10px; color: #102b52; font-size: clamp(27px,4vw,42px); line-height: 1.1; }
.sector-detail-dialog h3 { margin: 22px 0 8px; color: #102b52; }
.sector-detail-dialog li { margin: 7px 0; }
.sector-dialog-lead { color: #50647c; font-size: 18px; line-height: 1.7; }
.sector-dialog-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.sector-detail-note { padding: 14px 16px; border-left: 4px solid #0d72d9; border-radius: 8px; background: #f0f6fd; }
.sector-detail-dialog:focus-visible,
.sector-dialog-close:focus-visible,
.software-family-card summary:focus-visible { outline: 3px solid rgba(13,114,217,.3); outline-offset: 3px; }

@media (max-width: 980px) {
  .software-family-grid, .why-tia-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .software-family-grid, .why-tia-grid, .sector-dialog-columns { grid-template-columns: 1fr; }
  .commercial-sector-grid, .commercial-featured-grid { width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr) !important; }
  .commercial-sector-card { width: 100%; min-width: 0; max-width: 100%; overflow: hidden; }
  .commercial-card-actions { flex-direction: column; align-items: stretch; }
  .commercial-card-actions .button { width: 100%; max-width: 100%; white-space: normal; }
  .sector-search-row { flex-direction: column; }
  .sector-search-row .button { width: 100%; }
  .sector-detail-dialog { padding: 24px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .sector-page *, .sector-page *::before, .sector-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Static SEO content and indexable sector detail pages */
.family-seo-overview { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 0 0 34px; }
.family-seo-overview article { padding: 24px; border: 1px solid rgba(16,43,82,.1); border-radius: 20px; background: #fff; }
.family-seo-overview h2 { margin: 0 0 10px; color: #102b52; font-size: clamp(20px,2.2vw,27px); line-height: 1.2; }
.family-seo-overview p { margin: 0; color: #52667e; line-height: 1.7; }
.priority-sector-links { margin: 26px 0 44px; padding: 26px; border: 1px solid rgba(13,114,217,.14); border-radius: 22px; background: #f6faff; }
.priority-sector-links h2 { margin: 0 0 8px; color: #102b52; font-size: clamp(24px,3vw,34px); }
.priority-sector-links p { margin: 0 0 18px; color: #52667e; }
.priority-sector-links div { display: flex; flex-wrap: wrap; gap: 9px; }
.priority-sector-links a { padding: 9px 13px; border-radius: 999px; background: #fff; color: #0d64b8; font-weight: 800; box-shadow: 0 6px 16px rgba(16,43,82,.06); }
.priority-sector-links a:focus-visible { outline: 3px solid rgba(13,114,217,.24); outline-offset: 2px; }
.sector-seo-hero { max-width: 1180px; margin: 0 auto; padding: clamp(50px,8vw,100px) 24px 60px; }
.sector-seo-hero h1 { max-width: 900px; margin: 18px 0; color: #102b52; font-size: clamp(40px,6vw,72px); line-height: 1.04; letter-spacing: -.035em; }
.sector-seo-hero > p:not(.eyebrow) { max-width: 980px; color: #50647c; font-size: clamp(17px,2vw,21px); line-height: 1.75; }
.sector-seo-section.alt { background: #f5f8fc; }
.sector-problem-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; max-width: 1050px; margin: 0 auto; padding: 0; list-style: none; }
.sector-problem-list li { padding: 18px 20px 18px 48px; border: 1px solid rgba(16,43,82,.1); border-radius: 16px; background: #fff; color: #344a64; position: relative; }
.sector-problem-list li::before { content: "!"; position: absolute; left: 18px; top: 16px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #fff0e7; color: #a94516; font-weight: 900; }
.sector-benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.sector-benefit-grid article { padding: 22px; border: 1px solid rgba(16,43,82,.1); border-radius: 18px; background: #fff; }
.sector-benefit-grid h3 { margin: 0 0 9px; color: #102b52; }
.sector-benefit-grid p { margin: 0; color: #52667e; line-height: 1.65; }
.sector-feature-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 42px; padding: 0; list-style: none; }
.sector-feature-list li { padding: 10px 14px; border-radius: 999px; background: #eaf3fd; color: #164f88; font-weight: 800; }
.sector-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.sector-two-col > div { padding: 25px; border: 1px solid rgba(16,43,82,.1); border-radius: 20px; background: #fff; }
.sector-two-col h2 { margin-top: 0; color: #102b52; font-size: 25px; }
.sector-two-col li { margin: 9px 0; color: #445a72; }
.sector-related { border-top: 1px solid rgba(16,43,82,.1); }
.sector-related h2 { color: #102b52; }
.sector-related a { color: #0d72d9; font-weight: 800; }
@media (max-width: 800px) {
  .family-seo-overview,.sector-problem-list,.sector-benefit-grid,.sector-two-col { grid-template-columns: 1fr; }
  .sector-seo-hero { padding-inline: 18px; }
}

/* Always-visible global navigation: no dropdown on desktop or mobile. */
.site-header {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  height: auto !important;
  min-height: 92px !important;
  gap: 8px 16px !important;
  padding-block: 9px !important;
}
.site-header .brand { margin-right: auto; }
.header-sector-shortcut,
.nav-toggle { display: none !important; }
.site-nav,
.site-nav.open {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  flex: 1 0 100% !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px 7px !important;
  width: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 5px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(93,106,121,.12) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  font-size: clamp(11px,.78vw,12.5px) !important;
}
.site-nav a,
.site-nav .nav-panel-link {
  flex: 0 0 auto !important;
  justify-content: center !important;
  min-height: 31px !important;
  padding: 5px 4px !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #657181 !important;
  font-weight: 760 !important;
  white-space: nowrap !important;
}
.site-nav a:hover,
.site-nav a:focus-visible { background: rgba(92,106,122,.08) !important; color: #26384d !important; }
.site-nav a[aria-current="page"] { background: rgba(13,114,217,.09) !important; color: #0d64b8 !important; }
.site-nav .nav-separator {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  color: #9aa3ad !important;
  opacity: 1 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  user-select: none;
}
@media (max-width: 760px) {
  .site-header { min-height: 104px !important; padding-inline: 12px !important; }
  .site-header .brand { max-width: calc(100% - 8px); }
  .site-nav,
  .site-nav.open {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 4px 6px !important;
    padding: 7px 2px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: #b8c1cb transparent;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav a,
  .site-nav .nav-panel-link { min-height: 34px !important; font-size: 12px !important; }
}



/* Tia Yazilim Corporate Horizon theme - 2026-07-18 */
:root {
  --ink: #0b1f3a;
  --muted: #5d6f86;
  --line: #d9e3ef;
  --blue: #2563eb;
  --blue-dark: #0b3470;
  --green: #0f9f6e;
  --orange: #f97316;
  --soft: #f3f6fa;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(9, 32, 67, .11);
}

html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: #f3f6fa;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
main {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 5%, rgba(37,99,235,.09), transparent 26rem),
    linear-gradient(180deg, #f8faff 0%, #f3f6fa 100%);
}

.site-header {
  min-height: 68px !important;
  padding: 8px clamp(14px, 3vw, 38px) !important;
  border-bottom: 1px solid rgba(148,163,184,.24) !important;
  background: rgba(7, 23, 47, .96) !important;
  box-shadow: 0 10px 34px rgba(2, 12, 27, .18);
  backdrop-filter: blur(18px) saturate(145%);
}
.site-header .brand {
  min-height: 48px;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(2,12,27,.22);
}
.site-header .brand > span { display: none !important; }
.site-header .brand-logo { max-height: 38px !important; width: min(158px, 42vw) !important; }
.site-nav { gap: 3px !important; }
.site-nav a {
  min-height: 36px !important;
  padding: 8px 9px !important;
  color: rgba(255,255,255,.82) !important;
  border-radius: 10px !important;
  font-weight: 750;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff !important;
  background: rgba(96,165,250,.17) !important;
  box-shadow: inset 0 0 0 1px rgba(147,197,253,.16) !important;
}
.site-nav .nav-panel-link {
  color: #07172f !important;
  background: linear-gradient(135deg,#93c5fd,#ffffff) !important;
}
.nav-separator { color: rgba(255,255,255,.23); }
.nav-toggle {
  border-color: rgba(255,255,255,.22) !important;
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.home-hero {
  min-height: 0 !important;
  margin: 0;
  padding: clamp(38px, 5vw, 72px) clamp(20px, 6vw, 86px) !important;
  gap: clamp(26px, 4vw, 54px) !important;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(56,189,248,.3), transparent 28rem),
    linear-gradient(125deg,#06162e 0%,#0b3470 56%,#1768d7 100%);
  box-shadow: inset 0 -1px rgba(255,255,255,.12);
}
.home-hero-copy h1 {
  color: #fff !important;
  font-size: clamp(2.45rem, 4.6vw, 4.65rem) !important;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.home-hero-copy p:not(.eyebrow) { color: rgba(235,244,255,.82) !important; }
.home-hero .eyebrow { color: #7dd3fc !important; }
.home-hero-media,
.home-an1-visual {
  min-height: 0 !important;
  padding: clamp(10px, 2vw, 18px) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 26px !important;
  background: rgba(255,255,255,.1) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.26) !important;
  backdrop-filter: blur(10px);
}
.home-hero-media img { max-height: 490px !important; }
.home-hero .button.primary {
  color: #07172f;
  background: linear-gradient(135deg,#7dd3fc,#fff) !important;
  box-shadow: 0 14px 34px rgba(56,189,248,.25);
}
.home-hero .button.ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,.36) !important;
  background: rgba(255,255,255,.08) !important;
}

.section,
.home-sector-section {
  min-height: 0 !important;
  padding-top: clamp(34px, 4.2vw, 58px) !important;
  padding-bottom: clamp(34px, 4.2vw, 58px) !important;
}
.home-page main > .section {
  width: min(1480px, 100%);
  margin-inline: auto;
}
.section-heading { margin-bottom: 22px !important; }
.section-heading h2,
.section h2 {
  color: #0b2447;
  letter-spacing: -.032em;
  text-wrap: balance;
}
.eyebrow {
  color: #1d4ed8;
  letter-spacing: .09em;
  font-weight: 900;
}
.reveal {
  opacity: 1 !important;
  transform: none !important;
}

.home-law-card,
.solution,
.why-item,
.tia-module,
.converter-card,
.contact-route-grid article,
.nfc-info-grid article,
.sector-catalog-card,
.commercial-sector-card {
  border: 1px solid rgba(148,163,184,.28) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 14px 38px rgba(9,32,67,.075) !important;
}
.home-law-card {
  padding: clamp(22px, 3vw, 34px) !important;
  background: linear-gradient(135deg,#fff,#f4f7fb) !important;
}
.home-law-mark {
  border-radius: 18px !important;
  background: linear-gradient(145deg,#0b2447,#1d4ed8) !important;
}
.detail-grid,
.tia-panel-grid,
.why-grid,
.converter-grid,
.demo-grid {
  gap: clamp(16px, 2.2vw, 28px) !important;
}
.home-page .product-detail,
.home-page .why-section,
.home-page .split-section,
.home-page .demo-section,
.home-page .converter-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.home-tiasoft-ad-section,
.home-trendyol-section {
  min-height: 0 !important;
  gap: clamp(20px, 3vw, 40px) !important;
  border-radius: 26px;
}
.home-page .panel-preview.blue-panel {
  min-height: 0 !important;
  margin: 12px clamp(12px, 3vw, 38px);
  border-radius: 28px;
  background: linear-gradient(135deg,#06162e,#0b3470 65%,#145fc3) !important;
  box-shadow: 0 24px 70px rgba(6,22,46,.2);
}
.signal-strip {
  background: #081a35 !important;
  border-block: 1px solid rgba(255,255,255,.1);
}
.cta-section {
  padding-top: clamp(38px, 5vw, 64px) !important;
  padding-bottom: clamp(38px, 5vw, 64px) !important;
  background: linear-gradient(125deg,#0b2447,#1559b6) !important;
}
.button {
  border-radius: 11px !important;
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  background: linear-gradient(135deg,#1d4ed8,#2d7ff9);
  box-shadow: 0 10px 26px rgba(37,99,235,.22);
}
input,
select,
textarea {
  border-radius: 11px !important;
  border-color: #cbd8e7 !important;
  background: #fff !important;
}
.site-footer {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  color: rgba(255,255,255,.72) !important;
  background: #06162e !important;
  border-top: 1px solid rgba(255,255,255,.1) !important;
}
.site-footer a { color: rgba(255,255,255,.84) !important; }
.whatsapp-float {
  border: 1px solid rgba(255,255,255,.3);
  box-shadow: 0 16px 38px rgba(6,78,59,.28) !important;
}

@media (max-width: 1500px) {
  .site-nav {
    background: rgba(7,23,47,.985) !important;
    border-color: rgba(255,255,255,.12) !important;
  }
}
@media (max-width: 920px) {
  .home-hero {
    padding-top: 34px !important;
    padding-bottom: 36px !important;
  }
  .home-hero-media { max-width: 720px; width: 100%; margin-inline: auto; }
  .home-law-card { grid-template-columns: 64px 1fr !important; }
  .home-law-mark { width: 64px !important; height: 64px !important; font-size: 34px !important; }
  .home-law-more { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .section,
  .home-sector-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .home-hero { padding-inline: 18px !important; }
  .home-hero-copy h1 { font-size: clamp(2.12rem, 11vw, 3rem) !important; }
  .home-hero-media img { max-height: 330px !important; }
  .home-page .panel-preview.blue-panel { margin-inline: 8px; border-radius: 20px; }
  .home-law-card { grid-template-columns: 1fr !important; }
  .home-law-more { grid-column: auto; }
}
