.navbar {
    min-height: 10vh;
    background-color: transparent !important;
}
.navbar-landing {
    background-color: transparent;
}
.navbar-landing .navbar-brand,
.navbar-landing .navbar-text {
    color: #000000;
}
.navbar-landing .navbar-nav .nav-link {
    color: #000000;
}
.navbar-landing .nav-item.active .nav-link,
.navbar-landing .nav-item:focus .nav-link,
.navbar-landing .nav-item:hover .nav-link {
    color: #147814;
}

input[type="text"], textarea {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,139,139,0.09296218487394958) 97%);
}
input[type="number"], textarea {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,139,139,0.09296218487394958) 97%);
}

.hero {
    min-height: 100vh;
    background: rgb(255,255,255);
    background: linear-gradient(111deg, rgba(255,255,255,1) 0%, rgba(0,139,139,0.3113620448179272) 59%, rgba(255,255,255,1) 100%);
}

.hero-gradient-bg {
    font-weight: 700;
    background: rgb(20,120,20);
    background: linear-gradient(90deg, rgba(20,120,20,1) 0%, rgba(0,139,139,1) 55%);
}

.tracker-wrapper {
    border-radius: 16px;
    padding: 60px 30px;
    width: 100%;
    margin: 20px 0;
}

.tracker-heading {
    color: #00A7C7;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.tracker-subtext {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.tracker-input-group {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 167, 199, 0.2);
}

.tracker-form-control {
    border: none;
    border-radius: 50px 0 0 50px;
    height: 55px;
    padding-left: 25px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.9);
}

.tracker-form-control:focus {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.95);
}

.tracker-input-group-append {
    height: 55px;
}

.tracker-btn {
    background-color: #8AC63F;
    border: none;
    color: white;
    padding: 0 25px;
    transition: all 0.3s;
    border-radius: 0 50px 50px 0;
}

.tracker-btn:hover {
    background-color: #79b132;
    transform: translateY(-2px);
}

.tracker-icon {
    font-size: 24px;
    vertical-align: middle;
    transition: transform 0.3s;
}

.tracker-btn:hover .tracker-icon {
    transform: translateX(4px);
}

.tracker-example {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #6c757d;
}

.tracker-example code {
    background: rgba(0, 167, 199, 0.1);
    color: #00A7C7;
    padding: 2px 6px;
    border-radius: 4px;
}

.send-box {
    background-color: #ffffff;
    border-radius: 13px;
}

.howto-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #333;
}

.howto-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    color: #00A7C7;
}

.howto-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.howto-step {
    flex: 1;
    min-width: 250px;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    position: relative;
}

.howto-step:hover {
    transform: translateY(-5px);
}

.howto-step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background: #00A7C7;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 3px 10px rgba(0, 167, 199, 0.3);
}

.howto-step-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #00A7C7;
}

.howto-step-content {
    line-height: 1.6;
}

.howto-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #8AC63F;
}

