/* Sümer Teknoloji — ana stil dosyası
   Renkler: Ur Sancağı'ndaki lacivert taşı (lapis) ve altın. Logonuzla uyum için :root değişkenlerini düzenleyin. */

:root {
  --night: #0E1A3D;
  --lapis: #16307A;
  --lapis-2: #2447A8;
  --gold: #E0B23A;
  --gold-2: #F0C75A;
  --shell: #EEF2F8;
  --paper: #FFFFFF;
  --ink: #17203A;
  --muted: #55607A;
  --line: #D6DDEA;
  --wa: #1FA855;
  --ok: #1D7A55;
  --err: #B3261E;

  --f-display: "Bricolage Grotesque", "Segoe UI", Roboto, Arial, sans-serif;
  --f-body: "Onest", "Segoe UI", Roboto, Arial, sans-serif;

  --wrap: 1180px;
  --pad: clamp(18px, 4vw, 32px);
  --sec: clamp(56px, 8vw, 104px);
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 1.0625rem;
  line-height: 1.62;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img, svg, iframe { max-width: 100%; display: block; }
a { color: var(--lapis); text-underline-offset: 3px; }
a:hover { color: var(--lapis-2); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

h1, h2, h3 { font-family: var(--f-display); color: inherit; margin: 0 0 .5em; letter-spacing: -0.018em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.55rem); line-height: 1.04; font-weight: 780; }
h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.12; font-weight: 650; }
h3 { font-size: 1.2rem; line-height: 1.25; font-weight: 650; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.22rem); color: var(--muted); max-width: 62ch; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--pad); }
.wrap.narrow > * { max-width: 820px; }

