/*------------------------------------------------------------------
    INJECTORTECH.CO.NZ — $1 Deposit Casino NZ
    Industrial precision palette: steel navy, electric orange, teal CTA

    Navy:   #1E3A5F (navbar, footer, dark sections)
    Orange: #E8652E (accent, highlights, callouts)
    Teal:   #1A8B6E (CTA buttons, links)
    Light:  #F5F6F8 (body bg)
    Alt:    #E8EBF0 (section alternate — stronger contrast)
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

/*------------------------------------------------------------------
    BASE
-------------------------------------------------------------------*/

body {
    color: #333333;
    font-size: 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    background-color: #F5F6F8;
    margin: 0;
    padding: 0;
}

a {
    color: #1A8B6E;
    text-decoration: none;
    transition: color .2s ease;
}

a:hover {
    color: #14694F;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', 'Inter', sans-serif;
    font-weight: 700;
    color: #1E3A5F;
    line-height: 1.25;
    margin: 0 0 15px 0;
    padding: 0;
}

h1 { font-size: 2.75rem; }
h2 { font-size: 2rem; margin-bottom: 28px; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.125rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.875rem; }

p {
    margin-bottom: 15px;
}

ul, ol {
    padding-left: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

/*------------------------------------------------------------------
    NAVBAR
-------------------------------------------------------------------*/

.top-navbar {
    position: relative;
    z-index: 100;
}

.top-navbar .navbar {
    padding: 12px 0;
    background-color: #1E3A5F;
}

.top-navbar .navbar-brand {
    margin-right: 20px;
    padding: 0;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: -0.01em;
}

.top-navbar .navbar-brand:hover {
    color: #E8652E;
    text-decoration: none;
}

.top-navbar .navbar-brand img {
    max-width: 200px;
    height: 32px;
}

.badge-18 {
    display: inline-block;
    background: #E8652E;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
    vertical-align: middle;
    letter-spacing: 0.02em;
}

.top-navbar .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 0;
    transition: background .2s ease, color .2s ease;
}

.top-navbar .navbar-dark .navbar-nav .nav-item {
    margin-left: 4px;
}

.top-navbar .navbar-dark .navbar-nav .nav-link:hover,
.top-navbar .navbar-dark .navbar-nav .nav-item.active .nav-link {
    background: #1A8B6E;
    color: #ffffff;
}

.navbar-dark .navbar-toggler {
    border-color: #E8652E;
    padding: 8px 12px;
}

.navbar-dark .navbar-toggler:hover {
    background: rgba(232, 101, 46, 0.15);
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 101, 46, 0.25);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(232, 101, 46, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Dropdown menu */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #1E3A5F;
    border: 1px solid #2D4F7A;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 8px 0;
}

.dropdown-item {
    color: #ccc;
    font-size: 14px;
    padding: 10px 20px;
    transition: background .15s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #1A8B6E;
    color: #ffffff;
}

.dropdown-divider {
    border-color: #2D4F7A;
    margin: 5px 0;
}

/*------------------------------------------------------------------
    HERO SECTION
-------------------------------------------------------------------*/

.hero-section {
    background: linear-gradient(135deg, #1E3A5F 0%, #0F2438 100%);
    padding: 80px 0 60px;
    text-align: left;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(232, 101, 46, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hero-section h1 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: clamp(2rem, 5vw, 3rem);
}

.hero-section .lead-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
    margin: 0 0 24px;
    max-width: 780px;
}

.hero-section .lead-text p {
    margin-bottom: 12px;
}

.hero-section .author-byline {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.65);
    margin-top: 20px;
}

.hero-cta {
    margin-top: 28px;
}

.btn-hero {
    background: #E8652E;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease;
    border: none;
    font-family: 'DM Sans', sans-serif;
}

.btn-hero:hover {
    background: #D4561F;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.btn-hero-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,0.3);
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 0.9375rem;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    margin-left: 12px;
    transition: border-color .2s ease, background .2s ease;
}

.btn-hero-outline:hover {
    border-color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.05);
    color: #ffffff;
    text-decoration: none;
}

/*------------------------------------------------------------------
    TRUST BAR
-------------------------------------------------------------------*/

.trust-bar {
    background: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    padding: 18px 0;
}

.trust-bar .trust-items {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-bar .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1E3A5F;
}

.trust-bar .trust-icon {
    width: 32px;
    height: 32px;
    background: #E8F5F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    color: #1A8B6E;
    flex-shrink: 0;
}

/*------------------------------------------------------------------
    CASINO COMPARISON TABLE
-------------------------------------------------------------------*/

.casino-comparison-table {
    padding: 60px 0;
    background: #ffffff;
}

.casino-comparison-table h2 {
    text-align: center;
    margin-bottom: 30px;
}

.casino-comparison-table table {
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    margin-bottom: 0;
    border-collapse: collapse;
}

