/*
Theme Name: Clear Debt Financial Solutions
Theme URI: https://cleardebtfinancialsolutions.ca
Author: DotConnex Inc.
Author URI: https://dotconnex.com
Description: Custom SEO Optimized WordPress Theme for Clear Debt Financial Solutions Inc.
Version: 1.0
License: GPL v2 or later
Text Domain: cdfs
*/

/*=====================================================
ROOT VARIABLES
=====================================================*/

:root{

    --primary:#031B44;
    --primary-light:#0A3470;
    --secondary:#0bc0a8;
    --accent:#041025;

    --white:#ffffff;

    --text:#2b2b2b;
    --text-light:#5e6876;

    --border:#e7e9ec;

    --background:#ffffff;

    --background-alt:#f7f9fc;

    --success:#19b66a;

    --danger:#d73a49;

    --shadow-small:0 3px 10px rgba(0,0,0,.05);

    --shadow:
        0 8px 30px rgba(0,0,0,.08);

    --radius-small:6px;

    --radius:12px;

    --radius-large:18px;

    --transition:.30s ease;

    --container:1320px;

}

/*=====================================================
RESET
=====================================================*/

html{

    scroll-behavior:smooth;

    font-size:16px;

    -webkit-text-size-adjust:100%;

}
body.scrolled .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body{

    margin:0;

    font-family:
        "Manrope",
        Arial,
        Helvetica,
        sans-serif;

    color:var(--text);

    background:var(--background);

    line-height:1.7;

    overflow-x:hidden;

    -webkit-font-smoothing:antialiased;

    text-rendering:optimizeLegibility;

}

.siteorigin-widget-tinymce br {
    display: none;
}

.panel-grid-cell br {
    display: none;
}



img{

    display:block;

    max-width:100%;

    height:auto;

}

svg{

    display:block;

}

figure{

    margin:0;

}

a{

    color:var(--secondary);

    text-decoration:none;

    transition:var(--transition);

}

a:hover{

    color:var(--primary);

}

ul{

    margin:0;

    padding:0;

}

li{

    list-style:none;

}

button{

    font:inherit;

    border:none;

    cursor:pointer;

}

input,
textarea,
select{

    font:inherit;

}

/*=====================================================
TYPOGRAPHY
=====================================================*/

h1,
h2,
h3,
h4,
h5,
h6{

    margin:0 0 20px;

    font-weight:800;

    line-height:1.2;

    color:var(--primary);

}

h1{

    font-size:clamp(42px,5vw,64px);

}

h2{

    font-size:clamp(34px,4vw,48px);

}

h3{

    font-size:26px;

}

h4{

    font-size:22px;
    line-height: 1.3;
  margin: 34px 0 12px;

}

p{

    margin:0 0 20px;

    color:var(--text-light);

}

strong{

    color:var(--primary);

}

/*=====================================================
LAYOUT
=====================================================*/

.container{

    width:min(var(--container),92%);

    margin-inline:auto;

}
	
	
	



.section{

    padding:100px 0;

}

.section-intro{

    max-width:760px;

    margin:0 auto 60px;

    text-align:center;

    font-size:18px;

}

.text-center{

    text-align:center;

}

.hidden{

    display:none;

}

/*=====================================================
BUTTONS
=====================================================*/

.btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-height:56px;

    padding:0 34px;

    border-radius:8px;

    background:var(--secondary);

    color:#fff;

    font-weight:700;

    transition:var(--transition);

}

.btn-primary:hover{

    background:var(--primary);

    color:#fff;

    transform:translateY(-2px);

}

.btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-height:56px;

    padding:0 34px;

    border:2px solid var(--secondary);

    border-radius:8px;

    color:var(--secondary);

    font-weight:700;

    transition:var(--transition);

}

.btn-secondary:hover{

    background:var(--secondary);

    color:#fff;

}

.footer-cta{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:100%;

    height:54px;

    background:var(--secondary);

    color:#fff;

    border-radius:8px;

    margin-top:5px;

    font-weight:700;

}

.footer-cta:hover{

    background: var(--accent);
    color: #fff !important;
    border: 1px solid #0bc0af;

}

/*=====================================================
ACCESSIBILITY
=====================================================*/

.skip-link{

    position:absolute;

    left:-9999px;

}

.skip-link:focus{

    left:20px;

    top:20px;

    background:#fff;

    padding:15px;

    z-index:99999;

    border-radius:8px;

}

:focus-visible{

    outline:3px solid var(--accent);

    outline-offset:2px;

}




/*=====================================================
TOP HEADER
=====================================================*/

.top-header {
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    position: relative;
    z-index: 10;
}

.top-header-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.top-header p {
    margin: 0;
    color: rgba(255,255,255,.85);
}

.top-header-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.top-header-links a {
    color: rgba(255,255,255,.88);
    font-weight: 600;
}

.top-header-links a:hover {
    color: #0bc0a8;
}


/*=====================================================
MAIN HEADER
=====================================================*/

.site-header {
    position: relative;
    top: 0;
    z-index: 9999;
    background: var(--primary);
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: var(--primary);
  box-shadow: 0 8px 25px rgba(0,0,0,.08);

}

.header-inner {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.site-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 10;
}
.site-logo img {
    width: 337px;
    max-width: 100%;
    height: auto;
    transition: var(--transition);
}
@media(min-width: 1369px){
	.site-logo img {
    width: 500px;
    max-width: 100%;
    height: auto;
    transition: var(--transition);
}
}
@media(max-width: 1368px){
	.site-logo img {
    width: 403px;
    max-width: 100%;
    height: auto;
    transition: var(--transition);
}
}
@media(max-width: 1268px){
	.site-logo img {
    width: 348px;
    max-width: 100%;
    height: auto;
    transition: var(--transition);
}
}

.site-logo a {
    display: flex;
    align-items: center;
}





