/* TFSA/GIC Banner Section */
.gic-tfsa-banner {
    background: linear-gradient(135deg, #0a0e17 0%, #121a2a 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(230, 184, 0, 0.1);
}

.gic-tfsa-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #CFB53B);
}

.banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 500px; /* Ensures minimum height for the container */
}

.banner-content {
    position: relative;
    z-index: 2;
}

.badge {
    display: inline-block;
    background: rgba(230, 184, 0, 0.15);
    color: #e6b800;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(230, 184, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-content h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.banner-content .lead {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 90%;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.stat-item {
    background: rgba(19, 26, 45, 0.8);
    padding: 25px;
    border-radius: 8px;
    border: 1px solid rgba(230, 184, 0, 0.15);
    text-align: center;
}

.stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #e6b800;
    margin-bottom: 5px;
}

.stat-value sup {
    font-size: 1rem;
    top: -1em;
}

.stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.cta-button {
    background: linear-gradient(135deg, #FFD700, #CFB53B);
    color: #121212;
    border: none;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 184, 0, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(230, 184, 0, 0.4);
}

.banner-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(230, 184, 0, 0.2);
    height: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.banner-image:hover img {
    transform: scale(1.03);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .banner-container {
        gap: 40px;
        min-height: 400px;
    }
    
    .banner-content h2 {
        font-size: 2.2rem;
    }
    
    .banner-image {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .banner-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    
    .banner-image {
        height: 300px;
        order: -1;
        min-height: 250px;
    }
    
    .banner-content h2 {
        font-size: 2rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .banner-content h2 {
        font-size: 1.8rem;
    }
    
    .stat-value {
        font-size: 1.8rem;
    }
    
    .banner-image {
        height: 250px;
        min-height: 200px;
    }
}



/* GIC/TFSA Services Section - Enhanced */
.gic-tfsa-services-section {
    background: linear-gradient(135deg, #0a0e17 0%, #121a2a 100%);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(230, 184, 0, 0.1);
}

.gic-tfsa-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #CFB53B);
}

.gic-tfsa-services-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.gic-tfsa-services-header {
    text-align: center;
    margin-bottom: 70px;
}

.gic-tfsa-services-title {
    font-size: 2.8rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.gic-tfsa-services-title .highlight {
    color: #e6b800;
    position: relative;
}

.gic-tfsa-services-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(230, 184, 0, 0.3);
    z-index: -1;
    transform: skew(-15deg);
}

.gic-tfsa-services-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.gic-tfsa-services-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.gic-tfsa-services-card {
    background: rgba(19, 26, 45, 0.8);
    padding: 50px 30px;
    border-radius: 16px;
    border: 1px solid rgba(230, 184, 0, 0.15);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.gic-tfsa-services-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(230, 184, 0, 0.4);
}

.gic-tfsa-services-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(230, 184, 0, 0.1);
    border-radius: 50%;
    border: 1px solid rgba(230, 184, 0, 0.3);
    transition: all 0.4s ease;
}

.gic-tfsa-services-card:hover .gic-tfsa-services-card-icon {
    background: rgba(230, 184, 0, 0.2);
    transform: scale(1.1);
}

.gic-tfsa-services-card-icon svg {
    width: 40px;
    height: 40px;
}

.gic-tfsa-services-card-title {
    font-size: 1.5rem;
    color: #e6b800;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.gic-tfsa-services-card-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.gic-tfsa-services-card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(230, 184, 0, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gic-tfsa-services-card:hover .gic-tfsa-services-card-glow {
    opacity: 1;
}

.gic-tfsa-services-disclaimer {
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 60px;
}

/* Background Glow Effect */
.gic-tfsa-services-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(230, 184, 0, 0.08) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 1;
    transform: translate(-50%, -50%);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .gic-tfsa-services-cards {
        gap: 20px;
    }
    
    .gic-tfsa-services-card {
        padding: 40px 25px;
    }
}

@media (max-width: 768px) {
    .gic-tfsa-services-cards {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto 50px;
    }
    
    .gic-tfsa-services-title {
        font-size: 2.4rem;
    }
    
    .gic-tfsa-services-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .gic-tfsa-services-section {
        padding: 80px 20px;
    }
    
    .gic-tfsa-services-title {
        font-size: 2rem;
    }
    
    .gic-tfsa-services-card {
        padding: 35px 20px;
    }
    
    .gic-tfsa-services-card-title {
        font-size: 1.3rem;
    }
    
    .gic-tfsa-services-card-text {
        font-size: 1rem;
    }
}


/* GIC/TFSA Features Section - Premium Styling */
.gic-tfsa-features-section {
    background: linear-gradient(135deg, #0a0e17 0%, #121a2a 100%);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(230, 184, 0, 0.1);
}

.gic-tfsa-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #CFB53B);
}

.gic-tfsa-features-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.gic-tfsa-features-visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(230, 184, 0, 0.2);
    height: 100%;
    min-height: 500px;
}

