@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&family=Plus+Jakarta+Sans:wght@700;800;900&display=swap');

/*
Theme Name: R7 Bilisim Pro
Theme URI: https://maxibilisim.com.tr
Author: R7 Hosting
Description: Web tasarim, yazilim, Google Ads, guvenlik sistemleri ve veri kurtarma hizmetleri icin profesyonel kurumsal tema.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: r7-bilisim-pro
*/

:root {
  --r7-bg: #f4f7fb;
  --r7-surface: #ffffff;
  --r7-ink: #0f172a;
  --r7-muted: #64748b;
  --r7-primary: #006d8f;
  --r7-primary-dark: #064e63;
  --r7-accent: #2457d6;
  --r7-fire: #f97316;
  --r7-green: #16a34a;
  --r7-line: #dbe5f0;
  --r7-soft: #e8f7fb;
  --r7-radius: 22px;
  --r7-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--r7-bg);
  color: var(--r7-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.r7-shell {
  overflow: hidden;
}

.r7-topbar {
  background: #07111f;
  color: #d8f7ff;
  font-size: 14px;
}

.r7-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.r7-topbar .r7-container,
.r7-nav .r7-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.r7-topbar .r7-container {
  min-height: 42px;
}

.r7-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(219, 229, 240, 0.9);
  backdrop-filter: blur(16px);
}

.r7-nav .r7-container {
  min-height: 106px;
}

.r7-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.r7-logo-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--r7-primary), var(--r7-accent));
  box-shadow: 0 16px 35px rgba(8, 145, 178, 0.35);
}

.r7-maxi-mark {
  width: 72px;
  height: 54px;
  border-radius: 0;
  background: transparent;
  color: #07111f;
  box-shadow: none;
  filter: drop-shadow(0 0 14px rgba(8, 145, 178, 0.38));
}

.r7-maxi-mark svg {
  width: 72px;
  height: 54px;
  overflow: visible;
}

.r7-maxi-m {
  fill: #07111f;
}

.r7-maxi-mark text {
  fill: #080f35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 6px;
}

.r7-brand small {
  display: block;
  margin-top: 2px;
  color: var(--r7-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.r7-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #334155;
  font-weight: 800;
}

.r7-menu ul,
.r7-menu li {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.r7-menu a:hover {
  color: var(--r7-primary);
}

.r7-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
}

.r7-btn-primary {
  background: linear-gradient(135deg, var(--r7-primary), var(--r7-accent));
  color: #fff;
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.22);
}

.r7-btn-ghost {
  border-color: var(--r7-line);
  background: #fff;
  color: #0f172a;
}

.r7-hero {
  position: relative;
  padding: 82px 0 66px;
  background:
    radial-gradient(circle at 15% 10%, rgba(8, 145, 178, 0.16), transparent 30%),
    radial-gradient(circle at 85% 0%, rgba(37, 99, 235, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff, #edf6fb);
}

.r7-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 54px;
}

.r7-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid #bdeaf4;
  border-radius: 999px;
  background: #effcff;
  color: #03697d;
  font-size: 13px;
  font-weight: 900;
}

.r7-hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.r7-hero p {
  max-width: 640px;
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.8;
}

.r7-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.r7-hero-card {
  position: relative;
  min-height: 430px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 249, 255, 0.78)),
    repeating-linear-gradient(90deg, transparent 0, transparent 38px, rgba(8, 145, 178, 0.06) 39px),
    repeating-linear-gradient(0deg, transparent 0, transparent 38px, rgba(37, 99, 235, 0.05) 39px);
  box-shadow: var(--r7-shadow);
  overflow: hidden;
}

.r7-dashboard-visual {
  display: grid;
  gap: 16px;
}

.r7-visual-header,
.r7-visual-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.r7-pulse {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.14);
}

.r7-mini-card {
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.r7-mini-card strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
}

.r7-bars {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.r7-bar {
  height: 10px;
  border-radius: 999px;
  background: #dbeafe;
  overflow: hidden;
}

.r7-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--r7-primary), var(--r7-accent));
}

.r7-section {
  padding: 78px 0;
}

