:root {
  --remline-bg: #05070a;
  --remline-surface: #0b1017;
  --remline-surface-2: #101722;
  --remline-border: #202a37;
  --remline-blue: #0a84ff;
  --remline-blue-2: #22a3ff;
  --remline-text: #f7f9fc;
  --remline-muted: #a8b0bd;
  --remline-success: #25d366;
  --remline-danger: #ff6262;
  --remline-radius: 18px;
  --remline-shadow: 0 20px 60px rgba(0,0,0,.35);
  --remline-shell: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.remline-site {
  margin: 0;
  background: var(--remline-bg);
  color: var(--remline-text);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .remline-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--remline-muted); }
h1, h2, h3, h4 { margin: 0; color: var(--remline-text); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.3rem; }
button, input, textarea, select { font: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto; margin: 12px; padding: 12px 16px;
  clip: auto; background: #fff; color: #111; z-index: 99999;
}

.remline-shell { width: min(calc(100% - 40px), var(--remline-shell)); margin-inline: auto; }
.remline-main { min-height: 60vh; overflow: hidden; }
.remline-section { padding: 104px 0; position: relative; }
.remline-section--compact { padding: 56px 0; }
.remline-section--alt { background: linear-gradient(180deg, #08101a 0%, #070a0e 100%); border-block: 1px solid rgba(255,255,255,.05); }
.remline-page-hero { padding-top: 150px; padding-bottom: 72px; background: radial-gradient(circle at 80% 20%, rgba(10,132,255,.15), transparent 36%); }
.remline-page-hero .remline-shell { max-width: 980px; }
.remline-page-hero h1 { max-width: 900px; }

.remline-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(5,7,10,.88);
  backdrop-filter: blur(18px);
}
.remline-header__inner { min-height: 82px; display: grid; grid-template-columns: 220px 1fr auto; gap: 28px; align-items: center; }
.remline-brand { display: inline-flex; align-items: center; max-width: 205px; }
.remline-brand img { display: block; max-height: 58px; width: auto; object-fit: contain; }
.remline-brand--footer { max-width: 230px; margin-bottom: 16px; }
.remline-nav__list { list-style: none; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 0; margin: 0; }
.remline-nav__list a { color: #dfe6ef; font-size: .95rem; font-weight: 650; transition: color .2s ease; }
.remline-nav__list a:hover, .remline-nav__list .current-menu-item > a { color: var(--remline-blue-2); }
.remline-header__actions { display: flex; align-items: center; gap: 14px; }
.remline-header__phone { display: flex; flex-direction: column; min-width: 172px; }
.remline-header__phone strong { font-size: .96rem; }
.remline-header__phone span { color: var(--remline-muted); font-size: .72rem; }
.remline-socials { display: flex; gap: 9px; }
.remline-icon-link {
  width: 40px; height: 40px; display: inline-grid; place-items: center;
  border-radius: 50%; border: 1px solid var(--remline-border);
  background: #0b1119; color: var(--remline-blue-2); font-size: .74rem; font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.remline-icon-link:hover { transform: translateY(-2px); border-color: var(--remline-blue); background: rgba(10,132,255,.1); }
.remline-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--remline-border); border-radius: 12px; background: var(--remline-surface); }
.remline-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }

