/* WEBTRUST_PREMIUM_HERO_V1 */

.wt-hero{
  position:relative;
  overflow:hidden;
  padding:82px 0 54px;
}

.wt-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 75% 35%,rgba(218,170,66,.12),transparent 30%),
    radial-gradient(circle at 25% 10%,rgba(157,23,52,.16),transparent 28%);
}

.wt-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
  align-items:center;
  gap:54px;
}

.wt-eyebrow{
  display:inline-flex;
  padding:8px 13px;
  border:1px solid var(--wt-line);
  border-radius:999px;
  color:var(--wt-gold);
  background:rgba(218,170,66,.025);
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.wt-hero h1{
  max-width:760px;
  margin:18px 0 18px;
  color:var(--wt-gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,5vw,76px);
  line-height:1.03;
  letter-spacing:-.025em;
  text-shadow:0 8px 28px rgba(0,0,0,.24);
}

.wt-hero-lead{
  max-width:720px;
  margin:0;
  color:var(--wt-text);
  font-size:18px;
  line-height:1.72;
}

.wt-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.wt-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:14px;
  border:1px solid var(--wt-line-strong);
  font-weight:800;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}

.wt-btn:hover{
  transform:translateY(-2px);
}

.wt-btn-primary{
  color:#2a1700;
  background:linear-gradient(135deg,var(--wt-gold),var(--wt-gold-light));
  box-shadow:0 14px 38px rgba(218,170,66,.18),inset 0 1px 0 rgba(255,255,255,.5);
}

.wt-btn-secondary{
  color:var(--wt-gold-light);
  background:rgba(39,6,17,.72);
}

.wt-hero-visual{
  position:relative;
  min-height:430px;
  display:grid;
  place-items:center;
}

.wt-hero-visual::before{
  content:"";
  position:absolute;
  width:460px;
  height:460px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(218,170,66,.15),rgba(132,27,52,.07) 40%,transparent 70%);
  filter:blur(12px);
}

.wt-hero-crown-placeholder{
  position:relative;
  z-index:1;
  width:min(100%,480px);
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  border:1px solid rgba(218,170,66,.36);
  border-radius:28px;
  background:
    linear-gradient(180deg,rgba(218,170,66,.08),transparent 26%),
    rgba(26,3,10,.74);
  box-shadow:
    0 32px 90px rgba(0,0,0,.44),
    inset 0 0 42px rgba(218,170,66,.06),
    0 0 0 1px rgba(255,215,106,.05);
}

