:root{
  --bg:#d9d9d9;
  --text:#0b0b0b;
  --line:#111;
  --muted:#4b4b4b;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
a{color:inherit;text-decoration:none}
.page{
  min-height:100%;
  display:flex;
  flex-direction:column;
}
.header{
  padding:28px 36px 0;
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:start;
}
.logo{
  justify-self:center;
  text-align:center;
  position:relative;
}
.logo img{
  display:block;
  height:72px;
  width:auto;
}
.header .checkout-link{
  justify-self:end;
  font-size:28px;
  margin-top:4px;
}
.specimen-wrap{
  flex:1;
  padding:10px 36px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.specimen{
  font-size:clamp(48px, 9vw, 148px);
  font-weight:800;
  line-height:0.98;
  letter-spacing:-0.02em;
  margin:0;
  user-select:text;
}
.preview-container{
  background:#fff;
  border:2px solid var(--line);
  box-shadow:8px 8px 0 var(--line);
  padding:60px 40px;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}

.notice{
  /* REMOVE padding here — specimen-wrap already provides the 36px left edge */
  padding: 0;
  margin-top:18px;

  color: var(--muted);
  font-size: 22px;

  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;

  width: 100%;
  justify-content: flex-start;
}
.notice-label{
  white-space:nowrap;
}
.specimen-input{
  font:inherit;
  font-size:22px;
  padding:10px 12px;
  width:min(720px,100%);
  flex:1;
  min-width:240px;
  border:3px solid var(--line);
  background:#fff;
}

.controls{
  margin-top:22px;
  padding:0 36px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.picker{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.picker label{
  font-size:22px;
}
select{
  font-size:22px;
  padding:10px 14px;
  border:3px solid var(--line);
  background:transparent;
  min-width:300px;
}
.cart-ctl{
  display:flex;
  align-items:center;
  gap:18px;
  font-size:22px;
}
.cart-label{
  display:flex;
  align-items:center;
  gap:10px;
}
.cart-icon{
  font-size:24px;
  line-height:1;
}
.qty-btn{
  width:44px;
  height:44px;
  border:none;
  background:transparent;
  font-size:40px;
  cursor:pointer;
}
.divider{
  border-top:4px solid var(--line);
}
.footer{
  padding:18px 36px 22px;
  font-size:26px;
}

@media (max-width:700px){
  .header{grid-template-columns:1fr; gap:10px; padding:18px 16px 0;}
  .header .checkout-link{justify-self:start; font-size:22px}
  .specimen-wrap{padding:0px 16px 0}
  .controls{padding:0 16px; flex-direction:column; align-items:flex-start}
  select{min-width:260px; width:100%}
  .footer{padding:16px}
  .notice{padding:0px}
  .preview-container{padding:34px 18px; box-shadow:6px 6px 0 var(--line);}

}

/* BUY NOW BUTTON — PREMIUM, HIGH-CONTRAST */
.buy-now-btn {
  display: inline-block;
  padding: 16px 34px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;

  background: #C0392B; /* your warm red */
  color: #fff;

  border: 4px solid var(--line);
  box-shadow: 6px 6px 0 var(--line);

  text-align: center;
  cursor: pointer;

  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.buy-now-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 var(--line);
}

.buy-now-btn:active {
  transform: translate(0, 0);
  box-shadow: 4px 4px 0 var(--line);
}

/* HEADER VERSION — smaller but still bold */
.buy-now-header {
  justify-self: end;
  margin-top: 4px;
  padding: 12px 26px;
  font-size: 22px;
}
.purchase-box .buy-now-btn {
  margin-top: 22px;   /* space above */
  margin-bottom: 26px; /* NEW: space below */
}
/* --------------------------------------------- */
/* SEO PAGE STYLING — MATCHES YOUR SITE'S LOOK   */
/* --------------------------------------------- */

.seo-page {
  padding: 36px;
  max-width: 1200px;
  margin: 0 auto;
}

.seo-page h1,
.seo-page h2,
.seo-page h3 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 48px;
  margin-bottom: 18px;
}

.seo-page h1 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
}

.seo-page h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.seo-page h3 {
  font-size: 26px;
}

.seo-page p,
.seo-page li {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 18px;
}

.seo-page ul {
  padding-left: 24px;
}

/* Highlight box (yellow note style) */
.seo-highlight {
  background: #fff;
  border: 3px solid var(--line);
  box-shadow: 6px 6px 0 var(--line);
  padding: 24px;
  margin: 32px 0;
}

/* Font grid */
.font-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-top: 32px;
}

.font-card {
  background: #fff;
  border: 3px solid var(--line);
  box-shadow: 6px 6px 0 var(--line);
  padding: 28px;
}

.font-name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}

.font-preview {
  font-size: 22px;
  margin-bottom: 16px;
}

/* Buttons — match your Buy Now button */
.seo-btn {
  display: inline-block;
  padding: 16px 34px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;

  background: #C0392B;
  color: #fff;

  border: 4px solid var(--line);
  box-shadow: 6px 6px 0 var(--line);

  text-align: center;
  cursor: pointer;

  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.seo-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 var(--line);
}

.seo-btn:active {
  transform: translate(0, 0);
  box-shadow: 4px 4px 0 var(--line);
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 24px;
}

/* Responsive */
@media (max-width: 700px) {
  .seo-page {
    padding: 18px;
  }

  .font-card {
    padding: 20px;
  }

  .seo-btn {
    width: 100%;
    text-align: center;
  }
}

