/* Sky Blue + Instalook (dark glassy) Theme */
:root{
  --bg:hsl(215 40% 8%);
  --bg-2:hsl(215 35% 12%);
  --fg:hsl(210 40% 98%);
  --card:#fff;
  --muted-fg:hsl(215 25% 70%);
  --primary:hsl(200 95% 55%);
  --primary-deep:hsl(215 90% 55%);
  --primary-glow:hsl(195 100% 70%);
  --border:hsl(215 30% 22%);
  --grad-sky:linear-gradient(135deg,hsl(200 100% 60%),hsl(195 100% 70%),hsl(215 90% 60%));
  --grad-cta:linear-gradient(135deg,hsl(200 95% 55%),hsl(195 100% 65%),hsl(215 90% 60%));
  --grad-ig:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
  --shadow-card:0 10px 40px -10px hsl(215 80% 5% / .6);
  --shadow-sky:0 20px 60px -15px hsl(200 95% 50% / .5);
  --shadow-cta:0 18px 50px -10px hsl(200 95% 50% / .7);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:var(--bg);color:var(--fg);overflow-x:hidden;line-height:1.5}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}

.gradient-text{background:var(--grad-cta);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.h-section{font-size:clamp(32px,5vw,52px);font-weight:900;margin-bottom:14px;color:#fff}

/* ================ HERO with BG image (Instalook) ================ */
.hero-bg{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.bg-layer{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;filter:saturate(1.1);z-index:0}
.hero-bg::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,hsl(200 100% 60% / .25),transparent 50%),radial-gradient(circle at 80% 90%,hsl(280 80% 50% / .2),transparent 50%);z-index:1;pointer-events:none}
.hero-inner{position:relative;z-index:2;max-width:680px;width:100%;padding:60px 20px;text-align:center}

/* Profile header */
.profile-head{margin-bottom:32px}
.avatar-ring{width:120px;height:120px;margin:0 auto 16px;padding:4px;border-radius:50%;background:var(--grad-ig);box-shadow:0 12px 40px -10px hsl(330 80% 50% / .6)}
.avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid hsl(215 40% 8%)}
.handle-big{font-size:18px;font-weight:700;color:#fff;opacity:.95;margin-bottom:6px;letter-spacing:.02em}
.name-big{font-size:clamp(36px,7vw,64px);font-weight:900;color:#fff;line-height:1.05;letter-spacing:-.02em;margin-bottom:10px;text-shadow:0 4px 30px hsl(215 80% 5% / .6)}
.tagline-light{font-size:clamp(15px,2vw,18px);color:hsl(0 0% 100% / .85);max-width:520px;margin:0 auto 8px;font-weight:500}

/* Photo strip — UPAR, just under profile */
.photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:24px 0 28px;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-card)}
@media(min-width:600px){.photo-strip{grid-template-columns:repeat(6,1fr);gap:6px}}
.ps-tile{aspect-ratio:1;overflow:hidden;background:hsl(215 30% 15%);position:relative}
.ps-tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.ps-tile:hover img{transform:scale(1.1)}

