/*
Theme Name: Kreutzenia Landing
Theme URI: https://kreutzenia.tech
Author: Kreutzenia
Description: Landing page para Kreutzenia SEO Blueprint 2026.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: kreutzenia
*/

:root {
  --bg: #020706;
  --bg-2: #06110e;
  --panel: rgba(7, 20, 17, 0.84);
  --panel-2: rgba(13, 29, 24, 0.78);
  --cream: #f1eee2;
  --green: #52dd3f;
  --green-2: #36bd2f;
  --text: #f7fbf5;
  --muted: #aab8ad;
  --line: rgba(82, 221, 63, 0.24);
  --line-soft: rgba(255, 255, 255, 0.12);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 10%, rgba(42, 172, 61, 0.25), transparent 28%),
    radial-gradient(circle at 30% 45%, rgba(82, 221, 63, 0.08), transparent 25%),
    linear-gradient(180deg, #010403 0%, #06110e 48%, #020706 100%);
}

/* Legacy WPCode snippets currently inject an old header/footer after the theme. */
body > .k-header-global,
body > .main-footer {
  display: none !important;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  clip: auto;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--green);
  color: #041006;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(1, 5, 4, 0.82);
  backdrop-filter: blur(16px);
}

.header-row {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 38px;
  place-items: center;
  color: var(--green);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 0 22px rgba(82, 221, 63, 0.34);
}

.brand-mark.mini {
  width: 36px;
  height: 30px;
  font-size: 26px;
}

.brand-text strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.brand-text span {
  display: block;
  margin-top: 4px;
  color: #c7d1c8;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-wrap,
.primary-nav {
  display: flex;
  align-items: center;
}

.nav-wrap {
  gap: 34px;
}

.primary-nav {
  gap: 30px;
}

.primary-nav a {
  color: #f7fbf5;
  font-size: 14px;
  font-weight: 760;
}

.primary-nav a:hover,
.text-link:hover,
.quote-link:hover {
  color: var(--green);
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line-soft);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.07);
}

.btn-primary {
  border-color: rgba(82, 221, 63, 0.75);
  background: linear-gradient(180deg, #69ea50 0%, #3fcb35 100%);
  color: #031005;
  box-shadow: 0 18px 46px rgba(82, 221, 63, 0.22);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #76f05d 0%, #48d83d 100%);
}

.icon {
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(7, 20, 17, 0.94);
  color: #fff;
  cursor: pointer;
}

.menu-icon,
.close-icon {
  position: relative;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.menu-icon::before,
.menu-icon::after,
.close-icon::before {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: currentColor;
  content: "";
}

.menu-icon::before {
  top: -7px;
}

.menu-icon::after {
  top: 7px;
}

.close-icon {
  transform: rotate(45deg);
}

.close-icon::before {
  transform: rotate(90deg);
}

.close-icon,
.menu-open .menu-icon {
  display: none;
}

.menu-open .close-icon {
  display: block;
}

.hero {
  padding: 62px 0 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 66px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(44px, 6.4vw, 72px);
  line-height: 1.04;
  font-weight: 950;
}

.hero h1 span,
.section-heading h2 span,
.offer-card h2 span,
.resources-section h2 {
  color: var(--green);
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: #eef4ea;
  font-size: 22px;
  line-height: 1.45;
}

.hero-benefits,
.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li,
.check-list li,
.microcopy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hero-benefits .icon,
.check-list .icon,
.microcopy .icon {
  color: var(--green);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.product-visual {
  position: relative;
  min-height: 385px;
}

.product-visual::before {
  position: absolute;
  inset: 16% 4% 8%;
  border: 1px solid rgba(82, 221, 63, 0.1);
  background:
    linear-gradient(90deg, transparent 49%, rgba(82, 221, 63, 0.08) 50%, transparent 51%),
    linear-gradient(transparent 49%, rgba(82, 221, 63, 0.07) 50%, transparent 51%);
  background-size: 60px 60px;
  content: "";
  opacity: 0.45;
}

.box-mockup,
.code-card,
.chart-panel,
.offer-card,
.empty-state,
.case-card,
.testimonial-card,
.resources-grid,
.benefit-bar-grid {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(12, 28, 23, 0.88), rgba(5, 14, 12, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 28px 80px rgba(0, 0, 0, 0.22);
}

.box-mockup {
  position: absolute;
  left: 3%;
  top: 4%;
  z-index: 2;
  width: 250px;
  min-height: 340px;
  border-radius: 8px;
  padding: 30px 28px;
  transform: perspective(850px) rotateY(-9deg);
}

.box-mockup strong {
  display: block;
  margin-top: 42px;
  color: #fff;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 950;
}

.box-mockup strong::first-line {
  color: var(--green);
}

.box-mockup small {
  display: block;
  margin-top: 22px;
  color: #d7dfd5;
  font-weight: 700;
}

.code-card {
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 3;
  width: min(330px, 58%);
  overflow: hidden;
  border-radius: 10px;
}

.code-title {
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(32, 32, 32, 0.82);
  padding: 12px 14px;
}

.code-title span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5f57;
}

.code-title span:nth-child(2) {
  background: #ffbd2e;
}

.code-title span:nth-child(3) {
  background: #28c840;
}

.code-title strong {
  margin-left: 6px;
  font-size: 12px;
}

.code-card pre {
  margin: 0;
  overflow: auto;
  padding: 22px;
  color: var(--green);
  font-size: 13px;
  line-height: 1.65;
}

.benefit-bar {
  padding: 20px 0 0;
}

.benefit-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 10px;
}

.benefit-bar article {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 22px 28px;
}

.benefit-bar article + article {
  border-left: 1px solid var(--line-soft);
}

.benefit-bar .icon {
  color: var(--green);
}

.benefit-bar h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}

.benefit-bar p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 58px 0;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.align-left {
  margin-inline: 0;
  text-align: left;
}

.section-heading h2,
.offer-card h2,
.resources-section h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.12;
  font-weight: 930;
}

