
   :root {
    --header-h: 60px;
    --container-w: 1200px;
    --primary: #007bff;
    --primary-dark: #005ce6;
    --text-main: #1d1d1f;
    --text-muted: #666666;
    --bg-white: #ffffff;
    --bg-soft: #f8f9fb; 
    --border-color: #eeeeee;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --hero-mask:linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(2, 6, 23, 1) 100%);
    --aurora-cyan: #22d3ee;
    --aurora-blue: #3b82f6;
    --aurora-purple: #a855f7;
    --text-muted: rgba(255, 255, 255, 0.5);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: var(--text-main); line-height: 1.6; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }


.container { max-width: var(--container-w); margin: 0 auto; padding: 0 20px; }
section { padding: 60px 0; }
section.bg-soft { background-color: var(--bg-soft); }
section.bg-white { background-color: var(--bg-white); }

.sec-title { text-align: center; font-size: 2.2rem; margin-bottom: 50px; font-weight: 800; }
.how_item{
    width: 30%;
}


header {
    height: var(--header-h);
    width: 100%;
    position: absolute; top: 0; z-index: 1000;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5%; transition: var(--transition);
}
.logo_icon{
    height: 50px;
    width: auto;
}

header.scrolled {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 1px 15px rgba(0,0,0,0.05);
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
}
.auth-box {
    position: relative;
}
.auth-in,
.auth-item {
    background: #1a73e8;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
}
.auth-in a,
.auth-item a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    white-space: nowrap;
    padding: 3px 0px;
    font-size: 13px;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 27px;
    text-decoration: none;
    background: #1a73e8;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
    width: max-content;
}
.usr-item .dropdown-menu {
    width: 100%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.usr-item:hover .dropdown-menu {
    display: block;
}
.lng-wrap {
    padding: 0 8px;
    border: 1px solid #293545;
    height: 30px;
    margin-right: 10px;
    line-height: 25px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
}
.auth-btn i,
.auth-cta i{
    margin-right: 3px;
}
.lng-wrap ul li span, .lng-wrap span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: inline-block;
}
.lng-wrap span {
    margin-right: 5px;
}
.lng-panel {
    position: absolute !important;
    display: none;
    top: 100%;
    left: 0;
}
.lng-arw-box {
    transform: translate(0px, 10px);
    display: flex;
}
.lng-cls {
    display: none;
}
.lng-opts {
    top: 100%;
    left: 5%;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 12%);
    padding: 10px !important;
    top: 10px;
    margin-top: 5px !important;
    border-radius: 6px;
    max-height: 83vh;
    overflow-y: auto;
    display: flex !important;
    flex-wrap: wrap;
    width: 200px;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}