.site-header {
  position: relative;
  z-index: 9999;
  background: var(--primary);
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.top-header {
  background: var(--primary);
  color: var(--white);
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  position: relative;
  z-index: 10;
}

.main-header {
  position: relative;
  z-index: 99999;
  background: var(--primary);
  transition: box-shadow .25s ease;
}

body.scrolled .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 8px 25px rgba(0,0,0,.14);
}

body.scrolled {
  padding-top: 95px; /* adjust to exact .main-header height */
}
/*=====================================================
DESKTOP NAVIGATION
=====================================================*/
.main-header .container{
	width: 95% !important;
	padding-left: 15px;
	padding-right: 15px;
}
.main-navigation {
    margin-left: auto;
}

.main-nav-menu {
    display: flex;
    align-items: center;
}

.mobile-menu-dropdown {
    display: flex !important;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu-dropdown li {
    list-style: none;
}

.mobile-menu-dropdown > li {
    position: relative;
}

.mobile-menu-dropdown > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 98px;
    padding: 0;
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: var(--transition);
}

.mobile-menu-dropdown > li > a:hover,
.mobile-menu-dropdown > li.current-menu-item > a,
.mobile-menu-dropdown > li.current_page_item > a,
.mobile-menu-dropdown > li.current-menu-ancestor > a {
    color: #0bc0a8;
}
@media (max-width: 980px) {
  .main-navigation .dropdown-menu {
    display: none;
    position: static;
    float: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    box-shadow: none;
    padding: 8px 0;
    margin: 8px 0 0;
  }

  .main-navigation .dropdown-menu.show,
  .main-navigation .menu-item-has-children.submenu-open > .dropdown-menu {
    display: block;
  }

  .main-navigation .dropdown-menu li a {
    display: block;
    padding: 10px 18px;
  }
}

/*=====================================================
DROPDOWN ARROWS
=====================================================*/

.mobile-menu-dropdown .caret {
    display: none !important;
}

.mobile-menu-dropdown > .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 2px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .25s ease;
}

.mobile-menu-dropdown > .menu-item-has-children:hover > a::after,
.mobile-menu-dropdown > .menu-item-has-children:focus-within > a::after,
.mobile-menu-dropdown > .menu-item-has-children.active > a::after {
    transform: rotate(225deg) translateY(-2px);
}

.mobile-menu-dropdown .dropdown-menu .menu-item-has-children > a::after {
    content: "";
    float: right;
    width: 7px;
    height: 7px;
    margin-top: 5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}


/*=====================================================
DESKTOP DROPDOWNS
=====================================================*/

.mobile-menu-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: block;
    min-width: 280px;
    margin: 0;
    padding: 10px 0;
    border: none;
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 16px 40px rgba(0,0,0,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.mobile-menu-dropdown li:hover > .dropdown-menu,
.mobile-menu-dropdown li:focus-within > .dropdown-menu,
.mobile-menu-dropdown li.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-menu-dropdown .dropdown-menu li {
    position: relative;
    width: 100%;
}

.mobile-menu-dropdown .dropdown-menu .active a{
    color: #0bc0a8 !important;
}
.mobile-menu-dropdown .dropdown-menu a {
    display: block;
    padding: 12px 20px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    text-decoration: none;
    transition: var(--transition);
}

.mobile-menu-dropdown .dropdown-menu a:hover {
    background: var(--background-alt);
    color: var(--secondary);
}

.mobile-menu-dropdown .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    transform: translateX(12px);
}

.mobile-menu-dropdown .dropdown-menu li:hover > .dropdown-menu,
.mobile-menu-dropdown .dropdown-menu li:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/*=====================================================
HEADER ACTIONS
=====================================================*/

.header-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 27px;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 8px;
    background: var(--secondary);
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid #0bc0af;
}

.header-cta:hover {
    background: var(--accent);
    color: #fff;
    border: 1px solid #0bc0af;
}

.header-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--white);
    text-decoration: none;
    line-height: 1.15;
    padding-right: 15px;
}

.header-phone span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .75;
}

.header-phone strong {
    margin-top: 2px;
    font-size: 17px;
    font-weight: 800;
    color: var(--white);
}

.header-phone:hover strong {
    color: #0bc0af;
}


/*=====================================================
MOBILE MENU TOGGLE
=====================================================*/

.mobile-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    background: transparent;
    margin-left: auto;
    padding: 0;
    position: relative;
	margin-right: 40px;
	border: 1px solid #fff;
	border-radius: 5px;
}

.mobile-menu-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background: var(--white);
    margin: 6px auto;
    border-radius: 3px;
    transition: var(--transition);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}


/*=====================================================
TABLET
=====================================================*/

@media (max-width: 1213px) {

    .header-inner {
    min-height: 105px;
}

    .site-logo img {
        width: 350px;
    }

    .mobile-menu-dropdown {
        gap: 18px;
    }

    .mobile-menu-dropdown > li > a {
        font-size: 12px;
        letter-spacing: .25px;
    }

    .header-cta {
        padding: 0 16px;
        font-size: 12px;
    }

    .header-phone {
        display: none;
    }
	
	.header-actions {
	  display: flex;
	  flex-direction: column;
	  align-items: flex-end;
	  gap: 10px;
	  flex-shrink: 0;
	  margin-top: 0px;
}

}

/*=====================================================
MOBILE HEADER
=====================================================*/