.section-heading p,
.offer-card p,
.resources-section p {
  margin: 14px 0 0;
  color: #cfd8cf;
}

.results-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 38px;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.metric-card,
.empty-state {
  border-radius: 9px;
  padding: 22px;
}

.metric-card .icon {
  color: var(--green);
}

.metric-card strong {
  display: block;
  margin-top: 12px;
  font-size: 34px;
  line-height: 1;
}

.metric-card span,
.metric-card small {
  display: block;
  color: #e8eee5;
}

.metric-card small {
  margin-top: 4px;
  color: var(--muted);
}

.text-link,
.quote-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--green);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.chart-panel {
  border-radius: 10px;
  padding: 24px;
}

.chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.chart-head span {
  color: var(--green);
  font-weight: 850;
}

.chart-panel svg {
  width: 100%;
  min-height: 230px;
}

.chart-area {
  fill: url(#chartFill);
}

.chart-line {
  fill: none;
  stroke: var(--green);
  stroke-width: 7;
  stroke-linecap: round;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.offer-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  border-radius: 10px;
  padding: 34px;
}

.product-card {
  background: linear-gradient(145deg, rgba(241, 238, 226, 0.96), rgba(228, 221, 202, 0.94));
  color: #0b130d;
}

.product-card p,
.product-card .check-list li,
.product-card .microcopy {
  color: #263129;
}

.product-card .btn-primary {
  color: #041006;
}

.check-list {
  gap: 10px;
}

.offer-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: auto;
  padding-top: 34px;
}

.price {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.price span {
  display: block;
  color: var(--green);
  font-size: 40px;
  line-height: 1;
  font-weight: 950;
}

.product-card .price span {
  color: var(--green-2);
}

.microcopy {
  margin-top: 22px;
  font-size: 13px;
}

.quote-link {
  justify-content: center;
  width: 100%;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 18px;
  color: #dce8d9;
}

.process .section-heading {
  margin-bottom: 18px;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(12, 28, 23, 0.72), rgba(5, 14, 12, 0.68));
  overflow: hidden;
}

.process-step {
  position: relative;
  padding: 28px 22px;
}

.process-step + .process-step {
  border-left: 1px solid var(--line-soft);
}

.process-step .icon {
  color: var(--green);
  width: 34px;
  height: 34px;
}

.process-step strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 20px;
}

.process-step h3 {
  margin: 2px 0 0;
  font-size: 15px;
}

.process-step p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

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

.case-card,
.testimonial-card {
  border-radius: 10px;
  padding: 24px;
}

