:root {
  --navy-950: #07111f;
  --navy-900: #0b1727;
  --navy-850: #101e30;
  --navy-800: #14243a;
  --slate-700: #334155;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-100: #f1f5f9;
  --white: #ffffff;
  --blue: #3b82f6;
  --blue-dark: #2563eb;
  --green: #1f7a66;
  --green-soft: #55b6a0;
  --red: #ef6a70;
  --line: rgba(148, 163, 184, .18);
  --font: "Segoe UI Variable Text", "Nirmala UI", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy-950);
  color: var(--slate-100);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(7, 17, 31, .9);
  backdrop-filter: blur(18px);
}
.logo { display: flex; align-items: center; gap: 11px; }
.logo > span, .mini-logo {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 9px;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.03em;
}
.logo div { display: flex; flex-direction: column; }
.logo b { font-size: 18px; line-height: 1.15; }
.logo small { margin-top: 3px; color: var(--slate-500); font-size: 8px; font-weight: 750; letter-spacing: .15em; }
.site-header nav { display: flex; gap: 31px; color: var(--slate-400); font-size: 13px; font-weight: 600; }
.site-header nav a:hover { color: var(--white); }
.header-actions { display: flex; gap: 9px; }
.account-menu-wrap { position: relative; }
.sign-in-button, .dashboard-button {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #2e425c;
  border-radius: 8px;
  background: transparent;
  color: var(--slate-300);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.dashboard-button { border-color: var(--blue); background: var(--blue); color: var(--white); }
.account-menu { position: absolute; top: calc(100% + 10px); right: 0; z-index: 30; width: 265px; padding: 8px; border: 1px solid #34506f; border-radius: 11px; background: #0c1929; box-shadow: 0 22px 60px rgba(0, 0, 0, .55); }
.account-menu-user { padding: 10px 11px 12px; border-bottom: 1px solid var(--line); }
.account-menu-user small { display: block; color: #7aa9e8; font-weight: 800; letter-spacing: .1em; }
.account-menu-user b { display: block; margin-top: 3px; font-size: 16px; }
.account-menu-user span { display: block; margin-top: 2px; overflow: hidden; color: var(--slate-400); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.account-menu > button { display: flex; align-items: center; gap: 10px; width: 100%; margin-top: 5px; padding: 10px; border: 0; border-radius: 7px; background: transparent; color: var(--slate-200); text-align: left; cursor: pointer; }
.account-menu > button:hover { background: #142a43; }
.account-menu > button > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 7px; background: #183656; color: #9bc1ff; }
.account-menu > button div { display: flex; flex-direction: column; }
.account-menu > button b { font-size: 13px; }
.account-menu > button small { color: var(--slate-500); }
.account-menu > button.menu-logout { color: #f1a1a5; }
.account-menu > button.menu-logout > span { background: #321f25; color: #f1a1a5; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
  max-width: 1180px;
  min-height: 660px;
  margin: auto;
  padding: 75px 24px;
}
.hero::before {
  position: absolute;
  top: 50px;
  left: 25%;
  width: 650px;
  height: 430px;
  border-radius: 50%;
  background: rgba(37, 99, 235, .09);
  filter: blur(110px);
  content: "";
  pointer-events: none;
}
.hero-copy, .terminal-card { position: relative; z-index: 1; }
.eyebrow { color: #7fb0ff; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.eyebrow i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--blue); }
.hero h1 {
  margin: 21px 0 22px;
  font-size: clamp(43px, 5.3vw, 69px);
  font-weight: 720;
  line-height: 1.04;
  letter-spacing: -.052em;
}
.hero h1 em, .closing-section h2 em { color: #7fb0ff; font-style: normal; }
.hero-copy > p { max-width: 550px; margin: 0; color: var(--slate-400); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 31px; }
.primary-action, .secondary-action, .closing-section > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 750;
}
.primary-action, .closing-section > a { gap: 20px; background: var(--blue); color: var(--white); }
.secondary-action { border: 1px solid #30445e; color: var(--slate-300); }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 29px; color: var(--slate-500); font-size: 10px; font-weight: 650; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: #3f546d; }

.terminal-card { overflow: hidden; border: 1px solid #29415d; border-radius: 15px; background: var(--navy-900); box-shadow: 0 35px 90px rgba(0, 0, 0, .38); }
.terminal-head, .terminal-foot { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.terminal-head > div { display: flex; align-items: center; gap: 10px; }
.terminal-head .mini-logo { width: 28px; height: 28px; border-radius: 6px; font-size: 9px; }
.terminal-head b { font-size: 12px; }
.scan-state { color: var(--slate-500); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.scan-state i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--green-soft); }
.market-bar, .trade-plan { display: grid; grid-template-columns: repeat(3, 1fr); margin: 17px; border: 1px solid var(--line); border-radius: 9px; background: #0d1a2a; }
.market-bar > div, .trade-plan > div { display: flex; flex-direction: column; padding: 13px 14px; border-right: 1px solid var(--line); }
.market-bar > div:last-child, .trade-plan > div:last-child { border: 0; }
.market-bar small, .trade-plan small { color: var(--slate-500); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.market-bar b, .trade-plan b { margin-top: 4px; font-size: 12px; }
.signal-row { display: grid; grid-template-columns: 38px 1fr auto 47px; gap: 12px; align-items: center; margin: 0 17px; padding: 14px; border: 1px solid #2b4763; border-radius: 9px; background: #122238; }
.signal-row.secondary { margin-bottom: 17px; border-color: var(--line); background: #0d1a2a; }
.rank { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 7px; background: #1e3b60; color: #8ab7ff; font-size: 10px; font-weight: 800; }
.signal-name { display: flex; flex-direction: column; }
.signal-name b { font-size: 12px; }
.signal-name small { color: var(--slate-500); font-size: 8px; }
.signal-side { padding: 5px 8px; border-radius: 5px; font-size: 8px; font-weight: 850; }
.signal-side.buy { background: rgba(31, 122, 102, .24); color: #77c9b5; }
.signal-side.sell { background: rgba(239, 106, 112, .12); color: #f29398; }
.signal-score { text-align: right; }
.signal-score b { display: block; font-size: 18px; }
.signal-score small { display: block; color: var(--slate-500); font-size: 6px; letter-spacing: .09em; }
.trade-plan { grid-template-columns: repeat(4, 1fr); margin-top: 9px; background: #091523; }
.terminal-foot { border-top: 1px solid var(--line); border-bottom: 0; color: var(--slate-500); font-size: 8px; }
.terminal-foot b { color: var(--slate-400); }

.assurance-bar { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1180px; margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.assurance-bar span { padding: 19px 22px; border-right: 1px solid var(--line); color: var(--slate-400); font-size: 9px; font-weight: 750; letter-spacing: .08em; }
.assurance-bar span:last-child { border: 0; }
.assurance-bar b { margin-right: 7px; color: #5685c6; }

.section { max-width: 1180px; margin: auto; padding: 103px 24px; }
.section-heading { max-width: 670px; margin: 0 auto 49px; text-align: center; }
.section-heading h2, .benefits-copy h2, .account-section h2 { margin: 13px 0; font-size: clamp(32px, 4vw, 46px); line-height: 1.15; letter-spacing: -.036em; }
.section-heading p, .benefits-copy > p, .account-section > div > p { margin: 0; color: var(--slate-400); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.feature-grid article { position: relative; min-height: 270px; padding: 25px; border: 1px solid var(--line); border-radius: 12px; background: var(--navy-900); }
.feature-index { position: absolute; top: 21px; right: 22px; color: #3f5978; font-size: 9px; font-weight: 800; }
.feature-symbol { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 34px; border: 1px solid #345274; border-radius: 9px; background: #12263e; color: #81adf3; font-size: 18px; }
.feature-grid h3 { margin: 0 0 11px; font-size: 16px; }
.feature-grid p { margin: 0; color: var(--slate-400); font-size: 12px; line-height: 1.65; }

.benefits-section { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; padding: 0; border: 1px solid #29415b; border-radius: 16px; background: var(--navy-900); }
.benefits-copy { padding: 57px; background: #0e1d2e; }
.benefits-copy h2 { font-size: 45px; }
.benefits-copy > p { line-height: 1.75; }
.benefits-copy > a { display: inline-flex; gap: 20px; margin-top: 27px; color: #82b1ff; font-size: 12px; font-weight: 750; }
.benefits-list { padding: 25px 31px; border-left: 1px solid var(--line); }
.benefits-list article { display: flex; gap: 18px; padding: 21px 4px; border-bottom: 1px solid var(--line); }
.benefits-list article:last-child { border: 0; }
.benefits-list article > span { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 8px; background: #19375a; color: #87b5ff; font-size: 9px; font-weight: 800; }
.benefits-list h3 { margin: 0 0 5px; font-size: 15px; }
.benefits-list p { margin: 0; color: var(--slate-400); font-size: 11px; }

.pricing-section { padding-top: 110px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.plan-card { position: relative; padding: 31px; border: 1px solid var(--line); border-radius: 13px; background: var(--navy-900); }
.plan-card.featured { transform: translateY(-10px); border-color: #4376bc; background: #11243b; box-shadow: 0 26px 70px rgba(0, 0, 0, .25); }
.popular { position: absolute; top: -11px; right: 22px; padding: 5px 10px; border-radius: 20px; background: var(--blue); color: var(--white); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.plan-label { color: #6994cf; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.plan-card h3 { margin: 8px 0 20px; font-size: 22px; }
.price { display: flex; align-items: flex-start; }
.price small { margin: 7px 4px 0 0; color: var(--slate-400); font-size: 16px; }
.price strong { font-size: 42px; line-height: 1; }
.plan-card > p { margin: 10px 0 25px; color: var(--slate-500); font-size: 11px; }
.plan-card ul { min-height: 145px; margin: 0 0 25px; padding: 0; list-style: none; }
.plan-card li { position: relative; margin: 11px 0; padding-left: 20px; color: var(--slate-300); font-size: 12px; }
.plan-card li::before { position: absolute; left: 0; color: #69a8ff; content: "✓"; }
.plan-card > button { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 43px; padding: 0 14px; border: 1px solid #365578; border-radius: 8px; background: transparent; color: var(--slate-100); font-size: 11px; font-weight: 750; cursor: pointer; }
.plan-card.featured > button { border-color: var(--blue); background: var(--blue); color: var(--white); }
.pricing-note { margin: 26px 0 0; color: var(--slate-500); font-size: 10px; text-align: center; }

.account-section { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; margin-bottom: 85px; border: 1px solid #29425e; border-radius: 14px; background: #0d1b2c; }
.account-section h2 { font-size: 34px; }
.account-panel { padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: #091625; }
.account-state { display: block; margin-bottom: 10px; color: #77a7e8; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.account-panel b { display: block; font-size: 18px; }
.account-panel p { margin: 4px 0 15px; color: var(--slate-400); font-size: 11px; }
.account-panel button { min-height: 40px; padding: 0 14px; border: 1px solid #3d6490; border-radius: 7px; background: #142a43; color: #dceaff; font-size: 11px; font-weight: 750; cursor: pointer; }
.account-panel button + button { margin-left: 7px; border-color: #384a5f; background: transparent; color: var(--slate-400); }

.closing-section { padding: 87px 24px; border-top: 1px solid var(--line); background: #0b1929; text-align: center; }
.closing-section h2 { margin: 14px 0 28px; font-size: clamp(37px, 5vw, 55px); line-height: 1.12; letter-spacing: -.04em; }
footer { display: grid; grid-template-columns: 1fr 1.9fr 1fr auto; gap: 34px; align-items: center; max-width: 1180px; margin: auto; padding: 35px 24px; color: var(--slate-500); font-size: 10px; }
footer > p { margin: 0; line-height: 1.6; }
footer > div { display: flex; gap: 14px; }
footer > div a:hover { color: var(--slate-200); }

dialog { width: min(680px, calc(100% - 28px)); max-height: 92vh; padding: 0; overflow: auto; border: 1px solid #34506f; border-radius: 14px; background: var(--navy-900); color: var(--slate-100); box-shadow: 0 30px 120px rgba(0, 0, 0, .7); font-family: var(--font); }
dialog::backdrop { background: rgba(2, 8, 18, .82); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 33px; height: 33px; border: 1px solid #344b66; border-radius: 50%; background: #101f31; color: var(--slate-400); font-size: 20px; cursor: pointer; }
.auth-dialog { width: min(500px, calc(100% - 28px)); padding: 30px; }
.auth-intro { display: flex; align-items: center; gap: 12px; padding-right: 40px; }
.auth-intro .mini-logo { width: 40px; height: 40px; font-size: 12px; }
.auth-intro div { display: flex; flex-direction: column; }
.auth-intro b { font-size: 16px; }
.auth-intro small { color: var(--slate-500); font-size: 10px; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 25px 0 20px; padding: 4px; border-radius: 8px; background: #081320; }
.auth-tabs button { height: 37px; border: 0; border-radius: 6px; background: transparent; color: var(--slate-500); font-size: 11px; font-weight: 750; cursor: pointer; }
.auth-tabs button.active { background: #172d47; color: #a9cbff; }
.auth-form label, .form-grid label { display: flex; flex-direction: column; gap: 6px; color: var(--slate-400); font-size: 10px; font-weight: 700; }
.auth-form > label + label { margin-top: 13px; }
.auth-form input, .form-grid input { width: 100%; height: 43px; padding: 0 12px; border: 1px solid #30465f; border-radius: 7px; outline: 0; background: #081421; color: var(--slate-100); font-size: 12px; }
.auth-form input:focus, .form-grid input:focus { border-color: var(--blue); }
.auth-form input[readonly] { border-color: #365778; background: #10243a; color: #9fc6ff; font-weight: 800; letter-spacing: .08em; cursor: default; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-note { color: var(--slate-500); font-size: 8px; font-weight: 500; line-height: 1.45; }
.password-note { display: block; margin: 10px 0 0; color: var(--slate-500); font-size: 9px; }
.form-submit { display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; min-height: 45px; margin-top: 17px; border: 0; border-radius: 7px; background: var(--blue); color: var(--white); font-size: 11px; font-weight: 800; cursor: pointer; }
.form-submit:disabled { opacity: .55; cursor: wait; }
.form-message { min-height: 17px; margin: 7px 0 0; color: #f38e93; font-size: 10px; text-align: center; }
.auth-switch { margin: 7px 0 0; color: var(--slate-500); font-size: 10px; text-align: center; }
.auth-switch button { padding: 0; border: 0; background: transparent; color: #83b2ff; font-size: inherit; cursor: pointer; }

.dialog-heading { padding: 30px 32px 18px; }
.dialog-heading > span, .checkout-success > small { color: #83b2ff; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.dialog-heading h2 { margin: 7px 0 5px; font-size: 27px; }
.dialog-heading p { margin: 0; color: var(--slate-400); font-size: 11px; }
.checkout-plan, .checkout-user, .payment-details { margin: 0 32px 14px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 9px; background: #0a1624; }
.checkout-plan { display: flex; align-items: center; justify-content: space-between; }
.checkout-plan > div, .checkout-user > div { display: flex; flex-direction: column; }
.checkout-plan small, .checkout-user small, .payment-details > small { color: var(--slate-500); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.checkout-plan b, .checkout-user b { font-size: 13px; }
.checkout-plan strong { color: #83b2ff; font-size: 22px; }
.checkout-user { display: flex; align-items: center; gap: 11px; }
.user-avatar { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #1b3a5f; color: #9bc1ff; font-size: 12px; font-weight: 800; }
.checkout-user p { margin: 2px 0 0; color: var(--slate-500); font-size: 9px; }
.method-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 0 32px 13px; padding: 4px; border-radius: 8px; background: #081320; }
.method-tabs input { position: absolute; opacity: 0; }
.method-tabs span { display: block; padding: 9px; border-radius: 6px; color: var(--slate-500); font-size: 10px; font-weight: 750; text-align: center; cursor: pointer; }
.method-tabs input:checked + span { background: #193554; color: #9fc6ff; }
.payment-details > div { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }
.payment-details:has(.upi-copy) { display: flex; align-items: center; gap: 14px; }
.payment-details .upi-copy { display: block; flex: 1; margin: 0; }
.upi-qr { width: 104px; height: 104px; padding: 5px; border-radius: 8px; background: #fff; object-fit: contain; }
.payment-details b { font-size: 14px; }
.payment-details button, .checkout-success div button { padding: 5px 9px; border: 1px solid #3b5d83; border-radius: 6px; background: transparent; color: #9ec3f6; font-size: 9px; cursor: pointer; }
.payment-details p { margin: 4px 0 0; color: var(--slate-500); font-size: 9px; }
.payment-details dl { margin: 7px 0 0; }
.payment-details dl > div { display: grid; grid-template-columns: 120px 1fr; padding: 3px 0; }
.payment-details dt { color: var(--slate-500); font-size: 9px; }
.payment-details dd { margin: 0; font-size: 10px; font-weight: 650; }
#payment-form { padding: 0 32px 31px; }
#payment-form .form-grid { grid-template-columns: repeat(3, 1fr); }
.form-grid input[readonly] { color: #8fbbff; font-weight: 750; }
.proof-upload { display: flex; flex-direction: column; align-items: center; margin-top: 15px; padding: 16px; border: 1px dashed #3a5778; border-radius: 9px; color: var(--slate-200); text-align: center; cursor: pointer; }
.proof-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.proof-upload > span { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 5px; border-radius: 50%; background: #183656; color: #93bbf5; font-size: 16px; }
.proof-upload b { font-size: 11px; }
.proof-upload small, .proof-upload em { color: var(--slate-500); font-size: 8px; font-style: normal; }
.proof-upload em { margin-top: 3px; color: var(--slate-400); }
.payment-confirm { display: flex; align-items: flex-start; gap: 8px; margin: 12px 0; color: var(--slate-400); font-size: 9px; }
.payment-confirm input { accent-color: var(--blue); }
.checkout-success { padding: 52px 34px; text-align: center; }
.success-mark { display: grid; place-items: center; width: 57px; height: 57px; margin: 0 auto 15px; border-radius: 50%; background: #173b35; color: #73c6b2; font-size: 25px; }
.checkout-success h2 { margin: 7px 0; font-size: 27px; }
.checkout-success > p { margin: 0 0 21px; color: var(--slate-400); font-size: 11px; }
.checkout-success > div { display: flex; flex-direction: column; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 9px; background: #081421; }
.checkout-success > div small { color: var(--slate-500); font-size: 8px; letter-spacing: .12em; }
.checkout-success > div b { margin: 4px 0 8px; color: #91baff; font-size: 16px; }

@media (max-width: 960px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 680px; }
  .terminal-card { max-width: 720px; }
  .assurance-bar, .feature-grid { grid-template-columns: 1fr 1fr; }
  .assurance-bar span:nth-child(2) { border-right: 0; }
  .benefits-section { grid-template-columns: 1fr; margin: 0 24px; }
  .benefits-list { border-top: 1px solid var(--line); border-left: 0; }
  .plan-grid { grid-template-columns: 1fr; max-width: 570px; margin: auto; }
  .plan-card.featured { transform: none; }
  .account-section { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 620px) {
  .site-header { min-height: 66px; padding: 0 15px; }
  .sign-in-button { display: none; }
  .sign-in-button.signed-in { display: block; }
  .dashboard-button { padding: 0 11px; }
  .dashboard-button span { display: none; }
  .hero { gap: 45px; padding: 52px 17px; }
  .hero h1 { font-size: 43px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .market-bar { grid-template-columns: 1fr 1fr; }
  .market-bar > div:last-child { display: none; }
  .signal-row { grid-template-columns: 36px 1fr 42px; }
  .signal-side { display: none; }
  .trade-plan { grid-template-columns: 1fr 1fr; }
  .trade-plan > div:nth-child(2) { border-right: 0; }
  .trade-plan > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .assurance-bar { margin: 0 17px; }
  .assurance-bar span { padding: 16px 11px; }
  .section { padding: 76px 17px; }
  .section-heading { text-align: left; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 235px; }
  .benefits-section { margin: 0 17px; }
  .benefits-copy { padding: 38px 25px; }
  .benefits-copy h2 { font-size: 37px; }
  .benefits-list { padding: 15px 21px; }
  .account-section { margin: 0 17px 60px; padding: 29px 20px; }
  .closing-section { padding: 70px 18px; }
  footer { grid-template-columns: 1fr; padding: 28px 18px; }
  footer > p { grid-column: auto; grid-row: auto; }
  .auth-dialog { padding: 24px 20px; }
  .form-grid, #payment-form .form-grid { grid-template-columns: 1fr; }
  .dialog-heading, #payment-form { padding-left: 20px; padding-right: 20px; }
  .checkout-plan, .checkout-user, .method-tabs, .payment-details { margin-left: 20px; margin-right: 20px; }
}