@media (max-width: 1031px) {
    .top-header {
        display: none;
    }

    .site-header {
        position: sticky;
    }

    .header-inner {
        min-height: 92px;
        flex-wrap: wrap;
        gap: 0;
        padding: 10px 0;
    }

    .site-logo img {
        width: 463px;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .main-navigation {
        display: none;
        width: 100%;
        margin-left: 0;
        padding-top: 14px;
    }

    .main-navigation.active {
        display: block;
    }

    .main-nav-menu {
        display: block;
        width: 100%;
    }

    .mobile-menu-dropdown {
        display: block !important;
        width: 100%;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
        gap: 0;
        padding: 8px;
        background: var(--primary-light);
        border-radius: 14px;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
		max-width: 320px;
    }

    .mobile-menu-dropdown > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.10);
    }

    .mobile-menu-dropdown > li:last-child {
        border-bottom: none;
    }

    .mobile-menu-dropdown > li > a {
        min-height: auto;
        padding: 15px 14px;
        color: var(--white);
        font-size: 14px;
        line-height: 1.35;
        justify-content: space-between;
    }

    .mobile-menu-dropdown > .menu-item-has-children > a::after {
        width: 8px;
        height: 8px;
        margin-left: auto;
        transform: rotate(45deg);
    }

    .mobile-menu-dropdown > .menu-item-has-children.active > a::after {
        transform: rotate(225deg);
    }

    .mobile-menu-dropdown .dropdown-menu,
    .mobile-menu-dropdown .dropdown-menu .dropdown-menu {
        position: static;
        display: none;
        min-width: 100%;
        margin: 0;
        padding: 0 0 8px;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .mobile-menu-dropdown li.active > .dropdown-menu,
    .mobile-menu-dropdown li.open > .dropdown-menu {
        display: block;
    }

    .mobile-menu-dropdown .dropdown-menu li {
        border-top: 1px solid rgba(255,255,255,.07);
    }

    .mobile-menu-dropdown .dropdown-menu a {
        display: block;
        padding: 12px 14px 12px 28px;
        color: rgba(255,255,255,.86);
        background: rgba(255,255,255,.045);
        font-size: 14px;
        white-space: normal;
    }

    .mobile-menu-dropdown .dropdown-menu a:hover {
        background: rgba(255,255,255,.07);
        color: var(--accent);
    }

    .mobile-menu-dropdown .dropdown-menu .dropdown-menu a {
        padding-left: 44px;
        font-size: 13px;
    }

    .mobile-menu-dropdown .dropdown-menu .menu-item-has-children > a::after {
        float: right;
        transform: rotate(45deg);
    }

    .mobile-menu-dropdown .dropdown-menu .menu-item-has-children.active > a::after {
        transform: rotate(225deg);
    }

    .header-actions {
        display: none;
        width: 100%;
        padding: 14px 0 4px;
    }

    .header-actions.active {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .header-phone {
        display: block;
        text-align: center;
        justify-content: center;
        width: 100%;
        padding: 12px 16px;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 10px;
        background: rgba(255,255,255,.06);
		max-width: 300px;
    }

    .header-cta {
        width: 100%;
		max-width: 300px;
    }
}


/*=====================================================
SMALL MOBILE
=====================================================*/

@media (max-width: 576px) {
    .header-inner {
        min-height: 84px;
    }

    .site-logo img {
    width: 350px;
}

    .mobile-menu-toggle {
        width: 42px;
        height: 42px;
    }

    .mobile-menu-toggle span {
        width: 27px;
    }

    .mobile-menu-dropdown {
        max-height: calc(100vh - 95px);
    }
}



/*=====================================================
EXTRA SMALL MOBILE
=====================================================*/

@media (max-width: 440px) {
    .header-inner {
        min-height: 84px;
    }

    .site-logo img {
    width: 300px;
}

    .mobile-menu-toggle {
        width: 42px;
        height: 42px;
    }

    .mobile-menu-toggle span {
        width: 27px;
    }

    .mobile-menu-dropdown {
        max-height: calc(100vh - 95px);
    }
}



/*=====================================================
EXTRA EXTRA SMALL MOBILE
=====================================================*/

@media (max-width: 385px) {
    .header-inner {
        min-height: 84px;
    }

    .site-logo img {
    width: 260px;
}

    .mobile-menu-toggle {
        width: 42px;
        height: 42px;
    }

    .mobile-menu-toggle span {
        width: 27px;
    }

    .mobile-menu-dropdown {
        max-height: calc(100vh - 95px);
    }
}




/*=====================================================
HERO SECTION
=====================================================*/

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0 60px;
    background:
        radial-gradient(circle at top right, rgba(37,141,255,.10), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    align-items: center;
    gap: 70px;
}


.hero-section .trust-shield svg {
    width: 95px;
    height: 76px;
    color: #19c7bc;
    float: right;
    margin-top: 25px !important;
  }

.hero-copy {
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 16px;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.hero-copy h1 {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hero-copy h2 {
    margin: 0 0 24px;
    color: var(--primary);
    font-size: clamp(46px, 5vw, 76px);
    line-height: 1.02;
    letter-spacing: -2px;
}

.hero-copy h2 span {
    color: var(--secondary);
}

.hero-text {
    max-width: 610px;
    margin-bottom: 24px;
    color: var(--text-light);
    font-size: 18px;
    line-height: 1.75;
}

.hero-list {
    display: grid;
    gap: 12px;
    margin: 28px 0 32px;
}

.hero-list li {
    display: flex;
    align-items: center;
    color: var(--primary);
    font-size: 17px;
    font-weight: 700;
}

.hero-list li::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--primary);
    color: #0bc0a8;
    font-size: 15px;
    font-weight: 900;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.confidential-note {
    margin: 18px 0 0;
    color: var(--text-light);
    font-size: 14px;
    font-weight: 700;
}

.hero-image {
    position: relative;
}

.hero-image::before {
    content: "";
    position: absolute;
    inset: -22px;
    background:
        linear-gradient(135deg, rgba(37,141,255,.20), rgba(116,255,227,.18));
    border-radius: 28px;
    transform: rotate(-2deg);
    z-index: 0;
}

.hero-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 22px 60px rgba(3,27,68,.22);
    object-fit: cover;
}


/*=====================================================
TRUST BAR
=====================================================*/

.trust-bar {
    background: var(--primary);
    color: var(--white);
    padding: 34px 0;
}

.trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr .95fr;
    gap: 32px;
    align-items: center;
}

.trust-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    align-items: center;
}

.trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: var(--accent);
    transition: var(--transition);
}

.trust-icon svg {
    width: 42px;
    height: 42px;
    stroke-width: 2;
}

