@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('/wp-content/themes/unicon/assets/css/commonstyles.css');
  :root {
    --ink:        #0F1C2E;
    --ink-soft:   #2D3F55;
    --slate:      #4A6080;
    --slate-light:#7A95B0;
    --mist:       #EDF2F7;
    --mist-dark:  #D8E3EE;
    --amber:      #178ECE;
    --amber-pale: #eff9ff;
    --amber-dark: #178ECE;
    --indigo:     #4361C2;
    --indigo-pale:#EDF0FB;
    --indigo-light:#6B84D8;
    --crimson:    #C0392B;
    --bg:         #F4F7FB;
    --card:       #FFFFFF;
    --radius:     10px;
    --radius-lg:  18px;
    --shadow:     0 2px 12px rgba(15,28,46,.07);
    --shadow-md:  0 6px 24px rgba(15,28,46,.11);
    --t:          .26s cubic-bezier(.4,0,.2,1);
  }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; font-size: 15px; }
  body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--ink); line-height: 1.55; }
  /* ::-webkit-scrollbar { width: 4px; }
  ::-webkit-scrollbar-track { background: var(--mist); }
  ::-webkit-scrollbar-thumb { background: var(--amber); border-radius: 99px; } */

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
#fulltitle{display: none;}
  /* SCROLL PROGRESS */
  .scroll-progress { position: fixed; top: 0; left: 0; height: 3px; z-index: 300; background: linear-gradient(90deg, var(--amber), var(--amber-dark)); width: 0%; transition: width .1s linear; }

  /* HEADER */
  .header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(15,28,46,.97); backdrop-filter: blur(16px); transition: box-shadow var(--t); }
  .header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,.25); }
  .header-inner { display: flex; align-items: center; justify-content: space-between; height: 56px; }
  .brand { display: flex; align-items: center; gap: 9px; text-decoration: none; }
  .brand-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .brand-icon svg { stroke: #fff; }
  .logo_img img { max-height: 40px; }
  .brand-text { font-weight: 800; font-size: .92rem; color: #fff; letter-spacing: -.3px; }
  .brand-divider { width: 1px; height: 16px; background: rgba(255,255,255,.2); }
  .brand-sub { font-size: .72rem; font-weight: 500; color: rgba(255,255,255,.5); letter-spacing: .2px; }
  .nav-list { display: flex; gap: 2px; list-style: none; align-items: center; }
  .nav-link { font-size: .8rem; font-weight: 500; color: rgba(255,255,255,.7); text-decoration: none; padding: 5px 12px; border-radius: 99px; transition: background var(--t), color var(--t); }
  .nav-link:hover { background: rgba(255,255,255,.1); color: #fff; }
  .nav-cta { background: linear-gradient(135deg, var(--amber), var(--amber-dark)) !important; color: #fff !important; padding: 5px 16px !important; box-shadow: 0 3px 10px rgba(224,140,42,.4); }
  .nav-cta:hover { transform: translateY(-1px); box-shadow: 0 5px 18px rgba(224,140,42,.5); color: #fff !important; }

  /* BREADCRUMB */
  .breadcrumb-bar { background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.07); padding: 9px 0; margin-top: 56px; }
  .breadcrumb { display: flex; align-items: center; gap: 6px; font-size: .72rem; color: rgba(255,255,255,.4); }
  .breadcrumb a { color: var(--amber); text-decoration: none; font-weight: 500; }
  .breadcrumb a:hover { text-decoration: underline; }
  .breadcrumb-sep { color: rgba(255,255,255,.2); }

  /* HERO */
  .page-hero { background: linear-gradient(135deg,rgba(15,28,46,.91) 0%,rgba(15,28,46,.76) 45%,rgba(15,28,46,.89) 100%),url('https://images.unsplash.com/photo-1571171637578-41bc2dd41cd2?w=1400&q=80&fit=crop') center/cover no-repeat; padding: 56px 0 52px; position: relative; overflow: hidden; }
  .hero-bg-gfx { position: absolute; inset: 0; pointer-events: none; }
  .hero-bg-gfx .orb1 { position: absolute; top: -80px; right: -80px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(224,140,42,.12) 0%, transparent 65%); }
  .hero-bg-gfx .orb2 { position: absolute; bottom: -60px; left: 10%; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(67,97,194,.14) 0%, transparent 70%); }
  .hero-bg-gfx .grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 48px 48px; }

  .hero-layout { display: grid; grid-template-columns: 1fr 290px; gap: 40px; align-items: center; position: relative; z-index: 1; }
  .hero-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgb(28 42 62); border: 1px solid rgb(60 72 94); color: #6adcb1; font-size: .67rem; font-weight: 700; letter-spacing: .9px; text-transform: uppercase; padding: 4px 12px; border-radius: 99px; margin-bottom: 14px; }
  .hero-eyebrow-dot { width: 6px; height: 6px; background: #6adcb1; border-radius: 50%; animation: blink 2s infinite; }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

  .hero-h1 { font-size: clamp(1.6rem, 3.2vw, 3rem); font-weight: 600; line-height: 1.25; letter-spacing: -.6px; color: #fff; margin-bottom: 14px; }
  .hero-h1 .accent { color: var(--amber); }
  .hero-sub { font-size: 1rem; color: rgba(255,255,255,.6); max-width: 580px; line-height: 1.7; margin-bottom: 26px; }
  .hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
  .btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 22px; border-radius: 99px; font-size: 1rem; font-weight: 500; text-decoration: none; cursor: pointer; border: none; transition: all var(--t); letter-spacing: -.1px; font-family: inherit; }
  .btn-amber { background: linear-gradient(135deg, var(--amber), var(--amber-dark)); color: #fff; box-shadow: 0 4px 16px rgba(224,140,42,.35); }
  .btn-amber:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(224,140,42,.45); }
  .btn-ghost-light { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.2); }
  .btn-ghost-light:hover { background: rgba(255,255,255,.14); transform: translateY(-1px); }

  /* UPGRADE PATH CARD */
  .upgrade-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: 26px 22px; backdrop-filter: blur(8px); }
  .uc-label { font-size: .68rem; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 16px; }
  .uc-path { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
  .uc-ver { flex: 1; border-radius: 10px; padding: 14px 10px; text-align: center; }
  .uc-ver.from { background: rgba(192,57,43,.12); border: 1px solid rgba(192,57,43,.25); }
  .uc-ver.to   { background: rgba(224,140,42,.12); border: 1px solid rgba(224,140,42,.3); }
  .uc-ver .vl { font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
  .uc-ver.from .vl { color: #E57373; }
  .uc-ver.to .vl   { color: var(--amber); }
  .uc-ver .vn { font-size: 1rem; font-weight: 800; color: #fff; }
  .uc-arrow { font-size: 1.3rem; color: var(--amber); flex-shrink: 0; }
  .uc-highlights { display: flex; flex-direction: column; gap: 6px; }
  .uc-hi { display: flex; align-items: center; gap: 9px; padding: 8px 10px; border-radius: 7px; background: rgba(255,255,255,.05); font-size: .77rem; color: rgba(255,255,255,.7); font-weight: 500; }
  .uc-hi::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); flex-shrink: 0; }

  /* SECTION BASE */
  .section { padding: 60px 0; }
  .s-tag { display: inline-flex; align-items: center; gap: 6px; font-size: .67rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--amber-dark); background: var(--amber-pale); border: 1px solid #aed5ec; padding: 3px 11px; border-radius: 99px; margin-bottom: 20px; }
  .s-title { font-size: clamp(1.3rem, 2.5vw, 1.85rem); font-weight: 800; letter-spacing: -.5px; color: var(--ink); margin-bottom: 6px; }
  .s-sub { font-size: 1rem; color: var(--slate); margin-bottom: 34px; line-height: 1.65; }

  /* WHY UPGRADE — horizontal card strip */
  .why-section { background: var(--card); border-bottom: 1px solid var(--mist-dark); }
  .why-strip { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--mist-dark); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
  .why-row { display: grid; grid-template-columns: 52px 1fr; gap: 0; border-bottom: 1px solid var(--mist-dark); transition: background var(--t); }
  .why-row:last-child { border-bottom: none; }
  .why-row:hover { background: var(--amber-pale); }
  .why-num { background: var(--amber); display: flex; align-items: center; justify-content: center; font-size: .78rem; font-weight: 800; color: #fff; writing-mode: horizontal-tb; letter-spacing: 0; flex-shrink: 0; width: 52px; }
  .why-body { padding: 18px 22px; display: flex; align-items: flex-start; gap: 16px; }
  .why-icon { width: 36px; height: 36px; border-radius: 9px; background: var(--amber-pale); border: 1px solid rgba(224,140,42,.2); display: flex; align-items: center; justify-content: center; color: var(--amber-dark); flex-shrink: 0; margin-top: 2px; }
  .why-text-title { font-size: 1rem; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
  .why-text p { font-size: .9rem; color: var(--slate); line-height: 1.6; }

  /* PROCESS — alternating cards */
  .process-section { background: var(--ink); }
  .process-section .s-title,
  .process-section .s-sub { color: rgba(255,255,255,.9); }
  .process-section .s-sub { color: rgba(255,255,255,.5); }
  .process-section .s-tag { background: rgb(28 42 62); color: #6adcb1; border: 1px solid rgb(60 72 94); }
  .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .step-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); padding: 22px 20px; position: relative; overflow: hidden; transition: background var(--t), border-color var(--t), transform var(--t); }
  .step-card:hover { background: rgba(255,255,255,.07); border-color: rgba(224,140,42,.35); transform: translateY(-3px); }
  .step-card::before { content: attr(data-n); position: absolute; top: -12px; right: 14px; font-size: 4rem; font-weight: 900; color: rgba(255,255,255,.03); line-height: 1; letter-spacing: -2px; }
  .step-num-badge { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--amber), var(--amber-dark)); color: #fff; font-size: .72rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
  .step-card-title { font-size: 1rem; font-weight: 600; color: #fff; margin-bottom: 6px; }
  .step-card-desc { font-size: .875rem; color: rgba(255,255,255,.55); line-height: 1.6; }
  .step-pill { display: inline-block; margin-top: 10px; font-size: .62rem; font-weight: 700; background: rgba(224,140,42,.15); color: var(--amber); border: 1px solid rgba(224,140,42,.25); padding: 2px 9px; border-radius: 99px; letter-spacing: .3px; }

  /* VERSION MATRIX */
  .version-section { background: var(--bg); }
  .version-table-wrap { overflow-x: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); border: 1px solid var(--mist-dark); }
  .vtable { width: 100%; border-collapse: collapse; background: var(--card); min-width: 640px; }
  .vtable thead { background: var(--ink); }
  .vtable th { color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 700; padding: 12px 16px; text-align: left; letter-spacing: .3px; white-space: nowrap; }
  .vtable th:first-child { color: var(--amber); }
  .vtable td { font-size: .79rem; color: var(--slate); padding: 10px 16px; border-bottom: 1px solid var(--mist); vertical-align: middle; white-space: nowrap; }
  .vtable tr:last-child td { border-bottom: none; }
  .vtable tr:nth-child(even) td { background: var(--mist); }
  .vtable tr:hover td { background: var(--amber-pale); }
  .vtable td:first-child { font-weight: 700; color: var(--ink); }
  .vp { display: inline-block; padding: 2px 10px; border-radius: 99px; font-size: .68rem; font-weight: 700; white-space: nowrap; }
  .vp.eol      { background: #FDECEC; color: #C53030; }
  .vp.legacy   { background: #FFF8EC; color: #B45309; }
  .vp.supported{ background: #EDF0FB; color: var(--indigo); }
  .vp.latest   { background: linear-gradient(135deg, var(--amber), var(--amber-dark)); color: #fff; }
  .tick { color: #27AE60; font-weight: 700; }
  .cross { color: #E53E3E; }
  .partial { color: var(--amber-dark); font-size: .72rem; font-weight: 600; }

  /* AI ACCELERATOR SPOTLIGHT */
  .ai-section { background: var(--indigo-pale); border-top: 1px solid var(--mist-dark); border-bottom: 1px solid var(--mist-dark); }
  .ai-spotlight { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
  .ai-left { }
  .ai-tool-featured { background: var(--card); border-radius: var(--radius-lg); padding: 28px 26px; box-shadow: var(--shadow-md); border: 1px solid var(--mist-dark); position: relative; overflow: hidden; }
  .ai-tool-featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--indigo), var(--indigo-light)); }
  .ai-tool-name { font-size: 1.2rem; font-weight: 800; color: var(--ink); letter-spacing: -.4px; margin-bottom: 6px; }
  .ai-tool-tagline { font-size: .9rem; color: var(--slate); margin-bottom: 20px; }
  .ai-feature-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
  .ai-feature-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; color: var(--ink-soft); line-height: 1.55; }
  .ai-check { width: 20px; height: 20px; border-radius: 50%; background: var(--indigo); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
  .ai-check svg { stroke: #fff; }
  .ai-right-text .s-title { margin-bottom: 12px; }
  .ai-right-text p { font-size: .9rem; color: var(--slate); line-height: 1.7; margin-bottom: 14px; }
  .ai-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
  .ai-stat-box { background: var(--card); border-radius: var(--radius); padding: 14px 16px; border: 1px solid var(--mist-dark); box-shadow: var(--shadow); text-align: center; }
  .ai-stat-n { font-size: 1.4rem; font-weight: 800; color: var(--indigo); letter-spacing: -.4px; }
  .ai-stat-l { font-size: .72rem; color: var(--slate); margin-top: 2px; }

  /* RISKS */
  .risks-section { background: var(--bg); }
  .risks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .risk-panel { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
  .risk-panel-head { padding: 14px 20px; display: flex; align-items: center; gap: 10px; font-size: 1rem; font-weight: 700; }
  .risk-panel.bad .risk-panel-head  { background: #C53030; color: #fff; }
  .risk-panel.good .risk-panel-head { background: var(--ink); color: #fff; }
  .risk-panel-body { background: var(--card); padding: 6px 0; border: 1px solid var(--mist-dark); border-top: none; border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .risk-item { display: flex; align-items: flex-start; gap: 12px; padding: 13px 18px; border-bottom: 1px solid var(--mist); font-size: .9rem; color: var(--slate); line-height: 1.55; }
  .risk-item:last-child { border-bottom: none; }
  .ri-icon { flex-shrink: 0; font-size: .95rem; margin-top: 1px; }

  /* FAQ */
  .faq-section { background: var(--card); border-top: 1px solid var(--mist-dark); }
  .faq-layout { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start; }
  .faq-sidebar { position: sticky; top: 76px; }
  .faq-sidebar-title { font-size: 1.1rem; font-weight: 800; color: var(--ink); letter-spacing: -.3px; margin-bottom: 8px; }
  .faq-sidebar-sub { font-size: .9rem; color: var(--slate); line-height: 1.65; margin-bottom: 20px; }
  .faq-cta-mini { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 600; color: var(--amber-dark); background: var(--amber-pale); border: 1px solid rgba(224,140,42,.3); padding: 9px 16px; border-radius: 99px; text-decoration: none; transition: all var(--t); }
  .faq-cta-mini:hover { background: var(--amber); color: #fff; }
  .faq-list { display: flex; flex-direction: column; gap: 8px; }
  .faq-item { border-radius: var(--radius); border: 1px solid var(--mist-dark); overflow: hidden; background: var(--bg); }
  .faq-q { width: 100%; text-align: left; background: none; border: none; padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 1rem; font-weight: 600; color: var(--ink); font-family: inherit; gap: 10px; transition: background var(--t); }
  /* .faq-q:hover { background: var(--amber-pale); } */
  .faq-icon { width: 22px; height: 22px; border-radius: 50%; background: var(--mist-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background var(--t), transform var(--t); }
  .faq-icon svg { stroke: var(--slate); transition: stroke var(--t); }
  .faq-item.open .faq-icon { background: var(--amber); transform: rotate(180deg); }
  .faq-item.open .faq-icon svg { stroke: #fff; }
  .faq-a { display: none; padding: 12px 18px 16px; font-size: .9rem; color: var(--slate); line-height: 1.7; border-top: 1px solid var(--mist-dark); background: var(--card); }
  .faq-item.open .faq-a { display: block; }


  
  /* BACK TO TOP */
  .back-top { position: fixed; bottom: 22px; right: 22px; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--amber), var(--amber-dark)); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(224,140,42,.4); opacity: 0; pointer-events: none; transition: opacity var(--t), transform var(--t); z-index: 99; }
  .back-top.visible { opacity: 1; pointer-events: auto; }
  .back-top:hover { transform: translateY(-2px); }

  /* FADE IN */
  /* .fade-in { transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; } */
  /* .fade-in.visible { opacity: 1; transform: translateY(0); } */

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .hero-layout, .ai-spotlight, .cta-inner { grid-template-columns: 1fr; }
    .upgrade-card { display: none; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .risks-grid, .faq-layout { grid-template-columns: 1fr; }
    .faq-sidebar { position: static; }
  }
  @media (max-width: 560px) {
    .steps-grid { grid-template-columns: 1fr; }
    .nav-list { display: none; }
    .cta-btns { flex-direction: column; }
  }

    input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], textarea{
    min-width: 100%;
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(255,255,255,.32) !important;
  }