.elementor-687 .elementor-element.elementor-element-b78fb3d{--display:flex;}.elementor-687 .elementor-element.elementor-element-3b6d520{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3b6d520 *//* ==========================================================
   FREE TESTOSTERONE CALCULATOR (REBUILT CLEAN)
========================================================== */

.ftcalc-page,
.ftcalc-page *,
.ftcalc-page *::before,
.ftcalc-page *::after {
  box-sizing: border-box;
}

.ftcalc-page {
  --hcg-accent: #b3b401;
  --hcg-accent-hover: #d6d73a;
  --hcg-bg: #0f0f0f;
  --hcg-card: linear-gradient(180deg, #171717 0%, #121212 100%);
  --hcg-card-soft: linear-gradient(180deg, rgba(255,255,255,.025) 0%, rgba(255,255,255,.01) 100%);
  --hcg-white: #ffffff;
  --hcg-body: #bbbbbb;
  --hcg-soft: #d1d1d1;
  --hcg-muted: #919191;
  --hcg-border: rgba(255,255,255,.06);
  --hcg-border-strong: rgba(255,255,255,.13);
  
  /* Standard UI Colors */
  --hcg-danger: #ff8d86;
  --hcg-warning: #ffc470;
  --hcg-success: #6cc17a;

  /* Earthy Chart Colors */
  --chart-low: #6e4444;
  --chart-border: #796440;
  --chart-normal: #4c644c;
  --chart-text: #7b8f9e;
  
  width: 100%;
  margin: 0;
  padding: 110px 0 0;
  background: var(--hcg-bg);
  color: var(--hcg-white);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif !important;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.ftcalc-page * {
  font-family: inherit !important;
}

/* HEADER */
.ftcalc-header {
  width: 90%;
  max-width: 920px;
  margin: 0 auto 52px;
  text-align: center;
}

.ftcalc-title {
  margin: 0 auto 18px !important;
  color: var(--hcg-white) !important;
  font-size: clamp(2.35rem, 5vw, 3.65rem) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance;
}

.ftcalc-title::after {
  content: "";
  display: block;
  width: 78px;
  height: 3px;
  margin: 24px auto 28px;
  border-radius: 99px;
  background: var(--hcg-accent);
}

.ftcalc-intro {
  margin: 0 auto 18px !important;
  color: var(--hcg-body) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.92 !important;
}

/* LAYOUT CONTAINER */
.ftcalc-main-container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

/* NOTE CARD */
.ftcalc-note-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto 42px;
  padding: 32px 36px;
  border: 1px solid rgba(179,180,1,.30);
  border-left: 4px solid var(--hcg-accent);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(179,180,1,.08) 0%, rgba(179,180,1,.025) 100%), #141414;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  max-width: 980px;
}

.ftcalc-note-title {
  margin: 0 0 12px !important;
  color: var(--hcg-white) !important;
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
}

.ftcalc-note-card p {
  margin: 0 !important;
  color: var(--hcg-body) !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

.ftcalc-note-card strong {
  color: var(--hcg-white) !important;
}

/* CALCULATOR SHELL */
.ftcalc-app {
  width: 100%;
  max-width: 840px;
  margin: 54px auto 62px;
  padding: 34px 32px;
  border: 1px solid var(--hcg-border);
  border-radius: 26px;
  background: var(--hcg-card);
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
}

.ftcalc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: end;
}

.ftcalc-field {
  display: flex;
  flex-direction: column;
}

.ftcalc-field label {
  margin: 0 0 9px !important;
  color: var(--hcg-white) !important;
  font-size: .88rem !important;
  font-weight: 700 !important;
}

.ftcalc-field input,
.ftcalc-field select,
.ftcalc-unit-switcher select {
  width: 100% !important;
  min-height: 58px !important;
  padding: 12px 16px !important;
  margin: 0 !important;
  border: 1px solid var(--hcg-border-strong) !important;
  border-radius: 14px !important;
  background: #101010 !important;
  color: var(--hcg-white) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  outline: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: all .2s ease;
}

.ftcalc-field input:focus,
.ftcalc-field select:focus,
.ftcalc-unit-switcher select:focus {
  border-color: var(--hcg-accent) !important;
  background: #121212 !important;
  box-shadow: 0 0 0 4px rgba(179,180,1,.13) !important;
}

.ftcalc-field input::placeholder {
  color: #747474 !important;
  font-weight: 500 !important;
}

.ftcalc-field select,
.ftcalc-unit-switcher select {
  padding-right: 36px !important;
  cursor: pointer;
  background-image: 
    linear-gradient(45deg, transparent 50%, var(--hcg-accent) 50%),
    linear-gradient(135deg, var(--hcg-accent) 50%, transparent 50%) !important;
  background-position: calc(100% - 21px) 50%, calc(100% - 16px) 50% !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}
.ftcalc-field select option,
.ftcalc-unit-switcher select option {
  background: #171717;
  color: var(--hcg-white);
}

.ftcalc-field select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-image: none !important;
}

