/* Migrated from inc/tld-template.php style block 1 */
.tld-hero {
  background: linear-gradient(135deg,#0f172a 0%,#1e3a8a 60%,#1d4ed8 100%);
  padding: 64px 0 56px;
  position: relative;
  overflow: hidden;
}
.tld-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 36px 36px;
}
.tld-hero-inner { position: relative; z-index: 1; }
.tld-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
@media(max-width:760px) {
  .tld-hero-grid { grid-template-columns: 1fr; }
  .tld-price-card { display: none; }
}
.tld-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #bfdbfe;
  font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  border-radius: 100px; padding: 5px 16px;
  margin-bottom: 18px;
}
.tld-hero h1 {
  font-size: clamp(1.7rem,3.5vw,2.6rem);
  font-weight: 900; color: #fff !important;
  line-height: 1.15; margin: 0 0 14px;
}
.tld-hero-desc {
  font-size: 1rem; color: rgba(255,255,255,.82);
  max-width: 560px; line-height: 1.75; margin: 0 0 24px;
}
.tld-hero-checks {
  display: flex; flex-wrap: wrap;
  gap: 8px 18px; margin-bottom: 28px;
}
.tld-hero-checks span {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,.88);
}
.tld-hero-checks span::before {
  content: '';
  width: 15px; height: 15px;
  background: rgba(34,197,94,.2);
  border: 1.5px solid #22c55e; border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px; background-repeat: no-repeat; background-position: center;
  flex-shrink: 0;
}
.tld-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.tld-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #f57200; color: #fff;
  padding: 13px 26px; border-radius: 8px;
  font-weight: 700; font-size: 14px; text-decoration: none;
  transition: background .18s;
}
.tld-btn-primary:hover { background: #d96500; color: #fff; }
.tld-btn-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25d366; color: #fff;
  padding: 13px 22px; border-radius: 8px;
  font-weight: 700; font-size: 14px; text-decoration: none;
}

/* Price card */
.tld-price-card {
  background: #fff; border-radius: 22px;
  padding: 52px 56px; text-align: center;
  box-shadow: 0 16px 64px rgba(0,0,0,.32);
  min-width: 520px; flex-shrink: 0;
}
.tld-price-ext {
  font-size: 5.2rem; font-weight: 900; line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -.03em;
}
.tld-price-label { font-size: 15px; color: #9ca3af; margin-bottom: 8px; }
.tld-price-amount { font-size: 4rem; font-weight: 900; color: #111; line-height: 1; }
.tld-price-per { font-size: 17px; color: #9ca3af; margin-bottom: 6px; }
.tld-price-renew { font-size: 15px; color: #6b7280; margin-bottom: 32px; }
.tld-price-cta {
  display: block; background: #f57200; color: #fff;
  padding: 20px; border-radius: 12px;
  font-weight: 700; font-size: 18px; text-decoration: none;
  letter-spacing: .04em; text-transform: uppercase;
  transition: background .18s, transform .18s, box-shadow .18s;
}
.tld-price-cta:hover { background: #d96500; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,114,0,.35); }

/* Search bar */
.tld-search-bar { background: #fff; border-bottom: 1px solid #e5e7eb; padding: 18px 0; }
.tld-search-form {
  display: flex; max-width: 640px; margin: 0 auto;
  border: 1.5px solid #e5e7eb; border-radius: 8px; overflow: hidden;
}
.tld-search-form input {
  flex: 1; height: 50px; border: none; outline: none;
  padding: 0 18px; font-size: 14px; color: #111;
}
.tld-search-form button {
  height: 50px; border: none; color: #fff;
  font-size: 13px; font-weight: 700;
  padding: 0 24px; cursor: pointer; white-space: nowrap;
  transition: opacity .18s;
}
.tld-search-form button:hover { opacity: .88; }

/* Who for */
.tld-who-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
@media(max-width:860px) { .tld-who-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:480px) { .tld-who-grid { grid-template-columns: 1fr; } }

/* Why grid */
.tld-why-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
@media(max-width:860px) { .tld-why-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:480px) { .tld-why-grid { grid-template-columns: 1fr; } }

/* FAQ */
.tld-faq-item { border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.tld-faq-q {
  width: 100%; background: none; border: none;
  padding: 16px 20px; text-align: left;
  font-size: .9rem; font-weight: 600; color: #111;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  transition: background .15s;
}
.tld-faq-q:hover { background: #f9fafb; }
.tld-faq-q .darr { font-size: 13px; flex-shrink: 0; margin-left: 12px; transition: transform .2s; }
.tld-faq-a { display: none; padding: 0 20px 16px; font-size: .88rem; color: #4b5563; line-height: 1.75; }
.tld-faq-item.open .tld-faq-a { display: block; }
.tld-faq-item.open .darr { transform: rotate(180deg); }