.trust-item:hover .trust-icon {
    transform: scale(1.08);
    background: rgba(255,255,255,.14);
}

.trust-item h3 {
    margin: 0 0 6px;
    color: var(--white);
    font-size: 20px;
    line-height: 1.2;
}

.trust-item p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.55;
}

.trust-card {
    padding: 18px 22px;
    border: 2px solid var(--accent);
    border-radius: 14px;
    background: #fff;
}

.trust-card p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.trust-card strong {
    display: block;
    margin: 2px 0;
    color: #000;
    font-size: 18px;
}

.trust-card span {
    display: block;
    margin: 6px 0;
    color: #000;
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
}

.trust-shield svg{
    width: 95px;
    height: 76px;
    color: #19c7bc;
    float: right;
    margin-top: -40px;
}




/*=====================================================
DEBT OPTIONS SECTION
=====================================================*/

.debt-options {
    background: var(--white);
}

.debt-options h2{
    text-align: center;
}


.options-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.option-card {
    position: relative;
    height: 100%;
    padding: 34px 20px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow-small);
    transition: var(--transition);
}
.option-card img{
    width: 110px;
  height: 96px;
    text-align: center;
    margin: auto;
}

.option-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: rgba(37,141,255,.35);
}

.option-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.option-icon.teal {
    background: #18c9bd;
}

.option-icon.navy {
    background: #07152f;
}

.option-icon i {
    font-size: 42px;
    color: #fff;
    -webkit-text-stroke: 2px #000;
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}


.option-card:hover .option-icon {
    transform: translateY(-3px) scale(1.05);
}

.option-card h3 {
    margin-bottom: 14px;
    color: var(--primary);
    font-size: 21px;
    text-align: center;
}

.option-card p {
    min-height: 92px;
    margin-bottom: 20px;
    color: var(--text-light);
    font-size: 15px;
    text-align: center;
}

.option-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;

    color: var(--secondary);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;

    transition: color .25s ease;
}

.option-card a::after {
    content: "→";
    font-size: 18px;
    font-weight: 700;

    transition: transform .25s ease;
}

.option-card a:hover {
    color: var(--primary);
}

.option-card a:hover::after {
    transform: translateX(5px);
}

/*=====================================================
CTA STRIP
=====================================================*/

.cta-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 115px;
    padding: 30px 36px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, var(--secondary), var(--primary-light));
    box-shadow: 0 18px 40px rgba(37,141,255,.22);
}

.cta-strip p {
    margin: 0;
    color: var(--white);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.cta-strip a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 30px;
    border-radius: 8px;
    background: var(--white);
    color: var(--primary);
    font-weight: 900;
    white-space: nowrap;
}

.cta-strip a:hover {
    background: #0bc0a8;
    color: var(--primary);
}


/*=====================================================
DEBT TYPES SECTION
=====================================================*/

.debt-types {
    background: var(--background-alt);
}

.debt-types h2{
    text-align: center;
}

.debt-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin-top: 52px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow-small);
}

.debt-grid a {
    display: grid;
    place-items: center;
    min-height: 165px;
    padding: 26px 18px;
    color: var(--primary);
    border-right: 1px solid var(--border);
    text-align: center;
}

.debt-grid a:last-child {
    border-right: none;
}

.debt-grid a:hover {
    background: #0bc0a8;
    color: var(--white);
}

.debt-grid span {
    margin-bottom: 14px;
    font-size: 38px;
}

.debt-grid p {
    margin: 0;
    color: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}


/*=====================================================
PROCESS SECTION
=====================================================*/

.process-section {
    background: var(--white);
}

.process-section{
    text-align: center;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    margin-top: 58px;
}

.process-grid article {
    position: relative;
    padding: 34px 26px;
    border-radius: 16px;
    background: var(--background-alt);
    border: 1px solid var(--border);
    text-align: center;
}

.process-grid article::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    width: 28px;
    height: 2px;
    background: var(--secondary);
    opacity: .35;
}

.process-grid article img{
    width: 150px;
    height: 115px;
    margin: auto;
}



.process-grid article:last-child::after {
    display: none;
}

.process-grid span {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--accent);
    font-size: 18px;
    font-weight: 900;
}

.process-grid h3 {
    margin-bottom: 12px;
    font-size: 21px;
}

.process-grid p {
    margin: 0;
    font-size: 15px;
}









/*=====================================================
SERVICE AREAS
=====================================================*/

.service-areas {
    background:
        radial-gradient(circle at top left, rgba(116,255,227,.12), transparent 34%),
        var(--primary);
    color: var(--white);
}

.service-areas h2 {
    color: var(--white);
    max-width: 980px;
    margin-inline: auto;
    text-align: center;
}

.service-areas p {
    max-width: 930px;
    margin: 0 auto 36px;
    color: rgba(255,255,255,.80);
    font-size: 17px;
    text-align: center;
}

.areas-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.areas-grid a,
.areas-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    color: var(--white);
    font-weight: 800;
}

.areas-grid a:hover {
    background: var(--accent);
    color: #fff;
    border: 1px solid #0bc0af;
}


.service-area-cta .btn-primary{
    display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 34px;
  border-radius: 8px;
  background: var(--secondary);
  color: #fff;
  font-weight: 700;
  transition: var(--transition);
  margin: auto;
  text-align: center;
  max-width: 300px  !important;
}


@media(max-width: 450px;){
	.service-area-cta .btn-primary{
    display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 34px;
  border-radius: 8px;
  background: var(--secondary);
  color: #fff;
  font-weight: 700;
  transition: var(--transition);
  margin: auto;
  text-align: center;
  max-width: 220px  !important;
}
}
/*=====================================================
FAQ SECTION
=====================================================*/

.faq-section {
    padding: 100px 0;
    background: var(--background-alt);
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 52px;
}

.faq-grid {
    column-count: 2;
    column-gap: 28px;
}

.faq-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow-small);
    break-inside: avoid;
}

