:root{
    --atp-gold:#b98a36;
    --atp-gold2:#dfc078;
    --atp-dark:#3f2a1b;
    --atp-ink:#2b2118;
    --atp-muted:#756556;
    --atp-soft:#fffaf3;
    --atp-line:rgba(185,138,54,.18);
    --atp-shadow:0 18px 50px rgba(75,51,34,.08);
}

body{
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
}

body .section{
    position:relative;
}

body .card,
body [class*="card"],
body article,
body figure{
    border-color:var(--atp-line);
}

body .card,
body article.card,
body .package-card,
body .service-card{
    border-radius:24px!important;
    box-shadow:var(--atp-shadow);
    transition:transform .18s ease, box-shadow .18s ease;
}

body .card:hover,
body article.card:hover,
body .package-card:hover,
body .service-card:hover{
    transform:translateY(-2px);
    box-shadow:0 24px 70px rgba(75,51,34,.12);
}

body .heading,
body h1,
body h2{
    letter-spacing:-.02em;
}

body .btn-gold,
body a.btn-gold,
body button.btn-gold{
    background:linear-gradient(135deg,var(--atp-gold),var(--atp-gold2))!important;
    border-radius:999px!important;
    box-shadow:0 12px 28px rgba(185,138,54,.18);
}

body .badge{
    border-radius:999px!important;
    border:1px solid var(--atp-line)!important;
    background:#fffaf3!important;
    color:var(--atp-dark)!important;
}

body img{
    max-width:100%;
}

.at-watermark-wrap{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:inherit;
    line-height:0;
}

.at-watermark-wrap > img{
    display:block;
    width:100%;
}

.at-watermark-wrap.at-watermarked::after{
    content:attr(data-watermark-text);
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    color:#fff;
    font-family:Arial,Tahoma,sans-serif;
    font-weight:900;
    font-size:clamp(18px,3vw,46px);
    letter-spacing:.04em;
    text-shadow:0 2px 12px rgba(0,0,0,.45);
    opacity:var(--at-watermark-opacity,.18);
    pointer-events:none;
    z-index:3;
    transform:rotate(-7deg);
    text-align:center;
    padding:16px;
}

.at-watermark-logo{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    pointer-events:none;
    z-index:2;
    opacity:var(--at-watermark-logo-opacity,.14);
}

.at-watermark-logo img{
    width:min(34%,180px);
    max-height:42%;
    object-fit:contain;
    filter:drop-shadow(0 4px 18px rgba(0,0,0,.22));
}

.at-reels-showcase{
    padding:36px 16px;
    background:
        radial-gradient(circle at 12% 18%,rgba(223,192,120,.22),transparent 35%),
        linear-gradient(180deg,#fffaf3,#fff);
    font-family:Arial,Tahoma,sans-serif;
}

.at-reels-inner{
    width:min(1180px,100%);
    margin:0 auto;
}

.at-reels-head{
    text-align:center;
    max-width:820px;
    margin:0 auto 22px;
}

.at-reels-head span{
    display:inline-flex;
    padding:7px 13px;
    border-radius:999px;
    background:#fff4de;
    color:#8d611f;
    font-weight:900;
    font-size:13px;
    margin-bottom:10px;
}

.at-reels-head h2{
    margin:0;
    color:var(--atp-dark);
    font-size:clamp(26px,3vw,42px);
    font-weight:900;
}

.at-reels-head p{
    margin:10px 0 0;
    color:var(--atp-muted);
    line-height:1.9;
}

.at-reels-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}

.at-reel-card{
    background:#fff;
    border:1px solid var(--atp-line);
    border-radius:26px;
    padding:14px;
    text-decoration:none;
    color:var(--atp-dark);
    box-shadow:var(--atp-shadow);
    display:grid;
    gap:10px;
    transition:.18s ease;
}

.at-reel-card:hover{
    transform:translateY(-3px);
    box-shadow:0 24px 70px rgba(75,51,34,.14);
}

.at-reel-phone{
    aspect-ratio:9/14;
    border-radius:24px;
    background:linear-gradient(135deg,#2b2118,#8d611f);
    padding:10px;
    overflow:hidden;
}

.at-reel-screen{
    height:100%;
    border-radius:20px;
    background:
        radial-gradient(circle at 25% 18%,rgba(255,255,255,.28),transparent 26%),
        linear-gradient(145deg,#3f2a1b,#b98a36);
    display:grid;
    place-items:center;
    color:#fff;
    text-align:center;
}

.at-reel-screen strong{
    font-size:48px;
    line-height:1;
}

.at-reel-screen span{
    display:block;
    font-weight:900;
    opacity:.88;
}

.at-reel-card h3{
    margin:0;
    color:var(--atp-dark);
    font-size:16px;
    font-weight:900;
    line-height:1.5;
}

.at-reel-card small{
    color:#8d611f;
    font-weight:900;
}

.at-reel-tiktok .at-reel-screen{
    background:linear-gradient(145deg,#111,#3f2a1b);
}

.at-reel-youtube .at-reel-screen{
    background:linear-gradient(145deg,#7f1d1d,#b98a36);
}

@media(max-width:1100px){
    .at-reels-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:620px){
    .at-reels-showcase{
        padding:24px 10px;
    }

    .at-reels-grid{
        grid-template-columns:1fr;
    }

    .at-reel-phone{
        aspect-ratio:16/10;
    }
}
