/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.2.2_@playwright+tes_b29d3d3a87e569dd27f1958167068296/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.2.2_@playwright+tes_b29d3d3a87e569dd27f1958167068296/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/features/clone-site/home.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");

.home_homePage__j2s8u {
  --bg-base: #f7f3ea;
  --bg-primary: #f7f3ea;
  --bg-secondary: #f2ede1;
  --text-primary: #111318;
  --text-muted: #4e5562;
  --accent: #ff3b30;
  --accent-deep: #d91f15;
  --accent-secondary: #ffd400;
  --headline-dark: #0f1218;
  --heading-dark: #171b24;
  --white: #ffffff;
  --panel: rgba(255, 255, 255, 0.9);
  --border: rgba(0, 0, 0, 0.18);
  --coral-glow: rgba(255, 122, 80, 0.26);
  --hot-coral-glow: rgba(255, 77, 58, 0.3);
  --yellow-warm-glow: rgba(255, 228, 148, 0.24);
  --gold-glow: rgba(255, 205, 75, 0.28);
  --accent-glow: rgba(255, 59, 48, 0.22);
  --warm-border: rgba(255, 142, 96, 0.46);
  --radius-sm: 0.75rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-pill: 999px;
  --shadow-accent: 0 4px 16px var(--accent-glow);
  --shadow-accent-lg: 0 8px 32px var(--accent-glow);
  --duration-fast: 0.15s;
  --duration-normal: 0.25s;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg-base);
  color: var(--text-primary);
}

.home_homePage__j2s8u h1,
.home_homePage__j2s8u h2,
.home_homePage__j2s8u h3 {
  font-family: "Sora", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.home_nav__WI4bA {
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

.home_navLogo__FuA9a {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--text-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.home_navLogo__FuA9a img {
  height: 28px;
  width: auto;
}

.home_navCta__OcOsW {
  padding: 10px 24px;
  background: var(--accent);
  color: var(--white);
  border-radius: var(--radius-md);
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: transform var(--duration-fast), background var(--duration-fast), box-shadow var(--duration-normal);
  box-shadow: var(--shadow-accent);
}

.home_navCta__OcOsW:hover {
  transform: scale(1.03);
  background: var(--accent-deep);
  box-shadow: var(--shadow-accent-lg);
}

.home_hero__fx7RI {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 32px 48px;
  text-align: center;
  position: relative;
}

.home_hero__fx7RI::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, var(--coral-glow) 0%, var(--yellow-warm-glow) 40%, transparent 70%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}

.home_hero__fx7RI > * {
  position: relative;
  z-index: 1;
}

.home_hero__fx7RI h1 {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  color: var(--headline-dark);
}

.home_accent__xFgoI {
  color: var(--accent);
}

.home_highlight__xKPcj {
  position: relative;
  display: inline-block;
}

.home_highlight__xKPcj::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -4px;
  right: -4px;
  height: 12px;
  background: rgba(255, 212, 0, 0.3);
  border-radius: 4px;
  z-index: -1;
}

.home_subtitle__YbulL {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.65;
}

.home_heroCta__nq5mF {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 40px;
  background: var(--accent);
  color: var(--white);
  border-radius: var(--radius-md);
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  box-shadow: var(--shadow-accent-lg);
  transition: transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-normal), background var(--duration-fast);
}

.home_heroCta__nq5mF:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px var(--coral-glow);
  background: var(--accent-deep);
}

.home_arrow__Ov3hz {
  transition: transform var(--duration-fast);
}

.home_heroCta__nq5mF:hover .home_arrow__Ov3hz {
  transform: translateX(4px);
}

.home_trustBar__9N5Me {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.home_trustItem___lz75 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

.home_icon___Rh_5 {
  font-size: 16px;
}

.home_howSection___STNd {
  background: var(--bg-secondary);
  padding: 80px 32px;
  position: relative;
}

.home_howSection___STNd::before,
.home_pricingSection__dW5go::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.home_howInner__EH1Zb {
  max-width: 960px;
  margin: 0 auto;
}

.home_howInner__EH1Zb h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  color: var(--headline-dark);
}

.home_howSubtitle__jUUlY {
  text-align: center;
  color: var(--text-muted);
  font-size: 16px;
  margin-bottom: 48px;
}

.home_flowGrid__8G5o4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
  position: relative;
}

.home_flowGrid__8G5o4::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-glow), var(--coral-glow), var(--gold-glow), var(--accent-glow));
  border-radius: 2px;
  z-index: 0;
}

.home_flowStep___1_51 {
  text-align: center;
  padding: 28px 16px;
  background: var(--panel);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal);
  position: relative;
  z-index: 1;
}

.home_flowStep___1_51:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.home_stepIcon__gK8_f {
  width: 56px;
  height: 56px;
  background: var(--accent-glow);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 14px;
  transition: background var(--duration-normal);
}

