/* Migrated landing page styles from index.html and how-it-works.html. */


/* Migrated how-it-works page styles. */

    *,*::before,*::after{box-sizing:border-box}
    :root{--brand:#34a853;--brand-dark:#1d7f3b;--accent:#ff3b5c;--bg:#101316;--bg-soft:#171c20;--panel:#20262b;--line:rgba(255,255,255,.12);--text:#f5f7f8;--muted:#bac5ce;--quiet:#7f8b95;--shadow:0 24px 70px rgba(0,0,0,.34)}
    body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;overflow-x:hidden}
    img{max-width:100%;display:block}
    a{color:inherit}
    main{overflow:hidden}
    .brand{gap:0}
    .hero{min-height:calc(100vh - 78px);background:radial-gradient(circle at 16% 18%,rgba(52,168,83,.24),transparent 32%),linear-gradient(145deg,#101316 0%,#15191d 48%,#202127 100%)}
    .hero-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);align-items:center;gap:clamp(2rem,6vw,5rem);min-height:calc(100vh - 78px)}
    .eyebrow{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 1.1rem;color:#9ee2af;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
    .status-dot{width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 6px rgba(52,168,83,.18)}
    h1{max-width:790px;margin:0;font-size:clamp(2.6rem,6vw,5rem);line-height:1.02;font-weight:900;letter-spacing:0}
    h1 span,.section-title span{color:#9ee2af}
    .hero-copy{max-width:650px;margin:1.35rem 0 0;color:var(--muted);font-size:1.12rem}
    .hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:2rem}
    .button-primary{background:var(--brand);border-color:transparent;color:#fff;box-shadow:0 16px 34px rgba(52,168,83,.24)}
    .button-primary:hover{background:var(--brand-dark)}
    .hero-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;max-width:900px;margin-top:1.7rem}
    .hero-proof > span{display:flex;align-items:center;gap:.8rem;padding:.9rem;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.045);color:var(--muted);font-size:.88rem;font-weight:700}
    .hero-proof .proof-icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:8px;background:rgba(158,226,175,.12);color:#9ee2af;font-size:1.8rem;line-height:1;border:1px solid rgba(158,226,175,.22)}
    .hero-proof .proof-copy{min-width:0}
    .hero-proof b{display:block;margin-bottom:.2rem;color:var(--text);font-size:1.05rem}
    .hero-recovery-steps{padding:1.2rem clamp(1rem,5vw,4rem);background:#161a1e;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .hero-recovery-steps .hero-proof{max-width:1120px;margin:0 auto}
    .phone-stage{position:relative;justify-self:center;width:min(100%,560px);min-height:500px;display:grid;place-items:center;isolation:isolate}
    
    .hero-phone{width:min(100%,390px);filter:drop-shadow(0 28px 56px rgba(0,0,0,.48))}
    .floating-alert{position:absolute;left:-12px;bottom:78px;max-width:250px;padding:1rem;border:1px solid rgba(158,226,175,.32);border-radius:8px;background:rgba(16,19,22,.88);box-shadow:var(--shadow);backdrop-filter:blur(14px)}
    .floating-alert b{display:block;color:#fff}
    .floating-alert p{margin:.2rem 0 0;color:var(--muted);font-size:.88rem;line-height:1.45}
    .section{padding:clamp(3rem,7vw,5.6rem) clamp(1rem,5vw,4rem)}
    .section-inner{max-width:1120px;margin:0 auto}
    .section-title{max-width:780px;margin:0;font-size:clamp(2rem,4.4vw,3.6rem);line-height:1.08;font-weight:900}
    .section-copy{max-width:720px;margin:1rem 0 0;color:var(--muted);font-size:1.04rem}
    .steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem}
    .step-card{position:relative;min-height:250px;padding:1.25rem;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.045)}
    .step-number{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#9ee2af;color:#102018;font-weight:900}
    .step-card h2{margin:1.1rem 0 .5rem;font-size:1.28rem;line-height:1.2}
    .step-card p{margin:0;color:var(--muted)}
    .step-card::after{content:"";position:absolute;right:1.25rem;top:1.45rem;width:40px;height:2px;background:rgba(158,226,175,.45)}
    .step-card:last-child::after{display:none}
    .showcase{display:grid;grid-template-columns:minmax(280px,.86fr) minmax(0,1fr);gap:clamp(2rem,6vw,4rem);align-items:center;background:var(--bg-soft)}
    .screen-stack{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:end}
    .screen-frame{border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.04);padding:.75rem;box-shadow:var(--shadow)}
    .screen-frame:first-child{transform:translateY(1.5rem)}
    .screen-frame img{border-radius:6px}
    .evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}
    .evidence-card{padding:1.2rem;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.045)}
    .evidence-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:.9rem;border-radius:8px;background:rgba(158,226,175,.12);border:1px solid rgba(158,226,175,.22);color:#9ee2af;font-size:1.75rem;line-height:1}
    .evidence-card strong{display:block;margin-bottom:.35rem;color:#fff;font-size:1.08rem}
    .evidence-card p{margin:0;color:var(--muted)}
    .recovery-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:1.5rem;margin-top:2rem;padding:1.5rem;border:1px solid rgba(158,226,175,.24);border-radius:8px;background:linear-gradient(135deg,rgba(52,168,83,.14),rgba(255,255,255,.04))}
    .recovery-panel h2{margin:0;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.1}
    .recovery-panel p{margin:.8rem 0 0;color:var(--muted)}
    .mini-list{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}
    .mini-list li{padding:.8rem;border:1px solid var(--line);border-radius:8px;background:rgba(16,19,22,.42);color:var(--muted)}
    .mini-list b{color:#fff}
    .cta{padding:clamp(3rem,7vw,5rem) clamp(1rem,5vw,4rem);text-align:center;background:radial-gradient(circle at 50% 0,rgba(52,168,83,.22),transparent 38%),#11161a}
    .cta .section-title,.cta .section-copy{margin-left:auto;margin-right:auto}
    footer{border-top:1px solid var(--line);padding:1.5rem clamp(1rem,5vw,4rem);color:var(--quiet)}
    .footer-inner{max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
    .footer-links{display:flex;gap:1rem;flex-wrap:wrap}
    .footer-links a{color:var(--muted);text-decoration:none}
    @media(max-width:980px){.hero-inner,.showcase,.recovery-panel{grid-template-columns:1fr}.phone-stage{min-height:auto}.hero-proof,.steps-grid,.evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screen-stack{max-width:560px}.floating-alert{left:0}}
    @media(max-width:640px){.hero{padding-top:2.4rem;text-align:center}.hero .eyebrow,.hero-copy{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-proof,.steps-grid,.evidence-grid,.screen-stack{grid-template-columns:1fr}.hero-recovery-steps{text-align:center}.hero-recovery-steps .hero-proof{justify-items:center}.hero-recovery-steps .hero-proof > span{flex-direction:column;justify-content:center;width:min(100%,340px);margin:0 auto;padding:1rem}.floating-alert{position:static;margin-top:1rem}.phone-stage{display:block}.hero-phone{margin:0 auto}.screen-frame:first-child{transform:none}.section,.cta{padding-left:1rem;padding-right:1rem}.footer-inner{display:block}.footer-links{margin-top:.7rem}}
  

/* Shared site system styles. */
:root {
  --brand: #34a853;
  --brand-dark: #1d7f3b;
  --text: #f5f7f8;
  --muted: #bac5ce;
  --line: rgba(255, 255, 255, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: none;
  margin: 0;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  font-family: Inter, Arial, sans-serif;
  background: rgba(16, 19, 22, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.brand-word {
  display: inline-flex;
  align-items: baseline;
  font-family: Nunito, Inter, Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.015em;
  color: #64e28b;
  text-shadow: 0 10px 24px rgba(52, 168, 83, 0.16);
}

.brand-word span {
  color: #64e28b;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.site-header .nav-links a {
  color: inherit;
  text-decoration: none;
}

.site-header .nav-links a:hover {
  color: var(--text);
}

.site-header .brand,
.site-header .header-actions a {
  color: inherit;
  text-decoration: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(158, 226, 175, 0.36);
  border-radius: 8px;
  background: rgba(158, 226, 175, 0.12);
  color: #9ee2af;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px 0;
  border-radius: 999px;
  background: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.75rem 1.1rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.store-badge-link {
  display: inline-flex;
  align-items: center;
  width: 190px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.store-badge-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.store-badge-link img {
  display: block;
  width: 100%;
  height: auto;
}

.store-badge-link-header {
  width: 146px;
}

.recover-badge-link {
  width: 190px;
  min-height: 56px;
  padding: 0.7rem 1.05rem;
  justify-content: center;
  background: var(--brand);
  border-color: rgba(158, 226, 175, 0.55);
  color: #fff;
  box-shadow: 0 14px 30px rgba(52, 168, 83, 0.24);
}

.recover-badge-link:hover {
  background: var(--brand-dark);
  border-color: rgba(158, 226, 175, 0.68);
}

.recover-badge-link .material-symbols-outlined {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.recover-badge-link-header {
  width: 146px;
  min-height: 44px;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  gap: 0.5rem;
  white-space: nowrap;
  background: var(--brand);
  border-color: rgba(158, 226, 175, 0.55);
  color: #fff;
  box-shadow: 0 14px 30px rgba(52, 168, 83, 0.24);
}

.site-header .recover-badge-link-header {
  background: var(--brand);
  border-color: rgba(158, 226, 175, 0.55);
  color: #fff;
  box-shadow: 0 14px 30px rgba(52, 168, 83, 0.24);
}

.recover-badge-link-header:hover {
  background: var(--brand-dark);
  border-color: rgba(158, 226, 175, 0.68);
}

.site-header .recover-badge-link-header:hover {
  background: var(--brand-dark);
  border-color: rgba(158, 226, 175, 0.68);
  color: #fff;
}

.recover-badge-link-header .material-symbols-outlined,
.recover-badge-link-header .find-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.recover-badge-link-header .find-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recover-badge-link-header span:last-child {
  line-height: 1;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.5rem clamp(1rem, 5vw, 4rem);
  color: #7f8b95;
  font-family: Inter, Arial, sans-serif;
  background: #101316;
}

.site-footer strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.3;
}

.site-footer span,
.site-footer p {
  color: #7f8b95;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links,
.footer-guides {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a,
.footer-guides a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover,
.footer-guides a:hover {
  color: var(--text);
}

.footer-guides {
  max-width: 1120px;
  margin: 1rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
}

.footer-copy {
  max-width: 1120px;
  margin: 1rem auto 0;
  font-size: 0.88rem;
}

body.page-content main,
body.page-article main {
  width: min(100% - 2rem, 1040px);
  margin: 0 auto;
  padding: 2rem 0;
}

body.page-narrow main,
body.page-article main {
  width: min(100% - 2rem, 900px);
}

body.page-article main {
  max-width: 860px;
}

body.page-content h1,
body.page-article h1 {
  margin: 1rem 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
  font-weight: 900;
}

body.page-article h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.08;
}

body.page-content h2,
body.page-article h2 {
  margin-top: 1.35rem;
  color: var(--text);
}

body.page-content p,
body.page-content li,
body.page-content label,
body.page-article p,
body.page-article li {
  color: var(--muted);
}

body.page-content a,
body.page-article a {
  color: #9ee2af;
}

body.page-content .grid,
body.page-blog .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.page-blog .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.box,
.panel,
body.page-blog article,
body.page-content details,
body.page-content .cta,
body.page-article .cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.045);
}

.box,
.panel,
body.page-content details {
  margin: 1rem 0;
}

body.page-content .cta,
body.page-article .cta {
  margin-top: 2rem;
}

body.page-content summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 800;
}

.tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #102018;
  background: #9ee2af;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 1rem;
}

.step {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.045);
}

.form-row {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

input {
  width: 100%;
  padding: 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0f1215;
  color: #fff;
}

.primary {
  width: auto;
  padding: 0.85rem 1.1rem;
  border: 0;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.result-box {
  margin-top: 1rem;
  color: #9ee2af;
}

.links {
  margin-top: 1.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  color: var(--muted);
}

th,
td {
  border: 1px solid var(--line);
  padding: 0.75rem;
  text-align: left;
}

th {
  color: var(--text);
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.1rem;
}

.center-actions {
  justify-content: center;
}

.conversion-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.conversion-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 5vw, 4rem);
}

.conversion-item {
  padding: 1.1rem 1rem;
  border-left: 1px solid var(--line);
}

.conversion-item:last-child {
  border-right: 1px solid var(--line);
}

.conversion-item b {
  display: block;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.25;
}

.conversion-item span {
  display: block;
  margin-top: 0.2rem;
  color: #7f8b95;
  font-size: 0.82rem;
  line-height: 1.4;
}

.hero-banner {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  height: auto;
  border: 1px solid rgba(158, 226, 175, 0.24);
  border-radius: 8px;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.42);
}

.step-visual {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 1rem;
  border-radius: 8px;
  background: rgba(158, 226, 175, 0.14);
  color: #9ee2af;
}

.step-visual .material-symbols-outlined {
  font-size: 42px;
  line-height: 1;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 1.5rem);
  margin-top: 2.2rem;
}

.how-step-card {
  position: relative;
  display: flex;
  min-height: 590px;
  padding: clamp(1.35rem, 3vw, 2.1rem);
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(52, 168, 83, 0.28);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(52, 168, 83, 0.08), rgba(255, 255, 255, 0.035));
}

.how-step-label {
  color: #64d97f;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.how-step-card h3 {
  margin: 1.1rem 0 0.7rem;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.how-step-card p {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.how-visual {
  position: relative;
  flex: 1;
  min-height: 300px;
  margin-top: 1.6rem;
}

.lock-phone {
  position: absolute;
  right: 5%;
  bottom: -4rem;
  left: 12%;
  min-height: 300px;
  border-radius: 14px 14px 0 0;
  background: #111513;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.36);
}

.phone-status {
  display: flex;
  justify-content: flex-end;
  gap: 0.3rem;
  padding: 0.75rem 0.8rem 0;
  color: #dfe7e1;
  font-size: 0.68rem;
  line-height: 1;
}

.phone-status i {
  display: block;
  width: 7px;
  height: 10px;
  border-radius: 1px;
  background: #dfe7e1;
}

.phone-status i:last-child {
  width: 9px;
  height: 12px;
}

.wrong-label {
  margin-top: 7.4rem;
  color: #f6f8f7;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.pattern-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 3.8rem;
  width: min(78%, 250px);
  margin: 2rem auto 0;
}

.pattern-grid span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f4f7f5;
}

.pattern-line {
  position: absolute;
  height: 11px;
  border-radius: 999px;
  background: #ffa39c;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  transform-origin: left center;
}

.pattern-line::before,
.pattern-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.pattern-line::before {
  left: 0;
}

.pattern-line::after {
  right: 0;
}

.pattern-line-1 {
  left: 3px;
  top: 3.2rem;
  width: 108px;
  transform: rotate(90deg);
}

.pattern-line-2 {
  left: 3px;
  top: 8.8rem;
  width: 212px;
}

.phone-camera-burst {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 104px;
  height: 104px;
  transform: translateX(-50%);
}

.phone-camera-burst::after {
  content: "";
  position: absolute;
  inset: 43px;
  border-radius: 50%;
  background: #060706;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.phone-camera-burst span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86));
  transform-origin: left center;
}

.phone-camera-burst span:nth-child(1) { transform: rotate(0deg); }
.phone-camera-burst span:nth-child(2) { transform: rotate(45deg); }
.phone-camera-burst span:nth-child(3) { transform: rotate(90deg); }
.phone-camera-burst span:nth-child(4) { transform: rotate(135deg); }
.phone-camera-burst span:nth-child(5) { transform: rotate(180deg); }
.phone-camera-burst span:nth-child(6) { transform: rotate(225deg); }
.phone-camera-burst span:nth-child(7) { transform: rotate(270deg); }
.phone-camera-burst span:nth-child(8) { transform: rotate(315deg); }

.email-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: min(100%, 400px);
  margin: 0 auto 0.75rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(158, 226, 175, 0.18);
  border-radius: 8px;
  color: rgba(245, 247, 248, 0.72);
  background: rgba(16, 19, 22, 0.5);
  font-size: 0.78rem;
  font-weight: 800;
}

.email-bar .material-symbols-outlined {
  font-size: 18px;
}

.alert-card {
  width: min(100%, 400px);
  margin: 0 auto;
  padding: 1.25rem;
  border: 1px solid rgba(52, 168, 83, 0.18);
  border-radius: 12px;
  background: #101710;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

.alert-card strong {
  display: block;
  margin-bottom: 1rem;
  color: #64e28b;
  font-size: 1.55rem;
  line-height: 1;
  text-align: center;
}

.photo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.photo-row span {
  min-height: 142px;
  border-radius: 4px;
  background:
    radial-gradient(circle at 54% 52%, rgba(232, 150, 110, 0.75), transparent 18%),
    radial-gradient(circle at 48% 72%, rgba(86, 95, 70, 0.9), transparent 28%),
    linear-gradient(135deg, #d9bf88, #5f5139 46%, #2c3428);
  filter: blur(3px);
}

.alert-card > i {
  display: block;
  width: 84%;
  height: 14px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.alert-card > i.short {
  width: 60%;
  margin-top: 0.45rem;
}

.mini-map {
  position: relative;
  min-height: 100px;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 22px 22px,
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 22px 22px,
    linear-gradient(135deg, #151b18, #222b22);
}

.mini-map::before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 18px;
  width: 150px;
  height: 24px;
  border-radius: 999px;
  border: 4px solid rgba(255, 132, 56, 0.45);
  transform: rotate(-24deg);
}

.map-pin,
.large-pin {
  position: absolute;
  display: block;
  border-radius: 50% 50% 50% 0;
  background: #5bd481;
  transform: rotate(-45deg);
}

.map-pin {
  left: 25%;
  top: 36%;
  width: 34px;
  height: 34px;
}

.map-pin::after,
.large-pin::after {
  content: "";
  position: absolute;
  inset: 32%;
  border-radius: 50%;
  background: #18221d;
}

.globe {
  position: absolute;
  right: -30%;
  bottom: -28%;
  width: min(480px, 118%);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: #242424;
}

.land {
  position: absolute;
  display: block;
  border-radius: 38% 62% 44% 56%;
  background: #151616;
}

.land-1 {
  top: 17%;
  left: 20%;
  width: 28%;
  height: 20%;
  transform: rotate(-28deg);
}

.land-2 {
  top: 38%;
  left: 12%;
  width: 50%;
  height: 18%;
  transform: rotate(-8deg);
}

.land-3 {
  right: 0;
  top: 31%;
  width: 34%;
  height: 22%;
  transform: rotate(10deg);
}

.land-4 {
  right: 22%;
  bottom: 10%;
  width: 34%;
  height: 28%;
  transform: rotate(30deg);
}

.large-pin {
  top: 12%;
  left: 50%;
  width: 86px;
  height: 86px;
  box-shadow: 0 18px 40px rgba(52, 168, 83, 0.25);
}

.feature-grid,
.trust-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-item,
.trust-card,
.blog-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
}

.feature-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(158, 226, 175, 0.14);
  color: #9ee2af;
}

.feature-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  background: #9ee2af;
  color: #102018;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-badge.pro {
  background: rgba(255, 176, 32, 0.18);
  color: #ffcf73;
}

.feature-badge.experimental {
  background: rgba(255, 59, 92, 0.15);
  color: #ff8fa2;
}

.feature-item h3,
.trust-card b,
.blog-card h3 {
  margin: 0 0 0.45rem;
  color: var(--text);
}

.feature-item p,
.trust-card p,
.blog-card p {
  margin: 0;
  color: var(--muted);
}

.blog-card span {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: #9ee2af;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.recovery-band {
  background: linear-gradient(135deg, rgba(52, 168, 83, 0.12), rgba(255, 255, 255, 0.025));
}

.recovery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.recovery-lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.04rem;
}

.recovery-highlight {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.recovery-highlight div,
.timeline li,
.proof-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.04);
}