@media (max-width: 992px) {
    .faq-grid {
        column-count: 1;
        column-gap: 0;
    }
}

.faq-question {
    width: 100%;
    min-height: 72px;
    padding: 20px 24px;
    background: var(--white);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    font-size: 16px;
    font-weight: 900;
}

.faq-question:hover {
    background: #fbfdff;
}

.faq-icon {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(37,141,255,.10);
    color: var(--secondary);
    font-size: 20px;
    font-weight: 900;
}

.faq-answer {
    display: none;
    padding: 0 24px 22px;
    background: var(--white);
}

.faq-answer p {
    margin: 0;
    color: var(--text-light);
    font-size: 15px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question {
    color: var(--secondary);
}

.view-more {
    display: table;
    margin: 42px auto 0;
    color: var(--secondary);
    font-weight: 900;
}

.view-more:hover {
    color: var(--primary);
}




.page-id-30 .faq-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-id-30 .faq-section{
    background: none;
}
.page-id-30 .faq-item {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #dce0e5;
  border-radius: 14px;
  box-shadow: var(--shadow-small);
  break-inside: avoid;
}
/*=====================================================
CONTACT SECTION
=====================================================*/

.contact-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.contact-section .form-container{
    max-width: 750px !important;
    margin: auto;
}
.contact-section h2{
    font-size: clamp(34px,4vw,48px);
}



#wpforms-form-47 input{
    box-shadow: 0px 1px 0px 0px #ccc;
    border: none;
    background: none;
}
#wpforms-form-47 input::placeholder, #wpforms-form-47 textarea::placeholder {
  color: #bab9b9; /* Changes placeholder text to red */
  opacity: 1;    /* Ensures full opacity across different browsers */
}

#wpforms-form-47 input,
#wpforms-form-47 input:focus,
#wpforms-form-47 input:active,
#wpforms-form-47 input:autofill {
  color: #bab9b9 !important;
}

#wpforms-form-47 textarea,
#wpforms-form-47 textarea:focus,
#wpforms-form-47 textarea:active,
#wpforms-form-47 textarea:autofill {
  color: #bab9b9 !important;
}
#wpforms-form-47 textarea{
    box-shadow: 0px 1px 0px 0px #ccc;
    border: none;
    background: none;
}

@media(max-width: 560px){
    .contact-section h2 {
    font-size: 28px;
  }
}
@media(max-width: 463px){
    .contact-section h2 {
    font-size: 22px;
  }
}


#wpforms-submit-47{
    display: block;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--secondary);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--transition);
  border: 1px solid #0bc0af;
  margin: auto;
}

#wpforms-submit-47:hover{
    background:var(--primary);

    color:#fff;

    transform:translateY(-2px);
}


.contact-section h2 {
    text-align: center;
}

.contact-section > .container > p {
    max-width: 760px;
    margin: 0 auto 46px;
    color: var(--text-light);
    font-size: 17px;
    text-align: center;
}

.contact-form {
    max-width: 720px;
    margin: 0 auto;
    padding: 36px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.contact-form label {
    display: block;
}

.contact-form label:last-of-type {
    grid-column: 1 / -1;
}

.contact-form label span {
    position: absolute;
    left: -9999px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    background: #fff;
    color: var(--primary);
    padding: 15px 16px;
    font-size: 15px;
    transition: var(--transition);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 4px rgba(37,141,255,.12);
    outline: none;
}

.contact-form textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-form button {
    grid-column: 1 / -1;
    justify-self: center;
    min-width: 260px;
    min-height: 56px;
    padding: 0 34px;
    border-radius: 8px;
    background: var(--secondary);
    color: var(--white);
    font-weight: 900;
    text-transform: uppercase;
    transition: var(--transition);
}

.contact-form button:hover {
    background: var(--primary);
    transform: translateY(-2px);
}



.cdfs-honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/*=====================================================
FOOTER
=====================================================*/

.site-footer {
    background: var(--primary);
    color: var(--white);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .7fr 1.1fr;
    gap: 50px;
    padding: 70px 0 58px;
}

.footer-logo {
    display: inline-flex;
    margin-bottom: 24px;
    margin-top: -30px;
}

.footer-logo img {
    width: 375px;
    height: auto;
}

.site-footer h3 {
    margin: 0 0 22px;
    color: var(--white);
    font-size: 19px;
}

.site-footer p,
.site-footer li,
.site-footer a {
    color: rgba(255,255,255,.78);
    font-size: 15px;
}

.site-footer p {
    margin-bottom: 25px;
}

.site-footer ul {
    display: grid;
    gap: 10px;
}

.site-footer a:hover {
    color: #0bc0a8;
}

.footer-contact strong {
    color: var(--white);
}

.footer-contact img{
    float: left !important;
  width: 29px !important;
  margin-right: 9px;
  border: 2px solid #0bc0a8;
  border-radius: 15px;
  padding: 2px;
  margin-top: -2px;
}

.footer-contact a{
    font-size: 13px !important;
}

.site-footer .footer-contact .footer-cta{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px !important;
    padding: 0 24px !important;
    border-radius: 8px !important;
    background: var(--secondary) !important;
    color: var(--white) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: var(--transition) !important;
    border: 1px solid #0bc0af !important;
	max-width: 300px;
}

@media(max-width: 450px){
	.site-footer .footer-contact .footer-cta{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px !important;
    padding: 0 24px !important;
    border-radius: 8px !important;
    background: var(--secondary) !important;
    color: var(--white) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: var(--transition) !important;
    border: 1px solid #0bc0af !important;
	max-width: 260px !important;
}

}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
}

.footer-bottom-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 14px;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-legal a {
    color: rgba(255,255,255,.72);
    font-size: 14px;
}







/*=====================================================
BREADCRUMBS
=====================================================*/

.breadcrumbs {
    padding: 18px 0;
    background: var(--background-alt);
    border-bottom: 1px solid var(--border);
}