@media (min-width: 992px) {
    .howto-steps {
        position: relative;
    }
    
    .howto-steps::before {
        content: '';
        position: absolute;
        top: 40px;
        left: 10%;
        right: 10%;
        height: 3px;
        background: #00A7C7;
        z-index: 0;
    }
    
    .howto-step {
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .howto-steps {
        flex-direction: column;
    }
    
    .howto-step {
        margin-bottom: 30px;
    }
}

.how-to {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    background: linear-gradient(135deg, #00A7C7 0%, #8AC63F 100%);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    color: white;
}

.how-to h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}

.rating-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.rating-average {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
}

.rating-stars {
    display: flex;
    margin-bottom: 15px;
}

.rating-star {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0 2px;
    position: relative;
    transition: transform 0.2s ease;
}

.rating-star.filled {
    color: #FFD700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
}

.rating-star.partial-filled {
    position: relative;
    color: rgba(255, 255, 255, 0.3);
}

.rating-star.partial-filled::before {
    content: "★";
    position: absolute;
    top: 0;
    left: 0;
    width: attr(data-fill);
    color: #FFD700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
    overflow: hidden;
}

.rating-count {
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
}

.rating-label {
    font-size: 14px;
    opacity: 0.9;
    margin-top: 5px;
}

.rating-breakdown {
    width: 100%;
    margin-top: 25px;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.rating-bar-value {
    font-weight: 600;
    width: 30px;
}

.rating-bar-line {
    flex-grow: 1;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    margin: 0 15px;
    overflow: hidden;
}

.rating-bar-fill {
    height: 100%;
    background-color: #FFD700;
    border-radius: 5px;
}

.rating-bar-count {
    font-weight: 500;
    width: 40px;
    text-align: right;
}

@media (max-width: 768px) {
    .rating-average {
        font-size: 36px;
    }
    
    .rating-star {
        font-size: 28px;
    }
    
    .rating-count {
        font-size: 16px;
    }
}

.download-section {
    width: 100%;
    background: linear-gradient(135deg, #00A7C7 0%, #8AC63F 100%);
    padding: 60px 20px;
    color: white;
    text-align: center;
}

.download-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.download-text {
    max-width: 700px;
}

.download-text h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.download-text p {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.9;
}

.download-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.app-button {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 15px 25px;
    min-width: 180px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.app-button:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none !important;
    color: white;
}

.app-button i {
    font-size: 2rem;
    margin-right: 15px;
}

.button-text {
    text-align: left;
}

.button-text span {
    display: block;
    font-size: 0.8rem;
    opacity: 0.9;
}

.button-text strong {
    font-size: 1.2rem;
    font-weight: 600;
}

/* Responsive design */
@media (max-width: 768px) {
    .download-text h2 {
        font-size: 2rem;
    }
    
    .download-text p {
        font-size: 1rem;
    }
    
    .app-button {
        padding: 12px 20px;
        min-width: 160px;
    }
    
    .button-text strong {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .download-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }
    
    .app-button {
        width: 100%;
    }
}


.footer {
    background-color: #f8f9fa;
    width: 100%;
    padding: 50px 0 20px;
    border-top: 4px solid #00A7C7;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer-section h3 {
    color: #00A7C7;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #8AC63F;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #00A7C7;
    padding-left: 5px;
}

.contact-info {
    color: #555;
    line-height: 1.6;
}

.contact-info p {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-info i {
    color: #8AC63F;
    margin-right: 10px;
    min-width: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #00A7C7;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #8AC63F;
    transform: translateY(-3px);
}

.newsletter input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
}

.newsletter button {
    background-color: #8AC63F;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.newsletter button:hover {
    background-color: #00A7C7;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
    color: #555;
    font-size: 14px;
}

.payment-methods {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.payment-methods span {
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #555;
}

@media (max-width: 768px) {
    .footer-section {
        flex: 100%;
    }
    
    .footer-container {
        flex-direction: column;
    }
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: white;
    padding: 5px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    text-decoration: none;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn:active {
    transform: translateY(0);
}

.whatsapp-btn i {
    margin-right: 12px;
    font-size: 24px;
}

.telegram-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0088cc;
    color: white;
    padding: 5px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 136, 204, 0.3);
}

.telegram-btn:hover {
    background-color: #006da3;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 136, 204, 0.4);
    color: white !important;
    text-decoration: none !important;
}

.telegram-btn:active {
    transform: translateY(0);
}

.telegram-btn i {
    margin-right: 12px;
    font-size: 24px;
}


.features-section {
    width: 100%;
    background-color: #f8f9fa;
    padding: 80px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-title {
    text-align: center;
    margin-bottom: 60px;
    color: #333;
}

.features-title h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.features-title p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.features-card {
    background: white;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.features-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 30px;
}

.features-icon--zero-fees {
    background-color: rgba(0, 167, 199, 0.1);
    color: #00A7C7;
}

.features-icon--fast-transfers {
    background-color: rgba(138, 198, 63, 0.1);
    color: #8AC63F;
}

.features-icon--multibank {
    background-color: rgba(0, 167, 199, 0.1);
    color: #00A7C7;
}

.features-card-title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.features-card-description {
    color: #666;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .features-title h2 {
        font-size: 28px;
    }
    
    .features-title p {
        font-size: 16px;
    }
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 2em;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.star-rating input:checked ~ label {
    color: #FFD700;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #FFD700;
}

.transaction-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 20px;
}
.transaction-header {
    color: #00A7C7;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.transaction-detail {
    margin-bottom: 12px;
}
.detail-label {
    font-weight: 600;
    color: #555;
}
.detail-value {
    color: #333;
}
.status-progress {
    margin-top: 25px;
    position: relative;
    padding-left: 30px;
}
.progress-step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.progress-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: absolute;
    left: -30px;
}
.progress-icon.checked {
    background-color: #8AC63F;
    color: white;
}
.progress-icon.active {
    background-color: #00A7C7;
    color: white;
}
.progress-text {
    font-weight: 500;
}
.completed {
    color: #8AC63F;
}
.divider {
    height: 20px;
    width: 2px;
    background-color: #e0e0e0;
    margin-left: 11px;
    position: absolute;
    left: -30px;
    top: 24px;
}
.progress-step:last-child .divider {
    display: none;
}

.help-wrapper {
    width: 100%;
    height: 35vh;
    background: url(../assets/helpbackground.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1px 40px;
}

/* Help Container */
.help-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* Help Header */
.help-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0;
}

.help-title {
    font-size: 2.5rem;
    color: #00A7C7;
    margin-bottom: 10px;
}

.help-subtitle {
    font-size: 1.2rem;
    color: #666;
}

/* Help Search */
.help-search {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.help-search-input {
    width: 70%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    margin-right: 10px;
}

.help-search-btn {
    background-color: #8AC63F;
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.help-search-btn:hover {
    background-color: #79b135;
}

/* Help FAQ */
.help-faq {
    margin-bottom: 50px;
}

.help-faq-title {
    font-size: 1.8rem;
    color: #00A7C7;
    margin-bottom: 20px;
    border-bottom: 2px solid #8AC63F;
    padding-bottom: 10px;
}

.help-faq-item {
    background-color: white;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.help-faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    background-color: #f8f8f8;
    transition: background-color 0.3s;
}

.help-faq-question:hover {
    background-color: #eef8ff;
}

.help-faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: #00A7C7;
}

.help-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.help-faq-item.active .help-faq-answer {
    padding: 20px;
    max-height: 300px;
}

.help-faq-item.active .help-faq-question::after {
    content: '-';
}

/* Help Contact */
.help-contact {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.help-contact-title {
    font-size: 1.8rem;
    color: #00A7C7;
    margin-bottom: 20px;
}

.help-contact-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.help-contact-option {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    border-radius: 8px;
    background-color: #f8f8f8;
    transition: transform 0.3s;
}

.help-contact-option:hover {
    transform: translateY(-5px);
}

.help-contact-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.help-contact-call .help-contact-icon {
    color: #00A7C7;
}

.help-contact-email .help-contact-icon {
    color: #8AC63F;
}

.help-contact-heading {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
}

.help-contact-details {
    color: #666;
}

.help-contact-link {
    color: #00A7C7;
    text-decoration: none;
    transition: color 0.3s;
}

.help-contact-link:hover {
    color: #0085a1;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .help-search-input {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .help-contact-options {
        flex-direction: column;
    }
}

.help-wrapper {
    width: 100%;
    height: 35vh;
    background: url(../assets/helpbackground.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1px 40px;
}

.help-boxes {
    background-color: #F1FFF4;
}

.help-subboxes {
    background-color: #ffffff;
    border-radius: 13px;
}


.notice-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.intro-section {
    background: linear-gradient(135deg, #0062cc 0%, #00a8ff 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.intro-section h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.intro-text {
    font-size: 18px;
    margin-bottom: 25px;
}

.policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.policy-link {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.policy-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.policy-section {
    margin-bottom: 50px;
    padding: 25px;
    border-left: 5px solid #00a8ff;
    background-color: rgba(0, 168, 255, 0.05);
    border-radius: 0 8px 8px 0;
}

.policy-section h2 {
    color: #0062cc;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.policy-content {
    padding: 0 15px;
}

.policy-content h3 {
    color: #0056b3;
    margin: 25px 0 15px 0;
}

.policy-content p, .policy-content ul {
    margin-bottom: 15px;
}

.policy-content ul {
    padding-left: 30px;
}

.policy-content li {
    margin-bottom: 10px;
}

.back-to-top {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #00a8ff;
    text-decoration: none;
    font-weight: 600;
}

.back-to-top:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .notice-container {
        padding: 20px;
        margin: 20px;
    }
    
    .intro-section {
        padding: 20px;
    }
    
    .policy-links {
        flex-direction: column;
    }
    
    .policy-link {
        text-align: center;
    }
}