Same Hour Telepathy Reading
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap'); .iv16 { --wine: #240c0d; --wine-soft: #351213; --wine-light: #4a1919; --cream: #f6ead8; --muted: #d8c6ae; --gold: #c6a15f; --line: rgba(198, 161, 95, .25); --red: #8e1718; color: var(--cream); background: var(--wine); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; line-height: 1.5; margin: 44px 0 0; overflow: hidden; } .iv16 * { box-sizing: border-box; } .iv16 h2, .iv16 h3, .iv16 p { margin-top: 0; } .iv16 h2, .iv16 h3 { color: var(--cream); font-weight: 500; letter-spacing: -.025em; line-height: 1; } .iv16 h2 { font-size: clamp(2.25rem, 5vw, 4rem); margin-bottom: 18px; } .iv16 h3 { font-size: 1.7rem; margin-bottom: 8px; } .iv16 img { display: block; max-width: 100%; } .iv16 a { color: inherit; } .iv16__ticker { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 42px; padding: 9px 20px; background: var(--red); color: #fff7eb; font-family: 'Cinzel', serif; font-size: 9px; letter-spacing: 1.45px; line-height: 1.35; text-align: center; text-transform: uppercase; } .iv16__shell { width: min(1160px, calc(100% - 46px)); margin: 0 auto; } .iv16__eyebrow { margin: 0 0 11px; color: var(--gold); font-family: 'Cinzel', serif; font-size: 9px; letter-spacing: 2.8px; text-transform: uppercase; } .iv16__intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 8vw, 112px); padding: clamp(58px, 9vw, 114px) 0; align-items: start; } .iv16__quote { position: sticky; top: 30px; padding: 11px 0 11px 22px; border-left: 2px solid var(--gold); } .iv16__quote p { margin: 0; font-size: clamp(1.75rem, 3.2vw, 2.55rem); font-style: italic; line-height: 1.06; } .iv16__intro-copy > p:not(.iv16__eyebrow) { color: var(--muted); font-size: 21px; font-style: italic; line-height: 1.38; } .iv16__promise { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 -6%; background: var(--wine-light); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .iv16__promise-item { padding: 29px 22px; border-right: 1px solid var(--line); text-align: center; } .iv16__promise-item:last-child { border-right: 0; } .iv16__promise-icon { display: block; margin-bottom: 11px; color: var(--gold); font-family: 'Cinzel', serif; font-size: 25px; line-height: 1; } .iv16__promise-item p { margin: 0; color: var(--muted); font-family: 'Cinzel', serif; font-size: 9px; letter-spacing: 1.7px; line-height: 1.5; text-transform: uppercase; } .iv16__get { max-width: 850px; margin: 0 auto; padding: clamp(70px, 10vw, 130px) 0; } .iv16__number-list { margin: 30px 0 0; padding: 0; list-style: none; } .iv16__number-list li { display: grid; grid-template-columns: 39px 1fr; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); color: var(--cream); font-size: 20px; } .iv16__number-list li span { padding-top: 7px; color: var(--gold); font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 1px; } .iv16__details { padding: 0 0 clamp(70px, 10vw, 130px); } .iv16__accordion { max-width: 950px; margin: 9px auto 0; border: 1px solid var(--line); background: var(--wine-soft); } .iv16__accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; color: var(--cream); cursor: pointer; font-size: 24px; list-style: none; } .iv16__accordion summary::-webkit-details-marker { display: none; } .iv16__accordion summary b { color: var(--gold); font-family: 'Cinzel', serif; font-weight: 400; } .iv16__accordion[open] summary b { transform: rotate(45deg); } .iv16__accordion-content { padding: 0 24px 24px; color: var(--muted); font-size: 20px; } .iv16__accordion-content p:last-child { margin-bottom: 0; } .iv16__accordion-content ul { margin: 0; padding-left: 21px; } .iv16__accordion-content li + li { margin-top: 6px; } .iv16__accordion-content a { color: var(--gold); } .iv16__reviews { padding: clamp(70px, 10vw, 128px) 0; margin: 0 -6%; background: var(--wine-light); } .iv16__reviews-inner { width: min(1160px, calc(100% - 46px)); margin: 0 auto; } .iv16__centered { max-width: 690px; margin: 0 auto 39px; text-align: center; } .iv16__rating { margin: 0; color: var(--muted); font-size: 19px; font-style: italic; } .iv16__stars { color: var(--gold); letter-spacing: 2px; } .iv16__review-preview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: start; } .iv16__review-card { display: block; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #151516; box-shadow: 0 10px 30px rgba(0,0,0,.18); text-decoration: none; transition: border-color .2s ease, transform .2s ease; } .iv16__review-card img { width: 100%; height: auto; object-fit: contain; } .iv16__review-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; } .iv16__review-hint { margin: 15px 0 21px; color: var(--muted); font-size: 15px; font-style: italic; text-align: center; } @media (hover: hover) { .iv16__review-card:hover { border-color: var(--gold); transform: translateY(-3px); } } .iv16__more-reviews { max-width: 1020px; margin: 28px auto 0; text-align: center; } .iv16__more-reviews summary { display: inline-flex; gap: 10px; padding: 12px 16px; border-bottom: 1px solid var(--gold); color: var(--cream); cursor: pointer; font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 1.6px; list-style: none; text-transform: uppercase; } .iv16__more-reviews summary::-webkit-details-marker { display: none; } .iv16__review-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 26px; } .iv16__review-grid a { display: block; overflow: hidden; border: 1px solid var(--line); background: #151516; } .iv16__review-grid img { width: 100%; height: auto; object-fit: contain; } .iv16__more-reviews[open] .iv16__review-grid { animation: iv16-review-reveal .32s ease both; } @keyframes iv16-review-reveal { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: translateY(0); } } .iv16__review-lightbox { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(9,3,4,.88); opacity: 0; pointer-events: none; transition: opacity .2s ease; } .iv16__review-lightbox:target { opacity: 1; pointer-events: auto; } .iv16__review-lightbox > a:first-child { position: absolute; inset: 0; } .iv16__review-lightbox figure { position: relative; z-index: 1; max-width: min(92vw, 580px); max-height: 88vh; margin: 0; border: 1px solid var(--gold); background: #151516; } .iv16__review-lightbox img { display: block; max-width: 100%; max-height: 84vh; object-fit: contain; } .iv16__review-lightbox figure a { position: absolute; top: 8px; right: 11px; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(246,234,216,.55); background: rgba(36,12,13,.84); color: var(--cream); font-size: 23px; line-height: 1; text-decoration: none; } .iv16__how { padding: clamp(70px, 10vw, 130px) 0; } .iv16__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 45px; } .iv16__step { display: flex; flex-direction: column; padding: 16px 16px 27px; border: 1px solid var(--line); background: var(--wine-soft); } .iv16__step-media { aspect-ratio: 4 / 5; display: grid; place-items: center; margin-bottom: 22px; overflow: hidden; background: #1a0a0b; } .iv16__step-media img { width: 100%; height: 100%; object-fit: contain; } .iv16__step-number { display: block; margin-bottom: 9px; color: var(--gold); font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 2px; } .iv16__step p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.35; } .iv16__cta-wrap { margin-top: 35px; text-align: center; } .iv16__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 55px; padding: 15px 28px; border: 1px solid var(--gold); background: var(--gold); color: #240c0d !important; font-family: 'Cinzel', serif; font-size: 10px; font-weight: 600; letter-spacing: 1.7px; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .2s ease, transform .2s ease; } .iv16__cta:hover { background: #e0c27b; transform: translateY(-2px); } .iv16__urgency { margin: 13px 0 0; color: var(--muted); font-size: 16px; font-style: italic; } .iv16__fit { padding: clamp(70px, 10vw, 130px) 0; margin: 0 -6%; background: var(--wine-light); } .iv16__fit-inner { width: min(1160px, calc(100% - 46px)); margin: 0 auto; } .iv16__fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .iv16__fit-card { padding: clamp(25px, 4vw, 44px); border: 1px solid var(--line); } .iv16__fit-card--yes { background: rgba(77, 42, 27, .34); } .iv16__fit-card--no { background: var(--wine); } .iv16__fit-card h3 { font-size: 29px; } .iv16__fit-card h3 span { color: var(--gold); } .iv16__fit-card ul { display: grid; gap: 12px; margin: 23px 0 0; padding: 0; color: var(--muted); font-size: 19px; list-style: none; } .iv16__fit-card li { display: grid; grid-template-columns: 15px 1fr; gap: 8px; } .iv16__fit-card--yes li::before { color: var(--gold); content: '✦'; } .iv16__fit-card--no li::before { color: #d08d87; content: '—'; } .iv16__faq { max-width: 950px; padding: clamp(70px, 10vw, 130px) 0; } .iv16__faq .iv16__centered { margin-bottom: 38px; } .iv16__faq-item { border: 1px solid var(--line); border-bottom: 0; background: var(--wine-soft); } .iv16__faq-item:last-child { border-bottom: 1px solid var(--line); } .iv16__faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 21px; color: var(--cream); cursor: pointer; font-size: 21px; list-style: none; } .iv16__faq-item summary::-webkit-details-marker { display: none; } .iv16__faq-item summary b { color: var(--gold); font-family: 'Cinzel', serif; font-size: 22px; font-weight: 400; } .iv16__faq-item[open] summary b { transform: rotate(45deg); } .iv16__faq-item p { margin: 0; padding: 0 21px 21px; color: var(--muted); font-size: 19px; } .iv16__newsletter { padding: clamp(68px, 10vw, 120px) 20px; margin: 0 -6%; background: radial-gradient(circle at 50% 0, #5a261f 0, #2d0d0e 54%, #190809 100%); text-align: center; } .iv16__newsletter-inner { max-width: 600px; margin: 0 auto; } .iv16__newsletter p:not(.iv16__eyebrow) { color: var(--muted); font-size: 20px; font-style: italic; } .iv16__newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 27px; } .iv16__newsletter-form input { min-height: 54px; border: 1px solid rgba(246,234,216,.34); border-radius: 0; background: rgba(20, 5, 6, .7); color: var(--cream); font: inherit; padding: 12px 15px; } .iv16__newsletter-form button { min-height: 54px; border: 1px solid var(--gold); background: var(--gold); color: #240c0d; cursor: pointer; font-family: 'Cinzel', serif; font-size: 10px; font-weight: 600; letter-spacing: 1.3px; padding: 10px 16px; text-transform: uppercase; } .iv16__fineprint { margin: 13px 0 0 !important; color: rgba(216,198,174,.67) !important; font-size: 13px !important; } @media (max-width: 800px) { .iv16__intro { grid-template-columns: 1fr; } .iv16__quote { position: static; } .iv16__promise { margin-right: -3%; margin-left: -3%; } .iv16__steps { grid-template-columns: 1fr; max-width: 620px; margin-right: auto; margin-left: auto; } .iv16__step { display: grid; grid-template-columns: 135px minmax(0, 1fr); column-gap: 20px; align-items: start; } .iv16__step-media { grid-row: span 3; aspect-ratio: 3 / 4; margin: 0; } .iv16__step-number { margin: 2px 0 7px; } .iv16__step h3 { margin-bottom: 5px; font-size: clamp(1.75rem, 4vw, 2.15rem); } .iv16__fit-grid { grid-template-columns: 1fr; } } @media (max-width: 560px) { .iv16 { margin-top: 28px; font-size: 17px; } .iv16__shell, .iv16__reviews-inner, .iv16__fit-inner { width: min(100% - 30px, 1160px); } .iv16__ticker { gap: 8px; font-size: 8px; letter-spacing: .65px; } .iv16__ticker span:nth-child(4), .iv16__ticker span:nth-child(5) { display: none; } .iv16__promise { grid-template-columns: 1fr; margin-right: -15px; margin-left: -15px; } .iv16__promise-item { padding: 19px; border-right: 0; border-bottom: 1px solid var(--line); } .iv16__promise-item:last-child { border-bottom: 0; } .iv16__number-list li { font-size: 18px; } .iv16__accordion summary { padding: 18px 16px; font-size: 21px; } .iv16__accordion-content { padding: 0 16px 19px; font-size: 18px; } .iv16__reviews, .iv16__fit, .iv16__newsletter { margin-right: -15px; margin-left: -15px; } .iv16__review-preview, .iv16__review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } .iv16__step { grid-template-columns: 108px minmax(0, 1fr); column-gap: 15px; padding: 13px; } .iv16__step h3 { font-size: 27px; } .iv16__step p { font-size: 17px; line-height: 1.3; } .iv16__fit-card { padding: 24px 18px; } .iv16__fit-card ul { font-size: 18px; } .iv16__faq-item summary { padding: 17px; font-size: 19px; } .iv16__faq-item p { padding: 0 17px 18px; font-size: 18px; } .iv16__newsletter { padding-right: 15px; padding-left: 15px; } .iv16__newsletter-form { grid-template-columns: 1fr; } } Personal reading delivered within 6 hours ✦ Private & confidential ✦ 100% satisfaction guarantee “There is a deep energy hidden within silence. This reading looks into what may be unspoken beneath it.” A clear answer, not more guessing Look beyond the silence. Have you been wondering what they truly think about you behind the distance, mixed signals, or words left unsaid? This reading focuses on their current thoughts, emotions, intentions, and subconscious energy toward you. Inga personally interprets the connection around your question to bring hidden feelings and internal conflict into clearer view. ◐ Current thoughtsabout you ◇ Hidden emotionsrevealed ✦ Delivered within6 hours Your private reading includes What you get 01Their current, unfiltered thoughts about you. 02A deeper look into hidden emotions and internal conflict. 03The real likelihood of future contact. 04A breakdown of your energetic connection. 05A personal digital reading delivered within 6 hours. Reading description + This is not a vague, surface-level prediction. Inga focuses on the emotional pattern around your question and shares a detailed, personal interpretation meant to give you perspective and direction. Benefits + Ultra-fast delivery when you need answers now. A detailed personal reading, prepared by Inga. More than 5 years of experience supporting women worldwide. Private, compassionate guidance focused on your situation. One accessible price for a deep individual reading. Money-back guarantee + Delivery within 6 hours or a full refund. If your reading is not in your inbox within 6 hours, contact [email protected] for a full refund. Your reading is still yours to keep. If you need clarification after receiving your reading, you can ask one follow-up question free of charge. Real stories, real relief Loved by 7,500+ women ★★★★★ 4.98/5 average rating Tap any review to enlarge it · All reviews are verified See more reviews ↓ × × × × × × × × Simple, private, personal How it works 01 Secure your reading Choose your reading, complete your Shopify checkout securely, and share the requested details in the order flow. 02 Inga reads the energy Inga personally focuses on your situation, your connection, and the energy around the question you shared. 03 Receive your clarity Your complete digital reading is sent privately to your email within 6 hours. Get Your Psychic Reading Limited availability today. Secure your session now. A reading works best with an open intention Is Psychic Inga the right choice for you? Please look through both lists before ordering to make sure this reading is a good match for your situation. ✦ This reading is for you if You are tired of silence, ghosting, or mixed signals. You want a clearer perspective on their emotions and intentions. You want a detailed reading within 6 hours, not weeks. You are ready for honest guidance rather than a fantasy. You want to make your next move with more confidence. — This reading is not for you if You expect passwords, live location, or a private-investigator report. You want somebody else to make every life decision for you. You are submitting false details only to test the reading. You are looking for a promise of a specific outcome. You do not want an honest perspective on the connection. Before you book Frequently asked questions I'm skeptical. Why should I trust this reading? + It is completely normal to be skeptical. Inga brings more than 5 years of personal practice and has supported over 7,500 women. The reading is designed to offer thoughtful clarity and perspective for your situation. What exactly do I receive? + You receive a detailed, personal digital reading by email. It covers their current thoughts, hidden feelings, emotional blocks, your connection, and potential for future contact. Is delivery within 6 hours guaranteed? + Yes. If your reading is not delivered within 6 hours, contact [email protected] for a full refund. Your completed reading is still yours to keep. Will the other person know that I ordered a reading? + No. Your order and the details you share are kept private and are used only to prepare your reading. What if I don't know their exact date of birth? + Share the closest information you have and explain the context in your question. A first name and a brief, honest context are still helpful. Will this work if we are arguing, separated, or blocked? + Yes. Many people seek clarity precisely when communication feels difficult or there is a lot left unsaid. Is my reading a generic template? + No. Each reading is personally prepared by Inga around the information and question you share at checkout. What if I still have a question afterward? + You can ask one follow-up question free of charge if you need clarification after receiving your reading. Why is this reading so accessible? + The goal is to make supportive spiritual guidance more accessible, without requiring an expensive or long in-person appointment. What if I don't like what the reading says? + The purpose is to offer an honest, compassionate perspective so you can choose your next steps with more clarity and care. Private notes from Inga Stay close to your intuition. Receive new availability, personal insights, and future reading updates directly from Inga. Email address Join Inga's circle By subscribing, you agree to receive emails from Inga Veyra. You can unsubscribe at any time.
More you might like
Related
Same Hour Telepathy Email
Related
SAME DAY (15 Minute Reading)~Within 24 Hours
Related
SAME DAY (30 Minute Reading)~Within 24 Hours
Related