.recovery-highlight b,
.timeline b {
  display: block;
  color: var(--text);
}

.recovery-highlight span,
.timeline span {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.recovery-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.proof-item {
  color: var(--text);
  font-weight: 800;
}

.proof-item .material-symbols-outlined {
  display: block;
  margin-bottom: 0.3rem;
  color: #9ee2af;
}

.recovery-info-panel {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 1.6rem);
  border: 1px solid rgba(158, 226, 175, 0.28);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(52, 168, 83, 0.16), rgba(16, 19, 22, 0.72));
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
}

.recovery-panel-icon {
  display: grid;
  place-items: center;
  min-height: 150px;
  border: 1px solid rgba(158, 226, 175, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(158, 226, 175, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.04);
  color: #9ee2af;
}

.recovery-panel-icon .material-symbols-outlined {
  font-size: clamp(4rem, 9vw, 6.5rem);
  line-height: 1;
}

.recovery-action-list {
  display: grid;
  gap: 0.75rem;
}

.recovery-action-list div {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.recovery-action-list .material-symbols-outlined {
  flex: 0 0 auto;
  color: #9ee2af;
  font-size: 1.55rem;
}

.recovery-action-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.recovery-action-list b {
  color: var(--text);
}

.recovery-panel-button {
  width: 100%;
}

form.recovery-panel {
  position: sticky;
  top: 96px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.05rem;
  width: 100%;
  margin-top: 0;
  padding: clamp(1.2rem, 3vw, 1.6rem);
  border-color: rgba(158, 226, 175, 0.28);
  background: linear-gradient(180deg, rgba(52, 168, 83, 0.16), rgba(16, 19, 22, 0.72));
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
}

.recovery-panel-header b {
  display: block;
  color: var(--text);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  line-height: 1.15;
}

.recovery-panel-header p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

form.recovery-panel .form-row {
  gap: 0.45rem;
  margin: 0;
}

form.recovery-panel label {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
}

form.recovery-panel input {
  min-height: 52px;
  padding: 0.9rem 1rem;
  border-color: rgba(255, 255, 255, 0.16);
  background: #0f1215;
  color: #fff;
  font-size: 0.95rem;
}

form.recovery-panel input::placeholder {
  color: rgba(186, 197, 206, 0.62);
}

form.recovery-panel input:focus {
  outline: 2px solid rgba(158, 226, 175, 0.5);
  outline-offset: 2px;
  border-color: rgba(158, 226, 175, 0.42);
}

form.recovery-panel .button {
  width: 100%;
  margin-top: 0.15rem;
}

form.recovery-panel .result-box {
  min-height: 1.4rem;
  margin-top: 0;
}

.help-text {
  margin: 0.2rem 0 0;
  color: #7f8b95;
  font-size: 0.85rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.045);
}

.faq-list summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 800;
}

