body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #ffffff;
    text-align: center;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
}

h1 {
    font-size: clamp(22px, 2.4vw, 34px);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

h2 {
    margin-top: 0;
    color: #00c3ff;
}

.box strong {
    display: block;
    margin-bottom: 12px;
    color: #00c3ff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.domain {
    font-size: 50px;
    font-weight: bold;
    color: #00c3ff;
    margin: 15px 0;
    word-break: break-all;
}

.subtitle {
    font-size: 20px;
    margin-bottom: 25px;
    color: #dddddd;
}

.interest-bar {
    display: inline-block;
    margin: 0 auto 20px auto;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.12);
    border: 1px solid rgba(255, 204, 0, 0.35);
    color: #ffe082;
    font-size: 16px;
    line-height: 1.4;
}

.price {
    font-size: 40px;
    color: #ffcc00;
    margin: 20px 0;
    font-weight: bold;
}

.sold {
    font-size: 32px;
    color: #ff5252;
    margin: 25px 0;
}

.reserved {
    font-size: 28px;
    color: #ffa726;
    margin: 25px 0;
}

.urgency {
    font-size: 18px;
    color: #ffb3a7;
    margin-bottom: 30px;
    line-height: 1.5;
}

.button {
    display: inline-block;
    padding: 18px 40px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff5722;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.button:hover {
    background-color: #e64a19;
    transform: scale(1.05);
}

.button-offer {
    background: #00c3ff;
    color: #06202a;
    margin-left: 12px;
}

.button-offer:hover {
    background: #00aee6;
}

.cta-wrap {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.trust-row {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.trust-badge {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #e9f7ff;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 14px;
}

.offer-wrap {
    max-width: 560px;
    margin: 25px auto 0 auto;
    text-align: left;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 18px;
}

.offer-title {
    text-align: center;
    margin: 0 0 12px 0;
    font-size: 18px;
    color: #dddddd;
}

.offer-row {
    margin-top: 10px;
}

.offer-row label {
    display: block;
    margin: 0 0 6px 0;
    font-size: 14px;
    color: #dddddd;
}

.offer-row input,
.offer-row textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 0;
    outline: none;
    font-size: 15px;
    box-sizing: border-box;
}

.offer-note {
    margin-top: 10px;
    font-size: 13px;
    color: #cfcfcf;
    line-height: 1.4;
    text-align: center;
}

.offer-panel {
    display: none;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .25s ease, transform .25s ease;
}

.offer-panel.is-open {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.secondary-link {
    margin-top: 25px;
    display: block;
    color: #cccccc;
    text-decoration: none;
}

.secondary-link:hover {
    text-decoration: underline;
}

.box {
    background-color: rgba(255,255,255,0.08);
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.highlight {
    color: #00c3ff;
    font-weight: bold;
}

.related-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 20px;
}

.related-list li {
    margin: 0;
}

.related-list a {
    display: block;
    color: #00c3ff;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    word-break: break-word;
    transition: 0.2s ease;
}

.related-list a:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.09);
    transform: translateY(-1px);
}

.site-footer {
    background-color: #11151c;
    color: #f1f1f1;
    margin-top: 80px;
    padding-top: 60px;
    font-size: 14px;
    text-align: left;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 40px 20px;
}

.footer-column {
    flex: 1;
    min-width: 220px;
    margin-bottom: 30px;
}

.footer-column h3,
.footer-column h4 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}

.footer-column p,
.footer-column li {
    margin-bottom: 8px;
    color: #cccccc;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column a {
    color: #00c3ff;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #222;
    text-align: center;
    padding: 20px;
    background-color: #0c0f14;
    font-size: 13px;
    color: #aaaaaa;
}

.sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    gap: 10px;
    padding: 12px;
    background: rgba(8, 15, 25, 0.96);
    border-top: 1px solid rgba(255,255,255,0.12);
    z-index: 999;
}

.sticky-buy,
.sticky-offer {
    flex: 1;
    border: 0;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.sticky-buy {
    background: #ff5722;
    color: #fff;
}

.sticky-offer {
    background: #00c3ff;
    color: #06202a;
}

@media (max-width: 900px) {
    .related-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .sticky-cta {
        display: flex;
    }

    body {
        padding-bottom: 84px;
    }

    .domain {
        font-size: 38px;
    }

    .price {
        font-size: 32px;
    }

    .subtitle {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .related-list {
        grid-template-columns: 1fr;
    }
}