/* ========== Duyuru barı (header üstü) – beyaz arka plan ========== */
.rainy-top-bar {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.5rem 0;
}
.rainy-top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    min-height: 44px;
}
.rainy-top-bar-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.rainy-top-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    color: #0d2137;
    text-decoration: none;
    font-weight: 500;
}
.rainy-top-bar-item:hover {
    color: #086AD8;
}
.rainy-top-bar-icon {
    color: #086AD8;
    font-size: 0.9rem;
}
.rainy-top-bar-sep {
    width: 1px;
    height: 16px;
    background: #cbd5e0;
    flex-shrink: 0;
}
.rainy-top-bar-center {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #475569;
    flex: 1;
    justify-content: center;
    max-width: 420px;
    margin: 0 0.5rem;
}
.rainy-top-bar-megaphone {
    color: #eab308;
    font-size: 1rem;
    flex-shrink: 0;
}
.rainy-top-bar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.rainy-top-bar-social {
    color: #64748b;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.2s ease;
}
.rainy-top-bar-social:hover {
    color: #0d2137;
}
.rainy-top-bar-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    background: #25d366;
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.rainy-top-bar-whatsapp:hover {
    background: #20bd5a;
    color: #fff;
    transform: translateY(-1px);
}
.rainy-top-bar-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.85rem;
    background: #0d2137;
    color: #fff !important;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.rainy-top-bar-toggle:hover {
    background: #1e3a5f;
    color: #fff;
    transform: translateY(-1px);
}
@media (max-width: 1199px) {
    .rainy-top-bar-center {
        order: 3;
        width: 100%;
        max-width: none;
        margin: 0;
        justify-content: flex-start;
    }
}

.maga-manu-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 30px;
    border-radius: 0 0 10px 10px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 100px;
}
.navigation li.mega-manu:hover .maga-manu-wrapper {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 70px;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}
.navigation > ul > li.current-menu-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 8px;
    font-size: 18px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    display: inline-block;
    line-height: 46px;
}

.mega-single-items:hover h2 {
    color: #3464e0;
}

.mega-single-items h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3a4368 ;
    margin-bottom: 15px;
}

.mega-single-items {
    color: #536d87;
    position: relative;
    padding-left: 0px;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.navigation li a.hosting-links {
    padding: 0;
    text-transform: capitalize;
    color: #3a4368 ;

}
.margin-bottom {
    margin-bottom: 40px;
}



.mega-single-items p {
    font-size: 14px;
    color: #536d87;
}

/* ========== Rainy Bilişim Header - Koyu menü & turuncu vurgu ========== */
.rainy-header-nav {
    background: linear-gradient(135deg, #0d2137 0%, #1a365d 100%) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.rainy-header-nav .header__logo a {
    display: block;
}

.rainy-header-nav .navigation-menu > ul > li > a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    padding: 24px 6px !important;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.rainy-header-nav .navigation-menu > ul > li.has-children > a:after {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 11px;
    margin-left: 6px;
    transition: transform 0.25s ease;
}

.rainy-nav-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 0.15rem 0.4rem;
    margin-left: 6px;
    background: #dc2626;
    color: #fff !important;
    border-radius: 4px;
    vertical-align: middle;
    animation: rainy-tag-blink 1.5s ease-in-out infinite;
}

@keyframes rainy-tag-blink {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4); }
    50% { opacity: 0.85; box-shadow: 0 0 8px 2px rgba(220, 38, 38, 0.6); }
}

.rainy-header-nav .navigation-menu > ul > li.has-children:hover > a:after {
    transform: translateY(2px);
}

.rainy-header-nav .navigation-menu > ul > li:hover > a,
.rainy-header-nav .navigation-menu > ul > li:hover > a span,
.rainy-header-nav .navigation-menu > ul > li.active > a,
.rainy-header-nav .navigation-menu > ul > li.active > a span {
    color: #fff !important;
}