.r7-section-title {
  max-width: 760px;
  margin-bottom: 30px;
}

.r7-section-title h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.r7-section-title p {
  margin: 0;
  color: var(--r7-muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.r7-service {
  padding: 26px;
  border: 1px solid var(--r7-line);
  border-radius: var(--r7-radius);
  background: var(--r7-surface);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.r7-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 16px;
  background: var(--r7-soft);
  color: var(--r7-primary);
}

.r7-service h3 {
  margin: 0 0 9px;
  font-size: 20px;
}

.r7-service p {
  margin: 0;
  color: var(--r7-muted);
  line-height: 1.7;
}

.r7-band {
  background: #07111f;
  color: #f8fafc;
}

.r7-band .r7-section-title p {
  color: #a8c0d8;
}

.r7-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.r7-step {
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.r7-step span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: #06b6d4;
  color: #00111c;
  font-weight: 1000;
}

.r7-industries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.r7-feature-list {
  display: grid;
  gap: 12px;
}

.r7-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--r7-line);
  border-radius: 16px;
  background: #fff;
}

.r7-check {
  display: grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  font-weight: 1000;
}

.r7-cta {
  padding: 42px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(8, 145, 178, 0.94), rgba(37, 99, 235, 0.92)),
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.35), transparent 30%);
  color: #fff;
  box-shadow: var(--r7-shadow);
}

.r7-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.04em;
}

.r7-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.r7-footer {
  padding: 34px 0;
  background: #07111f;
  color: #a8c0d8;
}

.r7-footer .r7-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.r7-hero-premium {
  color: #06111f;
}

.r7-hero-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 145, 178, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000, transparent 86%);
  pointer-events: none;
}

.r7-hero-grid > * {
  position: relative;
  z-index: 1;
}

.r7-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--r7-primary);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.r7-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.r7-trust-row span {
  padding: 10px 13px;
  border: 1px solid rgba(8, 145, 178, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #164e63;
  font-size: 13px;
  font-weight: 900;
}

.r7-command-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.22), transparent 70%);
}

.r7-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.r7-signal-grid span {
  padding: 12px;
  border-radius: 14px;
  background: #0f172a;
  color: #e0f2fe;
  font-size: 13px;
  font-weight: 1000;
  text-align: center;
}

.r7-alert-card {
  border-color: rgba(249, 115, 22, 0.2);
  background: linear-gradient(135deg, #fff7ed, #effcff);
}

.r7-strip {
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.r7-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.r7-strip-grid div {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fafc, #eefaff);
}

.r7-strip-grid strong,
.r7-strip-grid span {
  display: block;
}

.r7-strip-grid strong {
  font-size: 15px;
}

.r7-strip-grid span {
  margin-top: 4px;
  color: var(--r7-muted);
  font-size: 13px;
}

.r7-services-rich .r7-service {
  position: relative;
  overflow: hidden;
}

.r7-services-rich .r7-service::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--r7-primary), var(--r7-accent), var(--r7-fire));
}

.r7-service ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.r7-service li {
  position: relative;
  padding-left: 20px;
  color: #334155;
  font-size: 14px;
  font-weight: 800;
}

.r7-service li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--r7-primary);
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.12);
}

.r7-proof {
  padding: 30px 0;
}

.r7-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.r7-proof-grid div {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #07111f, #0f3a54);
  color: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

.r7-proof-grid strong,
.r7-proof-grid span {
  display: block;
}

.r7-proof-grid strong {
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: -0.04em;
}

.r7-proof-grid span {
  margin-top: 6px;
  color: #b6d8e8;
  font-weight: 800;
}

.r7-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.r7-tech-grid div {
  padding: 22px;
  border: 1px solid #d7e7f2;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 253, 245, 0.78));
  color: #0f3a54;
  font-weight: 1000;
}

.r7-btn-dark {
  background: #07111f;
  color: #fff;
}

.r7-service,
.r7-feature,
.r7-tech-grid div,
.r7-mini-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.r7-service:hover,
.r7-feature:hover,
.r7-tech-grid div:hover,
.r7-mini-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 145, 178, 0.45);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.1);
}

