

body {

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;

    margin: 0;
    padding: 0;

    background: #f7f5f2;

    color: #222;
}

.page {
    max-width: 960px;
    margin: 0 auto;
    padding: 4px 4px;
}

.topbar {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
background: rgba(10,10,10,0.92);
backdrop-filter: blur(10px);
    color: white;
    position: sticky;
top: 0;
z-index: 1000;
}

.topbar a {

    color: white;
    text-decoration: none;
    margin-left: 20px;
    opacity: 0.82;
}

.topbar a:hover {
    color: white;
    opacity: 1;
}

.logo a {
    font-weight: bold;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.hero {

    max-width: 680px;

    margin: 70px auto;

    text-align: center;

    padding: 20px;
}

.hero form {

    max-width: 520px;

    margin: 40px auto 0 auto;
}

.hero .button {

    width: 100%;

    margin: 12px 0 0 0;
}

h1 {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -1px;
}

p {
    font-size: 19px;
    line-height: 1.6;
}

a {
    color: #0f766e;
}

a:hover {
    color: #115e59;
}

.buttons {
    margin-top: 40px;
}

.button {

    display: inline-block;

    padding: 14px 24px;
    margin: 10px;
font-size: 15px;
background: #222;
    color: white;
border-radius: 999px;
    text-decoration: none;
    border-radius: 8px;
}

.button:hover {
    background: #222;
    color: white;
    opacity: 0.8;
}



.example {

    margin-top: 60px;

    background: white;
    padding: 30px;

    border-radius: 12px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

th {
    background: #eee;
}

.status-active {
    color: green;
    font-weight: bold;
}

.status-inactive {
    color: red;
    font-weight: bold;
}

input,
button {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    margin-top: 10px;
    box-sizing: border-box;
}

input[type="url"] {

    height: 48px;
}

button.button {

    height: 48px;
}

.cta-button {

    display: block;

    width: 100%;

    max-width: 520px;

    margin: 14px auto 0 auto;

    padding: 14px 24px;

    background: #0f766e;

    color: white;

    text-decoration: none;

    text-align: center;

    border-radius: 8px;

    box-sizing: border-box;
}

.cta-button:hover {

    color: white;

    opacity: 0.9;
}

.message {
    margin-top: 20px;
    padding: 20px;
    background: white;
    border-radius: 10px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.question {
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
}

.bundle-grid {

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

.bundle-card {

    background: white;
    padding: 30px;
    border-radius: 12px;
}

.bundle-count {

    font-size: 36px;
    font-weight: bold;
}

input[type="url"] {

    background: white;

    border: 1px solid #ccc;

    border-radius: 12px;

    font-size: 16px;
}

.footer {

    margin-top: 80px;

    padding: 30px 0;

    border-top: 1px solid #ddd;

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

    justify-content: center;

    align-items: center !important;

    font-size: 14px;

    color: #666;
}

.footer-links a {

    margin-left: 20px;

    color: #666;
}

.footer-credit {

    font-size: 13px;

    opacity: 0.7;
}