.lng-wrap ul li {
    line-height: 20px;
    width: 100%;
    color: #D4D4D4;
}
[class^="flag-icon-"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.flag-icon-ar {
    background-image: url(/images/flag/ar.svg);
}

.flag-icon-en,.flag-icon-lp {
    background-image: url(/images/flag/en.svg)
}

.flag-icon-es {
    background-image: url(/images/flag/es.svg)
}

.flag-icon-fr {
    background-image: url(/images/flag/fr.svg)
}

.flag-icon-de {
    background-image: url(/images/flag/de.svg)
}

.flag-icon-it {
    background-image: url(/images/flag/it.svg)
}

.flag-icon-pt {
    background-image: url(/images/flag/pt.svg)
}

.flag-icon-pl {
    background-image: url(/images/flag/pl.svg)
}

.flag-icon-da {
    background-image: url(/images/flag/da.svg)
}

.flag-icon-nl {
    background-image: url(/images/flag/nl.svg)
}

.flag-icon-fi {
    background-image: url(/images/flag/fi.svg)
}

.flag-icon-cs {
    background-image: url(/images/flag/cs.svg)
}

.flag-icon-sv {
    background-image: url(/images/flag/sv.svg)
}

.flag-icon-no {
    background-image: url(/images/flag/no.svg)
}

.flag-icon-ro {
    background-image: url(/images/flag/ro.svg)
}

.flag-icon-ru {
    background-image: url(/images/flag/ru.svg)
}

.flag-icon-el {
    background-image: url(/images/flag/el.svg)
}

.flag-icon-id {
    background-image: url(/images/flag/id.svg)
}

.flag-icon-zh-cn {
    background-image: url(/images/flag/zh-cn.svg)
}

.flag-icon-ja {
    background-image: url(/images/flag/ja.svg)
}

.flag-icon-ko {
    background-image: url(/images/flag/ko.svg)
}

.flag-icon-th {
    background-image: url(/images/flag/th.svg)
}

.flag-icon-tr {
    background-image: url(/images/flag/tr.svg)
}

.flag-icon-vn {
    background-image: url(/images/flag/vn.svg)
}

.flag-icon-hr {
    background-image: url(/images/flag/hr.svg)
}

.flag-icon-et {
    background-image: url(/images/flag/et.svg)
}

.flag-icon-hu {
    background-image: url(/images/flag/hu.svg)
}

.flag-icon-ie {
    background-image: url(/images/flag/ie.svg)
}

.flag-icon-sk {
    background-image: url(/images/flag/sk.svg)
}
.uppercase {
    text-transform: uppercase;
}
.lng-wrap ul li span,.lng-wrap span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: inline-block;
}
.lng-opts li a {
    font-size: 13px;
    color: #333;
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-weight: 400 !important;
    height: auto !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.lng-wrap:hover .lng-panel {
    display: block;
}
.logo { font-size: 24px; font-weight: 800; color: #fff;display: flex; }
header.scrolled .logo { color: var(--primary); }


.lang-picker { position: relative; padding: 10px 0; cursor: pointer; color: #fff; font-size: 14px; }
header.scrolled .lang-picker { color: #333; }

.lang-dropdown {
    position: absolute; top: 100%; right: 0; width: 150px;
    background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: var(--transition);
}

.lang-picker:hover .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }

.lang-dropdown li { padding: 12px 20px; color: #333; display: flex; align-items: center; gap: 8px; font-size: 13px; }
.lang-dropdown li:hover { background: #f5f5f7; color: var(--primary); }


.login-btn { border: 1.5px solid #fff; color: #fff; padding: 6px 20px; border-radius: 20px; font-size: 14px; }
header.scrolled .login-btn { border-color: var(--primary); color: var(--primary); }
.login-btn:hover { background: rgba(255,255,255,0.1); }
header.scrolled .login-btn:hover { background: var(--primary); color: #fff; }
.bg-soft{
    background-color: var(--bg-soft);
}


.hero,
.sr-hero {
    min-height: calc(100vh - 88px);
    background:
    radial-gradient(ellipse 80% 60% at 80% 10%, rgba(124, 58, 237, 0.25) 0%, transparent 50%),
    radial-gradient(ellipse 100% 80% at 10% 90%, rgba(37, 99, 235, 0.22) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 40% 40%, rgba(6, 182, 212, 0.12) 0%, transparent 50%),
    radial-gradient(circle at center, #111421 0%, #06070d 100%);
    display: flex; flex-direction: column; align-items: center;
    color: #fff; padding-bottom: 2vh;
}

.carrier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.carrier-card {
    display: flex;
    align-items: center;
    background: var(--bg-white);
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
    text-align: left;
}

.carrier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.carrier-card p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.c-icon,
.dt-cico {
    width: 48px; height: 48px;
    background: #f0f2f5;
    border-radius: 10px;
    margin-right: 15px;
    flex-shrink: 0;
}
.c-icon img,
.dt-cico img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.hdr-r,
.hdr-l,
.hdr-ar,
.hdr-al {
    display: flex;
    align-items: center;
    gap: 20px;
}
.goApiBtn,#fgoApi{
    color: #fff;
    font-weight: 700;
    background: transparent;
    border: none;
}

.c-info strong { display: block; font-size: 16px; }
.c-info p { font-size: 12px; color: var(--text-muted); }

.app-flex { display: flex; align-items: center; gap: 60px; flex-wrap: wrap; }

.app-mockup { flex: 1; text-align: center; min-width: 300px; }
.app-mockup img { width: 60%; max-width: 450px; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.12)); }
.app-info{
    width: 60%;
}
.app-content { flex: 1; min-width: 300px; }
.app-content h2 { font-size: 2.8rem; line-height: 1.2; margin-bottom: 20px; }
.app-content p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 35px; }

.download-btns { display: flex; gap: 15px; }
.btn-dl {
    padding: 14px 28px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 15px;
    background: var(--bg-white);
}
.btn-dl:hover { border-color: var(--primary); color: var(--primary); }


.tp-header { text-align: center; margin-bottom: 60px; }
.tp-logo { color: #00b67a; font-size: 2.4rem; font-weight: 900; margin-bottom: 10px; }

.tp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.tp-card {
    background: var(--bg-white);
    padding: 35px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

.tp-stars { color: #00b67a; font-size: 1.2rem; margin-bottom: 15px; }
.tp-comment { font-size: 14px; line-height: 1.7; font-style: italic; margin-bottom: 20px; color: #444; }

.tp-user { display: flex; align-items: center; gap: 12px; }
.u-avatar { width: 40px; height: 40px; background: #eee; border-radius: 50%; }
.u-name strong { display: block; font-size: 14px; }
.u-name span { font-size: 12px; color: #999; }


.ft-inner{
    max-width: 1200px;
    margin: 0 auto;
}
footer { background: #111; color: #888; padding: 80px 0 20px; }
.ft-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-bottom: 50px; }
.ft-sec h5 { color: #fff; margin-bottom: 20px; font-size: 16px; }
.ft-sec ul { list-style: none; }
.ft-sec li { margin-bottom: 12px; font-size: 14px; }
.ft-note { border-top: 1px solid #222; padding: 30px 0; font-size: 12px; line-height: 1.8; text-align: justify; }


.am-mask {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 41, 59, 0.75) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    animation: fadeInOverlay 0.4s ease;
}

@keyframes fadeInOverlay {
    from { opacity: 0; }
    to { opacity: 1; }
}

.am-dialog {
    width: 100%;
    max-width: 400px;
    padding: 48px 40px;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.95) 0%, rgba(15, 23, 42, 0.98) 100%);
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 28px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    color: #f1f5f9;
    transform: scale(0.9) translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.am-mask.active { display: flex; }
.am-mask.active .am-dialog { transform: scale(1) translateY(0); }

.am-x {
    position: absolute;
    top: 20px; right: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: rgba(148, 163, 184, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}
.am-x:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(90deg);
}

.am-dialog h2 {
    font-size: 28px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.auth-modal .modal-subtitle {
    text-align: center;
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 32px;
}

.am-grp { margin-bottom: 24px; }
.am-grp label {
    display: block;
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 10px;
    padding-left: 4px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.am-grp input {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 14px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.am-grp input::placeholder {
    color: #64748b;
}
.am-grp input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15), 0 4px 12px rgba(0, 0, 0, 0.2);
}
.am-grp input:focus + .input-icon {
    color: #3b82f6;
}

.am-hint {
    color: #ff6b6b;
    font-size: 13px;
    margin-top: 6px;
}

.am-send {
    width: 100%;
    padding: 17px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.35);
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}
.am-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.45);
    filter: brightness(1.08);
}
.am-send:active {
    transform: translateY(0);
}

.am-switch {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    color: #64748b;
}
.am-switch span {
    color: #3b82f6;
    cursor: pointer;
    font-weight: 600;
    transition: color 0.2s ease;
}
.am-switch span:hover {
    color: #60a5fa;
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

:root {
    --ws-indigo: #6366f1;
    --shopify-green: #95bf47;
    --ext-orange: #ff9f43;
}

.eco-section { padding: 100px 0; border-bottom: 1px solid #f0f0f0; }

.eco-flex { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 60px;
}
.eco-text { flex: 1; }
.eco-visual { flex: 1; position: relative; }

.visual-box {
    width: 100%;
    height: 320px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.bg-ws { background: linear-gradient(135deg, #f8f9ff 0%, #eef2ff 100%); border: 1px solid #e0e7ff; color: var(--ws-indigo); }

.bg-shopify { background: linear-gradient(135deg, #f1f8ed 0%, #e9f5e1 100%); border: 1px solid #d8ebd0; color: var(--shopify-green); }

.bg-ext { background: linear-gradient(135deg, #fff9f2 0%, #fff4e6 100%); border: 1px solid #ffe8cc; color: var(--ext-orange); }

.eco-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eco-h3 { font-size: 36px; font-weight: 800; color: #1d1d1f; margin-bottom: 20px; line-height: 1.2; }
.eco-p { font-size: 17px; color: #6e6e73; line-height: 1.8; margin-bottom: 30px; }
.portal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px; 
    padding: 14px 28px;
    background: #1a73e8; 
    color: #ffffff !important;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.mp0{
    padding: 10px 0;
}
.ad-placeholder,
.sr-adlabel{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px !important;
    color: #888;
    font-style: italic;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    width: 98%;
    margin-top: 20px;
}
.ad-placeholder::before, .ad-placeholder::after,
.sr-adlabel::before, .sr-adlabel::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
#adx_div,
#adBannerDiv{
    text-align: center;
}
#adx_div-right{
    text-align: center;
}

@media (max-width: 900px) {
    .eco-flex { flex-direction: column !important; text-align: center; }
    .eco-flex:nth-child(even) { flex-direction: column; } 
    .eco-visual{
        width: 100%;
    }
}


.reward-modal {
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
    width: 98%;
    max-width: 700px;
    background: linear-gradient(180deg, #ffebcc, #b3bee7);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    position: relative;
    padding: 20px 0;
  }
  
  .modal-title {
    color: #d87a56;
    padding: 0 0 6px 0;
    font-size: 14px;
    font-weight: bold;
  }
  .modal-title-content{
      width: max-content;
      padding: 5px 40px;
      font-size: 15px;
      font-weight: 700;
      margin: 0 auto;
      border: 2px solid rgb(255,204,163);
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      border-top: 0;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }
  
  .modal-body {
    padding: 20px;
  }
  
  .reward-description {
        font-size: 24px;
        margin-bottom: 10px;
        color: #333;
        line-height: 30px;
  }
  
  .reward-number {
    font-size: 48px;
    font-weight: bold;
    color: #ff2b44;
  }
  
  .reward-currency {
    font-size: 16px;
    color: #ff2b44;
  }
  
  .btn_reward {
    display: block;
    width: 80%;
    margin: 14px auto;
    padding: 10px 0;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }
  
  .btn-confirm {
    background: linear-gradient(#ff6b6b, #ff3b3b);
    color: #fff;
  }
  
  .btn-cancel {
    background: #bbbbbb;
    color: #666;
    /* border: 1px solid #ddd; */
  }
  .modal_icon{
      width: 100%;
      display: flex;
      justify-content: center;
      padding-top: 10px;
  }
  .modal_content{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal_icon svg{
    margin-left: 26px;
  }
  .lockjl_popup, .lock_success_popup, .lock_fail_popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0;
    background: rgba(0, 0, 0, .3);
}
.mt0{
    margin-top: 0;
    padding-top: 10px !important;
}
.am-oauth {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 0 28px;
    position: relative;
}

.am-oauth::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.2), transparent);
}

.am-oauth-opt {
    display: flex;
    justify-content: center;
}

.am-oauth-opt a {
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #334155;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    text-decoration: none;
    width: 100%;
    max-width: 320px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.am-oauth-opt a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.am-oauth-opt div:first-child {
    align-items: center;
    background: transparent;
    border: none;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 24px;
    margin-right: 10px;
}

.am-oauth-opt a div svg {
    vertical-align: sub;
    width: 20px;
    height: 20px;
}

.am-oauth-opt div:nth-child(2) {
    width: auto;
}

.am-oauth-opt:nth-child(2) a {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-color: #8b5cf6;
    color: #fff;
}

.am-oauth-opt:nth-child(2) a:hover {
    border-color: #7c3aed;
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.35);
}
.sr-heading {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -1px;
    background-image: linear-gradient(90deg, var(--aurora-cyan) 0%, var(--aurora-blue) 30%, var(--aurora-purple) 60%, var(--aurora-cyan) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(124, 77, 255, 0.2));
}

.sr-intro {
    font-size: 1.2rem;
    opacity: 0.85;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.5);
}

#logups-xm {
    display: none;
    margin: 0 auto;
    width: 73%
}

@media (max-width: 768px) {
    .goApiBtn{
        display: none;
    }
    .ad-placeholder,
    .sr-adlabel{
        margin-top: 3px;
    }
    section { padding: 40px 0; }
    .sec-title {
        font-size: 20px; 
        margin-bottom: 10px;
    }
    .app-content h2 { font-size: 22px; }

    header{
        height: 40px;
    }
    .logo_icon{
        height: 25px;
    }
    .hero h1,
    .sr-hero h1{
        font-size: 30px;
    }
    .page_title,
    .hp-h1,
    .sr-heading{
        font-size: 28px !important;
        line-height: 28px !important;
        padding: 2px 0;
        margin-bottom: 0 !important;
        margin-top: 0;
        padding-top: 0;
    }
    .page_des,
    .hp-desc,
    .sr-intro{
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }
    .hero,
    .sr-hero{
        min-height: auto;
    }
  
    .how_item{
        width: 100%;
    }
    .app-info{
        width: 100%;
    }
    .app-info h2{
        font-size: 20px !important;
    }
    .ft-row{
        grid-template-columns: 1fr 1fr;
        gap: 23px;
    }
    .ft-inner{
        padding: 10px;
    }
    .carrier-grid{
        gap: 10px;
    }
    
}