@import url("site.css?v=20260916b");

html.sc-marketing-home,
html.sc-marketing-home[data-sc-theme="dark"],
html.sc-marketing-home[data-sc-theme="light"] {
  color-scheme: light;
  --sc-bg: #fafafa;
  --sc-fg: #0f172a;
  --sc-muted: #5c6b7a;
  --sc-card: #ffffff;
  --sc-border: #e2e8f0;
  --sc-accent: #00695c;
  --sc-accent-deep: #004d40;
  background: #fafafa;
  color: #0f172a;
  height: auto;
  min-height: 100%;
  font-family: Poppins, Hind, system-ui, -apple-system, sans-serif;
}

html.sc-marketing-home body {
  height: auto;
  min-height: 100%;
  background: #fafafa;
  color: #0f172a;
  font-family: Poppins, Hind, system-ui, -apple-system, sans-serif;
}

#scrapchain-seo-home {
  display: none;
  background: var(--sc-bg);
  color: var(--sc-fg);
}

html.sc-marketing-home #scrapchain-seo-home {
  display: block;
}

body.sc-app-ready #scrapchain-seo-home {
  display: none !important;
}

.sc-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 90% 10%, rgba(38, 166, 154, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 60% at 0% 80%, rgba(255, 111, 0, 0.08), transparent 50%),
    linear-gradient(180deg, #f3faf8 0%, var(--sc-bg) 100%);
}

.sc-hero-inner {
  width: min(var(--sc-max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.4rem 0 3.2rem;
  display: grid;
  gap: 2.2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .sc-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    padding: 3.2rem 0 4rem;
  }
}

.sc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(0, 105, 92, 0.1);
  color: var(--sc-teal);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sc-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 4.6vw, 3.05rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--sc-teal-dark);
}

.sc-hero-lead {
  margin: 0 0 1.4rem;
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--sc-muted);
  max-width: 36rem;
}

.sc-hero-lead strong { color: var(--sc-fg); font-weight: 600; }

.sc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.sc-hero-actions .sc-app-qr {
  margin-left: 0.15rem;
}

.sc-hero-actions .sc-app-qr img {
  width: 112px;
  height: 112px;
}

.sc-app-qr {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0.6rem 0.6rem 0.45rem;
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.sc-app-qr a {
  display: block;
  line-height: 0;
}

.sc-app-qr img {
  display: block;
  width: 132px;
  height: 132px;
}

.sc-app-qr figcaption {
  margin-top: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--sc-muted);
}

.sc-app-qr-on-dark figcaption {
  color: var(--sc-teal-dark);
}

.sc-hero-note {
  margin: 0.9rem 0 0;
  font-size: 0.85rem;
  color: var(--sc-muted);
}

.sc-phones {
  position: relative;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sc-phone {
  width: min(260px, 72vw);
  background: #0f172a;
  border-radius: 32px;
  padding: 10px;
  box-shadow: var(--sc-shadow), 0 24px 50px rgba(0, 77, 64, 0.18);
}

.sc-phone img {
  display: block;
  width: 100%;
  border-radius: 22px;
  background: #fff;
}

.sc-phone-back {
  position: absolute;
  width: min(210px, 52vw);
  right: 4%;
  top: 8%;
  transform: rotate(8deg);
  opacity: 0.92;
  z-index: 0;
}

.sc-phone-front {
  position: relative;
  z-index: 1;
  margin-right: 12%;
}

@media (max-width: 899px) {
  .sc-phone-back { display: none; }
  .sc-phone-front { margin-right: 0; }
  .sc-phones { min-height: 0; }
}

.sc-section {
  width: min(var(--sc-max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.6rem 0;
}

.sc-section-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--sc-teal-dark);
}

.sc-section-sub {
  margin: 0 auto 1.8rem;
  max-width: 40rem;
  text-align: center;
  color: var(--sc-muted);
}

.sc-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

@media (min-width: 640px) {
  .sc-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 980px) {
  .sc-steps { grid-template-columns: repeat(5, 1fr); }
}

.sc-step {
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-lg);
  padding: 1.1rem 1.05rem 1.15rem;
  box-shadow: var(--sc-shadow);
  min-height: 100%;
}

.sc-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: var(--sc-teal);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.65rem;
}

.sc-step h3 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
}

.sc-step p {
  margin: 0;
  color: var(--sc-muted);
  font-size: 0.88rem;
}

.sc-cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .sc-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 980px) {
  .sc-cards { grid-template-columns: repeat(3, 1fr); }
}

.sc-cards.sc-cards-5 {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .sc-cards.sc-cards-5 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1100px) {
  .sc-cards.sc-cards-5 { grid-template-columns: repeat(5, 1fr); }
}

.sc-card {
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-lg);
  padding: 1.2rem;
  box-shadow: var(--sc-shadow);
}

.sc-card-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(0, 105, 92, 0.1);
  color: var(--sc-teal);
  margin-bottom: 0.7rem;
}

.sc-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
}

