.price-page { background: #fff; }
.price-hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 150px 0 92px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 36%, rgba(54,198,231,.22), transparent 28%),
    linear-gradient(118deg, #04101b 0%, #071d2f 56%, #06334a 100%);
}
.price-hero::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -260px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(114,221,244,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(114,221,244,.025), 0 0 0 160px rgba(114,221,244,.018);
}
.price-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}
.price-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .65fr);
  gap: 82px;
  align-items: center;
}
.price-hero-copy { max-width: 745px; }
.price-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(3.15rem, 6vw, 5.5rem);
  line-height: .99;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.price-hero-lead {
  max-width: 675px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 1.14rem;
  line-height: 1.65;
}
.price-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.price-note {
  max-width: 650px;
  margin: 28px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--cyan-400);
  color: rgba(255,255,255,.57);
  font-size: .84rem;
}
.price-summary {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(4,20,32,.69);
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(18px);
}
.draft-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cyan-300);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.draft-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan-400);
  box-shadow: 0 0 0 6px rgba(54,198,231,.11);
}
.price-summary h2 { margin: 20px 0 25px; font-size: 1.7rem; line-height: 1.25; }
.price-summary-list { display: grid; }
.price-summary-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.price-summary-list strong {
  color: var(--cyan-300);
  font-family: ui-monospace, monospace;
  font-size: .75rem;
}
.price-summary-list span { color: rgba(255,255,255,.78); font-size: .92rem; font-weight: 650; }

.price-intro { color: #fff; background: var(--blue-700); }
.price-intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.price-intro-grid div { padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.16); }
.price-intro-grid div:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.price-intro-grid strong { display: block; font-size: .98rem; }
.price-intro-grid span { display: block; margin-top: 3px; color: rgba(255,255,255,.7); font-size: .79rem; }

