@import url('https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/variable/pretendardvariable.min.css');

:root {
  color: #172033;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.14), transparent 32%),
    radial-gradient(circle at top right, rgba(180, 83, 9, 0.12), transparent 24%),
    linear-gradient(180deg, #f6f1e8 0%, #f3eee4 48%, #f7f3ea 100%);
  font-family: 'Pretendard Variable', Pretendard, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.14), transparent 32%),
    radial-gradient(circle at top right, rgba(180, 83, 9, 0.12), transparent 24%),
    linear-gradient(180deg, #f6f1e8 0%, #f3eee4 48%, #f7f3ea 100%);
  color: #172033;
  line-height: 1.6;
}

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

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.landing-page {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0 3rem;
}

.site-header,
.site-footer,
.hero-shell,
.content-section,
.hero-panel,
.feature-card,
.compare-card,
.quote-card,
.steps-card,
.faq-card,
.mini-card {
  border: 1px solid rgba(117, 104, 77, 0.18);
  border-radius: 1.5rem;
  background: rgba(255, 251, 245, 0.94);
  box-shadow: 0 18px 40px -28px rgba(15, 23, 42, 0.18);
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
}

.site-header {
  position: sticky;
  top: 1rem;
  z-index: 30;
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: #0f766e;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 34px -20px rgba(15, 118, 110, 0.42);
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 1rem;
  font-weight: 900;
}

.brand-tag {
  font-size: 0.75rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-nav,
.site-actions,
.hero-actions,
.inline-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.site-nav a,
.footer-links a,
.inline-links a {
  font-size: 0.9rem;
  font-weight: 800;
  color: #475569;
}

.site-nav a:hover,
.footer-links a:hover,
.inline-links a:hover {
  color: #0f172a;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.78rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
  color: #fff;
  box-shadow: 0 18px 34px -24px rgba(15, 118, 110, 0.58);
}

.btn-ghost {
  background: rgba(255, 253, 249, 0.86);
  border-color: rgba(117, 104, 77, 0.18);
  color: #4f5d75;
}

.hero-shell {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  padding: 2rem;
  margin-top: 1.5rem;
}

.hero-copy h1,
.section-heading h2,
.feature-card h2,
.compare-card h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.02;
  font-weight: 900;
}

.hero-copy p,
.section-heading p,
.feature-card p,
.compare-card p,
.quote-card p,
.faq-card p,
.mini-card p {
  color: #475569;
}

.eyebrow,
.feature-kicker,
.mini-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 9999px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
  padding: 0.45rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel,
.section-grid-three,
.section-grid-two,
.narrative-grid,
.faq-grid,
.proof-grid,
.resource-grid,
.surface-preview,
.compare-grid {
  display: grid;
  gap: 1.25rem;
}

.hero-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mini-card,
.feature-card,
.compare-card,
.quote-card,
.faq-card,
.proof-card,
.link-card {
  padding: 1.4rem;
}

.proof-grid,
.resource-grid,
.surface-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-card h2,
.link-card h3,
.feature-card h3 {
  margin: 0.8rem 0 0.55rem;
  font-size: 1.3rem;
  line-height: 1.15;
  font-weight: 900;
}

.proof-card p,
.link-card p,
.feature-card h3 + p {
  margin: 0;
  color: #475569;
}

.link-card {
  display: block;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.link-card:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 118, 110, 0.22);
  box-shadow: 0 22px 42px -30px rgba(15, 118, 110, 0.28);
}

.mini-list {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  color: #475569;
  font-weight: 700;
}

.content-section {
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.section-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-grid-two,
.narrative-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.steps-card {
  padding: 1rem;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.step-row {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 700;
  color: #334155;
}

.step-row:last-child {
  border-bottom: 0;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
}

.compare-stack {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.compare-pill {
  border-radius: 1rem;
  border: 1px solid rgba(117, 104, 77, 0.18);
  background: rgba(255, 253, 249, 0.84);
  padding: 0.85rem 1rem;
  color: #4f5d75;
  font-weight: 700;
}

.compare-table {
  display: grid;
  gap: 0.75rem;
}

.compare-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  border: 1px solid rgba(117, 104, 77, 0.18);
  border-radius: 1rem;
  background: rgba(255, 253, 249, 0.86);
  padding: 1rem 1.05rem;
  color: #4f5d75;
  font-weight: 700;
}

.compare-row strong {
  color: #0f172a;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.8rem;
}

.cta-band h2 {
  margin: 0.7rem 0 0.45rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.08;
  font-weight: 900;
}

.cta-band p {
  margin: 0;
  max-width: 44rem;
  color: #475569;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: flex-end;
}

.site-footer {
  margin-top: 1.5rem;
}

.site-footer p {
  margin: 0.35rem 0 0;
  color: #64748b;
  max-width: 42rem;
}

@media (max-width: 960px) {
  .site-header,
  .site-footer,
  .hero-shell,
  .section-grid-three,
  .section-grid-two,
  .narrative-grid,
  .faq-grid,
  .proof-grid,
  .resource-grid,
  .surface-preview,
  .compare-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .site-header,
  .site-footer,
  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-page {
    width: min(100% - 1rem, 1180px);
    padding-top: 0.5rem;
  }

  .hero-shell {
    padding: 1.35rem;
  }

  .compare-row {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    width: 100%;
    justify-content: stretch;
  }

  .cta-actions .btn {
    width: 100%;
  }

  .hero-copy h1,
  .section-heading h2,
  .feature-card h2,
  .compare-card h2 {
    font-size: clamp(1.85rem, 9vw, 3rem);
  }
}

/* -------------------------------------------------------------
   New SaaS Landing Page Redesign Classes
   ------------------------------------------------------------- */

/* Center Hero Layout */
.home-hero {
  grid-template-columns: 1fr !important;
  text-align: center;
  padding: 3rem 2rem 1.5rem !important;
  max-width: 960px;
  margin: 1.5rem auto 0;
}

.center-hero {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-actions {
  justify-content: center;
  margin-top: 1rem;
}

/* Hero Screenshot Preview Wrapper */
.hero-preview-wrapper {
  margin-top: 2.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(117, 104, 77, 0.18);
  background: rgba(255, 251, 245, 0.94);
  box-shadow: 0 30px 70px -30px rgba(15, 23, 42, 0.28);
  overflow: hidden;
  padding: 0.5rem;
  transition: transform 300ms ease;
}

.hero-preview-wrapper:hover {
  transform: scale(1.01);
}

.hero-preview-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid rgba(117, 104, 77, 0.1);
}

/* Bento Feature Grid */
.bento-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.bento-card {
  border: 1px solid rgba(117, 104, 77, 0.18);
  border-radius: 1.5rem;
  background: rgba(255, 251, 245, 0.94);
  padding: 2rem;
  box-shadow: 0 14px 34px -24px rgba(15, 23, 42, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.bento-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -28px rgba(15, 118, 110, 0.2);
}

.bento-card h3 {
  margin: 0.75rem 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.15;
}

.bento-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #4f5d75;
}

.large-bento {
  grid-column: span 2;
}

/* Workflow steps */
.workflow-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
  position: relative;
}

.workflow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.step-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 9999px;
  background: #0f766e;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 10px 22px -8px rgba(15, 118, 110, 0.45);
  margin-bottom: 1.25rem;
}

