:root{
  --gold:#D4AF37;
  --gold2:#C5A02B;
  --black:#050505;
  --muted:rgba(255,255,255,.72);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;width:100%}
body{
  margin:0;padding:0;width:100%;min-width:100%;
  background:var(--black);color:#fff;
  font-family:Georgia,'Times New Roman',serif;line-height:1.7;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}

/* ===== HEADER ===== */
header{
  position:sticky;top:0;z-index:100;width:100%;
  background:rgba(0,0,0,.96);
  border-bottom:1px solid rgba(212,175,55,.2);
  backdrop-filter:blur(12px);
}
body.admin-bar header{top:32px}
@media screen and (max-width:782px){
  body.admin-bar header{top:46px}
}

.nav{
  width:100%;max-width:1280px;margin:0 auto;
  padding:12px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}

/* Logo icon (replaces text) */
.brand{
  display:flex;align-items:center;flex-shrink:0;
  line-height:0;
}
.brand img{
  display:block;
  height:48px;
  width:auto;
  border-radius:4px;
  border:1px solid rgba(212,175,55,.35);
  object-fit:cover;
  transition:opacity .2s, box-shadow .2s;
}
.brand:hover img{
  opacity:.9;
  box-shadow:0 0 12px rgba(212,175,55,.35);
}

.links{
  display:flex;align-items:center;gap:6px;
  flex-wrap:wrap;justify-content:flex-end;
}
.links a{
  color:rgba(255,255,255,.85);
  font-family:Arial,sans-serif;
  font-size:13px;
  white-space:nowrap;
  padding:8px 12px;
  border-radius:4px;
  transition:color .2s, background .2s;
}
.links a:hover{
  color:var(--gold);
  background:rgba(212,175,55,.08);
}
.phone{
  background:var(--gold)!important;
  color:#000!important;
  padding:9px 16px!important;
  font-weight:700;
  border-radius:4px;
  margin-left:4px;
}
.phone:hover{
  background:var(--gold2)!important;
  color:#000!important;
}

/* ===== HERO ===== */
.hero{
  width:100%;
  min-height:calc(100vh - 72px);
  display:grid;place-items:center;text-align:center;
  position:relative;
  background-color:#0a0508;
  background-image:linear-gradient(rgba(0,0,0,.40),rgba(0,0,0,.68)),url('hero-bg-v2.jpg');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.hero-inner{
  width:100%;max-width:980px;padding:80px 28px;margin:0 auto;
}
.hero h1{
  color:var(--gold);
  font-size:clamp(40px,6.5vw,76px);
  line-height:1.08;letter-spacing:.03em;margin:0;
  text-shadow:0 8px 30px #000;font-weight:700;
}
.hero .lead{font-size:clamp(20px,2.8vw,28px);margin:22px 0 6px}
.hero .sub{color:rgba(255,255,255,.8);font-family:Arial,sans-serif;font-size:15px}
.offer{
  display:inline-block;margin-top:36px;
  border:1px solid rgba(212,175,55,.7);
  padding:20px 44px;background:rgba(0,0,0,.5);
}
.offer .small{
  color:var(--gold);letter-spacing:.28em;text-transform:uppercase;
  font:700 12px Arial,sans-serif;
}
.price{color:var(--gold);font-size:56px;font-weight:700;line-height:1.1}

/* ===== SECTIONS ===== */
.section{width:100%;padding:78px 28px}
.container{width:100%;max-width:1140px;margin:0 auto}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{display:block;padding:24px;border:1px solid transparent;transition:.25s}
.card:hover{border-color:rgba(212,175,55,.35)}
.circle{
  width:58px;height:58px;border:2px solid var(--gold);border-radius:50%;
  display:grid;place-items:center;color:var(--gold);font:24px Arial,sans-serif;
}
.card h3{color:var(--gold);margin:12px 0 3px;font-size:18px}
.card p{color:var(--muted);font:14px/1.7 Arial,sans-serif;margin:0}

.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.split h2,.page h2{color:var(--gold);font-size:32px;line-height:1.25;margin-top:0}
.benefits,.topic-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:10px 28px;
  padding:0;margin:0 0 28px;list-style:none;
}
.benefits li,.topic{color:rgba(255,255,255,.86)}
.benefits li:before,.topic:before{content:'◆';color:var(--gold);font-size:9px;margin-right:10px}
.image-box{border:2px solid rgba(212,175,55,.5);padding:8px;border-radius:4px}
.image-box img{
  display:block;width:100%;aspect-ratio:16/10;
  object-fit:cover;object-position:center;border-radius:2px;
}
.cta{
  display:inline-flex;align-items:center;gap:9px;
  background:var(--gold);color:#000;padding:13px 24px;
  font:700 13px Arial,sans-serif;letter-spacing:.04em;margin-top:14px;
}
.cta:hover{background:var(--gold2)}
.welcome{text-align:center;border-top:1px solid rgba(212,175,55,.2)}
footer{
  width:100%;border-top:1px solid rgba(212,175,55,.2);
  padding:25px 28px;text-align:center;
  color:rgba(255,255,255,.5);font:13px Arial,sans-serif;
}