.casino-comparison-table thead {
    background: #1E3A5F;
    color: #ffffff;
}

.casino-comparison-table thead th {
    padding: 14px 15px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    border: none;
}

.casino-comparison-table tbody td {
    padding: 14px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    font-size: 0.9375rem;
}

.casino-comparison-table tbody tr:nth-child(even) {
    background: #FAFBFC;
}

/* Featured first row */
.casino-comparison-table tbody tr.featured-row {
    background: #FFF7F0;
    border-left: 4px solid #E8652E;
}

.casino-comparison-table tbody tr.featured-row td:first-child {
    position: relative;
}

.casino-comparison-table .rank-num {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #1E3A5F;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 8px;
    vertical-align: middle;
}

.casino-comparison-table tbody tr.featured-row .rank-num {
    background: #E8652E;
}

.casino-comparison-table .casino-name {
    font-weight: 600;
    color: #1E3A5F;
}

.casino-comparison-table .best-for {
    font-weight: 600;
    color: #1A8B6E;
}

.casino-comparison-table code {
    color: #333;
    font-weight: 600;
    background: #F0F1F3;
    padding: 2px 8px;
    border-radius: 3px;
}

/*------------------------------------------------------------------
    VISIT BUTTON (table + cards)
-------------------------------------------------------------------*/

.btn-visit {
    background: #1A8B6E;
    color: #ffffff;
    padding: 8px 22px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: background .2s ease;
    border: none;
}

.btn-visit:hover {
    background: #14694F;
    color: #ffffff;
    text-decoration: none;
}

.btn-visit-lg {
    padding: 12px 32px;
    font-size: 1rem;
}

/*------------------------------------------------------------------
    CASINO REVIEW CARDS
-------------------------------------------------------------------*/

.casino-review-cards {
    padding: 60px 0;
    background: #E8EBF0;
}

.casino-review-cards h2 {
    color: #1E3A5F;
    text-align: center;
    margin-bottom: 45px;
}

.casino-card {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
    transition: box-shadow .2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.casino-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Featured card variant */
.casino-card.casino-card-featured {
    border-top: 3px solid #E8652E;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.casino-card .card-badge {
    display: inline-block;
    background: #E8652E;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.casino-card h3 {
    color: #1E3A5F;
    margin-bottom: 12px;
    font-size: 1.25rem;
}

.casino-card .bonus-highlight {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1E3A5F;
    margin-bottom: 14px;
    font-family: 'DM Sans', sans-serif;
}

.casino-screenshot {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.casino-card p {
    line-height: 1.7;
    margin-bottom: 18px;
}

.casino-card .card-footer-cta {
    margin-top: auto;
}

.casino-card .pros-cons {
    margin-bottom: 20px;
}

.casino-card .pros-cons details {
    margin-bottom: 12px;
}

.casino-card .pros-cons summary {
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9375rem;
}

.casino-card .pros-cons summary.pros-label {
    color: #1A8B6E;
}

.casino-card .pros-cons summary.cons-label {
    color: #C0392B;
}

.casino-card .pros-cons ul {
    margin: 8px 0 0 20px;
    line-height: 1.9;
}

/*------------------------------------------------------------------
    CONTENT SECTIONS
-------------------------------------------------------------------*/

.content-section {
    padding: 60px 0;
    background: #ffffff;
}

.content-section-alt {
    padding: 60px 0;
    background: #E8EBF0;
}

.content-section h2,
.content-section-alt h2 {
    color: #1E3A5F;
}

.content-section h3,
.content-section-alt h3 {
    margin-top: 30px;
    margin-bottom: 12px;
}

.content-section p,
.content-section-alt p {
    font-size: 1.0625rem;
    line-height: 1.75;
}

.content-section ul li,
.content-section-alt ul li {
    margin-bottom: 8px;
    line-height: 1.7;
}

/* Inline CTA for recommendation sections */
.inline-cta {
    color: #E8652E;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid rgba(232, 101, 46, 0.3);
    transition: border-color .2s ease;
}

.inline-cta:hover {
    color: #D4561F;
    border-bottom-color: #E8652E;
    text-decoration: none;
}

/*------------------------------------------------------------------
    CALLOUT BOX
-------------------------------------------------------------------*/

.callout-box {
    background: #ffffff;
    border-left: 4px solid #E8652E;
    padding: 22px 25px;
    margin: 25px 0;
    border-radius: 0 6px 6px 0;
    border: 1px solid #e4e4e4;
    border-left: 4px solid #E8652E;
}

.callout-box p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.callout-box strong {
    color: #E8652E;
}

/*------------------------------------------------------------------
    PAYMENT TABLE
-------------------------------------------------------------------*/

.payment-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.payment-table thead {
    background: #1E3A5F;
    color: #ffffff;
}

.payment-table th {
    padding: 12px 15px;
    font-weight: 600;
    font-size: 0.9375rem;
}

.payment-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    font-size: 0.9375rem;
}

.payment-table tr:nth-child(even) {
    background: #FAFBFC;
}

/*------------------------------------------------------------------
    CHECKMARK LIST
-------------------------------------------------------------------*/

.check-list {
    list-style: none;
    padding: 0;
}

.check-list li {
    padding: 8px 0 8px 28px;
    position: relative;
    line-height: 1.6;
}

.check-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #1A8B6E;
    font-weight: 700;
    font-size: 1.1rem;
}

