/* =========================================================
   HANNEKE VERHOEF
   AI-ASSISTED WORDPRESS WEBSITES
========================================================= */

.hv-wp-ai {
  --navy: #223247;
  --navy-soft: #304158;

  --text: #323b46;
  --muted: #707985;

  --cream: #f5f1e9;
  --cream-light: #faf8f4;

  --border: #e4ded6;

  --gold: #d7a975;
  --bronze: #7f5b39;

  width: 100vw;
  max-width: 100vw;

  position: relative;
  left: 50%;

  margin-left: -50vw;

  overflow: hidden;

  color: var(--text);

  background: #fff;

  font-family: inherit;
  line-height: 1.65;
}


.hv-wp-ai *,
.hv-wp-ai *::before,
.hv-wp-ai *::after {
  box-sizing: border-box;
}


/* WORDPRESS / KADENCE */

body:has(.hv-wp-ai) .site-content,
body:has(.hv-wp-ai) .content-area,
body:has(.hv-wp-ai) .site-main,
body:has(.hv-wp-ai) .entry-content-wrap,
body:has(.hv-wp-ai) .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


body:has(.hv-wp-ai) .entry-content-wrap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}



/* SHARED */

.hv-wp-ai-container {
  width: min(1240px, calc(100% - 64px));

  margin: 0 auto;
}


.hv-wp-ai-narrow {
  width: min(880px, calc(100% - 64px));
}


.hv-wp-ai-section {
  padding: 96px 0;
}


.hv-wp-ai-section-soft {
  background: var(--cream-light);
}


.hv-wp-ai-eyebrow {
  display: inline-flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 14px;

  color: var(--bronze);

  font-size: 11px;
  font-weight: 800;

  text-transform: uppercase;
  letter-spacing: .13em;
}


.hv-wp-ai-eyebrow::before {
  content: "";

  width: 28px;
  height: 1px;

  background: currentColor;
}


.hv-wp-ai-eyebrow-light {
  color: #fff4e6;
}


.hv-wp-ai h1,
.hv-wp-ai h2,
.hv-wp-ai h3 {
  margin-top: 0;

  color: var(--navy);

  font-family: Georgia, "Times New Roman", serif;

  font-weight: 400;

  letter-spacing: -.03em;
}


.hv-wp-ai h1 {
  max-width: 980px;

  margin-bottom: 22px;

  font-size: clamp(48px,6vw,76px);

  line-height: 1.02;
}


.hv-wp-ai h2 {
  max-width: 900px;

  margin-bottom: 19px;

  font-size: clamp(35px,4vw,52px);

  line-height: 1.07;
}


.hv-wp-ai h3 {
  margin-bottom: 10px;

  font-size: 24px;

  line-height: 1.15;
}


.hv-wp-ai p {
  color: var(--muted);
}


.hv-wp-ai-section-heading {
  max-width: 830px;

  margin-bottom: 46px;
}


.hv-wp-ai-section-heading > p {
  max-width: 700px;

  margin-bottom: 0;

  font-size: 16px;
}



/* HERO */

.hv-wp-ai-hero {
  padding: 102px 0 96px;

  background:
    linear-gradient(
      135deg,
      #faf8f4 0%,
      #f3eee6 100%
    );

  border-bottom: 1px solid var(--border);
}


.hv-wp-ai-lead {
  max-width: 760px;

  margin: 0 0 30px;

  font-size: 19px;

  line-height: 1.7;
}


.hv-wp-ai-primary {
  min-height: 50px;

  padding: 13px 19px;

  display: inline-flex;
  align-items: center;

  gap: 8px;

  border-radius: 6px;

  background: var(--navy);

  color: #fff !important;

  font-size: 13px;
  font-weight: 800;

  text-decoration: none !important;
}



/* RECOGNITION */

.hv-wp-ai-large-copy {
  margin-bottom: 17px;

  color: var(--navy) !important;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 25px;

  line-height: 1.4;
}



/* CARDS */

.hv-wp-ai-grid {
  display: grid;
}


.hv-wp-ai-grid-3 {
  grid-template-columns: repeat(3,1fr);

  gap: 20px;
}


.hv-wp-ai-card {
  padding: 27px 25px;

  border: 1px solid var(--border);
  border-radius: 9px;

  background: #fff;
}


.hv-wp-ai-card > span {
  display: block;

  margin-bottom: 23px;

  color: var(--bronze);

  font-size: 10px;
  font-weight: 800;
}


.hv-wp-ai-card p {
  margin-bottom: 0;

  font-size: 13px;
}



/* DARK AI SECTION */

