*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
background: #0b0f14;
color: #f5f5f5;
font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, 'Times New Roman', serif;
color: #ffffff;
line-height: 1.3;
}

h1, h3 {
margin-bottom: 20px;
}

h2 {
margin-top: 0;
margin-bottom: 8px;
}

p {
color: #bfc9d4;
line-height: 1.6;
margin-bottom: 10px;
}

a {
color: #D4AF37;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

header, main, footer {
max-width: 960px;
margin: 0 auto;
padding: 0 1.5rem;
}

header {
padding-top: 2.5rem;
padding-bottom: 1.5rem;
}

footer {
padding: 60px 20px;
border-top: 1px solid #1f2e3d;
text-align: center;
color: #8fa2b7;
margin-top: 3rem;
}

footer p {
font-size: 0.875rem;
color: #8fa2b7;
}

.product-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
.product-grid {
grid-template-columns: 1fr 1fr;
}
}

.product-card {
background: #11151c;
border: 1px solid rgba(47, 107, 255, 0.45);
border-radius: 22px;
padding: 28px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65);
transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
transform: translateY(-6px);
box-shadow: 0 0 25px rgba(50, 120, 255, 0.25);
}

.product-card h3 {
font-size: 1.25rem;
font-weight: 600;
letter-spacing: -0.3px;
margin-bottom: 0.5rem;
}

.product-image {
width: 100%;
height: auto;
border-radius: 12px;
margin-bottom: 1rem;
}

.price-row {
display: flex;
align-items: center;
gap: 16px;
margin: 8px 0 12px 0;
}


.price-note {
font-size: 0.8125rem;
color: #9ca3af;
margin: 0 0 0.75rem 0;
}

