:root{
  --navy:#0b2b44;
  --teal:#0e6b8a;
  --pink:#e31c5f;
  --pink2:#ff4b7d;
  --ink:#1b2430;
  --muted:#5b6775;
  --line:#e6eef3;
  --bg:#f4f7fa;
  --wa:#25d366;
  --shadow:0 12px 30px rgba(11,43,68,.12);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Georgia,"Times New Roman",serif}
button,input,textarea,select,a,.grid,.hero-points,.steps,.head-cta,.cta-pink,.wa,.sub,.lead,.foot{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font:inherit}
.inner{width:min(1120px,calc(100% - 32px));margin:0 auto}

.site-head{position:sticky;top:0;z-index:20;background:#fff;border-bottom:3px solid var(--pink);box-shadow:0 2px 10px rgba(0,0,0,.04)}
.site-head .inner{display:flex;align-items:center;justify-content:flex-start;gap:18px;height:58px}
.brand{display:flex;align-items:center;line-height:0}
.brand img{height:44px;width:auto;object-fit:contain}
.head-cta,.cta-pink{border:0;background:var(--pink);color:#fff;font-weight:800;padding:11px 18px;border-radius:4px;cursor:pointer;letter-spacing:.02em}
.head-cta:hover,.cta-pink:hover{background:var(--pink2)}

.hero{position:relative;min-height:78vh;display:flex;align-items:center;overflow:hidden;color:#fff;background:#082032}
.hero .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero .veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,32,50,.78) 0%,rgba(8,32,50,.42) 55%,rgba(8,32,50,.18) 100%)}
.hero-copy{position:relative;z-index:2;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:70px 0}
.hero-copy h1{margin:0;font-size:clamp(34px,6vw,64px);line-height:1.08;font-weight:700;max-width:16ch}
.hero-copy p{margin:14px 0 22px;font-size:18px;max-width:36ch;color:#e8eef3;font-family:Inter,system-ui,sans-serif}
.hero-copy .cta-pink{font-size:16px;padding:14px 22px}
.hero-points{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:8px}
.hero-points li{position:relative;padding-left:26px;font-size:14px;color:#f3f6f8}
.hero-points li:before{content:"";position:absolute;left:0;top:3px;width:16px;height:16px;border-radius:50%;background:var(--pink) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='white' d='M6.3 11.2 3.5 8.4l1.1-1.1 1.7 1.7 4.1-4.2 1.1 1.1z'/></svg>") center/12px no-repeat}

.band{padding:56px 0 64px;background:#fff}
.band h2,.why h2{margin:0 0 8px;font-size:clamp(26px,4vw,40px)}
.lead{margin:0 0 28px;color:var(--muted);max-width:52ch}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;cursor:pointer;box-shadow:0 6px 18px rgba(11,43,68,.06);transition:transform .15s ease,box-shadow .15s}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.card .ava{aspect-ratio:1;background:#eee}
.card .ava img{width:100%;height:100%;object-fit:cover}
.card .bd{padding:10px 12px 14px}
.card .nm{font-weight:800;font-size:15px}
.card .meta{font-size:12px;color:var(--muted);margin-top:3px}
.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e;margin-right:5px}
.dot.off{background:#9ca3af}
.more-wrap{display:flex;justify-content:center;margin:28px 0 4px}
.more-btn{min-width:180px;font-size:16px;padding:13px 28px}

.why{padding:20px 0 64px;background:#f7fbfd}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.steps article{background:#fff;border-radius:10px;padding:22px 20px 24px;border:1px solid var(--line)}
.steps span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--pink);color:#fff;font-weight:800;margin-bottom:10px}
.steps h3{margin:0 0 8px;font-size:18px}
.steps p{margin:0;color:var(--muted);line-height:1.5}

.love-banner{position:relative;min-height:340px;display:flex;align-items:center;overflow:hidden;color:#fff}
.love-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.love-banner:after{content:"";position:absolute;inset:0;background:rgba(8,32,50,.55)}
.love-copy{position:relative;z-index:1;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:48px 0}
.love-copy h2{margin:0 0 8px;font-size:clamp(28px,4vw,44px)}
.love-copy p{margin:0 0 18px;font-family:Inter,system-ui,sans-serif}

.foot{background:var(--navy);color:#c9d6e0;padding:28px 0}
.foot-logo{height:36px;width:auto;margin-bottom:10px;background:#fff;border-radius:6px;padding:4px 8px}
.foot p{margin:0;font-size:13px}

.profile-page{max-width:560px;margin:0 auto;background:#fff;min-height:100vh}
.back{margin:12px 12px 0;border:0;background:transparent;color:var(--teal);font-weight:700;cursor:pointer}
.gallery{position:relative;background:#111}
.gallery img{width:100%;height:min(70vw,520px);object-fit:cover}
.gallery .nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border:0;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;cursor:pointer}
.gallery .prev{left:10px}
.gallery .next{right:10px}
.dots{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:6px}
.dots i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.4)}
.dots i.on{background:#fff}
.info{padding:18px 18px 40px}
.info h1{margin:0;font-size:28px}
.info .sub{color:var(--muted);margin:6px 0 14px}
.info .bio{line-height:1.6;margin:0 0 18px}
.contacts{display:grid;gap:14px;margin-top:6px}
.app-btn{display:flex;align-items:center;gap:16px;min-height:84px;padding:12px 20px;border-radius:22px;text-decoration:none;box-shadow:0 8px 20px rgba(16,24,40,.08);transition:transform .15s ease,box-shadow .15s}
.app-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(16,24,40,.12)}
.app-btn.tg{background:#54bceb;color:#111}
.app-btn.wa{background:#f6f1e8;color:#25d366}
.app-ico{width:56px;height:56px;flex:0 0 56px;display:flex;align-items:center;justify-content:center}
.app-ico svg{width:56px;height:56px;display:block}
.app-name{font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1}
.app-btn.hidden{display:none!important}
.gallery{cursor:pointer}
.hidden{display:none!important}

.admin{max-width:980px;margin:0 auto;padding:24px 16px 60px;font-family:Inter,system-ui,sans-serif}
.admin h1{margin:0 0 6px}
.login{max-width:360px;margin:12vh auto;background:#fff;padding:28px;border-radius:16px;box-shadow:var(--shadow);font-family:Inter,system-ui,sans-serif}
.login input,.form input,.form textarea,.form select{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:10px;margin:6px 0 12px}
.btn{border:0;background:#111;color:#fff;padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:700}
.btn.ghost{background:#fff;color:#111;border:1px solid var(--line)}
.btn.danger{background:#dc2626}
.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:16px}
.item{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}
.item img{width:100%;height:180px;object-fit:cover}
.item .bd{padding:12px}
.item-ops{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
.item-ops button,.item-ops a{font-size:12px;padding:4px 8px;border-radius:8px;border:1px solid var(--line);background:#fff;cursor:pointer;color:#111;text-decoration:none;font-weight:600}
.item.is-hidden{opacity:.58}
.item.is-hidden img{filter:grayscale(.45)}
.vis-count{font-size:13px;color:#6b7280;margin-top:8px;font-weight:600}
.list-filter{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}
.list-filter button.on{background:#111;color:#fff;border-color:#111}
.item-ops .hide-btn{background:#111;color:#fff;border-color:#111}
.item-ops .show-btn{background:#16a34a;color:#fff;border-color:#16a34a}
.admin-jump{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.admin-jump a{display:inline-block;padding:6px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:13px;font-weight:600}
.form{background:#fff;padding:16px;border-radius:14px;box-shadow:var(--shadow);margin-top:16px}
.stat-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.stat-cards div{background:#f7fbfd;border:1px solid var(--line);border-radius:10px;padding:12px 10px;text-align:center}
.stat-cards b{display:block;font-size:22px}
.stat-cards span{font-size:12px;color:#6b7280}
.stat-table-wrap{overflow:auto;max-height:280px;border:1px solid var(--line);border-radius:10px}
.stat-table{width:100%;border-collapse:collapse;font-size:13px}
.stat-table th,.stat-table td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}
.stat-table th{background:#f7fbfd;position:sticky;top:0}
@media (max-width:800px){.stat-cards{grid-template-columns:repeat(2,1fr)}}
.contact-admin{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:8px 0 16px}
.contact-admin img{width:100%;height:auto;border-radius:12px;margin-bottom:8px;background:#f6f6f6}
.contact-tag{display:inline-block;font-size:11px;padding:2px 6px;border-radius:4px;margin-right:4px}
.contact-tag.tg{background:#d7f0fb;color:#0b6e99}
.contact-tag.wa{background:#d9f7e4;color:#128c7e}
.photos-edit{display:flex;gap:8px;flex-wrap:wrap}
.photos-edit .ph{position:relative;width:84px;height:84px;border-radius:10px;overflow:hidden}
.photos-edit .ph img{width:100%;height:100%;object-fit:cover}
.photos-edit .ph button{position:absolute;right:4px;top:4px;border:0;background:#000;color:#fff;border-radius:50%;width:20px;height:20px;cursor:pointer}

.gate{position:fixed;inset:0;z-index:80;background:rgba(8,32,50,.62);display:flex;align-items:center;justify-content:center;padding:20px}
.gate-box{width:min(420px,100%);background:#fff;border-radius:16px;padding:28px 24px 22px;text-align:center;box-shadow:var(--shadow)}
.gate-box p{margin:0 0 18px;font-size:20px;font-weight:700;color:#1b2430;font-family:Inter,system-ui,sans-serif}
.gate-box .cta-pink{min-width:120px}
.btn.tiny{padding:6px 10px;font-size:12px;border-radius:8px}
.stat-table td.wrap{white-space:normal;max-width:220px}
.tag-white{display:inline-block;font-size:11px;padding:1px 6px;border-radius:4px;background:#dcfce7;color:#166534;margin-left:6px}
.lang-bar{display:flex;justify-content:flex-end;padding:12px 16px 0;font-family:Inter,system-ui,sans-serif}
.lang-switch{display:inline-flex;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}
.lang-switch button{border:0;background:transparent;padding:8px 14px;cursor:pointer;font-weight:700;color:#5b6775}
.lang-switch button.on{background:#111;color:#fff}

@media (max-width:900px){
  .grid{grid-template-columns:repeat(3,1fr)}
  .steps{grid-template-columns:1fr}
  .hero{min-height:70vh}
}
@media (max-width:640px){
  .grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .site-head .inner{height:52px;gap:12px}
  .brand img{height:38px}
  .head-cta{padding:8px 14px;font-size:14px}
  .hero-copy{padding:48px 0 40px}
  .contact-admin{grid-template-columns:1fr}
}
