{"id":8,"date":"2026-07-21T03:40:35","date_gmt":"2026-07-21T03:40:35","guid":{"rendered":"https:\/\/christianity.talk\/?page_id=8"},"modified":"2026-07-21T09:34:10","modified_gmt":"2026-07-21T09:34:10","slug":"home","status":"publish","type":"page","link":"https:\/\/christianity.talk\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Christianity.talk \u2014 Ask. Seek. Understand.<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&#038;family=Inter:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --navy:#203A44;\n    --blue:#5792CA;\n    --slate:#6F7C8A;\n    --bg:#FDFEFE;\n    --tint:#EAF2FA;\n    --line:#E1E7EA;\n  }\n  *{ box-sizing:border-box; }\n  body{\n    margin:0;\n    font-family:'Inter',sans-serif;\n    color:var(--navy);\n    background:var(--bg);\n    line-height:1.65;\n  }\n  h1,h2,h3{\n    font-family:'Fraunces',serif;\n    font-weight:500;\n    margin:0;\n    color:var(--navy);\n  }\n  a{ color:var(--blue); text-decoration:none; }\n  .wrap{ max-width:1080px; margin:0 auto; padding:0 32px; }\n\n  \/* header *\/\n  header{ border-bottom:1px solid var(--line); }\n  .nav{\n    display:flex; align-items:center; justify-content:space-between;\n    padding:20px 32px; max-width:1080px; margin:0 auto;\n  }\n  .brand{ display:flex; align-items:center; gap:10px; }\n  .brand span{ font-family:'Fraunces',serif; font-size:20px; font-weight:600; }\n  .brand .talk{ color:var(--blue); }\n  .nav{ flex-wrap:wrap; row-gap:12px; }\n  .nav-links{ display:flex; align-items:center; gap:22px; flex-wrap:wrap; }\n  .nav-links a{ color:var(--navy); font-size:15px; font-weight:500; white-space:nowrap; }\n  .btn{\n    display:inline-block; padding:11px 22px; border-radius:6px;\n    font-size:15px; font-weight:500; white-space:nowrap;\n  }\n  .btn-primary{ background:var(--blue); color:#fff; }\n  .btn-primary:hover{ background:var(--navy); }\n  .btn-ghost{ border:1px solid var(--line); color:var(--navy); }\n  .btn-ghost:hover{ border-color:var(--slate); }\n\n  \/* hero *\/\n  .hero{ padding:80px 0 96px; }\n  .hero-grid{\n    display:grid; grid-template-columns:1.1fr 0.9fr;\n    gap:56px; align-items:center;\n  }\n  .kicker{\n    text-transform:uppercase; letter-spacing:.12em; font-size:13px;\n    color:var(--slate); font-weight:600; margin-bottom:16px;\n  }\n  .hero h1{ font-size:44px; line-height:1.15; margin-bottom:20px; }\n  .hero p.lead{ font-size:18px; color:var(--slate); max-width:480px; margin-bottom:32px; }\n  .hero-actions{ display:flex; gap:14px; flex-wrap:wrap; }\n\n  .chat-card{\n    background:#fff; border:1px solid var(--line); border-radius:16px;\n    padding:26px; box-shadow:0 16px 40px -18px rgba(32,58,68,.25);\n  }\n  .chat-label{ font-size:12px; color:var(--slate); margin-bottom:16px; }\n  .msg{ display:flex; margin-bottom:16px; }\n  .msg:last-child{ margin-bottom:0; }\n  .bubble{ padding:12px 16px; border-radius:14px; font-size:14.5px; max-width:86%; }\n  .msg.user{ justify-content:flex-end; }\n  .msg.user .bubble{ background:var(--tint); color:var(--navy); border-bottom-right-radius:4px; }\n  .msg.bot .bubble{ background:var(--navy); color:#fff; border-bottom-left-radius:4px; }\n\n  \/* triad *\/\n  section.triad{ padding:72px 0; border-top:1px solid var(--line); }\n  .triad-head{ text-align:center; margin-bottom:48px; }\n  .triad-head h2{ font-size:28px; margin-bottom:10px; }\n  .triad-head p{ color:var(--slate); margin:0; }\n  .triad-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:36px; }\n  .card .word{ font-family:'Fraunces',serif; font-size:23px; color:var(--blue); margin-bottom:10px; }\n  .card p{ color:var(--slate); font-size:15px; margin:0 0 14px; }\n  .card a.more{ font-size:14px; font-weight:500; }\n\n  \/* verse *\/\n  section.verse{ background:var(--navy); color:#fff; padding:72px 0; text-align:center; }\n  section.verse blockquote{\n    font-family:'Fraunces',serif; font-style:italic; font-size:24px;\n    max-width:640px; margin:0 auto 14px; line-height:1.55;\n  }\n  section.verse cite{ font-size:14px; color:#9FB8CE; font-style:normal; }\n\n  \/* footer *\/\n  footer{ padding:48px 0; border-top:1px solid var(--line); }\n  .foot-grid{\n    display:flex; justify-content:space-between; align-items:flex-start;\n    flex-wrap:wrap; gap:24px;\n  }\n  .foot-links{ display:flex; gap:22px; flex-wrap:wrap; }\n  .foot-links a{ color:var(--navy); font-size:14px; font-weight:500; }\n  .foot-note{ color:var(--slate); font-size:13px; margin-top:10px; max-width:420px; }\n\n  @media (max-width:760px){\n    .hero-grid{ grid-template-columns:1fr; }\n    .triad-grid{ grid-template-columns:1fr; }\n    .hero h1{ font-size:32px; }\n    .nav-links a:not(.btn){ display:none; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<header>\n  <div class=\"nav\">\n    <div class=\"brand\">\n      <svg width=\"32\" height=\"32\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n        <path d=\"M40 14c9 0 16 6.5 16 14.5S49 43 40 43c-1.7 0-3.3-.2-4.8-.6L30 47l1-6.3C26.8 38 24 33.6 24 28.5 24 20.5 31 14 40 14z\" fill=\"#5792CA\"\/>\n        <path d=\"M27 6C15.4 6 6 14.4 6 24.8c0 5.7 2.8 10.8 7.3 14.3L12 48l8.6-4.7c2 .5 4.2.8 6.4.8 11.6 0 21-8.4 21-18.8S38.6 6 27 6z\" fill=\"#FDFEFE\" stroke=\"#203A44\" stroke-width=\"3\"\/>\n        <path d=\"M27 15v20M18 25h18\" stroke=\"#203A44\" stroke-width=\"3.4\" stroke-linecap=\"round\"\/>\n      <\/svg>\n      <span>Christianity<span class=\"talk\">.talk<\/span><\/span>\n    <\/div>\n    <div class=\"nav-links\">\n      <a href=\"#talk\">Talk<\/a>\n      <a href=\"#articles\">Articles<\/a>\n      <a href=\"#videos\">Videos<\/a>\n      <a href=\"https:\/\/christianity.talk\/about-christianity-talk\/\">About<\/a>\n      <a href=\"#talk\" class=\"btn btn-primary\">Start a conversation<\/a>\n    <\/div>\n  <\/div>\n<\/header>\n\n<section class=\"hero\">\n  <div class=\"wrap hero-grid\">\n    <div>\n      <p class=\"kicker\">A space for real questions<\/p>\n      <h1>Wherever you are with faith, you can start right here.<\/h1>\n      <p class=\"lead\">Ask what&#8217;s on your mind, read what others have wrestled with, or just listen for a while. No pressure, no pretending \u2014 just an honest place to talk about God.<\/p>\n      <div class=\"hero-actions\">\n        <a href=\"#talk\" class=\"btn btn-primary\">Start a conversation<\/a>\n        <a href=\"#articles\" class=\"btn btn-ghost\">Browse articles<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"chat-card\">\n      <p class=\"chat-label\">A conversation on Christianity.talk<\/p>\n      <div class=\"msg user\"><div class=\"bubble\">I don&#8217;t really know what I believe. Is it okay to just ask questions here?<\/div><\/div>\n      <div class=\"msg bot\"><div class=\"bubble\">Always. That&#8217;s exactly what this space is for \u2014 no question is too big or too small.<\/div><\/div>\n      <div class=\"msg user\"><div class=\"bubble\">Okay&#8230; then, is God actually there?<\/div><\/div>\n      <div class=\"msg bot\"><div class=\"bubble\">Let&#8217;s talk about it. Tell me a bit about what&#8217;s on your mind.<\/div><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"triad\">\n  <div class=\"wrap\">\n    <div class=\"triad-head\">\n      <h2>Ask. Seek. Understand.<\/h2>\n      <p>However you process things, there&#8217;s a way in.<\/p>\n    <\/div>\n    <div class=\"triad-grid\">\n      <div class=\"card\" id=\"talk\">\n        <p class=\"word\">Ask<\/p>\n        <p>Talk it through at your own pace with our AI guide \u2014 or request a real person when you&#8217;d rather have one.<\/p>\n        <a class=\"more\" href=\"#talk\">Start a conversation \u2192<\/a>\n      <\/div>\n      <div class=\"card\" id=\"articles\">\n        <p class=\"word\">Seek<\/p>\n        <p>Read honest, thoughtful articles on the questions people actually ask about God, faith, and doubt.<\/p>\n        <a class=\"more\" href=\"#articles\">Browse articles \u2192<\/a>\n      <\/div>\n      <div class=\"card\" id=\"videos\">\n        <p class=\"word\">Understand<\/p>\n        <p>Watch short videos that unpack big ideas simply, without jargon or pressure.<\/p>\n        <a class=\"more\" href=\"#videos\">Watch videos \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"verse\">\n  <div class=\"wrap\">\n    <blockquote>&#8220;Keep on asking, and you will receive what you ask for. Keep on seeking, and you will find. Keep on knocking, and the door will be opened to you.&#8221;<\/blockquote>\n    <cite>Matthew 7:7, NLT<br><span style=\"font-size:11px; opacity:.7;\">Holy Bible, New Living Translation, copyright \u00a9 1996, 2004, 2015 by Tyndale House Foundation. Used by permission of Tyndale House Publishers Inc., Carol Stream, Illinois 60188. All rights reserved.<\/span><\/cite>\n  <\/div>\n<\/section>\n\n<footer id=\"about\">\n  <div class=\"wrap foot-grid\">\n    <div>\n      <div class=\"brand\"><span>Christianity<span class=\"talk\">.talk<\/span><\/span><\/div>\n      <p class=\"foot-note\">Prefer to talk to a person instead of the bot? You can request a live conversation with our team any time.<\/p>\n    <\/div>\n    <div class=\"foot-links\">\n      <a href=\"#talk\">Talk<\/a>\n      <a href=\"#articles\">Articles<\/a>\n      <a href=\"#videos\">Videos<\/a>\n      <a href=\"https:\/\/christianity.talk\/about-christianity-talk\/\">About<\/a>\n      <a href=\"#contact\">Contact<\/a>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Christianity.talk \u2014 Ask. Seek. Understand. Christianity.talk Talk Articles Videos About Start a conversation A space for real questions Wherever you are with faith, you can start right here. Ask what&#8217;s on your mind, read what others have wrestled with, or just listen for a while. No pressure, no pretending \u2014 just an honest place to&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"default","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"brizy_media":[],"_links":{"self":[{"href":"https:\/\/christianity.talk\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/christianity.talk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/christianity.talk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/christianity.talk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/christianity.talk\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":5,"href":"https:\/\/christianity.talk\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":27,"href":"https:\/\/christianity.talk\/wp-json\/wp\/v2\/pages\/8\/revisions\/27"}],"wp:attachment":[{"href":"https:\/\/christianity.talk\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}