:root {
  --www-bg: #f4efe8;
  --www-surface: rgba(255, 255, 255, 0.82);
  --www-card: #ffffff;
  --www-line: rgba(50, 42, 35, 0.1);
  --www-text: #2c241f;
  --www-muted: #63544a;
  --www-accent: #df7c36;
  --www-accent-strong: #1f4f8d;
  --www-shadow: 0 30px 60px rgba(53, 40, 28, 0.12);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
  color: var(--www-text);
  background:
    radial-gradient(circle at top left, rgba(255, 188, 120, 0.34), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(92, 151, 221, 0.2), transparent 22%),
    linear-gradient(180deg, #fbf7f1 0%, #f1ece5 100%);
}
.www-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 64px; }
.www-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0 26px; }
.www-brand { color: var(--www-text); text-decoration: none; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.96rem; }
.www-nav { display: flex; align-items: center; gap: 16px; }
.www-nav a { color: var(--www-muted); text-decoration: none; font-weight: 600; }
.www-nav__cta { padding: 10px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--www-line); color: var(--www-text); }
.www-private-banner {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(31, 79, 141, 0.1);
  border: 1px solid rgba(31, 79, 141, 0.18);
  color: var(--www-accent-strong);
  font-weight: 700;
  line-height: 1.6;
}
.www-hero, .www-section { background: var(--www-surface); border: 1px solid rgba(255, 255, 255, 0.7); backdrop-filter: blur(18px); border-radius: 32px; box-shadow: var(--www-shadow); }
.www-hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; padding: 40px; }
.www-eyebrow { margin: 0 0 14px; color: var(--www-accent-strong); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.www-hero h1, .www-section h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; letter-spacing: -0.05em; }
.www-hero__lead { max-width: 36rem; margin: 18px 0 0; color: var(--www-muted); font-size: 1.05rem; line-height: 1.8; }
.www-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.www-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--www-line); text-decoration: none; font-weight: 800; }
.www-button--primary { background: linear-gradient(135deg, var(--www-accent) 0%, #f0b167 100%); color: #fff; border-color: transparent; }
.www-button--ghost { background: rgba(255, 255, 255, 0.86); color: var(--www-text); }
.www-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.www-hero__meta li { padding: 10px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.75); border: 1px solid var(--www-line); color: var(--www-muted); font-size: 0.92rem; font-weight: 700; }
.www-demo-card { height: 100%; padding: 22px; border-radius: 28px; background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%); border: 1px solid rgba(50, 42, 35, 0.08); }
.www-demo-card__top { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 18px; color: var(--www-muted); font-size: 0.92rem; }
.www-demo-grid, .www-feature-grid, .www-pricing, .www-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.www-demo-grid article, .www-feature-card, .www-pricing-card, .www-faq article, .www-steps article { background: var(--www-card); border: 1px solid var(--www-line); border-radius: 24px; }
.www-demo-grid article, .www-feature-card, .www-pricing-card, .www-faq article, .www-steps article { padding: 22px; }
.www-demo-grid span { color: var(--www-muted); font-size: 0.86rem; font-weight: 700; display: block; }
.www-demo-grid strong, .www-pricing-card strong { display: block; margin-top: 10px; font-size: 1.25rem; letter-spacing: -0.04em; }
.www-demo-grid p, .www-feature-card p, .www-pricing-card p, .www-faq p, .www-steps p { margin: 10px 0 0; color: var(--www-muted); line-height: 1.8; }
.www-section { margin-top: 22px; padding: 36px; }
.www-section--alt { background: linear-gradient(180deg, rgba(255, 251, 246, 0.92) 0%, rgba(248, 252, 255, 0.92) 100%); }
.www-section--narrow { max-width: 920px; margin-left: auto; margin-right: auto; }
.www-section__lead { margin: 14px 0 0; color: var(--www-muted); line-height: 1.8; font-size: 1rem; }
.www-section__intro { max-width: 44rem; margin-bottom: 24px; }
.www-pricing-card--featured { border-color: rgba(223, 124, 54, 0.35); box-shadow: 0 18px 32px rgba(223, 124, 54, 0.12); }
.www-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.www-steps span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(31, 79, 141, 0.1); color: var(--www-accent-strong); font-weight: 800; }
.www-section--gallery {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(246, 249, 255, 0.9) 100%);
}
.www-shot-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}
.www-shot-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid var(--www-line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 40px rgba(53, 40, 28, 0.08);
}
.www-shot-card--tall {
  grid-row: span 2;
}
.www-shot-card__copy span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(31, 79, 141, 0.08);
  color: var(--www-accent-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.www-shot-card__copy h3 {
  margin: 12px 0 0;
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.www-shot-card__copy p {
  margin: 10px 0 0;
  color: var(--www-muted);
  line-height: 1.75;
}
.www-shot-card img {
  width: 100%;
  display: block;
  border-radius: 22px;
  border: 1px solid rgba(50, 42, 35, 0.08);
  background: #111726;
}
.www-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.www-contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: var(--www-text);
}
.www-contact-form label span {
  font-size: 0.92rem;
}
.www-contact-form input,
.www-contact-form textarea {
  width: 100%;
  border: 1px solid var(--www-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--www-text);
  font: inherit;
  padding: 14px 16px;
}
.www-contact-form textarea {
  min-height: 180px;
  resize: vertical;
}
.www-contact-form__message {
  grid-column: 1 / -1;
}
.www-contact-form__actions,
.www-contact-form__feedback {
  grid-column: 1 / -1;
}
.www-contact-form__feedback {
  margin: 0;
  color: var(--www-muted);
  line-height: 1.7;
}
@media (max-width: 980px) {
  .www-hero, .www-steps, .www-feature-grid, .www-pricing, .www-faq, .www-demo-grid, .www-shot-grid { grid-template-columns: 1fr; }
  .www-shot-card--tall { grid-row: auto; }
  .www-contact-form { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .www-shell { width: min(100% - 20px, 1180px); padding-top: 16px; }
  .www-header { flex-direction: column; align-items: stretch; }
  .www-nav { flex-wrap: wrap; justify-content: space-between; }
  .www-hero, .www-section { padding: 24px; border-radius: 24px; }
}
