/*
Theme Name: Складцентр
Author: SOVED.tech
Description: Одностраничная тема для Складцентр.рф
Version: 1.0.0
*/

:root {
  --green: #278f43;
  --green-light: #3dbf5e;
  --dark: #1f2a33;
  --gray: #6b7280;
  --bg: #f6f7f8;
  --radius: 18px;
  --shadow: 0 16px 40px rgba(0,0,0,.09);
  --transition: .25s ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: Inter, Arial, sans-serif;
  color: var(--dark);
  background: #fff;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.2;
}

a { color: inherit; text-decoration: none; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero {
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.44), rgba(0,0,0,.68)),
    url('/IMG_0991.png') center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 44px 0;
}

.hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.hero h1 {
  font-size: clamp(1.55rem, 5.5vw, 3.4rem);
  margin-bottom: 12px;
}

.brand {
  display: block;
  font-size: clamp(2.3rem, 7vw, 4.4rem);
  color: var(--green-light);
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: -.03em;
}

.hero p {
  max-width: 780px;
  margin: 0 auto 28px;
  font-size: 1.14rem;
  opacity: .94;
}

.phones {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.phones a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(8px);
  font-size: 1.08rem;
  font-weight: 600;
  transition: var(--transition);
}

.phones a:hover {
  background: rgba(255,255,255,.22);
  transform: translateY(-2px);
}

section { padding: 86px 0; }

.section-title {
  text-align: center;
  margin-bottom: 54px;
}

.section-title h2 {
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  margin-bottom: 12px;
}

.section-title p {
  color: var(--gray);
  font-size: 1.08rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.card {
  background: #fff;
  border-radius: var(--radius);
  padding: 34px 28px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: var(--transition);
}

.card:hover { transform: translateY(-5px); }

.icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--green-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto 20px;
}

.pricing { background: var(--bg); }

.pricing .featured {
  border: 2px solid var(--green);
}

.badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: .74rem;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 12px;
}

.price {
  color: var(--green);
  font-size: 2.45rem;
  font-weight: 700;
  margin: 16px 0 4px;
}

.price span {
  color: var(--gray);
  font-size: 1rem;
  font-weight: 500;
}

.list {
  list-style: none;
  margin-top: 18px;
  text-align: left;
  width: 100%;
  max-width: 300px;
}

.list li {
  margin: 10px 0;
  padding-left: 24px;
  position: relative;
}

.list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.pdf-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.pdf-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow);
  font-weight: 600;
  transition: var(--transition);
}

.contact-box {
  max-width: 820px;
  margin: 0 auto;
  padding: 34px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

.contact-box p { margin: 8px 0; }

footer {
  background: #1f2a33;
  color: #fff;
  padding: 34px 0;
}

.footer-bottom {
  text-align: center;
  font-size: .92rem;
  opacity: .78;
}

.footer-bottom a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mobile-callbar { display: none; }

@media (max-width: 860px) {
  .grid { grid-template-columns: 1fr; gap: 20px; }
  section { padding: 64px 0; }
  .card { padding: 28px 22px; }
}

@media (max-width: 520px) {
  .container { padding: 0 16px; }

  .hero {
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.44), rgba(0,0,0,.68)),
    url('/IMG_0991.png') center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 44px 0;
}

/* soved-skladcenter-hero-bg-img0991-v2 */
.hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.44), rgba(0,0,0,.68)),
    url('/IMG_0991.png?v=20260606') center/cover no-repeat !important;
}

@media (max-width: 520px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(0,0,0,.76), rgba(0,0,0,.62)),
      url('/IMG_0991.png?v=20260606') center/cover no-repeat !important;
  }
}

/* soved-skladcenter-landing-refresh-v1 */

.usecases {
  background: #fff;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.usecase-card {
  background: #fff;
  border: 1px solid rgba(31,42,51,.08);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
  transition: var(--transition);
}

.usecase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0,0,0,.10);
}

.usecase-card span {
  display: block;
  font-size: 2rem;
  margin-bottom: 14px;
}

.usecase-card h3 {
  margin-bottom: 10px;
}

.usecase-card p {
  color: var(--gray);
}

.object-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(61,191,94,.10), transparent 28%),
    linear-gradient(135deg, #f6f7f8 0%, #eef2ef 100%);
}

.object-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 22px;
}

.object-card {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.object-card-main {
  grid-row: span 2;
  background:
    linear-gradient(135deg, rgba(39,143,67,.95), rgba(61,191,94,.88)),
    #278f43;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
}

.object-card-main p {
  color: rgba(255,255,255,.88);
}

.object-card p {
  color: var(--gray);
}

.security-section {
  background: #1f2a33;
  color: #fff;
}

.security-box {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.security-box p {
  color: rgba(255,255,255,.75);
  margin-top: 14px;
  font-size: 1.08rem;
}

.security-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.security-list div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 18px;
  font-weight: 600;
}

.steps-section {
  background: #fff;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step {
  background: #fff;
  border-radius: 20px;
  padding: 26px 22px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(31,42,51,.06);
}

.step b {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  margin-bottom: 16px;
}

.step h3 {
  margin-bottom: 8px;
}

.step p {
  color: var(--gray);
}

.addresses-section {
  background: var(--bg);
}

.address-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.address-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.address-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(39,143,67,.10);
  color: var(--green);
  font-size: .82rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.address-card p {
  color: var(--gray);
  margin-top: 10px;
}

.docs-section {
  background: #fff;
  padding: 70px 0;
}

.docs-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  background:
    radial-gradient(circle at 15% 20%, rgba(61,191,94,.12), transparent 26%),
    #f6f7f8;
  border-radius: 24px;
  padding: 34px;
}