.hv-wp-ai-section-dark {
  background: var(--navy);
}


.hv-wp-ai-section-dark h2 {
  color: #fff;
}


.hv-wp-ai-ai-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;

  gap: 80px;

  align-items: start;
}


.hv-wp-ai-ai-layout > div:first-child > p {
  max-width: 530px;

  color: rgba(255,255,255,.65);
}


.hv-wp-ai-ai-list {
  border-top: 1px solid rgba(255,255,255,.12);
}


.hv-wp-ai-ai-list > div {
  padding: 18px 0;

  display: grid;
  grid-template-columns: 36px 145px 1fr;

  gap: 10px;

  border-bottom: 1px solid rgba(255,255,255,.12);
}


.hv-wp-ai-ai-list span {
  color: #e1c8aa;

  font-size: 9px;
  font-weight: 800;
}


.hv-wp-ai-ai-list strong {
  color: #fff;

  font-size: 12px;
}


.hv-wp-ai-ai-list p {
  margin: 0;

  color: rgba(255,255,255,.6);

  font-size: 10px;
}



/* PROCESS */

.hv-wp-ai-process {
  display: grid;
  grid-template-columns: repeat(5,1fr);

  gap: 10px;
}


.hv-wp-ai-process article {
  padding: 25px 20px;

  border: 1px solid var(--border);
  border-radius: 8px;

  background: var(--cream-light);
}


.hv-wp-ai-process article > span {
  display: block;

  margin-bottom: 35px;

  color: var(--bronze);

  font-size: 9px;
  font-weight: 800;
}


.hv-wp-ai-process h3 {
  font-size: 21px;
}


.hv-wp-ai-process p {
  margin-bottom: 0;

  font-size: 11px;
}



/* CUSTOM CODE */

.hv-wp-ai-code-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 70px;

  align-items: center;
}


.hv-wp-ai-code-visual {
  padding: 30px;

  border-radius: 12px;

  background: #ebe5dd;
}


.hv-wp-ai-code-window {
  overflow: hidden;

  border-radius: 10px;

  background: #253447;

  box-shadow:
    0 18px 45px rgba(34,50,71,.15);
}


.hv-wp-ai-code-top {
  height: 34px;

  padding: 0 12px;

  display: flex;
  align-items: center;

  gap: 6px;

  background: #1d2a3a;
}


.hv-wp-ai-code-top i {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: rgba(255,255,255,.28);
}


.hv-wp-ai-code-body {
  padding: 30px;

  min-height: 260px;

  display: flex;
  flex-direction: column;

  gap: 12px;

  font-family: Monaco, Consolas, monospace;

  font-size: 10px;

  color: #d9e3ec;
}


.hv-wp-ai-code-body span:nth-child(2),
.hv-wp-ai-code-body span:nth-child(3) {
  color: #d9c2a7;
}



/* PRACTICE */

.hv-wp-ai-practice-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;

  gap: 70px;

  align-items: center;
}


.hv-wp-ai-site-preview {
  padding: 30px;

  border-radius: 12px;

  background: var(--cream);
}


.hv-wp-ai-browser {
  overflow: hidden;

  border: 1px solid #d9dce0;
  border-radius: 10px;

  background: #fff;

  box-shadow:
    0 18px 42px rgba(34,50,71,.1);
}


.hv-wp-ai-browser-top {
  height: 33px;

  padding: 0 11px;

  display: flex;
  align-items: center;

  gap: 5px;

  border-bottom: 1px solid #e5e8eb;

  background: #f3f5f6;
}


.hv-wp-ai-browser-top i {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #c3c8cd;
}


.hv-wp-ai-browser-page {
  min-height: 310px;

  padding: 55px 42px;

  background:
    linear-gradient(
      135deg,
      #faf8f4 0%,
      #f3eee6 100%
    );
}


.hv-wp-ai-browser-page > span {
  display: block;

  margin-bottom: 12px;

  color: var(--bronze);

  font-size: 7px;
  font-weight: 800;

  letter-spacing: .12em;
}


.hv-wp-ai-browser-page > strong {
  max-width: 440px;

  display: block;

  margin-bottom: 12px;

  color: var(--navy);

  font-family: Georgia,serif;

  font-size: 26px;

  line-height: 1.05;
}


.hv-wp-ai-browser-page p {
  max-width: 400px;

  font-size: 10px;
}


.hv-wp-ai-browser-button {
  width: 95px;
  height: 24px;

  margin-top: 20px;

  border-radius: 5px;

  background: var(--navy);
}



/* PILLS */

.hv-wp-ai-pills {
  display: flex;
  flex-wrap: wrap;

  gap: 9px;
}


