.elementor-16 .elementor-element.elementor-element-c8a761b{--display:flex;--margin-top:-122px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-16 .elementor-element.elementor-element-b91956e > .elementor-widget-container{margin:-6px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b91956e */.amk-residence-page {
  --amk-green: #00CC99;
  --amk-green-dark: #00a87e;
  --amk-dark: #10231f;
  --amk-dark-soft: #18352f;
  --amk-text: #22312d;
  --amk-muted: #65736f;
  --amk-soft: #f4fbf8;
  --amk-soft-2: #eef8f4;
  --amk-border: rgba(16, 35, 31, 0.10);
  --amk-shadow: 0 24px 70px rgba(16, 35, 31, 0.10);
  --amk-shadow-soft: 0 16px 45px rgba(16, 35, 31, 0.08);
  --amk-radius-lg: 30px;
  --amk-radius-md: 22px;
  --amk-radius-sm: 16px;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #ffffff;
  color: var(--amk-text);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.amk-residence-page,
.amk-residence-page * {
  box-sizing: border-box;
}

.amk-residence-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.amk-residence-page a {
  color: inherit;
  text-decoration: none;
}

.amk-residence-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.amk-residence-hero {
  position: relative;
  padding: 92px 0 70px;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 204, 153, 0.16), transparent 34%),
    linear-gradient(135deg, #f7fffc 0%, #ffffff 46%, #eef9f5 100%);
}

.amk-residence-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 70px;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: rgba(0, 204, 153, 0.10);
  filter: blur(4px);
  pointer-events: none;
}

.amk-residence-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.86fr);
  gap: 54px;
  align-items: center;
}

.amk-residence-eyebrow,
.amk-residence-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 204, 153, 0.22);
  border-radius: 999px;
  background: rgba(0, 204, 153, 0.08);
  color: #08775d;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.amk-residence-eyebrow::before,
.amk-residence-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--amk-green);
  box-shadow: 0 0 0 5px rgba(0, 204, 153, 0.13);
  flex: 0 0 auto;
}

.amk-residence-hero h1,
.amk-residence-section h2,
.amk-residence-final-cta h2 {
  margin: 0;
  color: var(--amk-dark);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.amk-residence-hero h1 {
  max-width: 790px;
  font-size: clamp(38px, 5vw, 66px);
}

.amk-residence-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: #42524e;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.78;
}

.amk-residence-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.amk-residence-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.amk-residence-btn:hover {
  transform: translateY(-2px);
}

.amk-residence-btn-primary {
  background: var(--amk-green);
  color: #08251d !important;
  box-shadow: 0 14px 34px rgba(0, 204, 153, 0.28);
}

.amk-residence-btn-primary:hover {
  background: var(--amk-green-dark);
  color: #ffffff !important;
}

.amk-residence-btn-secondary {
  background: #ffffff;
  color: var(--amk-dark) !important;
  border: 1px solid var(--amk-border);
  box-shadow: 0 10px 28px rgba(16, 35, 31, 0.06);
}

.amk-residence-btn-secondary:hover {
  border-color: rgba(0, 204, 153, 0.42);
  color: #00795c !important;
}

.amk-residence-btn-light {
  background: #ffffff;
  color: var(--amk-dark) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.amk-residence-btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}

.amk-residence-btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.18);
}

.amk-residence-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.amk-residence-trust-item {
  min-height: 86px;
  padding: 16px 17px;
  border: 1px solid rgba(16, 35, 31, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 30px rgba(16, 35, 31, 0.05);
  backdrop-filter: blur(10px);
}

.amk-residence-trust-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--amk-dark);
  font-size: 15px;
  line-height: 1.25;
}

.amk-residence-trust-item span {
  display: block;
  color: var(--amk-muted);
  font-size: 13px;
  line-height: 1.45;
}

.amk-residence-hero-media {
  position: relative;
  min-height: 560px;
}

.amk-residence-image-card {
  overflow: hidden;
  border-radius: 34px;
  background: #e9f5f1;
  box-shadow: var(--amk-shadow);
}

.amk-residence-image-main {
  position: relative;
  width: min(430px, 100%);
  margin-left: auto;
  border: 10px solid #ffffff;
}

.amk-residence-image-main img {
  width: 100%;
  aspect-ratio: 453 / 571;
  object-fit: cover;
  object-position: center;
}

.amk-residence-floating-card {
  position: absolute;
  z-index: 2;
  max-width: 230px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.80);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(16, 35, 31, 0.14);
  backdrop-filter: blur(12px);
}

.amk-residence-floating-card span {
  display: block;
  margin-bottom: 4px;
  color: #08775d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.amk-residence-floating-card strong {
  display: block;
  color: var(--amk-dark);
  font-size: 15px;
  line-height: 1.35;
}