.docs-box p {
  color: var(--gray);
  margin-top: 8px;
}

.contact {
  background: #fff;
}

.contact-box h2 {
  margin-bottom: 12px;
}

.contact-box > p {
  color: var(--gray);
}

.contact-phones {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-phones a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
}

.contact-email {
  margin-top: 20px !important;
}

.contact-email a {
  color: var(--green);
  font-weight: 700;
}

@media (max-width: 900px) {
  .usecase-grid,
  .object-grid,
  .security-box,
  .steps,
  .address-grid {
    grid-template-columns: 1fr;
  }

  .object-card-main {
    grid-row: auto;
    min-height: 220px;
  }

  .security-list {
    grid-template-columns: 1fr;
  }

  .docs-box {
    flex-direction: column;
    text-align: center;
    align-items: stretch;
  }

  .docs-box .pdf-links {
    margin-top: 12px;
  }
}

@media (max-width: 520px) {
  .usecase-card,
  .object-card,
  .address-card,
  .docs-box {
    padding: 24px 20px;
  }

  .steps {
    gap: 14px;
  }

  .contact-phones a {
    width: 100%;
  }
}

/* soved-skladcenter-mobile-polish-v1 */

.object-card-main p,
.object-card-main h3 {
  color: #fff !important;
}

@media (max-width: 720px) {
  section {
    padding: 54px 0 !important;
  }

  .section-title {
    margin-bottom: 28px !important;
  }

  .section-title h2,
  .security-box h2,
  .docs-box h2,
  .contact-box h2 {
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
  }

  .section-title p,
  .security-box p,
  .docs-box p,
  .contact-box > p {
    font-size: clamp(1.05rem, 5vw, 1.28rem) !important;
    line-height: 1.45 !important;
  }

  .usecase-grid,
  .object-grid,
  .steps,
  .address-grid {
    gap: 16px !important;
  }

  .usecase-card,
  .object-card,
  .step,
  .address-card {
    padding: 24px 22px !important;
    border-radius: 22px !important;
  }

  .usecase-card span {
    font-size: 1.75rem !important;
    margin-bottom: 16px !important;
  }

  .usecase-card h3,
  .object-card h3,
  .step h3,
  .address-card h3 {
    font-size: clamp(1.45rem, 6.2vw, 1.9rem) !important;
    line-height: 1.14 !important;
    letter-spacing: -.035em !important;
    margin-bottom: 10px !important;
  }

  .usecase-card p,
  .object-card p,
  .step p,
  .address-card p {
    font-size: clamp(1.03rem, 5vw, 1.22rem) !important;
    line-height: 1.48 !important;
  }

  .object-card-main {
    min-height: auto !important;
    padding: 32px 24px !important;
  }

  .object-card-main p {
    color: rgba(255,255,255,.88) !important;
  }

  .security-section {
    padding: 58px 0 !important;
  }

  .security-box {
    gap: 26px !important;
  }

  .security-list {
    gap: 12px !important;
  }

  .security-list div {
    padding: 17px 18px !important;
    border-radius: 18px !important;
    font-size: 1.08rem !important;
    line-height: 1.35 !important;
  }

  .step b {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 18px !important;
    font-size: 1.05rem !important;
  }

  .docs-section {
    padding: 48px 0 !important;
  }

  .docs-box {
    padding: 28px 20px !important;
    border-radius: 24px !important;
    gap: 18px !important;
  }

  .pdf-links {
    gap: 12px !important;
  }

  .pdf-link {
    width: 100% !important;
    max-width: 330px !important;
    min-height: 52px !important;
    padding: 14px 20px !important;
    font-size: 1.02rem !important;
  }

  .contact {
    padding: 54px 0 !important;
  }

  .contact-box {
    padding: 30px 20px !important;
    border-radius: 24px !important;
  }

  .contact-phones {
    gap: 10px !important;
    margin-top: 22px !important;
  }

  .contact-phones a {
    min-height: 52px !important;
    font-size: 1.02rem !important;
  }

  footer {
    padding: 22px 0 24px !important;
  }

  .footer-bottom {
    font-size: .95rem !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 430px) {
  .container {
    padding: 0 17px !important;
  }

  section {
    padding: 46px 0 !important;
  }

  .section-title h2,
  .security-box h2,
  .docs-box h2,
  .contact-box h2 {
    font-size: clamp(1.85rem, 8.3vw, 2.25rem) !important;
  }

  .section-title p,
  .security-box p,
  .docs-box p,
  .contact-box > p {
    font-size: 1rem !important;
  }

  .usecase-card,
  .object-card,
  .step,
  .address-card {
    padding: 22px 20px !important;
  }

  .usecase-card h3,
  .object-card h3,
  .step h3,
  .address-card h3 {
    font-size: 1.38rem !important;
  }

  .usecase-card p,
  .object-card p,
  .step p,
  .address-card p {
    font-size: 1rem !important;
  }
}