.home_flowStep___1_51:hover .home_stepIcon__gK8_f {
  background: var(--hot-coral-glow);
}

.home_stepNum__FzLCJ {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

.home_flowStep___1_51 h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--heading-dark);
}

.home_flowStep___1_51 p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}

.home_features__RjBwm {
  padding: 80px 32px;
  max-width: 960px;
  margin: 0 auto;
}

.home_features__RjBwm h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  color: var(--headline-dark);
}

.home_featuresSubtitle__gCiMd {
  text-align: center;
  color: var(--text-muted);
  font-size: 16px;
  margin-bottom: 48px;
}

.home_featureGrid__C8o_J {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
}

.home_featureCard__S7l4u {
  background: var(--panel);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal), border-color var(--duration-normal);
}

.home_featureCard__S7l4u:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border-color: var(--warm-border);
}

.home_emoji__4bl0b {
  width: 48px;
  height: 48px;
  background: var(--accent-glow);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
  transition: background var(--duration-normal);
}

.home_featureCard__S7l4u:hover .home_emoji__4bl0b {
  background: var(--gold-glow);
}

.home_featureCard__S7l4u h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--heading-dark);
}

.home_featureCard__S7l4u p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
}

.home_pricingSection__dW5go {
  background: var(--bg-secondary);
  padding: 80px 32px;
  position: relative;
}

.home_pricingInner__6UxzW {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.home_pricingInner__6UxzW h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--headline-dark);
}

.home_pricingInner__6UxzW .home_subtitle__YbulL {
  color: var(--text-muted);
  font-size: 16px;
  margin-bottom: 32px;
}

.home_priceCard__e8B7l {
  background: var(--panel);
  border-radius: var(--radius-lg);
  border: 2px solid var(--accent);
  padding: 36px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.home_priceCard__e8B7l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-secondary), var(--accent));
}

.home_priceTag__Xo_lQ {
  font-family: "Sora", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--headline-dark);
  line-height: 1;
  margin-bottom: 4px;
}

.home_priceLabel__8i5l0 {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 24px;
}

.home_priceFeatureList__YeDH_ {
  list-style: none;
  text-align: left;
  margin-bottom: 28px;
}

.home_priceFeatureList__YeDH_ li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 10px;
}

.home_priceFeatureList__YeDH_ li::before {
  content: "\2713";
  color: #10b981;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}

.home_fullWidthCta__0pJg2 {
  width: 100%;
}

.home_footerEnhanced__a2rD_ {
  border-top: 1px solid var(--border);
  padding: 32px;
  background: var(--bg-primary);
}

.home_footerContent__16YM9 {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.home_footerLinks__QPYgP {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.home_footerLinks__QPYgP a {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--duration-fast);
}

.home_footerLinks__QPYgP a:hover {
  color: var(--text-primary);
}

.home_footerBottom__hwmMm {
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
}

.home_scrollAnimate__kgQvi {
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}

.home_scrollStagger__62OSe > * {
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}

.home_visible__0mWMe {
  opacity: 1;
  transform: translateY(0);
}

.home_scrollStagger__62OSe.home_visible__0mWMe > *:nth-child(1) {
  transition-delay: 0.1s;
}

.home_scrollStagger__62OSe.home_visible__0mWMe > *:nth-child(2) {
  transition-delay: 0.2s;
}

.home_scrollStagger__62OSe.home_visible__0mWMe > *:nth-child(3) {
  transition-delay: 0.3s;
}

.home_scrollStagger__62OSe.home_visible__0mWMe > *:nth-child(4) {
  transition-delay: 0.4s;
}

.home_scrollStagger__62OSe.home_visible__0mWMe > *:nth-child(5) {
  transition-delay: 0.5s;
}

.home_scrollStagger__62OSe.home_visible__0mWMe > *:nth-child(6) {
  transition-delay: 0.6s;
}

@media (max-width: 768px) {
  .home_flowGrid__8G5o4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .home_flowGrid__8G5o4::before {
    display: none;
  }

  .home_footerEnhanced__a2rD_ {
    padding: 24px;
  }

  .home_footerLinks__QPYgP {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .home_hero__fx7RI {
    padding: 40px 20px 36px;
  }

  .home_hero__fx7RI::before {
    width: 300px;
    height: 200px;
  }

  .home_featureGrid__C8o_J {
    grid-template-columns: 1fr;
  }

  .home_howSection___STNd,
  .home_features__RjBwm,
  .home_pricingSection__dW5go {
    padding: 48px 20px;
  }

  .home_flowGrid__8G5o4 {
    grid-template-columns: 1fr 1fr;
  }

  .home_trustBar__9N5Me {
    flex-direction: column;
    gap: 8px;
  }

  .home_footerLinks__QPYgP {
    gap: 12px;
  }
}

