
/* ARCHIETALICINFO ENTERPRISE V4 CONVERSION UPGRADE
   Design and conversion polish only. No DB/API/payment logic changes.
*/
:root{
  --v4-bg:#040b16;
  --v4-card:#08172b;
  --v4-card2:#11243d;
  --v4-line:rgba(111,214,255,.18);
  --v4-line2:rgba(111,214,255,.30);
  --v4-text:#eef8ff;
  --v4-muted:#b8cee8;
  --v4-cyan:#2cc9ff;
  --v4-purple:#7357ff;
  --v4-green:#3cffb1;
  --v4-gold:#ffe28a;
  --v4-radius:28px;
  --v4-shadow:0 30px 90px rgba(0,0,0,.35);
}
html,body{max-width:100%;overflow-x:hidden}
body{
  background:
    radial-gradient(circle at 12% 2%,rgba(44,201,255,.15),transparent 32%),
    radial-gradient(circle at 88% 8%,rgba(115,87,255,.16),transparent 34%),
    linear-gradient(180deg,#040b16 0%,#07192d 45%,#040b16 100%)!important;
  color:var(--v4-text);
}
.topbar{
  border-bottom:1px solid rgba(111,214,255,.14)!important;
  box-shadow:0 10px 36px rgba(0,0,0,.22)!important;
}
.btn,.button,a.btn,button,input[type="submit"]{
  border-radius:17px!important;
  font-weight:950!important;
}
.btn:not(.secondary):not(.btn-secondary),
.btn-primary,
input[type="submit"],
button[type="submit"]{
  background:linear-gradient(135deg,var(--v4-cyan),var(--v4-purple))!important;
  color:#061121!important;
  border:0!important;
  box-shadow:0 18px 42px rgba(44,201,255,.18)!important;
}
.btn.secondary,.btn-secondary{
  background:rgba(255,255,255,.055)!important;
  color:var(--v4-text)!important;
  border:1px solid var(--v4-line)!important;
}
.card,.panel,.feature,.price-card,.pricing-card,.plan-card,.package-card,.dashboard-card,.assistant-card,.step,.mock,.result{
  border-radius:var(--v4-radius)!important;
  border:1px solid var(--v4-line)!important;
  background:linear-gradient(145deg,rgba(8,23,43,.94),rgba(18,36,61,.72))!important;
  box-shadow:0 22px 70px rgba(0,0,0,.20)!important;
}
.hero h1,.hero-copy h1{
  letter-spacing:-.045em!important;
}
.hero h1{
  background:linear-gradient(135deg,#fff 0%,#dff7ff 48%,#84e7ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}
.v4-section{
  width:min(1120px,92vw);
  margin:34px auto;
}
.v4-mini-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding:8px 12px;
  background:rgba(60,255,177,.10);
  border:1px solid rgba(60,255,177,.20);
  color:#baffda;
  font-weight:950;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.v4-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.v4-trust-card{
  padding:20px;
  border-radius:25px;
  border:1px solid var(--v4-line);
  background:linear-gradient(145deg,rgba(8,23,43,.88),rgba(18,36,61,.60));
}
.v4-trust-card i{
  display:grid;
  place-items:center;
  width:42px;height:42px;
  border-radius:15px;
  background:rgba(44,201,255,.12);
  border:1px solid rgba(44,201,255,.22);
  font-style:normal;
  margin-bottom:12px;
}
.v4-trust-card strong{display:block;font-size:17px;margin-bottom:6px}
.v4-trust-card span{color:var(--v4-muted);font-size:14px;line-height:1.55}
.v4-proof-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  padding:18px;
  border-radius:28px;
  border:1px solid var(--v4-line);
  background:linear-gradient(135deg,rgba(44,201,255,.10),rgba(115,87,255,.12));
}
.v4-proof{
  padding:18px;
  border-radius:20px;
  background:rgba(4,11,22,.48);
  text-align:center;
}
.v4-proof b{display:block;font-size:28px}
.v4-proof span{color:var(--v4-muted);font-size:13px;font-weight:850}
.v4-cta-band{
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:center;
  padding:28px;
  border-radius:30px;
  border:1px solid rgba(60,255,177,.22);
  background:
    radial-gradient(circle at top right,rgba(44,201,255,.16),transparent 34%),
    linear-gradient(135deg,rgba(60,255,177,.09),rgba(115,87,255,.16));
}
.v4-cta-band h2{margin:0 0 8px;font-size:clamp(25px,3vw,40px)}
.v4-cta-band p{margin:0;color:var(--v4-muted)}
.v4-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.v4-cta-actions a{
  min-height:50px;
  display:flex;align-items:center;justify-content:center;
  padding:13px 18px;border-radius:17px;
  text-decoration:none;font-weight:950;
  background:rgba(255,255,255,.06);
  border:1px solid var(--v4-line);
  color:var(--v4-text);
}
.v4-cta-actions a:first-child{
  background:linear-gradient(135deg,var(--v4-cyan),var(--v4-purple));
  color:#061121;border:0;
}

/* Pricing V4 */
body.v4-pricing .hero{padding-bottom:22px!important}
body.v4-pricing .plans{
  width:min(1180px,94vw)!important;
  gap:22px!important;
}
body.v4-pricing .plans .card{
  padding:30px!important;
  min-height:0!important;
  overflow:visible!important;
}
body.v4-pricing .plans .card.featured{
  transform:translateY(-10px);
  border-color:rgba(60,255,177,.46)!important;
  box-shadow:0 30px 90px rgba(44,201,255,.22)!important;
}
body.v4-pricing .badge{
  position:static!important;
  transform:none!important;
  white-space:nowrap!important;
  margin-bottom:10px!important;
  background:rgba(44,201,255,.12)!important;
  border:1px solid rgba(44,201,255,.22)!important;
  color:#dff7ff!important;
}
body.v4-pricing .featured .badge{
  background:linear-gradient(135deg,#ffe28a,#ffbd59)!important;
  color:#061121!important;
  border:0!important;
}
body.v4-pricing .price{font-size:50px!important}
.v4-pricing-assist{
  width:min(1120px,94vw);
  margin:24px auto;
  padding:24px;
  border-radius:28px;
  border:1px solid var(--v4-line2);
  background:linear-gradient(135deg,rgba(44,201,255,.12),rgba(115,87,255,.18));
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:center;
}
.v4-pricing-assist strong{display:block;font-size:24px;margin-bottom:4px}
.v4-pricing-assist span{color:var(--v4-muted)}
.v4-pricing-assist a{
  min-height:50px;display:flex;align-items:center;justify-content:center;
  padding:13px 18px;border-radius:17px;text-decoration:none;
  background:linear-gradient(135deg,var(--v4-cyan),var(--v4-purple));
  color:#061121;font-weight:950;
}
.v4-guarantees{
  width:min(1120px,94vw);
  margin:22px auto 34px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.v4-guarantees div{
  padding:18px;border-radius:22px;border:1px solid var(--v4-line);
  background:rgba(255,255,255,.045);
}
.v4-guarantees b{display:block;margin-bottom:5px}
.v4-guarantees span{color:var(--v4-muted);font-size:14px}

/* Order V4 */
body.v4-order .wrap{
  width:min(1120px,94vw)!important;
  max-width:none!important;
  padding:34px 0 90px!important;
}
.v4-order-head{
  width:min(1120px,94vw);
  margin:0 auto 22px;
  padding:26px;
  border-radius:30px;
  border:1px solid var(--v4-line);
  background:linear-gradient(135deg,rgba(44,201,255,.12),rgba(115,87,255,.16));
}
.v4-order-head h1{margin:8px 0 6px;font-size:clamp(30px,4vw,52px)}
.v4-order-head p{color:var(--v4-muted);margin:0}
.v4-order-steps{
  width:min(1120px,94vw);
  margin:16px auto 24px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.v4-order-step{
  padding:14px;border-radius:18px;border:1px solid var(--v4-line);
  background:rgba(255,255,255,.045);
  font-weight:950;text-align:center;
}
body.v4-order .grid{gap:24px!important;align-items:start!important}
body.v4-order .card{padding:30px!important;border-radius:30px!important}
body.v4-order input,body.v4-order textarea,body.v4-order select{
  border-radius:15px!important;
  border:1px solid var(--v4-line)!important;
  background:#06111f!important;
  color:var(--v4-text)!important;
}
body.v4-order label{font-weight:850}

/* Partner Academy V4 */
body.v4-academy .hero{padding-bottom:54px!important}
body.v4-academy .section{padding-top:44px!important;padding-bottom:44px!important}
body.v4-academy .steps{gap:16px!important}
.v4-partner-income{
  max-width:1180px;
  margin:24px auto;
  padding:0 18px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.v4-partner-income div{
  padding:20px;border-radius:24px;border:1px solid var(--v4-line);
  background:linear-gradient(145deg,rgba(8,23,43,.88),rgba(18,36,61,.62));
}
.v4-partner-income b{display:block;font-size:18px;margin-bottom:6px}
.v4-partner-income span{color:var(--v4-muted)}

/* Footer V4 */
.footer,.v4-footer{
  width:min(1120px,94vw)!important;
  margin:0 auto!important;
  padding:46px 0!important;
  border-top:1px solid var(--v4-line)!important;
  color:var(--v4-muted)!important;
  text-align:left!important;
}
.v4-footer-grid{
  display:grid;
  grid-template-columns:2fr repeat(3,1fr);
  gap:26px;
}
.v4-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.v4-footer-brand img{width:52px;height:52px;object-fit:contain}
.v4-footer h3,.v4-footer h4{margin:0 0 12px;color:#fff}
.v4-footer p{max-width:400px;margin:0 0 12px;line-height:1.7}
.v4-footer a{display:block!important;color:#9fe4ff!important;text-decoration:none!important;margin:8px 0!important}
.v4-footer small{display:block;margin-top:18px;color:#91abc8}

/* Hide old experimental duplicated sections */
.ati-sales-strip,.ati-v2-wrap,.ati-v2-hero-upgrade,.ati-v2-trust-grid,.ati-v2-stat-strip,.ati-v2-pricing-note,.ati-v2-partner-preview,.ati-v2-footer-grid{
  display:none!important;
}

@media(max-width:1080px){
  .v4-trust-grid,.v4-proof-strip,.v4-partner-income{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v4-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .v4-trust-grid,.v4-proof-strip,.v4-cta-band,.v4-pricing-assist,.v4-guarantees,.v4-partner-income,.v4-footer-grid{
    grid-template-columns:1fr;
  }
  .v4-order-steps{grid-template-columns:1fr 1fr}
  body.v4-pricing .plans{grid-template-columns:1fr!important}
  body.v4-pricing .plans .card.featured{transform:none}
  .hero-actions,.btns,.v4-cta-actions{display:grid!important;grid-template-columns:1fr!important}
  .btn,.hero-actions a,.btns a,.v4-cta-actions a{width:100%!important}
  h1{font-size:clamp(34px,10vw,54px)!important}
  .v4-section{width:min(100% - 24px,1120px)}
}
