 /* SIGN-UP CODE START */
 
 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-height: 100vh; 
    background: #FFFFFF; 
    color: #121212;
    display: flex; flex-direction: column;
    position: relative; overflow-x: hidden;
  }
  .bg-canvas {
    position: fixed; inset: 0; z-index: 0;
    background:
      radial-gradient(ellipse 75% 55% at 10% 15%, rgba(21, 101, 216, 0.05) 0%, transparent 60%),
      radial-gradient(ellipse 55% 45% at 90% 80%, rgba(21, 101, 216, 0.03) 0%, transparent 60%),
      linear-gradient(160deg, #F8FAFC 0%, #FFFFFF 100%);
    pointer-events: none;
  }
  .bg-canvas::after {
    content: ''; position: absolute; inset: 0;
    /*background-image: linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);*/
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 10%, transparent 100%);
  }
  nav {
    position: relative; z-index: 10;
    /* display: flex; align-items: center; justify-content: space-between; */
    padding: 0px 52px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    backdrop-filter: blur(12px); background: rgba(255,255,255,0.8);
  }
  .nav-row
  {
              /* position: relative; z-index: 5; */
    /* display: grid;  */
    /* grid-template-columns: 1.15fr 0.85fr; */
    max-width: 1180px; 
    margin: 0 auto; 
    width: 100%;
      display: flex; align-items: center; justify-content: space-between;
     padding: 0px 40px; 
    /* align-items: start; */
  }
  .logo { display: flex; align-items: center; text-decoration: none; }
  .logo img { height: 110px; width: auto; display: block; }

    .nav-right { font-size: 14px; color: #64748B; }
  .nav-right a { color: #1565D8; font-weight: 600; text-decoration: none; margin-left: 6px; }
  
  main {
    background-image: url(images/admin-ajax.png), url(images/line-1.png);
    background-position:top right ;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 600px;
    flex: 1;
  }
  .main-row1 {
    position: relative; z-index: 5;
    display: grid; 
    grid-template-columns: 1.15fr 0.85fr;
    max-width: 1180px; 
    margin: 0 auto; 
    width: 100%;
    padding: 56px 40px 72px; gap: 72px;
    align-items: start;
  }
  .left-panel { display: flex; flex-direction: column; padding-top: 8px; }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: #1565D8; margin-bottom: 20px;
  }
  .eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #1565D8; }
  h1 { font-size: 40px; font-weight: 700; line-height: 1.12; letter-spacing: -1px; color: #121212; margin-bottom: 18px; }
  /*h1 span { color: #1565D8; }*/
  .subheadline { font-size: 15.5px; line-height: 1.75; color: #475569; margin-bottom: 28px; max-width: 480px; }
  
  .value-clarifier {
    display: inline-flex; align-items: flex-start; gap: 10px;
    background: rgba(21, 101, 216, 0.05);
    border: 1px solid rgba(21, 101, 216, 0.15);
    border-radius: 12px; padding: 14px 18px; margin-bottom: 38px; max-width: 500px;
  }
  .vc-text { font-size: 13.5px; line-height: 1.65; color: #475569; }
  .vc-text strong { color: #1565D8; font-weight: 600; }
  
  .section-label { font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: #94A3B8; margin-bottom: 16px; }
  .benefit-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 40px; }
  .b-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #334155; line-height: 1.55; }
  .b-icon {
    width: 22px; height: 22px; min-width: 22px; border-radius: 50%;
    background: rgba(21, 101, 216, 0.1);
    border: 1px solid rgba(21, 101, 216, 0.2);
    display: flex; align-items: center; justify-content: center; margin-top: 1px;
  }
  .b-icon svg path { stroke: #1565D8; }

  .founder-note {
    border-radius: 14px; padding: 24px 26px;
    background: #F8FAFC; border: 1px solid rgba(0,0,0,0.05);
    position: relative; overflow: hidden;
  }
  .founder-note::before {
    content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
    background: #1565D8;
  }
  .founder-quote { font-size: 14px; line-height: 1.8; color: #475569; font-style: italic; margin-bottom: 14px; }
  .founder-quote strong { color: #121212; font-style: normal; font-weight: 600; }
  .founder-avatar {
    width: 32px; height: 32px; border-radius: 50%;
    background: #1565D8;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700; color: #FFF; flex-shrink: 0;
  }
  .founder-name { font-size: 13px; font-weight: 700; color: #121212; display: block; }
  .founder-title { font-size: 11px; color: #64748B; display: block; }

  .form-card {
    background: #FFFFFF; border: 1px solid rgba(0,0,0,0.08);
    border-radius: 20px; padding: 40px 36px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.02);
    position: sticky; top: 24px;
  }
  .plan-toggle {
    display: flex; background: #F1F5F9;
    border-radius: 10px; padding: 4px; margin-bottom: 28px; gap: 4px;
  }
  .plan-tab {
    flex: 1; padding: 9px 6px; border-radius: 7px; border: none;
    background: transparent; color: #64748B; font-size: 13px;
    font-weight: 600; cursor: pointer; font-family: inherit;
    transition: all 0.2s;
    display: flex; flex-direction: column; align-items: center;
  }
  .plan-tab.active {
    background: #FFFFFF; color: #1565D8; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .plan-tab .price { font-size: 10px; font-weight: 400; opacity: 0.8; margin-top: 2px; }

  .form-title { font-size: 22px; font-weight: 800; color: #121212; margin-bottom: 4px; }
  .form-sub { font-size: 13.5px; color: #64748B; margin-bottom: 26px; }
  .form-sub a { color: #1565D8; font-weight: 600; text-decoration: none; }

  label { display: block; font-size: 12.5px; font-weight: 600; color: #475569; margin-bottom: 7px; }
  input[type="text"], input[type="email"], input[type="password"], input[type="number"]  {
    width: 100%; padding: 11px 14px;
    background: #F8FAFC; border: 1px solid #E2E8F0;
    border-radius: 10px; font-size: 14px; color: #121212;
    outline: none; transition: all 0.2s;
  }
  input::placeholder { color: #94A3B8; }
  input:focus {
    border-color: #1565D8;
    background: #FFF;
    box-shadow: 0 0 0 3px rgba(21, 101, 216, 0.1);
  }

  .strength-seg { flex: 1; height: 3px; border-radius: 2px; background: #E2E8F0; }
  .strength-seg.active { background: #1565D8; }

  .terms label { font-size: 12px; color: #64748B; }
  .terms a { color: #1565D8; }
  .terms input[type="checkbox"] { accent-color: #1565D8; }

  .btn-primary {
    width: 100%; padding: 14px;
    background: linear-gradient(to right, #6a3df4 0%, #3eb1f4 100%);
    color: #fff; font-size: 15px; font-weight: 700;
    border: none; border-radius: 10px; cursor: pointer;
    margin-bottom: 16px; box-shadow: 0 4px 22px rgba(106, 61, 244, 0.3);
    transition: all 0.2s;
  }
  .btn-primary:hover { opacity: 0.91; transform: translateY(-1px);     background: linear-gradient(to right, #3eb1f4 0%, #6a3df4 100%);}

  .divider span { font-size: 12px; color: #94A3B8; }
  .div-line { flex: 1; height: 1px; background: #E2E8F0; }

  .btn-google {
    width: 100%; padding: 12px;
    background: #FFFFFF; border: 1px solid #E2E8F0;
    border-radius: 10px; color: #475569;
    font-size: 14px; font-weight: 600; cursor: pointer;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    margin-bottom: 22px; transition: all 0.2s;
  }
  .btn-google:hover { background: #F8FAFC; border-color: #CBD5E1; }
  .g-icon { width:18px; height: 18px ;}

  .trust-row { display: flex; justify-content: space-between; margin-top: 10px; padding-top: 15px; border-top: 1px solid #F1F5F9; }
  .trust-item { font-size: 11px; color: #64748B; display: flex; align-items: center; gap: 4px; }

  /* --- RESPONSIVE FIXES --- */

  @media (max-width: 1024px) {
    .main-row1 { gap: 40px; padding: 40px 30px; }
    h1 { font-size: 32px; }
  }

  @media (max-width: 840px) {
    nav { padding: 0px 24px; }
    .logo img { height: 55px; }
    .nav-row {justify-content:center;}
    
    .main-row1 { 
      grid-template-columns: 1fr; /* Stack columns */
      gap: 50px; 
      padding: 30px 20px; 
    }

    .left-panel { text-align: left; align-items: flex-start; }
    .subheadline { max-width: 100%; }
    .value-clarifier { max-width: 100%; }
    
    .form-card { 
      position: static; 
      padding: 30px 20px; 
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
    }

    main {
        background-size: 400px; /* Background image thodi choti mobile par */
    }
  }

  @media (max-width: 480px) {
    h1 { font-size: 28px; }
    .nav-right { font-size: 12px; }
    .logo img { height: 45px; }
    
    .plan-tab { font-size: 11px; padding: 8px 4px; }
    .plan-tab .price { font-size: 9px; }

    .btn-primary { font-size: 14px; }
    
    .main-row1 { padding: 20px 15px; }
  }
  
   /* SIGN-UP CODE END */
   
      /* SIGN-IN CODE START */
      
   *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-height: 100vh; 
    background: #FFFFFF;
    color: #121212;
    display: flex; flex-direction: column;
    position: relative; overflow-x: hidden;
  }
  .bg-canvas {
    position: fixed; inset: 0; z-index: 0;
    background:
      radial-gradient(ellipse 80% 60% at 15% 20%, rgba(21, 101, 216, 0.05) 0%, transparent 60%),
      radial-gradient(ellipse 60% 50% at 85% 75%, rgba(21, 101, 216, 0.03) 0%, transparent 60%),
      linear-gradient(160deg, #F8FAFC 0%, #FFFFFF 100%);
    pointer-events: none;
  }
  nav {
    position: relative; z-index: 10;
    /* display: flex; align-items: center; justify-content: space-between; */
    padding: 0px 52px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    backdrop-filter: blur(12px); background: rgba(255,255,255,0.8);
  }
  .nav-row1
  {
              /* position: relative; z-index: 5; */
    /* display: grid;  */
    /* grid-template-columns: 1.15fr 0.85fr; */
    max-width: 1180px; 
    margin: 0 auto; 
    width: 100%;
      display: flex; align-items: center; justify-content: space-between;
    padding: 0px 40px;
    /* align-items: start; */
  }
  .logo img { height: 110px; width: auto; display: block; }
  
    .nav-right { font-size: 14px; color: #64748B; }
  .nav-right a { color: #1565D8; font-weight: 600; text-decoration: none; margin-left: 6px; }

  main {
    position: relative;
    background-image: url(images/admin-ajax.png), url(images/line-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 600px;
    flex: 1;
    z-index: 1;
  }

  .main-row1 {
    position: relative; z-index: 5;
    display: grid; grid-template-columns: 1.1fr 0.9fr;
    max-width: 1180px; margin: 0 auto; width: 100%;
    padding: 40px; gap: 60px;
    align-items: center; min-height: calc(100vh - 100px);
  }

  .left-panel { display: flex; flex-direction: column; }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: #1565D8; margin-bottom: 20px;
  }
  .eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #1565D8; }
  h1 { font-size: 38px; font-weight: 700; line-height: 1.15; color: #121212; margin-bottom: 18px; }
  /*h1 span { color: #1565D8; }*/
  .subheadline { font-size: 15.5px; line-height: 1.75; color: #475569; margin-bottom: 30px; max-width: 440px; }

  .retention-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
  .r-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #334155; }
  .r-icon {
    width: 20px; height: 20px; min-width: 20px; border-radius: 50%;
    background: rgba(21, 101, 216, 0.1); border: 1px solid rgba(21, 101, 216, 0.2);
    display: flex; align-items: center; justify-content: center; margin-top: 2px;
  }

  .value-box {
    border-radius: 12px; padding: 20px;
    background: #F8FAFC; border: 1px solid rgba(0,0,0,0.05);
    position: relative; overflow: hidden;
  }
  .value-box::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #1565D8; }
  .value-box p { font-size: 13.5px; color: #475569; line-height:1.8;}

  /* FORM CARD UPDATES */
  .form-card {
    background: #FFFFFF; border: 1px solid rgba(0,0,0,0.08);
    border-radius: 20px; padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
  }
  .form-title { font-size: 24px; font-weight: 800; margin-bottom: 5px; }
  .form-sub { font-size: 14px; color: #64748B; margin-bottom: 30px; }
  .form-sub a { color: #1565D8; text-decoration: none; font-weight: 600; }

  .field { margin-bottom: 20px; }
  .label-group { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
  label { font-size: 13px; font-weight: 600; color: #475569; }
  
  .forgot-link { font-size: 12px; color: #1565D8; text-decoration: none; font-weight: 600; }
  .forgot-link:hover { text-decoration: underline; }

  input[type="email"], input[type="password"] {
    width: 100%; padding: 12px; border-radius: 10px; border: 1px solid #E2E8F0;
    background: #F8FAFC; outline: none; transition: 0.2s; font-size: 14px;
  }
  input:focus { border-color: #1565D8; box-shadow: 0 0 0 3px rgba(21, 101, 216, 0.1); background: #fff; }

  /* CHECKBOX STYLING */
  .checkbox-group { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; }
  .checkbox-group input[type="checkbox"] { 
    width: 16px; height: 16px; cursor: pointer; accent-color: #1565D8; 
  }
  .checkbox-group label { font-weight: 400; color: #64748B; cursor: pointer; user-select: none; }

  .btn-primary {
    width: 100%; padding: 14px; border-radius: 10px; border: none;
   background: linear-gradient(to right, #6a3df4 0%, #3eb1f4 100%);
    color: white; font-weight: 800; cursor: pointer; transition: 0.2s; font-size: 15px;
  }
  .btn-primary:hover { transform: translateY(-1px); opacity: 0.95; background: linear-gradient(to right, #3eb1f4 0%, #6a3df4 100%); }

  .divider { display: flex; align-items: center; gap: 10px; margin: 20px 0; color: #94A3B8; font-size: 12px; }
  .div-line { flex: 1; height: 1px; background: #E2E8F0; }

  .btn-google {
    width: 100%; padding: 12px; border-radius: 10px; border: 1px solid #E2E8F0;
    background: white; display: flex; align-items: center; justify-content: center; gap: 10px;
    font-weight: 600; cursor: pointer; transition: 0.2s; margin-bottom: 20px; font-size: 14px;
  }
    .g-icon { width:18px; height: 18px ;}

  .legal { font-size: 11px; color: #94A3B8; text-align: center; border-top: 1px solid #F1F5F9; padding-top: 15px; }

  /* RESPONSIVE SETTINGS */
  @media (max-width: 820px) {
    nav { padding: 0px 24px; }
    .nav-right { display: none; }
    .main-row1 { grid-template-columns: 1fr; padding: 30px 24px; gap: 40px; text-align: center; }
    .left-panel { align-items: center; }
    .subheadline { margin-left: auto; margin-right: auto; }
    .retention-list { align-items: flex-start; text-align: left; }
    /* main { background-image: none; } */
    .form-card { padding: 30px 20px; text-align: left; }
        main {
        background-size: 400px; /* Background image thodi choti mobile par */
    }
        .nav-row1 {justify-content:center;}
  }
     /* SIGN-IN CODE END */
  