.hv-wp-ai-pills span {
  padding: 9px 12px;

  border: 1px solid var(--border);
  border-radius: 6px;

  background: #fff;

  color: #626d78;

  font-size: 11px;
  font-weight: 700;
}



/* FIT */

.hv-wp-ai-fit-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;

  gap: 75px;

  align-items: start;
}


.hv-wp-ai-fit-list {
  border-top: 1px solid var(--border);
}


.hv-wp-ai-fit-list > div {
  padding: 17px 0;

  display: flex;

  gap: 12px;

  border-bottom: 1px solid var(--border);
}


.hv-wp-ai-fit-list i {
  width: 23px;
  height: 23px;

  display: grid;
  place-items: center;

  flex: 0 0 auto;

  border-radius: 50%;

  background: var(--cream);

  color: var(--bronze);

  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}


.hv-wp-ai-fit-list span {
  color: #5f6872;

  font-size: 13px;
}



/* PRICING */

.hv-wp-ai-pricing {
  background: var(--cream);
}


.hv-wp-ai-pricing > .hv-wp-ai-container > p {
  max-width: 730px;
}


.hv-wp-ai-pricing-grid {
  margin-top: 35px;

  display: grid;
  grid-template-columns: repeat(3,1fr);

  gap: 12px;
}


.hv-wp-ai-pricing-grid > div {
  padding: 22px;

  border: 1px solid #ddd5cb;
  border-radius: 8px;

  background: rgba(255,255,255,.48);
}


.hv-wp-ai-pricing-grid strong,
.hv-wp-ai-pricing-grid span {
  display: block;
}


.hv-wp-ai-pricing-grid strong {
  margin-bottom: 6px;

  color: var(--navy);

  font-size: 12px;
}


.hv-wp-ai-pricing-grid span {
  color: var(--muted);

  font-size: 10px;
}



/* FINAL CTA */

.hv-wp-ai-final {
  padding: 100px 32px;

  background: var(--navy);
}


.hv-wp-ai-final-inner {
  width: min(940px,100%);

  margin: 0 auto;

  text-align: center;
}


.hv-wp-ai-final h2 {
  margin-left: auto;
  margin-right: auto;

  color: #fff;

  font-size: clamp(38px,4.7vw,60px);
}


.hv-wp-ai-final p {
  max-width: 680px;

  margin: 0 auto 28px;

  color: rgba(255,255,255,.66);

  font-size: 16px;
}


.hv-wp-ai-final-button {
  min-height: 50px;

  padding: 13px 19px;

  display: inline-flex;
  align-items: center;

  gap: 8px;

  border-radius: 6px;

  background: #fff;

  color: var(--navy) !important;

  font-size: 13px;
  font-weight: 800;

  text-decoration: none !important;
}



/* TABLET */

@media (max-width: 1000px) {

  .hv-wp-ai-grid-3 {
    grid-template-columns: repeat(2,1fr);
  }


  .hv-wp-ai-process {
    grid-template-columns: repeat(3,1fr);
  }


  .hv-wp-ai-ai-layout,
  .hv-wp-ai-code-layout,
  .hv-wp-ai-practice-layout,
  .hv-wp-ai-fit-layout {
    grid-template-columns: 1fr;

    gap: 45px;
  }


  .hv-wp-ai-pricing-grid {
    grid-template-columns: 1fr;
  }

}



/* MOBILE */

@media (max-width: 650px) {

  .hv-wp-ai-container,
  .hv-wp-ai-narrow {
    width: calc(100% - 32px);
  }


  .hv-wp-ai-hero {
    padding: 70px 0 65px;
  }


  .hv-wp-ai-section {
    padding: 68px 0;
  }


  .hv-wp-ai h1 {
    font-size: clamp(42px,12vw,56px);
  }


  .hv-wp-ai h2 {
    font-size: clamp(32px,9vw,42px);
  }


  .hv-wp-ai-lead {
    font-size: 17px;
  }


  .hv-wp-ai-grid-3,
  .hv-wp-ai-process {
    grid-template-columns: 1fr;
  }


  .hv-wp-ai-ai-list > div {
    grid-template-columns: 28px 1fr;
  }


  .hv-wp-ai-ai-list p {
    grid-column: 2;
  }


  .hv-wp-ai-code-visual,
  .hv-wp-ai-site-preview {
    padding: 18px;
  }


  .hv-wp-ai-code-body {
    padding: 20px;

    overflow-x: auto;
  }


  .hv-wp-ai-browser-page {
    padding: 38px 25px;
  }


  .hv-wp-ai-final {
    padding: 72px 20px;
  }

}