* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff8f2;
  color: #2d241d;
}
a { text-decoration: none; color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #f1d7be;
  background: rgba(255,248,242,.94);
  backdrop-filter: blur(12px);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 54px; height: 54px; overflow: hidden; border-radius: 16px; border: 1px solid #f4d6ba; background: white; box-shadow: 0 10px 24px rgba(202,115,36,.12); }
.brand-name { display: block; font-size: 21px; font-weight: 800; color: #2f241c; line-height: 1.1; }
.brand-sub { display: block; margin-top: 4px; font-size: 11px; color: #a27e63; text-transform: uppercase; letter-spacing: .18em; }
.nav { display: flex; align-items: center; justify-content: flex-end; gap: 22px; flex-wrap: wrap; color: #755941; font-size: 14px; font-weight: 700; }
.nav a { transition: color .2s ease; }
.nav a:hover, .nav a.active { color: #e07a1f; }
.privacy-link { padding: 10px 14px; border-radius: 999px; background: #fff0dd; color: #d1721d !important; }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg,#fff7ef 0%,#fff0dd 45%,#ffe0b8 100%); color: #2d241d; }
.hero::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at top right, rgba(53,66,223,.14), transparent 29%), radial-gradient(circle at left, rgba(255,195,113,.22), transparent 28%); pointer-events:none; }
.hero-grid { position: relative; display: grid; grid-template-columns: .98fr 1.02fr; gap: 48px; align-items: center; padding: 68px 0 96px; }
.eyebrow { display: inline-flex; align-items: center; width: fit-content; margin-bottom: 18px; border-radius: 999px; border: 1px solid #f0c89f; background: rgba(255,255,255,.78); padding: 10px 16px; color: #a35d17; font-size: 14px; font-weight: 700; box-shadow: 0 10px 24px rgba(224,122,31,.08); }
h1 { margin: 0; max-width: 680px; font-size: 60px; line-height: 1.05; font-weight: 800; color: #2d241d; letter-spacing: -.03em; }
.hero p { max-width: 620px; margin: 22px 0 0; line-height: 1.8; }
.lead { font-size: 20px; color: #6e5845; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.primary-btn, .secondary-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; padding: 14px 24px; font-weight: 800; }
.primary-btn { border: none; background: #3542df; color: white; box-shadow: 0 14px 30px rgba(53,66,223,.24); }
.secondary-btn { border: 1px solid #e7be95; background: rgba(255,255,255,.86); color: #9a5a1b; }
.stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 36px; }
.stat-card { border: 1px solid #f2d2b4; border-radius: 24px; background: rgba(255,255,255,.88); padding: 16px; box-shadow: 0 12px 24px rgba(219,132,43,.08); }
.stat-card .value { font-size: 21px; font-weight: 800; color: #2d241d; }
.stat-card .label { margin-top: 5px; font-size: 11px; color: #9b7a5d; text-transform: uppercase; letter-spacing: .18em; }
.hero-visual { position: relative; width: 100%; max-width: 620px; margin-left: auto; }
.logo-float { position: absolute; top: -24px; left: -8px; z-index: 2; width: 142px; border-radius: 28px; border: 1px solid #f2d3ba; background: white; padding: 8px; box-shadow: 0 14px 30px rgba(215,122,38,.12); }
.phone-shell { border: 1px solid #f3d7c0; border-radius: 42px; background: rgba(255,255,255,.74); padding: 16px; box-shadow: 0 30px 70px rgba(203,124,46,.16); backdrop-filter: blur(12px); }
.phone-bar { height: 28px; display: flex; align-items: center; gap: 7px; padding-left: 14px; }
.phone-bar span { width: 8px; height: 8px; border-radius: 999px; background: #e3c4aa; }
.phone-inner { overflow: hidden; border: 1px solid #f1d3ba; border-radius: 30px; background: #fff7f0; padding: 12px; max-height: 660px; }
.phone-inner img { border-radius: 22px; width: 100%; object-fit: cover; object-position: top; }
.section { padding: 82px 0; }
.section-kicker { font-size: 13px; text-transform: uppercase; letter-spacing: .22em; color: #d1721d; font-weight: 800; }
.section-title { margin: 16px 0 0; font-size: 46px; line-height: 1.2; color: #2d241d; letter-spacing: -.02em; }
.section-desc { margin-top: 18px; max-width: 760px; color: #6f5a47; line-height: 1.8; }
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 38px; }
.feature-card { border: 1px solid #f0d8c3; border-radius: 32px; background: white; padding: 28px; box-shadow: 0 16px 30px rgba(208,124,42,.08); transition: transform .2s ease, box-shadow .2s ease; }
.link-card:hover { transform: translateY(-4px); box-shadow: 0 22px 40px rgba(208,124,42,.14); }
.icon-box { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 18px; background: #fff2e3; color: #e07a1f; font-size: 24px; font-weight: 800; }
.feature-label { margin-top: 20px; font-size: 13px; text-transform: uppercase; letter-spacing: .18em; color: #9b7d63; font-weight: 800; }
.feature-value { margin-top: 8px; font-size: 32px; font-weight: 800; line-height: 1.15; color: #2d241d; }
.grid-2-alt { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; margin-top: 28px; }
.benefit-panel { border: 1px solid #f0d8c3; border-radius: 34px; background: linear-gradient(135deg,#fff8f1 0%,#fff1e3 100%); padding: 32px; box-shadow: 0 16px 30px rgba(208,124,42,.08); }
.benefit-list { display: grid; gap: 14px; margin-top: 20px; }
.benefit-item { border-radius: 18px; background: rgba(255,255,255,.94); padding: 17px 18px; color: #5c4a3b; box-shadow: 0 8px 18px rgba(205,124,45,.06); line-height: 1.7; }
.benefit-item strong { display: block; margin-bottom: 4px; color: #2d241d; }
.benefit-item span { color: #6d5a49; }
.dark-panel { border-radius: 34px; background: #202466; padding: 32px; color: white; box-shadow: 0 20px 40px rgba(32,36,102,.18); }
.orange-text { color: #ffbd77; }
.dark-panel p { margin: 18px 0 0; color: rgba(255,255,255,.8); line-height: 1.8; }
.sample-box { margin-top: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.08); padding: 18px; }
.sample-box .kicker { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.sample-box .big { margin-top: 10px; font-size: 30px; font-weight: 800; }
.sample-box .text { margin-top: 8px; color: rgba(255,255,255,.74); line-height: 1.8; }
.page-head { background: linear-gradient(135deg,#fff7ef 0%,#ffebd3 100%); padding: 70px 0; border-bottom: 1px solid #f1d7be; }
.blue-page-head { background: linear-gradient(135deg,#eef0ff 0%,#fff6ee 100%); }
.page-head-grid { display: grid; grid-template-columns: 1fr 260px; gap: 42px; align-items: center; }
.page-head p { max-width: 760px; margin: 20px 0 0; color: #6d5a49; line-height: 1.8; font-size: 18px; }
.page-logo-card { border-radius: 34px; background: white; padding: 16px; border: 1px solid #f0d8c3; box-shadow: 0 20px 44px rgba(208,124,42,.12); }
.phone-mini { max-height: 430px; overflow: hidden; border-radius: 34px; background: white; padding: 12px; border: 1px solid #f0d8c3; box-shadow: 0 20px 44px rgba(53,66,223,.1); }
.phone-mini img { border-radius: 24px; object-fit: cover; object-position: top; }
.how-wrap { background: #fff4e8; padding: 80px 0; }
.standalone-how { background: #fff8f2; }
.how-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 28px; align-items: start; }
.orange-panel { border-radius: 36px; background: #e07a1f; padding: 36px; color: white; box-shadow: 0 22px 46px rgba(224,122,31,.22); }
.orange-panel h2 { margin: 16px 0 0; font-size: 42px; line-height: 1.2; letter-spacing: -.02em; }
.orange-panel p { margin-top: 18px; color: rgba(255,255,255,.84); line-height: 1.8; }
.white-kicker { color: rgba(255,255,255,.76); }
.steps-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.step-card { border: 1px solid #f0d7c2; border-radius: 30px; background: white; padding: 28px; box-shadow: 0 12px 28px rgba(205,123,43,.08); }
.step-num { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 18px; background: #fff1e3; color: #e07a1f; font-size: 18px; font-weight: 800; }
.step-card p { margin: 18px 0 0; color: #4e433a; line-height: 1.8; }
.contact-wrap { background: #202466; padding: 84px 0; color: white; }
.contact-page-wrap { min-height: 520px; display: flex; align-items: center; }
.contact-shell { border-radius: 40px; background: linear-gradient(135deg,#2930a4 0%,#3542df 58%,#1d245f 100%); padding: 40px; box-shadow: 0 24px 60px rgba(25,15,10,.2); }
.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; align-items: center; }
.contact-shell .kicker { font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: #ffd179; font-weight: 800; }
.contact-shell h1, .contact-shell h2 { margin: 16px 0 0; font-size: 46px; line-height: 1.2; color: white; letter-spacing: -.02em; }
.contact-shell p { margin-top: 18px; max-width: 560px; color: rgba(255,255,255,.78); line-height: 1.8; }
.contact-card { border: 1px solid rgba(255,255,255,.1); border-radius: 32px; background: white; padding: 28px; color: #1f1c18; box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.contact-card .label { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: #d1721d; font-weight: 800; }
.contact-card .email { display: block; margin-top: 16px; font-size: 30px; font-weight: 800; color: #3542df; word-break: break-all; }
.contact-card .text { margin-top: 14px; color: #6d655e; line-height: 1.8; }
.contact-policy { display: inline-flex; margin-top: 20px; border-radius: 16px; background: #fff0dd; color: #d1721d; padding: 12px 16px; font-weight: 800; }
.support-cards p { color: #6d5a49; line-height: 1.8; margin: 12px 0 0; }
.delete-page { min-height: calc(100vh - 140px); background: #fff7ef; padding: 64px 0 76px; }
.page-hero { max-width: 780px; margin-bottom: 30px; }
.page-hero h1 { font-size: 48px; max-width: none; }
.page-hero p { margin-top: 14px; color: #6d5a49; line-height: 1.8; font-size: 18px; }
.delete-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 28px; }
.delete-info { border: 1px solid #f0d8c3; border-radius: 36px; background: white; padding: 36px; box-shadow: 0 18px 36px rgba(208,124,42,.08); }
.delete-header { display: flex; align-items: center; gap: 12px; color: #d1721d; }
.no-margin { margin: 0; }
.delete-header .icon-box { width: 48px; height: 48px; }
.delete-info h2 { margin-top: 20px; font-size: 34px; line-height: 1.15; color: #2d241d; }
.delete-info p { margin-top: 16px; color: #6d5a49; line-height: 1.8; }
.tips-card { margin-top: 28px; border: 1px solid #f1d8c2; border-radius: 30px; background: #fff8f2; padding: 24px; }
.tips-list { display: grid; gap: 14px; margin-top: 18px; }
.tip-item { display: flex; gap: 14px; align-items: flex-start; }
.tip-num { width: 32px; height: 32px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; border-radius: 999px; background: white; color: #e07a1f; font-size: 14px; font-weight: 800; box-shadow: 0 6px 14px rgba(214,119,32,.08); }
.tip-text { color: #665547; line-height: 1.8; }
.form-panel { border-radius: 36px; background: linear-gradient(135deg,#3542df 0%,#5765ff 100%); padding: 36px; color: white; box-shadow: 0 24px 50px rgba(53,66,223,.22); }
.form-panel .kicker { font-size: 13px; text-transform: uppercase; letter-spacing: .2em; color: rgba(255,255,255,.78); font-weight: 800; }
.form-panel h2 { margin: 14px 0 0; font-size: 38px; line-height: 1.2; }
.form-fields { display: grid; gap: 20px; margin-top: 28px; }
.input-label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 700; }
.input { width: 100%; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(255,255,255,.14); padding: 14px 16px; color: white; outline: none; }
.input::placeholder { color: rgba(255,255,255,.58); }
.captcha-row { display: grid; grid-template-columns: 1fr 148px; gap: 12px; align-items: stretch; }
.captcha-btn { min-width: 148px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.18); padding: 12px 16px; color: #fff0af; font-size: 20px; font-weight: 800; letter-spacing: .18em; }
.captcha-note { margin-top: 8px; font-size: 12px; color: rgba(255,255,255,.78); }
.submit-btn { width: 100%; border: none; border-radius: 18px; background: white; padding: 14px 20px; color: #3542df; font-weight: 800; }
.mini-note { margin-top: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.14); padding: 18px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.7; }
.form-message { min-height: 22px; font-size: 14px; line-height: 1.6; }
.form-message.error { color: #fff0af; }
.form-message.success { color: #caffdb; }
.footer { border-top: 1px solid #eacdb1; background: #fff8f2; color: #80624b; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; padding: 30px 0; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #2d241d; font-size: 18px; }
.footer-brand img { width: 38px; height: 38px; border-radius: 12px; }
.footer p { max-width: 600px; line-height: 1.8; margin: 12px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; font-weight: 700; }
.footer-links a:hover { color: #e07a1f; }
.footer-copy { border-top: 1px solid #f0dcc9; text-align: center; padding: 18px 16px; color: #9a7b60; font-size: 14px; }
@media (max-width: 980px) {
  .hero-grid, .cards-3, .grid-2-alt, .how-grid, .contact-grid, .delete-grid, .page-head-grid, .footer-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .hero-visual { margin: 0 auto; }
  h1 { font-size: 44px; }
  .section-title, .contact-shell h1, .contact-shell h2, .page-hero h1 { font-size: 36px; }
  .page-logo-card { max-width: 240px; }
  .phone-mini { max-width: 260px; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 24px, 1180px); }
  .topbar { position: static; }
  .topbar-inner { align-items: flex-start; flex-direction: column; }
  .nav { width: 100%; gap: 10px; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; padding-bottom: 2px; }
  .nav a { min-width: max-content; padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.72); }
  .privacy-link { background: #fff0dd !important; }
  .hero-grid { padding: 46px 0 64px; }
  .stats-row { grid-template-columns: 1fr; }
  .captcha-row { grid-template-columns: 1fr; }
  .captcha-btn { width: 100%; }
  .contact-card .email { font-size: 22px; }
  .logo-float { width: 112px; }
  .phone-inner { max-height: 560px; }
  .feature-value { font-size: 28px; }
}
