{"id":3271,"date":"2025-11-06T03:59:24","date_gmt":"2025-11-06T03:59:24","guid":{"rendered":"https:\/\/osescore.com\/?page_id=3271"},"modified":"2026-02-07T17:21:04","modified_gmt":"2026-02-07T17:21:04","slug":"welcome","status":"publish","type":"page","link":"https:\/\/osescore.com\/","title":{"rendered":"WELCOME"},"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>OSES CORE &#8211; Your Financial Fresh Start Begins Here<\/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=Montserrat:wght@400;600;700;800&#038;family=Poppins:wght@300;400;500;600&#038;family=Playfair+Display:wght@700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #0A1325;\n            background: #E6E6E6;\n            line-height: 1.6;\n        }\n\n        h1, h2, h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n        }\n\n        .big-number {\n            font-family: 'Playfair Display', serif;\n        }\n\n        \/* Navigation *\/\n        .navbar {\n            background: #0A1325;\n            padding: 1.25rem 0;\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n        }\n\n        .nav-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 2rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .logo {\n            height: 50px;\n        }\n\n        .nav-menu {\n            display: flex;\n            gap: 2rem;\n            list-style: none;\n            align-items: center;\n        }\n\n        .nav-menu a {\n            color: #E6E6E6;\n            text-decoration: none;\n            font-weight: 500;\n            font-size: 0.95rem;\n            transition: color 0.3s ease;\n        }\n\n        .nav-menu a:hover {\n            color: #f6dca9;\n        }\n\n        .dropdown {\n            position: relative;\n        }\n\n        .dropdown-menu {\n            display: none;\n            position: absolute;\n            top: 100%;\n            left: 0;\n            background: #0A1325;\n            min-width: 250px;\n            padding: 1rem 0;\n            margin-top: 0.5rem;\n            border-radius: 0.5rem;\n            box-shadow: 0 10px 25px rgba(0,0,0,0.3);\n        }\n\n        .dropdown:hover .dropdown-menu {\n            display: block;\n        }\n\n        .dropdown-menu a {\n            display: block;\n            padding: 0.75rem 1.5rem;\n            color: #E6E6E6;\n            font-size: 0.9rem;\n        }\n\n        .dropdown-menu a:hover {\n            background: rgba(246, 220, 169, 0.1);\n            color: #f6dca9;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: #E6E6E6;\n            padding: 4rem 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero-pattern {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            opacity: 0.05;\n            z-index: 0;\n        }\n\n        .hero-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n            text-align: center;\n        }\n\n        .hero h1 {\n            font-size: 3.5rem;\n            color: #0A1325;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n\n        .hero-subtitle {\n            font-size: 1.25rem;\n            color: #8A8A8A;\n            margin-bottom: 2rem;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-button {\n            background: #f6dca9;\n            color: #0A1325;\n            padding: 1rem 2.5rem;\n            font-size: 1.125rem;\n            font-weight: 600;\n            border: none;\n            border-radius: 0.5rem;\n            cursor: pointer;\n            text-decoration: none;\n            display: inline-block;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(246, 220, 169, 0.4);\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(246, 220, 169, 0.6);\n        }\n\n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 3rem 2rem;\n        }\n\n        .about-content {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .about-content p {\n            font-size: 1.125rem;\n            color: #0A1325;\n            line-height: 1.8;\n            margin-bottom: 1rem;\n        }\n\n        \/* Calculator Cards *\/\n        .calculators {\n            background: #E6E6E6;\n            padding: 4rem 2rem;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 2.5rem;\n            color: #0A1325;\n            margin-bottom: 3rem;\n        }\n\n        .calculator-grid {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .calc-card {\n            background: white;\n            border-radius: 1rem;\n            padding: 2rem;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 3px solid transparent;\n        }\n\n        .calc-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(10, 19, 37, 0.15);\n            border-color: #f6dca9;\n        }\n\n        .calc-icon {\n            width: 80px;\n            height: 80px;\n            background: #f6dca9;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1.5rem auto;\n            font-size: 2.5rem;\n        }\n\n        .calc-card h3 {\n            font-size: 1.5rem;\n            color: #0A1325;\n            margin-bottom: 1rem;\n        }\n\n        .calc-card p {\n            color: #8A8A8A;\n            margin-bottom: 1.5rem;\n            font-size: 0.95rem;\n        }\n\n        .calc-button {\n            background: #0A1325;\n            color: white;\n            padding: 0.75rem 1.5rem;\n            border: none;\n            border-radius: 0.5rem;\n            font-weight: 600;\n            cursor: pointer;\n            text-decoration: none;\n            display: inline-block;\n            transition: all 0.3s ease;\n        }\n\n        .calc-button:hover {\n            background: #1a2742;\n            transform: scale(1.05);\n        }\n\n        \/* Blog Section *\/\n        .blog-section {\n            background: #0A1325;\n            padding: 4rem 2rem;\n            color: white;\n        }\n\n        .blog-section .section-title {\n            color: white;\n        }\n\n        .blog-grid {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .blog-card {\n            background: rgba(255, 255, 255, 0.05);\n            border: 2px solid #C0C0C0;\n            border-radius: 1rem;\n            padding: 2rem;\n            transition: all 0.3s ease;\n        }\n\n        .blog-card:hover {\n            background: rgba(255, 255, 255, 0.1);\n            border-color: #f6dca9;\n        }\n\n        .blog-card h3 {\n            font-size: 1.25rem;\n            margin-bottom: 0.75rem;\n            color: #f6dca9;\n        }\n\n        .blog-card p {\n            color: #E6E6E6;\n            font-size: 0.95rem;\n            margin-bottom: 1rem;\n        }\n\n        .blog-card a {\n            color: #f6dca9;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.9rem;\n        }\n\n        \/* Footer *\/\n        .footer {\n            background: #0A1325;\n            padding: 2rem;\n            text-align: center;\n            border-top: 2px solid #C0C0C0;\n        }\n\n        .footer-logo {\n            height: 60px;\n            margin-bottom: 1rem;\n        }\n\n        .footer p {\n            color: #8A8A8A;\n            font-size: 0.875rem;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.25rem;\n            }\n\n            .nav-menu {\n                display: none; \/* Simplified for demo - add mobile menu if needed *\/\n            }\n\n            .calculator-grid, .blog-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n\n    <!-- Navigation -->\n    <!-- <nav class=\"navbar\"> -->\n       <!--\n        <div class=\"nav-container\">\n            <img decoding=\"async\" src=\"\/mnt\/user-data\/uploads\/Variantes_OSES_CORE-05.png\" alt=\"OSES CORE\" class=\"logo\">\n            <ul class=\"nav-menu\">\n                <li><a href=\"\/\">Home<\/a><\/li>\n                <li class=\"dropdown\">\n                    <a href=\"#\">Calculators<\/a>\n                    <div class=\"dropdown-menu\">\n                        <a href=\"\/credit-card-payoff-calculator\">Credit Card Payoff Calculator<\/a>\n                        <a href=\"\/credit-score-simulator\">Credit Score Simulator<\/a>\n                        <a href=\"\/debt-avalanche-vs-snowball\">Debt Avalanche vs Snowball<\/a>\n                    <\/div>\n                <\/li>\n                <li><a href=\"\/blog\">Blog<\/a><\/li>\n                <li><a href=\"\/about\">About<\/a><\/li>\n                <li><a href=\"\/contact\">Contact<\/a><\/li>\n            <\/ul>\n        <\/div> -->\n    <\/nav> \n    \n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <!-- Geometric Pattern Background -->\n        <svg class=\"hero-pattern\" viewBox=\"0 0 1200 600\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <circle cx=\"100\" cy=\"100\" r=\"80\" fill=\"#0A1325\" opacity=\"0.8\"\/>\n            <circle cx=\"1100\" cy=\"150\" r=\"120\" fill=\"#C0C0C0\" opacity=\"0.5\"\/>\n            <rect x=\"200\" y=\"400\" width=\"150\" height=\"150\" fill=\"#0A1325\" opacity=\"0.6\" transform=\"rotate(45 275 475)\"\/>\n            <circle cx=\"900\" cy=\"450\" r=\"100\" fill=\"#f6dca9\" opacity=\"0.7\"\/>\n            <polygon points=\"50,500 150,550 100,600\" fill=\"#0A1325\" opacity=\"0.5\"\/>\n            <circle cx=\"600\" cy=\"80\" r=\"60\" fill=\"#C0C0C0\" opacity=\"0.4\"\/>\n        <\/svg>\n\n        <div class=\"hero-content\">\n            <h1>Your Financial Fresh Start<br>Begins Here<\/h1>\n            <p class=\"hero-subtitle\">\n                We turn credit confusion into credit confidence\u2014one honest conversation at a time. \n                Get real tools, real advice, and real results.\n            <\/p>\n            <a href=\"#calculators\" class=\"cta-button\">Explore Our Free Tools<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- About Section -->\n    <section class=\"about-section\">\n        <div class=\"about-content\">\n            <p>\n                <strong>We&#8217;ve been there.<\/strong> osescore was born from the frustration of navigating credit scores without honest, straightforward guidance. We don&#8217;t hide behind jargon or push products you don&#8217;t need.\n            <\/p>\n            <p>\n                Whether you&#8217;re rebuilding credit, comparing cards, or planning for a major purchase, we&#8217;re here with <strong>radical transparency, financial empathy, and actionable tools<\/strong> to help you succeed.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Calculators Section -->\n    <section class=\"calculators\" id=\"calculators\">\n        <h2 class=\"section-title\">Free Financial Calculators<\/h2>\n        <div class=\"calculator-grid\">\n            \n            <div class=\"calc-card\">\n                <div class=\"calc-icon\">\ud83d\udcb3<\/div>\n                <h3>Credit Card Payoff<\/h3>\n                <p>See exactly how much you&#8217;ll save by paying more than the minimum. Calculate your debt-free date in seconds.<\/p>\n                <a href=\"https:\/\/osescore.com\/?page_id=3289\" class=\"calc-button\">Calculate Now<\/a>\n            <\/div>\n\n            <div class=\"calc-card\">\n                <div class=\"calc-icon\">\ud83d\udcca<\/div>\n                <h3>Credit Score Simulator<\/h3>\n                <p>Discover how paying off debt affects your credit score. See your projected score before you act.<\/p>\n                <a href=\"https:\/\/osescore.com\/?page_id=3298\" class=\"calc-button\">Try It Free<\/a>\n            <\/div>\n\n            <div class=\"calc-card\">\n                <div class=\"calc-icon\">\ud83c\udfaf<\/div>\n                <h3>Avalanche vs Snowball<\/h3>\n                <p>Compare both debt payoff strategies side-by-side. Find out which method saves you the most money.<\/p>\n                <a href=\"https:\/\/osescore.com\/?page_id=3300\" class=\"calc-button\">Compare Now<\/a>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- Blog Section -->\n    <section class=\"blog-section\">\n        <h2 class=\"section-title\">Latest Insights<\/h2>\n        <div class=\"blog-grid\">\n            \n            <div class=\"blog-card\">\n                <h3>Understanding Your Credit Utilization Ratio<\/h3>\n                <p>This single number can make or break your credit score. Here&#8217;s how to master it.<\/p>\n                <a href=\"#\">Read More \u2192<\/a>\n            <\/div>\n\n            <div class=\"blog-card\">\n                <h3>5 Credit Card Myths That Cost You Money<\/h3>\n                <p>Stop believing these common misconceptions and start building real financial power.<\/p>\n                <a href=\"#\">Read More \u2192<\/a>\n            <\/div>\n\n            <div class=\"blog-card\">\n                <h3>How to Rebuild Credit After a Major Setback<\/h3>\n                <p>Medical bills, divorce, job loss\u2014life happens. Here&#8217;s your step-by-step recovery plan.<\/p>\n                <a href=\"#\">Read More \u2192<\/a>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"footer\">\n        <!-- \/\/<img decoding=\"async\" src=\"\/mnt\/user-data\/uploads\/Variantes_OSES_CORE-05.png\" alt=\"OSES CORE\" class=\"footer-logo\"> -->\n        <p>&copy; 2025 OSES CORE. All rights reserved. | <a href=\"\/privacy\" style=\"color: #f6dca9;\">Privacy Policy<\/a> | <a href=\"\/terms\" style=\"color: #f6dca9;\">Terms of Service<\/a><\/p>\n    <\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>OSES CORE &#8211; Your Financial Fresh Start Begins Here Your Financial Fresh StartBegins Here We turn credit confusion into credit confidence\u2014one honest conversation at a time. Get real tools, real advice, and real results. Explore Our Free Tools We&#8217;ve been there. osescore was born from the frustration of navigating credit scores without honest, straightforward guidance. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3271","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/osescore.com\/index.php?rest_route=\/wp\/v2\/pages\/3271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/osescore.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/osescore.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/osescore.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/osescore.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3271"}],"version-history":[{"count":5,"href":"https:\/\/osescore.com\/index.php?rest_route=\/wp\/v2\/pages\/3271\/revisions"}],"predecessor-version":[{"id":3348,"href":"https:\/\/osescore.com\/index.php?rest_route=\/wp\/v2\/pages\/3271\/revisions\/3348"}],"wp:attachment":[{"href":"https:\/\/osescore.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}