/* =========================================================
   WEBSITE CREATION ARTICLE
========================================================= */

.website-article-page {

  --web-gold: #ebb020;
  --web-bg: #202125;
  --web-card: #292a2e;
  --web-card-2: #25262a;
  --web-border: rgba(255, 255, 255, 0.07);
  --web-muted: #96979a;

}


/* =========================================================
   ARTICLE WIDTH
========================================================= */

.website-article-page
#blog-single .container {

  max-width: 1120px;

}


/* =========================================================
   SPLIT HERO
========================================================= */

.website-article-page
.website-hero {

  display: grid;

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(320px, .92fr);

  gap: 38px;

  align-items: center;

  padding: 32px 0 48px;

}


.website-eyebrow {

  color: var(--web-gold);

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1.8px;

}


.website-eyebrow span {

  margin: 0 8px;

  opacity: .35;

}


.website-hero-copy h1 {

  width: 100%;

  max-width: 650px;

  margin: 14px 0 18px;

  color: #fff;

  font-size: clamp(37px, 3.8vw, 51px);

  font-weight: 600;

  line-height: 1.1;

  letter-spacing: -1.2px;

}

.website-hero-copy h1 span {

  display: block;

  margin-top: 5px;

  color: var(--web-gold);

}


.website-hero-deck {

  max-width: 610px;

  color: #afb0b3;

  font-size: 19px;

  line-height: 1.8;

}


.website-meta {

  display: flex;

  flex-wrap: wrap;

  gap: 30px;

  margin-top: 30px;

  padding-top: 20px;

  border-top: 1px solid var(--web-border);

}


.website-meta span {

  display: block;

  margin-bottom: 3px;

  color: #696a6d;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.2px;

}


.website-meta strong {

  color: #d2d3d5;

  font-size: 13px;

  font-weight: 500;

}


.website-hero-insight {

  display: flex;

  gap: 12px;

  margin-top: 28px;

  padding: 16px;

  border-left: 2px solid var(--web-gold);

  background: rgba(235, 176, 32, .035);

}


.website-hero-insight i {

  color: var(--web-gold);

}


.website-hero-insight p {

  margin: 0;

  color: #b8b9bc;

  font-size: 14px;

  line-height: 1.7;

}


/* =========================================================
   HERO VISUAL
========================================================= */

.website-hero-visual {

  position: relative;

  min-height: 370px;

  display: flex;

  align-items: center;

  justify-content: center;

}


.website-image-frame {

  position: relative;

  width: 94%;

  padding: 8px;

  border: 1px solid rgba(235,176,32,.16);

  border-radius: 26px;

  background: rgba(255,255,255,.02);

  transform: rotate(2deg);

}


.website-image-frame::before {

  content: "";

  position: absolute;

  inset: -18px;

  border: 1px solid rgba(235,176,32,.05);

  border-radius: 35px;

  z-index: -1;

}


.website-image-frame img {

  width: 100%;

  border-radius: 19px;

}


.website-floating-tag {

  position: absolute;

  display: flex;

  align-items: center;

  gap: 7px;

  padding: 9px 13px;

  border: 1px solid rgba(235,176,32,.2);

  border-radius: 50px;

  background: rgba(35,36,40,.95);

  color: #d7d8da;

  font-size: 12px;

  box-shadow: 0 10px 30px rgba(0,0,0,.2);

}


.website-floating-tag i {

  color: var(--web-gold);

}

.tag-strategy {

  top: 8%;

  left: 1%;

}


.tag-ux {

  top: 22%;

  right: 0;

}


.tag-performance {

  bottom: 18%;

  left: -1%;

}


.tag-seo {

  bottom: 5%;

  right: 4%;

}


/* =========================================================
   GENERAL SECTION LABEL
========================================================= */

.website-section-label {

  margin-bottom: 13px;

  color: var(--web-gold);

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1.7px;

}


/* =========================================================
   OPENING
========================================================= */

.website-opening {

  margin: 30px 0 65px;

  padding: 30px 0;

  border-top: 1px solid var(--web-border);

  border-bottom: 1px solid var(--web-border);

}


