/* styles.css */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}
 
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
 
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/Work_Sans/static/WorkSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

/* BLACK FRIDAY */
    .black-friday-banner {
      position: relative;
      width: 100%;
    box-sizing: border-box;
      background: linear-gradient(to bottom, 
          #141414 0%, 
          #141414 15%,
          #2a2a2a 30%, 
          #4a4a4a 50%, 
          #7a7a7a 70%, 
          #aaa 85%, 
          #fff 100%
        );
      padding: 2rem 1rem 7rem;
      overflow: hidden;
    }
 
    .banner-container {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .banner-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
    }

    .banner-subtitle {
      font-size: 1.3rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(250, 250, 250, 0.6);
    }

    .banner-title {
      font-size: 3.5rem;
      font-weight: 600;
      color: #ffffff;
      letter-spacing: -0.02em;
      line-height: 1.1;
    }

    .banner-description {
      max-width: 28rem;
      font-size: 1.125rem;
      color: rgba(250, 250, 250, 0.7);
      line-height: 1.6;
    }

    .banner-cta {
      margin-top: 1rem;
    }
          

    /* Responsive */
    @media (min-width: 768px) {
      .black-friday-banner {
        padding: 3rem 1rem 7rem;
      }

      .banner-title {
        font-size: 3rem;
        }

    }
    @media (max-width: 520px) {
      .banner-title {
        font-size: 2.5rem;
        }

    }
          
    @media (max-width: 380px) {
      .banner-title {
        font-size: 2.2rem;
        }
    }
          
    @media (min-width: 1024px) {
      .banner-title {
        font-size: 4rem;
      }
    }


.hiai-body {
    font-family: "Be Vietnam Pro", sans-serif;
}

.hiai-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
}

.font-stick { font-family: 'Stick', sans-serif; }
.font-potta { font-family: 'Potta One', cursive; }
.font-shippori { font-family: 'Shippori Mincho', serif; }
.font-kaisei { font-family: 'Kaisei Tokumin', serif; }
.hiai-navigation a{
    text-decoration: none;
    color: #000;
    -webkit-user-drag: none;
}