.breadcrumbs ol {
    width: min(var(--container), 92%);
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.breadcrumbs li {
    color: var(--text-light);
    font-size: 14px;
}

.breadcrumbs li::after {
    content: "/";
    margin-left: 8px;
    color: #a0a7b3;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs a {
    color: var(--secondary);
    font-weight: 700;
}

.breadcrumbs a:hover {
    color: var(--primary);
}


/*=====================================================
VIDEO WRAPPER
=====================================================*/

.flex-video {
    position: relative;
    height: 0;
    overflow: hidden;
}

.flex-video video,
.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}


/*=====================================================
UTILITY CLASSES
=====================================================*/

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-white {
    color: var(--white) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.bg-primary {
    background: var(--primary) !important;
}

.bg-light {
    background: var(--background-alt) !important;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}


/*=====================================================
ANIMATIONS
=====================================================*/

@media (prefers-reduced-motion: no-preference) {
    .option-card,
    .process-grid article,
    .debt-grid a,
    .btn-primary,
    .btn-secondary,
    .header-cta,
    .footer-cta {
        transition:
            transform .25s ease,
            box-shadow .25s ease,
            background .25s ease,
            color .25s ease,
            border-color .25s ease;
    }
}


/*=====================================================
RESPONSIVE 1400
=====================================================*/

@media (max-width: 1400px) {
    :root {
        --container: 1180px;
    }

    .hero-grid {
        gap: 56px;
    }

    .primary-menu {
        gap: 22px;
    }
}


/*=====================================================
RESPONSIVE 1200
=====================================================*/

@media (max-width: 1200px) {
    :root {
        --container: 1080px;
    }

    .section {
        padding: 86px 0;
    }

    .hero-grid {
        gap: 42px;
    }

    .hero-copy h2 {
        font-size: clamp(44px, 5vw, 62px);
    }

    .options-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .option-card p {
        min-height: auto;
    }

    .debt-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .debt-grid a:nth-child(3) {
        border-right: none;
    }

    .debt-grid a:nth-child(-n+3) {
        border-bottom: 1px solid var(--border);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid article::after {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}


/*=====================================================
RESPONSIVE 992
=====================================================*/

@media (max-width: 992px) {
    .section,
    .faq-section,
    .contact-section {
        padding: 72px 0;
    }

    .hero-section {
        padding: 58px 0 48px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        text-align: center;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-list {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .hero-buttons {
        justify-content: center;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-card {
        grid-column: 1 / -1;
        text-align: center;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .footer-bottom-inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 20px 0;
    }

    .footer-legal {
        justify-content: center;
        flex-wrap: wrap;
    }
}


/*=====================================================
RESPONSIVE 768
=====================================================*/

@media (max-width: 768px) {
    body {
        font-size: 15px;
    }

    h2 {
        font-size: clamp(30px, 8vw, 40px);
    }

    .section,
    .faq-section,
    .contact-section {
        padding: 62px 0;
    }

    .hero-section {
        padding: 46px 0 42px;
    }

    .hero-copy h2 {
        font-size: clamp(40px, 12vw, 56px);
        letter-spacing: -1px;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-buttons {
        width: 100%;
        flex-direction: column;
        gap: 14px;
    }

    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        width: 100%;
		max-width: 250px;
    }

    .hero-image::before {
        inset: -12px;
        border-radius: 20px;
    }

    .hero-image img {
        border-radius: 18px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .trust-item {
        grid-template-columns: 48px 1fr;
        margin: auto;
    }

    .trust-icon {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .options-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .cta-strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 24px;
    }

    .cta-strip p {
        font-size: 21px;
    }

    .cta-strip a {
        width: 100%;
		max-width: 200px;
    }

    .debt-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .debt-grid a {
        min-height: 145px;
        border-right: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
    }

    .debt-grid a:nth-child(2n) {
        border-right: none;
    }

    .debt-grid a:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .service-areas p {
        font-size: 16px;
    }

    .areas-grid a,
    .areas-grid span {
        width: 100%;
    }

    .faq-question {
        min-height: auto;
        padding: 18px;
        font-size: 15px;
    }

    .faq-answer {
        padding: 0 18px 18px;
    }

    .contact-form {
        padding: 26px 20px;
    }

    .contact-form button {
        width: 100%;
        min-width: 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 56px 0 46px;
    }
}


/*=====================================================
RESPONSIVE 576
=====================================================*/

@media (max-width: 576px) {
    .container {
        width: 90%;
    }

    .section-intro {
        margin-bottom: 38px;
        font-size: 16px;
    }

    .eyebrow {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .hero-copy h2 {
        font-size: 42px;
    }

    .hero-list li {
        font-size: 15px;
    }

    .btn-primary,
    .btn-secondary {
        min-height: 52px;
        padding: 0 24px;
        font-size: 14px;
    }

    .option-card,
    .process-grid article {
        padding: 28px 20px;
    }

    .debt-grid {
        grid-template-columns: 1fr;
    }

    .debt-grid a,
    .debt-grid a:nth-child(2n),
    .debt-grid a:nth-child(3),
    .debt-grid a:nth-child(-n+3),
    .debt-grid a:nth-last-child(-n+2) {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .debt-grid a:last-child {
        border-bottom: none;
    }

    .footer-logo img {
        width: 320px;
    }
}











/*=====================================================
STANDARD PAGE TEMPLATE
=====================================================*/

.page-hero {
    padding: 82px 0;
    background:
        radial-gradient(circle at top right, rgba(116,255,227,.13), transparent 32%),
        var(--primary);
    color: var(--white);
    text-align: center;
}

.page-hero h1 {
    color: var(--white);
    margin-bottom: 16px;
}

.page-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255,255,255,.78);
    font-size: 18px;
}

.page-content-section {
    padding: 80px 0;
    background: var(--white);
}

.page-content {
    max-width: 960px;
}

.page-content h2,
.page-content h3,
.page-content h4 {
    margin-top: 42px;
}

.page-content p,
.page-content li {
    font-size: 17px;
}

.page-content ul,
.page-content ol {
    margin: 0 0 28px 22px;
    padding: 0;
}

.page-content li {
    list-style: disc;
    margin-bottom: 10px;
    color: var(--text-light);
}

.page-content a {
    font-weight: 800;
}








/*=====================================================
STANDARD POST TEMPLATE
=====================================================*/

.post-meta {
    margin: 0;
    color: rgba(255,255,255,.75);
    font-size: 15px;
    font-weight: 700;
}

.post-featured-image {
    padding: 70px 0 0;
    background: var(--white);
}

.post-featured-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: var(--shadow);
}




















/*=====================================================
ARCHIVE TEMPLATE
=====================================================*/

.archive-section {
    padding: 82px 0;
    background: var(--background-alt);
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.archive-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow-small);
    transition: var(--transition);
}

.archive-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.archive-card-image {
    display: block;
    overflow: hidden;
}

.archive-card-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: var(--transition);
}

.archive-card:hover .archive-card-image img {
    transform: scale(1.04);
}

.archive-card-content {
    padding: 26px;
}

.archive-card-content h2 {
    margin-bottom: 10px;
    font-size: 23px;
}

.archive-card-content h2 a {
    color: var(--primary);
}

.archive-card-content h2 a:hover {
    color: var(--secondary);
}

.archive-card-date {
    margin-bottom: 12px;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 800;
}

.archive-card-content p {
    font-size: 15px;
}

.archive-card-link {
    color: var(--secondary);
    font-weight: 900;
}

.archive-card-link:hover {
    color: var(--primary);
}

.pagination-wrap {
    margin-top: 54px;
    text-align: center;
}

.pagination-wrap .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination-wrap a,
.pagination-wrap span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    color: var(--primary);
    font-weight: 800;
}

.pagination-wrap .current,
.pagination-wrap a:hover {
    background: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}

.no-posts-found {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px;
    background: var(--white);
    border-radius: 18px;
    text-align: center;
    box-shadow: var(--shadow-small);
}

@media (max-width: 992px) {
    .archive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .archive-grid {
        grid-template-columns: 1fr;
    }

    .archive-card-image img {
        height: 220px;
    }
}













/*=====================================================
404 TEMPLATE
=====================================================*/

.error-404-section {
    min-height: 70vh;
    padding: 110px 0;
    background:
        radial-gradient(circle at top right, rgba(116,255,227,.13), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.error-404-inner {
    max-width: 860px;
    text-align: center;
}

.error-404-inner h1 {
    margin-bottom: 20px;
    font-size: clamp(42px, 6vw, 68px);
}

.error-404-inner > p {
    max-width: 720px;
    margin: 0 auto 34px;
    font-size: 18px;
}

.error-404-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 58px;
}

.error-404-links {
    padding: 34px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow-small);
}

.error-404-links h2 {
    margin-bottom: 24px;
    font-size: 28px;
}

.error-404-links ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.error-404-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--background-alt);
    color: var(--primary);
    font-weight: 800;
    text-align: center;
}

.error-404-links a:hover {
    background: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}

@media (max-width: 768px) {
    .error-404-section {
        padding: 76px 0;
    }

    .error-404-links ul {
        grid-template-columns: 1fr;
    }

    .error-404-actions .btn-primary,
    .error-404-actions .btn-secondary {
        width: 100%;
    }
}









/*=====================================================
MAINTENANCE PAGE
=====================================================*/

.maintenance-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(116,255,227,.12), transparent 34%),
        var(--primary);
}

