@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');

/* scroll-behavior removed — jQuery animate handles scrolling to avoid conflict/pause */

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #212121;
    background-color: #fff;
}

h1 { font-size: 3rem; font-weight: 700; margin-bottom: 20px; }
h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 20px; }
h3 { font-size: 2rem; font-weight: 700; margin-bottom: 15px; }
h4 { font-size: 1.5rem; font-weight: 700; margin-bottom: 15px; }
h5 { font-size: 1.25rem; font-weight: 700; }
h6 { font-size: 1rem; font-weight: 700; }
p { margin-bottom: 15px; }

/* TMOS Color Backgrounds */
.bg-color-1 { background-color: #e8f0f8; }
.bg-color-2 { background-color: #fff; }
.bg-gradient-1 {
    background: linear-gradient(135deg, #0a1628 0%, #0d1b3e 30%, #1a3a6e 60%, #2d5ea0 100%);
    color: #fff;
}

/* Background Images with Navy Overlays */
.bg-img { background-repeat: no-repeat; }

.bg-banner-1 {
    background: linear-gradient(rgba(10, 22, 40, 0.88), rgba(10, 22, 40, 0.90)), url('../images/bg-01.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    color: #fff;
}
.bg-banner-2 {
    background: linear-gradient(rgba(240, 244, 255, 0.92), rgba(240, 244, 255, 0.92)), url('../images/bgtxt.jpg');
    background-size: cover;
    background-position: center center;
}
.bg-banner-3 {
    background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url('../images/bg-02.jpg');
    background-size: cover;
    background-position: center center;
}
.bg-banner-4 {
    background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url('../images/bg-03.jpg');
    background-size: cover;
    background-position: center center;
}
.bg-banner-5 {
    background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url('../images/bg-02.jpg');
    background-size: cover;
    background-position: center center;
}
.bg-banner-6 {
    background: linear-gradient(rgba(10, 22, 40, 0.85), rgba(10, 22, 40, 0.88)), url('../images/bg-05.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
}

/* Layout */
.block-spacer { padding-top: 50px; padding-bottom: 50px; }
.block-spacer-gradient { padding-top: 40px; padding-bottom: 20px; }
.middle-width { max-width: 800px; margin: 0 auto; }
.middle-gradient { max-width: 1200px; margin: 0 auto; }
.middle-new-width { display: flex; flex-wrap: wrap; justify-content: center; max-width: 800px; margin: 0 auto; }
.content-default { padding: 0 30px; }
.block-list-default { padding: 0 30px; }

/* Text Styles */
.text-top { color: white; }
.text-headline { color: #a8c4e8; font-weight: 300; }
.text-title { color: #212121; }
.text-gradient { color: white; }
.text-price { color: #c0392b; font-weight: 700; }
.text-title-price { color: #c0392b; margin: 0; font-weight: 700; }
.text-price-top { margin-bottom: 0; }
.text-caution { font-weight: 700; }
.text-subtitle { color: #212121; font-weight: 400; font-size: 1.3rem; margin-top: -10px; margin-bottom: 25px; }

/* Cards */
.card-bonus {
    border-radius: 25px;
    background-color: white;
    border: 2px solid #333;
    padding: 25px 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-bonus:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12); }

.card-guarantee {
    border: dashed 3px #c0392b;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 15px;
}

.card-small {
    border-radius: 100px;
    text-align: center;
    max-width: 700px;
    background-color: #0d1b3e !important;
    padding: 30px;
    margin: 0 auto;
}

.card-header {
    background-color: #4a7fc1;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    font-weight: 700;
    margin-top: -50px;
    font-size: 0.9rem;
}

.card-last {
    border-radius: 25px;
    background-color: white;
    border: 2px solid #333;
    padding: 25px 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    text-align: left;
    color: #212121 !important;
}
.card-last p { color: #212121 !important; }

/* List Styles */
ul.custom1 { list-style-image: url('../images/12.png'); padding-left: 40px; }
ul.custom1 li { margin-bottom: 15px; line-height: 1.6; padding-bottom: 1rem; }
ul.custom1 li span { position: relative; top: -8px; }
ul.custom2 { list-style-image: url('../images/11.png'); padding-left: 40px; }
ul.custom2 li { margin-bottom: 15px; line-height: 1.6; padding-bottom: 1rem; }
ul.custom2 li span { position: relative; top: -8px; }

/* Embed */
.embed-container {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 20px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: 10px;
}

/* Images */
.img-bonus { width: 400px; height: auto; display: block; margin-left: auto; margin-right: auto; }
.img-prop { max-width: 200px; height: auto; }
.mw-80 { max-width: 80%; }

/* Buttons - TMOS golden yellow on navy */
.btn-warning {
    background: linear-gradient(135deg, #f5c400, #e0ac00) !important;
    color: #0d1b3e !important;
    border: none !important;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 196, 0, 0.35);
}
.btn-warning:hover, .btn-warning:focus {
    background: linear-gradient(135deg, #ffd020, #f5c400) !important;
    color: #0d1b3e !important;
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(245, 196, 0, 0.5);
}
.btn-warning:active { transform: scale(0.98); }

/* Links & Footer */
a { color: #4a7fc1; transition: color 0.3s ease; }
a:hover { color: #2d5ea0; }
.one-column a { color: #666; text-decoration: none; }
.one-column a:hover { color: #4a7fc1; text-decoration: underline; }

/* Responsive */
@media (max-width: 968px) { h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } h3 { font-size: 1.5rem; } body { font-size: 18px; } .img-bonus { width: auto; } .card-bonus { padding: 20px 30px; } }
@media (max-width: 790px) { h1 { font-size: 2.2rem; } h2 { font-size: 1.8rem; } h3 { font-size: 1.3rem; } body { font-size: 17px; } .card-bonus { padding: 15px 25px; } }
@media (max-width: 767px) { h1 { font-size: 2rem; } h2 { font-size: 1.6rem; } h3 { font-size: 1.2rem; } h4 { font-size: 1.2rem; font-weight: 400; } body { font-size: 16px; } .block-spacer { padding-top: 30px; padding-bottom: 30px; } .content-default { padding: 0 20px; } .card-bonus { padding: 10px 20px; margin-bottom: 20px; } .card-guarantee { padding: 30px 20px; } .img-bonus { width: auto; max-width: 100%; } }
@media (max-width: 480px) { h1 { font-size: 1.7rem; } h2 { font-size: 1.4rem; } h3 { font-size: 1.1rem; } h4 { font-size: 1rem; } body { font-size: 15px; line-height: 1.4; } .block-spacer { padding-top: 20px; padding-bottom: 20px; } .block-spacer-gradient { padding-top: 25px; padding-bottom: 15px; } .content-default { padding: 0 15px; } .card-bonus { padding: 12px 15px; border-radius: 15px; } .card-guarantee { padding: 20px 15px; } .card-header { margin-top: -30px; padding: 8px 15px; } .img-bonus { width: auto; max-width: 100%; } .img-prop { max-width: 150px; } ul.custom1, ul.custom2 { padding-left: 30px; } }