.website-kicker {

  color: var(--web-gold);

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1.6px;

}


.website-opening h2 {

  max-width: 760px;

  margin: 8px 0 24px;

  color: #fff;

  font-size: clamp(29px, 3vw, 39px);

  line-height: 1.25;

}


.website-opening h2 span {

  color: var(--web-gold);

}


.website-opening-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 30px;

}


.website-opening-grid p {

  margin: 0;

  color: var(--web-muted);

  font-size: 16px;

  line-height: 1.75;

}


/* =========================================================
   DIGITAL PROPERTY COMPARISON
========================================================= */

.digital-property-section {

  margin: 68px 0;

}


.digital-property-heading {

  display: grid;

  grid-template-columns:
    minmax(0, 1.3fr)
    minmax(260px, .7fr);

  gap: 30px;

  align-items: end;

  margin-bottom: 28px;

}


.digital-property-heading h2 {

  max-width: 650px;

  margin: 0;

  color: #fff;

  font-size: clamp(29px, 3vw, 37px);

  line-height: 1.35;

}

.digital-property-heading p {

  margin: 0;

  color: var(--web-muted);

  font-size: 15px;

  line-height: 1.7;

}


.digital-property-comparison {

  display: grid;

  grid-template-columns:
    1fr auto 1fr;

  gap: 18px;

  align-items: stretch;

}


.property-column {

  padding: 30px;

  border: 1px solid var(--web-border);

  border-radius: 18px;

  background: var(--web-card);

}


.owned-property {

  border-color: rgba(235,176,32,.22);

  background:
    linear-gradient(
      145deg,
      rgba(235,176,32,.065),
      var(--web-card)
    );

}


.property-icon {

  width: 46px;

  height: 46px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;

  border-radius: 12px;

  background: rgba(235,176,32,.07);

  color: var(--web-gold);

}


.property-label {

  color: var(--web-gold);

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 1.3px;

}


.property-column h3 {

  margin: 7px 0 20px;

  color: #fff;

  font-size: 27px;

}


.property-column ul {

  padding: 0;

  margin: 0;

  list-style: none;

}


.property-column li {

  display: flex;

  gap: 9px;

  padding: 10px 0;

  border-top: 1px solid var(--web-border);

  color: #a6a7aa;

  font-size: 14px;

}


.property-column li i {

  color: var(--web-gold);

}


.property-vs {

  align-self: center;

  color: rgba(235,176,32,.5);

  font-size: 13px;

  font-weight: 700;

}


.website-pull-quote {

  margin-top: 18px;

  padding: 16px 18px;

  border-left: 2px solid var(--web-gold);

  background: rgba(235,176,32,.03);

}

.website-pull-quote p {

  margin: 4px 0 0;

  color: #c7c8ca;

  font-size: 14px;

  line-height: 1.65;

}


.website-pull-quote span {

  color: var(--web-gold);

  font-size: 11px;

  font-weight: 700;

}


.website-pull-quote p {

  margin: 5px 0 0;

  color: #c7c8ca;

}


/* =========================================================
   WEBSITE ANATOMY
========================================================= */

.website-anatomy-section {

  margin: 72px 0;

}


.anatomy-intro {

  max-width: 760px;

  margin-bottom: 24px;

}


.anatomy-intro h2 {

  margin: 0 0 10px;

  color: #fff;

  font-size: clamp(29px, 3vw, 35px);

  line-height: 1.3;

}


.anatomy-intro p {

  color: var(--web-muted);

  line-height: 1.8;

}


.website-stack {

  display: flex;

  flex-direction: column;

  gap: 9px;

}


.stack-layer {

  display: grid;

  grid-template-columns:
    55px
    1fr
    auto;

  gap: 18px;

  align-items: center;

  padding: 16px 20px;

  border: 1px solid var(--web-border);

  border-radius: 13px;

  background: var(--web-card);

  transition: transform .3s ease;

}


.stack-layer:nth-child(2) {

  margin-left: 10px;

}


.stack-layer:nth-child(3) {

  margin-left: 20px;

}


