:root {
  --atp-navy: #0f2742;
  --atp-blue: #164d7a;
  --atp-sky: #eaf4fb;
  --atp-orange: #f47b20;
  --atp-green: #13a56b;
  --atp-text: #1e2a36;
  --atp-muted: #64748b;
  --atp-border: #d9e3ee;
  --atp-bg: #f7fafc;
  --atp-white: #ffffff;
  --atp-radius: 22px;
  --atp-shadow: 0 18px 45px rgba(15, 39, 66, .12);
}

.atp-site,
.atp-site * {
  box-sizing: border-box;
}

.atp-site {
  color: var(--atp-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  background: var(--atp-white);
}

.atp-container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.atp-hero,
.atp-page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 78px;
  background:
    radial-gradient(circle at top right, rgba(244, 123, 32, .16), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #ecf5ff 52%, #ffffff 100%);
}

.atp-hero:before,
.atp-page-hero:before {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(22, 77, 122, .07);
}

.atp-hero-grid,
.atp-split,
.atp-footer-grid,
.atp-form-wrap {
  display: grid;
  gap: 34px;
  align-items: center;
}

.atp-hero-grid {
  grid-template-columns: 1.25fr .75fr;
}

.atp-split,
.atp-form-wrap {
  grid-template-columns: 1fr 1fr;
}

.atp-form-wrap.wide {
  grid-template-columns: .78fr 1.22fr;
  align-items: start;
}

.atp-badge,
.atp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--atp-blue);
  background: rgba(22, 77, 122, .08);
  border: 1px solid rgba(22, 77, 122, .12);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 18px;
}

.atp-eyebrow {
  background: rgba(19, 165, 107, .08);
  color: #08784c;
  border-color: rgba(19, 165, 107, .14);
}

.atp-site h1,
.atp-site h2,
.atp-site h3 {
  color: var(--atp-navy);
  margin: 0 0 14px;
  line-height: 1.18;
  font-weight: 800;
}

.atp-site h1 {
  font-size: clamp(36px, 5vw, 62px);
  letter-spacing: -.04em;
}

.atp-site h2 {
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.025em;
}

.atp-site h3 {
  font-size: 20px;
  letter-spacing: -.01em;
}

.atp-site p {
  margin: 0 0 14px;
  color: var(--atp-muted);
}

.atp-lead {
  font-size: 18px;
  max-width: 720px;
}

.atp-actions,
.atp-form-actions,
.atp-footer-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.atp-actions-right {
  justify-content: flex-end;
}

.atp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.atp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 39, 66, .12);
}

.atp-btn-primary {
  background: var(--atp-orange);
  color: #fff !important;
}

.atp-btn-secondary {
  background: var(--atp-green);
  color: #fff !important;
}

.atp-btn-ghost {
  color: var(--atp-navy) !important;
  background: #fff;
  border-color: var(--atp-border);
}

.atp-btn-light {
  color: var(--atp-navy) !important;
  background: #fff;
}

.atp-btn-outline-light {
  color: #fff !important;
  border-color: rgba(255,255,255,.42);
  background: transparent;
}

.atp-route-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-weight: 800;
  color: var(--atp-navy);
}

.atp-route-line i {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: var(--atp-orange);
  border-radius: 999px;
}

.atp-hero-card,
.atp-card,
.atp-info-panel,
.atp-form,
.atp-step {
  background: var(--atp-white);
  border: 1px solid var(--atp-border);
  border-radius: var(--atp-radius);
  box-shadow: var(--atp-shadow);
}

.atp-hero-card {
  padding: 26px;
}

.atp-hero-card ul,
.atp-feature-card ul,
.atp-card ul {
  margin: 14px 0 0 18px;
  padding: 0;
  color: var(--atp-muted);
}

.atp-mini-link,
.atp-large-link {
  display: inline-flex;
  color: var(--atp-blue) !important;
  font-weight: 800;
  text-decoration: none !important;
  margin-top: 14px;
}

.atp-large-link {
  justify-self: end;
  background: var(--atp-sky);
  padding: 22px 26px;
  border-radius: var(--atp-radius);
}

.atp-section {
  padding: 76px 0;
}

.atp-soft {
  background: var(--atp-bg);
}