/* Stats pills */
.stats-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:0 0 28px}
.stat-pill{background:hsl(0 0% 100% / .12);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsl(0 0% 100% / .18);padding:14px 22px;border-radius:18px;min-width:100px;transition:transform .3s,background .3s}
.stat-pill:hover{transform:translateY(-4px);background:hsl(0 0% 100% / .2)}
.stat-pill .num{font-size:clamp(20px,2.6vw,26px);font-weight:900;color:#fff}
.stat-pill .lbl{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:hsl(0 0% 100% / .8);font-weight:700;margin-top:2px}

/* CTA */
.cta-glow{display:inline-flex;align-items:center;gap:10px;padding:18px 38px;border-radius:999px;background:var(--grad-ig);color:#fff;font-weight:800;font-size:17px;border:none;cursor:pointer;box-shadow:var(--shadow-cta);transition:transform .3s,box-shadow .3s}
.cta-glow:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 28px 70px -10px hsl(330 80% 50% / .8)}
.subnote-light{margin-top:18px;font-size:14px;color:hsl(0 0% 100% / .85)}
.subnote-light b{color:#fff}

/* Sections */
.block-dark{padding:80px 16px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 100%)}
.section-title{text-align:center;margin-bottom:40px}
.section-title p{color:var(--muted-fg);font-weight:500;font-size:17px}
.about{max-width:720px;margin:0 auto;text-align:center}
.about p{font-size:clamp(15px,2vw,18px);color:var(--muted-fg);font-weight:500;line-height:1.7}
.about .spark{font-size:40px;margin-bottom:8px}

/* ============ REELS / Videos ============ */
.reels-grid{display:grid;grid-template-columns:1fr;gap:18px;max-width:1000px;margin:0 auto}
@media(min-width:700px){.reels-grid{grid-template-columns:repeat(3,1fr)}}
.reel-card{background:hsl(215 35% 14%);border-radius:22px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-card);transition:transform .4s}
.reel-card:hover{transform:translateY(-6px)}
.reel-card video{width:100%;aspect-ratio:9/16;object-fit:cover;display:block;background:#000}
.reel-placeholder{width:100%;aspect-ratio:9/16;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(215 50% 20%),hsl(200 60% 25%));color:hsl(0 0% 100% / .8)}
.play-ico{width:64px;height:64px;border-radius:50%;background:hsl(0 0% 100% / .15);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:12px;border:2px solid hsl(0 0% 100% / .25)}
.ph-text{font-size:13px;font-weight:600;letter-spacing:.05em}
.reel-cap{padding:14px 16px;font-weight:700;color:#fff;font-size:14px}

/* Gallery (full) */
.gallery{padding:80px 16px;background:var(--bg-2)}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:1100px;margin:0 auto}
@media(min-width:768px){.grid{grid-template-columns:repeat(3,1fr);gap:20px}}
.tile{position:relative;aspect-ratio:1;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-card);transition:transform .5s,box-shadow .5s;display:block;background:hsl(215 30% 15%)}
.tile:hover{transform:scale(1.04);box-shadow:var(--shadow-sky)}
.tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.tile:hover img{transform:scale(1.1)}
.tile .overlay{position:absolute;inset:0;background:linear-gradient(to top,hsl(215 90% 8% / .9),transparent 60%);opacity:0;display:flex;align-items:flex-end;padding:18px;color:#fff;transition:opacity .4s}
.tile:hover .overlay{opacity:1}
.tile .meta{display:flex;gap:14px;font-size:13px;font-weight:700;margin-bottom:6px}
.tile .cap{font-size:14px;font-weight:600}

.final-cta{min-height:auto}

footer{padding:30px 16px;background:hsl(215 60% 6%);color:#fff;text-align:center;font-size:14px;font-weight:500;opacity:.95}

/* ============ ADMIN ============ */
.admin-wrap{max-width:1100px;margin:40px auto;padding:0 16px;color:hsl(215 40% 18%)}
body:has(.admin-wrap),body:has(.admin-login){background:hsl(200 100% 97%);color:hsl(215 60% 15%)}
.admin-card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 10px 40px -10px hsl(215 60% 30% / .15);border:1px solid hsl(200 60% 88%)}
.admin-login{max-width:420px;margin:80px auto;padding:0 16px}
h1.admin-h{font-size:26px;font-weight:900;margin-bottom:20px;display:flex;align-items:center;gap:10px;color:hsl(215 60% 15%)}
.field{margin-bottom:14px}
.field label{display:block;font-weight:700;font-size:13px;margin-bottom:6px;color:hsl(215 50% 20%)}
.field input,.field textarea{width:100%;padding:10px 14px;border:1px solid hsl(200 60% 88%);border-radius:12px;font-size:15px;font-family:inherit;background:#fff;color:hsl(215 60% 15%)}
.field textarea{min-height:80px;resize:vertical}
.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:12px;background:var(--primary);color:#fff;border:none;cursor:pointer;font-weight:700;font-size:14px;text-decoration:none}
.btn:hover{filter:brightness(1.1)}
.btn.outline{background:#fff;color:hsl(215 60% 15%);border:1px solid hsl(200 60% 88%)}
.btn.danger{background:hsl(0 84% 60%)}
.btn.small{padding:6px 12px;font-size:13px}
.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.acc-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid hsl(200 60% 88%)}
.acc-tab{padding:8px 16px;border-radius:999px;background:hsl(200 80% 92%);font-weight:700;font-size:14px;cursor:pointer;border:2px solid transparent;color:hsl(215 60% 20%)}
.acc-tab.active{background:var(--primary);color:#fff}
.acc-tab.live{border-color:hsl(45 100% 50%)}
.three{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:600px){.two,.three{grid-template-columns:1fr}}
.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-top:14px}
.photo-item{border:1px solid hsl(200 60% 88%);border-radius:14px;padding:8px;background:#fafdff}
.photo-item img,.photo-item video{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;margin-bottom:6px;background:#000}
.photo-item input{font-size:12px;padding:6px 8px;width:100%;margin-bottom:6px;border:1px solid hsl(200 60% 88%);border-radius:8px}
.flash{padding:12px 16px;border-radius:12px;margin-bottom:18px;font-weight:600}
.flash.ok{background:hsl(140 60% 92%);color:hsl(140 60% 25%)}
.flash.err{background:hsl(0 80% 95%);color:hsl(0 70% 35%)}
.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}

.bg-preview{display:flex;align-items:center;gap:16px;padding:14px;border:1px solid hsl(200 60% 88%);border-radius:14px;background:hsl(200 80% 97%);margin-bottom:14px}
.bg-preview img{width:80px;height:120px;object-fit:cover;border-radius:10px;border:1px solid hsl(200 60% 88%)}
.bg-preview .info{flex:1;font-size:13px;color:hsl(215 25% 45%)}
.section-divider{margin:28px 0 14px;padding-top:18px;border-top:2px dashed hsl(200 60% 88%);font-weight:900;font-size:18px;color:hsl(215 60% 15%)}

/* === Reel hover (clickable) === */
.reel-card{position:relative;text-decoration:none;display:block;cursor:pointer}
.reel-hover{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,hsl(330 80% 50% / .55),hsl(260 80% 50% / .55));color:#fff;opacity:0;transition:opacity .3s;backdrop-filter:blur(4px)}
.reel-card:hover .reel-hover{opacity:1}
.reel-hover-ic{background:hsl(0 0% 100% / .15);border:2px solid #fff;border-radius:50%;padding:14px;display:flex}
.reel-hover-tx{font-weight:800;font-size:15px;letter-spacing:.4px;text-shadow:0 2px 8px rgba(0,0,0,.4)}

/* === iPhone 17 Giveaway Banner === */
.giveaway-wrap{padding:60px 16px;background:linear-gradient(180deg,hsl(215 40% 8%),hsl(215 50% 12%))}
.giveaway-card{position:relative;max-width:880px;margin:0 auto;border-radius:28px;padding:42px 28px;overflow:hidden;background:linear-gradient(135deg,hsl(330 70% 18%) 0%,hsl(265 65% 18%) 50%,hsl(200 75% 18%) 100%);border:1.5px solid hsl(45 90% 60% / .35);box-shadow:0 20px 60px -10px hsl(330 80% 40% / .55),0 0 0 1px hsl(0 0% 100% / .05) inset;text-align:center;color:#fff}
.gw-glow{position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:520px;height:520px;background:radial-gradient(circle,hsl(45 100% 60% / .25) 0%,transparent 60%);pointer-events:none}
.gw-badge{position:relative;display:inline-block;background:linear-gradient(90deg,hsl(45 100% 55%),hsl(15 100% 60%));color:#1a0a00;font-weight:900;font-size:13px;letter-spacing:1.5px;padding:8px 18px;border-radius:999px;margin-bottom:18px;box-shadow:0 6px 20px hsl(35 100% 50% / .4);animation:pulseBadge 1.8s ease-in-out infinite}
@keyframes pulseBadge{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.gw-title{position:relative;font-size:clamp(28px,5vw,46px);font-weight:900;line-height:1.15;margin:0 0 14px;text-shadow:0 4px 20px rgba(0,0,0,.4)}
.gw-shine{background:linear-gradient(90deg,#fff 0%,hsl(45 100% 70%) 25%,#fff 50%,hsl(45 100% 70%) 75%,#fff 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shineMove 3s linear infinite}
@keyframes shineMove{to{background-position:200% center}}
.gw-sub{position:relative;font-size:17px;line-height:1.6;color:hsl(0 0% 100% / .92);max-width:640px;margin:0 auto 22px}
.gw-zero{display:inline-block;background:hsl(140 80% 45%);color:#001a0a;font-weight:900;padding:2px 12px;border-radius:8px;font-size:20px;box-shadow:0 4px 14px hsl(140 80% 40% / .5)}
.gw-steps{position:relative;list-style:none;padding:0;margin:0 auto 26px;max-width:480px;text-align:left;display:flex;flex-direction:column;gap:10px}
.gw-steps li{display:flex;align-items:center;gap:14px;background:hsl(0 0% 100% / .08);padding:12px 16px;border-radius:14px;border:1px solid hsl(0 0% 100% / .12);font-weight:600;font-size:15px}
.gw-steps li span{flex:none;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,hsl(45 100% 55%),hsl(15 100% 60%));color:#1a0a00;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:15px}
.gw-actions{position:relative;display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:16px}
.gw-btn-ig{background:linear-gradient(135deg,hsl(330 85% 55%),hsl(265 85% 55%))!important}
.gw-btn-book{background:linear-gradient(135deg,hsl(140 85% 45%),hsl(170 85% 40%))!important;box-shadow:0 10px 30px hsl(140 80% 40% / .5)!important}
.gw-foot{position:relative;font-size:13px;font-weight:700;color:hsl(45 100% 75%);letter-spacing:.5px;margin-top:6px}
@media(max-width:520px){.giveaway-card{padding:32px 18px}.gw-actions .cta-glow{width:100%;justify-content:center}}
