/* Variables for easy customization */
:root {
    --uts-bg-color: #050a0a;
    --uts-accent-color: #38d39f;
    --uts-accent-glow: rgba(56, 211, 159, 0.3);
    --uts-text-main: #ffffff;
    --uts-text-muted: #a0a0a0;
    --uts-font-family: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--uts-bg-color);
    font-family: var(--uts-font-family);
    color: var(--uts-text-main);
    overflow-x: hidden;
}

a { text-decoration: none; }

.uts-hero-section {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background: radial-gradient(circle at top, #0d1a1a 0%, #050a0a 100%);
}

.uts-container {
    max-width: 1100px;
    width: 100%;
}

.uts-badge-wrapper { margin-bottom: 25px; }

.uts-badge {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(56, 211, 159, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--uts-accent-color);
    text-transform: uppercase;
}

.uts-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.uts-highlight { color: var(--uts-accent-color); }

.uts-subtitle {
    color: var(--uts-text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 850px;
    margin: 0 auto 35px;
}

.uts-action-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.uts-btn-primary,
.uts-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 15px 36px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.uts-btn-primary {
    background-color: var(--uts-accent-color);
    color: #050a0a;
    box-shadow: 0 10px 20px rgba(56, 211, 159, 0.2);
}

.uts-btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.12);
}

.uts-btn-primary:hover,
.uts-btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(56, 211, 159, 0.25);
    border-color: rgba(56, 211, 159, 0.4);
}

