/*
Theme Name: Reis wie Nudel V2
Theme URI: https://reiswienudel.de/
Author: Reis wie Nudel
Description: Helles, responsives Full-Width-Firmentheme für Reis wie Nudel mit IT-Services und SideBySide-Produktdarstellung.
Version: 2.0.0
Text Domain: reis-wie-nudel-v2
*/

:root {
  --rwn-ink: #101828;
  --rwn-ink-2: #243246;
  --rwn-muted: #667085;
  --rwn-bg: #f7f9fc;
  --rwn-white: #ffffff;
  --rwn-soft: #eef3f8;
  --rwn-line: #dde4ee;
  --rwn-blue: #1687ff;
  --rwn-blue-dark: #0d65d4;
  --rwn-blue-soft: #eaf4ff;
  --rwn-dark: #07111f;
  --rwn-dark-2: #0a1b31;
  --rwn-sbs: #7c4dff;
  --rwn-sbs-soft: #f1edff;
  --rwn-mint: #36ae97;
  --rwn-shell: 1440px;
  --rwn-page: 1180px;
  --rwn-reading: 820px;
  --rwn-shadow: 0 24px 70px rgba(16, 24, 40, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--rwn-white);
  color: var(--rwn-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--rwn-blue-dark); }
button, input, textarea, select { font: inherit; }

.site-main { width: 100%; max-width: none; overflow: clip; }
.full-bleed { width: 100%; max-width: none; margin: 0; }
.site-shell { width: min(calc(100% - 80px), var(--rwn-shell)); margin-inline: auto; }
.wide-shell { width: min(calc(100% - 80px), 1320px); margin-inline: auto; }
.page-shell { width: min(calc(100% - 80px), var(--rwn-page)); margin-inline: auto; }
.reading-shell { width: min(calc(100% - 48px), var(--rwn-reading)); margin-inline: auto; }
.home .site-main > section { width: 100%; max-width: none; }
.home .site-main { width: 100vw; max-width: 100vw; margin: 0; }

h1, h2, h3 { margin: 0; line-height: 1.06; color: var(--rwn-ink); letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 5.5vw, 6rem); font-weight: 770; }
h2 { font-size: clamp(2.3rem, 3.8vw, 4.25rem); font-weight: 750; }
h3 { font-size: clamp(1.35rem, 1.8vw, 1.8rem); font-weight: 720; letter-spacing: -.025em; }
p { margin: 0; }

