:root {
  --ink: #111318;
  --muted: #5f6673;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --line: #e4e0d8;
  --dark: #10131a;
  --violet: #7a4ee8;
  --cyan: #18b6c9;
  --coral: #f26b5b;
  --green: #21a67a;
  --gold: #d2a13d;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(20, 22, 30, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 19, 26, 0.74);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.trust-row,
.hero-actions,
.term-toggle,
.metric-row,
.chart-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}

.nav {
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.nav a:hover,
.header-cta:hover {
  color: #fff;
}

.header-cta {
  justify-self: end;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 19, 26, 0.96) 0%, rgba(16, 19, 26, 0.78) 36%, rgba(16, 19, 26, 0.2) 78%),
    radial-gradient(circle at 76% 18%, rgba(122, 78, 232, 0.58), transparent 24%),
    radial-gradient(circle at 90% 58%, rgba(24, 182, 201, 0.26), transparent 22%);
  z-index: 2;
}

.stage-lights {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 42%, rgba(122, 78, 232, 0.32) 42% 45%, transparent 48%),
    linear-gradient(75deg, transparent 56%, rgba(242, 107, 91, 0.28) 56% 59%, transparent 63%);
  filter: blur(2px);
}

.workspace {
  position: absolute;
  right: -4vw;
  bottom: 4vh;
  width: min(980px, 76vw);
  height: min(560px, 56vw);
  transform: perspective(900px) rotateX(2deg) rotateY(-8deg);
}

.workspace::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  background: linear-gradient(180deg, #dedbd4, #a7a6a4);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.laptop {
  position: absolute;
  left: 8%;
  bottom: 18%;
  width: 56%;
  z-index: 1;
}

.screen {
  height: 300px;
  padding: 18px;
  border: 10px solid #090b10;
  border-radius: var(--radius);
  background: #111722;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

.screen-top,
.panel-top {
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
  opacity: 0.18;
}

.site-preview-hero {
  height: 116px;
  margin-top: 18px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(17, 23, 34, 0.18), rgba(17, 23, 34, 0.84)),
    radial-gradient(circle at 66% 30%, rgba(122, 78, 232, 0.95), transparent 24%),
    radial-gradient(circle at 76% 54%, rgba(24, 182, 201, 0.75), transparent 18%),
    linear-gradient(135deg, #2e1e44, #121823);
}

.preview-lines {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.preview-lines span {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.preview-lines span:nth-child(2) {
  width: 70%;
}

.preview-lines span:nth-child(3) {
  width: 46%;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.preview-grid i {
  height: 44px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(122, 78, 232, 0.4), rgba(24, 182, 201, 0.24));
}

.keyboard {
  height: 22px;
  width: 110%;
  margin-left: -5%;
  border-radius: 0 0 16px 16px;
  background: #1c1e24;
}

.crm-panel {
  position: absolute;
  right: 2%;
  bottom: 22%;
  width: 42%;
  min-height: 330px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.metric-row {
  gap: 10px;
  margin-top: 20px;
}

.metric-row span {
  flex: 1;
  height: 52px;
  border-radius: var(--radius);
  background: #f0edf7;
}

.chart-row {
  gap: 16px;
  margin-top: 18px;
}

.donut {
  width: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(var(--violet), var(--cyan), var(--green), #ece8f5 0);
}

.bars {
  display: flex;
  align-items: end;
  gap: 8px;
  flex: 1;
  height: 100px;
}

.bars i {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--violet), var(--cyan));
}

.bars i:nth-child(1) { height: 45%; }
.bars i:nth-child(2) { height: 68%; }
.bars i:nth-child(3) { height: 52%; }
.bars i:nth-child(4) { height: 82%; }
.bars i:nth-child(5) { height: 60%; }

.booking-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.booking-list span {
  height: 22px;
  border-radius: 999px;
  background: #eceff3;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 92px);
  padding-top: 78px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.18;
}

.hero-copy {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.55;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font-weight: 850;
}

.button.primary {
  border-color: transparent;
  background: var(--coral);
  color: #fff;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.trust-row {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.trust-row span {
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
}

.section-wrap {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0;
}

#packages,
#success-story,
#jordan-case-study,
#crm,
#seo,
#contact {
  scroll-margin-top: 88px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: end;
}

.intro p:last-child,
.story-lede,
.case-study-intro p,
.seo-list p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 820px;
}

.term-toggle {
  flex-shrink: 0;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.term-button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.term-button.active {
  background: var(--ink);
  color: #fff;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-card,
.feature-grid article,
.process-steps article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 26px;
  box-shadow: 0 12px 34px rgba(20, 22, 30, 0.06);
}

.price-card.featured {
  border-color: rgba(122, 78, 232, 0.45);
  box-shadow: 0 22px 62px rgba(122, 78, 232, 0.18);
}

.package-label {
  width: max-content;
  margin: 0 0 18px;
  padding: 7px 10px;
  border-radius: var(--radius);
  background: #f2eee6;
  color: #6c4b15;
  font-weight: 850;
}

.featured .package-label {
  background: #eee9ff;
  color: #5234aa;
}

.price {
  margin: 24px 0 4px;
  color: var(--muted);
}

.price span {
  color: var(--ink);
  font-size: clamp(2.35rem, 4vw, 3.2rem);
  font-weight: 950;
}

.setup,
.hosting,
.term-note {
  margin: 12px 0 0;
  color: var(--muted);
}

.price-card ul,
.seo-list ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.price-card li,
.seo-list li {
  position: relative;
  padding-left: 24px;
  color: #343943;
  line-height: 1.4;
}

.price-card li::before,
.seo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.card-button {
  margin-top: auto;
}

.success-story {
  padding-top: 0;
}

.story-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 60px);
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 54px rgba(20, 22, 30, 0.08);
  overflow: hidden;
}