.atp-dark {
  background:
    radial-gradient(circle at 20% 10%, rgba(244, 123, 32, .18), transparent 24%),
    linear-gradient(135deg, #0f2742 0%, #12395f 100%);
  color: #fff;
}

.atp-dark h2,
.atp-dark h3,
.atp-dark p,
.atp-dark .atp-eyebrow {
  color: #fff;
}

.atp-dark .atp-eyebrow {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
}

.atp-section-head {
  max-width: 720px;
  margin-bottom: 32px;
}

.atp-section-head span {
  color: var(--atp-orange);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
}

.atp-card-grid {
  display: grid;
  gap: 18px;
}

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

.atp-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atp-card-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.atp-card {
  padding: 24px;
}

.atp-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--atp-sky);
  color: var(--atp-blue);
  border-radius: 14px;
  font-weight: 900;
  margin-bottom: 18px;
}

.atp-info-panel {
  padding: 28px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.atp-dark-panel {
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.2);
  box-shadow: none;
}

.atp-dark-panel h3,
.atp-dark-panel p {
  color: #fff;
}

.atp-check-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.atp-check-list p {
  color: var(--atp-text);
  background: #fff;
  border: 1px solid var(--atp-border);
  border-radius: 14px;
  padding: 12px 14px;
  margin: 0;
}

.atp-check-list.compact p {
  background: transparent;
}

.atp-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.atp-step {
  padding: 24px;
  box-shadow: none;
}

.atp-step span {
  display: inline-flex;
  color: var(--atp-orange);
  font-weight: 900;
  margin-bottom: 20px;
}

.atp-page-hero {
  padding: 80px 0 70px;
}

.atp-page-hero .atp-container > p {
  max-width: 760px;
  font-size: 18px;
}

.atp-think-hero {
  background:
    radial-gradient(circle at top right, rgba(19, 165, 107, .2), transparent 26%),
    linear-gradient(135deg, #0f2742 0%, #164d7a 100%);
}

.atp-think-hero h1,
.atp-think-hero p,
.atp-think-hero .atp-badge {
  color: #fff;
}

.atp-think-hero .atp-badge {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.2);
}

.atp-form {
  padding: 24px;
  box-shadow: 0 18px 45px rgba(15, 39, 66, .1);
}

.atp-form label {
  display: grid;
  gap: 7px;
  color: var(--atp-navy);
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 14px;
}

.atp-form input,
.atp-form select,
.atp-form textarea {
  width: 100%;
  border: 1px solid var(--atp-border);
  border-radius: 14px;
  padding: 12px 13px;
  font: inherit;
  font-weight: 500;
  color: var(--atp-text);
  background: #fff;
}

.atp-form input:focus,
.atp-form select:focus,
.atp-form textarea:focus {
  outline: 3px solid rgba(22, 77, 122, .13);
  border-color: var(--atp-blue);
}

.atp-form-row {
  display: grid;
  gap: 12px;
}

.atp-form-row.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atp-form-row.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atp-options-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 4px 0 14px;
}

.atp-options-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 700;
  color: var(--atp-text);
}

.atp-options-row input {
  width: auto;
}

.atp-quote-result {
  background: #f8fbff;
  border: 1px dashed var(--atp-blue);
  border-radius: 16px;
  padding: 16px;
  font-weight: 800;
  color: var(--atp-navy);
  margin: 16px 0;
}

.atp-form-note {
  font-size: 13px;
  margin-top: 14px !important;
}

.atp-notice {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(19, 165, 107, .09);
  border: 1px solid rgba(19, 165, 107, .2);
  color: #08784c;
  font-weight: 800;
}

.atp-footer-band {
  background: #07192d;
  color: #fff;
  padding: 32px 0;
}

.atp-footer-band p,
.atp-footer-band strong {
  color: #fff;
}

.atp-footer-grid {
  grid-template-columns: 1fr auto;
}

.atp-footer-actions {
  margin: 0;
}

@media (max-width: 1024px) {
  .atp-hero-grid,
  .atp-split,
  .atp-form-wrap,
  .atp-form-wrap.wide,
  .atp-footer-grid {
    grid-template-columns: 1fr;
  }
  .atp-card-grid.four,
  .atp-card-grid.five,
  .atp-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .atp-actions-right,
  .atp-large-link {
    justify-content: flex-start;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .atp-container {
    width: min(100% - 28px, 1140px);
  }
  .atp-hero,
  .atp-page-hero,
  .atp-section {
    padding: 52px 0;
  }
  .atp-card-grid.two,
  .atp-card-grid.four,
  .atp-card-grid.five,
  .atp-steps,
  .atp-form-row.two,
  .atp-form-row.four,
  .atp-options-row {
    grid-template-columns: 1fr;
  }
  .atp-actions,
  .atp-form-actions,
  .atp-footer-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .atp-btn {
    width: 100%;
  }
}
