/* ARGUS V79 — footer-only premium refinement. No global typography changes. */
.v79-footer{
  position:relative;
  overflow:hidden;
  padding:0 0 24px !important;
  border-top:1px solid rgba(218,173,78,.52) !important;
  background:
    radial-gradient(circle at 8% 0%,rgba(232,190,96,.12),transparent 31%),
    radial-gradient(circle at 92% 22%,rgba(137,91,24,.10),transparent 28%),
    linear-gradient(135deg,#171611 0%,#0b0c0e 48%,#13100b 100%) !important;
  color:#d8cebd !important;
}
.v79-footer::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(248,218,144,.9),transparent);
  box-shadow:0 0 26px rgba(226,178,72,.32);
  pointer-events:none;
}
.v79-footer a{text-decoration:none;}

.v79-footer-cta{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(580px,1.35fr);
  align-items:center;
  gap:28px;
  margin-top:30px;
  padding:25px 28px;
  border:1px solid rgba(224,180,87,.25);
  border-radius:24px;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,234,182,.13),transparent 35%),
    linear-gradient(135deg,rgba(250,228,179,.095),rgba(185,126,28,.075) 48%,rgba(255,255,255,.025));
  box-shadow:0 22px 52px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.055);
}
.v79-footer-cta-label{
  display:block;
  margin:0 0 7px;
  color:#ddb35e;
  font-family:var(--brand-font);
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.v79-footer-cta-copy strong{
  display:block;
  margin:0 0 5px;
  color:#f4ead8;
  font-family:var(--brand-font);
  font-size:18px;
  line-height:1.35;
}
.v79-footer-cta-copy p{
  margin:0;
  color:#cdbfa9;
  font-size:15px;
  line-height:1.55;
}
.v79-footer-cta-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.v79-footer-contact-chip{
  display:flex;
  align-items:center;
  min-width:0;
  gap:10px;
  padding:9px 11px;
  border:1px solid rgba(226,181,83,.25);
  border-radius:17px;
  background:linear-gradient(145deg,rgba(255,240,204,.085),rgba(24,22,18,.32));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.v79-footer-contact-chip:hover{
  transform:translateY(-2px);
  border-color:rgba(242,204,116,.48);
  background:linear-gradient(145deg,rgba(255,240,204,.13),rgba(42,33,19,.37));
}
.v79-footer-medallion{
  width:38px;
  height:38px;
  min-width:38px;
  display:grid;
  place-items:center;
}
.v79-footer-medallion img{width:38px !important;height:38px !important;margin:0 !important;display:block;}
.v79-footer-contact-chip small{
  display:block;
  margin:0 0 2px;
  color:#bca97f;
  font-size:11px;
  line-height:1.1;
}
.v79-footer-contact-chip strong{
  display:block;
  overflow:hidden;
  color:#f0dfbd;
  font-size:13px;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.v79-footer .v79-footer-grid{
  display:grid !important;
  grid-template-columns:1.16fr .84fr 1fr !important;
  gap:0 !important;
  padding-top:42px;
  padding-bottom:34px;
}
.v79-footer-column{
  min-width:0;
  padding:0 34px;
}
.v79-footer-column:first-child{padding-left:0;}
.v79-footer-column:last-child{padding-right:0;}
.v79-footer-column+.v79-footer-column{border-left:1px solid rgba(238,211,154,.10);}
.v79-footer .footer-brand .brand-logo-img{
  display:block;
  width:260px !important;
  max-width:100% !important;
  height:auto !important;
  max-height:none !important;
  margin:0 0 18px !important;
}
.v79-footer-identity-name{
  margin:0 0 4px !important;
  color:#f1e4cc !important;
  font-size:15px !important;
  line-height:1.45 !important;
}
.v79-footer-identity-title,
.v79-footer-identity-license,
.v79-footer-identity-scope{
  margin:0 0 5px !important;
  color:#cfc2ad !important;
  font-size:14px !important;
  line-height:1.55 !important;
}
.v79-footer-identity-license{color:#dfc68f !important;}
.v79-footer-identity-scope{max-width:430px;margin-top:11px !important;color:#a99f90 !important;}
.v79-footer h3{
  margin:0 0 17px !important;
  color:#ddb35e !important;
  font-size:14px !important;
  letter-spacing:.13em !important;
}
.v79-footer-contact-list{display:grid;gap:10px;}
.v79-footer-contact-row{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:52px;
  padding:7px 10px;
  border:1px solid transparent;
  border-radius:16px;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.v79-footer-contact-row:hover{
  transform:translateX(2px);
  border-color:rgba(224,180,87,.20);
  background:rgba(255,241,210,.045);
}
.v79-footer-contact-row .v79-footer-medallion,
.v79-footer-contact-row .v79-footer-medallion img{width:40px !important;height:40px !important;min-width:40px;}
.v79-footer-contact-row span:last-child{min-width:0;}
.v79-footer-contact-row small{
  display:block;
  margin-bottom:2px;
  color:#9f9482;
  font-size:11px;
  line-height:1.1;
}
.v79-footer-contact-row strong{
  display:block;
  overflow-wrap:anywhere;
  color:#e7d7b8;
  font-size:14px;
  line-height:1.3;
}
.v79-footer-form-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:13px 0 0 11px;
  color:#d8b66e !important;
  font-size:13px !important;
  font-weight:700;
}
.v79-footer-form-link::after{content:"→";transition:transform .18s ease;}
.v79-footer-form-link:hover::after{transform:translateX(3px);}

.v79-license-panel{
  display:block;
  padding:18px 18px 17px;
  border:1px solid rgba(226,182,85,.28);
  border-radius:20px;
  background:
    radial-gradient(circle at 90% 0%,rgba(248,218,144,.15),transparent 36%),
    linear-gradient(145deg,rgba(255,240,204,.085),rgba(30,27,21,.42));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}
.v79-license-number{
  display:block;
  margin:0 0 7px;
  color:#f1ca70;
  font-family:var(--brand-font);
  font-size:22px;
  font-weight:700;
  letter-spacing:.04em;
}
.v79-license-caption{
  display:block;
  color:#d8c8a9;
  font-size:13px;
  line-height:1.45;
}
.v79-license-action{
  display:block;
  margin-top:10px;
  color:#e3bd69;
  font-size:12px;
  font-weight:700;
}
.v79-footer-trust-copy{
  margin:15px 0 0 !important;
  color:#bcb09d !important;
  font-size:14px !important;
  line-height:1.6 !important;
}
.v79-footer-payment{
  margin:14px 0 0 !important;
  padding-top:13px;
  border-top:1px solid rgba(238,211,154,.10);
  color:#938a7d !important;
  font-size:12px !important;
  line-height:1.5 !important;
}

.v79-footer .footer-legal-row{
  display:grid !important;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:22px;
  margin-top:0 !important;
  padding-top:20px !important;
  border-top:1px solid rgba(238,211,154,.12) !important;
  color:#8f877b !important;
}
.v79-footer .footer-legal-row>span{font-size:12px;line-height:1.45;}
.v79-footer-legal-nav{display:flex;justify-content:center;gap:17px;flex-wrap:wrap;}
.v79-footer-legal-nav a{
  color:#a79d8f !important;
  font-size:12px !important;
}
.v79-footer-legal-nav a:hover{color:#dfba6c !important;}
.v79-language-switch{display:flex;align-items:center;justify-content:flex-end;gap:7px;}
.v79-language-switch a{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:30px;
  padding:5px 7px;
  border:1px solid rgba(224,180,87,.14);
  border-radius:9px;
  color:#bcb19f !important;
  font-size:11px !important;
  font-weight:700;
  letter-spacing:.04em;
}
.v79-language-switch a:hover,
.v79-language-switch a[aria-current="page"]{
  border-color:rgba(231,190,98,.37);
  background:rgba(234,196,108,.075);
  color:#ecd295 !important;
}
.v79-language-switch img{
  width:20px !important;
  height:14px !important;
  margin:0 !important;
  border-radius:2px;
  box-shadow:0 2px 6px rgba(0,0,0,.24);
}

@media (max-width:1180px){
  .v79-footer-cta{grid-template-columns:1fr;}
  .v79-footer .v79-footer-grid{grid-template-columns:1fr 1fr !important;row-gap:34px;}
  .v79-footer-column:nth-child(2){padding-right:0;}
  .v79-footer-column:nth-child(3){grid-column:1/-1;padding:30px 0 0;border-left:0;border-top:1px solid rgba(238,211,154,.10);}
  .v79-footer .footer-legal-row{grid-template-columns:1fr auto;}
  .v79-footer-legal-nav{justify-content:flex-start;grid-column:1/-1;grid-row:2;}
}
@media (max-width:760px){
  .v79-footer{padding-bottom:92px !important;}
  .v79-footer-cta{
    margin-top:18px;
    padding:21px 17px;
    border-radius:20px;
    gap:18px;
  }
  .v79-footer-cta-copy strong{font-size:17px;}
  .v79-footer-cta-copy p{font-size:15.5px;line-height:1.55;}
  .v79-footer-cta-actions{grid-template-columns:1fr;}
  .v79-footer-contact-chip{min-height:58px;padding:9px 12px;}
  .v79-footer-contact-chip small{font-size:12px;}
  .v79-footer-contact-chip strong{font-size:15px;white-space:normal;overflow-wrap:anywhere;}
  .v79-footer .v79-footer-grid{grid-template-columns:1fr !important;padding-top:34px;padding-bottom:28px;row-gap:0;}
  .v79-footer-column,
  .v79-footer-column:first-child,
  .v79-footer-column:last-child{
    padding:0 0 27px;
  }
  .v79-footer-column+.v79-footer-column,
  .v79-footer-column:nth-child(3){
    grid-column:auto;
    padding:27px 0;
    border-left:0;
    border-top:1px solid rgba(238,211,154,.10);
  }
  .v79-footer .footer-brand .brand-logo-img{width:245px !important;margin-bottom:17px !important;}
  .v79-footer-identity-name{font-size:16px !important;}
  .v79-footer-identity-title,
  .v79-footer-identity-license,
  .v79-footer-identity-scope,
  .v79-footer-trust-copy{font-size:15px !important;}
  .v79-footer h3{font-size:15px !important;margin-bottom:14px !important;}
  .v79-footer-contact-row{min-height:58px;padding:8px 5px;}
  .v79-footer-contact-row small{font-size:12px;}
  .v79-footer-contact-row strong{font-size:15px;}
  .v79-license-number{font-size:22px;}
  .v79-license-caption{font-size:14.5px;}
  .v79-license-action{font-size:13px;}
  .v79-footer .footer-legal-row{grid-template-columns:1fr;gap:15px;padding-top:18px !important;}
  .v79-footer .footer-legal-row>span{font-size:12.5px;}
  .v79-footer-legal-nav{grid-column:auto;grid-row:auto;justify-content:flex-start;gap:13px;}
  .v79-footer-legal-nav a{font-size:13px !important;}
  .v79-language-switch{justify-content:flex-start;flex-wrap:wrap;}
  .v79-language-switch a{min-height:34px;font-size:12px !important;}
}
@media (max-width:390px){
  .v79-footer-contact-chip{gap:8px;}
  .v79-footer-contact-chip strong{font-size:15px;}
  .v79-footer-medallion,.v79-footer-medallion img{width:36px !important;height:36px !important;min-width:36px;}
}