.commercial-terms { padding: 34px 0; background: #fff; }
.commercial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.commercial-card {
  min-height: 185px;
  padding: 27px 29px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(9,35,53,.06);
  transition: transform .25s, box-shadow .25s, border-color .25s, background .25s, color .25s;
}
.commercial-card > span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue-700);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.commercial-card h2 { margin: 0 0 10px; font-size: 1.25rem; line-height: 1.25; }
.commercial-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.commercial-card-rate > strong { display: block; margin: 0 0 13px; font-size: 2.05rem; line-height: 1; }
.commercial-card-rate > strong small { color: var(--muted); font-size: .83rem; }
.commercial-card:hover {
  transform: translateY(-6px);
  color: #fff;
  border-color: var(--navy-800);
  background: var(--navy-800);
  box-shadow: 0 24px 60px rgba(6,28,43,.18);
}
.commercial-card:hover > span { color: var(--cyan-300); }
.commercial-card:hover p { color: rgba(255,255,255,.68); }
.commercial-card-rate:hover {
  border-color: var(--cyan-400);
  background: linear-gradient(135deg, var(--blue-700), #07536f);
}
.commercial-card-rate:hover > strong small { color: rgba(255,255,255,.68); }

.price-services { background: var(--soft); }
.price-groups { display: grid; gap: 22px; }
.price-group {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(9,35,53,.06);
}
.price-group-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 30px;
  color: #fff;
  background: var(--navy-800);
}
.price-group-number {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  color: var(--cyan-300);
  background: rgba(54,198,231,.11);
  font-family: ui-monospace, monospace;
  font-size: .78rem;
  font-weight: 800;
}
.price-group-heading p {
  margin: 0 0 2px;
  color: var(--cyan-300);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.price-group-heading h3 { margin: 0; font-size: 1.35rem; }
.price-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  min-height: 150px;
  padding: 28px 30px;
  border-bottom: 1px solid var(--line);
}
.price-row:nth-child(odd) { border-right: 1px solid var(--line); }
.price-row:nth-last-child(-n+2) { border-bottom: 0; }
.price-row:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; }
.price-row h4 { margin: 0 0 8px; font-size: 1.04rem; line-height: 1.3; }
.price-row p { margin: 0; color: var(--muted); font-size: .86rem; }
.price-row-side {
  min-width: 118px;
  display: grid;
  align-content: center;
  justify-items: end;
  text-align: right;
}
.price-row-side small { color: #8a9aa5; font-size: .7rem; }
.price-row-side strong {
  margin-top: 8px;
  padding: 7px 10px;
  border-radius: 7px;
  color: #32718a;
  background: #eef8fb;
  font-size: .76rem;
  white-space: nowrap;
}

.hosting-section {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  color: #fff;
  background: var(--navy-900);
}
.hosting-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at 18% 50%, #000, transparent 58%);
}
.hosting-layout {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 95px;
  align-items: center;
}
.hosting-copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.9rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.hosting-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 26px 0;
  color: rgba(255,255,255,.65);
  font-size: 1.04rem;
}
.hosting-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 26px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.hosting-points li {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,.8);
  font-size: .9rem;
}
.hosting-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cyan-300);
  font-weight: 800;
}
.hosting-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
  backdrop-filter: blur(15px);
}
.hosting-card-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; }
.hosting-card-top span { color: var(--cyan-300); font-weight: 750; }
.hosting-card-top strong { font-size: .82rem; color: rgba(255,255,255,.58); }
.hosting-price-list { margin-bottom: 27px; border-top: 1px solid rgba(255,255,255,.13); }
.hosting-price-list div {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.hosting-price-list span { color: rgba(255,255,255,.72); }
.hosting-price-list strong { color: #fff; font-size: .84rem; }
.hosting-card .button { width: 100%; }

.price-conditions { background: #fff; }
.condition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.condition-card {
  min-height: 230px;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: transform .22s, box-shadow .22s;
}
.condition-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.condition-card > span {
  color: var(--blue-700);
  font-family: ui-monospace, monospace;
  font-size: .78rem;
  font-weight: 800;
}
.condition-card h3 { margin: 36px 0 10px; font-size: 1.22rem; }
.condition-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.price-disclaimer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  margin-top: 24px;
  padding: 19px 22px;
  border-left: 4px solid var(--blue-600);
  border-radius: 0 10px 10px 0;
  color: #355464;
  background: #eef8fb;
}
.price-disclaimer strong { color: var(--blue-700); }
.price-disclaimer p { margin: 0; }

@media (max-width: 980px) {
  .price-hero-layout { grid-template-columns: 1fr; gap: 45px; }
  .commercial-grid { grid-template-columns: 1fr; }
  .price-summary { max-width: 650px; }
  .price-list { grid-template-columns: 1fr; }
  .price-row:nth-child(odd) { border-right: 0; }
  .price-row:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .hosting-layout { grid-template-columns: 1fr; gap: 50px; }
  .condition-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .price-hero { min-height: auto; padding: 135px 0 72px; }
  .price-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .price-hero-lead { font-size: 1rem; }
  .price-hero-layout { gap: 35px; }
  .price-summary { padding: 24px; }
  .price-intro-grid { grid-template-columns: 1fr; }
  .price-intro-grid div,
  .price-intro-grid div:first-child { padding: 18px 22px; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .price-row { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 24px; }
  .price-row-side { min-width: 0; justify-items: start; text-align: left; }
  .price-group-heading { padding: 22px 24px; }
  .hosting-section { padding: 82px 0; }
  .hosting-points { grid-template-columns: 1fr; }
  .hosting-card { padding: 25px; }
  .hosting-card-top,
  .hosting-price-list div { align-items: flex-start; flex-direction: column; gap: 6px; }
  .condition-grid { grid-template-columns: 1fr; }
  .condition-card { min-height: 0; }
  .price-disclaimer { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .price-hero-actions .button { width: 100%; }
  .price-summary h2 { font-size: 1.4rem; }
  .price-group-heading h3 { font-size: 1.15rem; }
}