.r7-bar span {
  animation: r7Grow 1.1s ease both;
}

@keyframes r7Grow {
  from { width: 12%; }
}

@media (max-width: 920px) {
  .r7-hero-grid,
  .r7-industries {
    grid-template-columns: 1fr;
  }

  .r7-services,
  .r7-process,
  .r7-strip-grid,
  .r7-proof-grid,
  .r7-tech-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .r7-container {
    width: min(100% - 26px, 1180px);
  }

  .r7-menu,
  .r7-topbar strong {
    display: none;
  }

  .r7-nav .r7-container {
    min-height: 68px;
  }

  .r7-hero {
    padding-top: 54px;
  }

  .r7-services,
  .r7-process,
  .r7-strip-grid,
  .r7-proof-grid,
  .r7-tech-grid,
  .r7-signal-grid {
    grid-template-columns: 1fr;
  }

  .r7-footer .r7-container {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* R7 corporate homepage refresh */
.r7-menu-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.r7-menu-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.r7-menu-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #27364a;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.r7-menu-list a:hover {
  color: var(--r7-primary);
}

.r7-hero-slider {
  padding: 0;
  min-height: 690px;
  background:
    radial-gradient(circle at 12% 0%, rgba(8, 145, 178, 0.15), transparent 34%),
    radial-gradient(circle at 88% 6%, rgba(37, 99, 235, 0.17), transparent 30%),
    linear-gradient(180deg, #f9fcff 0%, #eef8fb 100%);
}

.r7-hero-slider > .r7-container {
  width: 100%;
  max-width: none;
}

.r7-slider-frame {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.r7-slides {
  position: relative;
  min-height: 690px;
}

.r7-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 6vw, 88px) 0 70px;
  opacity: 0;
  transform: translateX(32px);
  animation: r7SlideShow 24s infinite;
}

.r7-slide::before {
  display: none;
}

.r7-slide:nth-child(2) {
  animation-delay: 6s;
}

.r7-slide:nth-child(3) {
  animation-delay: 12s;
}

.r7-slide:nth-child(4) {
  animation-delay: 18s;
}

.r7-slide-copy {
  position: relative;
  z-index: 2;
}

.r7-slide-copy h1 {
  max-width: 640px;
  margin: 22px 0 18px;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.r7-slide-copy p {
  max-width: 580px;
  margin: 0;
  color: #42526a;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.75;
}

.r7-slide-visual {
  position: relative;
  min-height: 470px;
}

.r7-slide-image {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02) 28%),
    var(--r7-slide-image);
  background-position: center;
  background-size: cover;
  box-shadow: 0 34px 95px rgba(15, 23, 42, 0.2);
  overflow: hidden;
}

.r7-slide-image::after {
  content: none;
}

.r7-glass-panel {
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  min-width: 210px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(18px);
}

.r7-glass-panel span,
.r7-glass-panel strong {
  display: block;
}

.r7-glass-panel span {
  color: #475569;
  font-size: 13px;
  font-weight: 900;
}

.r7-glass-panel strong {
  margin-top: 4px;
  color: #07111f;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 26px;
}

.r7-slider-dots {
  position: absolute;
  left: max(20px, calc((100vw - 1180px) / 2));
  bottom: 52px;
  z-index: 5;
  display: flex;
  gap: 10px;
}

.r7-slider-dots button {
  width: 34px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(8, 145, 178, 0.22);
  animation: r7DotShow 24s infinite;
  cursor: pointer;
}

.r7-slider-dots button:nth-child(2) {
  animation-delay: 6s;
}

.r7-slider-dots button:nth-child(3) {
  animation-delay: 12s;
}

.r7-slider-dots button:nth-child(4) {
  animation-delay: 18s;
}

.r7-slider-frame:hover .r7-slide,
.r7-slider-frame:hover .r7-slider-dots button,
.r7-slider-frame.is-paused .r7-slide,
.r7-slider-frame.is-paused .r7-slider-dots button {
  animation-play-state: paused;
}

.r7-slider-frame.r7-slider-manual .r7-slide,
.r7-slider-frame.r7-slider-manual .r7-slider-dots button {
  animation: none;
}

