
* { 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,0.92);
  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;
}
.brand-mark {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #F4D6BA;
  background: white;
  box-shadow: 0 10px 24px rgba(202,115,36,0.12);
}
.brand-name {
  font-size: 20px;
  font-weight: 700;
  color: #2F241C;
  line-height: 1.1;
}
.brand-sub {
  margin-top: 3px;
  font-size: 12px;
  color: #A27E63;
  text-transform: uppercase;
  letter-spacing: .22em;
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  color: #755941;
  font-size: 14px;
  font-weight: 600;
}
.nav a {
  transition: color .2s ease;
}
.nav a:hover,
.nav a.active {
  color: #E07A1F;
}

.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(255,153,51,.22), transparent 28%),
    radial-gradient(circle at left, rgba(255,195,113,.18), transparent 24%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  gap: 48px;
  align-items: center;
  padding: 64px 0 96px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid #F0C89F;
  background: rgba(255,255,255,.72);
  padding: 10px 16px;
  color: #A35D17;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(224,122,31,0.08);
}
h1 {
  margin: 0;
  max-width: 660px;
  font-size: 60px;
  line-height: 1.05;
  font-weight: 700;
  color: #2D241D;
}
.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 {
  border: none;
  border-radius: 18px;
  background: #E07A1F;
  color: white;
  padding: 14px 24px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(224,122,31,0.24);
}
.secondary-btn {
  border: 1px solid #E7BE95;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  color: #9A5A1B;
  padding: 14px 24px;
  font-weight: 700;
}
.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,.86);
  padding: 16px;
  box-shadow: 0 12px 24px rgba(219,132,43,0.08);
}
.stat-card .value {
  font-size: 22px;
  font-weight: 700;
  color: #2D241D;
}
.stat-card .label {
  margin-top: 4px;
  font-size: 12px;
  color: #9B7A5D;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.hero-visual {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
}
.logo-float {
  position: absolute;
  top: -24px;
  left: -8px;
  z-index: 2;
  width: 146px;
  border-radius: 26px;
  border: 1px solid #F2D3BA;
  background: white;
  padding: 8px;
  box-shadow: 0 14px 30px rgba(215,122,38,0.12);
}
.phone-shell {
  border: 1px solid #F3D7C0;
  border-radius: 38px;
  background: rgba(255,255,255,.72);
  padding: 16px;
  box-shadow: 0 30px 70px rgba(203,124,46,0.14);
  backdrop-filter: blur(12px);
}
.phone-inner {
  overflow: hidden;
  border: 1px solid #F1D3BA;
  border-radius: 30px;
  background: #FFF7F0;
  padding: 16px;
}
.phone-inner img {
  border-radius: 24px;
  object-fit: cover;
}

section { scroll-margin-top: 90px; }
.section { padding: 80px 0; }
.section-kicker {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: #D1721D;
  font-weight: 700;
}
.section-title {
  margin: 16px 0 0;
  font-size: 46px;
  line-height: 1.2;
  color: #2D241D;
}
.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,0.08);
}
.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: 700;
}
.feature-label {
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #9B7D63;
}
.feature-value {
  margin-top: 8px;
  font-size: 34px;
  font-weight: 700;
  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,0.08);
}
.benefit-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.benefit-item {
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  padding: 16px 18px;
  color: #5C4A3B;
  box-shadow: 0 8px 18px rgba(205,124,45,0.06);
}
.dark-panel {
  border-radius: 34px;
  background: #2E2016;
  padding: 32px;
  color: white;
  box-shadow: 0 20px 40px rgba(46,32,22,0.18);
}
.dark-panel p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}
.sample-box {
  margin-top: 24px;
  border: 1px solid rgba(255,255,255,.1);
  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,.5);
}
.sample-box .big {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
}
.sample-box .text {
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  line-height: 1.8;
}

.how-wrap {
  background: #FFF4E8;
  padding: 80px 0;
}
.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,0.22);
}
.orange-panel p {
  margin-top: 18px;
  color: rgba(255,255,255,.82);
  line-height: 1.8;
}
.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,0.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: 700;
}
.step-card p {
  margin: 18px 0 0;
  color: #4E433A;
  line-height: 1.8;
}

.contact-wrap {
  background: #2D2017;
  padding: 80px 0;
  color: white;
}
.contact-shell {
  border-radius: 40px;
  background: linear-gradient(135deg,#3B281B 0%,#5A371D 100%);
  padding: 36px;
  box-shadow: 0 24px 60px rgba(25,15,10,0.28);
}
.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: #FFB56D;
  font-weight: 700;
}
.contact-shell h2 {
  margin: 16px 0 0;
  font-size: 46px;
  line-height: 1.2;
}
.contact-shell p {
  margin-top: 18px;
  max-width: 560px;
  color: rgba(255,255,255,.74);
  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,0.18);
}
.contact-card .label {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #D1721D;
  font-weight: 700;
}
.contact-card .email {
  display: block;
  margin-top: 16px;
  font-size: 30px;
  font-weight: 700;
  color: #D1721D;
  word-break: break-all;
}
.contact-card .text {
  margin-top: 14px;
  color: #6D655E;
  line-height: 1.8;
}

.delete-page {
  min-height: calc(100vh - 140px);
  background: #FFF7EF;
  padding: 52px 0 72px;
}
.page-hero {
  max-width: 760px;
  margin-bottom: 28px;
}
.page-hero h1 {
  font-size: 48px;
  max-width: none;
}
.page-hero p {
  margin-top: 14px;
  color: #6D5A49;
  line-height: 1.8;
}
.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  border: 1px solid #EDCFB4;
  border-radius: 18px;
  background: white;
  padding: 12px 18px;
  color: #A95F19;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(224,122,31,0.08);
}
.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,0.08);
}
.delete-header {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #D1721D;
}
.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: 700;
  box-shadow: 0 6px 14px rgba(214,119,32,0.08);
}
.tip-text {
  color: #665547;
  line-height: 1.8;
}
.form-panel {
  border-radius: 36px;
  background: linear-gradient(135deg,#E07A1F 0%,#F39B32 100%);
  padding: 36px;
  color: white;
  box-shadow: 0 24px 50px rgba(224,122,31,0.22);
}
.form-panel .kicker {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}
.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: 600;
}
.input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(255,255,255,.14);
  padding: 14px 16px;
  color: white;
  outline: none;
}
.input::placeholder { color: rgba(255,255,255,.55); }
.captcha-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: wrap;
}
.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: 700;
  letter-spacing: .18em;
}
.submit-btn {
  width: 100%;
  border: none;
  border-radius: 18px;
  background: white;
  padding: 14px 20px;
  color: #D1721D;
  font-weight: 700;
}
.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;
}
.hidden { display: none !important; }
.footer {
  border-top: 1px solid #EACDB1;
  background: #FFF8F2;
  padding: 24px 16px;
  text-align: center;
  color: #9A7B60;
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero-grid, .cards-3, .grid-2-alt, .how-grid, .contact-grid, .delete-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .hero-visual { margin: 0 auto; }
  h1 { font-size: 44px; }
  .section-title, .contact-shell h2, .page-hero h1 { font-size: 36px; }
}
@media (max-width: 760px) {
  .nav { display: none; }
  .container { width: min(100% - 24px, 1180px); }
  .hero-grid { padding: 46px 0 64px; }
  .stats-row { grid-template-columns: 1fr; }
  .captcha-row { flex-direction: column; }
  .captcha-btn { width: 100%; }
  .contact-card .email { font-size: 22px; }
  .logo-float { width: 118px; }
}