.case-card img,
.testimonial-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 7px;
  margin-bottom: 18px;
}

.case-card h3 {
  margin: 0 0 14px;
}

.case-card p {
  color: #cfd8cf;
  font-size: 14px;
}

.case-card span {
  color: var(--green);
  font-weight: 850;
}

.testimonial-card blockquote {
  margin: 0;
  color: #f2f7ef;
}

.testimonial-card cite {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-style: normal;
  font-weight: 850;
}

.testimonial-card cite span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.resources-grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  align-items: center;
  gap: 34px;
  border-radius: 10px;
  padding: 34px;
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  max-width: 560px;
  margin-top: 24px;
}

.newsletter-form input {
  min-height: 50px;
  min-width: 0;
  border: 1px solid var(--line-soft);
  border-right: 0;
  border-radius: 7px 0 0 7px;
  background: #f7f7ef;
  color: #09130c;
  padding: 0 18px;
}

.newsletter-form .btn {
  border-radius: 0 7px 7px 0;
}

.resources-section small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.gift-visual {
  position: relative;
  width: 150px;
  height: 150px;
  justify-self: center;
}

.gift-box,
.gift-lid {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, transparent 42%, rgba(255, 255, 255, 0.35) 42% 58%, transparent 58%),
    linear-gradient(135deg, #77ea6c, #39b83f);
  box-shadow: 0 22px 36px rgba(82, 221, 63, 0.18);
}

.gift-box {
  bottom: 10px;
  width: 118px;
  height: 100px;
}

.gift-lid {
  top: 12px;
  width: 136px;
  height: 34px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-inline: auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--panel);
  padding: 18px 22px;
}

.faq-list summary {
  cursor: pointer;
  color: #fff;
  font-weight: 850;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 42px 0 24px;
  background: rgba(1, 5, 4, 0.76);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.3fr) repeat(3, 1fr);
  gap: 48px;
}

.footer-brand p,
.footer-col a,
.footer-bottom {
  color: var(--muted);
}

.footer-brand p {
  max-width: 310px;
  margin: 18px 0 0;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.socials a {
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 7px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.footer-col h2 {
  margin: 0 0 14px;
  font-size: 14px;
}

.footer-col ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  font-size: 13px;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 520ms ease, transform 520ms ease;
  }

  .reveal.in-view {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .results-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .product-visual {
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
  }

  .benefit-bar-grid,
  .process-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-bar article:nth-child(odd),
  .process-step:nth-child(odd) {
    border-left: 0;
  }

  .case-grid,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: grid;
  }

  .nav-wrap {
    position: fixed;
    inset: 88px 20px auto;
    display: grid;
    gap: 20px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(1, 5, 4, 0.98);
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .menu-open .nav-wrap {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav {
    display: grid;
    gap: 16px;
  }

  .primary-nav a {
    font-size: 18px;
  }

  .nav-wrap .btn {
    width: 100%;
  }

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

@media (max-width: 640px) {
  .container {
    width: calc(100% - 32px);
  }

  .brand-text strong {
    font-size: 15px;
  }

  .brand-text span {
    font-size: 9px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-actions .btn,
  .btn {
    width: 100%;
    white-space: normal;
  }

  .product-visual {
    min-height: 520px;
  }

  .box-mockup {
    left: 0;
    width: 210px;
    min-height: 300px;
  }

  .box-mockup strong {
    font-size: 32px;
  }

  .code-card {
    top: 230px;
    right: 0;
    width: 88%;
  }

  .benefit-bar-grid,
  .metrics-grid,
  .process-track,
  .case-grid,
  .testimonial-grid,
  .resources-grid,
  .offer-bottom,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .benefit-bar article,
  .benefit-bar article + article,
  .process-step,
  .process-step + .process-step {
    border-left: 0;
    border-top: 1px solid var(--line-soft);
  }

  .benefit-bar article:first-child,
  .process-step:first-child {
    border-top: 0;
  }

  .offer-card,
  .resources-grid {
    padding: 24px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .newsletter-form input,
  .newsletter-form .btn {
    border-radius: 7px;
  }

  .newsletter-form input {
    border-right: 1px solid var(--line-soft);
  }

  .footer-bottom {
    display: grid;
  }
}