.wt-hero-crown-icon{
  color:var(--wt-gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:108px;
  line-height:.85;
  text-shadow:
    0 2px 0 #fff0ad,
    0 7px 0 #8d5b0d,
    0 0 28px rgba(255,196,42,.25);
}

.wt-hero-crown-placeholder strong{
  margin-top:24px;
  color:var(--wt-gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
  letter-spacing:.06em;
}

/* WEBTRUST_HERO_PNG_LOGO_V1 */
.wt-hero-logo-wrap{
  position:relative;
  z-index:2;
  width:min(100%,590px);
  display:grid;
  place-items:center;
}

.wt-hero-logo{
  display:block;
  width:115%;
  max-width:none;
  height:auto;
  object-fit:contain;
}

@media(max-width:900px){
  .wt-hero-logo-wrap{
    width:min(100%,520px);
    margin-inline:auto;
  }
}

@media(max-width:520px){
  .wt-hero-logo-wrap{
    width:min(100%,390px);
  }
}

/* WEBTRUST_HERO_POLISH_V1 */
.wt-hero-logo-wrap{
  width:min(125%,600px);
  padding:26px;
}

.wt-hero-visual{
  min-height:390px;
}

.wt-hero-visual::before{
  width:420px;
  height:420px;
  opacity:.82;
}

@media(max-width:900px){
  .wt-hero-logo-wrap{
    width:min(100%,460px);
    padding:20px;
  }

  .wt-hero-logo{
    width:121%;
  }
}

@media(max-width:520px){
  .wt-hero-logo-wrap{
    width:min(100%,340px);
    padding:14px;
  }
}

/* WEBTRUST_HERO_BUTTON_POLISH_V1 */
.wt-btn{
  min-height:54px;
  padding:0 24px;
  border-radius:13px;
  letter-spacing:.005em;
}

.wt-btn-primary{
  background:
    linear-gradient(180deg,#ffe49a 0%,#e0ad3b 52%,#b77b18 100%);
  box-shadow:
    0 14px 34px rgba(177,113,13,.28),
    inset 0 1px 0 rgba(255,255,255,.72),
    inset 0 -1px 0 rgba(103,59,0,.28);
}

.wt-btn-primary:hover{
  filter:brightness(1.05);
  box-shadow:
    0 18px 42px rgba(177,113,13,.34),
    0 0 24px rgba(244,202,91,.12),
    inset 0 1px 0 rgba(255,255,255,.78);
}

.wt-btn-secondary{
  border-color:rgba(218,170,66,.52);
  background:linear-gradient(180deg,rgba(54,12,25,.58),rgba(26,3,10,.78));
  box-shadow:inset 0 0 0 1px rgba(255,221,137,.025);
}

.wt-btn-secondary:hover{
  border-color:rgba(246,219,138,.78);
  background:linear-gradient(180deg,rgba(67,15,30,.68),rgba(31,4,12,.88));
}

/* WEBTRUST_HERO_GOLD_PNG_BUTTON_V1 */
.wt-btn-primary{
  min-width:310px;
  min-height:58px;
  padding:0 30px;
  border:0;
  border-radius:18px;
  color:#211300;
  background-color:transparent;
  background-image:url("/assets/hero-button.png?v=20260808_1");
  background-repeat:no-repeat;
  background-position:center;
  background-size:100% 100%;
  box-shadow:none;
  text-shadow:0 1px 0 rgba(255,255,255,.28);
}

.wt-btn-primary:hover{
  transform:translateY(-2px);
  filter:brightness(1.06);
  box-shadow:0 12px 26px rgba(194,132,22,.20);
}

.wt-btn-primary:active{
  transform:translateY(0);
  filter:brightness(.98);
}

@media(max-width:520px){
  .wt-btn-primary{
    min-width:0;
    width:100%;
    min-height:56px;
  }
}

/* WEBTRUST_HERO_BUTTONS_310X88_V3 */
.wt-hero-actions .wt-btn{
  width:310px;
  min-width:310px;
  height:88px;
  min-height:88px;
  padding:0 28px;
  border-radius:28px;
  box-sizing:border-box;
}

.wt-btn-primary{
  background-size:310px 88px;
  background-position:center;
  background-repeat:no-repeat;
}

.wt-btn-secondary{
  border-radius:28px;
}

@media(max-width:700px){
  .wt-hero-actions .wt-btn{
    width:100%;
    min-width:0;
    max-width:310px;
    height:88px;
    min-height:88px;
  }
}

/* WEBTRUST_HERO_BUTTON_ROW_V5 */
.wt-hero-actions{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:12px;
}

.wt-hero-actions .wt-btn{
  flex:0 0 310px;
  width:310px;
  min-width:310px;
  height:88px;
  min-height:88px;
}

@media(max-width:760px){
  .wt-hero-actions{
    flex-direction:column;
    flex-wrap:nowrap;
  }

  .wt-hero-actions .wt-btn{
    flex:0 0 auto;
    width:100%;
    max-width:310px;
    min-width:0;
  }
}

/* WEBTRUST_HERO_BUTTONS_309X88_V6 */
.wt-hero-actions{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:8px;
}

.wt-hero-actions .wt-btn{
  flex:0 0 309px;
  width:309px;
  min-width:309px;
  height:88px;
  min-height:88px;
  box-sizing:border-box;
}

.wt-btn-primary{
  background-size:309px 88px;
  background-position:center;
  background-repeat:no-repeat;
}

.wt-btn-secondary{
  width:309px;
  min-width:309px;
  height:88px;
  min-height:88px;
  border-radius:44px;
}

@media(max-width:760px){
  .wt-hero-actions{
    flex-direction:column;
  }
  .wt-hero-actions .wt-btn{
    flex:0 0 auto;
    width:100%;
    max-width:309px;
    min-width:0;
  }
}
