{"id":129,"date":"2026-06-18T07:12:12","date_gmt":"2026-06-18T07:12:12","guid":{"rendered":"https:\/\/tracicampbelllcsw.com\/?page_id=129"},"modified":"2026-06-30T10:53:25","modified_gmt":"2026-06-30T10:53:25","slug":"rates","status":"publish","type":"page","link":"https:\/\/tracicampbelllcsw.com\/?page_id=129","title":{"rendered":"Rates"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"129\" class=\"elementor elementor-129\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a7674c0 e-flex e-con-boxed e-con e-parent\" data-id=\"2a7674c0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-253d8992 elementor-widget elementor-widget-shortcode\" data-id=\"253d8992\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><span><span><a href=\"https:\/\/tracicampbelllcsw.com\/\">Home<\/a><\/span><\/span><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3aef95e6 elementor-widget elementor-widget-heading\" data-id=\"3aef95e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Rates<\/h1>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51e853ae e-flex e-con-boxed e-con e-parent\" data-id=\"51e853ae\" 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-17aed5ac elementor-widget elementor-widget-html\" data-id=\"17aed5ac\" 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    \r\n    <!-- Josefin Sans Font -->\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Josefin+Sans:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\r\n\r\n    <style>\r\n        \/* --- BRAND COLORS --- *\/\r\n        :root {\r\n            --primary-green: #57c09d;\r\n            --text-dark: #4a5050;\r\n            --bg-light: #f5f9f8;\r\n            --white: #ffffff;\r\n            --shadow: 0 10px 30px rgba(74, 80, 80, 0.08);\r\n            --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\r\n        }\r\n\r\n        \/* --- RESET & BASE --- *\/\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Josefin Sans', sans-serif;\r\n            color: var(--text-dark);\r\n            line-height: 1.7;\r\n            background-color: var(--white);\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1000px;\r\n            margin: 0 auto;\r\n            padding: 0 25px;\r\n        }\r\n\r\n        \/* --- ENTRANCE ANIMATION --- *\/\r\n        @keyframes fadeInUp {\r\n            from { opacity: 0; transform: translateY(40px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        .animate {\r\n            animation: fadeInUp 1s ease forwards;\r\n            opacity: 0;\r\n        }\r\n\r\n        .delay-1 { animation-delay: 0.2s; }\r\n        .delay-2 { animation-delay: 0.4s; }\r\n        .delay-3 { animation-delay: 0.6s; } \/* New delay for CTA button *\/\r\n\r\n        \/* --- RATES CARDS (UNTOUCHED) --- *\/\r\n        .rates-section {\r\n            padding: 80px 0;\r\n        }\r\n\r\n        .service-card {\r\n            background: var(--white);\r\n            border: 1px solid #f0f0f0;\r\n            border-radius: 12px;\r\n            padding: 40px;\r\n            margin-bottom: 30px;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n            gap: 40px;\r\n            transition: var(--transition);\r\n            cursor: default;\r\n        }\r\n\r\n        .service-card:hover {\r\n            transform: translateY(-10px);\r\n            border-color: var(--primary-green);\r\n            box-shadow: 0 20px 40px rgba(87, 192, 157, 0.15);\r\n        }\r\n\r\n        .service-content { flex: 2; }\r\n\r\n        .service-card h2 {\r\n            font-size: 1.8rem;\r\n            font-weight: 500;\r\n            margin-bottom: 20px;\r\n            color: var(--text-dark);\r\n            transition: var(--transition);\r\n        }\r\n\r\n        .service-card:hover h2 { color: var(--primary-green); }\r\n\r\n        .service-card p {\r\n            font-weight: 300;\r\n            color: #4A5050;\r\n            font-size: 1.1rem;\r\n            max-width: 600px;\r\n        }\r\n\r\n        .service-pricing {\r\n            flex: 1;\r\n            text-align: right;\r\n            font-weight: 600;\r\n            font-size: 1.1rem;\r\n            color: var(--text-dark);\r\n            padding-top: 5px;\r\n        }\r\n\r\n        \/* --- INSURANCE BOX (UNTOUCHED) --- *\/\r\n        .insurance-note {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            gap: 20px;\r\n            margin-top: 50px;\r\n            padding: 30px;\r\n            background: var(--bg-light);\r\n            border-radius: 12px;\r\n            border-left: 5px solid var(--primary-green);\r\n        }\r\n\r\n        .insurance-note svg {\r\n            fill: var(--primary-green);\r\n            width: 28px;\r\n            height: 28px;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .insurance-note p {\r\n            font-size: 1rem;\r\n            font-weight: 300;\r\n            font-style: italic;\r\n            color: #5a6161;\r\n        }\r\n\r\n        \/* --- REFINED PROFESSIONAL CTA SECTION --- *\/\r\n        .cta-area {\r\n            background-color: var(--bg-light);\r\n            padding: 140px 20px; \/* Increased padding for luxury feel *\/\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n            border-top: 1px solid rgba(87, 192, 157, 0.1);\r\n        }\r\n\r\n        \/* Subtle design element *\/\r\n        .cta-area::before {\r\n            content: \"\";\r\n            position: absolute;\r\n            top: 0;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 60px;\r\n            height: 4px;\r\n            background: var(--primary-green);\r\n            border-radius: 0 0 10px 10px;\r\n        }\r\n\r\n        .cta-area h3 {\r\n            font-size: 2.4rem; \/* Slightly larger for impact *\/\r\n            font-weight: 400;\r\n            max-width: 800px;\r\n            margin: 0 auto 50px auto;\r\n            color: var(--text-dark);\r\n            line-height: 1.4;\r\n            letter-spacing: -0.5px;\r\n        }\r\n\r\n        .btn-contact {\r\n            display: inline-block;\r\n            background-color: var(--primary-green);\r\n            color: #ffffff;\r\n            padding: 22px 65px;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            font-size: 0.95rem;\r\n            letter-spacing: 2.5px;\r\n            text-transform: uppercase;\r\n            border-radius: 4px; \/* More professional cleaner edges *\/\r\n            transition: var(--transition);\r\n            box-shadow: 0 8px 20px rgba(87, 192, 157, 0.2);\r\n        }\r\n\r\n        \/* Advanced Hover Animation *\/\r\n        .btn-contact:hover {\r\n            background-color: #48a88a;\r\n            transform: translateY(-6px);\r\n            box-shadow: 0 15px 35px rgba(87, 192, 157, 0.35);\r\n            letter-spacing: 3px; \/* Subtle expansion on hover *\/\r\n        }\r\n\r\n        .btn-contact:active {\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        \/* --- MOBILE RESPONSIVENESS --- *\/\r\n        @media (max-width: 800px) {\r\n            .service-card {\r\n                flex-direction: column;\r\n                gap: 20px;\r\n                padding: 30px;\r\n            }\r\n            .service-pricing {\r\n                text-align: left;\r\n                border-top: 1px solid #eee;\r\n                padding-top: 20px;\r\n                width: 100%;\r\n            }\r\n            .cta-area { padding: 100px 20px; }\r\n            .cta-area h3 { font-size: 1.7rem; margin-bottom: 40px; }\r\n            .btn-contact { padding: 18px 45px; width: 100%; max-width: 300px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- Main Content -->\r\n    <main class=\"rates-section\">\r\n        <div class=\"container\">\r\n            \r\n            <!-- Service Box 1 -->\r\n            <div class=\"service-card animate delay-1\">\r\n                <div class=\"service-content\">\r\n                    <h2>Psychotherapy<\/h2>\r\n                    <p>Individual sessions tailored to your specific needs, focusing on emotional growth and mental well-being.<\/p>\r\n                <\/div>\r\n                <div class=\"service-pricing\">\r\n                    $180 for 50 Minute Session<br>\r\n                    $270 for 90 Minute Session\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Service Box 2 -->\r\n            <div class=\"service-card animate delay-1\">\r\n                <div class=\"service-content\">\r\n                    <h2>Cognitive Behavioral Therapy for Insomnia (CBT-I)<\/h2>\r\n                    <p>\r\n                        CBT-I is typically a short term program. While some clients see progress sooner, \r\n                        most find that completing a series of sessions helps reinforce lasting results \r\n                        and address any challenges that arise. Sessions can be paid individually or as part of a discounted multiple session package.\r\n                    <\/p>\r\n                <\/div>\r\n                <div class=\"service-pricing\">\r\n                    $180 for 50 Minute Session<br>\r\n                    $270 for 90 Minute Session\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Insurance Box -->\r\n            <div class=\"insurance-note animate delay-2\">\r\n                <svg viewBox=\"0 0 24 24\"><path d=\"M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z\"\/><\/svg>\r\n                <p>I am not in-network with any insurance company. If your plan includes out-of-network benefits, I can provide a super-bill that you can send to the insurance company for possible reimbursement. Please check with your insurance company.<\/p>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/main>\r\n\r\n    <!-- Refined Professional CTA Section -->\r\n    <!--<section class=\"cta-area\">-->\r\n    <!--    <div class=\"container\">-->\r\n            <!-- Text Animates in First -->\r\n    <!--        <h3 class=\"animate delay-2\">Schedule your Therapy or CBT-I consultation in Austin or via telehealth anywhere in Texas. Reach out today.<\/h3>-->\r\n            \r\n            <!-- Button Animates in with a longer delay for a professional reveal -->\r\n    <!--        <a href=\"#\" class=\"btn-contact animate delay-3\">Contact Me<\/a>-->\r\n    <!--    <\/div>-->\r\n    <!--<\/section>-->\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<div class=\"elementor-element elementor-element-4e46a494 e-flex e-con-boxed e-con e-parent\" data-id=\"4e46a494\" 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-ee16751 elementor-widget elementor-widget-html\" data-id=\"ee16751\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Load Josefin Sans Font -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Josefin+Sans:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\r\n\r\n<!-- THE PERFECT GOOD FAITH ESTIMATE SECTION -->\r\n<section class=\"gfe-infinite-section\">\r\n    <div class=\"gfe-border-animation\">\r\n        <!-- Inner Card: Center Aligned Content -->\r\n        <div class=\"gfe-inner-card\">\r\n            \r\n            <h2 class=\"gfe-main-title\">Good Faith Estimate<\/h2>\r\n            <div class=\"gfe-header-line\"><\/div>\r\n\r\n            <p class=\"gfe-intro-text\">You have the right to receive a \u201cGood Faith Estimate\u201d explaining how much your medical care will cost.<\/p>\r\n            \r\n            <p class=\"gfe-intro-text\">Under the law, health care providers need to give patients who don\u2019t have insurance or who are not using insurance an estimate of the bill for medical items and services.<\/p>\r\n\r\n            <ul class=\"gfe-custom-list\">\r\n                <li>You have the right to receive a Good Faith Estimate for the total expected cost of any non-emergency items or services. This includes related costs like medical tests, prescription drugs, equipment, and hospital fees.<\/li>\r\n                <li>Make sure your health care provider gives you a Good Faith Estimate in writing at least 1 business day before your medical service or item. You can also ask your health care provider, and any other provider you choose, for a Good Faith Estimate before you schedule an item or service.<\/li>\r\n                <li>If you receive a bill that is at least $400 more than your Good Faith Estimate, you can dispute the bill.<\/li>\r\n                <li>Make sure to save a copy or picture of your Good Faith Estimate.<\/li>\r\n            <\/ul>\r\n\r\n            <p class=\"gfe-footer-info\">\r\n                For questions or more information about your right to a Good Faith Estimate, visit \r\n                <a href=\"https:\/\/www.cms.gov\/nosurprises\" class=\"gfe-link-style\" target=\"_blank\">www.cms.gov\/nosurprises<\/a> \r\n                or call <a  class=\"gfe-link-style\">1-800-985-3059<\/a>.\r\n            <\/p>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<style>\r\n    \/* --- SCOPED CSS FOR THE GOOD FAITH ESTIMATE SECTION --- *\/\r\n    \r\n    .gfe-infinite-section {\r\n        font-family: 'Josefin Sans', sans-serif !important;\r\n       \r\n        display: flex;\r\n        justify-content: center;\r\n        background-color: transparent; \/* Seamless integration with your page *\/\r\n        overflow: hidden;\r\n    }\r\n\r\n    \/* THE BOLD INFINITE BORDER EFFECT *\/\r\n    .gfe-border-animation {\r\n        position: relative;\r\n        width: 100%;\r\n        max-width: 950px;\r\n        padding: 6px; \/* BOLDness of the running line *\/\r\n        background: #e0e6e5; \r\n        border-radius: 20px;\r\n        overflow: hidden;\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n        isolation: isolate; \/* Ensures the line stays behind the white box *\/\r\n        box-shadow: 0 15px 45px rgba(74, 80, 80, 0.08);\r\n    }\r\n\r\n    \/* Infinite Line Logic (Rotates 360 degrees forever) *\/\r\n    .gfe-border-animation::before {\r\n        content: '';\r\n        position: absolute;\r\n        width: 200%;\r\n        height: 200%;\r\n        background: conic-gradient(\r\n            transparent 70%, \r\n            #57c09d 100% \/* Your Green Color *\/\r\n        );\r\n        animation: rotate-line 3.5s linear infinite;\r\n        z-index: 1;\r\n    }\r\n\r\n    @keyframes rotate-line {\r\n        0% { transform: rotate(0deg); }\r\n        100% { transform: rotate(360deg); }\r\n    }\r\n\r\n    \/* INNER WHITE BOX CONTENT *\/\r\n    .gfe-inner-card {\r\n        position: relative;\r\n        background: #ffffff !important;\r\n        border-radius: 15px;\r\n        padding: 60px 50px;\r\n        z-index: 2; \/* Sits above the rotating line *\/\r\n        width: 100%;\r\n        text-align: center; \/* PERFECT ALIGNMENT *\/\r\n    }\r\n\r\n    \/* TYPOGRAPHY & COLORS *\/\r\n    .gfe-main-title {\r\n        color: #57c09d !important; \/* Green Title as requested *\/\r\n        font-size: 3rem;\r\n        font-weight: 500;\r\n        margin: 0 0 10px 0 !important;\r\n        letter-spacing: -1px;\r\n    }\r\n\r\n    .gfe-header-line {\r\n        width: 100px;\r\n        height: 3px;\r\n        background-color: #4a5050;\r\n        margin: 0 auto 45px auto;\r\n        border-radius: 2px;\r\n    }\r\n\r\n    .gfe-intro-text {\r\n        font-weight: 300;\r\n        margin-bottom: 25px !important;\r\n        line-height: 1.8;\r\n        font-size: 1.15rem;\r\n        color: #4a5050;\r\n        max-width: 800px;\r\n        margin-left: auto;\r\n        margin-right: auto;\r\n    }\r\n\r\n    \/* LIST STYLING (Centered Block, Left Text) *\/\r\n    .gfe-custom-list {\r\n        list-style: none;\r\n        margin: 0 auto 40px auto !important;\r\n        padding: 0 !important;\r\n        display: inline-block;\r\n        text-align: left;\r\n        max-width: 800px;\r\n    }\r\n\r\n    .gfe-custom-list li {\r\n        position: relative;\r\n        padding-left: 35px;\r\n        margin-bottom: 20px;\r\n        font-weight: 300;\r\n        color: #4a5050;\r\n        font-size: 1.05rem;\r\n    }\r\n\r\n    .gfe-custom-list li::before {\r\n        content: \"\u2022\";\r\n        position: absolute;\r\n        left: 0;\r\n        color: #57c09d; \/* Green Bullets *\/\r\n        font-size: 2rem;\r\n        line-height: 1;\r\n    }\r\n\r\n    .gfe-footer-info {\r\n        font-weight: 300;\r\n        font-size: 1.1rem;\r\n        color: #4a5050;\r\n    }\r\n\r\n    \/* INTERACTIVE LINKS *\/\r\n    .gfe-link-style {\r\n        color: #57c09d;\r\n        text-decoration: none;\r\n        font-weight: 600;\r\n        transition: all 0.3s ease;\r\n        border-bottom: 1px solid transparent;\r\n    }\r\n\r\n    .gfe-link-style:hover {\r\n        color: #3e8d71;\r\n        border-bottom: 1px solid #3e8d71;\r\n    }\r\n\r\n    \/* RESPONSIVE DESIGN FOR ALL SCREENS *\/\r\n    @media (max-width: 768px) {\r\n        .gfe-inner-card { padding: 40px 20px; }\r\n        .gfe-main-title { font-size: 2.2rem; }\r\n        .gfe-header-line { margin-bottom: 30px; }\r\n        .gfe-infinite-section { padding: 40px 10px; }\r\n        .gfe-intro-text { font-size: 1rem; }\r\n    }\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-41005fea elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"41005fea\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3be3598c\" data-id=\"3be3598c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-79333b91 elementor-widget elementor-widget-heading\" data-id=\"79333b91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Schedule your Therapy or CBT-I consultation in Austin or via telehealth anywhere in Texas.<br> Reach out today.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62f12186 elementor-widget elementor-widget-html\" data-id=\"62f12186\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div style=\"display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:32px;\">\r\n  \r\n  <!-- In-Person (Location Icon) -->\r\n  <div style=\"display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:transparent;border:1px solid rgba(255,255,255,0.4);border-radius:999px;font-family:'Plus Jakarta Sans',sans-serif;font-size:13px;font-weight:500;color:#FFFFFF;\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\r\n    In-Person &mdash; Austin, TX\r\n  <\/div>\r\n\r\n  <!-- Telehealth (Laptop\/Monitor Icon) -->\r\n  <div style=\"display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:transparent;border:1px solid rgba(255,255,255,0.4);border-radius:999px;font-family:'Plus Jakarta Sans',sans-serif;font-size:13px;font-weight:500;color:#FFFFFF;\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"2\" y1=\"20\" x2=\"22\" y2=\"20\"><\/line><\/svg>\r\n    Telehealth &mdash; All of Texas\r\n  <\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7693cd8f elementor-align-center elementor-widget elementor-widget-button\" data-id=\"7693cd8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md elementor-animation-grow\" href=\"https:\/\/tracicampbelllcsw.com\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-calendar-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Reach Out Today<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Rates Psychotherapy Individual sessions tailored to your specific needs, focusing on emotional growth and mental well-being. $180 for 50 Minute Session $270 for 90 Minute Session Cognitive Behavioral Therapy for Insomnia (CBT-I) CBT-I is typically a short term program. While some clients see progress sooner, most find that completing a series of sessions helps reinforce [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"rs_blank_template":"","rs_page_bg_color":"","slide_template_v7":"","postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-129","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Austin Therapist Rates | CBT-I &amp; Individual Therapy<\/title>\n<meta name=\"description\" content=\"Compassionate CBT-I and individual therapy in Austin, TX with in-person and online sessions available throughout Texas.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tracicampbelllcsw.com\/rates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Austin Therapist Rates | CBT-I &amp; Individual Therapy\" \/>\n<meta property=\"og:description\" content=\"Compassionate CBT-I and individual therapy in Austin, TX with in-person and online sessions available throughout Texas.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tracicampbelllcsw.com\/rates\/\" \/>\n<meta property=\"og:site_name\" content=\"Traci Campbell, LCSW, SEP\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-30T10:53:25+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tracicampbelllcsw.com\\\/?page_id=129\",\"url\":\"https:\\\/\\\/tracicampbelllcsw.com\\\/rates\\\/\",\"name\":\"Austin Therapist Rates | CBT-I & Individual Therapy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tracicampbelllcsw.com\\\/#website\"},\"datePublished\":\"2026-06-18T07:12:12+00:00\",\"dateModified\":\"2026-06-30T10:53:25+00:00\",\"description\":\"Compassionate CBT-I and individual therapy in Austin, TX with in-person and online sessions available throughout Texas.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tracicampbelllcsw.com\\\/rates\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tracicampbelllcsw.com\\\/rates\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tracicampbelllcsw.com\\\/rates\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tracicampbelllcsw.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tracicampbelllcsw.com\\\/#website\",\"url\":\"https:\\\/\\\/tracicampbelllcsw.com\\\/\",\"name\":\"Traci Campbell, LCSW, SEP\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tracicampbelllcsw.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Austin Therapist Rates | CBT-I & Individual Therapy","description":"Compassionate CBT-I and individual therapy in Austin, TX with in-person and online sessions available throughout Texas.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tracicampbelllcsw.com\/rates\/","og_locale":"en_US","og_type":"article","og_title":"Austin Therapist Rates | CBT-I & Individual Therapy","og_description":"Compassionate CBT-I and individual therapy in Austin, TX with in-person and online sessions available throughout Texas.","og_url":"https:\/\/tracicampbelllcsw.com\/rates\/","og_site_name":"Traci Campbell, LCSW, SEP","article_modified_time":"2026-06-30T10:53:25+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tracicampbelllcsw.com\/?page_id=129","url":"https:\/\/tracicampbelllcsw.com\/rates\/","name":"Austin Therapist Rates | CBT-I & Individual Therapy","isPartOf":{"@id":"https:\/\/tracicampbelllcsw.com\/#website"},"datePublished":"2026-06-18T07:12:12+00:00","dateModified":"2026-06-30T10:53:25+00:00","description":"Compassionate CBT-I and individual therapy in Austin, TX with in-person and online sessions available throughout Texas.","breadcrumb":{"@id":"https:\/\/tracicampbelllcsw.com\/rates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tracicampbelllcsw.com\/rates\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tracicampbelllcsw.com\/rates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tracicampbelllcsw.com\/"},{"@type":"ListItem","position":2,"name":"Rates"}]},{"@type":"WebSite","@id":"https:\/\/tracicampbelllcsw.com\/#website","url":"https:\/\/tracicampbelllcsw.com\/","name":"Traci Campbell, LCSW, SEP","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tracicampbelllcsw.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/tracicampbelllcsw.com\/index.php?rest_route=\/wp\/v2\/pages\/129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tracicampbelllcsw.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tracicampbelllcsw.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tracicampbelllcsw.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tracicampbelllcsw.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=129"}],"version-history":[{"count":25,"href":"https:\/\/tracicampbelllcsw.com\/index.php?rest_route=\/wp\/v2\/pages\/129\/revisions"}],"predecessor-version":[{"id":670,"href":"https:\/\/tracicampbelllcsw.com\/index.php?rest_route=\/wp\/v2\/pages\/129\/revisions\/670"}],"wp:attachment":[{"href":"https:\/\/tracicampbelllcsw.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}