.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 1rem;
    left: 1rem;
    z-index: 30;
    padding: 0.65rem;
    border: 1px solid rgba(158, 226, 175, 0.28);
    border-radius: 8px;
    background: rgba(16, 19, 22, 0.98);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
  }

  .site-header.is-menu-open .nav-links {
    display: grid;
    gap: 0.25rem;
  }

  .site-header .nav-links a {
    display: block;
    padding: 0.8rem 0.9rem;
    border-radius: 8px;
    color: var(--text);
    text-align: center;
  }

  .site-header .nav-links a:hover {
    background: rgba(158, 226, 175, 0.1);
  }

  .site-header .find-button,
  .store-badge-link-header {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .how-steps {
    grid-template-columns: 1fr;
  }

  .how-step-card {
    min-height: auto;
  }

  .how-visual {
    min-height: 360px;
  }

  .lock-phone {
    right: 14%;
    left: 14%;
  }

  .globe {
    right: -5%;
    width: min(430px, 90%);
  }

  .large-pin {
    left: 49%;
  }

  form.recovery-panel {
    position: static;
  }

  .recovery-info-panel {
    position: static;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 0.75rem 1rem;
  }

  .brand-word {
    font-size: 1.18rem;
  }

  .header-actions {
    gap: 0.5rem;
  }

  .header-actions .button-secondary {
    display: none;
  }

  .store-badge-link-header {
    width: 118px;
  }

  .footer-inner {
    display: block;
  }

  .footer-links,
  .footer-guides {
    margin-top: 0.8rem;
  }

  body.page-content .grid,
  body.page-blog .grid,
  .hero-recovery-steps .hero-proof,
  .conversion-strip-inner,
  .how-steps,
  .feature-grid,
  .trust-grid,
  .blog-grid,
  .recovery-layout,
  .recovery-proof {
    grid-template-columns: 1fr;
  }

  .how-step-card {
    min-height: 520px;
    padding: 1.1rem;
  }

  .how-step-card h3 {
    font-size: 1.55rem;
  }

  .how-step-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .how-visual {
    min-height: 290px;
    margin-top: 1.2rem;
  }

  .lock-phone {
    right: 2%;
    bottom: -4.6rem;
    left: 2%;
  }

  .pattern-grid {
    gap: 2.65rem 3rem;
  }

  .pattern-line-2 {
    width: 178px;
  }

  .photo-row span {
    min-height: 104px;
  }

  .alert-card {
    padding: 1rem;
  }

  .alert-card strong {
    font-size: 1.35rem;
  }

  .globe {
    right: -34%;
    bottom: -24%;
    width: 118%;
  }

  .large-pin {
    top: 8%;
    left: 46%;
    width: 74px;
    height: 74px;
  }

  form.recovery-panel {
    padding: 1rem;
  }

  .recovery-panel-header b {
    font-size: 1.28rem;
  }

  form.recovery-panel input {
    min-height: 50px;
  }
}

/* Final shared header action style. Kept last so page link rules cannot override it. */
.site-header .find-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 146px;
  min-height: 44px;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(158, 226, 175, 0.55);
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 14px 30px rgba(52, 168, 83, 0.24);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.site-header .find-button:hover {
  transform: translateY(-1px);
  background: var(--brand-dark);
  border-color: rgba(158, 226, 175, 0.68);
  color: #fff;
}

.site-header .find-button .find-icon {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 520px) {
  .site-header .find-button,
  .store-badge-link-header {
    display: none;
  }
}

@media (max-width: 860px) {
  .site-header .find-button,
  .store-badge-link-header {
    display: none;
  }

  .site-header .menu-toggle {
    display: inline-flex;
  }
}