.amk-residence-floating-top {
  top: 48px;
  left: 0;
}

.amk-residence-floating-bottom {
  right: 0;
  bottom: 56px;
}

.amk-residence-anchor-wrap {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(16, 35, 31, 0.06);
  border-bottom: 1px solid rgba(16, 35, 31, 0.08);
  backdrop-filter: blur(14px);
}

.amk-residence-anchor-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.amk-residence-anchor-nav::-webkit-scrollbar {
  display: none;
}

.amk-residence-anchor-nav a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid rgba(16, 35, 31, 0.10);
  border-radius: 999px;
  color: var(--amk-dark);
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.amk-residence-anchor-nav a:hover {
  background: var(--amk-green);
  border-color: var(--amk-green);
  color: #08251d;
}

.amk-residence-section {
  padding: 92px 0;
  background: #ffffff;
}

.amk-residence-section-soft {
  background:
    linear-gradient(180deg, #f7fffc 0%, #f1faf6 100%);
}

.amk-residence-section-dark {
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 204, 153, 0.16), transparent 32%),
    linear-gradient(135deg, #0f2520 0%, #132f29 100%);
  color: #ffffff;
}

.amk-residence-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
}

.amk-residence-intro-text,
.amk-residence-content-card,
.amk-residence-info-card,
.amk-residence-note-card {
  border: 1px solid var(--amk-border);
  border-radius: var(--amk-radius-lg);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: var(--amk-shadow-soft);
}

.amk-residence-intro-text,
.amk-residence-content-card {
  padding: 36px;
}

.amk-residence-note-card {
  padding: 30px;
  background: var(--amk-dark);
  color: #ffffff;
}

.amk-residence-note-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--amk-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.amk-residence-note-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
}

.amk-residence-section h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.4vw, 48px);
}

.amk-residence-section h3 {
  margin: 0 0 14px;
  color: var(--amk-dark);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.amk-residence-section p {
  margin: 0 0 16px;
  color: var(--amk-muted);
  font-size: 16.5px;
  line-height: 1.78;
}

.amk-residence-section p:last-child {
  margin-bottom: 0;
}

.amk-residence-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.amk-residence-compare-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--amk-border);
  border-radius: var(--amk-radius-lg);
  background: #ffffff;
  box-shadow: var(--amk-shadow-soft);
}

.amk-residence-compare-card-positive {
  border-color: rgba(0, 204, 153, 0.34);
  background:
    linear-gradient(180deg, rgba(0, 204, 153, 0.10), rgba(255, 255, 255, 1));
}

.amk-residence-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(0, 204, 153, 0.12);
  color: #08775d;
  font-size: 17px;
  font-weight: 900;
}

.amk-residence-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.amk-residence-check-list li {
  position: relative;
  padding-left: 28px;
  color: #4a5d58;
  font-size: 15.8px;
  line-height: 1.55;
}

.amk-residence-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.47em;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(0, 204, 153, 0.16);
}

.amk-residence-check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(0.47em + 5px);
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--amk-green);
}

.amk-residence-section-head {
  max-width: 800px;
  margin: 0 auto 36px;
  text-align: center;
}

.amk-residence-section-head p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.amk-residence-section-head-light h2,
.amk-residence-section-head-light p {
  color: #ffffff;
}

.amk-residence-section-head-light p {
  color: rgba(255, 255, 255, 0.78);
}

.amk-residence-card-grid {
  display: grid;
  gap: 24px;
}

.amk-residence-card-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amk-residence-info-card {
  padding: 30px;
}

.amk-residence-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
  margin-top: 34px;
}

.amk-residence-split-reverse {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.amk-residence-media-frame,
.amk-residence-wide-image,
.amk-residence-support-media {
  overflow: hidden;
  border-radius: var(--amk-radius-lg);
  border: 10px solid #ffffff;
  background: #eaf7f2;
  box-shadow: var(--amk-shadow);
}

.amk-residence-media-frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.amk-residence-media-frame-large img {
  aspect-ratio: 675 / 532;
}

.amk-residence-document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.amk-residence-document-grid div,
.amk-residence-error-grid div {
  position: relative;
  padding: 14px 15px 14px 42px;
  border: 1px solid rgba(16, 35, 31, 0.08);
  border-radius: 16px;
  background: #ffffff;
  color: var(--amk-dark);
  font-size: 14.8px;
  font-weight: 750;
  line-height: 1.35;
}

.amk-residence-document-grid div::before,
.amk-residence-error-grid div::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--amk-green);
  box-shadow: 0 0 0 5px rgba(0, 204, 153, 0.12);
}