/* ===== INNER PAGES ===== */
.page{width:100%;max-width:920px;margin:0 auto;padding:70px 28px 90px;min-height:80vh}
.page h1{color:var(--gold);font-size:clamp(40px,5.5vw,60px);line-height:1.1;margin:0 0 8px}
.intro{color:rgba(255,255,255,.7);font-size:20px;margin:0 0 45px}
.page p{color:rgba(255,255,255,.83);font-size:17px}
.steps{display:grid;gap:24px;margin:38px 0}
.step{display:grid;grid-template-columns:58px 1fr;gap:20px;align-items:start}
.step-num{
  width:50px;height:50px;border:2px solid var(--gold);border-radius:50%;
  display:grid;place-items:center;color:var(--gold);font:700 18px Arial,sans-serif;
}
.step h2{margin:0 0 4px;font-size:25px}
.step p{margin:0}
.contact-grid{display:grid;gap:18px;margin-bottom:42px}
.contact-line{font-size:18px;color:rgba(255,255,255,.86)}
form{display:grid;gap:15px}
input,textarea{
  width:100%;background:transparent;border:1px solid rgba(212,175,55,.4);
  padding:13px 14px;color:#fff;font:16px Georgia,serif;
}
textarea{min-height:150px;resize:vertical}
button{border:0;background:var(--gold);color:#000;padding:13px 24px;font-weight:700;cursor:pointer;width:max-content}
.mobile-note{display:none}

body.elementor-default,body.elementor-kit-42{background:var(--black)!important}
body .elementor-section,body .e-con{max-width:none!important}

/* ===== RESPONSIVE ===== */


/* Mobile menu toggle (hidden on desktop) */
.menu-toggle{
  display:none;
  background:transparent;
  border:1px solid rgba(212,175,55,.5);
  color:var(--gold);
  padding:8px 12px;
  font:700 12px Arial,sans-serif;
  cursor:pointer;
  border-radius:4px;
  white-space:nowrap;
}
.menu-toggle:hover{background:rgba(212,175,55,.1)}

/* ===== TABLET ===== */
@media(max-width:980px){
  .cards{grid-template-columns:1fr 1fr}
  .links{gap:4px}
  .links a{padding:7px 10px;font-size:12px}
  .brand img{height:42px}
  .split{grid-template-columns:1fr;gap:36px}
  .mobile-note{display:block;color:var(--gold);font:12px Arial,sans-serif}
  .nav{padding:10px 16px}
  .hero h1{font-size:clamp(32px,5.5vw,56px)}
}

/* ===== PHONE ===== */
@media(max-width:640px){
  /* Header */
  .nav{
    padding:10px 14px;
    gap:12px;
  }
  .brand img{
    height:36px;
    border-radius:3px;
  }
  .links{
    gap:0;
  }
  .menu-toggle{
    display:inline-block;
    order:2;
  }
  .links{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:rgba(0,0,0,.97);
    border-bottom:1px solid rgba(212,175,55,.25);
    flex-direction:column;
    align-items:stretch;
    padding:8px 0 12px;
    gap:0;
    z-index:50;
  }
  .links.open{
    display:flex;
  }
  .links a{
    display:block!important;
    padding:12px 18px!important;
    font-size:14px!important;
    border-bottom:1px solid rgba(255,255,255,.06);
    white-space:normal;
  }
  .links a.phone{
    margin:10px 18px 4px;
    text-align:center;
    border-bottom:none;
    border-radius:4px;
  }
  header{
    position:sticky;
  }
  .nav{
    position:relative;
    flex-wrap:nowrap;
  }
  .phone{
    padding:8px 12px!important;
    font-size:12px!important;
    white-space:nowrap;
  }

  /* Hero – tighter photo framing on phone only */
  .hero{
    min-height:auto;
    padding:36px 0 44px;
    background-position:28% center; /* keep rose more in frame */
    background-size:cover;
  }
  .hero-inner{
    padding:20px 14px 28px;
    max-width:100%;
  }
  .hero h1{
    font-size:clamp(22px,6.5vw,30px);
    line-height:1.2;
    letter-spacing:0;
    word-wrap:break-word;
    overflow-wrap:anywhere;
    hyphens:manual;
    -webkit-hyphens:none;
    -ms-hyphens:none;
    padding:0 6px;
    max-width:100%;
  }
  .hero .lead{
    font-size:clamp(16px,4.5vw,20px);
    margin:16px 0 6px;
  }
  .hero .sub{
    font-size:13px;
    line-height:1.5;
    padding:0 8px;
  }
  .offer{
    margin-top:24px;
    padding:16px 20px;
    max-width:calc(100% - 16px);
  }
  .offer .small{
    font-size:11px;
    letter-spacing:.18em;
  }
  .price{
    font-size:40px;
  }

  /* Sections & cards */
  .section{
    padding:40px 16px;
  }
  .cards{
    grid-template-columns:1fr;
    gap:12px;
  }
  .card{
    padding:18px 16px;
    border:1px solid rgba(212,175,55,.15);
    border-radius:6px;
  }
  .circle{
    width:44px;
    height:44px;
    font-size:18px;
  }
  .card h3{
    font-size:16px;
    margin:10px 0 2px;
  }
  .card p{
    font-size:13px;
  }

  /* Split / benefits */
  .split{
    grid-template-columns:1fr;
    gap:28px;
  }
  .split h2,.page h2{
    font-size:24px;
  }
  .benefits,.topic-grid{
    grid-template-columns:1fr;
    gap:8px;
  }
  .image-box{
    max-width:100%;
  }
  .image-box img{
    aspect-ratio:16/10;
  }
  .cta{
    padding:12px 18px;
    font-size:12px;
    width:100%;
    justify-content:center;
    box-sizing:border-box;
  }

  /* Inner pages */
  .page{
    padding:40px 16px 60px;
  }
  .page h1{
    font-size:clamp(28px,8vw,36px);
    line-height:1.15;
  }
  .intro{
    font-size:16px;
    margin:0 0 28px;
  }
  .page p{
    font-size:15px;
  }
  .step{
    grid-template-columns:44px 1fr;
    gap:14px;
  }
  .step-num{
    width:40px;
    height:40px;
    font-size:15px;
  }
  .step h2{
    font-size:18px;
  }

  /* Form */
  input,textarea{
    font-size:16px; /* prevents iOS zoom on focus */
    padding:12px;
  }
  button{
    width:100%;
    padding:14px 20px;
  }

  footer{
    padding:20px 16px;
    font-size:12px;
  }
}
