{"id":72,"date":"2026-04-17T11:05:48","date_gmt":"2026-04-17T11:05:48","guid":{"rendered":"https:\/\/calmify.online\/?page_id=72"},"modified":"2026-04-17T11:06:52","modified_gmt":"2026-04-17T11:06:52","slug":"thank-you-silient-father-fix","status":"publish","type":"page","link":"https:\/\/calmify.online\/?page_id=72","title":{"rendered":"thank you-silient father fix"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"72\" class=\"elementor elementor-72\">\n\t\t\t\t<div class=\"elementor-element elementor-element-092d803 e-flex e-con-boxed e-con e-parent\" data-id=\"092d803\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c6a765 elementor-widget elementor-widget-html\" data-id=\"9c6a765\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\"\/>\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n<title>You're In \u2014 The Silent Fathers Fix<\/title>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,600&family=Lato:wght@300;400;700&display=swap\" rel=\"stylesheet\"\/>\r\n<style>\r\n  :root {\r\n    --navy: #0a1628;\r\n    --navy-mid: #0f2040;\r\n    --gold: #FFCC00;\r\n    --gold-dim: rgba(255,204,0,0.6);\r\n    --gold-faint: rgba(255,204,0,0.12);\r\n    --gold-glow: rgba(255,204,0,0.08);\r\n    --white: #ffffff;\r\n    --cream: #f5f0e8;\r\n    --text-light: rgba(255,255,255,0.75);\r\n    --text-faint: rgba(255,255,255,0.4);\r\n    --green: #0f2d1a;\r\n    --burgundy: #2d0f12;\r\n  }\r\n\r\n  * { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n  html { scroll-behavior: smooth; }\r\n\r\n  body {\r\n    background: var(--navy);\r\n    font-family: 'Lato', sans-serif;\r\n    color: var(--white);\r\n    overflow-x: hidden;\r\n    cursor: default;\r\n  }\r\n\r\n  \/* ===== ANIMATED BACKGROUND ===== *\/\r\n  .bg-layer {\r\n    position: fixed;\r\n    inset: 0;\r\n    z-index: 0;\r\n    overflow: hidden;\r\n    pointer-events: none;\r\n  }\r\n\r\n  \/* Radial gold halo *\/\r\n  .bg-layer::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: -10%;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    width: 900px;\r\n    height: 700px;\r\n    background: radial-gradient(ellipse, rgba(255,204,0,0.07) 0%, rgba(255,204,0,0.02) 45%, transparent 70%);\r\n    animation: halo-pulse 6s ease-in-out infinite;\r\n  }\r\n\r\n  @keyframes halo-pulse {\r\n    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }\r\n    50% { opacity: 1; transform: translateX(-50%) scale(1.08); }\r\n  }\r\n\r\n  \/* Floating gold particles *\/\r\n  .particle {\r\n    position: absolute;\r\n    width: 2px;\r\n    height: 2px;\r\n    background: var(--gold);\r\n    border-radius: 50%;\r\n    opacity: 0;\r\n    animation: float-up linear infinite;\r\n  }\r\n\r\n  @keyframes float-up {\r\n    0% { opacity: 0; transform: translateY(0) scale(0); }\r\n    10% { opacity: 0.6; transform: translateY(-20px) scale(1); }\r\n    90% { opacity: 0.2; }\r\n    100% { opacity: 0; transform: translateY(-120px) scale(0.3); }\r\n  }\r\n\r\n  \/* Grid texture *\/\r\n  .bg-grid {\r\n    position: absolute;\r\n    inset: 0;\r\n    background-image:\r\n      linear-gradient(rgba(255,204,0,0.03) 1px, transparent 1px),\r\n      linear-gradient(90deg, rgba(255,204,0,0.03) 1px, transparent 1px);\r\n    background-size: 60px 60px;\r\n    mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);\r\n  }\r\n\r\n  \/* ===== PAGE WRAP ===== *\/\r\n  .page {\r\n    position: relative;\r\n    z-index: 1;\r\n    max-width: 720px;\r\n    margin: 0 auto;\r\n    padding: 0 24px 80px;\r\n  }\r\n\r\n  \/* ===== HERO SECTION ===== *\/\r\n  .hero {\r\n    text-align: center;\r\n    padding: 70px 0 50px;\r\n    opacity: 0;\r\n    animation: fade-up 1s ease forwards 0.3s;\r\n  }\r\n\r\n  @keyframes fade-up {\r\n    from { opacity: 0; transform: translateY(30px); }\r\n    to { opacity: 1; transform: translateY(0); }\r\n  }\r\n\r\n  \/* Seal \/ emblem *\/\r\n  .seal {\r\n    width: 90px;\r\n    height: 90px;\r\n    border-radius: 50%;\r\n    border: 1px solid var(--gold-dim);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    margin: 0 auto 28px;\r\n    position: relative;\r\n    background: radial-gradient(circle, rgba(255,204,0,0.08), transparent 70%);\r\n    animation: seal-spin 0s linear, seal-glow 3s ease-in-out infinite 1s;\r\n  }\r\n\r\n  @keyframes seal-glow {\r\n    0%, 100% { box-shadow: 0 0 20px rgba(255,204,0,0.15), inset 0 0 20px rgba(255,204,0,0.05); }\r\n    50% { box-shadow: 0 0 40px rgba(255,204,0,0.3), inset 0 0 30px rgba(255,204,0,0.1); }\r\n  }\r\n\r\n  .seal::before {\r\n    content: '';\r\n    position: absolute;\r\n    inset: 4px;\r\n    border-radius: 50%;\r\n    border: 1px solid rgba(255,204,0,0.2);\r\n  }\r\n\r\n  .seal-icon {\r\n    font-size: 36px;\r\n    animation: check-pop 0.6s cubic-bezier(0.34,1.56,0.64,1) forwards 0.8s;\r\n    transform: scale(0);\r\n    display: inline-block;\r\n  }\r\n\r\n  @keyframes check-pop {\r\n    from { transform: scale(0) rotate(-20deg); }\r\n    to { transform: scale(1) rotate(0deg); }\r\n  }\r\n\r\n  \/* Top label *\/\r\n  .hero-label {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 10px;\r\n    letter-spacing: 4px;\r\n    color: var(--gold-dim);\r\n    text-transform: uppercase;\r\n    margin-bottom: 16px;\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 0.6s;\r\n  }\r\n\r\n  \/* Main headline *\/\r\n  .hero-title {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: clamp(28px, 5vw, 42px);\r\n    font-weight: 700;\r\n    color: var(--gold);\r\n    line-height: 1.2;\r\n    margin-bottom: 10px;\r\n    text-shadow: 0 0 40px rgba(255,204,0,0.25);\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 0.8s;\r\n  }\r\n\r\n  .hero-title span {\r\n    display: block;\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-style: italic;\r\n    font-size: clamp(16px, 3vw, 22px);\r\n    font-weight: 300;\r\n    color: var(--text-light);\r\n    margin-top: 6px;\r\n    letter-spacing: 1px;\r\n  }\r\n\r\n  \/* Gold divider *\/\r\n  .gold-divider {\r\n    width: 120px;\r\n    height: 1px;\r\n    background: linear-gradient(to right, transparent, var(--gold), transparent);\r\n    margin: 24px auto;\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 1s;\r\n  }\r\n\r\n  \/* Tagline *\/\r\n  .hero-tagline {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: clamp(17px, 3vw, 22px);\r\n    font-style: italic;\r\n    color: var(--text-light);\r\n    line-height: 1.6;\r\n    max-width: 520px;\r\n    margin: 0 auto;\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 1.1s;\r\n  }\r\n\r\n  \/* ===== COUNTDOWN SECTION ===== *\/\r\n  .countdown-wrap {\r\n    background: rgba(255,204,0,0.04);\r\n    border: 1px solid rgba(255,204,0,0.15);\r\n    border-radius: 8px;\r\n    padding: 28px 24px;\r\n    text-align: center;\r\n    margin: 40px 0;\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 1.3s;\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .countdown-wrap::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0; left: 0; right: 0;\r\n    height: 2px;\r\n    background: linear-gradient(to right, transparent, var(--gold), transparent);\r\n  }\r\n\r\n  .countdown-label {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 10px;\r\n    letter-spacing: 3px;\r\n    color: var(--gold-dim);\r\n    text-transform: uppercase;\r\n    margin-bottom: 16px;\r\n  }\r\n\r\n  .countdown-title {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 18px;\r\n    font-style: italic;\r\n    color: var(--white);\r\n    margin-bottom: 20px;\r\n    line-height: 1.5;\r\n  }\r\n\r\n  .countdown-timer {\r\n    display: flex;\r\n    justify-content: center;\r\n    gap: 20px;\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .timer-block {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    gap: 4px;\r\n  }\r\n\r\n  .timer-num {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 36px;\r\n    font-weight: 700;\r\n    color: var(--gold);\r\n    line-height: 1;\r\n    min-width: 56px;\r\n    text-align: center;\r\n    background: rgba(255,204,0,0.06);\r\n    border: 1px solid rgba(255,204,0,0.2);\r\n    border-radius: 6px;\r\n    padding: 10px 8px;\r\n    text-shadow: 0 0 20px rgba(255,204,0,0.3);\r\n  }\r\n\r\n  .timer-label {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 8px;\r\n    letter-spacing: 2px;\r\n    color: var(--text-faint);\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  .timer-colon {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 30px;\r\n    color: var(--gold-dim);\r\n    line-height: 1;\r\n    padding-top: 10px;\r\n  }\r\n\r\n  .countdown-note {\r\n    font-size: 13px;\r\n    color: var(--text-faint);\r\n    font-style: italic;\r\n    font-family: 'Cormorant Garamond', serif;\r\n  }\r\n\r\n  \/* ===== UPSELL CARD ===== *\/\r\n  .upsell-section {\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 1.5s;\r\n    margin: 0 0 40px;\r\n  }\r\n\r\n  .upsell-tag {\r\n    text-align: center;\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .upsell-tag span {\r\n    display: inline-block;\r\n    background: var(--gold);\r\n    color: var(--navy);\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 9px;\r\n    font-weight: 700;\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n    padding: 6px 16px;\r\n    border-radius: 2px;\r\n  }\r\n\r\n  .upsell-card {\r\n    background: linear-gradient(135deg, #0f1e38 0%, #0a1628 50%, #12082a 100%);\r\n    border: 1px solid rgba(255,204,0,0.2);\r\n    border-radius: 10px;\r\n    overflow: hidden;\r\n    position: relative;\r\n  }\r\n\r\n  .upsell-card::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0; left: 0; right: 0;\r\n    height: 3px;\r\n    background: linear-gradient(to right, var(--green), var(--gold), var(--burgundy));\r\n  }\r\n\r\n  .upsell-card-inner {\r\n    padding: 36px 32px;\r\n  }\r\n\r\n  .upsell-eyebrow {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 9px;\r\n    letter-spacing: 3px;\r\n    color: var(--gold-dim);\r\n    text-transform: uppercase;\r\n    margin-bottom: 12px;\r\n    text-align: center;\r\n  }\r\n\r\n  .upsell-title {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: clamp(20px, 4vw, 28px);\r\n    font-weight: 700;\r\n    color: var(--gold);\r\n    text-align: center;\r\n    margin-bottom: 6px;\r\n    line-height: 1.3;\r\n  }\r\n\r\n  .upsell-subtitle {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-style: italic;\r\n    font-size: 16px;\r\n    color: var(--text-light);\r\n    text-align: center;\r\n    margin-bottom: 28px;\r\n    line-height: 1.5;\r\n  }\r\n\r\n  \/* Upsell divider *\/\r\n  .upsell-divider {\r\n    width: 100%;\r\n    height: 1px;\r\n    background: linear-gradient(to right, transparent, rgba(255,204,0,0.3), transparent);\r\n    margin: 24px 0;\r\n  }\r\n\r\n  \/* What you get list *\/\r\n  .upsell-list {\r\n    list-style: none;\r\n    margin-bottom: 28px;\r\n  }\r\n\r\n  .upsell-list li {\r\n    display: flex;\r\n    align-items: flex-start;\r\n    gap: 14px;\r\n    padding: 12px 0;\r\n    border-bottom: 1px solid rgba(255,255,255,0.05);\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 17px;\r\n    color: var(--text-light);\r\n    line-height: 1.5;\r\n  }\r\n\r\n  .upsell-list li:last-child { border-bottom: none; }\r\n\r\n  .upsell-list .bullet {\r\n    width: 20px;\r\n    height: 20px;\r\n    border-radius: 50%;\r\n    border: 1px solid var(--gold-dim);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    flex-shrink: 0;\r\n    margin-top: 2px;\r\n    background: rgba(255,204,0,0.06);\r\n  }\r\n\r\n  .upsell-list .bullet span {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 8px;\r\n    color: var(--gold);\r\n    font-weight: 700;\r\n  }\r\n\r\n  \/* Price block *\/\r\n  .upsell-price-block {\r\n    text-align: center;\r\n    padding: 24px 0 0;\r\n  }\r\n\r\n  .upsell-price-was {\r\n    font-size: 14px;\r\n    color: var(--text-faint);\r\n    text-decoration: line-through;\r\n    margin-bottom: 4px;\r\n    font-family: 'Cormorant Garamond', serif;\r\n  }\r\n\r\n  .upsell-price-now {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 48px;\r\n    font-weight: 700;\r\n    color: var(--gold);\r\n    line-height: 1;\r\n    text-shadow: 0 0 30px rgba(255,204,0,0.3);\r\n    margin-bottom: 4px;\r\n  }\r\n\r\n  .upsell-price-note {\r\n    font-size: 13px;\r\n    color: var(--text-faint);\r\n    font-style: italic;\r\n    font-family: 'Cormorant Garamond', serif;\r\n    margin-bottom: 24px;\r\n  }\r\n\r\n  \/* Upsell CTA *\/\r\n  .upsell-cta {\r\n    display: block;\r\n    width: 100%;\r\n    background: var(--gold);\r\n    color: var(--navy);\r\n    text-align: center;\r\n    padding: 20px 24px;\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    letter-spacing: 1px;\r\n    text-decoration: none;\r\n    border-radius: 4px;\r\n    border: none;\r\n    cursor: pointer;\r\n    transition: all 0.25s ease;\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .upsell-cta::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0; left: -100%;\r\n    width: 100%;\r\n    height: 100%;\r\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);\r\n    transition: left 0.5s ease;\r\n  }\r\n\r\n  .upsell-cta:hover::before { left: 100%; }\r\n  .upsell-cta:hover { background: #ffe033; transform: translateY(-1px); box-shadow: 0 8px 30px rgba(255,204,0,0.3); }\r\n\r\n  .upsell-skip {\r\n    text-align: center;\r\n    margin-top: 14px;\r\n  }\r\n\r\n  .upsell-skip a {\r\n    font-size: 12px;\r\n    color: var(--text-faint);\r\n    text-decoration: none;\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-style: italic;\r\n    border-bottom: 1px solid rgba(255,255,255,0.1);\r\n    padding-bottom: 1px;\r\n    transition: color 0.2s;\r\n  }\r\n\r\n  .upsell-skip a:hover { color: var(--text-light); }\r\n\r\n  \/* ===== DOWNLOAD SECTION ===== *\/\r\n  .download-section {\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 1.7s;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  .download-section h2 {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 13px;\r\n    letter-spacing: 3px;\r\n    color: var(--gold-dim);\r\n    text-transform: uppercase;\r\n    text-align: center;\r\n    margin-bottom: 24px;\r\n  }\r\n\r\n  .download-cards {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 12px;\r\n  }\r\n\r\n  .download-card {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 18px;\r\n    padding: 18px 22px;\r\n    border-radius: 6px;\r\n    border: 1px solid rgba(255,204,0,0.12);\r\n    background: rgba(255,255,255,0.02);\r\n    transition: all 0.25s ease;\r\n    text-decoration: none;\r\n    cursor: pointer;\r\n  }\r\n\r\n  .download-card:hover {\r\n    border-color: rgba(255,204,0,0.3);\r\n    background: rgba(255,204,0,0.05);\r\n    transform: translateX(4px);\r\n  }\r\n\r\n  .download-card-icon {\r\n    width: 44px;\r\n    height: 52px;\r\n    border-radius: 4px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 22px;\r\n    flex-shrink: 0;\r\n    position: relative;\r\n  }\r\n\r\n  .download-card-icon.navy { background: linear-gradient(135deg, #1a2744, #0d1829); border: 1px solid rgba(255,204,0,0.3); }\r\n  .download-card-icon.green { background: linear-gradient(135deg, #0f2d1a, #081a0f); border: 1px solid rgba(255,204,0,0.3); }\r\n  .download-card-icon.burgundy { background: linear-gradient(135deg, #2d0f12, #1a080a); border: 1px solid rgba(255,204,0,0.3); }\r\n\r\n  .download-card-info { flex: 1; }\r\n\r\n  .download-card-title {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 13px;\r\n    color: var(--white);\r\n    margin-bottom: 3px;\r\n    font-weight: 600;\r\n  }\r\n\r\n  .download-card-desc {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 14px;\r\n    color: var(--text-faint);\r\n    font-style: italic;\r\n  }\r\n\r\n  .download-card-badge {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 8px;\r\n    letter-spacing: 1px;\r\n    text-transform: uppercase;\r\n    padding: 4px 10px;\r\n    border-radius: 2px;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .badge-main { background: var(--gold); color: var(--navy); font-weight: 700; }\r\n  .badge-bonus { background: rgba(255,204,0,0.12); color: var(--gold-dim); border: 1px solid rgba(255,204,0,0.2); }\r\n\r\n  \/* Download arrow *\/\r\n  .download-arrow {\r\n    color: var(--gold-dim);\r\n    font-size: 18px;\r\n    flex-shrink: 0;\r\n    transition: transform 0.2s;\r\n  }\r\n  .download-card:hover .download-arrow { transform: translateY(2px); }\r\n\r\n  \/* ===== WHAT NEXT SECTION ===== *\/\r\n  .next-section {\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 1.9s;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  .next-section h2 {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 13px;\r\n    letter-spacing: 3px;\r\n    color: var(--gold-dim);\r\n    text-transform: uppercase;\r\n    text-align: center;\r\n    margin-bottom: 24px;\r\n  }\r\n\r\n  .steps-list {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 0;\r\n  }\r\n\r\n  .step-item {\r\n    display: flex;\r\n    gap: 20px;\r\n    padding: 20px 0;\r\n    border-bottom: 1px solid rgba(255,255,255,0.04);\r\n    align-items: flex-start;\r\n  }\r\n\r\n  .step-item:last-child { border-bottom: none; }\r\n\r\n  .step-num {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 11px;\r\n    font-weight: 700;\r\n    color: var(--gold);\r\n    width: 32px;\r\n    height: 32px;\r\n    border-radius: 50%;\r\n    border: 1px solid rgba(255,204,0,0.3);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    flex-shrink: 0;\r\n    background: rgba(255,204,0,0.05);\r\n    margin-top: 2px;\r\n  }\r\n\r\n  .step-content h4 {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 13px;\r\n    color: var(--white);\r\n    margin-bottom: 5px;\r\n    letter-spacing: 0.5px;\r\n  }\r\n\r\n  .step-content p {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 16px;\r\n    color: var(--text-light);\r\n    line-height: 1.6;\r\n    font-style: italic;\r\n  }\r\n\r\n  \/* ===== PERSONAL NOTE ===== *\/\r\n  .note-section {\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 2.1s;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  .note-card {\r\n    background: rgba(255,204,0,0.03);\r\n    border: 1px solid rgba(255,204,0,0.1);\r\n    border-radius: 8px;\r\n    padding: 32px 30px;\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .note-card::before {\r\n    content: '\\201C';\r\n    position: absolute;\r\n    top: -10px;\r\n    left: 20px;\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 120px;\r\n    color: rgba(255,204,0,0.06);\r\n    line-height: 1;\r\n    pointer-events: none;\r\n  }\r\n\r\n  .note-author-top {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 14px;\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .note-avatar {\r\n    width: 46px;\r\n    height: 46px;\r\n    border-radius: 50%;\r\n    background: linear-gradient(135deg, #1a2744, #0d1829);\r\n    border: 1px solid rgba(255,204,0,0.3);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 14px;\r\n    color: var(--gold);\r\n    font-weight: 700;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .note-author-info strong {\r\n    display: block;\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 12px;\r\n    color: var(--white);\r\n    letter-spacing: 1px;\r\n    margin-bottom: 2px;\r\n  }\r\n\r\n  .note-author-info span {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 13px;\r\n    color: var(--text-faint);\r\n    font-style: italic;\r\n  }\r\n\r\n  .note-text {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 18px;\r\n    font-style: italic;\r\n    color: var(--text-light);\r\n    line-height: 1.8;\r\n    position: relative;\r\n    z-index: 1;\r\n  }\r\n\r\n  .note-text strong {\r\n    color: var(--gold);\r\n    font-style: normal;\r\n  }\r\n\r\n  \/* ===== WHATSAPP SUPPORT ===== *\/\r\n  .support-section {\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 2.3s;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  .support-card {\r\n    background: #075E54;\r\n    border-radius: 8px;\r\n    padding: 24px 26px;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 20px;\r\n    text-decoration: none;\r\n    transition: all 0.25s ease;\r\n  }\r\n\r\n  .support-card:hover {\r\n    background: #0a7a6e;\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 10px 30px rgba(7,94,84,0.4);\r\n  }\r\n\r\n  .support-icon {\r\n    font-size: 36px;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .support-info { flex: 1; }\r\n\r\n  .support-info strong {\r\n    display: block;\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 13px;\r\n    color: #fff;\r\n    letter-spacing: 1px;\r\n    margin-bottom: 4px;\r\n  }\r\n\r\n  .support-info p {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 16px;\r\n    color: rgba(255,255,255,0.75);\r\n    font-style: italic;\r\n    line-height: 1.4;\r\n  }\r\n\r\n  .support-arrow {\r\n    color: rgba(255,255,255,0.5);\r\n    font-size: 20px;\r\n  }\r\n\r\n  \/* ===== FOOTER ===== *\/\r\n  .footer {\r\n    opacity: 0;\r\n    animation: fade-up 0.8s ease forwards 2.5s;\r\n    text-align: center;\r\n    padding-top: 40px;\r\n    border-top: 1px solid rgba(255,255,255,0.05);\r\n  }\r\n\r\n  .footer-seal {\r\n    font-family: 'Cinzel', serif;\r\n    font-size: 10px;\r\n    letter-spacing: 3px;\r\n    color: var(--gold-dim);\r\n    text-transform: uppercase;\r\n    margin-bottom: 10px;\r\n  }\r\n\r\n  .footer p {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 14px;\r\n    color: var(--text-faint);\r\n    font-style: italic;\r\n    line-height: 1.7;\r\n    margin-bottom: 6px;\r\n  }\r\n\r\n  .footer a { color: rgba(255,204,0,0.5); text-decoration: none; }\r\n  .footer a:hover { color: var(--gold); }\r\n\r\n  \/* ===== PROGRESS BAR ===== *\/\r\n  .progress-bar {\r\n    position: fixed;\r\n    top: 0; left: 0;\r\n    height: 3px;\r\n    background: linear-gradient(to right, var(--gold), #fff8dc);\r\n    z-index: 100;\r\n    transition: width 0.1s ease;\r\n    box-shadow: 0 0 10px rgba(255,204,0,0.5);\r\n  }\r\n\r\n  \/* ===== RESPONSIVE ===== *\/\r\n  @media (max-width: 600px) {\r\n    .hero { padding: 50px 0 36px; }\r\n    .countdown-timer { gap: 10px; }\r\n    .timer-num { font-size: 28px; min-width: 46px; }\r\n    .upsell-card-inner { padding: 24px 20px; }\r\n    .upsell-price-now { font-size: 38px; }\r\n    .note-card { padding: 24px 20px; }\r\n    .support-card { flex-direction: column; text-align: center; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Progress bar -->\r\n<div class=\"progress-bar\" id=\"progressBar\" style=\"width:0%\"><\/div>\r\n\r\n<!-- Animated background -->\r\n<div class=\"bg-layer\">\r\n  <div class=\"bg-grid\"><\/div>\r\n  <!-- Gold particles -->\r\n  <div class=\"particle\" style=\"left:15%; animation-delay:0s; animation-duration:8s;\"><\/div>\r\n  <div class=\"particle\" style=\"left:28%; animation-delay:1.5s; animation-duration:10s;\"><\/div>\r\n  <div class=\"particle\" style=\"left:42%; animation-delay:3s; animation-duration:7s;\"><\/div>\r\n  <div class=\"particle\" style=\"left:58%; animation-delay:0.8s; animation-duration:9s;\"><\/div>\r\n  <div class=\"particle\" style=\"left:71%; animation-delay:2.2s; animation-duration:11s;\"><\/div>\r\n  <div class=\"particle\" style=\"left:85%; animation-delay:4s; animation-duration:8.5s;\"><\/div>\r\n  <div class=\"particle\" style=\"left:35%; animation-delay:5s; animation-duration:9.5s;\"><\/div>\r\n  <div class=\"particle\" style=\"left:65%; animation-delay:6s; animation-duration:7.5s;\"><\/div>\r\n<\/div>\r\n\r\n<div class=\"page\">\r\n\r\n  <!-- ===== HERO ===== -->\r\n  <div class=\"hero\">\r\n    <div class=\"seal\">\r\n      <span class=\"seal-icon\">\u2726<\/span>\r\n    <\/div>\r\n    <p class=\"hero-label\">Order Confirmed \u00b7 The Silent Fathers Fix<\/p>\r\n    <h1 class=\"hero-title\">\r\n      You made the right decision.\r\n      <span>Your 60-day journey begins today.<\/span>\r\n    <\/h1>\r\n    <div class=\"gold-divider\"><\/div>\r\n    <p class=\"hero-tagline\">\r\n      The silence ends here. What you started today \u2014 quietly, privately, on your own terms \u2014 is the beginning of something your family will feel for generations.\r\n    <\/p>\r\n  <\/div>\r\n\r\n  <!-- ===== COUNTDOWN \u2014 UPSELL TIMER ===== -->\r\n  <div class=\"countdown-wrap\">\r\n    <p class=\"countdown-label\">One-Time Offer \u00b7 This Page Only<\/p>\r\n    <p class=\"countdown-title\">Before you download your guide \u2014 this exclusive offer expires in:<\/p>\r\n    <div class=\"countdown-timer\">\r\n      <div class=\"timer-block\">\r\n        <div class=\"timer-num\" id=\"t-min\">14<\/div>\r\n        <div class=\"timer-label\">Minutes<\/div>\r\n      <\/div>\r\n      <div class=\"timer-colon\">:<\/div>\r\n      <div class=\"timer-block\">\r\n        <div class=\"timer-num\" id=\"t-sec\">59<\/div>\r\n        <div class=\"timer-label\">Seconds<\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <p class=\"countdown-note\">When this timer reaches zero, this offer disappears permanently.<\/p>\r\n  <\/div>\r\n\r\n  <!-- ===== UPSELL ===== -->\r\n  <div class=\"upsell-section\">\r\n    <div class=\"upsell-tag\"><span>\u26a1 Exclusive Upgrade \u2014 Today Only<\/span><\/div>\r\n\r\n    <div class=\"upsell-card\">\r\n      <div class=\"upsell-card-inner\">\r\n        <p class=\"upsell-eyebrow\">The Silent Fathers Inner Circle<\/p>\r\n        <h2 class=\"upsell-title\">Don't Walk This 60 Days Alone.<\/h2>\r\n        <p class=\"upsell-subtitle\">Join the private accountability programme where Nigerian men on the same protocol support each other \u2014 in complete silence and complete privacy.<\/p>\r\n\r\n        <div class=\"upsell-divider\"><\/div>\r\n\r\n        <ul class=\"upsell-list\">\r\n          <li>\r\n            <div class=\"bullet\"><span>1<\/span><\/div>\r\n            <div>Private WhatsApp accountability group \u2014 closed, anonymous, no names required. Brotherhood from men who are carrying exactly what you are carrying.<\/div>\r\n          <\/li>\r\n          <li>\r\n            <div class=\"bullet\"><span>2<\/span><\/div>\r\n            <div>Weekly 30-minute personal check-in with \u1ee4z\u1ecdchukwu \u2014 direct guidance on your protocol progress, your results, and your next steps.<\/div>\r\n          <\/li>\r\n          <li>\r\n            <div class=\"bullet\"><span>3<\/span><\/div>\r\n            <div>The Advanced Fertility Amplifier Module \u2014 a deeper protocol layer available only to Inner Circle members, targeting specific hormonal root causes.<\/div>\r\n          <\/li>\r\n          <li>\r\n            <div class=\"bullet\"><span>4<\/span><\/div>\r\n            <div>The Couples Alignment Guide \u2014 how to bring your wife into the final phase with confidence and no uncomfortable conversations.<\/div>\r\n          <\/li>\r\n          <li>\r\n            <div class=\"bullet\"><span>5<\/span><\/div>\r\n            <div>30 days of post-protocol support after your 60 days end \u2014 because the journey doesn't stop when the protocol does.<\/div>\r\n          <\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"upsell-divider\"><\/div>\r\n\r\n        <div class=\"upsell-price-block\">\r\n          <p class=\"upsell-price-was\">Normal price: N97,000<\/p>\r\n          <div class=\"upsell-price-now\">N47,000<\/div>\r\n          <p class=\"upsell-price-note\">One-time \u00b7 No recurring fees \u00b7 Full 90-day access \u00b7 Complete privacy<\/p>\r\n\r\n          <a href=\"https:\/\/selar.com\/silient-fatherfix-innercircle\" class=\"upsell-cta\">\r\n            YES \u2014 Add The Inner Circle To My Order \u2192\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"upsell-skip\">\r\n      <a href=\"#downloads\">No thank you \u2014 I will go through the 60 days alone<\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- ===== DOWNLOADS ===== -->\r\n  <div class=\"download-section\" id=\"downloads\">\r\n    <h2>Your Downloads Are Ready<\/h2>\r\n    <div class=\"download-cards\">\r\n\r\n      <a href=\"#\" class=\"download-card\">\r\n        <div class=\"download-card-icon navy\">\ud83d\udcd8<\/div>\r\n        <div class=\"download-card-info\">\r\n          <div class=\"download-card-title\">The Silent Fathers Fix<\/div>\r\n          <div class=\"download-card-desc\">Your complete 60-day natural fertility restoration protocol<\/div>\r\n        <\/div>\r\n        <span class=\"download-card-badge badge-main\">Main Guide<\/span>\r\n        <span class=\"download-arrow\">\u2193<\/span>\r\n      <\/a>\r\n\r\n      <a href=\"#\" class=\"download-card\">\r\n        <div class=\"download-card-icon green\">\ud83d\udcd7<\/div>\r\n        <div class=\"download-card-info\">\r\n          <div class=\"download-card-title\">The Cortisol Reset<\/div>\r\n          <div class=\"download-card-desc\">Your 10-minute daily stress & testosterone practice<\/div>\r\n        <\/div>\r\n        <span class=\"download-card-badge badge-bonus\">Bonus 1<\/span>\r\n        <span class=\"download-arrow\">\u2193<\/span>\r\n      <\/a>\r\n\r\n      <a href=\"#\" class=\"download-card\">\r\n        <div class=\"download-card-icon burgundy\">\ud83d\udcd5<\/div>\r\n        <div class=\"download-card-info\">\r\n          <div class=\"download-card-title\">The Conception Window<\/div>\r\n          <div class=\"download-card-desc\">Your private conception timing and alignment guide<\/div>\r\n        <\/div>\r\n        <span class=\"download-card-badge badge-bonus\">Bonus 2<\/span>\r\n        <span class=\"download-arrow\">\u2193<\/span>\r\n      <\/a>\r\n\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- ===== WHAT TO DO NEXT ===== -->\r\n  <div class=\"next-section\">\r\n    <h2>Your First 3 Steps<\/h2>\r\n    <div class=\"steps-list\">\r\n\r\n      <div class=\"step-item\">\r\n        <div class=\"step-num\">I<\/div>\r\n        <div class=\"step-content\">\r\n          <h4>Start With The Root Cause Assessment<\/h4>\r\n          <p>Open the main guide and go directly to page 7. The 15-question assessment will show you exactly which of the four root causes is dominant in your specific case. Do this before anything else \u2014 it personalises the entire protocol for your body.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"step-item\">\r\n        <div class=\"step-num\">II<\/div>\r\n        <div class=\"step-content\">\r\n          <h4>Read The Quick Win On Page 4<\/h4>\r\n          <p>Before the protocol begins, page 4 gives you three foods you can source today and consume tonight. Your restoration begins within 48 hours. Do not wait until tomorrow.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"step-item\">\r\n        <div class=\"step-num\">III<\/div>\r\n        <div class=\"step-content\">\r\n          <h4>Get Your Shopping List Before Day 1<\/h4>\r\n          <p>Turn to page 18 \u2014 the Nigerian Fertility Foods Shopping List. Everything you need is available in your local market or the nearest African grocery store. Have it ready before you begin Week 1 so nothing slows your momentum.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- ===== PERSONAL NOTE FROM AUTHOR ===== -->\r\n  <div class=\"note-section\">\r\n    <div class=\"note-card\">\r\n      <div class=\"note-author-top\">\r\n        <div class=\"note-avatar\">\u1ee4A<\/div>\r\n        <div class=\"note-author-info\">\r\n          <strong>\u1ee4z\u1ecdchukwu Amadi<\/strong>\r\n          <span>Author \u00b7 The Silent Fathers Fix<\/span>\r\n        <\/div>\r\n      <\/div>\r\n      <p class=\"note-text\">\r\n        You did something today that most men in your position never do. Most of them keep waiting. Keep hoping something will change on its own. Keep carrying it alone.<br><br>\r\n        You chose differently. <strong>That already makes you different from where you were this morning.<\/strong><br><br>\r\n        I know this road. I walked every part of it. The silence, the shame, the failed attempts, the nights of searching. And I know what it feels like on the other side of those 60 days when everything changes.<br><br>\r\n        Follow the protocol. Trust the process. And when your wife calls you with that news \u2014 you will know exactly what this decision cost and what it was worth.<br><br>\r\n        <strong>Your fatherhood is not over. It is just beginning.<\/strong>\r\n      <\/p>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- ===== WHATSAPP SUPPORT ===== -->\r\n  <div class=\"support-section\">\r\n    <a href=\"https:\/\/wa.link\/3h4jxn\" class=\"support-card\">\r\n      <div class=\"support-icon\">\ud83d\udcac<\/div>\r\n      <div class=\"support-info\">\r\n        <strong>Need Help? WhatsApp Us<\/strong>\r\n        <p>Download issues, questions about the protocol, or anything at all \u2014 message us directly and we respond within 24 hours.<\/p>\r\n      <\/div>\r\n      <div class=\"support-arrow\">\u2192<\/div>\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <!-- ===== FOOTER ===== -->\r\n  <div class=\"footer\">\r\n    <p class=\"footer-seal\">The Silent Fathers Fix \u00b7 \u1ee4z\u1ecdchukwu Amadi<\/p>\r\n    <p>\u00a9 2025 The Quiet Father's Journal \u00b7 All Rights Reserved<\/p>\r\n    <p>\r\n      <a href=\"#\">Privacy Policy<\/a> &nbsp;\u00b7&nbsp;\r\n      <a href=\"#\">Refund Policy<\/a> &nbsp;\u00b7&nbsp;\r\n      <a href=\"#\">Contact<\/a>\r\n    <\/p>\r\n    <p style=\"margin-top:16px; font-size:12px;\">\r\n      Results vary by individual. This guide represents personal experience and research. It is not a substitute for professional medical advice.\r\n    <\/p>\r\n  <\/div>\r\n\r\n<\/div><!-- end page -->\r\n\r\n<script>\r\n  \/\/ ===== SCROLL PROGRESS BAR =====\r\n  window.addEventListener('scroll', function() {\r\n    const scrollTop = window.scrollY;\r\n    const docHeight = document.body.scrollHeight - window.innerHeight;\r\n    const progress = docHeight > 0 ? (scrollTop \/ docHeight) * 100 : 0;\r\n    document.getElementById('progressBar').style.width = progress + '%';\r\n  });\r\n\r\n  \/\/ ===== COUNTDOWN TIMER =====\r\n  let totalSeconds = 14 * 60 + 59;\r\n\r\n  function updateTimer() {\r\n    const mins = Math.floor(totalSeconds \/ 60);\r\n    const secs = totalSeconds % 60;\r\n    document.getElementById('t-min').textContent = String(mins).padStart(2, '0');\r\n    document.getElementById('t-sec').textContent = String(secs).padStart(2, '0');\r\n\r\n    if (totalSeconds > 0) {\r\n      totalSeconds--;\r\n    } else {\r\n      \/\/ Timer expired \u2014 hide upsell section\r\n      document.querySelector('.upsell-section').style.display = 'none';\r\n      document.querySelector('.countdown-wrap').style.display = 'none';\r\n    }\r\n  }\r\n\r\n  updateTimer();\r\n  setInterval(updateTimer, 1000);\r\n\r\n  \/\/ ===== STAGGER PARTICLES =====\r\n  document.querySelectorAll('.particle').forEach(function(p, i) {\r\n    p.style.animationDelay = (i * 1.3) + 's';\r\n    p.style.animationDuration = (7 + Math.random() * 5) + 's';\r\n    p.style.left = (10 + Math.random() * 80) + '%';\r\n    p.style.bottom = '0';\r\n    p.style.width = (1 + Math.random() * 2) + 'px';\r\n    p.style.height = p.style.width;\r\n  });\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>You&#8217;re In \u2014 The Silent Fathers Fix \u2726 Order Confirmed \u00b7 The Silent Fathers Fix You made the right decision. Your 60-day journey begins today. The silence ends here. What you started today \u2014 quietly, privately, on your own terms \u2014 is the beginning of something your family will feel for generations. One-Time Offer \u00b7 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/calmify.online\/index.php?rest_route=\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/calmify.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/calmify.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/calmify.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/calmify.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=72"}],"version-history":[{"count":4,"href":"https:\/\/calmify.online\/index.php?rest_route=\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":76,"href":"https:\/\/calmify.online\/index.php?rest_route=\/wp\/v2\/pages\/72\/revisions\/76"}],"wp:attachment":[{"href":"https:\/\/calmify.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}