.rainy-header-nav .navigation-menu > ul > li > a:before {
    background-color: #f59e0b !important;
    height: 3px;
    border-radius: 2px;
}

.rainy-header-nav .navigation-menu > ul > li:hover > a:before,
.rainy-header-nav .navigation-menu > ul > li.active > a:before {
    width: 100% !important;
    left: 0 !important;
}

.rainy-header-nav .navigation-menu > ul > li:hover > a:after,
.rainy-header-nav .navigation-menu > ul > li.active > a:after {
    color: #fff !important;
}

/* Sepetim butonu */
.rainy-header-nav .header-sepetim {
    margin-left: 8px !important;
    padding-left: 24px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.rainy-header-nav .sepetim-link {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 14px 20px !important;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #fff !important;
    font-weight: 500;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.rainy-header-nav .sepetim-link:hover {
    background: rgba(245, 158, 11, 0.28);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
}

.rainy-header-nav .sepetim-link i {
    font-size: 18px;
}

.rainy-header-nav .sepetim-link .cart-count {
    background: #f59e0b;
    color: #0d2137;
    font-size: 12px;
    font-weight: 700;
    min-width: 22px;
    height: 22px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}

.rainy-header-nav .header-sepetim > a:before {
    display: none !important;
}

/* Sticky'de de aynı tema */
.rainy-header-nav.is-sticky {
    background: linear-gradient(135deg, #0d2137 0%, #1a365d 100%) !important;
}

.rainy-header-nav.is-sticky .navigation-menu > ul > li > a,
.rainy-header-nav.is-sticky .sepetim-link {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ========== Rainy Dropdown (Mega Menü) - Güzelleştirilmiş ========== */
.rainy-header-nav .megamenu {
    border-radius: 0 0 16px 16px;
    border: none;
    border-top: 3px solid #f59e0b;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(13, 33, 55, 0.08);
    padding: 28px 24px 32px !important;
    background: #fff;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.rainy-header-nav .navigation-menu > ul > li.has-children:hover .megamenu {
    transform: translateY(0);
}

.rainy-header-nav .megamenu--mega .row {
    margin: 0 -10px;
}

.rainy-header-nav .megamenu--mega .col-md-4,
.rainy-header-nav .megamenu--mega .col-sm-4 {
    padding: 0 10px;
    margin-bottom: 8px;
}

/* Dropdown item kartları - sarmalayıcı div, eşit yükseklik */
.rainy-header-nav .megamenu div.mega-single-items {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    height: 200px;
    padding: 20px 18px;
    margin-bottom: 12px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #eef2f7;
    transition: all 0.28s ease;
}

.rainy-header-nav .megamenu div.mega-single-items:hover {
    background: #fff;
    border-color: rgba(245, 158, 11, 0.35);
    box-shadow: 0 8px 24px rgba(13, 33, 55, 0.08);
    transform: translateY(-2px);
}

.rainy-header-nav .megamenu .mega-single-items img {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    flex-shrink: 0;
    display: block;
    border-radius: 8px;
    object-fit: contain;
    object-position: left top;
}

.rainy-header-nav .megamenu .mega-single-items h2 {
    font-size: 17px;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 10px;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.rainy-header-nav .megamenu div.mega-single-items:hover h2 {
    color: #f59e0b;
}

.rainy-header-nav .megamenu .mega-single-items p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
    margin-top: auto;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Kart içindeki tüm linkler tek görünüm – ayrı kutu yok */
.rainy-header-nav .megamenu .mega-single-items a,
.rainy-header-nav .megamenu div.mega-single-items a.hosting-links,
.rainy-header-nav .megamenu div.mega-single-items a.mega-single-items {
    display: block !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
}

.rainy-header-nav .megamenu .mega-single-items.margin-bottom {
    margin-bottom: 12px;
}

/* Masaüstü megamenu – POPÜLER / YENİ etiketleri */
.rainy-header-nav .megamenu .rainy-mega-item--tag {
    position: relative;
    padding-right: 3.5rem;
}

.rainy-header-nav .megamenu .rainy-mega-item--tag::after {
    content: attr(data-tag);
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 10px;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.rainy-header-nav .megamenu .rainy-mega-item--tag[data-tag="POPÜLER"]::after {
    background: #f59e0b;
    color: #0d2137;
}

.rainy-header-nav .megamenu .rainy-mega-item--tag[data-tag="YENİ"]::after {
    background: #dc2626;
    color: #fff;
}

/* Kurumsal alt menü (submenu) */
.rainy-header-nav .submenu {
    border-radius: 0 0 12px 12px;
    border: none;
    border-top: 3px solid #f59e0b;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
    padding: 12px 0 !important;
    min-width: 220px;
    background: #fff;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.rainy-header-nav .navigation-menu > ul > li.has-children:hover > .submenu {
    transform: translateY(0);
}

.rainy-header-nav .submenu > li > a {
    padding: 12px 24px !important;
    color: #475569 !important;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.rainy-header-nav .submenu > li > a:hover {
    color: #f59e0b !important;
    background: #fffbeb;
    border-left-color: #f59e0b;
}

/* ========== Hosting mega menü – avantaj kartı ========== */
.rainy-mega-host-card {
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid rgba(8, 106, 216, 0.2);
    border-radius: 14px;
    padding: 1.35rem 1.25rem;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.rainy-mega-host-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0d2137;
    margin: 0 0 1rem;
    line-height: 1.35;
}

.rainy-mega-host-card__list {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

.rainy-mega-host-card__list li {
    font-size: 0.875rem;
    color: #334155;
    padding: 0.3rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rainy-mega-host-card__list li i {
    color: #086AD8;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.rainy-mega-host-card__btn {
    display: inline-block;
    margin-top: auto;
    padding: 0.6rem 1.1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff !important;
    background: #086AD8;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.rainy-mega-host-card__btn:hover {
    background: #065bb5;
    color: #fff !important;
    transform: translateY(-1px);
}

/* ========== Mobil header – hamburger beyaz ========== */
@media (max-width: 1199px) {
    .mobile-navigation-icon.white-md-icon i,
    .mobile-navigation-icon.white-md-icon i:before,
    .mobile-navigation-icon.white-md-icon i:after {
        background-color: #fff;
    }
    .mobile-navigation-icon.white-md-icon:hover i,
    .mobile-navigation-icon.white-md-icon:hover i:before,
    .mobile-navigation-icon.white-md-icon:hover i:after {
        background-color: rgba(255, 255, 255, 0.85);
    }
}

/* ========== Mobil menü paneli – güncel tasarım ========== */
.rainy-mobile-overlay .mobile-menu-overlay__inner {
    background: #fff;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    max-width: 320px;
}

.rainy-mobile-overlay__header {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.rainy-mobile-overlay__header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
}

.rainy-mobile-overlay__logo {
    display: block;
}

.rainy-mobile-overlay__logo img {
    height: 48px;
    width: 48px;
    object-fit: contain;
}

.rainy-mobile-overlay__close {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f1f5f9;
    transition: background 0.2s ease;
}

.rainy-mobile-overlay__close:hover {
    background: #e2e8f0;
}

.rainy-mobile-overlay__close:before,
.rainy-mobile-overlay__close:after {
    background: #475569 !important;
}

.rainy-mobile-overlay__body {
    padding: 0.75rem 0 1.5rem !important;
}

/* Panel beyaz arka plan – style.css’teki mavi/beyaz metin kurallarını geçersiz kılar */
.rainy-mobile-overlay .offcanvas-navigation.rainy-mobile-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0 1rem;
}

.rainy-mobile-overlay .offcanvas-navigation.rainy-mobile-nav > ul > li {
    border-bottom: none;
}

.rainy-mobile-overlay .offcanvas-navigation.rainy-mobile-nav > ul > li > a {
    display: block;
    padding: 0.65rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #0d2137 !important;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease;
}

.rainy-mobile-overlay .offcanvas-navigation.rainy-mobile-nav > ul > li > a:hover {
    background: #f8fafc;
    color: #086AD8 !important;
}

.rainy-mobile-overlay .rainy-mobile-nav .has-children {
    position: relative;
}

.rainy-mobile-overlay .rainy-mobile-nav .has-children > a {
    padding-right: 2.75rem;
}

.rainy-mobile-overlay .rainy-mobile-nav .has-children .sub-menu {
    padding: 0.2rem 0 0.5rem 0.75rem !important;
    border-top: none !important;
}

.rainy-mobile-overlay .rainy-mobile-nav .has-children .sub-menu li {
    border-bottom: none !important;
}

.rainy-mobile-overlay .rainy-mobile-nav .has-children .sub-menu li a {
    font-size: 0.875rem !important;
    color: #475569 !important;
    padding: 0.45rem 0.65rem !important;
    border-radius: 8px;
}

.rainy-mobile-overlay .rainy-mobile-nav .has-children .sub-menu li a:hover {
    color: #086AD8 !important;
    background: #f1f5f9;
}

.rainy-mobile-overlay .rainy-mobile-nav .has-children .menu-expand {
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: #e2e8f0;
    border-radius: 8px;
    color: #475569;
}

.rainy-mobile-overlay .rainy-mobile-nav .has-children .menu-expand:before {
    color: #475569 !important;
}

.rainy-mobile-overlay .rainy-mobile-nav .has-children.active .menu-expand:before {
    content: '\f106';
}

.rainy-mobile-nav__sep {
    height: 1px;
    background: #e2e8f0;
    margin: 0.75rem 0 !important;
    padding: 0 !important;
    list-style: none;
}

.rainy-mobile-nav__actions {
    padding: 0.25rem 0 0 !important;
    border: none !important;
}

.rainy-mobile-nav__actions .rainy-mobile-nav__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.rainy-mobile-nav__actions .rainy-mobile-nav__btn:last-child {
    margin-bottom: 0;
}

.rainy-mobile-nav__btn--cart {
    background: #f8fafc;
    color: #0d2137;
    border: 1px solid #e2e8f0;
}

.rainy-mobile-nav__btn--cart:hover {
    background: #f1f5f9;
    color: #086AD8;
}

.rainy-mobile-nav__btn--primary {
    background: #086AD8;
    color: #fff !important;
}

.rainy-mobile-nav__btn--primary,
.rainy-mobile-nav__btn--primary i {
    color: #fff !important;
}

.rainy-mobile-nav__btn--primary:hover {
    background: #065bb5;
    color: #fff !important;
}

.rainy-mobile-nav__btn--primary:hover,
.rainy-mobile-nav__btn--primary:hover i {
    color: #fff !important;
}

@media (max-width: 479px) {
    .rainy-mobile-overlay .mobile-menu-overlay__inner {
        max-width: 100%;
    }
}

/* ========== Mobil Megamenu – masaüstü ile uyumlu kartlar ve ikonlar ========== */
.rainy-mobile-overlay .mobile-menu-overlay__inner {
    max-width: 380px;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
}

.rainy-mobile-overlay__body {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.rainy-mobile-overlay__footer {
    flex-shrink: 0;
    padding: 1rem 1.25rem 1.25rem;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}

.rainy-mobile-nav--mega > ul > li > a {
    display: flex !important;
    align-items: center;
    gap: 0.65rem;
}

.rainy-mobile-nav__item-icon {
    font-size: 1.1rem;
    color: #086AD8;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.rainy-mobile-nav__tag {
    margin-left: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    background: #dc2626;
    color: #fff !important;
    border-radius: 4px;
    animation: rainy-tag-blink 1.5s ease-in-out infinite;
}

.rainy-mobile-sub {
    padding: 0.5rem 1rem 1rem !important;
    border-top: none !important;
}

.rainy-mobile-sub li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.rainy-mobile-mega {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.rainy-mobile-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #eef2f7;
    text-decoration: none !important;
    transition: all 0.2s ease;
    position: relative;
}

.rainy-mobile-card:hover {
    background: #fff;
    border-color: rgba(8, 106, 216, 0.25);
    box-shadow: 0 4px 12px rgba(13, 33, 55, 0.08);
}

.rainy-mobile-card__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rainy-mobile-card__icon img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.rainy-mobile-card__title {
    flex: 1;
    min-width: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a365d !important;
    line-height: 1.3;
}

.rainy-mobile-card__desc {
    width: 100%;
    font-size: 0.8rem;
    color: #64748b !important;
    margin-top: 0.2rem;
    padding-left: 56px;
}

.rainy-mobile-card--tag {
    padding-right: 4rem;
}

.rainy-mobile-card--tag::after {
    content: attr(data-tag);
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.rainy-mobile-card--tag[data-tag="POPÜLER"]::after {
    background: #f59e0b;
    color: #0d2137;
}

.rainy-mobile-card--tag[data-tag="YENİ"]::after {
    background: #dc2626;
    color: #fff;
}

.rainy-mobile-card--highlight {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
    text-align: center;
}

.rainy-mobile-card--highlight .rainy-mobile-card__desc {
    display: none;
}

.rainy-mobile-card--highlight .rainy-mobile-card__title {
    padding-left: 0;
    font-size: 0.9rem;
}

.rainy-mobile-card--blue {
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    border-color: rgba(8, 106, 216, 0.2);
}

.rainy-mobile-card--green {
    background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: rgba(5, 150, 105, 0.2);
}

.rainy-mobile-card--teal {
    background: linear-gradient(180deg, #ecfeff 0%, #cffafe 100%);
    border-color: rgba(6, 182, 212, 0.2);
}

.rainy-mobile-card__check {
    color: #086AD8;
    font-size: 0.9rem;
}

.rainy-mobile-card--green .rainy-mobile-card__check { color: #059669; }
.rainy-mobile-card--teal .rainy-mobile-card__check { color: #0891b2; }

.rainy-mobile-card__btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.rainy-mobile-card--blue .rainy-mobile-card__btn {
    background: #086AD8;
    color: #fff !important;
}

.rainy-mobile-card--green .rainy-mobile-card__btn {
    background: #059669;
    color: #fff !important;
}

.rainy-mobile-card--teal .rainy-mobile-card__btn {
    background: #0891b2;
    color: #fff !important;
}

.rainy-mobile-card--highlight .rainy-mobile-card__btn:hover {
    opacity: 0.9;
}

.rainy-mobile-mega--simple {
    gap: 0.35rem;
}

.rainy-mobile-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    color: #475569 !important;
    text-decoration: none !important;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease;
}

.rainy-mobile-link:hover {
    background: #f1f5f9;
    color: #086AD8 !important;
}

.rainy-mobile-link i {
    font-size: 0.7rem;
    color: #94a3b8;
}

.rainy-mobile-nav__btn--secondary {
    background: #0d2137 !important;
    color: #fff !important;
}

.rainy-mobile-nav__btn--secondary,
.rainy-mobile-nav__btn--secondary i {
    color: #fff !important;
}

.rainy-mobile-nav__btn--secondary:hover {
    background: #1a365d !important;
    color: #fff !important;
}

.rainy-mobile-nav__btn--secondary:hover,
.rainy-mobile-nav__btn--secondary:hover i {
    color: #fff !important;
}

.rainy-mobile-nav__actions .rainy-mobile-nav__btn {
    margin-bottom: 0.5rem;
}

.rainy-mobile-nav__actions .rainy-mobile-nav__btn:last-child {
    margin-bottom: 0;
}
