
:root {
  --bg: #0b0b10;
  --panel: #13131b;
  --soft: rgba(255,255,255,.08);
  --text: #f6f6f8;
  --muted: #b4b4c2;
  --accent: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; font-family: Inter, system-ui, sans-serif; color: var(--text); background: linear-gradient(180deg, #07070a 0%, #0d0d13 100%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display:block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); background: rgba(8,8,12,.72); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav { min-height: 78px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:14px; }
.brand-mark { width:48px; height:48px; border-radius:16px; display:grid; place-items:center; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); font-weight:800; }
.brand small { display:block; color: var(--muted); margin-top:3px; }
nav { display:flex; gap:22px; color: var(--muted); }
nav a:hover { color: var(--text); }
.hero { padding: 84px 0 42px; }
.hero-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap:42px; align-items:center; }
.eyebrow { letter-spacing:.28em; text-transform:uppercase; font-size:.76rem; color:#a9a9b8; margin:0 0 12px; }
h1,h2,h3 { margin:0; line-height:1.08; }
h1 { font-size: clamp(2.4rem, 5vw, 4.3rem); max-width: 12ch; }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { font-size:1.15rem; }
.lead, .section-head p, .card p, .contact-card p, .seo-copy p, .faq-item p, .profile-copy p { color: var(--muted); line-height:1.72; }
.cta-row { display:flex; flex-wrap:wrap; gap:14px; margin-top:28px; }
.btn { border-radius:16px; padding:14px 20px; font-weight:600; border:1px solid rgba(255,255,255,.12); transition: transform .2s ease, background .2s ease; display:inline-flex; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background:#fff; color:#111; }
.btn-secondary { background: rgba(255,255,255,.04); }
.hero-cards { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.hero-card { border-radius:28px; min-height:320px; object-fit:cover; box-shadow: 0 24px 60px rgba(0,0,0,.32); border:1px solid rgba(255,255,255,.08); }
.hero-card-b { margin-top:54px; }
.section { padding: 42px 0 24px; }
.section-head { margin-bottom:24px; max-width:760px; }
.feature-grid, .contact-grid, .seo-grid, .profile-grid { display:grid; gap:18px; }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.seo-grid, .profile-grid { grid-template-columns: 1.2fr .8fr; align-items:start; }
.card { background: var(--panel); border:1px solid rgba(255,255,255,.08); border-radius:24px; padding:22px; box-shadow:0 12px 32px rgba(0,0,0,.18); }
.model-list, .profile-stats, .internal-links { display:flex; flex-wrap:wrap; gap:12px; }
.pill, .stat { padding:12px 16px; border-radius:999px; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); }
.gallery-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; }
.gallery-item { background: var(--panel); border:1px solid rgba(255,255,255,.08); border-radius:24px; overflow:hidden; cursor:pointer; transition: transform .22s ease, border-color .22s ease; }
.gallery-item:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.18); }
.gallery-item img { width:100%; aspect-ratio:4 / 5; object-fit:cover; }
.gallery-meta { padding:14px 14px 16px; }
.gallery-meta strong { display:block; margin-bottom:4px; }
.gallery-meta span { color: var(--muted); font-size:.95rem; }
.contact-grid { grid-template-columns: 1fr 1fr; align-items:start; }
.contact-card { display:grid; gap:14px; }
.contact-card a { font-weight:600; }
.faq-grid { display:grid; gap:14px; }
.faq-item { background: var(--panel); border:1px solid rgba(255,255,255,.08); border-radius:20px; padding:20px; }
.hero-copy-long, .seo-copy { max-width: 68ch; }
.hero-copy-long p + p, .seo-copy p + p, .profile-copy p + p { margin-top: 12px; }
.link-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:16px; }
.link-card { background: var(--panel); border:1px solid rgba(255,255,255,.08); border-radius:20px; padding:18px; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; color:var(--muted); margin-bottom:14px; font-size:.95rem; }
.profile-hero-img, .profile-gallery img { border-radius:24px; border:1px solid rgba(255,255,255,.08); object-fit:cover; }
.profile-gallery { display:grid; grid-template-columns: repeat(2, 1fr); gap:16px; margin-top:18px; }
.lightbox { position:fixed; inset:0; background:rgba(0,0,0,.9); display:none; place-items:center; padding:24px; z-index:50; }
.lightbox.open { display:grid; }
.lightbox img { max-width:min(100%, 980px); max-height:78vh; border-radius:20px; }
.lightbox p { margin:14px 0 0; color:#fff; text-align:center; }
.lightbox-close { position:absolute; top:18px; right:18px; width:44px; height:44px; border-radius:50%; border:0; background: rgba(255,255,255,.12); color:#fff; font-size:2rem; cursor:pointer; }
.footer { border-top:1px solid rgba(255,255,255,.08); margin-top:40px; }
.footer .container { padding:20px 0 36px; color:var(--muted); }
@media (max-width: 980px) { .hero-grid,.contact-grid,.feature-grid,.seo-grid,.profile-grid,.link-grid { grid-template-columns:1fr; } .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { nav { display:none; } .hero { padding-top:56px; } .hero-cards { grid-template-columns:1fr 1fr; } .gallery-grid { grid-template-columns: repeat(2,1fr); } .profile-gallery { grid-template-columns:1fr; } }
@media (max-width: 520px) { .container { width:min(100% - 20px, 1120px); } .hero-cards { grid-template-columns:1fr; } .hero-card-b { margin-top:0; } .gallery-grid, .link-grid { grid-template-columns:1fr; } }


.floating-contact {
  position: fixed;
  left: 12px;
  bottom: 18px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating-contact a {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .2s ease, opacity .2s ease;
}
.floating-contact a:hover { transform: translateY(-2px) scale(1.04); }
.floating-whatsapp { background: #25D366; }
.floating-telegram { background: #229ED9; }
.floating-contact svg { width: 24px; height: 24px; fill: currentColor; }
@media (max-width: 720px) {
  .floating-contact { left: 10px; bottom: 14px; gap: 8px; }
  .floating-contact a { width: 48px; height: 48px; }
}