/* BUTTONS */
.ftcalc-actions {
  display: flex;
  gap: 16px;
  margin: 32px 0 20px;
}

.ftcalc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 28px;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-size: .95rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all .2s ease;
}

.ftcalc-btn:hover,
.ftcalc-btn:focus,
.ftcalc-btn:active {
  border-radius: 999px !important; 
}

.ftcalc-btn--primary {
  flex: 1;
  background: var(--hcg-accent) !important;
  color: #111111 !important;
}

.ftcalc-btn--primary:hover {
  background: var(--hcg-accent-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.25) !important;
}

.ftcalc-btn--ghost {
  flex: 0 0 auto;
  border-color: var(--hcg-border-strong) !important;
  background: rgba(255,255,255,.025) !important;
  color: var(--hcg-white) !important;
}

.ftcalc-btn--ghost:hover {
  border-color: var(--hcg-accent) !important;
  background: rgba(179,180,1,.08) !important;
  color: var(--hcg-accent) !important;
  transform: translateY(-2px);
}

.ftcalc-error-note {
  min-height: 20px;
  margin: 12px 0 24px !important;
  color: var(--hcg-danger) !important;
  font-size: .85rem !important;
  font-weight: 700 !important;
}

/* RESULTS PANEL */
.ftcalc-results {
  padding: 28px;
  border: 1px solid rgba(179,180,1,.24);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(179,180,1,.08) 0%, rgba(179,180,1,.018) 100%), #141414;
  box-shadow: 0 14px 32px rgba(0,0,0,.16);
  transition: opacity 0.3s ease;
}
.ftcalc-results[aria-hidden="true"] { opacity: 0.5; pointer-events: none; }

.ftcalc-results-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.ftcalc-results-title {
  color: var(--hcg-white) !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
}

.ftcalc-results-sub {
  margin-top: 4px;
  color: var(--hcg-soft) !important;
  font-size: .84rem !important;
}

.ftcalc-unit-switcher select {
  min-height: 42px !important;
  padding: 8px 30px 8px 12px !important;
  font-size: .85rem !important;
}

.ftcalc-primary-result {
  margin: 0 0 16px;
  padding: 22px 20px;
  border: 1px solid rgba(179,180,1,.26);
  border-radius: 16px;
  background: rgba(179,180,1,.08);
}

.ftcalc-primary-value {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}

.ftcalc-num {
  color: var(--hcg-white) !important;
  font-size: 2.5rem !important;
  font-weight: 800 !important;
}
.ftcalc-unit {
  color: var(--hcg-accent) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.ftcalc-sep {
  flex: 0 0 1px;
  height: 24px;
  background: var(--hcg-border-strong);
  margin: 0 4px;
}

/* Category Pills */
.ftcalc-pill {
  font-size: .9rem !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 99px;
  background: rgba(255,255,255,.05);
  color: var(--hcg-body) !important;
}
.ftcalc-cat-low { background: rgba(255,141,134,.15); color: var(--hcg-danger) !important; }
.ftcalc-cat-border { background: rgba(255,196,112,.15); color: var(--hcg-warning) !important; }
.ftcalc-cat-normal { background: rgba(108,193,122,.15); color: var(--hcg-success) !important; }

.ftcalc-secondary-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border: 1px solid var(--hcg-border);
  border-radius: 14px;
  background: rgba(255,255,255,.02);
  margin-bottom: 16px;
}