.sc-card p,
.sc-card ul {
  margin: 0;
  color: var(--sc-muted);
  font-size: 0.9rem;
}

.sc-card ul {
  padding-left: 1.05rem;
}

.sc-card li { margin: 0.25rem 0; }

.sc-feature-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .sc-feature-grid { grid-template-columns: repeat(2, 1fr); }
}

.sc-feature {
  display: flex;
  gap: 0.9rem;
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-lg);
  padding: 1.1rem 1.15rem;
}

.sc-feature strong {
  display: block;
  margin-bottom: 0.2rem;
}

.sc-feature span {
  color: var(--sc-muted);
  font-size: 0.9rem;
}

.sc-faq {
  max-width: 760px;
  margin: 0 auto;
}

.sc-faq details {
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
}

.sc-faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.sc-faq summary::-webkit-details-marker { display: none; }

.sc-faq p {
  margin: 0.65rem 0 0.2rem;
  color: var(--sc-muted);
  font-size: 0.92rem;
}

.sc-cta-band {
  margin: 1rem 0 0;
  background: linear-gradient(135deg, var(--sc-teal-dark) 0%, var(--sc-teal) 58%, var(--sc-teal-light) 100%);
  color: #fff;
}

.sc-cta-inner {
  width: min(var(--sc-max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.8rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem 2rem;
  text-align: left;
}

.sc-cta-copy {
  flex: 1 1 16rem;
  max-width: 36rem;
}

.sc-cta-band h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.sc-cta-band p {
  margin: 0 0 1.3rem;
  max-width: 34rem;
  opacity: 0.94;
}

@media (max-width: 639px) {
  .sc-cta-inner {
    text-align: center;
  }

  .sc-cta-copy p {
    margin-left: auto;
    margin-right: auto;
  }
}

.sc-cta-band .sc-btn-amber {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.sc-hi-lead {
  font-family: Hind, Poppins, sans-serif;
}

.sc-lang-strip {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 0.9rem;
  padding: 0;
}

.sc-lang-strip li {
  padding: 0.28rem 0.78rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 105, 92, 0.22);
  color: var(--sc-teal-dark);
  font-family: Hind, Poppins, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.sc-hero-bilingual {
  margin: -0.2rem 0 0.85rem;
  font-family: Hind, Poppins, sans-serif;
  font-size: clamp(1.08rem, 2.3vw, 1.4rem);
  font-weight: 600;
  color: var(--sc-teal);
  line-height: 1.35;
}

.sc-photo-banner {
  position: relative;
  margin: 0.4rem 0 0;
  overflow: hidden;
  color: #fff;
}

.sc-photo-banner img {
  display: block;
  width: 100%;
  height: min(52vw, 420px);
  min-height: 240px;
  object-fit: cover;
  object-position: center;
}

.sc-photo-banner-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 40, 34, 0.86) 0%, rgba(0, 40, 34, 0.48) 46%, rgba(0, 40, 34, 0.12) 100%);
}

.sc-photo-banner-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(var(--sc-max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.4rem 0;
}

.sc-photo-banner-copy h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 3.2vw, 2.05rem);
  letter-spacing: -0.02em;
  max-width: 34rem;
  line-height: 1.2;
}

.sc-photo-banner-copy p {
  margin: 0;
  max-width: 30rem;
  opacity: 0.94;
  font-size: 0.98rem;
}

.sc-kicker-on-dark {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.sc-lang-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .sc-lang-cards { grid-template-columns: repeat(3, 1fr); }
}

.sc-lang-cards li {
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-lg);
  padding: 1.25rem 1.15rem 1.3rem;
  box-shadow: var(--sc-shadow);
  text-align: center;
}

.sc-lang-script {
  margin: 0 0 0.3rem;
  font-family: Hind, Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--sc-teal-dark);
  line-height: 1.2;
}

.sc-lang-cards h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.sc-lang-cards p:last-child {
  margin: 0;
  color: var(--sc-muted);
  font-size: 0.9rem;
}

.sc-material-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 720px) {
  .sc-material-strip { grid-template-columns: repeat(4, 1fr); }
}

.sc-material-strip figure {
  margin: 0;
  background: var(--sc-card);
  border: 1px solid var(--sc-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--sc-shadow);
}

.sc-material-strip img {
  display: block;
  width: 100%;
  height: 148px;
  object-fit: cover;
}

.sc-material-strip figcaption {
  padding: 0.65rem 0.7rem 0.8rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--sc-teal-dark);
}

.sc-gallery-phones {
  display: grid;
  gap: 1.4rem;
  justify-items: center;
}

@media (min-width: 800px) {
  .sc-gallery-phones { grid-template-columns: repeat(3, 1fr); }
}

.sc-gallery-item {
  margin: 0;
  text-align: center;
}

.sc-gallery-item .sc-phone {
  width: min(220px, 68vw);
  margin: 0 auto;
}

.sc-gallery-item figcaption {
  margin-top: 0.75rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--sc-muted);
}