/*------------------------------------------------------------------
    FAQ SECTION
-------------------------------------------------------------------*/

.faq-section {
    padding: 60px 0;
    background: #E8EBF0;
}

.faq-section h2 {
    text-align: center;
    color: #1E3A5F;
    margin-bottom: 45px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.faq-item summary {
    padding: 18px 50px 18px 25px;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 1.0625rem;
    color: #1E3A5F;
    list-style: none;
    position: relative;
    transition: background .15s ease;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-weight: 400;
    color: #999;
    transition: transform .2s ease;
}

.faq-item[open] summary::after {
    content: '\2212';
}

.faq-item summary:hover {
    background: #FAFBFC;
}

.faq-item .faq-answer {
    padding: 0 25px 20px;
    line-height: 1.7;
    font-size: 0.9375rem;
    color: #555;
}

.faq-item .faq-answer p {
    margin: 0;
}

/*------------------------------------------------------------------
    RESPONSIBLE GAMBLING SECTION
-------------------------------------------------------------------*/

.responsible-section {
    padding: 60px 0;
    background: #ffffff;
    border-top: 3px solid #E8652E;
}

.responsible-section h2 {
    color: #C0392B;
}

.responsible-section a {
    color: #1A8B6E;
    font-weight: 500;
}

/*------------------------------------------------------------------
    MID-PAGE CTA
-------------------------------------------------------------------*/

.mid-cta {
    background: linear-gradient(135deg, #1E3A5F 0%, #0F2438 100%);
    padding: 40px 0;
    text-align: center;
}

.mid-cta h3 {
    color: #ffffff;
    margin-bottom: 12px;
}

.mid-cta p {
    color: rgba(255,255,255,0.75);
    margin-bottom: 20px;
}

/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.site-footer {
    background: #1E3A5F;
    padding: 50px 0 20px;
    color: #ccc;
}

.site-footer h3 {
    color: #E8652E;
    font-size: 1.125rem;
    margin-bottom: 18px;
}

.site-footer p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #ccc;
}

.site-footer a {
    color: #ccc;
    transition: color .15s ease;
}

.site-footer a:hover {
    color: #E8652E;
    text-decoration: none;
}

.site-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-links li {
    margin-bottom: 10px;
}

.site-footer .footer-links a {
    color: #ffffff;
    font-size: 0.9375rem;
}

.site-footer .footer-links a:hover {
    color: #E8652E;
}

.site-footer .gambling-helpline {
    color: #E8652E;
    font-weight: 500;
}

.affiliate-disclosure {
    background: rgba(255,255,255,0.04);
    border-left: 4px solid #E8652E;
    padding: 20px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.affiliate-disclosure p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.65;
}

.affiliate-disclosure strong {
    color: #E8652E;
}

.copyright-bar {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}

.copyright-bar p {
    margin: 0;
    font-size: 0.8125rem;
    color: #999;
}

.copyright-bar a {
    color: #E8652E;
}

/*------------------------------------------------------------------
    ABOUT PAGE — TEAM CARDS & VALUES
-------------------------------------------------------------------*/

.team-card {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 30px 24px;
    text-align: center;
    height: 100%;
}

.team-card .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1E3A5F;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 60px;
    margin: 0 auto 18px;
}

.team-card h3 {
    font-size: 1.125rem;
    color: #1E3A5F;
    margin-bottom: 4px;
}

.team-card .role {
    font-weight: 600;
    color: #E8652E;
    font-size: 0.875rem;
    margin-bottom: 4px;
}

.team-card .credentials {
    font-size: 0.8125rem;
    color: #888;
    margin-bottom: 14px;
    font-style: italic;
}

.team-card .bio {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #555;
    text-align: left;
    margin-bottom: 0;
}

.value-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.value-item .value-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1E3A5F;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 40px;
    text-align: center;
}

.value-item h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.0625rem;
    color: #1E3A5F;
    margin-bottom: 8px;
}

.value-item p {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #555;
    margin-bottom: 0;
}

/*------------------------------------------------------------------
    UTILITY
-------------------------------------------------------------------*/

.section-padding {
    padding: 60px 0;
}

.text-accent {
    color: #E8652E;
}

.text-teal {
    color: #1A8B6E;
}

.overflow-x-auto {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #1A8B6E;
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 1.25rem;
    z-index: 99;
    text-decoration: none;
    display: none;
    transition: background .2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

#back-to-top:hover {
    background: #14694F;
}
