/* ============================================
   Digital Age Anxiety - FE Main CSS
   ============================================ */

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

/* Base Styles */
html {
    /* scroll-behavior: smooth removed — conflicts with custom.js scrollIntoView */
}

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

/* Typography */
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;
}

/* ============================================
   Color Palette & Backgrounds
   ============================================ */

.bg-color-1 {
    background-color: #f0f6ff;
}

.bg-color-2 {
    background-color: #fff;
}

.bg-gradient-1 {
    background: linear-gradient(135deg, #0c1a2e 0%, #1e3a5f 40%, #2563eb 100%);
    color: #fff;
}

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

.bg-banner-1 {
    background: linear-gradient(rgba(12, 26, 46, 0.88), rgba(12, 26, 46, 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, 246, 255, 0.93), rgba(240, 246, 255, 0.93)), url('../images/bgtxt.jpg');
    background-size: cover;
    background-position: center center;
}

.bg-banner-3 {
    background: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), url('../images/bg-02.jpg');
    background-size: cover;
    background-position: center center;
}

.bg-banner-4 {
    background: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), url('../images/bg-03.jpg');
    background-size: cover;
    background-position: center center;
}

.bg-banner-5 {
    background: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), url('../images/bg-04.jpg');
    background-size: cover;
    background-position: center center;
}

.bg-banner-6 {
    background: linear-gradient(rgba(8, 18, 36, 0.88), rgba(8, 18, 36, 0.91)), url('../images/bg-05.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
}

/* ============================================
   Layout Classes
   ============================================ */

.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;
}

.content-default {
    padding: 0 30px;
}

.block-list-default {
    padding: 0 30px;
}

/* ============================================
   Text Styles
   ============================================ */

.text-top {
    color: white;
}

.text-headline {
    color: #93c5fd;
    font-weight: 300;
}

.text-title {
    color: #0c1a2e;
}

.text-gradient {
    color: white;
}

.text-price {
    color: #dc2626;
    font-weight: 700;
}

.text-title-price {
    color: #dc2626;
    margin: 0;
    font-weight: 700;
}

.text-price-top {
    margin-bottom: 0;
}

.text-caution {
    font-weight: 700;
}

/* ============================================
   Card Styles
   ============================================ */

.card-bonus {
    border-radius: 25px;
    background-color: white;
    border: 2px solid #bfdbfe;
    padding: 25px 50px;
    box-shadow: 0 8px 32px rgba(37, 99, 235, 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(37, 99, 235, 0.15);
}

.card-guarantee {
    border: dashed 3px #dc2626;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 15px;
    color: #212121 !important;
}

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

.card-header {
    background-color: #2563eb;
    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;
    color: #212121 !important;
    border: 2px solid #bfdbfe;
    padding: 25px 50px;
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.08);
    text-align: left;
}

/* ============================================
   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 Container
   ============================================ */

.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;
}

/* ============================================
   Image Classes
   ============================================ */

.img-bonus {
    width: 400px;
    height: auto;
}

.img-prop {
    max-width: 200px;
    height: auto;
}

.mw-80 {
    max-width: 80%;
}

/* ============================================
   Button Styles
   ============================================ */

.btn-warning {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    color: white !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(37, 99, 235, 0.35);
}

.btn-warning:hover,
.btn-warning:focus {
    background: linear-gradient(135deg, #1d4ed8, #1e40af) !important;
    color: white !important;
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
}

.btn-warning:active {
    transform: scale(0.98);
}

/* ============================================
   Link & Footer Styles
   ============================================ */

a {
    color: #2563eb;
    transition: color 0.3s ease;
}

a:hover {
    color: #1d4ed8;
}

.one-column a {
    color: #666;
    text-decoration: none;
}

.one-column a:hover {
    color: #2563eb;
    text-decoration: underline;
}

/* ============================================
   Responsive Breakpoints
   ============================================ */

@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; }
}