.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: var(--night); padding: 8px 14px; z-index: 100; border-radius: var(--r-sm); }
.skip:focus { left: 8px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 48px; padding: 0 22px;
  font: 600 1rem/1 var(--f-body);
  text-decoration: none; border-radius: var(--r-md);
  border: 2px solid transparent; cursor: pointer;
  transition: background-color .15s, color .15s, border-color .15s;
}
.btn--gold { background: var(--gold); color: var(--night); }
.btn--gold:hover { background: var(--gold-2); color: var(--night); }
.btn--lapis { background: var(--lapis); color: #fff; }
.btn--lapis:hover { background: var(--lapis-2); color: #fff; }
.btn--line { border-color: var(--lapis); color: var(--lapis); background: transparent; }
.btn--line:hover { background: var(--lapis); color: #fff; }
.btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.btn--light { background: #fff; color: var(--night); }
.btn--light:hover { background: var(--shell); color: var(--night); }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: #17924A; color: #fff; }
.btn--block { width: 100%; }

.textlink { font-weight: 600; text-decoration: underline; text-decoration-thickness: 2px; text-decoration-color: var(--gold); }

/* ---------- Topbar & header ---------- */
.topbar { background: var(--night); color: rgba(255,255,255,.78); font-size: .86rem; }
.topbar__in { display: flex; gap: 28px; justify-content: flex-end; padding-block: 7px; }
.topbar a { color: #fff; font-weight: 600; text-decoration: none; }
@media (max-width: 760px) { .topbar__in > span { display: none; } .topbar__in { justify-content: center; } }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header__in { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.brand img { height: 46px; width: auto; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.nav a:not(.btn) { display: block; padding: 10px 11px; color: var(--ink); text-decoration: none; font-weight: 500; font-size: .96rem; border-radius: var(--r-sm); }
.nav a:not(.btn):hover { background: var(--shell); color: var(--lapis); }
.nav a[aria-current="page"] { color: var(--lapis); box-shadow: inset 0 -3px 0 var(--gold); border-radius: 0; }
.nav { display: flex; align-items: center; gap: 14px; }
.nav__cta { min-height: 42px; padding: 0 16px; font-size: .95rem; }

.nav-toggle { display: none; align-items: center; gap: 10px; background: none; border: 1px solid var(--line); border-radius: var(--r-md); padding: 10px 14px; font: 600 .95rem var(--f-body); color: var(--ink); cursor: pointer; }
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after { display: block; width: 18px; height: 2px; background: currentColor; position: relative; transition: transform .2s; }
.nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle__bars::before { top: -6px; } .nav-toggle__bars::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1120px) {
  .nav-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; padding: 8px var(--pad) 20px; box-shadow: 0 18px 30px -18px rgba(14,26,61,.35); max-height: calc(100vh - 110px); overflow-y: auto; }
  .nav.is-open { display: flex; }
  .nav ul { flex-direction: column; }
  .nav a:not(.btn) { padding: 13px 4px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 1.05rem; }
  .nav a[aria-current="page"] { box-shadow: inset 4px 0 0 var(--gold); padding-left: 14px; }
  .nav__cta { margin-top: 14px; min-height: 50px; }
}

/* ---------- Home hero ---------- */
.hero { background: var(--night); color: #fff; overflow: hidden; position: relative; }
.hero__in { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; padding-block: clamp(56px, 8vw, 112px); }
.hero h1 { color: #fff; max-width: 15ch; }
.hero .lead { color: rgba(255,255,255,.78); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 26px; }
.hero__facts { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 26px; color: rgba(255,255,255,.66); font-size: .94rem; }
.hero__facts li { display: flex; align-items: center; gap: 9px; }
.hero__facts li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

.hero-art { width: 100%; height: auto; }
.hero-art .w { fill: rgba(255,255,255,.5); transform-box: fill-box; transform-origin: 0 50%; opacity: 0; animation: press .55s cubic-bezier(.2,.7,.2,1) var(--d) forwards; }
.hero-art__wedges g:nth-child(5n) .w { fill: rgba(255,255,255,.85); }
.hero-art__wedges g:nth-child(7n) .w { fill: rgba(224,178,58,.7); }
.hero-art__links line { stroke: var(--gold); stroke-width: 1.5; stroke-opacity: .55; stroke-dasharray: 400; stroke-dashoffset: 400; animation: draw 1.1s ease-out var(--d) forwards; }
.hero-art__nodes circle { fill: var(--gold); transform-box: fill-box; transform-origin: center; opacity: 0; animation: pop .45s ease-out var(--d) forwards; }
@keyframes press { from { opacity: 0; transform: scaleX(.15); } to { opacity: 1; transform: none; } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes pop { from { opacity: 0; transform: scale(.2); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .hero__in { grid-template-columns: 1fr; }
  .hero__art { position: absolute; right: -120px; top: 40px; width: 460px; opacity: .22; pointer-events: none; }
  .hero__text { position: relative; }
}

/* ---------- Sections ---------- */
.section { padding-block: var(--sec); }
.section--shell { background: var(--shell); }
.section--night { background: var(--night); color: #fff; }
.section--night .section__head p, .section--night p { color: rgba(255,255,255,.75); }
.section__head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.section__head p { color: var(--muted); font-size: 1.08rem; }
.section__head--row { max-width: none; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* Service index (home) */
.service-index { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--line); }
.service-index li { border-top: 1px solid var(--line); }
.service-index a {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) 64px; gap: 28px; align-items: center;
  padding: clamp(22px, 3vw, 34px) 12px; text-decoration: none; color: var(--ink);
  transition: background-color .2s;
}
.service-index__name { font-family: var(--f-display); font-weight: 650; font-size: clamp(1.35rem, 2.4vw, 1.95rem); line-height: 1.12; letter-spacing: -0.015em; }
.service-index__desc { color: var(--muted); }
.service-index__go { justify-self: end; }
.service-index .wedge { width: 46px; fill: var(--lapis); transition: transform .25s ease, fill .2s; }
.service-index a:hover { background: var(--shell); }
.service-index a:hover .service-index__name { color: var(--lapis); }
.service-index a:hover .wedge { transform: translateX(8px); fill: var(--gold); }
@media (max-width: 760px) {
  .service-index a { grid-template-columns: 1fr 40px; gap: 8px 16px; }
  .service-index__desc { grid-column: 1; grid-row: 2; font-size: .98rem; }
  .service-index__go { grid-row: 1 / span 2; grid-column: 2; }
  .service-index .wedge { width: 34px; }
}

/* Split layouts */
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split--even { grid-template-columns: 1fr 1fr; align-items: start; }
.split--hero { grid-template-columns: 1fr 1fr; align-items: center; }
.split__text > :last-child { margin-bottom: 0; }
.split__actions { display: flex; flex-wrap: wrap; gap: 12px; align-self: center; justify-content: flex-end; }
@media (max-width: 900px) {
  .split, .split--even, .split--hero { grid-template-columns: 1fr; }
  .split__actions { justify-content: flex-start; }
}

/* Checklist with wedge markers */
.checklist { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.checklist li { position: relative; padding-left: 28px; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: .5em; width: 16px; height: 9px; background: var(--gold);
  clip-path: polygon(0 0, 38% 40%, 100% 45%, 100% 55%, 38% 60%, 0 100%);
}
.checklist--box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 28px; margin: 0; }
.section--shell .checklist--box { border-color: transparent; }

/* Reasons, features */
.reasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 36px 32px; }
.reasons > div { border-top: 3px solid var(--lapis); padding-top: 18px; }
.reasons p { color: var(--muted); margin: 0; }
.reasons--dark > div { border-top-color: var(--gold); }
.reasons--dark p { color: rgba(255,255,255,.72); }

.features { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 0 32px; }
.features > div { padding: 22px 0; border-top: 1px solid var(--line); }
.features h3 { font-size: 1.12rem; margin-bottom: .35em; }
.features p { color: var(--muted); margin: 0; font-size: .99rem; }

/* Steps (a real sequence) */
.steps { list-style: none; counter-reset: step; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.steps li { counter-increment: step; position: relative; padding-top: 64px; }
.steps li::before {
  content: counter(step); position: absolute; top: 0; left: 0;
  font: 780 2.8rem/1 var(--f-display); color: var(--gold);
}
.steps li::after { content: ""; position: absolute; top: 24px; left: 52px; right: -16px; height: 1px; background: rgba(255,255,255,.2); }
.steps li:last-child::after { display: none; }
.steps h3 { color: #fff; }
.steps p { margin: 0; font-size: .98rem; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr 1fr; } .steps li::after { display: none; } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

/* Roadmap */
.roadmap { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.roadmap li { background: var(--paper); border: 1px dashed #AFBBD3; border-radius: var(--r-md); padding: 16px 20px; display: grid; gap: 2px; }
.roadmap li strong { font-family: var(--f-display); font-weight: 650; }
.roadmap li span { color: var(--muted); font-size: .96rem; }

/* ---------- Packages ---------- */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.package { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; position: relative; }
.package__name { font-size: 1.5rem; margin-bottom: .3em; }
.package__for { color: var(--muted); font-size: .98rem; min-height: 3.2em; }
.package__price { margin: 8px 0 22px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.package__price strong { font: 780 2rem/1.1 var(--f-display); letter-spacing: -0.02em; }
.package__price .package__ask { font-size: 1.35rem; }
.package__price span { color: var(--muted); font-size: .95rem; }
.package .checklist { margin-bottom: 28px; font-size: .98rem; }
.package__cta { margin-top: auto; }
.package--featured { background: var(--night); color: #fff; border-color: var(--night); }
.package--featured .package__for, .package--featured .package__price span { color: rgba(255,255,255,.7); }
.package--featured .package__price { border-bottom-color: rgba(255,255,255,.18); }
.package__flag { position: absolute; top: -13px; left: 26px; margin: 0; background: var(--gold); color: var(--night); font-size: .82rem; font-weight: 600; padding: 4px 12px; border-radius: var(--r-sm); }
@media (max-width: 980px) { .packages { grid-template-columns: 1fr; max-width: 520px; } .package__for { min-height: 0; } }

/* ---------- PMS mock ---------- */
.pms-mock { background: var(--paper); border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(14,26,61,.45); overflow: hidden; font-size: .8rem; color: var(--ink); position: relative; }
.pms-mock__bar { display: flex; justify-content: space-between; background: var(--night); color: #fff; padding: 11px 16px; font-weight: 600; }
.pms-mock__bar span:last-child { color: rgba(255,255,255,.65); font-weight: 500; }
.pms-mock__stats { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.pms-mock__stats div { padding: 12px 14px; border-right: 1px solid var(--line); display: grid; }
.pms-mock__stats div:last-child { border-right: 0; }
.pms-mock__stats b { font: 780 1.55rem/1.1 var(--f-display); color: var(--lapis); }
.pms-mock__stats small { font-size: .9rem; color: var(--muted); font-weight: 500; }
.pms-mock__stats span { color: var(--muted); }
.pms-mock__cal { display: grid; grid-template-columns: 92px repeat(7, 1fr); grid-auto-rows: 30px; row-gap: 5px; padding: 12px 14px 6px; align-items: center; }
.pms-mock__day { text-align: center; color: var(--muted); font-size: .74rem; }
.pms-mock__room { grid-column: 1; font-weight: 600; font-size: .76rem; white-space: nowrap; }
.pms-mock__res { height: 24px; border-radius: 6px; padding: 0 8px; display: flex; align-items: center; font-size: .72rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 2px; }
.pms-mock__res--in { background: var(--lapis); color: #fff; }
.pms-mock__res--ok { background: #CBD7F2; color: var(--night); }
.pms-mock__res--dep { background: #F6E3B0; color: #5A4300; }
.pms-mock__legend { display: flex; flex-wrap: wrap; gap: 14px; padding: 8px 14px 14px; color: var(--muted); font-size: .74rem; }
.pms-mock__legend .k { display: inline-flex; align-items: center; gap: 6px; }
.pms-mock__legend .k::before { content: ""; width: 10px; height: 10px; border-radius: 3px; }
.k--in::before { background: var(--lapis); } .k--ok::before { background: #CBD7F2; } .k--dep::before { background: #F6E3B0; }
.pms-mock__note { position: absolute; right: 14px; bottom: 12px; margin: 0; font-size: .7rem; color: #9AA4BA; }
@media (max-width: 520px) {
  .pms-mock__stats { grid-template-columns: 1fr 1fr; }
  .pms-mock__stats div:nth-child(2) { border-right: 0; }
  .pms-mock__stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pms-mock__cal { grid-template-columns: 70px repeat(7, 1fr); }
  .pms-mock__res { font-size: 0; }
}

/* ---------- Page hero (inner) ---------- */
.page-hero { background: var(--night); color: #fff; padding-block: clamp(44px, 6vw, 84px); position: relative; overflow: hidden; }
.page-hero::before { /* lapis panel behind the visual */
  content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 38%;
  background: var(--lapis); clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.page-hero__in { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.page-hero__in--solo { grid-template-columns: 1fr; }
.page-hero:has(.page-hero__in--solo)::before { width: 22%; opacity: .55; }
.page-hero h1 { color: #fff; max-width: 18ch; }
.page-hero .lead { color: rgba(255,255,255,.78); }
.page-hero .hero__actions { margin: 28px 0 0; }
.page-hero__art { min-width: 0; }
.page-hero--center { text-align: center; }
.page-hero--center h1, .page-hero--center .lead { margin-inline: auto; }
.page-hero--center .hero__actions { justify-content: center; }
.crumbs { display: flex; gap: 8px; font-size: .9rem; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.crumbs a { color: var(--gold); }
.crumbs a:hover { color: var(--gold-2); }
.jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.jump a { padding: 9px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.3); text-decoration: none; font-weight: 500; color: #fff; }
.jump a:hover { border-color: var(--gold); color: var(--gold); }
.page-hero--wedge .hero-art { max-width: 460px; margin-left: auto; }
.page-hero--rack .page-hero__art { display: flex; justify-content: center; }
@media (max-width: 900px) {
  .page-hero__in { grid-template-columns: 1fr; }
  .page-hero::before { top: auto; height: 46%; width: 100%; clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%); }
  .page-hero--wedge::before, .page-hero:has(.page-hero__in--solo)::before { display: none; }
  .page-hero--wedge .page-hero__art { position: absolute; right: -140px; top: -10px; width: 420px; opacity: .2; pointer-events: none; }
}

.mock-note { position: absolute; right: 14px; bottom: 10px; margin: 0; font-size: .7rem; color: #9AA4BA; }

/* Hosting mock */
.host-mock { position: relative; background: var(--paper); color: var(--ink); border-radius: var(--r-lg); padding: 22px 22px 30px; box-shadow: 0 30px 60px -28px rgba(0,0,0,.6); font-size: .9rem; max-width: 470px; margin-left: auto; }
.host-mock__search > span { display: block; font-weight: 600; margin-bottom: 8px; }
.host-mock__input { border: 2px solid var(--lapis); border-radius: var(--r-md); padding: 11px 14px; font: 600 1.05rem var(--f-body); display: flex; align-items: center; }
.host-mock__input i { width: 2px; height: 1.1em; background: var(--lapis); margin-left: 2px; animation: caret 1s steps(1) infinite; }
@keyframes caret { 50% { opacity: 0; } }
.host-mock__list { list-style: none; margin: 12px 0 18px; padding: 0; }
.host-mock__list li { display: flex; justify-content: space-between; align-items: center; padding: 9px 2px; border-bottom: 1px solid var(--line); }
.st { font-size: .78rem; font-weight: 600; padding: 3px 10px; border-radius: 999px; }
.st--ok { background: #DDF3E8; color: #0F5236; }
.st--no { background: #EEF0F4; color: #7A8296; }
.host-mock__panel { background: var(--shell); border-radius: var(--r-md); padding: 14px 16px; display: grid; gap: 8px; }
.host-mock__row { display: flex; justify-content: space-between; align-items: center; color: var(--muted); }
.host-mock__row b { color: var(--ink); }
.host-mock__bar { height: 6px; border-radius: 99px; background: #D3DBEA; overflow: hidden; margin-top: -2px; }
.host-mock__bar i { display: block; height: 100%; background: var(--gold); }

/* Web mock */
.web-mock { position: relative; padding: 0 0 34px 0; max-width: 520px; margin-left: auto; }
.web-mock__browser { background: var(--paper); border-radius: 12px; overflow: hidden; box-shadow: 0 30px 60px -28px rgba(0,0,0,.6); }
.web-mock__bar { display: flex; align-items: center; gap: 6px; background: #E4E9F2; padding: 9px 12px; }
.web-mock__bar i { width: 9px; height: 9px; border-radius: 50%; background: #C3CCDD; }
.web-mock__bar i:first-child { background: #F2A19A; } .web-mock__bar i:nth-child(2) { background: #F3D07A; } .web-mock__bar i:nth-child(3) { background: #8FD3A9; }
.web-mock__bar span { margin-left: 10px; background: #fff; border-radius: 6px; padding: 3px 10px; font-size: .74rem; color: var(--muted); flex: 1; }
.web-mock__page { padding: 14px 16px 18px; }
.wm-nav { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.wm-nav b { width: 54px; height: 12px; border-radius: 3px; background: var(--lapis); margin-right: auto; }
.wm-nav span { width: 30px; height: 6px; border-radius: 3px; background: #D3DBEA; }
.wm-nav em { width: 44px; height: 16px; border-radius: 5px; background: var(--gold); }
.wm-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: center; background: var(--night); border-radius: 8px; padding: 16px; }
.wm-hero__txt { display: grid; gap: 7px; }
.wm-h { font: 780 1.05rem/1.1 var(--f-display); color: #fff; }
.wm-l { display: block; height: 6px; border-radius: 3px; background: rgba(255,255,255,.35); }
.wm-l--s { width: 70%; }
.wm-btn { display: block; width: 64px; height: 18px; border-radius: 5px; background: var(--gold); margin-top: 4px; }
.wm-img { height: 92px; border-radius: 6px; background:
  linear-gradient(160deg, transparent 55%, rgba(224,178,58,.9) 55% 62%, transparent 62%), var(--lapis-2); }
.wm-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.wm-cards span { height: 46px; border-radius: 6px; background: var(--shell); border-top: 3px solid var(--lapis); }
.web-mock__phone { position: absolute; right: -14px; bottom: 0; width: 126px; background: var(--paper); border: 5px solid #1B2440; border-radius: 20px; padding: 12px 9px 14px; display: grid; gap: 6px; box-shadow: 0 24px 40px -18px rgba(0,0,0,.7); }
.web-mock__phone .wm-l { background: #D3DBEA; }
.wm-p-nav { display: flex; justify-content: space-between; align-items: center; }
.wm-p-nav b { width: 36px; height: 9px; border-radius: 3px; background: var(--lapis); }
.wm-p-nav em { width: 14px; height: 9px; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.wm-p-img { height: 56px; border-radius: 6px; background: linear-gradient(160deg, transparent 55%, rgba(224,178,58,.9) 55% 62%, transparent 62%), var(--lapis-2); }
.wm-p-h { font: 780 .72rem/1.15 var(--f-display); color: var(--ink); }
.wm-p-wa { justify-self: end; width: 20px; height: 20px; border-radius: 50%; background: var(--wa); margin-top: 4px; }
.web-mock__chips { position: absolute; left: -10px; bottom: 6px; list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; }
.web-mock__chips li { background: var(--gold); color: var(--night); font-size: .78rem; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
@media (max-width: 520px) { .web-mock__phone { width: 104px; right: -4px; } .web-mock__chips { left: 0; } .wm-hero { grid-template-columns: 1fr; } .wm-img { display: none; } }

/* PMS mock in dark hero */
.page-hero .pms-mock { border-color: transparent; box-shadow: 0 30px 60px -28px rgba(0,0,0,.6); }

/* Rack art */
.rack { width: 100%; max-width: 380px; height: auto; filter: drop-shadow(0 28px 40px rgba(0,0,0,.45)); }
.rk-frame { fill: #0A1330; stroke: rgba(255,255,255,.18); stroke-width: 2; }
.rk-hole { fill: rgba(255,255,255,.18); }
.rk-unit { fill: #1D2C5A; }
.rk-unit--alt { fill: #25376B; }
.rk-unit--ups { fill: #1A274F; }
.rk-mgr { fill: #141F45; }
.rk-slot { fill: #0A1330; }
.rk-port { fill: #0A1330; stroke: #3B5294; stroke-width: .8; }
.rk-cable { fill: none; stroke-width: 3; stroke-linecap: round; }
.rk-c1 { stroke: var(--gold); } .rk-c2 { stroke: #6E8FE8; } .rk-c3 { stroke: #EAF0FA; }
.rk-led { fill: #3BD68A; }
.rk-blink { animation: blink 1.2s steps(2) infinite var(--d); }
@keyframes blink { 50% { opacity: .25; } }
.rk-bay { fill: #142048; stroke: #33487F; stroke-width: 1; }
.rk-pwr { fill: none; stroke: #6E8FE8; stroke-width: 1.5; }
.rk-txt { font: 600 9px var(--f-body); fill: rgba(255,255,255,.72); letter-spacing: .08em; }
.rk-txt--rec { fill: #FF8B82; }
.rk-rec { fill: #FF5A4E; animation: blink 1.4s steps(2) infinite; }
.rk-lcd { fill: #0D2E22; }
.rk-lcd-txt { font: 600 10px ui-monospace, Menlo, Consolas, monospace; fill: #5CF0A0; }
.rk-btn { fill: #0A1330; stroke: #3B5294; }
.rk-foot { fill: #0A1330; }
@media (max-width: 900px) { .rack { max-width: 280px; } }

/* ---------- Works / portfolio ---------- */
.works { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.work { display: flex; flex-direction: column; }
.work[hidden] { display: none; }
.work__media { aspect-ratio: 16 / 10; border-radius: var(--r-lg); overflow: hidden; background: var(--night); margin-bottom: 16px; }
.work__media img { width: 100%; height: 100%; object-fit: cover; }
.work__ph { width: 100%; height: 100%; display: grid; place-items: center; background:
  radial-gradient(circle at 78% 30%, rgba(224,178,58,.22) 0 2px, transparent 3px) 0 0 / 28px 28px, var(--night); }
.work__ph span { font: 780 3.4rem/1 var(--f-display); color: var(--gold); letter-spacing: -0.03em; }
.work__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: .88rem; color: var(--muted); margin-bottom: 6px; }
.tag { background: var(--shell); color: var(--lapis); font-weight: 600; padding: 3px 10px; border-radius: var(--r-sm); }
.work__title { font-size: 1.3rem; margin-bottom: .35em; }
.work__body p { color: var(--muted); font-size: .98rem; }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.chip { font: 500 .95rem var(--f-body); padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); cursor: pointer; }
.chip:hover { border-color: var(--lapis); }
.chip[aria-pressed="true"] { background: var(--lapis); border-color: var(--lapis); color: #fff; }
.works__empty, .empty { color: var(--muted); }
.empty { max-width: 560px; }
.empty h2 { color: var(--ink); }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative; font-family: var(--f-display); font-weight: 650; font-size: 1.13rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 12px; height: 12px; border-right: 2px solid var(--lapis); border-bottom: 2px solid var(--lapis); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq__item[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq__a p { color: var(--muted); max-width: 70ch; padding-bottom: 8px; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.prose { max-width: 68ch; }
.prose h2 { font-size: 1.5rem; margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.about__card { background: var(--night); color: #fff; border-radius: var(--r-lg); padding: 30px; position: sticky; top: 100px; }
.about__card h2 { font-size: 1.35rem; }
.about__card dl { margin: 0 0 24px; }
.about__card dt { color: var(--gold); font-weight: 600; font-size: .9rem; margin-top: 14px; }
.about__card dd { margin: 2px 0 0; color: rgba(255,255,255,.85); }
@media (max-width: 900px) { .about { grid-template-columns: 1fr; } .about__card { position: static; } }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.35fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.contact__info { display: grid; gap: 12px; }
.contact__big { display: grid; gap: 2px; padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--r-lg); text-decoration: none; color: var(--ink); background: var(--paper); }
.contact__big span { color: var(--muted); font-size: .9rem; }
.contact__big strong { font: 650 1.25rem/1.25 var(--f-display); word-break: break-word; }
.contact__big:hover { border-color: var(--lapis); color: var(--ink); }
.contact__big--wa { background: var(--wa); border-color: var(--wa); color: #fff; }
.contact__big--wa span { color: rgba(255,255,255,.85); }
.contact__big--wa:hover { background: #17924A; color: #fff; border-color: #17924A; }
.contact__dl { margin: 14px 0 0; }
.contact__dl dt { font-weight: 600; margin-top: 12px; }
.contact__dl dd { margin: 2px 0 0; color: var(--muted); }
.contact__form { background: var(--shell); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 40px); }
.contact__form h2 { font-size: 1.6rem; }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .95rem; margin-bottom: 6px; }
.field .opt { font-weight: 400; color: var(--muted); }
.field input[type=text], .field input[type=tel], .field input[type=email], .field select, .field textarea {
  width: 100%; font: 400 1rem/1.4 var(--f-body); color: var(--ink);
  background: #fff; border: 1px solid #BFC9DC; border-radius: var(--r-md); padding: 12px 14px; min-height: 48px;
}
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--lapis); box-shadow: 0 0 0 3px rgba(36,71,168,.2); }
.field--err input, .field--err textarea { border-color: var(--err); }
.field__err { color: var(--err); font-size: .9rem; margin: 6px 0 0; }
.field--check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.field--check input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--lapis); }
.field--check label { font-weight: 400; font-size: .94rem; color: var(--muted); margin: 0; }
.field--check .field__err { grid-column: 2; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { border-radius: var(--r-md); padding: 14px 18px; margin-bottom: 20px; font-size: .98rem; }
.notice--ok { background: #DDF3E8; color: #0F5236; }
.notice--err { background: #FBE3E1; color: #7A1A14; }

.map iframe { width: 100%; height: 400px; border: 0; }

/* ---------- CTA band & footer ---------- */
.cta-band { background: var(--lapis); color: #fff; padding-block: clamp(44px, 6vw, 72px); }
.cta-band__in { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-band h2 { margin-bottom: .25em; }
.cta-band p { color: rgba(255,255,255,.8); margin: 0; max-width: 56ch; }
.cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; }

.footer { background: var(--night); color: rgba(255,255,255,.72); padding-top: 64px; font-size: .96rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 44px; }
.footer__brand img { height: 42px; width: auto; margin-bottom: 16px; background: #fff; border-radius: var(--r-sm); padding: 6px 10px; box-sizing: content-box; }
.footer h2 { font: 650 1rem var(--f-display); color: #fff; margin-bottom: 14px; letter-spacing: 0; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer a:hover { color: var(--gold); }
.footer address { font-style: normal; line-height: 1.9; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 20px 90px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .86rem; }
.footer__bottom p { margin: 0; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 60;
  display: inline-flex; align-items: center; gap: 8px; background: var(--wa); color: #fff; text-decoration: none;
  padding: 12px 18px 12px 14px; border-radius: 999px; font-weight: 600; box-shadow: 0 10px 24px -8px rgba(0,0,0,.45);
}
.wa-float svg { width: 26px; height: 26px; fill: currentColor; }
.wa-float:hover { background: #17924A; color: #fff; }
@media (max-width: 520px) { .wa-float span { display: none; } .wa-float { padding: 14px; } }

/* ---------- Motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-art .w, .hero-art__nodes circle { opacity: 1; }
  .hero-art__links line { stroke-dashoffset: 0; }
}