.amk-residence-small-note {
  padding: 16px 18px;
  border-left: 4px solid var(--amk-green);
  border-radius: 14px;
  background: rgba(0, 204, 153, 0.08);
  color: #405650 !important;
}

.amk-residence-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.amk-residence-step-card {
  position: relative;
  min-height: 260px;
  padding: 26px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
}

.amk-residence-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: var(--amk-green);
  color: #06241c;
  font-size: 15px;
  font-weight: 900;
}

.amk-residence-step-card h3 {
  color: #ffffff;
  font-size: 18px;
}

.amk-residence-step-card p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14.6px;
  line-height: 1.65;
}

.amk-residence-media-stack {
  display: grid;
  gap: 18px;
}

.amk-residence-wide-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
}

.amk-residence-mini-card {
  padding: 22px;
  border: 1px solid rgba(0, 204, 153, 0.25);
  border-radius: 22px;
  background: #f3fbf8;
  box-shadow: var(--amk-shadow-soft);
}

.amk-residence-mini-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--amk-dark);
  font-size: 17px;
  font-weight: 900;
}

.amk-residence-mini-card span {
  display: block;
  color: var(--amk-muted);
  font-size: 15px;
  line-height: 1.6;
}

.amk-residence-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #08775d !important;
  font-weight: 900;
  line-height: 1.35;
}

.amk-residence-text-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.amk-residence-text-link:hover::after {
  transform: translateX(4px);
}

.amk-residence-error-box {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: 34px;
  border-radius: var(--amk-radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 204, 153, 0.16), transparent 34%),
    #10231f;
  box-shadow: var(--amk-shadow);
}

.amk-residence-error-box h2,
.amk-residence-error-box p {
  color: #ffffff;
}

.amk-residence-error-box p {
  color: rgba(255, 255, 255, 0.76);
}

.amk-residence-error-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.amk-residence-error-grid div {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.amk-residence-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.86fr);
  gap: 42px;
  align-items: center;
}

.amk-residence-support-content {
  padding: 42px;
  border: 1px solid var(--amk-border);
  border-radius: var(--amk-radius-lg);
  background: #ffffff;
  box-shadow: var(--amk-shadow-soft);
}

.amk-residence-support-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.amk-residence-support-list div {
  padding: 18px 18px 18px 20px;
  border-left: 4px solid var(--amk-green);
  border-radius: 16px;
  background: var(--amk-soft);
}

.amk-residence-support-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--amk-dark);
  font-size: 16px;
  font-weight: 900;
}

.amk-residence-support-list span {
  display: block;
  color: var(--amk-muted);
  font-size: 14.8px;
  line-height: 1.55;
}

.amk-residence-support-media img {
  width: 100%;
  aspect-ratio: 675 / 532;
  object-fit: cover;
  object-position: center;
}

.amk-residence-guide-section {
  padding-top: 0;
}

.amk-residence-guide-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(0, 204, 153, 0.22);
  border-radius: var(--amk-radius-lg);
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 204, 153, 0.15), transparent 35%),
    linear-gradient(135deg, #f7fffc 0%, #ffffff 100%);
  box-shadow: var(--amk-shadow-soft);
}

.amk-residence-guide-links {
  display: grid;
  gap: 12px;
}

.amk-residence-guide-links a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--amk-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--amk-dark);
  font-weight: 900;
  line-height: 1.35;
}

.amk-residence-guide-links a::after {
  content: "→";
  color: var(--amk-green-dark);
}

.amk-residence-faq-list {
  max-width: 890px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.amk-residence-faq-list details {
  border: 1px solid var(--amk-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 35, 31, 0.05);
  overflow: hidden;
}

.amk-residence-faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 22px 58px 22px 24px;
  color: var(--amk-dark);
  font-size: 16.5px;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
}

.amk-residence-faq-list summary::-webkit-details-marker {
  display: none;
}

.amk-residence-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(0, 204, 153, 0.12);
  color: #08775d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
}

.amk-residence-faq-list details[open] summary::after {
  content: "−";
}

.amk-residence-faq-list details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--amk-muted);
  font-size: 15.8px;
}

.amk-residence-final-cta {
  padding: 82px 0 94px;
  background: #ffffff;
}

.amk-residence-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 34px;
  align-items: center;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 204, 153, 0.20), transparent 32%),
    linear-gradient(135deg, #10231f 0%, #173931 100%);
  box-shadow: var(--amk-shadow);
  color: #ffffff;
}

.amk-residence-final-card h2 {
  color: #ffffff;
}

.amk-residence-final-card p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.amk-residence-final-actions {
  display: grid;
  gap: 12px;
}

