@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .tn-alimony-calculator-content{
  --tnac-brand: #2563eb;
  --tnac-brand-two: #14b8a6;
  --tnac-text: #162033;
  --tnac-muted: #5f6f86;
  --tnac-section-white: #fff;
  --tnac-section-blue: #f0f7ff;
  --tnac-border: rgba(37, 99, 235, 0.14);
  --tnac-shadow: 0 18px 45px rgba(21, 45, 85, 0.1);
  --tnac-shadow-hover: 0 24px 60px rgba(21, 45, 85, 0.16);
  --tnac-radius: 22px;
  --tnac-card-radius: 20px;
  --tnac-card-bg: #f0f7ff;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: var(--tnac-text);
  font-family: inherit;
}.tc-wp-content-root .tn-alimony-calculator-content, .tc-wp-content-root .tn-alimony-calculator-content *{
  box-sizing: border-box;
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-section{
  position: relative;
  padding: 76px 18px;
  overflow: hidden;
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-section-white{
  background: var(--tnac-section-white);
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-section-blue{
  background: var(--tnac-section-blue);
  --tnac-card-bg: #fff;
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-container{
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 10px;
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-heading{
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}.tc-wp-content-root .tn-alimony-calculator-content h2{
  margin: 0;
  font-size: clamp(1.4rem, 5vw, 2.2rem);
  line-height: 1.18;
  color: var(--tnac-text);
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .tn-alimony-calculator-content h2 span{
  position: relative;
  display: inline-block;
  z-index: 1;
}.tc-wp-content-root .tn-alimony-calculator-content h2 span::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 0.34em;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.28), rgba(20, 184, 166, 0.28));
}.tc-wp-content-root .tn-alimony-calculator-content h3{
  margin: 14px auto 0;
  max-width: 760px;
  font-size: clamp(0.96rem, 2vw, 1.1rem);
  line-height: 1.65;
  font-weight: 500;
  color: var(--tnac-muted);
  letter-spacing: 0;
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-grid{
  display: grid;
  gap: 22px;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-card{
  --tnac-accent: #2563eb;
  position: relative;
  min-width: 0;
  height: 100%;
  padding: 26px;
  border-radius: var(--tnac-card-radius);
  border: 1px solid var(--tnac-border);
  background: var(--tnac-card-bg);
  box-shadow: 0 10px 28px rgba(21, 45, 85, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  isolation: isolate;
  overflow: hidden;
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-card::before{
  content: "";
  position: absolute;
  inset: -70px -90px auto auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--tnac-accent) 22%, transparent), transparent 68%);
  opacity: 0.55;
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-card:nth-child(6n + 1){ --tnac-accent: #2563eb; }.tc-wp-content-root .tn-alimony-calculator-content .tnac-card:nth-child(6n + 2){ --tnac-accent: #14b8a6; }.tc-wp-content-root .tn-alimony-calculator-content .tnac-card:nth-child(6n + 3){ --tnac-accent: #f97316; }.tc-wp-content-root .tn-alimony-calculator-content .tnac-card:nth-child(6n + 4){ --tnac-accent: #7c3aed; }.tc-wp-content-root .tn-alimony-calculator-content .tnac-card:nth-child(6n + 5){ --tnac-accent: #dc2626; }.tc-wp-content-root .tn-alimony-calculator-content .tnac-card:nth-child(6n + 6){ --tnac-accent: #0891b2; }.tc-wp-content-root .tn-alimony-calculator-content .tnac-icon{
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--tnac-accent), color-mix(in srgb, var(--tnac-accent) 70%, #111827));
  box-shadow: 0 12px 26px color-mix(in srgb, var(--tnac-accent) 26%, transparent);
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .tn-alimony-calculator-content h4{
  position: relative;
  display: inline-block;
  margin: 0 0 11px;
  padding-bottom: 7px;
  font-size: 1.04rem;
  line-height: 1.3;
  font-weight: 800;
  color: var(--tnac-text);
  letter-spacing: 0;
}.tc-wp-content-root .tn-alimony-calculator-content h4::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--tnac-accent);
  transition: width 260ms ease;
}.tc-wp-content-root .tn-alimony-calculator-content p{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--tnac-muted);
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-cta{
  margin-top: 16px;
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--tnac-accent);
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-card:hover{
  transform: translateY(-7px);
  box-shadow: var(--tnac-shadow-hover);
  border-color: color-mix(in srgb, var(--tnac-accent) 34%, transparent);
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-card:hover::before{
  opacity: 0.9;
  transform: scale(1.08);
}.tc-wp-content-root .tn-alimony-calculator-content .tnac-card:hover h4::after{
  width: 100%;
}.tc-wp-content-root .tn-alimony-calculator-content.tnac-js-enabled .reveal{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}.tc-wp-content-root .tn-alimony-calculator-content.tnac-js-enabled .reveal.tnac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .tn-alimony-calculator-content *, .tc-wp-content-root .tn-alimony-calculator-content *::before, .tc-wp-content-root .tn-alimony-calculator-content *::after{
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }}@media (max-width: 1023px) {.tc-wp-content-root .tn-alimony-calculator-content .tnac-section{
    padding: 64px 16px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-container{
    padding: 0 8px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-grid-four, .tc-wp-content-root .tn-alimony-calculator-content .tnac-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-card{
    padding: 24px;
  }}@media (max-width: 767px) {.tc-wp-content-root .tn-alimony-calculator-content .tnac-section{
    padding: 54px 14px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-container{
    padding: 0 4px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .tn-alimony-calculator-content h2{
    font-size: clamp(1.4rem, 5vw, 2.2rem);
  }.tc-wp-content-root .tn-alimony-calculator-content h3{
    font-size: 0.95rem;
    line-height: 1.58;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-grid-four, .tc-wp-content-root .tn-alimony-calculator-content .tnac-grid-three{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tn-alimony-calculator-content h4{
    font-size: 1rem;
  }.tc-wp-content-root .tn-alimony-calculator-content p{
    font-size: 0.93rem;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-card:hover{
    transform: translateY(-3px);
  }}@media (max-width: 429px) {.tc-wp-content-root .tn-alimony-calculator-content .tnac-section{
    padding: 48px 12px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-card{
    padding: 20px;
  }.tc-wp-content-root .tn-alimony-calculator-content h3{
    font-size: 0.92rem;
  }.tc-wp-content-root .tn-alimony-calculator-content p{
    font-size: 0.91rem;
    line-height: 1.6;
  }}@media (max-width: 374px) {.tc-wp-content-root .tn-alimony-calculator-content .tnac-section{
    padding: 42px 10px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-container{
    padding: 0;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-grid-four, .tc-wp-content-root .tn-alimony-calculator-content .tnac-grid-three{
    gap: 14px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-card{
    padding: 18px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .tn-alimony-calculator-content .tnac-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .tn-alimony-calculator-content h4{
    font-size: 0.96rem;
  }.tc-wp-content-root .tn-alimony-calculator-content p{
    font-size: 0.89rem;
  }}