/*
Theme Name: LogoBlinkee Custom
Theme URI: https://staging.logoblinkee.com/
Author: Blinkee
Description: Fast custom theme for LogoBlinkee custom flashing logo pins.
Version: 0.1.1
Text Domain: logoblinkee-custom
*/

:root {
  --lb-black: #000000;
  --lb-ink: #24222a;
  --lb-muted: #564f62;
  --lb-line: #e8deed;
  --lb-pink: #f200b8;
  --lb-pink-dark: #bd008f;
  --lb-purple: #540078;
  --lb-topbar: #f8dcf8;
  --lb-yellow: #ffd23f;
  --lb-soft: #fff9e8;
  --lb-radius: 8px;
  --lb-width: 1160px;
  --lb-shadow: 0 18px 46px rgba(36, 20, 52, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--lb-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: #77109e;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #4c006c;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lb-wrap {
  width: min(var(--lb-width), calc(100% - 32px));
  margin: 0 auto;
}

.lb-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--lb-black);
  color: #ffffff;
}

.lb-header .lb-wrap {
  min-height: 96px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
}

.lb-brand {
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 86px;
  text-decoration: none;
}

.lb-brand img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.lb-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(14px, 2.1vw, 34px);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lb-nav a {
  color: #ffffff;
  text-decoration: none;
}

.lb-nav a:hover,
.lb-nav-item:focus-within > a {
  color: #f7d6ff;
}

