.storage-page {
  --sc-bg: #07101d;
  --sc-panel: rgba(16, 28, 46, .78);
  --sc-panel-soft: rgba(255,255,255,.035);
  --sc-border: rgba(136, 179, 255, .14);
  --sc-border-strong: rgba(136, 179, 255, .28);
  --sc-text: #f4f7fb;
  --sc-soft: #c3cee0;
  --sc-muted: #8797b1;
  --sc-blue: #39a9ff;
  --sc-indigo: #6572ff;
  --sc-purple: #8a5cff;
  --sc-cyan: #46d3ff;
}
.storage-page .site-header {
  background: rgba(6, 11, 20, .82);
  border-bottom: 1px solid rgba(255,255,255,.055);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.storage-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 112px;
}
.storage-hero::before,
.storage-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(14px);
}
.storage-hero::before {
  width: 720px;
  height: 720px;
  top: -310px;
  left: -250px;
  background: radial-gradient(circle, rgba(42, 170, 255, .26), transparent 70%);
}
.storage-hero::after {
  width: 680px;
  height: 680px;
  right: -210px;
  top: -170px;
  background: radial-gradient(circle, rgba(111, 79, 255, .25), transparent 70%);
}
.storage-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: var(--sc-muted);
  font-size: .82rem;
}
.storage-breadcrumb a { color: var(--sc-soft); }
.storage-breadcrumb a:hover { color: var(--sc-text); }
.storage-breadcrumb span[aria-hidden="true"] { opacity: .45; }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(430px, 1.07fr);
  gap: 66px;
  align-items: center;
}
.app-identity {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.app-identity img {
  width: 104px;
  height: 104px;
  border-radius: 25px;
  box-shadow: 0 22px 54px rgba(19, 90, 255, .25);
}
.eyebrow,
.feature-kicker {
  margin: 0 0 8px;
  color: #88caff;
  font-size: .76rem;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.app-identity h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: .96;
}
.hero-copy > h2 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: clamp(2.15rem, 4vw, 3.85rem);
  line-height: 1.03;
}
.hero-lead {
  max-width: 720px;
  margin: 0;
  color: var(--sc-soft);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  line-height: 1.7;
}
.hero-actions,
.final-actions,
.info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.hero-actions { margin-top: 31px; }
.store-button { box-shadow: 0 14px 38px rgba(56, 153, 255, .18); }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}
.hero-meta span,
.pro-badge {
  padding: 7px 10px;
  border: 1px solid var(--sc-border);
  border-radius: 999px;
  color: #9cb4d2;
  background: rgba(255,255,255,.028);
  font-size: .72rem;
  font-weight: 690;
}
.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}
.hero-glow {
  position: absolute;
  width: 520px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65,158,255,.25), transparent 48%), radial-gradient(circle at 70% 70%, rgba(114,71,255,.26), transparent 55%);
  filter: blur(24px);
}
.mac-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(144, 181, 255, .18);
  border-radius: 19px;
  background: #101827;
  box-shadow: 0 30px 80px rgba(0,0,0,.38);
}
.hero-window {
  width: min(100%, 700px);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}
.window-bar {
  height: 32px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255,255,255,.065);
  background: rgba(255,255,255,.035);
}
.window-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
}
.window-bar strong {
  margin-left: 6px;
  color: #91a1bb;
  font-size: .67rem;
  font-weight: 650;
}
.mac-window img {
  display: block;
  width: 100%;
  height: auto;
}
.privacy-chip {
  position: absolute;
  left: -8px;
  bottom: 35px;
  width: 255px;
  padding: 15px 17px;
  border: 1px solid rgba(127, 187, 255, .18);
  border-radius: 17px;
  background: rgba(8,16,30,.89);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}