.workflow-step h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 900;
}

.workflow-step p {
  margin: 0;
  font-size: 0.92rem;
  color: #4f5d75;
}

/* Testimonials Grid */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.testimonial-card {
  border: 1px solid rgba(117, 104, 77, 0.18);
  border-radius: 1.5rem;
  background: rgba(255, 251, 245, 0.94);
  padding: 2.2rem;
  box-shadow: 0 16px 36px -26px rgba(15, 23, 42, 0.14);
  margin: 0;
}

.testimonial-card p {
  margin: 0 0 1.2rem;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.6;
}

.testimonial-card cite {
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
  color: #0f766e;
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
  max-width: 820px;
  margin: 2.5rem auto 0;
}

.pricing-card {
  border: 1px solid rgba(117, 104, 77, 0.18);
  border-radius: 1.5rem;
  background: rgba(255, 251, 245, 0.94);
  padding: 2.5rem 2.2rem;
  box-shadow: 0 18px 40px -28px rgba(15, 23, 42, 0.15);
  display: flex;
  flex-direction: column;
  position: relative;
}

.premium-pricing {
  border: 2px solid #0f766e !important;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 24px 50px -24px rgba(15, 118, 110, 0.22);
}

.pricing-badge {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  border-radius: 9999px;
  background: rgba(180, 83, 9, 0.1);
  color: #b45309;
  padding: 0.35rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-card h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 900;
}

.price {
  font-size: 2.8rem;
  font-weight: 900;
  margin: 1rem 0;
  color: #172033;
}

.price span {
  font-size: 1rem;
  font-weight: 700;
  color: #7a8497;
}

.pricing-card p {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  color: #4f5d75;
}

.pricing-features {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pricing-features li {
  font-size: 0.92rem;
  font-weight: 700;
  color: #4f5d75;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pricing-features li::before {
  content: "✓";
  color: #0f766e;
  font-weight: 900;
}

.pricing-card .btn {
  margin-top: auto;
  width: 100%;
}

/* -------------------------------------------------------------
   New SaaS Landing Page Redesign Classes
   ------------------------------------------------------------- */

/* Social Proof Bar */
.social-proof-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1.5rem 1rem;
  margin: 2.5rem 0;
  border-top: 1px solid rgba(117, 104, 77, 0.12);
  border-bottom: 1px solid rgba(117, 104, 77, 0.12);
}

.social-proof-bar span {
  font-size: 0.9rem;
  font-weight: 800;
  color: #0f766e;
  letter-spacing: -0.01em;
}

/* Pain Point Section */
.pain-point-section {
  background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
  color: #f6f1e8;
  border-radius: 1.8rem;
  padding: 4rem 3rem;
  margin: 3.5rem 0;
  box-shadow: 0 25px 60px -25px rgba(15, 118, 110, 0.4);
}

.pain-copy {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.pain-kicker {
  background: rgba(246, 241, 232, 0.15);
  color: #f6f1e8;
  border-radius: 9999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.pain-copy h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.15;
  font-weight: 900;
  color: #fff;
  margin: 1.5rem 0 1rem;
}

.pain-copy p {
  color: #d1fae5;
  font-size: 1.1rem;
  line-height: 1.7;
}

/* Bento Emoji styling */
.bento-emoji {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  line-height: 1;
}

/* Mockup browser frame mockup styling */
.preview-bar {
  display: flex;
  gap: 0.4rem;
  padding: 0.8rem 1.2rem;
  background: rgba(117, 104, 77, 0.06);
  border-bottom: 1px solid rgba(117, 104, 77, 0.1);
  align-items: center;
}

.preview-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(117, 104, 77, 0.25);
  display: inline-block;
}

/* Helper spacing & grid layouts */
.subpage-cta {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.text-center {
  text-align: center !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

@media (max-width: 960px) {
  .bento-grid,
  .workflow-container,
  .testimonials-grid,
  .pricing-grid {
    grid-template-columns: 1fr !important;
  }
  .large-bento {
    grid-column: span 1 !important;
  }
  .social-proof-bar {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .pain-point-section {
    padding: 2.5rem 1.5rem;
  }
}


