/*
Theme Name: TeeTeel Design Hub Theme
Theme URI: https://teeteeldesignhub.com
Author: TeeTeel Team
Description: Light Gray & Soft Glass Theme with Exact Brand Color #F74625
Version: 2.4.0
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    overflow-x: hidden;
    background-color: #f4f5f7; /* خاکستری بسیار روشن و ملایم (روشن اما نه سفید خالص و زننده) */
}

/* پترن کلمات پس‌زمینه با رنگ برند شما روی زمینه روشن */
.typography-bg-pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    opacity: 0.13; /* محو بودن ملایم کلمات در پس‌زمینه */
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='700' viewBox='0 0 1200 700'%3E%3Ctext x='100' y='180' fill='%23F74625' font-family='Arial Black, Impact, sans-serif' font-size='110' font-weight='900' letter-spacing='-2'%3EWEBSITE%3C/text%3E%3Ctext x='720' y='140' fill='%23444444' font-family='Arial Black, Impact, sans-serif' font-size='75' font-weight='900'%3ESEO%3C/text%3E%3Ctext x='50' y='520' fill='%23555555' font-family='Arial Black, sans-serif' font-size='85' font-weight='900' transform='rotate(-5 50 520)'%3EMARKETING%3C/text%3E%3Ctext x='600' y='600' fill='%23F74625' font-family='Arial Black, sans-serif' font-size='95' font-weight='900' transform='rotate(3 600 600)'%3EADVERTISING%3C/text%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='500' viewBox='0 0 900 500'%3E%3Ctext x='450' y='80' fill='%23666666' font-family='Arial Black, sans-serif' font-size='40' font-weight='900'%3EOPTIMIZE%3C/text%3E%3Ctext x='80' y='320' fill='%23F74625' font-family='Arial Black, sans-serif' font-size='45' font-weight='900' transform='rotate(-90 80 320)'%3EDIRECT%3C/text%3E%3Ctext x='350' y='280' fill='%23333333' font-family='Arial Black, sans-serif' font-size='50' font-weight='900'%3ECONTENT%3C/text%3E%3Ctext x='650' y='420' fill='%23F74625' font-family='Arial Black, sans-serif' font-size='35' font-weight='900'%3ETARGET%3C/text%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 100% auto, 65% auto;
    background-position: 0 0, 40px 40px;
    pointer-events: none;
}

.coming-soon-wrapper {
    width: 100%;
    max-width: 860px;
    min-height: 90vh;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

/* Header */
.brand-header {
    text-align: center;
    margin-bottom: 20px;
}

.brand-logo-transparent {
    width: 210px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.06));
}

.tagline {
    font-size: 13px;
    color: #F74625; /* رنگ برند شما */
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

/* Glass Box for Light Background */
.content-glass-box {
    background: rgba(255, 255, 255, 0.82); /* سفیدی شیشه‌ای ملایم */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 45px 35px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin: 20px 0;
}

.status-badge {
    background: rgba(247, 70, 37, 0.07);
    color: #F74625;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid rgba(247, 70, 37, 0.18);
    display: inline-block;
    margin-bottom: 22px;
}

.content-glass-box h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.desc-text {
    font-size: 15px;
    color: #4b5563;
    max-width: 680px;
    margin: 0 auto 35px auto;
    line-height: 1.7;
}

.waiting-box p {
    font-size: 14px;
    color: #F74625;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.cs-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    width: 100%;
    text-align: center;
}

.cs-footer p {
    color: #6b7280;
    font-size: 12px;
}

.cs-footer p span {
    color: #111111;
    font-weight: 600;
}

@media (max-width: 768px) {
    .content-glass-box { padding: 35px 20px; }
    .content-glass-box h1 { font-size: 24px; }
    .typography-bg-pattern { opacity: 0.09; background-size: 150% auto; }
}