.stack-layer:nth-child(4) {

  margin-left: 30px;

}


.stack-layer:nth-child(5) {

  margin-left: 40px;

}


.stack-layer:hover {

  transform: translateX(5px);

}


.stack-strategy {

  border-color: rgba(235,176,32,.18);

}


.stack-number {

  color: rgba(235,176,32,.4);

  font-size: 25px;

  font-weight: 700;

}


.stack-layer small {

  color: var(--web-gold);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.2px;

}


.stack-layer h3 {

  margin: 3px 0;

  color: #fff;

  font-size: 19px;

}


.stack-layer p {

  margin: 0;

  color: #929397;

  font-size: 13px;

}


.stack-layer > i {

  color: var(--web-gold);

  font-size: 25px;

}


/* =========================================================
   SCORECARD
========================================================= */

.website-scorecard-section {

  margin: 72px 0;

}


.scorecard-heading {

  max-width: 760px;

  margin-bottom: 35px;

}


.scorecard-heading h2 {

  margin: 0 0 10px;

  color: #fff;

  font-size: clamp(29px, 3vw, 35px);

  line-height: 1.3;

}


.website-scorecard {

  display: grid;

  grid-template-columns:
    repeat(5, 1fr);

  gap: 10px;

}


.score-item {

  padding: 22px 16px;

  text-align: center;

  border: 1px solid var(--web-border);

  border-radius: 15px;

  background: var(--web-card);

}


.score-ring {

  width: 48px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 18px;

  border: 1px solid rgba(235,176,32,.25);

  border-radius: 50%;

  color: var(--web-gold);

}


.score-item span {

  display: block;

  color: var(--web-gold);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.1px;

}


.score-item strong {

  display: block;

  margin: 5px 0 9px;

  color: #fff;

  font-size: 14px;

}


.score-item p {

  margin: 0;

  color: #8c8d91;

  font-size: 12px;

  line-height: 1.65;

}


/* =========================================================
   LONG TERM ASSET
========================================================= */

.website-asset-section {

  display: grid;

  grid-template-columns:
    1.08fr .92fr;

  gap: 32px;

  margin: 72px 0;

  padding: 30px;

  border: 1px solid var(--web-border);

  border-radius: 22px;

  background: var(--web-card-2);

}


.asset-copy h2 {

  margin: 0 0 12px;

  color: #fff;

  font-size: clamp(28px, 3vw, 33px);

  line-height: 1.35;

}


.asset-copy p {

  color: var(--web-muted);

  line-height: 1.8;

}


.asset-highlight {

  display: flex;

  gap: 13px;

  margin-top: 25px;

  padding: 16px;

  border-left: 2px solid var(--web-gold);

  background: rgba(235,176,32,.035);

}


.asset-highlight i {

  color: var(--web-gold);

}


.asset-highlight span {

  color: var(--web-gold);

  font-size: 11px;

  font-weight: 700;

}


.asset-highlight p {

  margin: 4px 0 0;

  font-size: 13px;

}


.asset-use-grid {

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 10px;

}


.asset-use-grid > div {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  min-height: 105px;

  padding: 15px;

  border: 1px solid var(--web-border);

  border-radius: 13px;

  background: #292a2e;

}


.asset-use-grid i {

  margin-bottom: 8px;

  color: var(--web-gold);

  font-size: 22px;

}


.asset-use-grid span {

  color: #c4c5c7;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: .8px;

}


/* =========================================================
   FINAL STATEMENT
========================================================= */

.website-final-section {

  margin: 45px 0 70px;

  padding: 50px 40px;

  text-align: center;

  border: 1px solid rgba(235,176,32,.2);

  border-radius: 24px;

  background:
    radial-gradient(
      circle at top,
      rgba(235,176,32,.09),
      transparent 55%
    ),
    var(--web-card-2);

}


.website-final-eyebrow {

  color: var(--web-gold);

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 1.6px;

}


.website-final-section h2 {

  max-width: 760px;

  margin: 12px auto 17px;

  color: #fff;

  font-size: 38px;

}


.website-final-section h2 span {

  color: var(--web-gold);

}