.privacy-chip strong { display: block; margin-bottom: 4px; color: #72c3ff; font-size: .82rem; }
.privacy-chip span { color: var(--sc-soft); font-size: .76rem; line-height: 1.5; }
.trust-strip { padding: 0 0 40px; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--sc-border);
  border-radius: 24px;
  background: rgba(255,255,255,.025);
}
.trust-grid > div {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 17px;
  background: rgba(255,255,255,.022);
}
.trust-label {
  margin-bottom: 8px;
  color: #7990b2;
  font-size: .7rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.trust-grid strong { font-size: .97rem; line-height: 1.3; }
.section-space { padding: 106px 0; }
.section-muted { background: linear-gradient(180deg, rgba(255,255,255,.016), rgba(255,255,255,.008)); }
.intro-grid,
.safety-grid,
.pro-grid,
.final-cta {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
  gap: 50px;
  align-items: start;
}
.intro-grid h2,
.section-heading h2,
.safety-copy h2,
.pro-card h2,
.final-cta h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.7vw, 3.55rem);
  line-height: 1.04;
}
.intro-copy p,
.section-heading p,
.safety-copy > p,
.pro-card > p,
.privacy-card p,
.final-cta p {
  color: var(--sc-soft);
  font-size: 1rem;
  line-height: 1.7;
}
.intro-copy p + p { margin-top: 17px; }
.section-heading { max-width: 850px; margin-bottom: 44px; }
.feature-stack { display: grid; gap: 22px; }
.feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 44px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--sc-border);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.016));
}
.feature-card-reverse { grid-template-columns: minmax(380px,.95fr) minmax(0,1.05fr); }
.feature-card-reverse .feature-media { order: -1; }
.feature-copy { max-width: 650px; }
.feature-number {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(127,190,255,.43);
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -.06em;
}
.feature-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 2.3vw, 2.25rem);
  line-height: 1.08;
}
.feature-copy > p { color: var(--sc-soft); line-height: 1.7; }
.feature-copy ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--sc-soft);
  font-size: .95rem;
  line-height: 1.55;
}
.feature-copy li::marker { color: var(--sc-blue); }
.feature-media {
  width: 100%;
  max-width: 560px;
  justify-self: center;
  box-shadow: 0 24px 70px rgba(0,0,0,.30);
}
.safety-grid { align-items: center; }
.safety-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 28px;
}
.safety-points article {
  min-height: 140px;
  padding: 18px;
  border: 1px solid var(--sc-border);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}
.safety-points strong { display: block; margin-bottom: 8px; font-size: .94rem; }
.safety-points span { color: var(--sc-soft); font-size: .82rem; line-height: 1.55; }
.review-window { width: min(100%, 650px); justify-self: end; }
.pro-grid { align-items: stretch; }
.pro-card,
.privacy-card {
  padding: 34px;
  border: 1px solid var(--sc-border);
  border-radius: 28px;
  background: rgba(255,255,255,.025);
}
.pro-card {
  background: radial-gradient(circle at 10% 0%, rgba(55,164,255,.10), transparent 24rem), radial-gradient(circle at 100% 100%, rgba(115,77,255,.12), transparent 26rem), rgba(255,255,255,.025);
}
.pro-badge { display: inline-flex; margin-bottom: 24px; color: #a9cdff; }
.pro-list { display: grid; gap: 10px; margin: 26px 0 30px; }
.pro-list div {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.pro-list div:first-child { border-top: 0; }
.pro-list span { color: #7fbaff; font-size: .72rem; font-weight: 780; text-transform: uppercase; letter-spacing: .08em; }
.pro-list strong { font-size: .91rem; line-height: 1.4; }
.privacy-card h3 { margin: 0 0 14px; font-size: clamp(1.7rem, 2.8vw, 2.55rem); }
.info-links { margin-top: 25px; }
.info-links a {
  padding: 11px 14px;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  color: #a8d5ff;
  font-size: .82rem;
  font-weight: 700;
}
.info-links a:hover { border-color: var(--sc-border-strong); color: #d6ebff; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.gallery-card {
  overflow: hidden;
  border: 1px solid var(--sc-border);
  border-radius: 22px;
  background: rgba(255,255,255,.025);
}
.gallery-card img { display: block; width: 100%; height: auto; }
.gallery-card figcaption { padding: 15px 17px 17px; color: var(--sc-soft); font-size: .82rem; line-height: 1.5; }
.final-cta {
  align-items: center;
  padding: 38px;
  border: 1px solid var(--sc-border);
  border-radius: 30px;
  background: radial-gradient(circle at 0 0, rgba(51,164,255,.12), transparent 24rem), radial-gradient(circle at 100% 100%, rgba(105,70,255,.14), transparent 25rem), rgba(255,255,255,.025);
}
.final-actions { justify-content: flex-end; }
@media (max-width: 1120px) {
  .hero-grid,
  .intro-grid,
  .safety-grid,
  .pro-grid,
  .final-cta { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; padding-top: 24px; }
  .hero-window { transform: none; }
  .privacy-chip { position: static; margin-top: 15px; width: min(100%, 360px); }
  .feature-card,
  .feature-card-reverse { grid-template-columns: 1fr; }
  .feature-card-reverse .feature-media { order: 0; }
  .feature-media,
  .review-window { justify-self: stretch; max-width: none; width: 100%; }
  .final-actions { justify-content: flex-start; }
}
@media (max-width: 780px) {
  .storage-hero { padding: 54px 0 82px; }
  .app-identity { align-items: flex-start; gap: 15px; }
  .app-identity img { width: 82px; height: 82px; border-radius: 21px; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .section-space { padding: 82px 0; }
  .feature-card { padding: 23px; gap: 26px; }
  .safety-points { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .pro-card,.privacy-card,.final-cta { padding: 25px; }
}
@media (max-width: 480px) {
  .trust-grid { grid-template-columns: 1fr; }
  .hero-actions .button,
  .final-actions .button { width: 100%; }
  .pro-list div { grid-template-columns: 1fr; gap: 4px; }
  .window-bar strong { display: none; }
}