@media (max-width: 1100px) {
  .amk-residence-hero-grid,
  .amk-residence-support-grid {
    grid-template-columns: 1fr;
  }

  .amk-residence-hero-media {
    min-height: auto;
    max-width: 560px;
    margin: 0 auto;
  }

  .amk-residence-image-main {
    margin: 0 auto;
  }

  .amk-residence-floating-top {
    left: 12px;
  }

  .amk-residence-floating-bottom {
    right: 12px;
  }

  .amk-residence-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amk-residence-step-card {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .amk-residence-container {
    width: min(100% - 32px, 1180px);
  }

  .amk-residence-hero {
    padding: 68px 0 56px;
  }

  .amk-residence-section {
    padding: 68px 0;
  }

  .amk-residence-trust-row,
  .amk-residence-intro-grid,
  .amk-residence-compare-grid,
  .amk-residence-card-grid-two,
  .amk-residence-split,
  .amk-residence-split-reverse,
  .amk-residence-error-box,
  .amk-residence-guide-box,
  .amk-residence-final-card {
    grid-template-columns: 1fr;
  }

  .amk-residence-intro-text,
  .amk-residence-content-card,
  .amk-residence-support-content,
  .amk-residence-error-box,
  .amk-residence-guide-box,
  .amk-residence-final-card {
    padding: 28px;
  }

  .amk-residence-anchor-wrap {
    position: relative;
    top: auto;
  }

  .amk-residence-document-grid,
  .amk-residence-error-grid {
    grid-template-columns: 1fr;
  }

  .amk-residence-final-actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .amk-residence-page {
    line-height: 1.65;
  }

  .amk-residence-container {
    width: min(100% - 26px, 1180px);
  }

  .amk-residence-anchor-nav {
    justify-content: flex-start;
  }

  .amk-residence-hero {
    padding: 52px 0 44px;
  }

  .amk-residence-hero-grid {
    gap: 34px;
  }

  .amk-residence-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
    letter-spacing: -0.04em;
  }

  .amk-residence-lead {
    margin-top: 18px;
    font-size: 16.5px;
    line-height: 1.68;
  }

  .amk-residence-actions,
  .amk-residence-final-actions {
    width: 100%;
    gap: 10px;
  }

  .amk-residence-btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    text-align: center;
  }

  .amk-residence-trust-row {
    gap: 10px;
    margin-top: 24px;
  }

  .amk-residence-trust-item {
    min-height: auto;
    padding: 14px 15px;
  }

  .amk-residence-hero-media {
    width: 100%;
  }

  .amk-residence-image-main {
    width: 100%;
    border-width: 7px;
    border-radius: 26px;
  }

  .amk-residence-image-main img {
    aspect-ratio: 4 / 4.7;
  }

  .amk-residence-floating-card {
    position: relative;
    inset: auto;
    max-width: none;
    margin-top: 12px;
    padding: 14px 15px;
  }

  .amk-residence-section {
    padding: 54px 0;
  }

  .amk-residence-section h2 {
    font-size: clamp(28px, 8vw, 36px);
    letter-spacing: -0.035em;
  }

  .amk-residence-section h3 {
    font-size: 20px;
  }

  .amk-residence-section p {
    font-size: 15.8px;
    line-height: 1.7;
  }

  .amk-residence-section-head {
    margin-bottom: 26px;
    text-align: left;
  }

  .amk-residence-intro-text,
  .amk-residence-content-card,
  .amk-residence-info-card,
  .amk-residence-note-card,
  .amk-residence-support-content,
  .amk-residence-error-box,
  .amk-residence-guide-box,
  .amk-residence-final-card,
  .amk-residence-compare-card {
    padding: 22px;
    border-radius: 22px;
  }

  .amk-residence-media-frame,
  .amk-residence-wide-image,
  .amk-residence-support-media {
    border-width: 7px;
    border-radius: 22px;
  }

  .amk-residence-timeline {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .amk-residence-step-card {
    padding: 22px;
    border-radius: 20px;
  }

  .amk-residence-step-card span {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
  }

  .amk-residence-faq-list summary {
    padding: 18px 50px 18px 18px;
    font-size: 15.8px;
  }

  .amk-residence-faq-list summary::after {
    right: 16px;
  }

  .amk-residence-faq-list details p {
    padding: 0 18px 18px;
  }

  .amk-residence-final-cta {
    padding: 56px 0 66px;
  }
}

@media (max-width: 390px) {
  .amk-residence-hero h1 {
    font-size: 32px;
  }

  .amk-residence-eyebrow,
  .amk-residence-kicker {
    font-size: 12px;
    padding: 7px 11px;
  }

  .amk-residence-anchor-nav a {
    font-size: 12.5px;
    padding: 8px 12px;
  }
}/* End custom CSS */