/* LuckyRegister custom styles — additions on top of the Yufa template's main-LTR-1.css */

html { scroll-behavior: smooth; }

/* Scroll offset so the sticky navbar doesn't cover anchor targets */
#story-email, #story-hosting, #story-wordpress, #story-website-builder, #story-security, #story-promote,
#faq-ai-summary, #faq-smart-write, #faq-read-receipts, #faq-spam-protection,
#plans, #audience, #faq, #full-comparison, #everything-included, #how-it-works,
#compare, #picker, #wordpress, #cpanel, #plus, #vps {
  scroll-margin-top: 100px;
}

/* "Ready for a smarter inbox?" CTA — now merged directly into the "make it look like you" section */
#pre-faq-cta .section-title { color: #1a1a1a; }

/* Hero domain search box (matches luckyregister.com) */
.domain-search-area { max-width: 560px; margin-bottom: 28px; }

.page-hero .cta-links-area .cta-link {
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
}
.page-hero .cta-links-area.fixed-width-cta .cta-link {
  width: 260px;
  text-align: center;
}
.page-hero .cta-links-area {
  flex-wrap: wrap;
  row-gap: 12px;
}

.lr-domain-search-form {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  padding: 6px;
  overflow: hidden;
}
.lr-domain-search-form input[type="text"] {
  flex: 1 1 auto;
  border: none;
  outline: none;
  background: transparent;
  padding: 14px 22px;
  font-size: 16px;
  color: #222;
  border-radius: 50px;
}
.lr-domain-search-form .lr-search-btn {
  flex: 0 0 auto;
  border: none;
  outline: none;
  cursor: pointer;
  background: #08bce9;
  color: #ffffff;
  font-weight: 700;
  padding: 0 32px;
  border-radius: 50px;
  transition: background 0.2s ease;
}
.lr-domain-search-form .lr-search-btn:hover { background: #0aa3c9; }

.domain-search-hint {
  margin: 12px 4px 0;
  font-size: 13px;
  color: inherit;
  opacity: 0.75;
}

@media (max-width: 480px) {
  .lr-domain-search-form { border-radius: 16px; flex-direction: column; padding: 10px; }
  .lr-domain-search-form input[type="text"] { padding: 12px 14px; }
  .lr-domain-search-form .lr-search-btn { margin-top: 8px; padding: 12px 0; border-radius: 12px; }
}

/* FAQ section reusing the take-action cyan background */
.take-action.faq .faq-subtitle { color: #ffffff; opacity: 0.9; }
.take-action.faq .faq-accordion .card { border: none; border-radius: 10px; overflow: hidden; }
.take-action.faq .faq-btn { width: 100%; text-align: left; white-space: normal; }
.take-action.faq .faq-list { padding-left: 20px; margin-bottom: 10px; }
.take-action.faq .faq-accordion .card-body .faq-list,
.take-action.faq .faq-accordion .card-body .faq-list li { color: #ffffff; }
.take-action.faq .faq-answer a { text-decoration: underline; }
.take-action.faq .faq-accordion .card-body { background: #08bce9; border-top: 1px solid rgba(255,255,255,0.25); }
.take-action.faq .faq-accordion .card-body .faq-answer { color: #ffffff; }
.take-action.faq .faq-accordion .card-body .faq-answer strong { color: #ffffff; }
.take-action.faq .faq-accordion .card-body .faq-answer a { color: #ffffff; }
.take-action.faq .faq-accordion .card-body ol,
.take-action.faq .faq-accordion .card-body ol li { color: #ffffff; }
.take-action.faq .faq-accordion .card-body a { color: #ffffff; }

/* Boxed feature grids (equal-height cards, "Learn more" links pinned to bottom) */
.features-boxed .feature-box .feat-link { display: inline-block; margin-top: 8px; font-weight: 700; color: #08bce9; text-decoration: underline; }
.features-boxed .features-row { display: flex; flex-wrap: wrap; align-items: stretch; }
.features-boxed .features-row > .d-flex { display: flex; margin-bottom: 30px; }
.features-boxed .feature-box { width: 100%; display: flex; flex-direction: column; }
.features-boxed .feature-box .feat-content { display: flex; flex-direction: column; flex: 1 1 auto; }
.features-boxed .feature-box .feat-content .feat-link { margin-top: auto; }

/* "Built for the way you actually work" audience icons */
#audience .feature-box .feat-icon .font-icon {
  display: inline-block;
  font-size: 2rem;
  color: #08bce9;
  -webkit-text-stroke-color: #08bce9;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}

/* Pricing plan cards (equal height, Add to Cart pinned to bottom) */
#plans .row { display: flex; flex-wrap: wrap; }
#plans .price-plan { display: flex; margin-bottom: 30px; }
#plans .plan { width: 100%; display: flex; flex-direction: column; }
#plans .plan-details { flex: 1 1 auto; }
#plans .plan-cta { margin-top: auto; }

/* Full feature-comparison table */
#full-comparison table td a.ma-btn-primary { display: inline-block; margin: 8px 0; }

/* Hosting product-detail sections (web_hosting.htm) */
.lr-inline-link { color: #08bce9; font-weight: 700; text-decoration: none; font-size: 14px; }
.lr-inline-link:hover { text-decoration: underline; }

.lr-product-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 30px;
  margin: 30px 0;
}
.lr-product-price { flex: 0 0 auto; text-align: center; min-width: 160px; }
.lr-product-price .lr-from { display: block; font-size: 13px; opacity: .7; }
.lr-product-price .lr-amount { font-size: 2.2rem; font-weight: 800; color: #08bce9; }
.lr-product-price .lr-amount span { font-size: 1rem; font-weight: 500; opacity: .7; }
.lr-product-price .lr-tier-name { display: block; font-size: 13px; opacity: .7; }
.lr-product-features { flex: 1 1 320px; }
.lr-product-features ul { margin-bottom: 0; }

.lr-why-when-row { margin-top: 30px; }
.lr-why-when-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  padding: 26px;
  height: 100%;
  margin-bottom: 20px;
}
.lr-why-when-card h3 { font-size: 1.15rem; margin-bottom: 14px; }
.lr-why-when-note { margin-top: 14px; font-size: 13.5px; opacity: .75; font-style: italic; }

.lr-bundle-callout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #08bce9;
  color: #fff;
  border-radius: 10px;
  padding: 22px 26px;
  margin-top: 30px;
}
.lr-bundle-callout p { margin: 0; max-width: 640px; }
.lr-bundle-callout .ma-btn-primary { background: #fff; color: #08bce9; white-space: nowrap; }

/* Hero "console" info panel (cpanel/wordpress/vps/etc product pages) */
.lr-console {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  padding: 24px 28px;
  max-width: 420px;
  margin: 0 auto;
}
.lr-console-head { display: flex; align-items: center; gap: 6px; margin-bottom: 16px; font-weight: 700; color: #333; }
.lr-console-head span { width: 10px; height: 10px; border-radius: 50%; background: #ddd; display: inline-block; }
.lr-console-row { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid #eee; font-size: 14px; }
.lr-console-tight .lr-console-row { padding: 5px 0; font-size: 13px; }
.multi-field-form-compact .input-wraper { margin-bottom: 1.9rem !important; }
.multi-field-form-compact input[type="text"] { border-bottom-width: 1px !important; border-bottom-color: #08bce9 !important; }
.multi-field-form-compact .b-border { background: #08bce9 !important; height: 1px !important; }
.lr-console-row:last-child { border-bottom: none; }
.lr-console-row .k { color: #888; }
.lr-console-row .v { font-weight: 600; color: #333; text-align: right; }
.lr-console-row .v.good { color: #08bce9; }

/* Hero checkmark badge pills (wordpress-hosting.html style) */
.lr-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.lr-hero-badges a {
  display: inline-block;
  background: rgba(8,188,233,0.1);
  color: #08bce9;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
}
.lr-hero-badges a:hover { background: rgba(8,188,233,0.2); }
.page-hero .lr-hero-badges a {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
}
.page-hero .lr-hero-badges a:hover { background: rgba(255,255,255,0.28); }

/* Plan cards (matching E_mail.htm pricing pattern, reused across hosting pages) */
.lr-plan-note { text-align: center; margin-top: 24px; font-size: 13.5px; opacity: .7; }
.plan-list .lr-featured-tag {
  display: inline-block;
  background: #08bce9;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 12px;
  margin-bottom: 8px;
}

/* Extension Finder + Directory (generated by finder-engine.js) */
.finder-intro { text-align: center; margin-bottom: 16px; font-size: 14px; opacity: .8; }
.finder-empty { text-align: center; opacity: .7; }
.match-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 24px; }
@media (max-width: 600px) {
  .match-grid { grid-template-columns: 1fr; }
}
.match-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 28px;
  text-align: left;
  position: relative;
}
.match-card.top-match { border: 2px solid #08bce9; }
.match-card .rank-tag {
  position: absolute; top: -12px; right: 18px;
  background: #08bce9; color: #fff; font-size: 12px; font-weight: 700;
  padding: 4px 12px; border-radius: 10px; text-transform: uppercase;
}
.match-card .match-ext { font-size: 1.6rem; font-weight: 800; color: #08bce9; }
.match-card .match-desc { font-size: 15px; margin: 10px 0; opacity: .85; }
.match-card .match-why { display: block; font-size: 13px; opacity: .65; margin-bottom: 16px; font-style: italic; }
.match-card .match-actions { display: flex; flex-direction: row; flex-wrap: wrap; gap: 10px; }
.match-card .match-actions .btn-primary,
.match-card .match-actions .btn-ghost {
  flex: 1 1 auto;
  display: block; text-align: center; font-size: 13px; font-weight: 700;
  padding: 8px 12px; border-radius: 6px; text-decoration: none;
}
.match-card .match-actions .btn-primary { background: #08bce9; color: #fff; }
.match-card .match-actions .btn-ghost { border: 1px solid #08bce9; color: #08bce9; }
.bundle-callout {
  background: #f2f2f2; border-radius: 10px; padding: 18px 22px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px;
}
.bundle-callout p { margin: 0; font-size: 14px; }
.bundle-callout .btn-ghost {
  border: 1px solid #08bce9; color: #08bce9; padding: 8px 16px;
  border-radius: 6px; text-decoration: none; font-size: 13px; font-weight: 700; white-space: nowrap;
}

.directory-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; justify-content: center; }
.directory-tab {
  background: #f2f2f2; border: none; color: #333; font-size: 13px; font-weight: 600;
  padding: 8px 14px; border-radius: 16px; cursor: pointer;
}
.directory-tab.active { background: #08bce9; color: #fff; }
.directory-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.directory-card { background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); padding: 16px; }
.directory-card .d-ext { font-weight: 800; color: #08bce9; font-size: 1.05rem; }
.directory-card .d-desc { font-size: 12.5px; opacity: .8; margin: 6px 0 0; }

/* Trademark / social checkers (bonus tools from finder-engine.js, if added to a page) */
.tm-card {
  background: #fff; border-radius: 10px; box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 20px; text-align: left;
}
.tm-card .tm-region {
  display: inline-block; background: rgba(8,188,233,0.1); color: #08bce9;
  font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 3px 10px; border-radius: 10px;
}
.tm-card h4 { margin: 10px 0 6px; }
.tm-card p { font-size: 13.5px; opacity: .8; margin-bottom: 10px; }
.tm-card .tm-step { display: block; font-size: 12px; font-weight: 700; opacity: .6; margin-top: 10px; }
.tm-card .tm-name-row { display: flex; align-items: center; gap: 10px; margin: 6px 0 10px; }
.tm-card .tm-name { font-weight: 700; }
.tm-card .tm-copy {
  border: 1px solid #ddd; background: #fff; border-radius: 6px; padding: 4px 10px;
  font-size: 12px; cursor: pointer;
}
.tm-card .btn-primary { display: inline-block; background: #08bce9; color: #fff; padding: 8px 14px; border-radius: 6px; text-decoration: none; font-size: 13px; font-weight: 700; }
.tm-empty { text-align: center; opacity: .7; }

.transfer-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.transfer-remove-btn {
  border: none; background: #f2f2f2; color: #888; width: 28px; height: 28px;
  border-radius: 50%; cursor: pointer; font-size: 16px; line-height: 1;
}
#plans .plan-cost {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 2rem !important;
  height: 195px;
}