.kicker, .product-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #9fd0ff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.kicker-dark { color: var(--rwn-blue-dark); }
.product-label { color: #6940db; background: rgba(124,77,255,.10); padding: 8px 12px; border-radius: 999px; letter-spacing: .08em; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 750;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--rwn-blue); color: #fff; box-shadow: 0 12px 28px rgba(22,135,255,.22); }
.button-primary:hover { color: #fff; background: var(--rwn-blue-dark); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.05); }
.button-ghost:hover { color: #fff; background: rgba(255,255,255,.10); }
.button-ghost-dark { color: var(--rwn-ink); border: 1px solid rgba(16,24,40,.14); background: rgba(255,255,255,.55); }
.button-sbs { color: #fff; background: var(--rwn-sbs); box-shadow: 0 12px 30px rgba(124,77,255,.20); }
.button-sbs:hover { color: #fff; background: #683be9; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(16,24,40,.08);
  backdrop-filter: blur(16px);
  transition: box-shadow .18s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(16,24,40,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; width: 185px; min-width: 185px; }
.brand-link { display: flex; align-items: center; }
.brand-link img { width: 185px; height: auto; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { max-height: 58px; width: auto; }
.primary-nav { margin-left: auto; }
.primary-nav ul, .footer-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; padding: 0; margin: 0; }
.primary-nav a { color: #344054; font-size: .93rem; font-weight: 680; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--rwn-blue-dark); }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 17px; border-radius: 10px; color: #fff; background: var(--rwn-dark); font-size: .9rem; font-weight: 740; }
.header-cta:hover { color: #fff; background: #142136; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--rwn-soft); padding: 11px; }
.nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--rwn-ink); margin: 5px 0; }

.home-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 73% 20%, rgba(22,135,255,.24), transparent 28%),
    linear-gradient(122deg, #06101d 0%, #081a30 56%, #0a2547 100%);
}
.home-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.1); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(500px, .95fr); gap: 70px; align-items: center; padding-block: 96px; }
.hero-copy { max-width: 810px; }
.hero-copy h1 { color: #fff; }
.hero-copy h1 span { color: #7fc1ff; }
.hero-lead { max-width: 760px; margin-top: 30px; color: #c4d1e1; font-size: clamp(1.08rem, 1.5vw, 1.32rem); line-height: 1.62; }
.hero-visual { position: relative; min-height: 510px; }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(140,200,255,.22); }
.orbit-one { width: 430px; height: 430px; top: 40px; right: 20px; }
.orbit-two { width: 300px; height: 300px; top: 105px; right: 85px; border-style: dashed; }
.visual-core { position: absolute; right: 140px; top: 160px; width: 190px; height: 190px; display: grid; place-items: center; border-radius: 54px; background: linear-gradient(145deg, #0c1725, #0d6cd6); box-shadow: 0 30px 90px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.16); transform: rotate(-7deg); }
.visual-r { font-size: 6rem; line-height: 1; font-weight: 900; font-style: italic; color: #fff; letter-spacing: -.16em; transform: translateX(-.08em); }
.visual-card { position: absolute; width: 235px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(9,24,43,.78); backdrop-filter: blur(16px); box-shadow: 0 20px 55px rgba(0,0,0,.25); }
.visual-card span { display: block; margin-bottom: 6px; color: #66b4ff; font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.visual-card strong { display: block; color: #eef6ff; font-size: .96rem; line-height: 1.35; }
.visual-card-a { left: 5px; top: 82px; }
.visual-card-b { right: 0; top: 54px; }
.visual-card-c { right: 30px; bottom: 52px; }

.principle-strip { background: #0b1524; color: #e8f0f9; border-top: 1px solid rgba(255,255,255,.06); }
.principle-strip-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.principle-strip p { max-width: 560px; font-weight: 650; font-size: 1.08rem; }
.principle-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.principle-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #aebfd2; font-size: .72rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }

.home-section, .page-section { background: #fff; padding: 112px 0; }
.section-intro { margin-bottom: 62px; }
.split-intro { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 90px; align-items: end; }
.split-intro p { max-width: 620px; color: var(--rwn-muted); font-size: 1.08rem; }
.compact-intro { margin-bottom: 56px; }
.service-list { border-top: 1px solid var(--rwn-line); }
.service-row { display: grid; grid-template-columns: 70px minmax(240px, .75fr) minmax(0, 1.25fr); gap: 38px; padding: 36px 0; border-bottom: 1px solid var(--rwn-line); align-items: start; }
.service-number { color: var(--rwn-blue-dark); font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
.service-title p { margin-top: 9px; color: var(--rwn-muted); }
.service-copy p { max-width: 720px; color: #445169; }
.tech-line { display: block; margin-top: 18px; color: var(--rwn-blue-dark); font-size: .78rem; font-weight: 780; letter-spacing: .045em; }
.section-link-row { margin-top: 34px; text-align: right; }
.text-link { color: var(--rwn-ink); font-weight: 770; }
.text-link span { color: var(--rwn-blue); margin-left: 7px; }

.product-feature { background: linear-gradient(125deg, #f4f1ff 0%, #f7fbff 100%); padding: 112px 0; border-block: 1px solid #e5defd; }
.product-feature-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 60px; align-items: center; }
.product-copy { max-width: 610px; }
.product-copy h2 { margin-bottom: 24px; }
.product-lead { color: #5d5670; font-size: 1.2rem; }
.product-points { margin: 28px 0 34px; padding: 0; list-style: none; }
.product-points li { position: relative; padding: 8px 0 8px 28px; color: #514b63; }
.product-points li::before { content: ""; position: absolute; left: 0; top: 17px; width: 10px; height: 10px; border-radius: 50%; background: var(--rwn-mint); }
.phone-stage { position: relative; min-height: 560px; }
.phone { position: absolute; width: 29%; min-width: 190px; aspect-ratio: 9 / 19.5; padding: 9px; border-radius: 34px; background: #15151b; box-shadow: 0 26px 70px rgba(65,48,109,.22); overflow: hidden; }
.phone::before { content: ""; position: absolute; top: 13px; left: 50%; transform: translateX(-50%); width: 34%; height: 18px; border-radius: 999px; background: #111216; z-index: 2; }
.phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 26px; }
.phone-left { left: 8%; top: 90px; transform: rotate(-8deg); }
.phone-center { left: 35%; top: 15px; z-index: 3; }
.phone-right { right: 8%; top: 92px; transform: rotate(8deg); }
.phone-placeholder { height: 100%; border-radius: 26px; padding: 54px 20px 20px; display: flex; flex-direction: column; gap: 14px; justify-content: center; background: linear-gradient(160deg, #fff 0%, #eee7ff 100%); }
.phone-placeholder span { color: var(--rwn-sbs); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.phone-placeholder strong { color: #2b2440; font-size: 1.08rem; line-height: 1.25; }

.dark-section { background: var(--rwn-dark); padding: 112px 0; color: #fff; }
.dark-section h2, .dark-section h3 { color: #fff; }
.dark-intro { max-width: 820px; }
.dark-intro h2 { margin-top: 0; }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 60px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.reason-grid article { padding: 34px 28px 34px 0; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.12); }
.reason-grid article:last-child { border-right: 0; margin-right: 0; }
.reason-grid span { display: block; margin-bottom: 46px; color: #70baff; font-size: .76rem; font-weight: 820; }
.reason-grid p { margin-top: 14px; color: #9eb0c5; }

.home-cta, .page-cta { background: var(--rwn-blue-soft); padding: 82px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-inner h2 { font-size: clamp(2.2rem, 3vw, 3.5rem); }
.cta-inner p { max-width: 740px; margin-top: 15px; color: var(--rwn-muted); }

.page-hero { padding: 104px 0 82px; background: linear-gradient(180deg, #f8fafc, #fff); border-bottom: 1px solid var(--rwn-line); }
.page-hero h1 { max-width: 1040px; font-size: clamp(3rem, 5vw, 5.6rem); }
.page-lead { max-width: 860px; margin-top: 28px; color: var(--rwn-muted); font-size: clamp(1.12rem, 1.5vw, 1.34rem); }
.service-detail { display: grid; grid-template-columns: 70px minmax(260px, .85fr) minmax(0, 1.15fr); gap: 40px; padding: 40px 0; border-top: 1px solid var(--rwn-line); }
.service-detail:last-child { border-bottom: 1px solid var(--rwn-line); }
.service-detail h2 { font-size: clamp(1.8rem, 2.4vw, 2.7rem); }
.service-detail .muted { margin-top: 12px; }
.service-detail > div:last-child p { color: #445169; font-size: 1.03rem; }
.muted { color: var(--rwn-muted); }
.soft-section { padding: 104px 0; background: var(--rwn-bg); border-block: 1px solid var(--rwn-line); }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ccd6e2; }
.process-line > div { padding: 30px 24px 0 0; }
.process-line span { display: block; color: var(--rwn-blue-dark); font-size: .76rem; font-weight: 820; margin-bottom: 28px; }
.process-line strong { display: block; font-size: 1.1rem; }
.process-line p { margin-top: 10px; color: var(--rwn-muted); }

.sbs-hero { padding: 92px 0; background: linear-gradient(130deg, #f2edff 0%, #f9fbff 100%); border-bottom: 1px solid #e2dafc; }
.sbs-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.sbs-title-row { display: flex; align-items: center; gap: 20px; }
.sbs-title-row img { width: 76px; border-radius: 20px; box-shadow: 0 12px 32px rgba(86,61,151,.20); }
.sbs-title-row h1 { font-size: clamp(3.2rem, 5vw, 5.7rem); }
.sbs-hero-visual { border-radius: 30px; overflow: hidden; box-shadow: var(--rwn-shadow); background: #211a2b; }
.sbs-hero-visual img { width: 100%; }
.sbs-feature-placeholder { min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end; padding: 48px; color: #fff; background: radial-gradient(circle at 75% 18%, rgba(124,77,255,.65), transparent 30%), linear-gradient(135deg, #211a2b, #0f1730); }
.sbs-feature-placeholder span { color: #beaaff; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.sbs-feature-placeholder strong { margin-top: 14px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.04; }
.sbs-feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.sbs-feature-list > div { border-top: 2px solid #d8cff9; padding-top: 24px; }
.sbs-feature-list span { color: var(--rwn-sbs); font-size: .74rem; font-weight: 850; }
.sbs-feature-list h3 { margin-top: 28px; }
.sbs-feature-list p { margin-top: 12px; color: var(--rwn-muted); }
.gallery-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 46px; }
.gallery-heading p { max-width: 460px; color: var(--rwn-muted); }
.mockup-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mockup-item { margin: 0; padding: 10px; border-radius: 24px; background: #fff; box-shadow: 0 14px 42px rgba(16,24,40,.08); }
.mockup-item img, .mockup-placeholder { width: 100%; aspect-ratio: 9 / 19.5; object-fit: cover; border-radius: 17px; }
.mockup-placeholder { display: grid; place-items: center; padding: 22px; text-align: center; color: #5d4c8e; background: linear-gradient(160deg, #fff, #eee7ff); }
.mockup-item figcaption { padding: 12px 9px 6px; color: #475467; font-size: .88rem; font-weight: 720; }
.model-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.model-grid article { padding: 34px; border: 1px solid var(--rwn-line); border-radius: 22px; }
.model-grid span { color: var(--rwn-sbs); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.model-grid h3 { margin-top: 24px; }
.model-grid p { margin-top: 14px; color: var(--rwn-muted); }
.sbs-principle { max-width: 980px; }
.sbs-principle p { margin-top: 24px; color: #9eb0c5; font-size: 1.1rem; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-layout > div:first-child p { margin-top: 18px; color: var(--rwn-muted); }
.contact-panel { padding: 38px; border: 1px solid var(--rwn-line); border-radius: 24px; background: var(--rwn-bg); }
.contact-panel > span { display: block; margin-bottom: 8px; color: var(--rwn-muted); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-panel a { display: inline-block; color: var(--rwn-blue-dark); font-size: clamp(1.35rem, 2.4vw, 2.2rem); font-weight: 760; line-height: 1.2; }
.contact-panel p { margin-top: 24px; color: var(--rwn-muted); }

.generic-page { padding: 96px 0; min-height: 62vh; background: #fff; }
.prose h1 { margin-bottom: 42px; font-size: clamp(2.8rem, 4.8vw, 4.8rem); }
.prose h2 { margin: 48px 0 18px; font-size: clamp(1.8rem, 2.5vw, 2.8rem); }
.prose h3 { margin: 34px 0 12px; }
.prose p, .prose li { color: #46536a; }
.prose p + p { margin-top: 18px; }
.prose ul, .prose ol { padding-left: 24px; }
.prose a { color: var(--rwn-blue-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-notice { padding: 22px 24px; border-radius: 16px; border: 1px solid #f2c876; background: #fff8e7; color: #6e4c0d; }

.site-footer { background: #07111f; color: #fff; padding: 64px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start; }
.footer-brand { max-width: 560px; }
.footer-wordmark { display: inline-flex; align-items: baseline; gap: 10px; color: #fff; font-size: 1.15rem; font-weight: 850; letter-spacing: .18em; }
.footer-wordmark span { color: #8aa0b8; font-size: .72rem; font-weight: 650; letter-spacing: .20em; }
.footer-wordmark:hover { color: #fff; }
.footer-brand p { margin-top: 22px; color: #93a5ba; }
.footer-nav ul { justify-content: flex-end; flex-wrap: wrap; }
.footer-nav a { color: #b9c7d7; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #71849b; font-size: .82rem; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; max-width: 680px; width: 100%; margin-inline: auto; }
  .product-feature-grid, .sbs-hero-grid { grid-template-columns: 1fr; }
  .phone-stage { min-height: 580px; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-grid article:nth-child(2) { border-right: 0; }
  .mockup-gallery { grid-template-columns: repeat(2, 1fr); }
  .header-cta { display: none; }
}

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .site-shell, .wide-shell, .page-shell { width: min(calc(100% - 40px), var(--rwn-shell)); }
  .header-inner { min-height: 72px; }
  .brand { width: 165px; min-width: 165px; }
  .brand-link img { width: 165px; }
  .nav-toggle { display: block; margin-left: auto; }
  .primary-nav { display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 18px; border: 1px solid var(--rwn-line); border-radius: 16px; background: #fff; box-shadow: var(--rwn-shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav a { display: block; padding: 12px 8px; }
  .split-intro, .service-row, .service-detail, .contact-layout { grid-template-columns: 1fr; gap: 20px; }
  .service-row, .service-detail { padding: 30px 0; }
  .service-number { margin-bottom: 4px; }
  .principle-strip-inner, .cta-inner, .gallery-heading { align-items: flex-start; flex-direction: column; }
  .principle-strip-inner { padding-block: 26px; }
  .principle-tags { justify-content: flex-start; }
  .process-line { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .sbs-feature-list { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-nav ul { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .site-shell, .wide-shell, .page-shell, .reading-shell { width: min(calc(100% - 28px), var(--rwn-shell)); }
  h1 { font-size: clamp(2.65rem, 13vw, 4.25rem); }
  h2 { font-size: clamp(2rem, 9vw, 3.1rem); }
  .home-hero { min-height: 0; }
  .hero-layout { padding-block: 70px; }
  .hero-visual { min-height: 390px; }
  .visual-core { width: 150px; height: 150px; right: 50%; transform: translateX(50%) rotate(-7deg); top: 110px; }
  .visual-r { font-size: 4.5rem; }
  .orbit-one { width: 330px; height: 330px; right: 50%; transform: translateX(50%); }
  .orbit-two { width: 240px; height: 240px; right: 50%; transform: translateX(50%); top: 85px; }
  .visual-card { width: 205px; padding: 14px 16px; }
  .visual-card-a { left: 0; top: 25px; }
  .visual-card-b { right: 0; top: 240px; }
  .visual-card-c { left: 18px; right: auto; bottom: 8px; }
  .home-section, .page-section, .product-feature, .dark-section, .soft-section { padding: 78px 0; }
  .section-intro { margin-bottom: 42px; }
  .service-row { grid-template-columns: 1fr; }
  .phone-stage { min-height: 500px; }
  .phone { width: 42%; min-width: 0; }
  .phone-left { left: 0; top: 105px; }
  .phone-center { left: 29%; top: 25px; }
  .phone-right { right: 0; top: 110px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { border-right: 0; margin-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .reason-grid article:last-child { border-bottom: 0; }
  .process-line, .mockup-gallery, .model-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 74px 0 58px; }
  .sbs-title-row { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
}