.lb-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.lb-subnav {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 280px;
  display: grid;
  gap: 4px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid var(--lb-line);
  border-radius: var(--lb-radius);
  box-shadow: var(--lb-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.lb-nav-item:hover .lb-subnav,
.lb-nav-item:focus-within .lb-subnav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lb-subnav a {
  display: block;
  padding: 0.58rem 0.68rem;
  border-radius: 6px;
  color: var(--lb-ink);
  font-size: 0.82rem;
  text-transform: none;
}

.lb-subnav a:hover {
  background: #f9e7fb;
  color: #571077;
}

.lb-topbar {
  position: relative;
  z-index: 15;
  background: var(--lb-topbar);
  color: #1d1527;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.22);
}

.lb-topbar .lb-wrap {
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.lb-offers,
.lb-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(16px, 2.6vw, 28px);
}

.lb-offers {
  font-size: 1.05rem;
}

.lb-contact {
  gap: 12px;
  font-size: 0.9rem;
}

.lb-trust {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 10px;
  border: 1px solid #111111;
  border-radius: 999px;
  background: #ffffff;
  color: #008d67;
  font-weight: 700;
  text-decoration: none;
}

.lb-contact a {
  color: #9a377a;
  text-decoration: none;
}

.lb-button,
.lb-nav .lb-button,
.wp-block-button__link,
button,
input[type="submit"] {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: var(--lb-radius);
  padding: 0.78rem 1.28rem;
  background: var(--lb-pink);
  color: #ffffff;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}

.lb-button:hover,
.lb-nav .lb-button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--lb-pink-dark);
  color: #ffffff;
}

.lb-button--secondary {
  background: var(--lb-yellow);
  color: #1c1300;
}

.lb-button--secondary:hover {
  background: #efbc00;
  color: #1c1300;
}

.lb-hero {
  background: #ffffff;
}

.lb-hero .lb-wrap {
  min-height: calc(100vh - 144px);
  display: grid;
  grid-template-columns: 62.5% 37.5%;
  align-items: center;
  padding: clamp(34px, 5.5vw, 58px) 0 34px;
}

.lb-hero-copy {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 0 clamp(12px, 4vw, 54px);
}

.lb-hero-logo {
  display: inline-grid;
  place-items: center;
  margin-bottom: 14px;
}

.lb-hero-logo img {
  width: min(292px, 52vw);
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.lb-hero h1 {
  margin: 0;
  color: #303030;
  font-size: clamp(4.2rem, 6.6vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: 0;
  font-weight: 500;
}

.lb-lede {
  max-width: 730px;
  margin: 1.35rem auto 0;
  color: #211c29;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
}

.lb-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 1.8rem;
}

.lb-hero .lb-button {
  width: min(360px, 100%);
}

.lb-hero-examples {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(20px, 4vh, 36px);
  padding-top: 18px;
}

.lb-hero-examples a {
  display: inline-grid;
  place-items: center;
}

.lb-hero-examples img {
  width: min(225px, 70%);
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.lb-band {
  padding: clamp(42px, 7vw, 78px) 0;
}

.lb-band--dark {
  background: #000000;
  color: #ffffff;
}

.lb-band--soft {
  background: #ffffff;
}

.lb-intro {
  background: var(--lb-purple);
  color: #ffffff;
}

.lb-center {
  text-align: center;
}

.lb-center,
.lb-center p {
  margin-left: auto;
  margin-right: auto;
}

.lb-section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.lb-section-head h2,
.lb-intro h2,
.lb-cta-final h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.lb-section-head p,
.lb-intro p,
.lb-cta-final p {
  margin: 0.8rem 0 0;
  color: var(--lb-muted);
  font-size: 1.05rem;
}

.lb-intro p {
  max-width: 820px;
  color: #ffffff;
}

.lb-kicker {
  margin: 0 0 0.65rem;
  color: #8f009e;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lb-band--dark .lb-kicker,
.lb-band--dark a {
  color: #f7d6ff;
}

.lb-split,
.lb-review-layout,
.lb-premium {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.lb-product-grid,
.lb-brand-grid,
.lb-step-grid,
.lb-grid {
  display: grid;
  gap: 18px;
}

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

.lb-product-grid figure,
.lb-step-grid article,
.lb-card,
.lb-review-card,
.lb-logo-cloud {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--lb-line);
  border-radius: var(--lb-radius);
  background: #ffffff;
}

.lb-product-grid figure {
  text-align: center;
}

.lb-product-grid img {
  width: min(200px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.lb-product-grid figcaption {
  margin-top: 8px;
  color: var(--lb-muted);
  font-weight: 800;
}

.lb-brand-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.lb-brand-grid a,
.lb-brand-grid > img {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 16px;
  border: 1px solid #242424;
  background: #ffffff;
}

.lb-brand-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.lb-section-action {
  margin-top: 24px;
}

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

.lb-step-grid article {
  text-align: center;
}

.lb-step-grid img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  border-radius: 50%;
}

.lb-step-grid h3,
.lb-card h3 {
  margin: 1rem 0 0.5rem;
  font-size: 1.15rem;
  line-height: 1.2;
}

.lb-step-grid p,
.lb-card p {
  margin: 0;
  color: var(--lb-muted);
}

.lb-review-layout {
  grid-template-columns: 1fr 0.9fr;
}

.lb-review-card {
  margin: 18px 0;
  color: var(--lb-ink);
}

.lb-review-card h3 {
  margin-top: 0;
}

.lb-logo-cloud {
  display: grid;
  gap: 14px;
}

.lb-logo-cloud img {
  max-height: 160px;
  width: 100%;
  object-fit: contain;
}

.lb-owner {
  width: min(260px, 100%);
  border-radius: 50%;
  box-shadow: var(--lb-shadow);
}

.lb-premium {
  grid-template-columns: 0.45fr 1.55fr;
}

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

.lb-cta-final {
  background: var(--lb-soft);
}

.lb-content {
  width: min(850px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.lb-content h1 {
  margin-top: 0;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.05;
}

.lb-content img {
  border-radius: var(--lb-radius);
}

.lb-footer {
  background: #000000;
  color: #f5f1fa;
  padding: 34px 0;
}

.lb-footer .lb-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 20px;
  align-items: start;
}

.lb-footer a {
  color: #ffffff;
}

.lb-footer-brand p,
.lb-copyright {
  color: #d8d0ec;
}

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

.lb-footer-links div {
  display: grid;
  gap: 7px;
}

.lb-footer-links strong {
  color: var(--lb-yellow);
}

.lb-footer-links a {
  text-decoration: none;
}

.lb-copyright {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  font-size: 0.9rem;
}

@media (max-width: 1040px) {
  .lb-header .lb-wrap {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0 14px;
  }

  .lb-brand {
    width: 64px;
    height: 64px;
  }

  .lb-brand img {
    width: 58px;
    height: 58px;
  }

  .lb-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 4px;
  }

  .lb-nav > a,
  .lb-nav-item > a {
    white-space: nowrap;
  }

  .lb-subnav {
    position: static;
    width: 260px;
    margin-left: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .lb-topbar .lb-wrap {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
  }

  .lb-hero .lb-wrap,
  .lb-split,
  .lb-review-layout,
  .lb-premium {
    grid-template-columns: 1fr;
  }

  .lb-hero .lb-wrap {
    min-height: auto;
  }

  .lb-hero-examples {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0;
  }

  .lb-hero-examples img {
    width: min(190px, 86%);
  }

  .lb-brand-grid,
  .lb-step-grid,
  .lb-grid,
  .lb-footer .lb-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .lb-header .lb-wrap {
    width: min(100% - 20px, var(--lb-width));
  }

  .lb-topbar .lb-wrap {
    text-align: center;
  }

  .lb-offers,
  .lb-contact {
    justify-content: center;
    width: 100%;
  }

  .lb-contact {
    display: none;
  }

  .lb-hero .lb-wrap {
    padding-top: 26px;
  }

  .lb-hero-copy {
    padding: 0;
  }

  .lb-hero h1 {
    font-size: clamp(3.1rem, 16vw, 4.5rem);
  }

  .lb-hero-logo img {
    width: min(270px, 76vw);
  }

  .lb-hero-examples,
  .lb-product-grid,
  .lb-brand-grid,
  .lb-step-grid,
  .lb-grid,
  .lb-footer .lb-wrap,
  .lb-footer-links {
    grid-template-columns: 1fr;
  }

  .lb-hero-examples {
    gap: 14px;
  }

  .lb-hero-examples img {
    width: min(210px, 72vw);
  }
}