.cta-button {
display: block;
width: 100%;
padding: 18px 20px;
margin-top: 20px;
background: linear-gradient(135deg, #1a2f4f, #0e1a2b);
color: #ffffff;
text-align: center;
font-weight: 700;
font-size: 17px;
letter-spacing: 0.5px;
border: 2px solid #c6a95d;
border-radius: 10px;
text-decoration: none;
transition: all 0.25s ease;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
box-sizing: border-box;
}

.cta-button:hover {
background: linear-gradient(135deg, #223d66, #13243a);
box-shadow: 0 0 18px rgba(198, 169, 93, 0.5);
transform: translateY(-2px);
}

.cta-subtext {
font-size: 13px;
color: #bcc8da;
font-weight: 500;
margin-top: 14px;
text-align: center;
letter-spacing: 0.3px;
}

.value-bullets {
margin-top: 14px;
margin-bottom: 16px;
padding: 0;
list-style: none;
}

.value-bullets li {
display: flex;
align-items: baseline;
margin-bottom: 8px;
font-size: 14px;
color: #cfd8e6;
line-height: 1.4;
}

.value-bullets li::before {
content: "\2714";
color: #c6a95d;
font-weight: bold;
margin-right: 8px;
flex-shrink: 0;
}

.blue-pill {
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(180deg, #2f6bff 0%, #1565ff 100%);
color: #ffffff;
font-size: 14px;
font-weight: 700;
padding: 8px 22px;
border-radius: 9999px;
line-height: 1;
white-space: nowrap;
box-shadow:
0 0 4px 1px rgba(21, 101, 255, 0.25),
0 0 10px 3px rgba(21, 101, 255, 0.12);
}

.product-desc {
font-size: 0.9375rem;
color: #9ca3af;
line-height: 1.5;
}

.filing-fee-section {
margin-bottom: 2rem;
}

.filing-fee-box {
background: linear-gradient(145deg, #141a23, #0f141c);
border-radius: 22px;
border: 1px solid rgba(255, 255, 255, 0.05);
padding: 28px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65);
position: relative;
}

.filing-fee-box h3 {
font-size: 1.25rem;
font-weight: 800;
letter-spacing: -0.01em;
color: #e5e7eb;
margin-bottom: 0.5rem;
}

.filing-fee-box .price,
.filing-fee-box h3 span,
.filing-fee-box strong {
color: #e5e7eb !important;
text-shadow: none !important;
background: none !important;
-webkit-text-fill-color: unset !important;
}

.filing-fee-box::after {
content: "";
display: block;
margin-top: 18px;
height: 3px;
width: 100%;
background: linear-gradient(
90deg,
rgba(47, 107, 255, 0.9),
rgba(47, 107, 255, 0.4)
);
border-radius: 3px;
}

.filing-fee-box h2 {
font-weight: 800;
margin-bottom: 0.5rem;
}

.filing-fee-box p {
margin-top: 0.5rem;
color: #9ca3af;
}

section {
margin-bottom: 2rem;
}

.container {
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
}

.section {
padding: 32px 0;
}

.conversion-layer {
padding: 50px 0;
}

.hero {
background: linear-gradient(180deg, #0c1420 0%, #0a111a 100%);
text-align: center;
padding: 100px 20px;
}

.hero h1 {
font-size: 42px;
margin-bottom: 20px;
}

.hero p {
max-width: 700px;
margin: 0 auto;
font-size: 18px;
}

.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}

.feature-card {
background: #0f1a26;
border: 1px solid #1f2e3d;
border-radius: 14px;
padding: 30px;
}

.state-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}

.state-card {
display: block;
background: #0f1a26;
border: 1px solid #1f2e3d;
border-radius: 14px;
padding: 25px;
text-decoration: none;
color: #ffffff;
transition: 0.2s ease;
}

.state-card:hover {
border-color: #1565ff;
transform: translateY(-4px);
}

.comparison-table {
width: 100%;
border-collapse: collapse;
margin-top: 30px;
background: #0f1a26;
border-radius: 14px;
overflow: hidden;
}

.comparison-table th,
.comparison-table td {
padding: 14px 16px;
text-align: left;
}

.comparison-table th {
background: #111e2b;
font-weight: 600;
color: #ffffff;
}

.comparison-table tr {
border-bottom: 1px solid #1f2e3d;
}

.comparison-table tr:last-child {
border-bottom: none;
}

.comparison-table td {
color: #c7d2de;
}

.footer-brand {
font-family: Georgia, 'Times New Roman', serif;
font-size: 1.1rem;
color: #e5e7eb;
font-weight: 700;
margin-bottom: 0.5rem;
}

.feature-list {
list-style: none;
padding: 0;
margin: 1rem 0;
}

.feature-list li {
color: #bfc9d4;
padding: 0.5rem 0 0.5rem 1.5rem;
position: relative;
line-height: 1.6;
}

.feature-list li::before {
content: "\2713";
position: absolute;
left: 0;
color: #D4AF37;
font-weight: 700;
}

.comparison-table + h3 {
margin-top: 2.5rem;
}

.comparison-block {
background: #0f1a26;
border: 1px solid #1f2e3d;
border-radius: 14px;
padding: 28px;
margin-bottom: 1.5rem;
}

.comparison-block h3 {
margin-bottom: 0.75rem;
}

.comparison-list {
list-style: none;
padding: 0;
margin: 0;
}

.comparison-list li {
color: #bfc9d4;
padding: 0.5rem 0 0.5rem 1.5rem;
position: relative;
line-height: 1.6;
}

.comparison-list li::before {
content: "\2022";
position: absolute;
left: 0;
color: #D4AF37;
font-weight: 700;
}

.comparison-note {
margin-top: 1.5rem;
font-size: 0.875rem;
color: #8fa2b7;
}

.faq-item {
margin-bottom: 1.5rem;
}

.faq-item h3 {
font-size: 1.1rem;
font-weight: 600;
color: #e5e7eb;
margin-bottom: 0.4rem;
}

.faq-item p {
color: #bfc9d4;
line-height: 1.6;
}

.last-verified {
font-size: 0.875rem;
color: #8fa2b7;
margin-top: -0.5rem;
margin-bottom: 1rem;
}

.trust-bar {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 1.5rem;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 10px;
padding: 0.75rem 1.25rem;
margin-bottom: 1.25rem;
}

.trust-bar span {
font-size: 0.8125rem;
color: #8fa2b7;
white-space: nowrap;
}

/* === GLOBAL SPACING REFINEMENT === */

.section {
  padding: 24px 0; /* was 32px */
}

section {
  margin-bottom: 1.5rem; /* was 2rem */
}

p + p {
  margin-top: 0.75rem; /* improves paragraph rhythm */
}

h2 {
  margin-bottom: 12px; /* slightly stronger heading separation */
}

h3 {
  margin-bottom: 10px;
}

/* Make product section feel more important */

.conversion-layer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section {
  padding: 24px 0;
}

h2 {
  margin-bottom: 0.6rem;
}

h3 {
  margin-bottom: 0.4rem;
}

p {
  margin-bottom: 0.75rem;
}

/* ===== Vertical Rhythm Tightening ===== */

.section {
  padding: 24px 0;
}

h2 {
  margin-bottom: 0.6rem;
}

h3 {
  margin-bottom: 0.4rem;
}

p {
  margin-bottom: 0.75rem;
}

/* ===== Subtle Section Dividers ===== */

.section + .section {
  border-top: 1px solid rgba(255,255,255,0.04);
}

/* ===== InFormer Global Brand ===== */

.brand-header {
  text-align: center;
  padding-top: 1.5rem;
  margin-bottom: 1.75rem;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;

  background: linear-gradient(
    to bottom,
    #1c3553 0%,
    #13263d 60%,
    #0f1f32 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  text-shadow: 0 1px 0 #c6a95d;
}

/* FIX GOLD PRICE GRADIENT (Mobile Rendering Fix) */



/* ===== FINAL GOLD PRICE (DO NOT DUPLICATE) ===== */


/* ===== GOLD PRICE (ORIGINAL LOCKED VERSION) ===== */


/* ===== GOLD PRICE (EXACT ORIGINAL MATCH) ===== */


/* --- FORCE InFormer to match ORIGINAL gold-price from replica file --- */
/* High specificity + !important + placed at end of stylesheet = wins */
html body .informer-gold {
  display: inline-block !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;

  background: linear-gradient(
    90deg,
    #cca030 0%,
    #e6be42 18%,
    #f2d45c 38%,
    #f5da65 50%,
    #e6be42 65%,
    #cca030 82%,
    #b58828 100%
  ) !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;

  -webkit-text-fill-color: transparent !important;
  color: transparent !important;

  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5)) !important;
}

/* Force InFormer gradient above filing-fee-box overrides */
.filing-fee-box .informer-gold {
  background: linear-gradient(
    90deg,
    #cca030 0%,
    #e6be42 18%,
    #f2d45c 38%,
    #f5da65 50%,
    #e6be42 65%,
    #cca030 82%,
    #b58828 100%
  ) !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;

  color: transparent !important;
  -webkit-text-fill-color: transparent !important;

  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) !important;
}

