body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
}
.container {
    max-width: 960px;
    margin: auto;
    padding: 20px;
}
.advertorial {
    text-align: center;
    margin-top: -20px;
}
header {
    padding: 5px 0 0 0;
}
section {
    padding: 20px 0;
}
footer {
    background-color: lightgray;
    color: grey;
    font-size: small;
    border-radius: 12px;
    padding: 1px 20px;
}
.upper {
    font-size: medium;
}
section.top {
    padding-top: 5px;
    padding-bottom: 20px;
}
h1, h2 {
    color: #0d8f5e;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2.1em;
    margin: 1px 0;
}
.btn {
    display: inline-block;
    background: #0d8f5e;
    color: white;
    font-weight: 600;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px 0;
    font-size: large;
    text-transform: uppercase;
}
.highlight {
    background-color: #f2fdf7;
    padding: 15px;
    border-radius: 8px;
}
blockquote {
    margin: 20px 0;
    padding-left: 15px;
    border-left: 4px solid #0d8f5e;
    font-style: italic;
}
img.responsive {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 15px 0;
}
img.story {
    max-width: 85%;
    height: auto;
    border-radius: 10px;
    margin: 10px 0;
}
img.meet {
    max-width: 75%;
    height: auto;
    border-radius: 10px;
    margin: 10px 0;
}
img.science {
    max-width: 75%;
    height: auto;
    border-radius: 10px;
    margin: 1px 0;
}
img.trustpilot {
    width: 26%;
    height: auto;
    border-radius: 10px;
    margin: 0;
}
h3 {
    margin-top: 0;
}
.meetH2 {
    color: #0d8f5e;
    font-size: xxx-large;
    margin-bottom: 20px;
}
.disclosure {
    text-align: right;
    font-size: x-small;
    float: right;
    margin-top: -22px;
}
.disclosure-container {
    width: 85%;
    margin: 0px auto;
    padding-top: 5px;
}
.trustpilot-widget {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    margin-top: 30px;
}
.trustpilot-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    animation: scrollReviews 140s linear infinite;
}
.trustpilot-widget li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.trustpilot-widget .stars {
    color: #FFD700;
}
@keyframes scrollReviews {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100%); }
}
.logo {
    max-width: 50%;
    margin: 0;
}
.floating-section {
    width: 100%;
    background: lightyellow;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    border: 0.17em dotted black;
    border-radius: 10px;
}
.special {
    color: red;
    text-decoration: underline;
    text-transform: uppercase;
}

.floating-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.floating-image img {
    max-height: 300px;
    width: auto;
    margin-right: 35px;
}

.floating-content {
    flex-grow: 1;
}

.floating-content h2 {
    margin: 0 0 10px;
    font-size: 20px;
}

.floating-content ul {
    margin: 0 0 10px;
    padding-left: 20px;
}

.floating-content ul li {
    font-size: 16px;
    margin-bottom: 5px;
}
.center {
    text-align: center;
}
.black {
    color: black;
}
.green {
    color: #0d8f5e;
}
.cta-button {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(90deg, #d62828, #f94144);
    border: 2px solid #b81d24;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cta-button:hover {
    background: linear-gradient(90deg, #f94144, #d62828);
    border-color: #a3131b;
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    letter-spacing: 0.03em;
}
.blurred-image {
    filter: blur(10px);
    transition: filter 0.5s ease;
}
.blurred-image.clear {
    filter: blur(0);
}
.published {
    font-size: 1em;
}
.trust-container {
    text-align: center;
    max-width: 460px;
}
.order-list {
    list-style-type: none;
    padding-left: 0;
}
.order-list li::before {
    content: "✅ ";
    font-weight: bold;
    margin-right: 5px;
}
.order1-list {
    list-style-type: none;
    padding-left: 0;
}
.order1-list li:nth-child(1)::before {
    content: "✅ ";
    font-weight: bold;
    margin-right: 5px;
}
.order1-list li:nth-child(2)::before {
    content: "🔐 ";
    font-weight: bold;
    margin-right: 5px;
}
.order1-list li:nth-child(3)::before {
    content: "📖 ";
    font-weight: bold;
    margin-right: 5px;
}
.order1-list li:nth-child(4)::before {
    content: "✈️ ";
    font-weight: bold;
    margin-right: 5px;
}
img.signature {
    width: 250px;
    max-width: 65%;
}
.update {
    border: 2px dashed #c30010;
    padding: 5px 10px;
    background-color: #FFB3B3;
    border-radius: 8px;
}
#update {
    padding-bottom: 0;
}
#order {
    padding-top: 0;
}
.pulse-btn {
    cursor: pointer;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.gold-button {
    background: linear-gradient(to right, #f7a223 0%, #fdf736 50%, #f7a223 100%);
    border: 0.12em solid #572e05;
    outline: 0.25em solid #e1eef7;
    color: #a54c14;
    text-shadow: 1px 1px 0 #fbe051, -1px -1px 0 #e9a435;
    font-size: 18px;
    box-shadow: inset 2px 2px 5px #fbe051, inset -2px -2px 5px #e9a435, 0 0 0 0.28em #000;
    display: inline-block;
    margin: 10px 0;
    padding: 14px 28px;
    font-weight: bold;
    border-radius: 18px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    h1, h2, h3 {
        line-height: 1.35;
    }
    h1 {
        font-size: 1.7em;
    }
    h2 {
        font-size: 1.5em;
    }
    .published {
        font-size: 0.9em;
    }
    .meetH2 {
        font-size: 0.975em;
        display: block;
    }
    .logo {
        max-width: 95%;
    }
    section {
        padding: 10px 0;
    }
    img.trustpilot {
        width: 65%;
    }
    footer {
        font-size: x-small;
    }
    .upper {
        font-size: small;
    }
    .floating-container {
        flex-direction: column;
        padding-bottom: 0;
        display: block;
    }
    .floating-image {
        text-align: center;
    }
    .floating-image img {
        margin: 0 0 10px;
        max-height: 325px;
        width: auto;
    }
    .btn {
        font-size: larger;
        text-align: center;
    }
    img.meet, img.story {
        max-width: 95%;
        margin: 5px 0;
    }
    img.science {
        max-width: 100%;
        margin: 5px 0;
    }
    .disclosure {
        margin-top: -18px;
    }
    .disclosure-container {
        width: 95%;
    }
    img.trust {
        max-width: 95%;
    }
    .floating-content ul {
        padding-left: 0;
    }
    .disclosure {
        display: none;
    }
}