.remline-button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 24px; border: 1px solid var(--remline-blue);
  border-radius: 13px; background: linear-gradient(135deg, var(--remline-blue), #005ec9);
  color: #fff; font-weight: 800; box-shadow: 0 12px 32px rgba(10,132,255,.22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}
.remline-button:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(10,132,255,.3); }
.remline-button--secondary { background: transparent; border-color: #3a4656; box-shadow: none; color: var(--remline-text); }
.remline-button--secondary:hover { border-color: var(--remline-blue); background: rgba(10,132,255,.08); }
.remline-button--small { min-height: 44px; padding: 0 17px; border-radius: 11px; font-size: .88rem; }
.remline-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.remline-text-link { color: var(--remline-blue-2); font-weight: 800; }

.remline-eyebrow {
  display: inline-block; margin-bottom: 16px; color: var(--remline-blue-2);
  font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase;
}
.remline-lead { max-width: 760px; margin-top: 24px; color: #c1c9d4; font-size: clamp(1.04rem, 2vw, 1.32rem); }
.remline-lead--small { font-size: 1.08rem; }
.remline-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.remline-section-heading > div { max-width: 760px; }
.remline-section-heading > p { max-width: 420px; margin: 0; }

.remline-hero { padding-top: 72px; background: radial-gradient(circle at 75% 30%, rgba(10,132,255,.18), transparent 34%); }
.remline-hero__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 72px; align-items: center; }
.remline-hero__content { position: relative; z-index: 2; }
.remline-hero__content h1 { max-width: 850px; }
.remline-hero__content .remline-actions { margin-top: 32px; }
.remline-hero__media { position: relative; min-height: 520px; }
.remline-hero__media::before { content: ""; position: absolute; inset: 10% 3% -4% 18%; background: rgba(10,132,255,.18); filter: blur(60px); border-radius: 50%; }
.remline-hero__media > img { position: relative; width: 100%; height: 520px; object-fit: cover; border-radius: 28px; border: 1px solid rgba(255,255,255,.12); box-shadow: var(--remline-shadow); }
.remline-hero--inner .remline-hero__media > img { object-fit: contain; background: #080e15; }
.remline-floating-card { position: absolute; left: -34px; bottom: 34px; max-width: 290px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(8,12,18,.9); backdrop-filter: blur(14px); box-shadow: var(--remline-shadow); }
.remline-floating-card strong, .remline-floating-card span { display: block; }
.remline-floating-card span { color: var(--remline-muted); font-size: .9rem; }
.remline-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.remline-pills span { padding: 8px 11px; border: 1px solid var(--remline-border); border-radius: 999px; color: #cbd3de; background: rgba(255,255,255,.02); font-size: .82rem; }

.remline-feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.remline-feature { padding: 22px 18px; border: 1px solid var(--remline-border); border-radius: 16px; background: linear-gradient(180deg, #0b1118, #080c12); }
.remline-feature img { width: 46px; height: 46px; margin-bottom: 18px; }
.remline-feature h2 { font-size: 1rem; margin-bottom: 7px; }
.remline-feature p { margin: 0; font-size: .86rem; }

.remline-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.remline-service-card { min-height: 330px; position: relative; overflow: hidden; border: 1px solid var(--remline-border); border-radius: 22px; background: var(--remline-surface); }
.remline-service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,6,9,.96) 0%, rgba(4,6,9,.72) 45%, rgba(4,6,9,.12) 100%); }
.remline-service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.remline-service-card:hover img { transform: scale(1.04); }
.remline-service-card > div { position: relative; z-index: 2; width: 58%; padding: 38px; }
.remline-service-card h3 { font-size: 1.65rem; margin-bottom: 14px; }
.remline-service-card p { color: #bdc6d2; }
.remline-service-card a { display: inline-block; margin-top: 18px; color: var(--remline-blue-2); font-weight: 800; }

.remline-process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; padding: 0; margin: 0; list-style: none; counter-reset: none; }
.remline-process li { position: relative; padding: 28px 22px; border: 1px solid var(--remline-border); border-radius: 18px; background: rgba(255,255,255,.025); }
.remline-process li span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 28px; border-radius: 50%; background: rgba(10,132,255,.14); color: var(--remline-blue-2); font-weight: 900; }
.remline-process li h3 { margin-bottom: 9px; }
.remline-process li p { margin: 0; font-size: .92rem; }

.remline-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.remline-about-media img { width: 100%; border-radius: 26px; filter: saturate(.9) contrast(1.02); }
.remline-check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 12px; }
.remline-check-list li { position: relative; padding-left: 30px; color: #d6dde7; }
.remline-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--remline-blue-2); font-weight: 900; }