.hiai-navigation h1 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.hiai-navigation span {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.hiai-navigation-link {
    text-decoration: none;
    font-size: 20px;
}

.hiai-navigation-link:first-child {
    position: absolute;
    left: 14px;
}

.hiai-navigation-link:last-child {
    position: absolute;
    right: 14px;
}

.hiai-main-container {
    text-align: center;
    overflow: hidden;

}

.hiai-main-header {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30vh;
}

/* FONTS */
.font-vietnam {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 2.6em;
    letter-spacing: normal;
    font-weight: normal;
}

.font-playwrite {
    font-family: "Playwrite ES", cursive;
    font-size: 2.5em;
    letter-spacing: normal;
    font-weight: normal;
}

.font-silkscreen {
    font-family: Silkscreen, sans-serif;
    font-size: 2.82em;
    letter-spacing: -8px;
    font-weight: 400;
}

.font-bebas {
    font-family: Bebas Neue, sans-serif;
    font-size: 2.7em;
    letter-spacing: 7px;
    font-weight: normal;
}

.font-rubik {
    font-family: 'Rubik', sans-serif;
}

.font-cormorant {
    font-family: 'Cormorant Garamond', serif;
}

.font-fira {
    font-family: 'Fira Sans', sans-serif;
}

.font-russo {
    font-family: 'Russo One', sans-serif;
}

.font-noto { font-family: 'Noto Sans Devanagari', sans-serif; }
.font-khand { font-family: 'Khand', sans-serif; }
.font-hind { font-family: 'Hind', sans-serif; }
.font-tiro { font-family: 'Tiro Devanagari Hindi', serif; }


html:lang(ja) .hiai-main-header {
    font-size: 1.8em; /* instead of 1.5em */
}

.hiai-dynamic-heading {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 85px;
}

.hiai-dynamic-heading::after {
    content: '|';
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 1em !important;
    opacity: 1;
    animation: hiai-blink 1s infinite;
    font-weight: 200;
    margin-left: 5px;
}

.hiai-dynamic-heading-ar {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.hiai-dynamic-heading-ar::before {
    content: '|';
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 1em !important;
    opacity: 1;
    animation: hiai-blink 1s infinite;
    font-weight: 200;
    margin-left: 5px;
}


.pause-animation::after {
    animation: none !important;
}

.hiai-hidden {
    display: none;
}

@keyframes hiai-blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

/* Bubbles Section */
/* ==========================================================================
   Global Container & Common Styles
   ========================================================================== */
.hiai-bubbles {
    display: grid;
    grid-template-columns: 42.5% 15% 42.5%;
    margin-bottom: 50px;
    align-items: center;
}

.hiai-bubbles span {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 300px;
    width: 100%;
}

/* ==========================================================================
   Gemini Bubble Styles
   ========================================================================== */
.hiai-gemini {
    height: 40vw;
    width: 40vw;
    max-height: 400px;
    max-width: 400px;
    background: linear-gradient(to right, #b76990, #497fe4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    border: 11px solid #fff;
    margin-left: auto;
}

.hiai-gemini::before {
    content: '';
    position: absolute;
    height: 46vw;
    width: 46vw;
    max-height: 450px;
    max-width: 450px;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(to right, #b76990, #497fe4);
    background-origin: border-box;
    background-clip: content-box;
}

.hiai-gemini::after {
    content: '';
    position: absolute;
    height: 42vw;
    width: 42vw;
    max-height: 420px;
    max-width: 420px;
    border-radius: 50%;
    z-index: -1;
    border: 20px dashed #fff;
    animation: hiai-rotate-borderz 100s linear infinite;
}

.hiai-gemini-spark {
    height: 50px;
}

.hiai-gemini h3 {
    letter-spacing: 2px;
    margin: 0;
    font-weight: 500;
    font-size: 2em;
}

.hiai-gemini ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 1.2em;
}

/* ==========================================================================
   GPT Bubble Styles
   ========================================================================== */
.hiai-gpt {
    height: 40vw;
    width: 40vw;
    max-height: 400px;
    max-width: 400px;
    background-color: rgba(16, 163, 127, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    margin-right: auto;
}

.hiai-gpt::before {
    content: '';
    position: absolute;
    height: 42vw;
    width: 42vw;
    max-height: 440px;
    max-width: 440px;
    border-radius: 50%;
    border: 10px solid transparent;
    background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
    background-repeat: no-repeat;
    background-image: 
        linear-gradient(white, white),
        linear-gradient(30deg, rgba(16, 163, 127, 1) 36%, white 30%),
        linear-gradient(120deg, rgba(16, 163, 127, 1) 36%, white 30%),
        linear-gradient(300deg, rgba(16, 163, 127, 1) 36%, white 30%),
        linear-gradient(210deg, rgba(16, 163, 127, 1) 36%, white 30%);
    background-position: center center, left top, right top, left bottom, right bottom;
    background-origin: content-box, border-box, border-box, border-box, border-box;
    background-clip: content-box, border-box, border-box, border-box, border-box;
    z-index: -1;
    animation: hiai-rotate-border 50s linear infinite;
}

/* ==========================================================================
   Animations
   ========================================================================== */
@keyframes hiai-rotate-borderz {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes hiai-rotate-border {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */

/* Adjustments for screens below 625px */

@media (max-width: 625px) {
    .hiai-gemini {
        border-width: 13px;
    }
    .hiai-gemini::after {
        height: 44vw;
        width: 44vw;
        border: 18px dashed #fff;
    }
    .hiai-gemini::before {
        height: 49vw;
        width: 49vw;
    }
    .hiai-bubbles h3 {
        font-size: 1.5em !important;
    }
    .hiai-bubbles li {
        font-size: 12px;
    }
    .hiai-bubbles span {
        font-size: 10px;
        letter-spacing: 1px;
    }
}
.hiai-gpt-logo {
    height: 50px;
}



.hiai-gpt h3 {
    letter-spacing: 2px;
    margin: 0;
    font-weight: 500;
    font-size: 2em;
}

.hiai-gpt ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 1.2em;
}


/* ===== FONT FACES (Used by footers) ===== */
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/static/Montserrat-Thin.ttf) format('truetype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/static/Montserrat-ExtraLight.ttf) format('truetype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/static/Montserrat-Light.ttf) format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/static/Montserrat-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/static/Montserrat-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url(../fonts/Work_Sans/static/WorkSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}


/* ===== FULL FOOTER STYLES ===== */
footer {
    background-color: #fff;
    padding: 0 0 30px;
    position: relative;
}
footer::before {
    content: '';
    height: 100px;
    background-image: linear-gradient(rgba(245, 247, 250, 0), rgba(245, 247, 250, 1) 100%);
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    pointer-events: none;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    padding-top: 30px;
    font-family: Montserrat, sans-serif;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-logo {
    font-size: 24px;
    font-weight: 400;
    color: #1d1d1f;
    font-family: "Work Sans", sans-serif;
}

.footer-column h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #424245;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.2s;
}

.footer-column a:hover {
    color: #0066cc;
}

.footer-column.col-language {
    display: flex;
    flex-direction: column;
}

.footer-column.col-language h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 10px;
}
.popup-footer-content .language-selector::after{
    display: none;
}
.language-selector {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: auto;
    cursor: pointer;
    user-select: none;
}

.language-selector svg {
    width: 14px;
    height: 14px;
    color: #86868b;
        pointer-events: none;
}

.language-selector select {
    appearance: none;
    background: transparent;
    border: none;
    padding-right: 18px;
    font-size: 12px;
    color: #424245;
    cursor: pointer;
    font-family: inherit;
}

.language-selector select:hover {
    color: #0066cc;
}

.language-selector select:focus {
    outline: none;
}

.language-selector::after {
    content: "▼";
    position: absolute;
    right: 0;
    font-size: 7px;
    color: #86868b;
    pointer-events: none;
}

.status-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #6e6e73;
    font-size: 12px;
    transition: color 0.2s;
}

.status-link:hover {
    color: #0066cc;
    border-color: #0066cc;
}

.status-link:hover .status-dot {
    background-color: #0066cc;
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: #34c759;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e5e5e7;
}

.footer-copyright {
    font-size: 12px;
    color: #86868b;
}

.footer-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-links a {
    font-size: 12px;
    color: #424245;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
}

.footer-links a:hover {
    color: #0066cc;
}

.social-icon {
    width: 16px;
    height: 16px;
    color: #424245;
    transition: color 0.2s;
}

.footer-links a:hover .social-icon {
    color: #0066cc;
}


/* ===== POPUP FOOTER STYLES ===== */
.popup-footer-wrapper {
    display: none;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.popup-footer-wrapper.show{
    display: inherit;
}
.popup-footer-content p:first-child{
    margin-bottom: 0px;
}

.popup-footer-content p:last-child{
    margin-top: 0px;
}

.popup-footer-content a {
    color: #1d1d1f;
    text-decoration: none;
}

.popup-lang-selector {
  position: relative;
  display: inline-block;
  margin: 8px auto;
}

.popup-lang-display {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.popup-footer-links {
  display: inline;
}

.popup-footer-links a:not(:first-child)::before {
  content: " | ";
  color: #666;
}

.popup-footer-links a {
  font-size: 0.7em;
  color: #666;
  text-decoration: none;
}

.popup-footer-links a:last-child {
  padding-bottom: 5px;
}

.popup-footer-copyright p{
    font-size: 0.65em;
    color: #666;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.popup-globe-icon {
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" %3F><svg fill="%23000000" width="800px" height="800px" viewBox="0 0 52 52" data-name="Layer 1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"><path d="M39,18.67H35.42l-4.2,11.12A29,29,0,0,1,20.6,24.91a28.76,28.76,0,0,0,7.11-14.49h5.21a2,2,0,0,0,0-4H19.67V2a2,2,0,1,0-4,0V6.42H2.41a2,2,0,0,0,0,4H7.63a28.73,28.73,0,0,0,7.1,14.49A29.51,29.51,0,0,1,3.27,30a2,2,0,0,0,.43,4,1.61,1.61,0,0,0,.44-.05,32.56,32.56,0,0,0,13.53-6.25,32,32,0,0,0,12.13,5.9L22.83,52H28l2.7-7.76H43.64L46.37,52h5.22Zm-15.3-8.25a23.76,23.76,0,0,1-6,11.86,23.71,23.71,0,0,1-6-11.86Zm8.68,29.15,4.83-13.83L42,39.57Z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-lang-dropdown {
  position: absolute;
  display: none;
  background: white;
  border: 1px solid #eee;
  border-radius: 4px;
  min-width: 100px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 100;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  overflow: hidden;
}

.popup-lang-dropdown::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: white;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.popup-lang-dropdown.show {
  display: block;
  animation: fadeIn 0.2s ease-out;
}

.popup-lang-option {
  padding: 6px 10px;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
  transition: background-color 0.2s;
}

.popup-lang-option:hover {
  background-color: #f5f5f5;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px) translateX(-50%); }
  to { opacity: 1; transform: translateY(0) translateX(-50%); }
}
#langMenu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

#langMenu.show {
    display: block;
}

.popup-lang-option {
    padding: 10px 15px;
    cursor: pointer;
}

.popup-lang-option:hover {
    background: #f0f0f0;
}

#langDisplay {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ===== RESPONSIVE MEDIA QUERIES ===== */

/* Tablet - Full Footer */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px 30px;
    }

    .col-logo { grid-column: 1; grid-row: 1; }
    .col-tools { grid-column: 2; grid-row: 1; }
    .col-support { grid-column: 3; grid-row: 1; }
    .col-legal { grid-column: 2; grid-row: 2; }
    .col-language { grid-column: 3; grid-row: 2; }
}

/* Mobile - Full Footer */
@media (max-width: 768px) {
    footer {
        text-align: center;
    }

    .footer-container {
        padding: 0 30px;
        padding-top: 25px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        justify-items: center;
    }

    .col-logo {
        grid-column: 1 / -1;
    }

    .col-tools { grid-column: 1; grid-row: 2; }
    .col-support { grid-column: 2; grid-row: 2; }
    .col-legal { grid-column: 1; grid-row: 3; }
    .col-language { grid-column: 2; grid-row: 3; }

    .footer-column {
        max-width: 220px;
    }

    .footer-column.col-language {
        align-items: center;
    }

    .status-link {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .footer-links {
        justify-content: center;
    }
}

/* Small Mobile - Full Footer */
@media (max-width: 600px) {
    footer {
        padding: 40px 0 20px;
    }
    .footer-column li {
        margin-bottom: 8px;
    }

    .footer-container {
        padding: 0 20px;
        padding-top: 20px;
    }

    .footer-logo {
        font-size: 22px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .col-logo { grid-column: 1; grid-row: 1; }
    .col-tools { grid-column: 1; grid-row: 2; }
    .col-support { grid-column: 1; grid-row: 3; }
    .col-legal { grid-column: 1; grid-row: 4; }
    .col-language { grid-column: 1; grid-row: 5; }

    .footer-column {
        max-width: 100%;
    }

    .footer-column.col-language {
        align-items: center;
    }

    .status-link {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-links {
        flex-wrap: wrap;
        gap: 20px;
    }
}

/* Mobile - Popup Footer */
@media (max-width: 600px) {
    .popup-footer-content {
        gap: 10px;
    }

    .popup-footer-links {
        gap: 4px;
    }

    .popup-footer-links a {
        font-size: 11px;
        padding: 0 6px;
    }
}

/* Modal and Form Styles */
.hiai-button {
    margin: 10px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.hiai-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.hiai-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid transparent;
    width: 80%;
    max-width: 400px;
    text-align: center;
}

.hiai-modal-content h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
}

.hiai-secure-message {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0cab00;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    font-weight: 400;
}

.hiai-secure-icon {
    margin-right: 6px;
}

.hiai-modal-close {
    color: #aaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
}

.hiai-modal-close:hover,
.hiai-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.hiai-input-label {
    text-align: left;
    font-weight: 500;
    width: 90%;
    margin: 50px auto 10px auto;
}

.hiai-email-input {
    height: 30px;
    width: 80%;
    font-size: 15px;
    padding: 10px 10px 10px 20px;
}

.hiai-continue-button {
    height: 50px;
    width: 90%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto auto auto;
    border: 1px solid #fff;
    background-color: #497fe4;
    color: #fff;
}

.hiai-divider {
    flex-direction: row;
    color: #aaa;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hiai-divider::after,
.hiai-divider::before {
    content: "";
    display: block;
    width: 4rem;
    border-top: 1px solid #dfdfdf;
    transform: scaleY(.5);
}

.hiai-divider::after {
    margin-left: 1rem;
}

.hiai-divider::before {
    margin-right: 1rem;
}

.hiai-quick-options button {
    height: 40px;
    display: flex;
    align-items: center;
    margin: 10px auto auto auto;
    width: 65%;
    font-size: 0.9em;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
}

.hiai-quick-options .hiai-arrow-down {
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

.hiai-quick-options .hiai-hidden {
    display: none;
}

.hiai-quick-options img {
    height: 25px;
    margin-right: 10px;
}

.hiai-trouble-signin {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #777;
    font-size: 0.8em;
}

.hiai-terms {
    font-size: 0.7em;
    color: #333;
}

/* NEW PRIVACY SECTION */
        .privacy-section {
			line-height: 1.6;
            max-width: 1250px;
            margin: 0 auto;
            padding: 4rem 2rem;
            padding-bottom: 0;
        }
		 .privacy-section * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .privacy-header {
          text-align: center;
          margin-bottom: 3rem;
          filter: blur(8px);   
          opacity: 0.2;        
          will-change: filter, opacity;
        }


        .privacy-header h2 {
            font-size: clamp(2rem, 4vw, 3.5rem);
            font-weight: 600;
            margin-bottom: 1rem;
            letter-spacing: -0.025em;
            background: linear-gradient(135deg, #1d1d1f 0%, #515154 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }

        @keyframes blurFadeIn {
            to {
                --blur-amount: 0;
                opacity: 1;
            }
        }
        
        .privacy-header p {
            font-size: 1.125rem;
            color: #86868b;
            max-width: 500px;
            margin: 0 auto;
            font-weight: 400;
        }

        .features-container {
            position: relative;
            margin-bottom: 3rem;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 3rem;
        }

        .feature-card {
            background-color: #fff;
            border: 1px solid transparent;
            border-radius: 8px;
            cursor: pointer;
            padding: 2rem;
            transition: all 0.3s ease;
            text-align: center;
        }

        .feature-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border-color: #bae6fd;
        }

        .feature-card h3 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0.75rem;
            letter-spacing: -0.01em;
            background: linear-gradient(135deg, #1d1d1f 0%, #515154 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .feature-card p {
            color: #86868b;
            font-size: 0.95rem;
            margin-bottom: 1.25rem;
            line-height: 1.5;
        }

        .feature-points {
            list-style: none;
            text-align: left;
            width: fit-content;
            margin: 0 auto;
        }

        .feature-points li {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            font-size: 0.9rem;
            color: #515154;
            margin-bottom: 0.75rem;
            margin-left: -14px;
        }

        .feature-points li svg {
            width: 16px;
            height: 16px;
            color: #34c759;
            margin-top: 0.1rem;
            flex-shrink: 0;
        }

        .trust-banner {
            background-color: #f5f7fa;
            background-image: linear-gradient(#fff, #f5f7fa 20%);
            border-radius: 0;        /* Change from 18px to 0 */
            margin: 0;               /* Add this */

            padding: 2rem 2rem 5rem 2rem;
            text-align: center;
            z-index: 2;
            position: relative;
        }

        .trust-banner h3 {
            font-size: 2.2rem;
            font-weight: 600;
            color: #1d1d1f;
            margin-bottom: 0.5rem;
            letter-spacing: -0.01em;
        }

        .trust-banner p {
            color: #86868b;
            margin-bottom: 1.5rem;
            font-size: 1rem;
        }

        .compliance-tags {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .compliance-tag {
            font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', 'Segoe UI', system-ui, sans-serif;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #fafbfc;
            border: 1px solid #e8e8ed;
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.875rem;
            color: #1d1d1f;
            font-weight: 500;
            transition: all 0.2s ease;
        }

        .compliance-tag:hover {
            border-color: #d2d2d7;
            transform: translateY(-1px);
        }

        .compliance-tag svg {
            width: 14px;
            height: 14px;
            color: #007aff;
        }

        .dots-container {
            display: none;
            justify-content: center;
            margin-top: 1.5rem;
            gap: 0.5rem;
        }

        .features-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #d2d2d7;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .features-dot.active {
            background: #007aff;
            transform: scale(1.2);
        }

        .pricing-section {
            width: 100%;
            margin: 0;
            padding: 2rem 1.5rem;
			  width: 100vw;
			  margin-left: calc(50% - 50vw);
        }

        .pricing-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .pricing-header h2 {
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 600;
            letter-spacing: -0.025em;
            color: #1d1d1f;
            margin-bottom: 1rem;
        }

        .pricing-header p {
            font-size: 1.25rem;
            color: #86868b;
            font-weight: 400;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            max-width: 800px;
            margin: 0 auto;
        }

        .pricing-card {
			display: flex;
			flex-direction: column;
            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
            border: 1px solid #e5e7eb;
            border-radius: 24px;
            padding: 2rem;
            position: relative;
			transition: border-color 0.3s ease, border-width 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.08);
        }

        .pricing-card:hover {
            transform: translateY(-4px) scale(1.02);
            box-shadow: 0 8px 30px -4px rgba(0, 0, 0, 0.12);
        }
		.hiaipro{
			font-family: "Work Sans", sans-serif;
			position: absolute;
			top: 20px;
			left: 20px;
			font-size: 1.2rem;
			border: 1px solid #ccc;
			border-radius: 50px;
			width: 32px;
			height: 32px;
			text-align: center;
		}
		.hiaipro::after{
			content: 'ai';
			position: absolute;
			transform: translateX(10px);
		}
        .selected-card {
            border-color: #007aff;
            border-width: 2px;
        }

        .savings-badge {
            position: absolute;
            top: -18.5px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #007aff 0%, #0056d6 100%);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.875rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            box-shadow: 0 2px 8px rgba(0, 122, 255, 0.25);
        }

        .savings-icon {
            width: 16px;
            height: 16px;
        }

        .card-header {
            text-align: center;
            margin-bottom: 0rem;
            padding-top: 1rem;
        }

        .plan-name {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1d1d1f;
            margin-bottom: 0;
        }

        .savings-text {
            color: #007aff;
            font-weight: 600;
            font-size: 0.875rem;
        }

        .price-section {
            text-align: center;
            margin-bottom: 2rem;
        }

        .price-display {
            display: flex;
            align-items: baseline;
            justify-content: center;
            margin-bottom: 0.5rem;
        }

        .price-amount {
            font-size: 3rem;
            font-weight: 700;
            letter-spacing: -0.03em;
            color: #1d1d1f;
        }

        .price-period {
            font-size: 1.125rem;
            color: #86868b;
            margin-left: 0.25rem;
        }
		.pricing-dots-container {
			display: none;
			justify-content: center;
			margin-bottom: 2rem;
			gap: 0.5rem;
		}

		.pricing-dot {
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background: #d2d2d7;
			cursor: pointer;
			transition: all 0.3s ease;
		}

		.pricing-dot.active {
			background: #007aff;
			transform: scale(1.2);
		}
        .price-note {
            color: #86868b;
            font-size: 0.875rem;
        }

        .features-list {
            margin-bottom: 2rem;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 1rem;
            font-size: 0.875rem;
            color: #1d1d1f;
        }

        .feature-icon {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #d1fae5;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .feature-icon svg {
            width: 12px;
            height: 12px;
            color: #059669;
            stroke-width: 3;
        }

        .premium-feature .feature-icon {
            background: rgba(0, 122, 255, 0.1);
        }

        .premium-feature .feature-icon svg {
            color: #007aff;
        }

        .premium-feature {
            color: #007aff;
            font-weight: 500;
        }

        .cta-button {
            width: 100%;
            padding: 1rem 1.5rem;
            border-radius: 16px;
            font-size: 1rem;
            font-weight: 600;
            border: none;
            cursor: pointer;
            transition: all 0.2s ease;
            font-family: inherit;
			margin-top: auto;
        }

        .secondary-button {
            background: white;
            color: #007aff;
            border: 2px solid #007aff;
        }

        .secondary-button:hover {
            background: #007aff;
            color: white;
            box-shadow: 0 2px 8px rgba(0, 122, 255, 0.25);
        }

        .primary-button {
            background: linear-gradient(135deg, #007aff 0%, #0056d6 100%);
            color: white;
            box-shadow: 0 2px 8px rgba(0, 122, 255, 0.25);
        }

        .primary-button:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 122, 255, 0.4);
        }

        .trust-indicators {
            text-align: center;
            margin-top: 3rem;
        }

        .trust-indicators p {
            font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', 'Segoe UI', system-ui, sans-serif;
            color: #86868b;
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
        }


/* Trust Banner - Clean & Modern */
.ai-trust-section {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 32px 18px 32px;
  background: #ffffff;

  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.ai-trust-section *,
.ai-trust-section *::before,
.ai-trust-section *::after {
  box-sizing: border-box;
}

/* Header */
.ai-banner-head {
  text-align: center;
  margin-bottom: 40px;
}

.ai-banner-head h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 0.8rem;
    letter-spacing: -0.01em;
    font-family: 'Montserrat', sans-serif;
}

.ai-banner-head .ai-lead-text {
  margin: 0;
  font-size: 1.05rem;
  color: #555555;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* Features Grid */
.ai-features-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 32px 0;
  counter-reset: feature-counter;
}

.ai-feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 18px;
  row-gap: 10px;
  padding: 28px 24px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  counter-increment: feature-counter;
}

.ai-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 769px) and (max-width: 1100px) {
  .ai-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ai-feature-card:nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: calc(50% - 14px);
  }
}

.ai-feature-card::before {
  content: counter(feature-counter);
  grid-row: 1 / 2;
  grid-column: 1;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
}

.ai-feature-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a1a1a;
  align-self: center;
font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.5px;
}

.ai-feature-card p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.6;
}

/* CTA Section */
.ai-cta-section {
  text-align: center;
  margin-top: 36px;
  padding-top: 32px;
  padding-bottom: 24px;
  border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.ai-cta-section .ai-small-text {
  margin: 0 0 16px;
  font-size: 0.9rem;
  color: #888888;
}

.ai-primary-btn {
  display: inline-block;
  padding: 12px 28px;
  margin: 0 8px 12px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background: #333333;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease;
  cursor: pointer;
max-width: 320px;
}

.ai-primary-btn:hover {
  background: #1a1a1a;
}

.ai-cta-link {
  display: inline-block;
  margin: 0 8px 12px;
  font-size: 1rem;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
  transition: border-color 0.2s ease;
}

.ai-cta-link:hover {
  border-bottom-color: #333333;
}

/* Typography refinements */
.ai-trust-section strong {
  font-weight: 600;
  color: #1a1a1a;
}

.ai-trust-section em {
  font-style: italic;
  color: #444444;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ai-trust-section {
    padding: 32px 20px;
  }
  
  .ai-banner-head h2 {
    font-size: 1.5rem;
  }
  
  .ai-features-grid {
    grid-template-columns: 1fr;
  }
}

        @media (max-width: 1050px) {
            .privacy-section {
                padding: 2rem 1rem;
                padding-bottom: 0;
            }
            .privacy-header{
                margin-bottom: 2em;
            }
            
            .privacy-section .features-container {
                overflow: hidden;
                width: 100%;
                padding: 20px 0;
                margin-bottom: 0;
            }
            .privacy-section .feature-points li {
                justify-content: flex-start;
                margin-left: 0;
            }
            .privacy-section .features-grid {
                display: flex;
                width: 300%;
                gap: 0;
                transition: transform 0.3s ease-in-out;
            }
            
            .privacy-section .feature-card {
                width: 30%;
                margin: 0 1.75%;
                padding: 1.5rem;
                flex-shrink: 0;
            }

            .dots-container {
                display: flex;
            }

            .compliance-tags {
                gap: 0.5rem;
            }

            .compliance-tag {
                font-size: 0.8rem;
                padding: 0.4rem 0.8rem;
            }
        }

		@media (min-width: 768px) {
			.pricing-grid {
				transition: none !important;
			}
		}
        @media (max-width: 768px) {
            .privacy-section {
                padding: 1.5rem 0.75rem;
                padding-bottom: 0;
            }
            
            .feature-card {
                padding: 1.25rem;
            }
            
            .trust-banner {
                padding: 1.5rem 1.5rem 3rem 1.5rem;
                margin: 0 0.5rem;
            }

            .pricing-section {
                padding: 2rem 0;
            }
            .pricing-card {
                padding: 1.5rem;
            }

            .price-amount {
                font-size: 2.5rem;
            }

			.pricing-section {
				overflow: hidden;
			}

			.pricing-grid {
				display: flex;
				width: 200%;
				max-width: none;
				transform: translateX(-50%);
				gap: 0;
				transition: transform 0.3s ease-in-out;
			}
			.features-list{
				width: fit-content;
				margin: auto;
		
			}
			.feature-item{
			      margin-left: calc(-20.4px - 0.75rem);
				  justify-content: center;
			}
			.price-section{
				margin-bottom: 1rem;
			}
			.pricing-card {
				width: 45%;
				margin: 0 2.5%;
				flex-shrink: 0;
			}
			.pricing-header{
				margin-bottom: 2rem;
			}
			.pricing-dots-container {
				display: flex;
			}
        }

@media(max-width: 1000px){
    .font-vietnam {
       font-family: "Be Vietnam Pro", sans-serif;
       font-size: 2.08em;
       letter-spacing: normal;
       font-weight: normal;
    }
    .font-playwrite {
       font-family: "Playwrite ES", cursive;
       font-size: 2em;
       letter-spacing: normal; 
       font-weight: normal;
    }
    .font-silkscreen {
       font-family: Silkscreen, sans-serif;
       font-size: 2.256em;
       letter-spacing: -6.4px;
       font-weight: 400;
    }
    .font-bebas {
       font-family: Bebas Neue, sans-serif;
       font-size: 2.16em;
       letter-spacing: 5.6px;
       font-weight: normal;
    }
}

@media(max-width: 750px){
    .font-vietnam {
       font-family: "Be Vietnam Pro", sans-serif;
       font-size: 1.664em;
       letter-spacing: normal;
       font-weight: normal;
    }
    .font-playwrite {
       font-family: "Playwrite ES", cursive;
       font-size: 1.6em;
       letter-spacing: normal; 
       font-weight: normal;
    }
    .font-silkscreen {
       font-family: Silkscreen, sans-serif;
       font-size: 1.8048em;
       letter-spacing: -5.12px;
       font-weight: 400;
    }
    .font-bebas {
       font-family: Bebas Neue, sans-serif;
       font-size: 1.728em;
       letter-spacing: 4.48px;
       font-weight: normal;
    }
}

@media(max-width: 600px){
    .font-vietnam {
       font-family: "Be Vietnam Pro", sans-serif;
       font-size: 1.331em;
       letter-spacing: normal;
       font-weight: normal;
    }
    .font-playwrite {
       font-family: "Playwrite ES", cursive;
       font-size: 1.28em;
       letter-spacing: normal; 
       font-weight: normal;
    }
    .font-silkscreen {
       font-family: Silkscreen, sans-serif;
       font-size: 1.444em;
       letter-spacing: -4.096px;
       font-weight: 400;
    }
    .font-bebas {
       font-family: Bebas Neue, sans-serif;
       font-size: 1.382em;
       letter-spacing: 3.584px;
       font-weight: normal;
    }
}
@media (max-width: 600px) {
    .hiai-bubbles {
        /* Adjust the grid columns for small screens without stacking */
    grid-template-columns: 45% 10% 45%;
        gap: 10px;
        text-align: center;
    }
    .hiai-gemini,
    .hiai-gpt {
        /* Scale the bubble sizes proportionally */
        width: 40vw;
        height: 40vw;
        max-width: 40vw;
        max-height: 40vw;
        margin: 0;
    }
    .hiai-gpt-logo {
        height: 45px;
    }
    .googleg {
        display: none;
    }
}

/* Hide list on very small screens */
@media (max-width: 500px) {
    .hiai-bubbles{
        gap: 5px;
    }
    .hiai-bubbles ul {
        display: none;
    }
    .hiai-gemini-spark {
        height: 40px;
    }
    .hiai-gemini{
    border: 8px solid #fff;
    }
    .hiai-gemini::after {
        height: 42vw;
        width: 42vw;
        border: 18px dashed #fff;
    }
    .hiai-gemini::before {
        height: 49vw;
        width: 49vw;
    }
    .hiai-bubbles h3{
        font-size: 1.2em !important;
        letter-spacing:  0.5px;
    }
    .hiai-gpt h3{
        letter-spacing: 0.5px !important;
    }
}
@media (min-width: 1600px) {
    .hiai-gemini {
        border: 22px solid #fff;
    }

    .hiai-gemini::before {
        max-height: 490px;
        max-width: 490px;
    }

    .hiai-gemini::after {
        content: '';
        position: absolute;
        height: 42vw;
        width: 42vw;
        max-height: 440px;
        max-width: 440px;
        border-radius: 50%;
        z-index: -1;
        border: 26px dashed #fff;
        animation: hiai-rotate-borderz 100s linear infinite;
    }
    
    .hiai-gpt {
        height: 40vw;
        width: 40vw;
        max-height: 400px;
        max-width: 400px;
        background-color: rgba(16, 163, 127, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        position: relative;
        overflow: visible;
        margin-right: auto;
    }

    .hiai-gpt::before {
        content: '';
        position: absolute;
        height: 42vw;
        width: 42vw;
        max-height: 460px;
        max-width: 460px;
        border-radius: 50%;
        border: 16px solid transparent;
    }
}
/* Desktop only - connecting lines */
@media (min-width: 1051px) {
    /* Raise outer cards */
    .privacy-section .feature-card:first-child,
    .privacy-section .feature-card:last-child {
        transform: translateY(-30px);
    }
    .privacy-header h2{
        position: relative;
        cursor: pointer;
    }
    
    /* Left curved line */
    .privacy-header h2::before {
        content: '';
        position: absolute;
        left: -20px;
        top: 48px;
        width: 120px;
        height: 140px;
        transform: translateX(-100%);
        border-top: 2px dashed #d2d2d7;
        border-left: 2px dashed #d2d2d7;
        border-top-left-radius: 14000px;
        clip-path: inset(0 0 100% 0);
        transition: clip-path 0.8s ease-out;
    }
    
    /* Right curved line */
    .privacy-header h2::after {
        content: '';
        position: absolute;
        right: -20px;
        top: 48px;
        width: 120px;
        height: 140px;
        transform: translateX(100%);
        border-top: 2px dashed #d2d2d7;
        border-right: 2px dashed #d2d2d7;
        border-top-right-radius: 14000px;
        clip-path: inset(0 0 100% 0);
        transition: clip-path 0.8s ease-out;
    }
    
    /* Middle straight line */
    .privacy-header::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -5px;
        width: 2px;
        height: 65px;
        border-left: 2px dashed #d2d2d7;
        transform: translateX(-50%) translateY(100%);
        clip-path: inset(0 0 100% 0);
        transition: clip-path 0.6s ease-out;
    }

    /* Active states when fully clear */
    .privacy-header.is-clear h2::before,
    .privacy-header.is-clear h2::after,
    .privacy-header.is-clear h2 ~ .privacy-header::after,
    .privacy-header.is-clear::after {
        clip-path: inset(0 0 0 0);
    }
}

@media (max-width: 1051px) {
    
    /* Middle straight line */
.privacy-header::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, 
        #d2d2d7 50%, 
        transparent 50%
    );
    background-size: 2px 8px;
    background-repeat: repeat-y;
    transform: translateX(-50%) translateY(100%);
    animation: dashMove 0.5s linear infinite;
}

@keyframes dashMove {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 8px;
    }
}

}