.ftcalc-secondary-result strong {
  color: var(--hcg-body) !important;
  font-size: .9rem !important;
  font-weight: 600 !important;
}

.ftcalc-sec-num {
  color: var(--hcg-white) !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
}
.ftcalc-sec-unit {
  margin-left: 8px;
  color: var(--hcg-accent) !important;
  font-size: .85rem !important;
  font-weight: 700 !important;
}

.ftcalc-guidance {
  margin: 16px 0 0 !important;
  color: var(--hcg-soft) !important;
  font-size: .88rem !important;
  line-height: 1.6 !important;
}
.ftcalc-guidance strong { color: var(--hcg-white) !important; }

.ftcalc-hr {
  border: 0;
  height: 1px;
  background: var(--hcg-border-strong);
  margin: 28px 0;
}

/* ==========================================================
   CHART / RANGES - NEW DESIGNED PILL LEGENDS
========================================================== */
.ftcalc-chart { width: 100%; }

.ftcalc-bar {
  position: relative;
  display: flex;
  width: 100%;
  height: 14px;
  border-radius: 99px;
  background: #222;
  overflow: hidden;
  margin-bottom: 22px; 
}
.ftcalc-bar-seg { height: 100%; }

.ftcalc-bg-danger { background: var(--chart-low) !important; }
.ftcalc-bg-warning { background: var(--chart-border) !important; }
.ftcalc-bg-success { background: var(--chart-normal) !important; }

.ftcalc-marker {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 18px;
  background: #ffffff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Legend Pills Container - Center Aligned */
.ftcalc-key {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center; 
}

.ftcalc-key-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 8px; 
  border-radius: 99px;
  border: 1px solid transparent;
}

.ftcalc-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%; 
}

.ftcalc-key-item:nth-child(1) {
  background: rgba(110, 68, 68, 0.2);
  border-color: rgba(110, 68, 68, 0.4);
}
.ftcalc-key-item:nth-child(1) .ftcalc-key-lbl { color: var(--hcg-danger) !important; }

.ftcalc-key-item:nth-child(2) {
  background: rgba(121, 100, 64, 0.2);
  border-color: rgba(121, 100, 64, 0.4);
}
.ftcalc-key-item:nth-child(2) .ftcalc-key-lbl { color: var(--hcg-warning) !important; }

.ftcalc-key-item:nth-child(3) {
  background: rgba(76, 100, 76, 0.2);
  border-color: rgba(76, 100, 76, 0.4);
}
.ftcalc-key-item:nth-child(3) .ftcalc-key-lbl { color: var(--hcg-success) !important; }


.ftcalc-key-lbl {
  font-size: .8rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: .05em !important;
}
.ftcalc-key-val {
  color: var(--chart-text) !important; 
  font-size: .8rem !important;
  font-weight: 600 !important;
}

/* ==========================================================
   MAIN ARTICLE CONTENT
========================================================== */
.ftcalc-article {
  max-width: 920px;
  margin: 0 auto;
}

.ftcalc-section {
  padding: 62px 0;
  border-top: 1px solid var(--hcg-border);
}
.ftcalc-section:first-child { border-top: 0; padding-top: 0; }

.ftcalc-eyebrow {
  display: inline-block !important;
  margin: 0 0 16px !important;
  color: var(--hcg-accent) !important; 
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

.ftcalc-section h2 {
  max-width: 800px;
  margin: 0 0 18px !important;
  color: var(--hcg-white) !important;
  font-size: clamp(1.95rem, 3.8vw, 2.75rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.03em !important;
}

.ftcalc-section p {
  margin: 0 0 18px !important;
  color: var(--hcg-body) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.95 !important;
}
.ftcalc-section p:last-child, .ftcalc-mb { margin-bottom: 0 !important; }
.ftcalc-section strong { color: var(--hcg-white) !important; font-weight: 700 !important; }

.ftcalc-section a {
  color: var(--hcg-accent) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(179,180,1,.4);
  transition: all .18s ease;
}
.ftcalc-section a:hover {
  color: var(--hcg-accent-hover) !important;
  border-bottom-color: rgba(179,180,1,.8);
}

.ftcalc-list { margin: 24px 0; padding: 0 0 0 20px; }
.ftcalc-list li {
  margin: 0 0 12px;
  color: var(--hcg-body) !important;
  font-size: 17px !important;
  line-height: 1.85 !important;
  padding-left: 8px;
}
.ftcalc-list li::marker { color: var(--hcg-accent); font-weight: 800; }

/* ==========================================================
   COMPARISON BOXES - COLORED & DESIGNED
========================================================== */
.ftcalc-comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 32px 0 24px;
}

.ftcalc-comparison-card {
  position: relative; 
  padding: 32px 24px;
  border: 1px solid rgba(255,255,255,0.06); 
  border-radius: 14px; 
  background: #111111; 
  box-shadow: 0 8px 24px rgba(0,0,0,0.15); 
  overflow: hidden;
}

.ftcalc-comparison-card::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0;
  height: 4px;
}