.r7-slider-frame.r7-slider-manual .r7-slide {
  opacity: 0;
  transform: translateX(24px);
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
  transition: opacity 360ms ease, transform 360ms ease;
}

.r7-slider-frame.r7-slider-manual .r7-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
}

.r7-slider-frame.r7-slider-manual .r7-slider-dots button.is-active {
  background: linear-gradient(90deg, var(--r7-primary), var(--r7-accent));
}

@keyframes r7SlideShow {
  0%, 2% {
    opacity: 0;
    transform: translateX(32px);
  }
  5%, 22% {
    opacity: 1;
    transform: translateX(0);
  }
  26%, 100% {
    opacity: 0;
    transform: translateX(-28px);
  }
}

@keyframes r7DotShow {
  0%, 25% {
    background: linear-gradient(90deg, var(--r7-primary), var(--r7-accent));
  }
  26%, 100% {
    background: rgba(8, 145, 178, 0.22);
  }
}

.r7-strip {
  margin-top: -42px;
  position: relative;
  z-index: 3;
}

.r7-strip-grid {
  align-items: stretch;
}

.r7-strip-grid div {
  display: grid;
  gap: 4px;
  min-height: 88px;
  align-content: center;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.r7-services-rich .r7-service {
  min-height: 314px;
  border-color: rgba(125, 155, 190, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 252, 0.86)),
    rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px);
}

.r7-service h3,
.r7-step h3 {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  letter-spacing: -0.025em;
}

.r7-section-title h2,
.r7-cta h2 {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
}

.r7-kicker {
  border-radius: 999px;
}

@media (max-width: 980px) {
  .r7-slider-frame,
  .r7-slides {
    min-height: 820px;
  }

  .r7-slide {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 760px);
    padding: 44px 0 84px;
  }

  .r7-slide::before {
    inset: 22px -12px 34px;
  }

  .r7-slide-visual {
    min-height: 330px;
  }

  .r7-menu-list {
    gap: 14px;
  }
}

@media (max-width: 680px) {
  .r7-menu-list {
    display: none;
  }

  .r7-slider-frame,
  .r7-slides {
    min-height: 800px;
  }

  .r7-slide {
    width: min(100% - 26px, 640px);
    padding: 34px 0 84px;
  }

  .r7-slide-copy h1 {
    font-size: clamp(34px, 12vw, 46px);
  }

  .r7-slide-visual {
    min-height: 260px;
  }

  .r7-slider-dots {
    left: 24px;
    bottom: 42px;
  }

  .r7-strip {
    margin-top: -54px;
  }
}

/* Five-card hero service strip */
.r7-strip-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.r7-strip-grid div {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 10px;
  min-height: 78px;
  padding: 12px 13px;
  align-items: center;
  align-content: center;
}

.r7-strip-icon {
  display: grid !important;
  grid-row: span 2;
  width: 34px;
  height: 34px;
  margin: 0;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.14), rgba(37, 99, 235, 0.12));
  color: var(--r7-primary) !important;
}

.r7-strip-icon svg {
  width: 18px;
  height: 18px;
}

.r7-strip-grid strong {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.r7-strip-grid span:not(.r7-strip-icon) {
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1280px) {
  .r7-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .r7-strip-grid div {
    grid-template-columns: 1fr;
  }

  .r7-strip-icon {
    grid-row: auto;
  }
}

@media (max-width: 920px) {
  .r7-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .r7-strip-grid div {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .r7-strip-icon {
    grid-row: span 2;
  }
}

@media (max-width: 560px) {
  .r7-strip-grid {
    grid-template-columns: 1fr;
  }
}

.r7-floating-social {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 60;
  display: grid;
  gap: 9px;
  transform: translateY(-50%);
}

.r7-floating-social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #0f2942;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(14px);
  transition: transform 160ms ease, color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.r7-floating-social a:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--r7-primary), var(--r7-accent));
  transform: translateX(-3px);
}