.gic-tfsa-features-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gic-tfsa-features-visual:hover .gic-tfsa-features-image {
    transform: scale(1.03);
}

.gic-tfsa-features-visual-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(230, 184, 0, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gic-tfsa-features-visual:hover .gic-tfsa-features-visual-glow {
    opacity: 1;
}

.gic-tfsa-features-content {
    position: relative;
}

.gic-tfsa-features-title {
    font-size: 2.8rem;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.gic-tfsa-features-title .highlight {
    color: #e6b800;
    position: relative;
}

.gic-tfsa-features-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(230, 184, 0, 0.3);
    z-index: -1;
    transform: skew(-15deg);
}

.gic-tfsa-features-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gic-tfsa-feature-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: rgba(19, 26, 45, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(230, 184, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.gic-tfsa-feature-item:hover {
    background: rgba(19, 26, 45, 0.8);
    border-color: rgba(230, 184, 0, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.gic-tfsa-feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: rgba(230, 184, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(230, 184, 0, 0.2);
    transition: all 0.3s ease;
}

.gic-tfsa-feature-item:hover .gic-tfsa-feature-icon {
    background: rgba(230, 184, 0, 0.2);
    transform: scale(1.1);
}

.gic-tfsa-feature-icon svg {
    width: 24px;
    height: 24px;
}

.gic-tfsa-feature-title {
    font-size: 1.5rem;
    color: #e6b800;
    margin-bottom: 10px;
    font-weight: 600;
}

.gic-tfsa-feature-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.gic-tfsa-features-disclaimer {
    margin-top: 40px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 25px;
    position: relative;
}

.gic-tfsa-features-disclaimer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 1px;
    background: rgba(230, 184, 0, 0.5);
}

/* Background Glow Effect */
.gic-tfsa-features-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(230, 184, 0, 0.08) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 1;
    transform: translate(-50%, -50%);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .gic-tfsa-features-container {
        gap: 40px;
    }
    
    .gic-tfsa-features-title {
        font-size: 2.4rem;
    }
    
    .gic-tfsa-features-visual {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .gic-tfsa-features-container {
        grid-template-columns: 1fr;
    }
    
    .gic-tfsa-features-visual {
        min-height: 300px;
        order: -1;
    }
    
    .gic-tfsa-features-title {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    
    .gic-tfsa-feature-item {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .gic-tfsa-features-section {
        padding: 80px 20px;
    }
    
    .gic-tfsa-features-title {
        font-size: 2rem;
    }
    
    .gic-tfsa-feature-title {
        font-size: 1.3rem;
    }
    
    .gic-tfsa-feature-description {
        font-size: 1rem;
    }
    
    .gic-tfsa-feature-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    
    .gic-tfsa-feature-icon svg {
        width: 20px;
        height: 20px;
    }
}


/* GIC/TFSA Interest Rates Section */
.gic-tfsa-interest-rates-section {
    background: linear-gradient(135deg, #0a0e17 0%, #121a2a 100%);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(230, 184, 0, 0.1);
}

.gic-tfsa-interest-rates-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #CFB53B);
}

.gic-tfsa-interest-rates-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.gic-tfsa-interest-rates-header {
    text-align: center;
    margin-bottom: 60px;
}

.gic-tfsa-interest-rates-title {
    font-size: 2.8rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.gic-tfsa-interest-rates-title .highlight {
    color: #e6b800;
    position: relative;
}

.gic-tfsa-interest-rates-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(230, 184, 0, 0.3);
    z-index: -1;
    transform: skew(-15deg);
}

.gic-tfsa-interest-rates-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.85);
}

.gic-tfsa-interest-rates-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.gic-tfsa-interest-rates-info {
    position: relative;
    padding-right: 40px;
}

.gic-tfsa-interest-rates-badge {
    display: inline-block;
    background: rgba(230, 184, 0, 0.15);
    color: #e6b800;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 25px;
    border: 1px solid rgba(230, 184, 0, 0.2);
}

.gic-tfsa-interest-rates-heading {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.gic-tfsa-interest-rates-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.gic-tfsa-interest-rates-highlight {
    background: rgba(19, 26, 45, 0.8);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(230, 184, 0, 0.2);
    max-width: 350px;
}

.gic-tfsa-interest-rates-highlight-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e6b800;
    line-height: 1;
    margin-bottom: 10px;
}

.gic-tfsa-interest-rates-highlight-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
}

.gic-tfsa-interest-rates-table-container {
    background: rgba(19, 26, 45, 0.8);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(230, 184, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.gic-tfsa-interest-rates-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
}

.gic-tfsa-interest-rates-table th {
    text-align: left;
    padding: 15px 20px;
    background: rgba(230, 184, 0, 0.1);
    color: #e6b800;
    font-weight: 600;
    border-bottom: 1px solid rgba(230, 184, 0, 0.2);
}

.gic-tfsa-interest-rates-table td {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.gic-tfsa-interest-rates-table tr:last-child td {
    border-bottom: none;
}

.gic-tfsa-interest-rates-table tr.highlight-row td {
    background: rgba(230, 184, 0, 0.1);
    color: #e6b800;
    font-weight: 600;
    border-radius: 0 0 8px 8px;
}

.gic-tfsa-interest-rates-table tr.highlight-row td:first-child {
    border-radius: 0 0 0 8px;
}

.gic-tfsa-interest-rates-table tr.highlight-row td:last-child {
    border-radius: 0 0 8px 0;
}

.gic-tfsa-interest-rates-disclaimer {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 15px;
    border-top: 1px solid rgba(230, 184, 0, 0.1);
}

/* Background Glow Effect */
.gic-tfsa-interest-rates-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(230, 184, 0, 0.08) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 1;
    transform: translate(-50%, -50%);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .gic-tfsa-interest-rates-content {
        gap: 40px;
    }
    
    .gic-tfsa-interest-rates-title {
        font-size: 2.4rem;
    }
    
    .gic-tfsa-interest-rates-info {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .gic-tfsa-interest-rates-content {
        grid-template-columns: 1fr;
    }
    
    .gic-tfsa-interest-rates-title {
        font-size: 2.2rem;
    }
    
    .gic-tfsa-interest-rates-highlight {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .gic-tfsa-interest-rates-section {
        padding: 80px 20px;
    }
    
    .gic-tfsa-interest-rates-title {
        font-size: 2rem;
    }
    
    .gic-tfsa-interest-rates-subtitle {
        font-size: 1.1rem;
    }
    
    .gic-tfsa-interest-rates-heading {
        font-size: 1.5rem;
    }
    
    .gic-tfsa-interest-rates-description {
        font-size: 1rem;
    }
    
    .gic-tfsa-interest-rates-highlight-value {
        font-size: 2rem;
    }
    
    .gic-tfsa-interest-rates-table td {
        padding: 12px 15px;
        font-size: 1rem;
    }
}



/* CSS Styles */
.gic-tfsa-interest-calculator-section {
    background: linear-gradient(135deg, #0a0e17 0%, #121a2a 100%);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(230, 184, 0, 0.1);
    font-family: 'Roboto', sans-serif;
}

.gic-tfsa-interest-calculator-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #CFB53B);
}

.gic-tfsa-interest-calculator-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.gic-tfsa-interest-calculator-header {
    text-align: center;
    margin-bottom: 60px;
}

.gic-tfsa-interest-calculator-title {
    font-size: 2.8rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.gic-tfsa-interest-calculator-highlight {
    color: #e6b800;
    position: relative;
}

.gic-tfsa-interest-calculator-highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(230, 184, 0, 0.3);
    z-index: -1;
    transform: skew(-15deg);
}

.gic-tfsa-interest-calculator-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto;
}

.gic-tfsa-interest-calculator-divider {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, #e6b800, transparent);
    margin: 25px auto 0;
}

.gic-tfsa-interest-calculator-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.gic-tfsa-interest-calculator-form {
    background: rgba(19, 26, 45, 0.8);
    padding: 40px;
    border-radius: 16px;
    border: 1px solid rgba(230, 184, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.gic-tfsa-interest-calculator-form-group {
    margin-bottom: 30px;
}

.gic-tfsa-interest-calculator-label {
    display: block;
    color: #e6b800;
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-weight: 500;
}

.gic-tfsa-interest-calculator-input-group {
    position: relative;
}

.gic-tfsa-interest-calculator-currency {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    font-weight: 500;
}

.gic-tfsa-interest-calculator-input {
    width: 100%;
    padding: 16px 20px 16px 40px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(230, 184, 0, 0.3);
    border-radius: 8px;
    color: white;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.gic-tfsa-interest-calculator-input:focus {
    border-color: #e6b800;
    box-shadow: 0 0 0 3px rgba(230, 184, 0, 0.2);
    outline: none;
}

.gic-tfsa-interest-calculator-select {
    width: 100%;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(230, 184, 0, 0.3);
    border-radius: 8px;
    color: white;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e6b800'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

.gic-tfsa-interest-calculator-select:focus {
    border-color: #e6b800;
    box-shadow: 0 0 0 3px rgba(230, 184, 0, 0.2);
    outline: none;
}

.gic-tfsa-interest-calculator-button {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #FFD700, #CFB53B);
    color: #121212;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(230, 184, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.gic-tfsa-interest-calculator-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(230, 184, 0, 0.4);
}

.gic-tfsa-interest-calculator-button svg {
    transition: transform 0.3s ease;
}

.gic-tfsa-interest-calculator-button:hover svg {
    transform: translateX(5px);
}

.gic-tfsa-interest-calculator-results {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.gic-tfsa-interest-calculator-result-card {
    background: rgba(19, 26, 45, 0.8);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(230, 184, 0, 0.15);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gic-tfsa-interest-calculator-primary-result {
    border-left: 4px solid #e6b800;
}

.gic-tfsa-interest-calculator-compare-result {
    border-left: 4px solid #4CAF50;
}

.gic-tfsa-interest-calculator-result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.gic-tfsa-interest-calculator-result-title {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.gic-tfsa-interest-calculator-result-rate {
    background: rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1.1rem;
}

.gic-tfsa-interest-calculator-primary-result .gic-tfsa-interest-calculator-result-rate {
    color: #e6b800;
    border: 1px solid rgba(230, 184, 0, 0.3);
}

.gic-tfsa-interest-calculator-compare-result .gic-tfsa-interest-calculator-result-rate {
    color: #4CAF50;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.gic-tfsa-interest-calculator-result-details {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    line-height: 1.6;
}

.gic-tfsa-interest-calculator-result-details strong {
    color: #ffffff;
    font-weight: 600;
}

.gic-tfsa-interest-calculator-chart-section {
    background: rgba(19, 26, 45, 0.8);
    padding: 40px;
    border-radius: 16px;
    border: 1px solid rgba(230, 184, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.gic-tfsa-interest-calculator-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.gic-tfsa-interest-calculator-chart-header h3 {
    color: #e6b800;
    font-size: 1.3rem;
    margin: 0;
}

.gic-tfsa-interest-calculator-chart-legend {
    display: flex;
    gap: 20px;
}

.gic-tfsa-interest-calculator-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
}

.gic-tfsa-interest-calculator-legend-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.gic-tfsa-interest-calculator-legend-color.primary {
    background-color: #e6b800;
}

.gic-tfsa-interest-calculator-legend-color.compare {
    background-color: #4CAF50;
}

.gic-tfsa-interest-calculator-chart-container {
    height: 300px;
    width: 100%;
}

.gic-tfsa-interest-calculator-disclaimer {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.gic-tfsa-interest-calculator-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(230, 184, 0, 0.08) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 1;
    transform: translate(-50%, -50%);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .gic-tfsa-interest-calculator-content {
        gap: 30px;
    }
    
    .gic-tfsa-interest-calculator-form {
        padding: 30px;
    }
    
    .gic-tfsa-interest-calculator-result-card {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .gic-tfsa-interest-calculator-content {
        grid-template-columns: 1fr;
    }
    
    .gic-tfsa-interest-calculator-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 480px) {
    .gic-tfsa-interest-calculator-section {
        padding: 80px 20px;
    }
    
    .gic-tfsa-interest-calculator-title {
        font-size: 2rem;
    }
    
    .gic-tfsa-interest-calculator-subtitle {
        font-size: 1.1rem;
    }
    
    .gic-tfsa-interest-calculator-form {
        padding: 25px;
    }
    
    .gic-tfsa-interest-calculator-input {
        padding: 14px 18px 14px 35px;
        font-size: 1rem;
    }
    
    .gic-tfsa-interest-calculator-select {
        padding: 14px 18px;
        font-size: 1rem;
    }
    
    .gic-tfsa-interest-calculator-button {
        padding: 16px;
        font-size: 1.1rem;
    }
    
    .gic-tfsa-interest-calculator-chart-section {
        padding: 30px;
    }
    
    .gic-tfsa-interest-calculator-chart-legend {
        flex-direction: column;
        gap: 10px;
    }
}


/* GIC/TFSA Savings Goals Section */
.gic-tfsa-saving-goals-section {
    background: linear-gradient(135deg, #0a0e17 0%, #121a2a 100%);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(230, 184, 0, 0.1);
}

.gic-tfsa-saving-goals-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFD700, #CFB53B);
}

.gic-tfsa-saving-goals-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.gic-tfsa-saving-goals-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.gic-tfsa-saving-goals-visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(230, 184, 0, 0.2);
    height: 500px;
}

.gic-tfsa-saving-goals-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gic-tfsa-saving-goals-visual:hover .gic-tfsa-saving-goals-image {
    transform: scale(1.03);
}

.gic-tfsa-saving-goals-visual-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(230, 184, 0, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gic-tfsa-saving-goals-visual:hover .gic-tfsa-saving-goals-visual-glow {
    opacity: 1;
}

.gic-tfsa-saving-goals-text {
    padding-left: 40px;
}

.gic-tfsa-saving-goals-badge {
    display: inline-block;
    background: rgba(230, 184, 0, 0.15);
    color: #e6b800;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 25px;
    border: 1px solid rgba(230, 184, 0, 0.2);
}

.gic-tfsa-saving-goals-title {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.gic-tfsa-saving-goals-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 40px;
}

.gic-tfsa-saving-goals-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.gic-tfsa-saving-goals-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.gic-tfsa-saving-goals-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.gic-tfsa-saving-goals-button {
    background: linear-gradient(135deg, #FFD700, #CFB53B);
    color: #121212;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(230, 184, 0, 0.3);
}

.gic-tfsa-saving-goals-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(230, 184, 0, 0.4);
}

.gic-tfsa-saving-goals-button svg {
    transition: transform 0.3s ease;
}

.gic-tfsa-saving-goals-button:hover svg {
    transform: translateX(5px);
}

.gic-tfsa-saving-goals-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(230, 184, 0, 0.08) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 1;
    transform: translate(-50%, -50%);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .gic-tfsa-saving-goals-content {
        gap: 40px;
    }
    
    .gic-tfsa-saving-goals-visual {
        height: 400px;
    }
    
    .gic-tfsa-saving-goals-text {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .gic-tfsa-saving-goals-section {
        padding: 80px 20px;
    }
    
    .gic-tfsa-saving-goals-content {
        grid-template-columns: 1fr;
    }
    
    .gic-tfsa-saving-goals-visual {
        height: 300px;
        order: -1;
    }
    
    .gic-tfsa-saving-goals-title {
        font-size: 2rem;
    }
    
    .gic-tfsa-saving-goals-description {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .gic-tfsa-saving-goals-title {
        font-size: 1.8rem;
    }
    
    .gic-tfsa-saving-goals-feature {
        font-size: 1rem;
    }
    
    .gic-tfsa-saving-goals-button {
        padding: 14px 28px;
        font-size: 1rem;
    }
}