.story-photo-wrap {
  min-height: 520px;
  background: var(--dark);
}

.story-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.story-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 5vw, 54px);
}

.story-summary h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.story-lede {
  max-width: 620px;
  margin: 22px 0 0;
}

.story-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.story-points li {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #343943;
  background: #fbfaf7;
  font-weight: 800;
}

blockquote {
  margin: 32px 0 0;
  padding: 24px;
  border-left: 4px solid var(--coral);
  border-radius: var(--radius);
  background: #f7f4ee;
}

blockquote p {
  margin: 0;
  color: #343943;
  font-size: 1.15rem;
  font-weight: 750;
  line-height: 1.55;
}

cite {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-grid article,
.process-steps article {
  padding: 24px;
}

.feature-icon,
.process-steps span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.feature-grid p,
.process-steps p,
.case-study-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.case-study {
  padding-top: 0;
}

.case-study-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: end;
  margin-bottom: 34px;
}

.case-study-intro p {
  margin: 0;
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.case-study-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.case-study-grid ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.case-study-grid li {
  position: relative;
  padding-left: 24px;
  color: #343943;
  line-height: 1.45;
}

.case-study-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.seo-band {
  background: #172018;
  color: #fff;
}

.seo-content {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.seo-list p,
.seo-list li {
  color: rgba(255, 255, 255, 0.74);
}

.seo-list li::before {
  background: var(--gold);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 22, 30, 0.08);
}

label {
  display: grid;
  gap: 8px;
  color: #343943;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink);
  background: #fbfaf7;
  font: inherit;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.whatsapp-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  background: #21a67a;
  color: #fff;
  box-shadow: 0 18px 48px rgba(20, 22, 30, 0.24);
}

.whatsapp-cta:hover {
  background: #188e68;
}

.whatsapp-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 950;
}

.whatsapp-cta span:last-child {
  display: grid;
  gap: 2px;
}

.whatsapp-cta strong,
.whatsapp-cta small {
  line-height: 1.1;
}

.whatsapp-cta small {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 840px;
    align-items: start;
  }

  .hero-content {
    margin-top: 86px;
  }

  .workspace {
    right: -24vw;
    bottom: 0;
    width: 116vw;
    height: 620px;
    opacity: 0.86;
  }

  .intro,
  .story-card,
  .case-study-intro,
  .seo-content,
  .contact {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .pricing-grid,
  .feature-grid,
  .case-study-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-photo-wrap {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand span:last-child,
  .header-cta {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    width: calc(100% - 28px);
    margin-left: 14px;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .workspace {
    right: -86vw;
    bottom: 2px;
    width: 168vw;
    height: 510px;
    opacity: 0.48;
  }

  .screen {
    height: 236px;
  }

  .crm-panel {
    display: none;
  }

  .section-wrap {
    width: calc(100% - 28px);
    padding: 68px 0;
  }

  .pricing-grid,
  .feature-grid,
  .case-study-grid,
  .process-steps,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .story-photo-wrap {
    min-height: 360px;
  }

  .story-summary {
    padding: 24px;
  }

  .story-actions .button {
    width: 100%;
  }

  .whatsapp-cta {
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
  }

  .price-card {
    min-height: auto;
  }

  .footer {
    display: grid;
  }
}
