:root {
  --navy: #080c27;
  --navy-2: #0e1436;
  --ink: #0e1530;
  --text: #f7f9ff;
  --muted: #a9b2d0;
  --purple: #6f39ff;
  --purple-2: #9c2dff;
  --blue: #2f6dff;
  --line-dark: rgba(255,255,255,.12);
  --line-light: rgba(26,34,68,.10);
  --light-bg: #f7f8ff;
  --card: #ffffff;
  --shadow: 0 24px 70px rgba(25,31,75,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
.container { width: min(1380px, calc(100% - 40px)); margin: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7,10,32,.88);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
  color: white;
}
.nav { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; letter-spacing: -.6px; }
.brand img { border-radius: 10px; }
.nav-links { display: flex; justify-content: center; gap: 32px; font-size: 13px; }
.nav-links a { color: #d6dcf0; }
.nav-links a:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.theme-button { width: 38px; height: 38px; border: 0; color: white; background: transparent; font-size: 20px; cursor: pointer; }
.download-small {
  display: inline-flex; align-items: center; gap: 9px;
  color: white; font-size: 13px; font-weight: 750;
  padding: 12px 18px; border-radius: 11px;
  background: linear-gradient(135deg,#315eff,#7829ff);
  box-shadow: 0 10px 28px rgba(73,61,255,.35);
}
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; background: white; margin: 5px 0; }

.hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 70% 15%, rgba(53,75,255,.22), transparent 30rem),
    radial-gradient(circle at 10% 10%, rgba(90,37,255,.12), transparent 26rem),
    linear-gradient(180deg,#060a22 0%,#080d2d 72%,#0d1235 100%);
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 55px 55px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-orbit {
  position: absolute; border: 1px solid rgba(108,105,255,.2); border-radius: 50%;
}
.orbit-one { width: 900px; height: 900px; right: -320px; top: -400px; transform: rotate(16deg); }
.orbit-two { width: 760px; height: 760px; left: -460px; bottom: -590px; }
.hero-wave { position: absolute; left: -10%; width: 120%; height: 160px; border-radius: 50%; filter: blur(2px); transform: rotate(-7deg); }
.wave-one { bottom: 80px; border-top: 4px solid rgba(110,55,255,.92); box-shadow: 0 -14px 46px rgba(111,57,255,.45); }
.wave-two { bottom: 128px; border-top: 2px solid rgba(55,105,255,.9); box-shadow: 0 -8px 38px rgba(43,101,255,.45); transform: rotate(8deg); }

.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: center; padding: 84px 0 62px; }
.pill, .soft-pill {
  display: inline-flex; align-items: center; gap: 7px;
  border-radius: 999px; padding: 8px 13px;
  font-size: 12px; font-weight: 700;
}
.pill { background: linear-gradient(135deg,rgba(38,75,255,.25),rgba(124,36,255,.28)); border: 1px solid rgba(124,90,255,.28); color: #d8ddff; }
.soft-pill { background: #eee9ff; color: #7b42df; }
.hero h1 { font-size: clamp(50px,5.4vw,78px); line-height: .98; letter-spacing: -4px; margin: 22px 0 18px; max-width: 780px; }
.hero h1 span { background: linear-gradient(90deg,#3b91ff,#9b2fff); -webkit-background-clip: text; color: transparent; }
.hero-copy > p { color: #b9c1db; font-size: 18px; line-height: 1.5; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 0 21px; border-radius: 12px; border: 1px solid transparent;
  font-weight: 750; cursor: pointer; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button strong, .button small { display: block; text-align: left; }
.button small { margin-top: 2px; font-size: 11px; font-weight: 500; opacity: .82; }
.button.primary { color: white; background: linear-gradient(135deg,#2f68ff,#8b24ff); box-shadow: 0 18px 35px rgba(76,45,255,.36); }
.button.secondary { color: white; background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.22); }
.windows-icon { font-size: 19px; }
.windows-icon.large { font-size: 27px; }
.play-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 12px; }
.trust-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 38px; }
.trust-points div { display: grid; grid-template-columns: 24px 1fr; align-items: center; }
.trust-points span { grid-row: 1 / span 2; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: #0edb6b; color: #061c11; font-size: 12px; font-weight: 900; }
.trust-points strong { font-size: 13px; }
.trust-points small { color: #929cbf; font-size: 11px; }

.hero-app { position: relative; min-height: 480px; display: flex; align-items: center; justify-content: center; }
.app-shadow { position: absolute; width: 90%; height: 90px; bottom: 10px; background: radial-gradient(ellipse,rgba(74,43,255,.45),transparent 70%); filter: blur(18px); }
.app-window {
  position: relative; width: 100%; max-width: 760px;
  border: 1px solid rgba(176,183,255,.48); border-radius: 21px; overflow: hidden;
  background: linear-gradient(180deg,#151a39,#0b1027);
  box-shadow: 0 32px 90px rgba(0,0,0,.5), 0 0 0 1px rgba(104,86,255,.18);
  transform: perspective(1600px) rotateY(-5deg) rotateX(2deg);
}
.window-topbar { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mini-brand { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 750; }
.window-controls { display: flex; gap: 13px; }
.window-controls i { width: 10px; height: 10px; border: 1px solid #8d96bb; border-radius: 2px; }
.app-shell { display: grid; grid-template-columns: 165px 1fr; min-height: 420px; }
.app-sidebar { padding: 18px 13px; border-right: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; }
.sidebar-brand { display: flex; align-items: center; gap: 8px; font-weight: 750; font-size: 12px; margin-bottom: 18px; }
.app-sidebar nav { display: grid; gap: 7px; }
.app-sidebar nav a { display: flex; align-items: center; gap: 8px; color: #c7cdec; font-size: 11px; padding: 9px 10px; border-radius: 8px; }
.app-sidebar nav a.active { color: white; background: linear-gradient(90deg,#6f30ff,#4b25be); }
.app-sidebar nav b { margin-left: auto; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #ff344f; font-size: 9px; }
.sidebar-version { margin-top: auto; color: #c2c8e5; }
.sidebar-version span, .sidebar-version small { display: block; font-size: 10px; }
.app-content { padding: 23px; }
.app-heading h3 { margin: 0; font-size: 17px; }
.app-heading p { margin: 5px 0 0; color: #8f98bb; font-size: 10px; }
.app-search { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 7px; margin-top: 16px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.03); border-radius: 10px; padding: 9px 11px; color: #98a1c1; }
.app-search input { border: 0; outline: 0; background: none; color: white; font-size: 10px; }
.app-search kbd { color: #b7bfd8; font-size: 9px; }
.app-section-heading { display: flex; justify-content: space-between; margin: 18px 0 10px; font-size: 11px; }
.app-section-heading a { color: #aaa7ff; }
.app-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.app-grid article { min-height: 116px; display: grid; grid-template-columns: 36px 1fr; gap: 8px; align-content: start; border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.035); border-radius: 11px; padding: 11px; }
.app-grid strong, .app-grid small { display: block; }
.app-grid strong { font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.app-grid small { color: #959ebf; font-size: 8px; margin-top: 3px; }
.app-grid button { grid-column: 2; justify-self: end; margin-top: auto; border: 0; border-radius: 5px; background: #292f58; color: white; padding: 5px 9px; font-size: 8px; }
.software-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-weight: 900; }
.chrome { color: #ffcc32; background: conic-gradient(#f94c3a 0 33%,#f9d94c 0 66%,#41bf66 0); border: 7px solid #2f72e6; }
.vscode { background: #1593ec; color: white; border-radius: 8px; }
.discord { background: #5865f2; color: white; border-radius: 10px; }
.spotify { background: #22d55f; color: #04150a; }
.notion { background: white; color: black; border: 2px solid black; border-radius: 6px; }
.zip { background: white; color: #111; border-radius: 5px; font-size: 11px; border: 2px solid #111; }
.hero .trusted-label { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); color: #8089aa; font-size: 11px; }

.brand-strip { background: white; border-bottom: 1px solid #eef0f7; }
.brand-list { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #555b6d; font-size: 15px; }
.brand-list span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.ms { color: #2e82ff; }
.nvidia, .spotify-mark { color: #45c934; }
.discord-mark { color: #5865f2; }
.vscode-mark { color: #1593ec; }
.zip-mark { padding: 2px 5px; border: 2px solid #111; color: #111; }

.feature-strip { background: #f7f8ff; padding: 14px 0 20px; }
.feature-row {
  display: grid; grid-template-columns: repeat(6,1fr); gap: 10px;
  padding: 12px; border-radius: 18px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 10px 35px rgba(55,61,120,.08);
}
.feature-row article { min-height: 92px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 14px; border-radius: 14px; background: linear-gradient(180deg,#ffffff,#f8f7ff); border: 1px solid #ecebfd; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #6e3cff; background: linear-gradient(135deg,#e9e6ff,#f6f3ff); font-size: 22px; font-weight: 800; }
.feature-row strong, .feature-row p { display: block; }
.feature-row strong { font-size: 12px; }
.feature-row p { margin: 4px 0 0; color: #727993; font-size: 10px; line-height: 1.4; }

.updates-section { padding: 70px 0 20px; background: linear-gradient(180deg,#fff,#f7f8ff); }
.updates-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.updates-visual { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; }
.glass-block { position: absolute; border-radius: 18px; filter: blur(.2px); }
.block-one { width: 70%; height: 220px; left: 2%; bottom: 20px; background: linear-gradient(135deg,rgba(43,113,255,.55),rgba(98,42,255,.12)); }
.block-two { width: 48%; height: 280px; right: 8%; bottom: 0; background: linear-gradient(135deg,rgba(121,64,255,.4),rgba(44,119,255,.1)); }
.updates-window {
  position: relative; z-index: 2; width: 86%; display: grid; grid-template-columns: 150px 1fr;
  min-height: 300px; color: white; overflow: hidden;
  border-radius: 17px; background: linear-gradient(180deg,#141a34,#0b1024);
  box-shadow: 0 30px 60px rgba(31,40,99,.32);
}
.updates-window aside { padding: 16px 12px; background: rgba(255,255,255,.02); border-right: 1px solid rgba(255,255,255,.08); display: grid; align-content: start; gap: 7px; }
.tiny-brand { display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; margin-bottom: 8px; }
.updates-window aside a { display: flex; align-items: center; gap: 7px; padding: 8px; color: #c4cbe4; font-size: 9px; border-radius: 6px; }
.updates-window aside a.active { background: linear-gradient(90deg,#6a2bff,#d51aff); color: white; }
.updates-window aside b { margin-left: auto; background: #ff334d; border-radius: 50%; padding: 1px 5px; font-size: 8px; }
.updates-window section { padding: 20px; }
.updates-window h3 { margin: 0; font-size: 18px; }
.updates-window section > p { margin: 3px 0 16px; color: #9ca5c4; font-size: 10px; }
.update-list { display: grid; gap: 9px; }
.update-list article { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; padding: 8px; background: rgba(255,255,255,.03); }
.update-list .software-icon { width: 28px; height: 28px; }
.update-list strong, .update-list small { display: block; }
.update-list strong { font-size: 9px; }
.update-list small { color: #8f98b8; font-size: 7px; }
.update-list button { border: 0; border-radius: 5px; padding: 6px 12px; color: white; background: linear-gradient(90deg,#286cff,#6230ff); font-size: 8px; }
.updates-copy h2, .reviews-copy h2, .changelog-section h2, .faq-section h2 { margin: 16px 0; font-size: clamp(38px,4vw,58px); line-height: 1.02; letter-spacing: -2.7px; }
.updates-copy > p, .reviews-copy > p, .changelog-section p, .faq-section p { color: #67708c; font-size: 16px; line-height: 1.65; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.benefit-grid article { display: grid; grid-template-columns: 32px 1fr; gap: 9px; align-items: center; padding: 13px; border: 1px solid #e5e7f1; border-radius: 10px; background: white; }
.benefit-grid span { grid-row: 1 / span 2; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; font-size: 13px; }
.green { color: #179e66; background: #ddf8ed; }
.pink { color: #e84d80; background: #ffe4ed; }
.teal { color: #1f9a8d; background: #dcf8f3; }
.benefit-grid strong, .benefit-grid small { display: block; }
.benefit-grid strong { font-size: 11px; }
.benefit-grid small { color: #7f879d; font-size: 9px; }

.reviews-section { position: relative; padding: 34px 0 42px; background: linear-gradient(180deg,#f8f7ff,#fff); overflow: hidden; }
.reviews-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%,rgba(154,73,255,.18),transparent 32rem); }
.reviews-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .68fr 1.32fr; gap: 44px; align-items: center; }
.rating-line { display: flex; gap: 8px; align-items: center; font-size: 12px; }
.rating-line span, .stars { color: #ffca28; }
.reviews-copy h2 { font-size: 38px; letter-spacing: -1.8px; }
.review-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.review-cards article { position: relative; min-height: 180px; border: 1px solid #e1e3ef; border-radius: 14px; background: white; padding: 18px; box-shadow: 0 14px 28px rgba(41,47,92,.10); }
.review-user { display: flex; align-items: center; gap: 10px; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: linear-gradient(135deg,#e49e62,#8a4f2e); border-radius: 50%; font-size: 11px; font-weight: 800; }
.avatar.purple { background: linear-gradient(135deg,#ce76ff,#6848d9); }
.avatar.blue { background: linear-gradient(135deg,#58a8ff,#284f9b); }
.review-user strong, .review-user small { display: block; }
.review-user strong { font-size: 11px; }
.review-user small { color: #6f7790; font-size: 9px; }
.review-cards .stars { margin-top: 14px; font-size: 15px; letter-spacing: 2px; }
.review-cards p { color: #2c334d; font-size: 12px; line-height: 1.45; }
.review-date { position: absolute; right: 15px; bottom: 13px; color: #a0a7bc; font-size: 9px; }

.changelog-section { padding: 82px 0; background: white; }
.changelog-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.changelog-card { border: 1px solid #e2e4ef; border-radius: 20px; padding: 28px; background: linear-gradient(180deg,#fff,#f7f8ff); box-shadow: var(--shadow); }
.version-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid #e6e8f1; }
.version-head span { color: #7b8298; font-size: 13px; }
.changelog-card ul { margin: 20px 0 0; padding-left: 20px; color: #5e6680; line-height: 1.9; }

.faq-section { padding: 80px 0; background: #f8f9ff; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { background: white; border: 1px solid #e3e5f0; border-radius: 14px; padding: 0 18px; }
.faq-list summary { cursor: pointer; padding: 18px 0; font-weight: 750; }
.faq-list p { margin: 0 0 18px; font-size: 14px; }

.download-section { padding: 44px 0 72px; background: white; }
.download-banner {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px;
  min-height: 120px; padding: 24px 44px; border-radius: 18px;
  color: white; background: linear-gradient(100deg,#08288b,#131063 52%,#4e13a9);
  box-shadow: 0 25px 60px rgba(41,48,145,.22);
}
.banner-wave { position: absolute; inset: 0; opacity: .35; background:
  radial-gradient(circle at 0% 50%,rgba(45,140,255,.85),transparent 24rem),
  radial-gradient(circle at 100% 0%,rgba(136,49,255,.85),transparent 22rem); }
.banner-logo { position: relative; z-index: 2; font-size: 66px; color: #31a5ff; }
.download-banner > div:not(.banner-wave), .download-banner > a { position: relative; z-index: 2; }
.download-banner h2 { margin: 0; font-size: 26px; letter-spacing: -.8px; }
.download-banner p { margin: 6px 0 0; color: #c5c9e4; font-size: 14px; }
.download-final { min-width: 260px; }

.site-footer { padding: 30px 0 20px; background: #080c27; color: white; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; gap: 24px; color: #b8bfd7; font-size: 13px; }
.footer-bottom { padding-top: 20px; margin-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #8791b1; font-size: 12px; }

@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav { grid-template-columns: auto 1fr auto; }
  .menu-button { display: block; justify-self: center; }
  .hero-layout, .updates-layout, .changelog-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { max-width: 700px; margin-inline: auto; }
  .hero-buttons, .trust-points { justify-content: center; }
  .hero-app { margin-top: 30px; }
  .feature-row { grid-template-columns: repeat(3,1fr); }
  .reviews-layout { grid-template-columns: 1fr; }
  .reviews-copy { text-align: center; max-width: 620px; margin: auto; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 24px, 1380px); }
  .nav-actions .theme-button { display: none; }
  .download-small { font-size: 0; padding: 11px 13px; }
  .download-small .windows-icon { font-size: 20px; }
  .hero-layout { padding-top: 58px; }
  .hero h1 { letter-spacing: -2.4px; }
  .trust-points { grid-template-columns: 1fr; max-width: 300px; margin-inline: auto; }
  .app-window { transform: none; }
  .app-shell { grid-template-columns: 82px 1fr; }
  .sidebar-brand span, .app-sidebar nav a:not(.active) { font-size: 0; }
  .app-sidebar nav a span { font-size: 15px; }
  .app-sidebar nav a.active { font-size: 9px; }
  .app-grid { grid-template-columns: 1fr 1fr; }
  .brand-list { overflow-x: auto; justify-content: flex-start; padding: 0 10px; }
  .feature-row { grid-template-columns: 1fr 1fr; }
  .updates-window { width: 100%; grid-template-columns: 95px 1fr; }
  .benefit-grid, .review-cards { grid-template-columns: 1fr; }
  .download-banner { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 34px 22px; }
  .banner-logo { font-size: 48px; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .hero-buttons { flex-direction: column; }
  .hero-buttons .button { width: 100%; }
  .feature-row { grid-template-columns: 1fr; }
  .app-grid { grid-template-columns: 1fr; }
  .app-content { padding: 14px; }
  .app-search kbd { display: none; }
  .updates-visual { min-height: 360px; }
  .updates-window { grid-template-columns: 70px 1fr; }
  .updates-window aside { padding: 12px 6px; }
  .updates-window aside a { justify-content: center; font-size: 0; }
  .updates-window aside a::first-letter { font-size: 12px; }
}

.problem-section{padding:90px 0;background:radial-gradient(circle at 85% 10%,rgba(106,61,255,.08),transparent 28rem),#fff}.problem-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.problem-copy h2{margin:18px 0;font-size:clamp(42px,4.5vw,64px);line-height:1.02;letter-spacing:-3px}.problem-copy p{color:#68708a;font-size:17px;line-height:1.72}.comparison-card{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:14px;border:1px solid #e3e5f1;border-radius:24px;background:#f7f8ff;box-shadow:0 25px 60px rgba(35,42,92,.12)}.comparison-column{padding:24px;border-radius:18px}.comparison-column.bad{background:linear-gradient(180deg,#fff,#fff6f6);border:1px solid #f1dddd}.comparison-column.good{background:linear-gradient(180deg,#fff,#f3efff);border:1px solid #ded7ff}.comparison-label{display:inline-flex;margin-bottom:20px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.comparison-column.bad .comparison-label{color:#b45858}.comparison-column.good .comparison-label{color:#7042db}.flow-item{padding:13px 14px;border-radius:11px;background:#fff;border:1px solid #e8e9f1;font-size:13px;font-weight:700;box-shadow:0 8px 18px rgba(37,42,78,.05)}.flow-arrow{text-align:center;color:#a0a6b8;padding:5px 0}@media(max-width:960px){.problem-layout{grid-template-columns:1fr}}@media(max-width:620px){.comparison-card{grid-template-columns:1fr}}