.r7-floating-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.r7-phone-cta {
  position: relative;
  top: -4px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 8px 22px 9px;
  border: 1px solid rgba(8, 145, 178, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #0b7fc7;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow:
    0 0 0 6px rgba(8, 145, 178, 0.06),
    0 16px 38px rgba(37, 99, 235, 0.16);
  backdrop-filter: blur(14px);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.r7-phone-cta::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-right: 0;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.13);
  transform: translateY(-50%);
}

.r7-phone-cta span,
.r7-phone-cta strong {
  display: block;
  padding-left: 14px;
  line-height: 1.1;
}

.r7-phone-cta span {
  color: #64748b;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.r7-phone-cta strong {
  margin-top: 3px;
  color: #0b7fc7;
  font-size: 17px;
  font-weight: 900;
}

.r7-phone-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 8px rgba(8, 145, 178, 0.09),
    0 20px 46px rgba(37, 99, 235, 0.22);
}

.r7-page-hero {
  padding: 74px 0 64px;
  background:
    radial-gradient(circle at 12% 10%, rgba(8, 145, 178, 0.14), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(37, 99, 235, 0.16), transparent 30%),
    linear-gradient(180deg, #f9fcff, #eef8fb);
}

.r7-page-hero h1 {
  max-width: 820px;
  margin: 22px 0 14px;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.r7-page-hero p {
  max-width: 720px;
  margin: 0;
  color: #475569;
  font-size: 19px;
  line-height: 1.75;
}

.r7-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}

.r7-page-content,
.r7-page-aside {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
}

.r7-page-content {
  min-height: 320px;
  padding: clamp(26px, 4vw, 44px);
}

.r7-page-content h2,
.r7-page-content h3 {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  letter-spacing: -0.03em;
}

.r7-page-content p {
  color: #475569;
  line-height: 1.8;
}

.r7-page-aside {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.r7-page-aside h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 22px;
}

.r7-page-aside p {
  margin: 0 0 6px;
  color: #64748b;
}

@media (max-width: 780px) {
  .r7-floating-social {
    right: 10px;
  }

  .r7-floating-social a {
    width: 34px;
    height: 34px;
  }

  .r7-phone-cta {
    min-height: 48px;
    padding: 7px 14px 8px 24px;
  }
}

@media (max-width: 860px) {
  .r7-page-grid {
    grid-template-columns: 1fr;
  }

  .r7-page-aside {
    position: static;
  }
}

/* Compact first viewport so the service strip remains fully visible on desktop. */
@media (min-width: 981px) {
  .r7-hero-slider {
    min-height: 625px;
  }

  .r7-slider-frame,
  .r7-slides {
    min-height: 625px;
  }

  .r7-slide {
    padding: clamp(26px, 3.5vw, 48px) 0 42px;
  }

  .r7-slide-copy h1 {
    max-width: 560px;
    margin: 12px 0 10px;
    font-size: clamp(34px, 3.2vw, 50px);
    line-height: 1.05;
  }

  .r7-slide-copy p {
    max-width: 520px;
    font-size: clamp(16px, 1.08vw, 18px);
    line-height: 1.55;
  }

  .r7-slide-copy .r7-actions {
    margin-top: 18px;
  }

  .r7-slide-copy .r7-trust-row {
    margin-top: 30px;
  }

  .r7-trust-row span {
    padding: 8px 11px;
    font-size: 12px;
  }

  .r7-slide-visual {
    min-height: 370px;
  }

  .r7-glass-panel {
    right: 20px;
    bottom: 18px;
    min-width: 170px;
    padding: 14px 16px;
  }

  .r7-glass-panel strong {
    font-size: 24px;
  }

  .r7-slider-dots {
    bottom: 20px;
  }

  .r7-strip {
    margin-top: -4px;
  }

  .r7-strip-grid {
    padding: 8px;
  }

  .r7-strip-grid div {
    min-height: 88px;
    padding: 12px 14px;
  }

  .r7-strip-icon {
    width: 34px;
    height: 34px;
  }

  .r7-strip-icon svg {
    width: 17px;
    height: 17px;
  }

  .r7-strip-grid strong {
    font-size: 14px;
  }

  .r7-strip-grid span:not(.r7-strip-icon) {
    font-size: 12px;
  }
}