.maintenance-wrapper {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 30px;
}

.maintenance-card {
    width: min(620px, 100%);
    padding: 46px 36px;
    background: var(--white);
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.maintenance-card img {
    margin: 0 auto 28px;
}

.maintenance-card h1 {
    margin-bottom: 18px;
}

.maintenance-card p {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.maintenance-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.maintenance-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 8px;
    background: var(--secondary);
    color: var(--white);
    font-weight: 900;
}

.maintenance-actions a:hover {
    background: var(--primary);
}

@media (max-width: 576px) {
    .maintenance-card {
        padding: 36px 24px;
    }

    .maintenance-actions a {
        width: 100%;
    }
}
















/*=====================================================
Page.php PAGE
=====================================================*/




.inner-page {
    background: #ffffff;
}

.inner-hero {
    background: #dce0e5;
    padding: 100px 0 58px;
    border-bottom: 1px solid #dfe5ec;
}

.inner-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 70px;
    align-items: center;
}

.inner-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 28px 0 14px;
    color: var(--secondary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.inner-eyebrow::before {
    content: "";
    width: 40px;
    height: 3px;
    background: var(--secondary);
    display: inline-block;
}

.inner-hero h1 {
    color: var(--primary);
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    margin: 0 0 22px;
    letter-spacing: -1.5px;
}

.inner-hero h1::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background: var(--secondary);
    margin-top: 22px;
}

.inner-hero-text {
    max-width: 670px;
    margin: 0 0 28px;
    color: var(--text);
    font-size: 18px;
    line-height: 1.75;
}

.inner-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.inner-btn-primary,
.inner-hero-cta > a {
    display: block;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 20px;
    border-radius: 5px;
    background: var(--secondary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 5px 17px rgba(20, 198, 184, .2);
    transition: all .25s ease;
    text-align: center;
    border: 1px solid #0bc0af;
	display: inline;
}

.inner-btn-primary:hover,
.inner-hero-cta > a:hover {
    background: var(--accent);
    color: #fff;
    border: 1px solid #0bc0af;
}

.inner-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 30px;
    border: 1px solid rgba(3, 20, 45, .45);
    border-radius: 5px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    background: transparent;
    transition: all .25s ease;
}

.inner-btn-outline span {
    margin-right: 10px;
}

.inner-btn-outline:hover {
    background: #ffffff;
    border-color: var(--secondary);
    color: var(--secondary);
}

