@charset "utf-8";
@import url('common.css');

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(217, 226, 236, 0.48);
  backdrop-filter: blur(12px);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
}

.brand {
  display: flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 112px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.nav a {
  padding: 8px 2px;
}

.nav a:hover {
  color: #000;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #0f172a;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.2);
  cursor: pointer;
  font-weight: 800;
}

.button.secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.button.wide {
  width: 100%;
}

.site-shell {
  min-height: auto;
  padding-top: 72px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 46%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(245, 248, 251, 0.92) 72%),
    url("../../images/v2/step-up-hero-simple.png") top right / min(66vw, 840px) auto no-repeat;
}

.hero {
  display: grid;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 460px;
  margin: 0 auto;
  padding: 48px 0 24px;
}

.hero-copy {
  max-width: 820px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 900;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: currentColor;
  opacity: 0.58;
}

h1 {
  max-width: 620px;
  margin: 20px 0 18px;
  font-size: 64px;
  line-height: 1.04;
  font-weight: 900;
}

.hero h1 {
  max-width: none;
  white-space: nowrap;
}

.hero p {
  max-width: 540px;
  margin: 0 0 30px;
  color: #34425a;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: 24px;
}

.quick-item {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(20, 33, 61, 0.08);
}

.quick-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.quick-item span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.section {
  padding: 82px 0;
}

#features {
  padding-top: 54px;
}

.section.alt {
  background: var(--soft);
}

.inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 8px 0 0;
  font-size: 38px;
  line-height: 1.18;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid.features,
.grid.services {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 22px rgba(20, 33, 61, 0.05);
}

.card.feature {
  border-top: 4px solid var(--teal);
}

.card.service {
  position: relative;
  overflow: hidden;
}

.card.service::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(0, 169, 157, 0.12);
}

.card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.service-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.service-title h3 {
  margin: 0;
}

.title-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 1px;
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 13px;
  font-weight: 500;
}

a.tag:hover {
  color: #fff;
  background: var(--teal-dark);
}

.price {
  margin-top: 22px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}

.price small {
  display: block;
  margin-top: 4px;
  color: #8b97a8;
  font-size: 12px;
  font-weight: 700;
}

.infra {
  display: block;
}

.infra-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.infra-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  min-height: 188px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.cloud-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cloud-name {
  font-size: 20px;
  font-weight: 900;
}

.rent-label {
  color: #6a7688;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.specs {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}

.specs strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}

.infra-item .price {
  margin-top: auto;
  align-self: flex-end;
  font-size: 18px;
  text-align: right;
}

.infra-item .price small {
  font-size: 10px;
}

.price.negotiate {
  color: var(--orange);
}

.infra-note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding-left: 0;
  color: #6a7688;
  background: transparent;
  font-size: 14px;
  line-height: 1.7;
  list-style: none;
}

.infra-note li {
  position: relative;
  padding-left: 12px;
}

.infra-note li + li {
  margin-top: 2px;
}

.infra-note li::before {
  content: "";
  position: absolute;
  top: 0.76em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #9aa6b6;
}

.portfolio-block {
  margin: 82px 0 -82px;
  padding: 82px 0;
  background: var(--soft);
  box-shadow: 0 0 0 100vmax var(--soft);
  clip-path: inset(0 -100vmax);
}

.portfolio-title {
  margin: 8px 0 28px;
  font-size: 38px;
  line-height: 1.18;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.portfolio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #26364e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.portfolio-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.portfolio-logo {
  display: block;
  max-width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.portfolio-name {
  display: block;
  color: #5f6d80;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.form-page {
  background:
    linear-gradient(180deg, #f8fbfd, #ffffff 42%),
    radial-gradient(circle at top right, rgba(0, 169, 157, 0.16), transparent 36%);
}

.form-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 28px;
}

.form-hero h1 {
  max-width: none;
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.18;
}

.form-hero p {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.inquiry-layout {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 86px;
}

.panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 61, 0.06);
}

.panel h2 {
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  font-size: 24px;
}

.privacy-box {
  max-height: 190px;
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: #4b5a70;
  font-size: 14px;
  line-height: 1.75;
}

.checkline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: #26364e;
  font-weight: 800;
}

.checkline input,
.choice input {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 1px solid #b8c3d1;
  background: #fff;
  box-shadow: none;
}

.checkline input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.checkline input:checked,
.choice input[type="checkbox"]:checked {
  border-color: #0f172a;
  background:
    #0f172a
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6.1 4.8 8.4 9.6 3.6' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 12px 12px no-repeat;
}

.field-stack {
  display: grid;
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label,
.choice-title {
  color: #26364e;
  font-size: 14px;
  font-weight: 900;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #cfd9e5;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.field input {
  height: 44px;
  padding: 0 13px;
}

.field textarea {
  min-height: 152px;
  resize: vertical;
  padding: 13px;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 169, 157, 0.12);
}

.choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #cfd9e5;
  border-radius: 999px;
  color: #33445f;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.choice input {
  width: 15px;
  height: 15px;
}

.choice input[type="radio"] {
  border-radius: 999px;
}

.choice input[type="radio"]:checked {
  border-color: #0f172a;
  background: #0f172a;
  box-shadow: inset 0 0 0 4px #fff;
}

.choice input[type="checkbox"] {
  border-radius: 4px;
}

.choice:has(input:checked) {
  border-color: #0f172a;
  color: #0f172a;
  background: #f8fafc;
}

.choice input:focus-visible,
.checkline input:focus-visible {
  outline: 3px solid rgba(15, 23, 42, 0.14);
  outline-offset: 2px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

footer {
  padding: 28px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
  font-size: 13px;
  line-height: 1.6;
}

footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.footer-logo {
  display: block;
  width: 112px;
  height: auto;
  opacity: 0.46;
  filter: grayscale(1) saturate(0) contrast(0.88);
}

@media (max-width: 900px) {
  .site-shell {
    background:
linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(245, 248, 251, 0.96) 70%),
url("../../images/v2/step-up-hero-simple.png") top center / 920px auto no-repeat;
  }

  .hero {
    min-height: auto;
    padding-top: 86px;
  }

  h1 {
    font-size: 48px;
  }

  .hero h1 {
    white-space: normal;
  }

  .quick-strip,
  .grid.features,
  .grid.services,
  .inquiry-layout {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }

  .infra-list {
    grid-template-columns: 1fr;
  }

  .infra-item {
    min-height: auto;
  }

  .portfolio-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  footer .inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .topbar-inner,
  .hero,
  .quick-strip,
  .inner,
  .form-hero {
    width: min(100% - 28px, 1180px);
  }

  .topbar-inner {
    flex-wrap: wrap;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 14px;
  }

  h1 {
    font-size: 38px;
  }

  .form-hero h1 {
    font-size: 30px;
  }

  .hero p,
  .form-hero p {
    font-size: 16px;
  }

  .section {
    padding: 60px 0;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .panel,
  .card {
    padding: 20px;
  }

  .choices {
    display: grid;
    grid-template-columns: 1fr;
  }

  .portfolio-title {
    font-size: 30px;
  }

  .portfolio-block {
    margin: 60px 0 -60px;
    padding: 60px 0;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