.website-final-section > p {

  max-width: 690px;

  margin: 0 auto;

  color: #9c9da0;

  line-height: 1.8;

}


.website-final-formula {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  gap: 8px;

  margin: 32px 0;

}


.website-final-formula > div {

  padding: 10px 13px;

  border: 1px solid var(--web-border);

  border-radius: 8px;

  background: #292a2e;

}


.website-final-formula strong {

  color: #d0d1d3;

  font-size: 11px;

}


.website-final-formula > span {

  color: var(--web-gold);

}


.website-final-formula
.formula-result {

  border-color: rgba(235,176,32,.3);

}


.website-final-formula
.formula-result strong {

  color: var(--web-gold);

}


.website-final-actions {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 10px;

}


/* =========================================================
   BUTTONS
========================================================= */

.website-primary-btn,

.website-outline-btn {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 11px 20px;

  border-radius: 50px;

  font-size: 14px;

  font-weight: 600;

}


.website-primary-btn {

  background: var(--web-gold);

  color: #202125 !important;

}


.website-outline-btn {

  border: 1px solid var(--web-gold);

  color: var(--web-gold) !important;

}


/* =========================================================
   SERVICE CTA
========================================================= */

.website-service-cta {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  margin: 60px 0 100px;

  padding: 30px;

  border: 1px solid var(--web-border);

  border-radius: 18px;

  background: var(--web-card);

}


.website-service-cta > div {

  max-width: 650px;

}


.website-service-cta span {

  color: var(--web-gold);

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 1.4px;

}


.website-service-cta h3 {

  margin: 7px 0 8px;

  color: #fff;

  font-size: 24px;

}


.website-service-cta p {

  margin: 0;

  color: #96979a;

  font-size: 14px;

  line-height: 1.7;

}
/* =========================================================
   ARTICLE RHYTHM / COMPACT SPACING
========================================================= */

.website-article-page
.single-post {

  padding-bottom: 10px;

}


.website-article-page
.website-opening,
.website-article-page
.digital-property-section,
.website-article-page
.website-anatomy-section,
.website-article-page
.website-scorecard-section,
.website-article-page
.website-asset-section,
.website-article-page
.website-final-section {

  scroll-margin-top: 25px;

}


.website-article-page
.digital-property-heading h2,
.website-article-page
.anatomy-intro h2,
.website-article-page
.scorecard-heading h2,
.website-article-page
.asset-copy h2 {

  font-weight: 600;

  letter-spacing: -0.6px;

}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

  .website-article-page
  .website-hero {

    grid-template-columns: 1fr;

  }


  .website-article-page
  .website-hero-visual {

    min-height: auto;

    padding: 30px 0;

  }


  .website-article-page
  .website-image-frame {

    width: 82%;

  }


  .website-article-page
  .website-scorecard {

    grid-template-columns:
      repeat(2, 1fr);

  }

}


@media (max-width: 767px) {

  .website-article-page
  .website-hero {

    padding-top: 35px;

  }


  .website-article-page
  .website-hero-copy h1 {

    letter-spacing: -1px;

  }


  .website-article-page
  .website-floating-tag {

    display: none;

  }


  .website-article-page
  .website-opening-grid,

  .website-article-page
  .digital-property-heading,

  .website-article-page
  .website-asset-section {

    grid-template-columns: 1fr;

  }


  .website-article-page
  .digital-property-comparison {

    grid-template-columns: 1fr;

  }


  .website-article-page
  .property-vs {

    text-align: center;

  }


  .website-article-page
  .stack-layer,

  .website-article-page
  .stack-layer:nth-child(2),

  .website-article-page
  .stack-layer:nth-child(3),

  .website-article-page
  .stack-layer:nth-child(4),

  .website-article-page
  .stack-layer:nth-child(5) {

    margin-left: 0;

  }


  .website-article-page
  .website-scorecard {

    grid-template-columns: 1fr;

  }


  .website-article-page
  .website-service-cta {

    flex-direction: column;

    align-items: flex-start;

  }


  .website-article-page
  .website-final-section {

    padding: 35px 20px;

  }

}