.uts-trust-row {
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.uts-trust-row span {
    color: #dceee8;
    font-size: 13px;
    border: 1px solid rgba(56, 211, 159, 0.18);
    background: rgba(56, 211, 159, 0.06);
    border-radius: 999px;
    padding: 8px 14px;
}

.uts-mockup-container {
    margin-top: 60px;
    position: relative;
    width: 100%;
    padding: 10px;
}

.uts-browser-frame {
    background: #111;
    border-radius: 24px;
    padding: 10px;
    border: 2px solid var(--uts-accent-color);
    box-shadow: 0 0 40px var(--uts-accent-glow);
    overflow: hidden;
    line-height: 0;
}

.uts-dashboard-img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

:root {
    --etg-bg: #050a0a;
    --etg-card-bg: rgba(255, 255, 255, 0.03);
    --etg-card-border: rgba(255, 255, 255, 0.08);
    --etg-teal: #38d39f;
    --etg-teal-glow: rgba(56, 211, 159, 0.15);
    --etg-text-gray: #a0a0a0;
}

.etg-discovery-section {
    background-color: var(--etg-bg);
    padding: 100px 20px;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.etg-container { max-width: 1200px; margin: 0 auto; }
.etg-header { margin-bottom: 60px; }

.etg-badge,
.ats-kicker {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(56, 211, 159, 0.2) 0%, transparent 100%);
    border: 1px solid rgba(56, 211, 159, 0.3);
    color: var(--etg-teal);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.etg-title {
    font-size: 42px;
    font-weight: 600;
    color: var(--etg-text-gray);
    margin-bottom: 15px;
}

.etg-text-white { color: #fff; }

.etg-description {
    color: var(--etg-text-gray);
    line-height: 1.6;
    font-size: 16px;
    max-width: 850px;
}

.etg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.etg-card {
    background: var(--etg-card-bg);
    border: 1px solid var(--etg-card-border);
    border-radius: 24px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.etg-card:hover { border-color: rgba(56, 211, 159, 0.4); transform: translateY(-5px); }
.etg-card-title { font-size: 20px; margin-bottom: 12px; font-weight: 500; }
.etg-card-text { color: var(--etg-text-gray); font-size: 14px; line-height: 1.5; margin-bottom: 30px; min-height: 70px; }

.etg-visual-box {
    background: rgba(0,0,0,0.2);
    border-radius: 18px;
    height: 220px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.etg-glow-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--etg-teal-glow) 0%, transparent 70%);
    border: 2px solid var(--etg-teal);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px var(--etg-teal-glow);
    color: #ffffff;
    font-size: 36px;
}

.etg-sub-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--etg-teal);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.etg-pos-left { bottom: 40px; left: 40px; }
.etg-pos-right { top: 40px; right: 40px; }

.etg-currency-row { position: absolute; bottom: 30px; display: flex; gap: 15px; }
.etg-curr {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: rgba(255,255,255,0.05);
    font-size: 12px;
}

.etg-chart-mockup { display: flex; align-items: flex-end; gap: 12px; width: 80%; height: 60%; }
.etg-bar { flex: 1; background: rgba(255,255,255,0.1); border-radius: 4px; position: relative; }
.etg-bar-glow { background: var(--etg-teal); box-shadow: 0 0 15px var(--etg-teal); }

.lfs-main-section {
    background-color: #050a0a;
    padding: 100px 20px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    overflow: hidden;
}

.lfs-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.lfs-visual-column { flex: 1; perspective: 1000px; }
.lfs-mockup-perspective { transform: rotateY(15deg) rotateX(5deg); transition: transform 0.5s ease; position: relative; }
.lfs-mockup-perspective:hover { transform: rotateY(5deg) rotateX(0deg); }

.lfs-browser-ui {
    background: #111;
    border: 1px solid rgba(56, 211, 159, 0.3);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.lfs-dots { padding: 12px 15px; display: flex; gap: 8px; background: rgba(255,255,255,0.03); }
.lfs-dot { width: 10px; height: 10px; border-radius: 50%; }
.red { background: #ff5f56; }
.yellow { background: #ffbd2e; }
.green { background: #27c93f; }
.lfs-mockup-img { width: 100%; display: block; filter: brightness(0.88); }

.lfs-image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(56, 211, 159, 0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.lfs-content-column { flex: 1; }
.lfs-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(56, 211, 159, 0.1), transparent);
    border: 1px solid rgba(56, 211, 159, 0.4);
    color: #38d39f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.lfs-title { font-size: clamp(30px, 4vw, 48px); line-height: 1.2; margin-bottom: 20px; font-weight: 600; }
.lfs-highlight { color: #ffffff; opacity: 0.9; }
.lfs-description { color: #a0a0a0; line-height: 1.7; font-size: 16px; margin-bottom: 35px; }

.lfs-buy-btn {
    display: inline-flex;
    background-color: #38d39f;
    color: #050a0a;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lfs-buy-btn:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(56, 211, 159, 0.4); }

.ats-modules-section,
.ats-flow-section,
.ats-admin-section,
.ats-faq-section {
    background: #050a0a;
    padding: 100px 20px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.ats-container { max-width: 1200px; margin: 0 auto; }

.ats-section-head { max-width: 850px; margin-bottom: 55px; }
.ats-section-head h2,
.ats-flow-content h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.2;
    margin-bottom: 18px;
}
.ats-section-head p,
.ats-flow-content p {
    color: #a0a0a0;
    line-height: 1.7;
    font-size: 16px;
}

.ats-module-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ats-module-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 28px;
    min-height: 220px;
    transition: all 0.3s ease;
}

.ats-module-card:hover {
    border-color: rgba(56, 211, 159, 0.45);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.ats-module-card i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #38d39f;
    background: rgba(56,211,159,0.08);
    border: 1px solid rgba(56,211,159,0.25);
    border-radius: 16px;
    font-size: 22px;
    margin-bottom: 22px;
}

.ats-module-card h3 { font-size: 20px; margin-bottom: 12px; }
.ats-module-card p { color: #a0a0a0; line-height: 1.6; font-size: 14px; }

.ats-flow-section { background: linear-gradient(180deg, #050a0a 0%, #071111 100%); }
.ats-flow-wrap {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
    align-items: start;
}

.ats-flow-content { position: sticky; top: 110px; }

.ats-flow-list {
    display: grid;
    gap: 18px;
}

.ats-flow-item {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 20px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 24px;
}

.ats-flow-item > span {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #38d39f;
    color: #050a0a;
    border-radius: 50%;
    font-weight: 800;
}

.ats-flow-item h3 { font-size: 19px; margin-bottom: 8px; }
.ats-flow-item p { color: #a0a0a0; line-height: 1.6; font-size: 14px; }

.ats-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.ats-admin-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    border-radius: 18px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
}

.ats-admin-box strong { font-size: 18px; color: #ffffff; }
.ats-admin-box span { color: #a0a0a0; line-height: 1.6; font-size: 14px; }

.ats-faq-section { padding-bottom: 70px; }
.ats-faq-wrap .ats-section-head { text-align: center; margin-left: auto; margin-right: auto; }

.ats-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ats-faq-item {
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 26px;
}

.ats-faq-item h3 { font-size: 19px; margin-bottom: 10px; }
.ats-faq-item p { color: #a0a0a0; line-height: 1.65; font-size: 14px; }

.extd-main-section {
    background-color: #050a0a;
    padding: 120px 20px 0 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.extd-container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 5; }
.extd-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; filter: blur(120px); opacity: 0.15; z-index: 1; pointer-events: none; }
.extd-glow-left { top: 10%; left: -200px; background: radial-gradient(circle, #38d39f 0%, transparent 70%); }
.extd-glow-right { top: 20%; right: -200px; background: radial-gradient(circle, #38d39f 0%, transparent 70%); }
.extd-header { max-width: 820px; margin: 0 auto 60px; }
.extd-title { font-size: clamp(32px, 5vw, 48px); font-weight: 300; color: #a0a0a0; line-height: 1.2; margin-bottom: 25px; }
.extd-white { font-weight: 700; color: #ffffff; }
.extd-description { color: #a0a0a0; font-size: 16px; line-height: 1.7; margin-bottom: 40px; }

.extd-primary-btn {
    display: inline-flex;
    background-color: #38d39f;
    color: #050a0a;
    border: none;
    padding: 16px 48px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(56, 211, 159, 0.2);
}

.extd-primary-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(56, 211, 159, 0.4); }
.extd-mockup-wrapper { margin-top: 40px; perspective: 1500px; }
.extd-browser-container { background: #111; border: 1px solid rgba(56, 211, 159, 0.2); border-radius: 20px 20px 0 0; box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.5); overflow: hidden; transform: translateY(20px); transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.extd-browser-container:hover { transform: translateY(0px); }
.extd-browser-bar { background: #1a1a1a; padding: 12px 20px; display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.extd-controls { display: flex; gap: 8px; }
.extd-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); }
.extd-url-bar { margin-left: 30px; background: rgba(0, 0, 0, 0.3); padding: 4px 20px; border-radius: 6px; font-size: 11px; color: #777; flex-grow: 0.5; text-align: center; }
.extd-dashboard-img { width: 100%; display: block; filter: brightness(0.9); }

@media (max-width: 992px) {
    .lfs-container { flex-direction: column; text-align: center; }
    .lfs-mockup-perspective { transform: rotateY(0) rotateX(0); margin-bottom: 40px; }
    .lfs-visual-column { width: 100%; max-width: 600px; }
    .ats-module-grid { grid-template-columns: repeat(2, 1fr); }
    .ats-flow-wrap { grid-template-columns: 1fr; gap: 35px; }
    .ats-flow-content { position: static; }
}

@media (max-width: 768px) {
    .uts-hero-section { min-height: auto; padding: 70px 16px; }
    .uts-title { font-size: 2.05rem; }
    .uts-subtitle { font-size: 0.95rem; }
    .uts-browser-frame { border-radius: 12px; }
    .etg-title { font-size: 30px; }
    .etg-header { text-align: center; }
    .etg-description { margin: 0 auto; }
    .ats-module-grid,
    .ats-admin-grid,
    .ats-faq-grid { grid-template-columns: 1fr; }
    .ats-modules-section,
    .ats-flow-section,
    .ats-admin-section,
    .ats-faq-section { padding: 75px 16px; }
    .ats-section-head { text-align: center; margin-left: auto; margin-right: auto; }
    .ats-flow-item { grid-template-columns: 1fr; text-align: center; }
    .ats-flow-item > span { margin: 0 auto; }
    .extd-main-section { padding-top: 80px; }
    .extd-title { font-size: 28px; }
    .extd-browser-container { border-radius: 12px 12px 0 0; }
    .extd-browser-bar { padding: 10px; }
    .extd-url-bar { margin-left: 12px; padding: 4px 10px; }
}