.inner-hero-cta {
    background: linear-gradient(145deg, var(--primary), #061f43);
    border-radius: 10px;
    padding: 42px 36px;
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(3, 20, 45, .22);
}

.inner-hero-cta .cta-line {
    display: block;
    width: 42px;
    height: 3px;
    background: var(--secondary);
    margin-bottom: 20px;
}

.inner-hero-cta .cta-line.small {
    margin: 18px 0;
}

.inner-hero-cta h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.25;
    margin: 0;
}

.inner-hero-cta p {
    color: rgba(255, 255, 255, .86);
    line-height: 1.7;
    margin: 0 0 24px;
}

.inner-hero-cta .cta-phone {
    margin: 18px 0 0;
    text-align: center;
    font-size: 15px;
}

.inner-hero-cta .cta-phone a {
    color: var(--secondary);
    font-weight: 800;
    text-decoration: none;
}

.inner-content-section {
    background: #ffffff;
    padding: 56px 0 82px;
}

.inner-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 70px;
    align-items: start;
}

.inner-content {
    color: var(--text);
    font-size: 17px;
    line-height: 1.75;
}

.inner-content h2 {
    color: var(--primary);
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.2;
    margin: 0 0 18px;
}

.inner-content h2:not(:first-child) {
    margin-top: 46px;
}

.inner-content h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: var(--secondary);
    margin-top: 14px;
}

.inner-content h3 {
    color: var(--primary);
    font-size: 24px;
    line-height: 1.3;
    margin: 34px 0 12px;
}

.inner-content p {
    margin: 0 0 22px;
}

.inner-content ul,
.inner-content ol {
    margin: 0 0 28px;
    padding-left: 24px;
}

.inner-content li {
    margin-bottom: 10px;
    list-style: circle;
}

.inner-content a {
    color: var(--secondary);
    font-weight: 800;
    text-decoration: none;
}

.inner-content a:hover {
    color: #fff;
}

.inner-featured-image {
    margin-bottom: 35px;
    border-radius: 12px;
    overflow: hidden;
}

.inner-featured-image img {
    display: block;
    width: 100%;
}

.inner-sidebar {
    position: sticky;
    top: 175px;
}

.sidebar-card {
    background: #dce0e5;
    border: 1px solid #dfe5ec;
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(3, 20, 45, .06);
}

.sidebar-card h3 {
    color: var(--primary);
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 20px;
}

.sidebar-card h3::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    background: var(--secondary);
    margin-top: 12px;
}

.sidebar-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-card li {
    border-bottom: 1px solid #dfe5ec;
}

.sidebar-card li:last-child {
    border-bottom: 0;
}

.sidebar-card li a {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    color: var(--text);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color .25s ease;
}

.sidebar-card li a::after {
    content: "›";
    color: var(--secondary);
    font-size: 24px;
    line-height: 1;
    transition: transform .25s ease;
}

.sidebar-card li a:hover {
    color: var(--secondary);
}

.sidebar-card li a:hover::after {
    transform: translateX(4px);
}

.sidebar-help p {
    color: var(--text);
    margin: 0 0 22px;
}

.sidebar-help .inner-btn-primary {
    width: 100%;
}

.sidebar-phone {
    text-align: center;
    font-size: 15px;
    margin: 18px 0 0 !important;
}

.sidebar-phone a {
    color: var(--secondary);
    font-weight: 800;
    text-decoration: none;
}

.breadcrumbs {
    margin: 0 0 28px;
    font-size: 14px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding-left: 15px;
}

.breadcrumbs li {
    color: var(--text);
}

.breadcrumbs li::after {
    content: "/";
    margin-left: 9px;
    color: rgba(3, 20, 45, .35);
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs a {
    color: var(--secondary);
    font-weight: 600;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--primary);
}

@media (max-width: 980px) {
    .inner-hero {
        padding: 75px 0;
    }

    .inner-hero-grid,
    .inner-content-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .inner-hero-cta {
        padding: 32px 26px;
    }

    .inner-content-section {
        padding: 42px 0 60px;
    }

    .inner-sidebar {
        position: static;
    }

    .inner-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .inner-btn-primary,
    .inner-btn-outline,
    .inner-hero-cta > a {
        width: 100%;
    }
}







/*=====================================================
SUB PAGE CTA SECTION
=====================================================*/





.page-cta{

    margin:70px 0 20px;

}

.page-cta-content{

    background:linear-gradient(135deg,#03142d 0%,#08244b 100%);
    border-radius:12px;
    padding:55px;
    color:#fff;
    position:relative;
    overflow:hidden;

    box-shadow:0 20px 45px rgba(3,20,45,.18);

}

.page-cta-content::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:5px;
    height:100%;

    background:var(--secondary);

}

.page-cta-eyebrow{

    display:inline-block;

    color:var(--secondary);

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:15px;

}

.page-cta h2{

    color:#fff;

    font-size:38px;

    line-height:1.2;

    margin:0 0 20px;

}

.page-cta p{

    color:rgba(255,255,255,.86);

    font-size:18px;

    line-height:1.8;

    max-width:760px;

}

.page-cta-buttons{

    display:flex;

    gap:18px;

    margin-top:35px;

    flex-wrap:wrap;

}

.page-cta .btn-primary{

    background:var(--secondary);

    color:#fff;

    padding:20px 34px 20px 34px;

    border-radius:5px;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.page-cta .btn-primary:hover{

    background:#fff;

    color:var(--primary);

}

.page-cta .btn-secondary{

    border:2px solid rgba(255,255,255,.35);

    color:#fff;

    padding:20px 34px 20px 34px;

    border-radius:5px;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.page-cta .btn-secondary:hover{

    border-color:var(--secondary);

    background:rgba(255,255,255,.08);

}

@media(max-width:768px){

    .page-cta-content{

        padding:35px 25px;

    }

    .page-cta h2{

        font-size:30px;

    }

    .page-cta-buttons{

        flex-direction:column;

    }

    .page-cta .btn-primary,
    .page-cta .btn-secondary{

        width:225px;
        text-align:center;

    }

}