.remline-price-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.remline-price-card, .remline-card, .remline-contact-card { padding: 28px; border: 1px solid var(--remline-border); border-radius: 20px; background: var(--remline-surface); }
.remline-price-card h3 { font-size: 1.5rem; margin-bottom: 22px; }
.remline-price-card ul { list-style: none; padding: 0; margin: 0 0 20px; }
.remline-price-card li { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.remline-price-card strong { color: var(--remline-blue-2); font-size: .9rem; }
.remline-price-card > a { color: var(--remline-blue-2); font-weight: 800; }

.remline-price-list { list-style: none; padding: 0; margin: 0; border: 1px solid var(--remline-border); border-radius: 20px; overflow: hidden; }
.remline-price-list li { display: grid; grid-template-columns: 1fr 130px 135px; gap: 20px; align-items: center; padding: 18px 22px; background: #0a0f16; border-bottom: 1px solid var(--remline-border); }
.remline-price-list li:last-child { border-bottom: 0; }
.remline-price-list strong { color: var(--remline-blue-2); font-size: .9rem; }
.remline-price-list a { color: #fff; text-align: center; padding: 9px 12px; border-radius: 10px; background: rgba(10,132,255,.14); font-weight: 750; }

.remline-brand-cloud { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.remline-brand-cloud span { display: grid; min-height: 86px; place-items: center; border: 1px solid var(--remline-border); border-radius: 16px; background: #0a0f16; color: #d9e0e9; font-size: 1.05rem; font-weight: 850; }

.remline-faq-list { max-width: 900px; display: grid; gap: 12px; }
.remline-faq { border: 1px solid var(--remline-border); border-radius: 15px; background: #0a0f16; overflow: hidden; }
.remline-faq summary { cursor: pointer; padding: 20px 22px; color: #fff; font-weight: 800; list-style: none; }
.remline-faq summary::-webkit-details-marker { display: none; }
.remline-faq summary::after { content: "+"; float: right; color: var(--remline-blue-2); font-size: 1.3rem; }
.remline-faq[open] summary::after { content: "–"; }
.remline-faq p { padding: 0 22px 22px; margin: 0; }

.remline-form-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; padding: 46px; border: 1px solid rgba(10,132,255,.35); border-radius: 26px; background: radial-gradient(circle at 5% 0%, rgba(10,132,255,.15), transparent 38%), #0a1018; box-shadow: var(--remline-shadow); }
.remline-form-card__intro h2 { margin-bottom: 18px; }
.remline-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.remline-form label { display: grid; gap: 7px; color: #d9e0ea; font-size: .88rem; font-weight: 700; }
.remline-form__wide { grid-column: 1 / -1; }
.remline-form input, .remline-form textarea, .remline-form select { width: 100%; border: 1px solid #2a3544; border-radius: 11px; background: #070b10; color: #fff; padding: 13px 14px; outline: none; }
.remline-form input:focus, .remline-form textarea:focus, .remline-form select:focus { border-color: var(--remline-blue); box-shadow: 0 0 0 3px rgba(10,132,255,.12); }
.remline-checkbox { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; margin: 16px 0 20px; font-weight: 500 !important; color: var(--remline-muted) !important; }
.remline-checkbox input { width: 18px; margin-top: 3px; }
.remline-checkbox a { color: var(--remline-blue-2); }
.remline-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.remline-alert { margin-bottom: 18px; padding: 14px 16px; border-radius: 12px; }
.remline-alert--success { background: rgba(37,211,102,.12); border: 1px solid rgba(37,211,102,.35); color: #aef0c4; }
.remline-alert--error { background: rgba(255,98,98,.12); border: 1px solid rgba(255,98,98,.35); color: #ffc4c4; }

.remline-contact-banner { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 38px; border: 1px solid var(--remline-border); border-radius: 22px; background: linear-gradient(110deg, #0a111a, #071b33); }
.remline-contact-banner h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); margin-bottom: 12px; }
.remline-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.remline-contact-card span { color: var(--remline-blue-2); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.remline-contact-card h2 { margin-top: 14px; font-size: clamp(1.25rem, 2vw, 1.9rem); }
.remline-map-card { display: grid; grid-template-columns: 1fr 270px; gap: 50px; align-items: center; padding: 46px; border: 1px solid var(--remline-border); border-radius: 24px; background: #0a1018; }
.remline-map-card img { max-width: 180px; justify-self: center; }
.remline-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.remline-card h3 { margin-bottom: 12px; }
.remline-prose { max-width: 900px; }
.remline-prose h2 { margin: 42px 0 16px; font-size: 1.7rem; }
.remline-prose li { color: #c5ccd6; margin-bottom: 8px; }
.remline-empty-state { padding-top: 170px; text-align: center; }
.remline-empty-state p { margin: 20px auto 26px; }

.remline-footer { border-top: 1px solid var(--remline-border); background: #030508; }
.remline-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 80px; padding-block: 64px 46px; }
.remline-footer__grid p { max-width: 420px; }
.remline-footer__title { font-size: 1rem; margin-bottom: 20px; }
.remline-footer__menu, .remline-contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.remline-footer__menu a, .remline-contact-list, .remline-contact-list a { color: var(--remline-muted); }
.remline-footer__menu a:hover, .remline-contact-list a:hover { color: var(--remline-blue-2); }
.remline-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.07); color: #818a97; font-size: .86rem; }

@media (max-width: 1180px) {
  .remline-header__inner { grid-template-columns: 180px 1fr auto; gap: 18px; }
  .remline-header__phone { display: none; }
  .remline-nav__list { gap: 16px; }
  .remline-hero__grid { gap: 42px; }
  .remline-feature-grid { grid-template-columns: repeat(3, 1fr); }
  .remline-process { grid-template-columns: repeat(3, 1fr); }
  .remline-brand-cloud { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  body.admin-bar .remline-header { top: 46px; }
  .remline-header__inner { grid-template-columns: 1fr auto; min-height: 72px; }
  .remline-brand { max-width: 185px; }
  .remline-menu-toggle { display: block; }
  .remline-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: none; padding: 18px; border: 1px solid var(--remline-border); border-radius: 16px; background: #080c12; box-shadow: var(--remline-shadow); }
  .remline-nav.is-open { display: block; }
  .remline-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .remline-nav__list a { display: block; padding: 11px 6px; }
  .remline-header__actions { display: none; }
  .remline-hero { padding-top: 46px; }
  .remline-hero__grid, .remline-about-grid, .remline-form-card { grid-template-columns: 1fr; }
  .remline-hero__media { min-height: auto; }
  .remline-hero__media > img { height: 430px; }
  .remline-floating-card { left: 20px; }
  .remline-service-grid, .remline-price-preview, .remline-contact-grid, .remline-value-grid { grid-template-columns: 1fr; }
  .remline-process { grid-template-columns: repeat(2, 1fr); }
  .remline-section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .remline-contact-banner { align-items: flex-start; flex-direction: column; }
  .remline-footer__grid { grid-template-columns: 1fr 1fr; gap: 46px; }
  .remline-map-card { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .remline-shell { width: min(calc(100% - 28px), var(--remline-shell)); }
  .remline-section { padding: 76px 0; }
  .remline-section--compact { padding: 40px 0; }
  h1 { font-size: clamp(2.3rem, 13vw, 3.7rem); }
  h2 { font-size: clamp(1.8rem, 9vw, 2.7rem); }
  .remline-hero__media > img { height: 330px; border-radius: 20px; }
  .remline-floating-card { position: relative; left: auto; bottom: auto; margin: -42px 14px 0; }
  .remline-feature-grid, .remline-process, .remline-brand-cloud { grid-template-columns: 1fr; }
  .remline-service-card { min-height: 410px; }
  .remline-service-card::after { background: linear-gradient(0deg, rgba(4,6,9,.98), rgba(4,6,9,.22)); }
  .remline-service-card > div { width: 100%; padding: 28px; position: absolute; bottom: 0; }
  .remline-price-list li { grid-template-columns: 1fr auto; gap: 8px 14px; }
  .remline-price-list li a { grid-column: 1 / -1; }
  .remline-form-card { padding: 28px 20px; gap: 28px; }
  .remline-form__grid { grid-template-columns: 1fr; }
  .remline-form__wide { grid-column: auto; }
  .remline-footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .remline-footer__bottom { flex-direction: column; }
  .remline-actions .remline-button { width: 100%; }
  .remline-contact-banner { padding: 28px 22px; }
}

/* REMLINE 1.1 — unified visual system and compatibility fixes */
body.remline-site,
body.remline-site .remline-main,
body.remline-site .remline-page,
body.remline-site .remline-front-page {
  background: var(--remline-bg);
  color: var(--remline-text);
}

body.remline-site .remline-page > .remline-section:not(.remline-section--alt),
body.remline-site .remline-front-page > .remline-section:not(.remline-section--alt) {
  background-color: var(--remline-bg);
}

body.remline-site .remline-section--alt {
  background: linear-gradient(180deg, #09111b 0%, #070b11 100%);
}

body.remline-site h1,
body.remline-site h2,
body.remline-site h3,
body.remline-site h4,
body.remline-site strong,
body.remline-site summary {
  color: var(--remline-text);
}

body.remline-site p,
body.remline-site li {
  color: #b7c0cc;
}

body.remline-site h1 {
  font-size: clamp(2.75rem, 5.1vw, 4.9rem);
  line-height: 1.04;
  text-wrap: balance;
}

body.remline-site h2 {
  font-size: clamp(2rem, 3.7vw, 3.35rem);
  text-wrap: balance;
}

.remline-page-hero {
  padding-top: 112px;
  padding-bottom: 84px;
  background: radial-gradient(circle at 78% 12%, rgba(10,132,255,.17), transparent 34%), #070b10 !important;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.remline-page-hero .remline-shell {
  max-width: var(--remline-shell);
}

.remline-page-hero h1 {
  max-width: 960px;
  font-size: clamp(2.75rem, 4.9vw, 4.55rem);
}

.remline-header__inner {
  grid-template-columns: 190px minmax(520px, 1fr) auto;
  gap: 22px;
}

.remline-brand {
  max-width: 185px;
}

.remline-brand img {
  max-height: 54px;
}

.remline-nav__list {
  gap: 18px;
  flex-wrap: nowrap;
}

.remline-nav__list li,
.remline-nav__list a {
  white-space: nowrap;
}

.remline-nav__list a {
  font-size: .9rem;
  font-weight: 720;
}

.remline-header__actions {
  white-space: nowrap;
}

.remline-hero {
  min-height: 650px;
  display: flex;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 88px;
  background: radial-gradient(circle at 78% 28%, rgba(10,132,255,.2), transparent 37%), #05070a !important;
}

.remline-hero--inner {
  min-height: 590px;
}

.remline-hero__grid {
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: 64px;
}

.remline-hero__content h1 {
  max-width: 760px;
}

.remline-hero__media {
  min-height: 500px;
}

.remline-hero__media > img,
.remline-about-media img {
  display: block;
  width: 100%;
  background: #0a1018;
  border: 1px solid rgba(255,255,255,.1);
}

.remline-hero__media > img {
  height: 500px;
  object-fit: cover;
}

.remline-hero--inner .remline-hero__media > img {
  object-fit: cover;
}

.remline-section--features {
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  background: #070b10 !important;
}

.remline-feature {
  min-height: 192px;
}

.remline-feature img {
  object-fit: contain;
}

.remline-service-card {
  min-height: 355px;
  background: #0a0f16;
}

.remline-service-card img {
  background: #080d14;
}

.remline-service-card > div {
  width: 62%;
}

.remline-about-media img {
  min-height: 500px;
  object-fit: cover;
  box-shadow: var(--remline-shadow);
}

.remline-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.remline-review {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--remline-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #0c121b, #090d13);
}

.remline-review p {
  flex: 1;
  margin: 18px 0 26px;
  color: #d0d7e1 !important;
}

.remline-stars {
  color: #ffcb45;
  letter-spacing: .12em;
  font-size: 1rem;
}

.remline-review__person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.remline-review__person span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(10,132,255,.15);
  border: 1px solid rgba(10,132,255,.35);
  color: var(--remline-blue-2);
  font-size: .78rem;
  font-weight: 850;
}

.remline-review__person strong {
  font-size: .95rem;
}

.remline-price-card,
.remline-card,
.remline-contact-card,
.remline-price-list,
.remline-faq,
.remline-form-card,
.remline-contact-banner,
.remline-map-card {
  color: var(--remline-text);
}

.remline-price-card p,
.remline-card p,
.remline-contact-card p,
.remline-form-card p,
.remline-contact-banner p,
.remline-map-card p,
.remline-faq p {
  color: #b7c0cc !important;
}

.remline-footer__menu .remline-nav__list {
  display: grid;
  justify-content: start;
  gap: 10px;
}

@media (max-width: 1260px) {
  .remline-header__inner { grid-template-columns: 180px minmax(500px,1fr) auto; gap: 16px; }
  .remline-header__phone { display: none; }
  .remline-nav__list { gap: 14px; }
}

@media (max-width: 1080px) {
  body.admin-bar .remline-header { top: 32px; }
  .remline-header__inner { grid-template-columns: 1fr auto; min-height: 74px; }
  .remline-brand { max-width: 190px; }
  .remline-menu-toggle { display: block; }
  .remline-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: none; padding: 18px; border: 1px solid var(--remline-border); border-radius: 16px; background: #080c12; box-shadow: var(--remline-shadow); }
  .remline-nav.is-open { display: block; }
  .remline-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .remline-nav__list a { display: block; padding: 11px 6px; }
  .remline-header__actions { display: none; }
  .remline-hero { min-height: auto; }
  .remline-hero__grid { grid-template-columns: 1fr; }
  .remline-hero__media { min-height: auto; }
  .remline-review-grid { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  body.admin-bar .remline-header { top: 46px; }
}

@media (max-width: 640px) {
  body.remline-site h1 { font-size: clamp(2.45rem, 12vw, 3.65rem); }
  .remline-page-hero { padding-top: 86px; padding-bottom: 66px; }
  .remline-hero { padding-top: 48px; padding-bottom: 70px; }
  .remline-hero__media > img { height: 340px; }
  .remline-about-media img { min-height: 340px; }
  .remline-review { min-height: 0; }
}