/* === InFormer Gold - Exact Match To Price Project === */
.informer-gold {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;

  background: linear-gradient(
    90deg,
    #cca030 0%,
    #e6be42 18%,
    #f2d45c 38%,
    #f5da65 50%,
    #e6be42 65%,
    #cca030 82%,
    #b58828 100%
  );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}


/* FORCE InFormer to match gold price exactly */
.brand-name .informer-gold {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;

  background: linear-gradient(
    90deg,
    #cca030 0%,
    #e6be42 18%,
    #f2d45c 38%,
    #f5da65 50%,
    #e6be42 65%,
    #cca030 82%,
    #b58828 100%
  ) !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;

  text-shadow: 0 1px 1px rgba(0,0,0,0.5) !important;
}


/* === Dominant Brand Header === */
.brand-name,
.informer-gold{
  font-size: 56px;          /* Bigger than H1 */
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 12px;
}

/* Support title under the brand */
h1{
  font-size: 44px;
  line-height: 1.15;
}

/* === Brand: make InFormer bigger than page title (global) === */
.brand-name .informer-gold,
.site-brand .informer-gold,
.brand-name,
.site-brand {
  font-size: 72px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.05 !important;
  display: inline-block !important;
}

/* keep spacing nice */
.brand-name,
.site-brand {
  margin-bottom: 16px !important;
}

/* ===== MAIN PAGE BRAND FIX ===== */
.hero .brand-name .informer-gold,
header .brand-name .informer-gold,
body > .brand-name .informer-gold {
  font-size: clamp(56px, 6vw, 88px) !important;
  line-height: 1.02 !important;
}


/* ===== FORCE FULL WIDTH HERO ON MAIN PAGE ===== */
body > div,
main,
.hero,
.section {
  max-width: 1200px !important;
  width: 100% !important;
}


/* ===== PREMIUM PRICE STYLE ===== */
.price,
.price-gold,
.product-price {
  display: block !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  margin: 8px 0 12px 0 !important;
  letter-spacing: -0.02em;
}


/* ===== CLEAN PRICE LAYOUT FIX ===== */

/* Stack price and badge cleanly */
.product-card .badge,


/* ===== FINAL PRODUCT CARD ALIGNMENT ===== */

/* Center the pill cleanly */
.product-card .badge,
.product-card .pill,
.product-card .no-children,
.product-card .with-children {
  display: inline-block !important;
  margin: 0 auto 8px auto !important;
  text-align: center !important;
}

/* Center container content */
.product-card {
  text-align: center !important;
}

/* Refine price spacing */


/* ===== RESTORE PREMIUM GOLD ===== */







/* ===== TRUE PREMIUM GOLD ===== */


/* ===== Tailwind-Match Gold ===== */
.gold-price {
  font-weight: 700 !important;
  font-size: 40px !important;

  background: linear-gradient(
    to bottom,
    #fff6b0 0%,
    #d4af37 50%,
    #3a2600 100%
  ) !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;

  text-align: center !important;
  margin: 12px 0 !important;
}


.quick-overview {
  background: #0f1a26;
  border: 1px solid #1f2e3d;
  border-radius: 14px;
  padding: 24px;
  margin: 2rem 0;
}

.quick-overview h2 {
  margin-bottom: 12px;
}

.quick-facts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-facts li {
  margin-bottom: 8px;
  color: #cfd8e6;
  line-height: 1.5;
}


.divorce-steps {
  background: #0c1622;
  border: 1px solid #1f2e3d;
  border-radius: 14px;
  padding: 28px;
  margin: 2rem 0;
}

.steps-list {
  padding-left: 20px;
}

.steps-list li {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #cfd8e6;
}
.states-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

@media (min-width: 700px) {
  .states-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1000px) {
  .states-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.state-link {
  display: block;
  padding: 12px;
  background: #11151c;
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 6px;
  text-align: center;
  color: #D4AF37;
  text-decoration: none;
  font-weight: 500;
}

.state-link:hover {
  background: rgba(212,175,55,0.1);
  border-color: #D4AF37;
}
input[type="text"] {
  background-color: #13263a;
  color: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 12px;
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
}

input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* 🔥 GOLD HIGHLIGHT WHEN CLICKED */
input[type="text"]:focus {
  border-color: #D4AF37;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.25);
}