.ftcalc-comparison-card:nth-child(1)::before { background: var(--hcg-accent); }
.ftcalc-comparison-card:nth-child(1) h3 { color: var(--hcg-accent) !important; }

.ftcalc-comparison-card:nth-child(2)::before { background: var(--hcg-success); }
.ftcalc-comparison-card:nth-child(2) h3 { color: var(--hcg-success) !important; }

.ftcalc-comparison-card:nth-child(3)::before { background: #64b5f6; }
.ftcalc-comparison-card:nth-child(3) h3 { color: #64b5f6 !important; }

.ftcalc-comparison-card h3 {
  margin: 0 0 14px !important;
  font-size: 1.15rem !important; 
  font-weight: 800 !important;
}

.ftcalc-comparison-card p {
  margin: 0 !important;
  color: var(--hcg-body) !important;
  font-size: .95rem !important;
  line-height: 1.7 !important;
}

/* REFERENCE BOX */
.ftcalc-reference {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
  padding: 22px 24px;
  border: 1px solid var(--hcg-border);
  border-radius: 18px;
  background: var(--hcg-card-soft);
}
.ftcalc-reference-label {
  color: var(--hcg-accent) !important;
  font-size: .76rem !important;
  font-weight: 700 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase;
}
.ftcalc-reference p { margin: 0 !important; font-size: .9rem !important; line-height: 1.6 !important; }

/* TOOLS GRID */
.ftcalc-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.ftcalc-tool-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--hcg-border) !important;
  border-radius: 18px;
  background: var(--hcg-card-soft);
  text-decoration: none !important;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.ftcalc-tool-card:hover {
  border-color: rgba(179,180,1,.42) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(179,180,1,.035) 100%);
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
  transform: translateY(-4px);
}

.ftcalc-tool-card h3 {
  margin: 0 !important;
  color: var(--hcg-white) !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  transition: color .2s ease;
}
.ftcalc-tool-card:hover h3 { color: var(--hcg-accent) !important; }

.ftcalc-tool-card p {
  margin: 0 !important;
  color: var(--hcg-body) !important;
  font-size: .88rem !important;
  line-height: 1.65 !important;
  flex: 1;
}

.ftcalc-tool-cta {
  margin-top: 8px;
  color: var(--hcg-accent) !important;
  font-size: .85rem !important;
  font-weight: 800 !important;
}

