:root {
    --secret-bg: #080b17;
    --secret-surface: rgba(20, 24, 43, .78);
    --secret-border: rgba(255, 255, 255, .09);
    --secret-text: #f7f8ff;
    --secret-muted: #aeb5ca;
    --secret-purple: #8b5cf6;
    --secret-pink: #ec4899;
    --secret-cyan: #38bdf8;
}

html { scroll-behavior: smooth; }

body {
    background:
        radial-gradient(circle at 12% 8%, rgba(139, 92, 246, .18), transparent 30%),
        radial-gradient(circle at 88% 32%, rgba(236, 72, 153, .13), transparent 32%),
        var(--secret-bg);
}

.secret-landing {
    color: var(--secret-text);
    overflow: hidden;
}

.secret-hero,
.secret-section,
.secret-use-section,
.secret-cta {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.secret-hero {
    min-height: 690px;
    padding: 90px 0 70px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    align-items: center;
    gap: 70px;
}

.secret-eyebrow,
.secret-section-heading > span,
.secret-section-kicker {
    color: #c9b8ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.secret-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 13px;
    background: rgba(139, 92, 246, .11);
    border: 1px solid rgba(167, 139, 250, .24);
    border-radius: 999px;
    margin-bottom: 30px;
}

.secret-hero h1 {
    max-width: 720px;
    margin: 24px 0 20px;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.secret-hero h1 span {
    color: transparent;
    background: linear-gradient(100deg, #a78bfa, #f472b6 58%, #67e8f9);
    background-clip: text;
    -webkit-background-clip: text;
}

.secret-hero-description {
    max-width: 650px;
    margin: 0;
    color: var(--secret-muted);
    font-size: 18px;
    line-height: 1.75;
}

.secret-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.secret-button {
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.secret-button:hover { color: #fff; transform: translateY(-2px); }
.secret-button-primary { background: linear-gradient(135deg, var(--secret-purple), var(--secret-pink)); box-shadow: 0 14px 35px rgba(139, 92, 246, .25); }
.secret-button-primary:hover { box-shadow: 0 18px 42px rgba(139, 92, 246, .38); }
.secret-button-secondary { background: rgba(255, 255, 255, .045); border-color: var(--secret-border); }
.secret-button-secondary:hover { border-color: rgba(167, 139, 250, .5); }

.secret-trust-list {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    color: #c3c8d8;
    font-size: 13px;
}

.secret-trust-list span { display: inline-flex; align-items: center; gap: 7px; }
.secret-trust-list i { color: #5ee3a3; }

.secret-hero-preview { min-height: 520px; position: relative; display: grid; place-items: center; }
.secret-preview-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: linear-gradient(135deg, rgba(139,92,246,.44), rgba(236,72,153,.25)); filter: blur(55px); opacity: .7; }

.secret-phone {
    width: 284px;
    padding: 10px;
    position: relative;
    z-index: 1;
    transform: rotate(3deg);
    background: linear-gradient(145deg, #363c58, #121522);
    border: 1px solid rgba(255,255,255,.19);
    border-radius: 38px;
    box-shadow: 0 35px 80px rgba(0,0,0,.48);
}

.secret-phone-top { height: 29px; display: grid; place-items: center; }
.secret-phone-top span { width: 78px; height: 7px; background: #090b12; border-radius: 999px; }
.secret-phone-content { min-height: 430px; padding: 42px 20px 24px; background: linear-gradient(180deg, #14182a, #0e1120); border-radius: 29px; text-align: center; }
.secret-preview-icon { width: 66px; height: 66px; margin: 0 auto 14px; display: grid; place-items: center; color: #fff; font-size: 25px; background: linear-gradient(135deg, var(--secret-purple), var(--secret-pink)); border-radius: 20px; box-shadow: 0 12px 28px rgba(139,92,246,.3); }
.secret-preview-label { color: #d9dcf0; font-size: 14px; font-weight: 700; }
.secret-message-card { margin-top: 19px; padding: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 15px; text-align: left; }
.secret-message-card span { height: 7px; margin-top: 8px; display: block; background: #4a5068; border-radius: 20px; }
.secret-message-card span:first-child { width: 86%; margin-top: 0; }
.secret-message-card span:nth-child(2) { width: 100%; }
.secret-message-card span:nth-child(3) { width: 58%; }
.secret-message-card-two { margin-left: 25px; opacity: .72; }
.secret-new-message { margin-top: 22px; padding: 11px 12px; color: #dbcfff; background: rgba(139,92,246,.12); border-radius: 10px; font-size: 12px; font-weight: 800; }

.secret-section { padding: 35px 100px 0; }
.secret-section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.secret-section-heading h2, .secret-use-content h2, .secret-cta h2 { margin: 12px 0 14px; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; letter-spacing: -.03em; }
.secret-section-heading p, .secret-use-content > p, .secret-cta p { margin: 0; color: var(--secret-muted); font-size: 16px; line-height: 1.7; }

.secret-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: secret-step; }
.secret-step, .secret-benefit-card { position: relative; padding: 29px; background: var(--secret-surface); border: 1px solid var(--secret-border); border-radius: 20px; backdrop-filter: blur(12px); }
.secret-step-number { position: absolute; top: 22px; right: 24px; color: rgba(255,255,255,.11); font-size: 31px; font-weight: 900; }
.secret-feature-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #d9ceff; background: linear-gradient(135deg, rgba(139,92,246,.22), rgba(236,72,153,.13)); border: 1px solid rgba(167,139,250,.2); border-radius: 14px; font-size: 18px; }
.secret-step h3, .secret-benefit-card h3 { margin: 20px 0 10px; font-size: 19px; }
.secret-step p, .secret-benefit-card p { margin: 0; color: var(--secret-muted); font-size: 14px; line-height: 1.7; }

.secret-benefits-section { position: relative; }
.secret-benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.secret-benefit-card { display: grid; grid-template-columns: 55px 1fr; column-gap: 17px; align-items: start; }
.secret-benefit-card .secret-feature-icon { grid-row: span 2; }
.secret-benefit-card h3 { margin: 1px 0 7px; }
.secret-benefit-card p { grid-column: 2; }

.secret-use-section { padding: 90px 0; display: grid; grid-template-columns: 1fr .83fr; align-items: center; gap: 65px; }
.secret-use-list { margin-top: 31px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.secret-use-list > div { padding: 15px; display: flex; gap: 13px; background: rgba(255,255,255,.035); border: 1px solid var(--secret-border); border-radius: 14px; }
.secret-use-list > div > i { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; color: #d8ccff; background: rgba(139,92,246,.13); border-radius: 10px; }
.secret-use-list span { color: var(--secret-muted); font-size: 12px; line-height: 1.45; }
.secret-use-list strong { margin-bottom: 4px; display: block; color: #fff; font-size: 14px; }

.secret-privacy-card { padding: 35px; background: linear-gradient(145deg, rgba(40,31,68,.94), rgba(18,22,39,.96)); border: 1px solid rgba(167,139,250,.22); border-radius: 25px; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.secret-privacy-icon { width: 61px; height: 61px; margin-bottom: 23px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--secret-purple), #6d5dfc); border-radius: 18px; font-size: 24px; }
.secret-privacy-card > span { color: #cfc2ff; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.secret-privacy-card h3 { margin: 10px 0 13px; font-size: 25px; line-height: 1.3; }
.secret-privacy-card p { color: var(--secret-muted); font-size: 14px; line-height: 1.7; }
.secret-privacy-card ul { margin: 23px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.secret-privacy-card li { display: flex; gap: 9px; color: #d7daea; font-size: 13px; }
.secret-privacy-card li i { color: #63e6a8; }

.secret-cta { margin-top: 70px; padding: 48px 55px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(120deg, #7252e8, #a044cb 52%, #d9468f); border-radius: 27px; box-shadow: 0 25px 70px rgba(125,72,210,.28); }
.secret-cta > div { max-width: 700px; }
.secret-cta > div > span { font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.secret-cta h2 { margin-top: 9px; }
.secret-cta p { color: rgba(255,255,255,.8); }
.secret-button-light { flex: 0 0 auto; color: #6d43c0; background: #fff; }
.secret-button-light:hover { color: #6d43c0; box-shadow: 0 15px 30px rgba(31,15,60,.2); }

.secret-faq-section { padding-bottom: 115px; }
.secret-landing > .plans-section{width:min(1160px,calc(100% - 40px));margin:20px auto 70px;padding:32px;border:1px solid var(--secret-border);border-radius:24px;background:rgba(20,24,43,.62);overflow:hidden}.secret-landing > .plans-section > .plans-section{width:100%;margin:0;overflow-x:auto}.secret-landing .plans-table{width:100%;min-width:720px;border-collapse:collapse}.secret-landing .plans-pricing-wrapper{margin:30px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,360px));justify-content:center;gap:32px}.secret-landing .plans-pricing-wrapper .plan-card{box-sizing:border-box;width:100%;min-width:0;max-width:none;padding:25px 22px;align-items:center;text-align:center;background:rgba(35,41,70,.88);border:1px solid rgba(167,139,250,.25)}.secret-landing .plan-title{margin-bottom:18px;color:#fff;font-size:22px;font-weight:800}.secret-landing .plan-price-row{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.secret-landing .plan-price{padding:13px 8px;display:flex;align-items:baseline;justify-content:center;gap:4px;border-radius:11px;background:rgba(255,255,255,.05);color:#fff;font-size:18px;font-weight:800}.secret-landing .plan-price span{color:var(--secret-muted);font-size:11px;font-weight:600}.secret-landing .plan-benefits{margin-top:17px;color:#c9cde0;font-size:13px}
.secret-faq-list { max-width: 830px; margin: 0 auto; display: grid; gap: 12px; }
.secret-faq-list details { background: rgba(255,255,255,.035); border: 1px solid var(--secret-border); border-radius: 15px; overflow: hidden; }
.secret-faq-list summary { padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #f2f3fa; font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.secret-faq-list summary::-webkit-details-marker { display: none; }
.secret-faq-list summary i { color: #ae93ff; transition: transform .2s ease; }
.secret-faq-list details[open] summary i { transform: rotate(45deg); }
.secret-faq-list details p { margin: 0; padding: 0 22px 21px; color: var(--secret-muted); font-size: 14px; line-height: 1.7; }
.secret-final-login { margin-top: 35px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--secret-muted); font-size: 14px; }
.secret-final-login a { color: #bea9ff; font-weight: 800; text-decoration: none; }

.terms-footer {
  background: linear-gradient(180deg, #232946 0%, #163438 100%);
  color: #e0eaff;
  padding: 40px 20px 24px;
  text-align: center;
  border-top: 2px solid #ffb700;
  box-shadow: 0 -4px 20px rgba(56, 198, 217, 0.18);
  margin-top: 0;
}

.terms-footer .terms-links {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.terms-footer .terms-links a {
  color: #ffb700;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.terms-footer .terms-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffb700, #38c6d9);
  transition: width 0.3s ease;
}

.terms-footer .terms-links a:hover {
  color: #38c6d9;
}

.terms-footer .terms-links a:hover::after {
  width: 100%;
}

.terms-footer .copyright {
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.7;
  color: #b8b8ff;
}

@media (max-width: 900px) {
    .secret-hero { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .secret-hero-content { display: flex; flex-direction: column; align-items: center; }
    .secret-hero-preview { min-height: 450px; }
    .secret-steps { grid-template-columns: 1fr; }
    .secret-use-section { grid-template-columns: 1fr; }
    .secret-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
    .secret-landing > .plans-section { width:min(100% - 28px,1160px); padding:18px; }
    .secret-landing > .plans-section > .plans-section { width:100%; max-width:100%; overflow-x:hidden; }
    .secret-landing .plans-table { width:100%; min-width:0; table-layout:fixed; }
    .secret-landing .plans-table th,.secret-landing .plans-table td { min-width:0; padding:8px 5px; white-space:normal; overflow-wrap:anywhere; word-break:normal; font-size:11px; line-height:1.3; }
    .secret-landing .plans-table th:first-child,.secret-landing .plans-table td:first-child { width:43%; }
    .secret-landing .plans-table th:not(:first-child),.secret-landing .plans-table td:not(:first-child) { width:19%; text-align:center!important; }
    .secret-landing .plans-pricing-wrapper { grid-template-columns:1fr; }
    .secret-landing .plan-price-row { grid-template-columns:1fr 1fr; }
    .secret-hero, .secret-section, .secret-use-section, .secret-cta { width: min(100% - 28px, 1160px); }
    .secret-hero { min-height: auto; padding-top: 70px; }
    .secret-hero h1 { font-size: 42px; }
    .secret-hero-description { font-size: 16px; }
    .secret-hero-actions, .secret-hero-actions .secret-button { width: 100%; }
    .secret-trust-list { flex-direction: column; align-items: flex-start; }
    .secret-hero-preview { min-height: 410px; transform: scale(.9); margin-block: -20px; }
    .secret-section { padding: 75px 0; }
    .secret-benefits-grid, .secret-use-list { grid-template-columns: 1fr; }
    .secret-benefit-card { display: block; }
    .secret-benefit-card h3 { margin-top: 17px; }
    .secret-benefit-card p { grid-column: auto; }
    .secret-privacy-card { padding: 27px 23px; }
    .secret-cta { margin-top: 35px; padding: 35px 25px; }
    .secret-button-light { width: 100%; }
    .secret-final-login { flex-direction: column; }
}

@media (max-width: 420px) {
    .secret-landing > .plans-section { width:calc(100% - 20px); padding:10px 8px; }
    .secret-landing .plans-table th,.secret-landing .plans-table td { padding:7px 3px; font-size:9.5px; letter-spacing:0; }
    .secret-landing .plans-table th:first-child,.secret-landing .plans-table td:first-child { width:40%; }
    .secret-landing .plans-table th:not(:first-child),.secret-landing .plans-table td:not(:first-child) { width:20%; }
}
