:root{
  --bg1:#101053;
  --bg2:#25004d;
  --bg3:#071b53;
  --text:#f6f0ff;
  --muted:#ded7f2;
  --accent:#a36bff;
  --copper:#d88945;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#0d0b3f;
  background:
    radial-gradient(circle at 30% 34%,rgba(105,0,96,.82),transparent 34%),
    radial-gradient(circle at 86% 78%,rgba(60,116,255,.50),transparent 34%),
    linear-gradient(135deg,var(--bg1) 0%,var(--bg2) 49%,var(--bg3) 100%);
  overflow-x:hidden;
}
a{color:var(--accent);font-weight:700}
img{max-width:100%;height:auto}
.section{padding:72px 0}
.wrap{width:min(1080px,calc(100% - 64px));margin:0 auto}
.hero{padding-top:36px;text-align:center}
.logo{
  display:block;
  width:min(440px,46vw);
  height:auto;
  margin:0 auto 96px;
}
.hero-photo{
  display:block;
  width:min(900px,78vw);
  height:auto;
  margin:0 auto 54px;
  border-radius:8px;
  box-shadow:0 22px 70px rgba(0,0,0,.28);
}
h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(36px,3.4vw,52px);
  line-height:1.14;
  font-weight:400;
  letter-spacing:-.035em;
  margin:0 auto 26px;
  max-width:1020px;
}
h2{
  font-size:clamp(30px,2.8vw,44px);
  line-height:1.15;
  font-weight:500;
  letter-spacing:-.025em;
  margin:0 0 28px;
}
h3{font-size:24px;line-height:1.22;margin:0 0 12px}.intro{font-size:clamp(17px,1.25vw,20px);line-height:1.6;max-width:850px;margin:0 auto;color:var(--muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.text-block{font-size:19px;line-height:1.65;color:#e7def7}.text-block p{margin-bottom:20px}.image-block img{width:100%;border-radius:8px;display:block;box-shadow:0 16px 45px rgba(0,0,0,.22)}
.benefits-section{padding-top:28px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:56px;margin-top:34px}.benefits article{border-left:1px solid rgba(151,76,255,.42);padding-left:34px}.benefits article:first-child{border-left:0;padding-left:0}.icon{font-size:54px;color:#8d39ff;margin-bottom:12px}.benefits p{font-size:18px;line-height:1.55;color:#ddd7f0}
.gallery-section h2{margin-bottom:34px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;background:rgba(255,255,255,.05);box-shadow:0 12px 35px rgba(0,0,0,.2)}
footer{border-top:1px solid rgba(255,255,255,.12);padding:30px 0 40px;color:#ded7ec}.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:18px}.desktop-break{display:block}
@media (max-width:1100px){.wrap{width:min(960px,calc(100% - 48px))}.hero-photo{width:min(860px,84vw)}.logo{width:min(420px,54vw);margin-bottom:82px}.gallery{grid-template-columns:repeat(3,1fr)}}
@media (max-width:760px){.wrap{width:calc(100% - 32px)}.section{padding:48px 0}.hero{padding-top:30px}.logo{width:min(340px,86vw);margin-bottom:50px}.hero-photo{width:100%;margin-bottom:34px;border-radius:7px}h1{font-size:clamp(34px,10vw,46px);line-height:1.12;text-align:left;margin-bottom:22px}h2{font-size:clamp(30px,8.5vw,40px);line-height:1.14}.intro{text-align:left;font-size:18px}.split{grid-template-columns:1fr;gap:30px}.image-block{order:-1}.text-block{font-size:18px;line-height:1.58}.benefits{grid-template-columns:1fr;gap:26px}.benefits article,.benefits article:first-child{border-left:0;border-top:1px solid rgba(151,76,255,.42);padding-left:0;padding-top:22px}.icon{font-size:48px}.gallery{grid-template-columns:repeat(2,1fr);gap:14px}.footer-wrap{display:block;font-size:16px}.footer-wrap a{display:inline-block;margin-top:18px}.desktop-break{display:none}}
@media (max-width:420px){.wrap{width:calc(100% - 24px)}.section{padding:38px 0}.logo{width:min(300px,88vw);margin-bottom:42px}.hero-photo{margin-bottom:30px}h1{font-size:32px}.text-block{font-size:17px}.gallery{grid-template-columns:repeat(2,1fr);gap:10px}}