/* DISCLAIMER */
.ftcalc-disclaimer {
  max-width: 1240px;
  margin: 62px auto 80px;
  padding: 32px 30px;
  border: 1px solid rgba(179,180,1,.28);
  border-left: 4px solid var(--hcg-accent);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(179,180,1,.09) 0%, rgba(179,180,1,.02) 100%), #141414;
}
.ftcalc-disclaimer h2 {
  margin: 0 0 14px !important;
  color: var(--hcg-white) !important;
  font-size: clamp(1.65rem, 3vw, 2.25rem) !important;
  font-weight: 800 !important;
}
.ftcalc-disclaimer h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin: 14px 0 0;
  border-radius: 999px;
  background: var(--hcg-accent);
}
.ftcalc-disclaimer p {
  margin: 18px 0 0 !important;
  color: var(--hcg-body) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

/* FAQ SECTION - NOW A CLEAN SINGLE COLUMN */
.ftcalc-faq {
  padding: 62px 0 96px;
  border-top: 1px solid var(--hcg-border);
}

.ftcalc-faq-inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.ftcalc-faq-eyebrow {
  display: block !important;
  margin: 0 auto 16px !important;
  color: var(--hcg-accent) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.ftcalc-faq-title {
  max-width: 800px;
  margin: 0 auto 18px !important;
  color: var(--hcg-white) !important;
  font-size: clamp(2rem, 4vw, 2.9rem) !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.ftcalc-faq-sub {
  max-width: 800px;
  margin: 0 auto 36px !important;
  color: var(--hcg-body) !important;
  font-size: 18px !important;
  text-align: center !important;
}

.ftcalc-faq-grid {
  display: grid;
  grid-template-columns: 1fr; /* Single column fix applied here */
  gap: 16px;
  max-width: 840px; /* Constrain width so it looks good centered */
  margin: 0 auto;
}

.ftcalc-faq-col {
  display: flex;
  flex-direction: column;
  gap: 16px; /* Matched gap to grid */
}

.ftcalc-faq-item {
  border: 1px solid var(--hcg-border);
  border-radius: 18px;
  background: var(--hcg-card-soft);
  box-shadow: 0 8px 22px rgba(0,0,0,.10);
  overflow: hidden;
}
.ftcalc-faq-item[open] { border-color: rgba(179,180,1,.38); }

.ftcalc-faq-item summary {
  position: relative;
  display: flex;          
  align-items: center;    
  min-height: 82px;       
  padding: 20px 56px 20px 24px;
  color: var(--hcg-white) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  cursor: pointer;
  list-style: none;
}
.ftcalc-faq-item summary::-webkit-details-marker { display: none; }
.ftcalc-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--hcg-accent);
  font-size: 25px;
  font-weight: 700;
  transform: translateY(-50%);
}
.ftcalc-faq-item[open] summary { color: var(--hcg-accent) !important; }
.ftcalc-faq-item[open] summary::after { content: "−"; }

.ftcalc-faq-ans {
  padding: 0 24px 24px;
  border-top: 1px solid var(--hcg-border);
}
.ftcalc-faq-ans p {
  margin: 16px 0 0 !important;
  color: var(--hcg-body) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .ftcalc-tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .ftcalc-title { font-size: 42px !important; }
  .ftcalc-app { padding: 26px 24px; }
  .ftcalc-section { padding: 52px 0; }
  .ftcalc-section h2 { font-size: 34px !important; }
}

@media (max-width: 768px) {
  .ftcalc-comparison-grid { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 640px) {
  .ftcalc-page { padding: 68px 0 0; }
  .ftcalc-header { margin-bottom: 34px; }
  .ftcalc-title { font-size: 35px !important; }
  .ftcalc-title::after { width: 62px; margin: 20px auto 24px; }
  
  .ftcalc-note-card { padding: 24px 20px; }
  .ftcalc-app { padding: 22px 18px; border-radius: 22px; }
  .ftcalc-grid { grid-template-columns: 1fr; gap: 18px; }
  
  .ftcalc-actions { flex-direction: column; }
  .ftcalc-btn { width: 100%; }

  .ftcalc-results { padding: 21px 18px; border-radius: 18px; }
  .ftcalc-results-header { flex-direction: column; gap: 12px; }
  .ftcalc-unit-switcher { width: 100%; }
  .ftcalc-primary-value { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ftcalc-sep { display: none; }

  .ftcalc-section { padding: 48px 0; }
  .ftcalc-section h2 { font-size: 28px !important; }
  .ftcalc-tools-grid { grid-template-columns: 1fr; }
  .ftcalc-disclaimer { padding: 25px 20px; border-radius: 18px; margin-bottom: 60px; }

  .ftcalc-faq { padding-top: 48px; }
  .ftcalc-faq-item summary { padding: 18px 48px 18px 18px; font-size: 16px !important; min-height: auto; }
  .ftcalc-faq-ans { padding: 0 18px 18px; }
}

@media (max-width: 420px) {
  .ftcalc-title { font-size: 32px !important; }
  .ftcalc-secondary-result { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ftcalc-sec-unit { margin-left: 0; margin-top: 4px; display: block; }
}/* End custom CSS */