/* 
Theme Name: KinBrasil
Theme URI: http://artedigital.rio
Author: RC
Author URI: http://artedigita.rio
Description: KinBrasil
Version: 1.0
Text Domain: artedigital
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* font-optical-sizing: none; */
}

*::after,
*::before {
  box-sizing: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
}

/*  */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  /* background-color: #f5f5f5 */
}

a {
  color: #000;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: .3s all ease;
  background-color: transparent;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none
}

a:hover {
  /* color: var(--gold); */
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
aside a,
footer a {
  word-break: break-word
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem
}

ol,
ul {
  padding-left: 15px;
  margin: 40px 0;
}

li {
  margin-bottom: 1rem;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid rgba(121, 121, 253, 0.5);
  padding: 1px 10px
}

img {
  border-style: none;
  vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  /* font-weight: 400; */
  line-height: 1.2;
  font-family: "Baloo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem
}

h3 {
  font-size: 2.375rem
}

h4 {
  font-size: 2.125rem
}

h5 {
  font-size: 1.875rem
}

h6 {
  font-size: 1.625rem
}

table,
th,
td {
  border: 1px solid #333
}

strong {
  font-weight: 700;
}

fieldset {
  min-width: 0
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  font-weight: 400;
  background: #fff;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow-x: auto;
  overflow-y: auto;
  max-width: 500px
}

::placeholder {
  color: #FFFFFF;
}

.container {
  width: 100%;
  max-width: 1170px;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  margin-right: auto;
  margin-left: auto
}

.container {
  display: block;
}

.row,
.row2 {
  display: flex;
  flex-wrap: wrap;
}

.row2 {
  margin-left: -15px;
  margin-right: -15px;
}


.list-1 ul {
  padding-left: 0;
}

.list-1 li {
  display: block;
}

.list-1 li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #FFF;
  border: 2px solid var(--color-brand1);
  margin-right: 16px;
  position: relative;
  top: -3px;
}

/* utils */

.w-full {
  width: 100%;
}


.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

.w-full {
  width: 100%;
}

.text-center {
  text-align: center;
}

.italic {
  font-style: italic;
}

.hr {
  position: relative;
}

.hr-1 {
  width: 100%;
  height: 5px;
  background: var(--ly-gray2);
  z-index: 1;
  border: 0;
}

.hr-top {
  position: absolute;
  top: 0;
}

.hr-bottom {
  position: absolute;
  bottom: 0;
}

/**/
:root {
  /* Grayscale 9 */
  --grayscale-9: #474747;
  /* Grayscale 2 */
  --grayscale-2: #EAEAEA;
  /* Grayscale 3 */
  --grayscale-3: #D8D8D8;
  /* Brand Color 3 */
  --brand-color-3: #FDF7E9;
  /* Grayscale 1 */
  --grayscale-1: #F8F8F8;
  /* Grayscale 5 */
  --grayscale-5: #AAAAAA;
  /* Brand Color 5 */
  --brand-color-5: #A88029;
  /* Brand Color 4 */
  --brand-color-4: #C4A86B;
  /* Grayscale 10 */
  --grayscale-10: #2D2D2D;
  /* Grayscale 11 */
  --grayscale-11: #1E1E1E;
  /* White */
  --white: #FFFFFF;
  /* Black */
  --black: #000000;
  /* Brand Color 2 */
  --brand-color-2: #3352E0;
  /* Grayscale 12 */
  --grayscale-12: #101010;
  /* Brand Color 1 */
  --brand-color-1: #09204E;
  /* Grayscale 6 */
  --grayscale-6: #9B9B9B;
  /* Grayscale 7 */
  --grayscale-7: #666666;
  /* Grayscale 8 */
  --grayscale-8: #565656;
  /* Grayscale 4 */
  --grayscale-4: #BABABA;

  --container: 1170px;
  --shadow-soft: 0 20px 50px rgb(9 32 78 / 10%);
  --shadow-card: 0 12px 28px rgb(9 32 78 / 8%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--grayscale-10);
  background: var(--white);
  font-family: "Baloo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 18px;
  color: var(--white);
  background: var(--brand-color-1);
  clip: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--brand-color-1);
  border-bottom: 1px solid var(--brand-color-1);
  backdrop-filter: blur(16px);
  transition: transform .3s ease;
  will-change: transform;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.topbar {
  font-size: 14px;
  color: var(--grayscale-1);
  background: var(--brand-color-1);
  border-bottom: 1px solid #a8802963;
}

.topbar__inner,
.nav,
.topbar__nav,
.social,
.menu,
.footer-bottom {
  display: flex;
  align-items: center;
}

.topbar__inner {
  min-height: 38px;
  justify-content: flex-end;
  gap: 28px;
}

.topbar__nav {
  gap: 18px;
}

.topbar a:hover,
.footer a:hover {
  color: var(--brand-color-4);
}

.menu a:hover {
  color: var(--brand-color-4);
}

.social {
  gap: 9px;
}

.social a {
  display: grid;
  width: 28px;
  height: 28px;
  color: var(--brand-color-1);
  border: 1px solid var(--brand-color-1);
  border-radius: 50%;
  place-items: center;
  transition: transform .2s ease, color .2s ease, border-color .2s ease;
}

.social a:hover {
  color: var(--brand-color-5);
  border-color: var(--brand-color-4);
  transform: translateY(-2px);
}

.social img {
  display: block;
}

.nav {
  min-height: 86px;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 210px;
  height: auto;
}

.menu {
  gap: 28px;
  font-size: 15px;
  font-weight: 600;
  color: var(--brand-color-3);
}

.site-header .menu .btn {
  background: linear-gradient(135deg, var(--brand-color-4) 0%, var(--brand-color-5) 100%);
  border-color: var(--brand-color-4);
}

.site-header .menu .btn:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-color-5) 0%, var(--brand-color-4) 100%);
  border-color: var(--brand-color-5);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  color: var(--brand-color-1);
  background: var(--grayscale-1);
  border: 1px solid var(--grayscale-2);
  border-radius: 8px;
  cursor: pointer;
}

.nav-toggle .ph {
  font-size: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  color: var(--white);
  font-weight: 700;
  line-height: 1;
  background: var(--brand-color-1);
  border: 1px solid var(--brand-color-1);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgb(9 32 78 / 18%);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.btn:hover {
  color: var(--white);
  background: var(--brand-color-2);
  border-color: var(--brand-color-2);
  box-shadow: 0 14px 34px rgb(51 82 224 / 22%);
  transform: translateY(-2px);
}

.menu .btn:hover {
  color: var(--white);
}

.btn--sm {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
}

.btn--outline {
  color: var(--brand-color-1);
  background: transparent;
  box-shadow: none;
}

.btn--outline:hover {
  color: var(--white);
}

.btn--secondary {
  color: var(--brand-color-1);
  background: var(--brand-color-3);
  border-color: var(--brand-color-4);
  box-shadow: none;
}

.hero {
  position: relative;
  height: 600px;
  min-height: 600px;
  overflow: hidden;
  background: var(--grayscale-1);
  isolation: isolate;
}

.hero-banner {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.hero-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1920px;
  max-width: none;
  height: 600px;
  object-fit: cover;
  transform: translateX(-50%);
}

.section h2,
.quote-band h2,
.consultor-band h2 {
  margin: 0;
  color: var(--brand-color-1);
  font-weight: 800;
  line-height: .98;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand-color-5);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-seals span {
  padding: 7px 12px;
  color: var(--brand-color-1);
  font-size: 14px;
  font-weight: 700;
  background: var(--white);
  border: 1px solid var(--grayscale-2);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgb(9 32 78 / 8%);
}

.hero-scroll {
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: var(--brand-color-1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: color .2s ease;
}

.hero-scroll .ph {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--brand-color-5);
  font-size: 20px;
  background: rgb(255 255 255 / 82%);
  border: 1px solid rgb(168 128 41 / 42%);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgb(9 32 78 / 12%);
  place-items: center;
  animation: hero-scroll-bounce 1.8s ease-in-out infinite;
}

.hero-scroll:hover {
  color: var(--brand-color-5);
}

.hero-scroll:hover .ph {
  background: var(--brand-color-3);
  border-color: var(--brand-color-5);
}

@keyframes hero-scroll-bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

.section {
  padding-block: 94px;
}

.section--soft {
  background: var(--grayscale-1);
}

.section--brand,
.section--plans,
.app-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section--brand {
  color: var(--white);
  background:
    linear-gradient(110deg, rgb(9 32 78 / 96%), rgb(9 32 78 / 90%)),
    url("assets/brand/grafismo-footer.jpg");
  background-position: center;
  background-size: cover;
}

.section--brand .section-head h2,
.section--brand h3 {
  color: var(--white);
}

.section--brand .eyebrow {
  color: var(--brand-color-4);
}

.section--brand .section-head {
  max-width: 900px;
}

.section--brand .feature-grid {
  position: relative;
  z-index: 1;
}

.section--brand .feature-card {
  color: var(--white);
  background: rgb(255 255 255 / 8%);
  border-color: rgb(255 255 255 / 14%);
  box-shadow: 0 22px 52px rgb(0 0 0 / 12%);
  backdrop-filter: blur(8px);
}

.section--brand .feature-card p {
  color: var(--grayscale-2);
}

.section--brand .feature-card .ph {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-color-4) 0%, var(--brand-color-5) 100%);
}

.section-mark {
  position: absolute;
  z-index: -1;
  width: min(360px, 46vw);
  opacity: .08;
  pointer-events: none;
}

.section-mark--right {
  right: max(20px, calc((100vw - var(--container)) / 2));
  bottom: 24px;
  transform: rotate(11deg);
}

.section-mark--left {
  left: max(20px, calc((100vw - var(--container)) / 2));
  top: 34px;
  transform: rotate(-12deg);
}

.section-mark-bridge {
  position: relative;
  z-index: 0;
  height: 0;
}

.section-mark-bridge .section-mark--right {
  top: -110px;
  right: -78px;
  bottom: auto;
  z-index: 0;
  width: min(300px, 42vw);
  opacity: .6;
}

@media (min-width: 1081px) {
  .section--brand .section-mark-bridge .section-mark--right {
    top: -200px;
    right: calc((100vw - var(--container)) / -2 - 110px);
    bottom: auto;
    width: min(360px, 27vw);
    opacity: 1;
  }
}

.about-grid,
.app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.section--about {
  position: relative;
  overflow: hidden;
}

.purpose-block {
  margin-top: 96px;
}

.purpose-head {
  max-width: none;
  margin-inline: auto;
  margin-bottom: 42px;
}

.purpose-head h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
}

.purpose-head h2::after {
  position: absolute;
  right: 18%;
  bottom: 0;
  left: 18%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--brand-color-4), var(--brand-color-5), transparent);
  border-radius: 999px;
  content: "";
}

.purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.purpose-card {
  position: relative;
  padding: 34px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--grayscale-2);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.purpose-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-color-5), var(--brand-color-4), transparent);
  content: "";
}

.purpose-card:hover {
  border-color: rgb(196 168 107 / 55%);
  box-shadow: 0 18px 40px rgb(9 32 78 / 12%);
  transform: translateY(-4px);
}

.purpose-card__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.purpose-card__icon {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  color: var(--white);
  font-size: 26px;
  background: linear-gradient(135deg, var(--brand-color-4), var(--brand-color-5));
  border-radius: 8px;
  box-shadow: 0 10px 24px rgb(168 128 41 / 20%);
  place-items: center;
}

.purpose-card h3 {
  margin: 0;
  font-size: 30px;
}

.purpose-card>p {
  margin: 0;
  color: var(--grayscale-8);
  font-size: 17px;
  line-height: 1.65;
}

.purpose-card--values {
  grid-column: 1 / -1;
  padding: 38px;
  isolation: isolate;
  background: linear-gradient(135deg, var(--white), var(--brand-color-3));
}

.purpose-card--values::after {
  position: absolute;
  right: -70px;
  bottom: -100px;
  z-index: -1;
  width: 340px;
  aspect-ratio: 1;
  background: url("assets/brand/simbolo-prioritario.png") center / contain no-repeat;
  content: "";
  opacity: .04;
  pointer-events: none;
  transform: rotate(-10deg);
}

.values-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.values-list li {
  position: relative;
  padding: 20px 20px 20px 48px;
  background: rgb(255 255 255 / 78%);
  border: 1px solid rgb(196 168 107 / 22%);
  border-radius: 8px;
}

.values-list li::before {
  position: absolute;
  top: 24px;
  left: 21px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, var(--brand-color-4), var(--brand-color-5));
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(196 168 107 / 13%);
  content: "";
}

.values-list li:last-child {
  grid-column: 1 / -1;
}

.values-list strong,
.values-list span {
  display: block;
}

.values-list strong {
  color: var(--brand-color-1);
  font-size: 17px;
  line-height: 1.25;
}

.values-list span {
  margin-top: 7px;
  color: var(--grayscale-8);
  font-size: 15px;
  line-height: 1.5;
}

.values-list li:last-child span {
  max-width: 900px;
}

.media-frame {
  position: relative;
  z-index: 0;
  isolation: isolate;
  margin: 0;
  overflow: visible;
  background: var(--grayscale-1);
  border-radius: 8px 110px 8px 8px;
  box-shadow: var(--shadow-soft);
}

.media-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: inherit;
}

.media-frame::before {
  position: absolute;
  top: -80px;
  left: -90px;
  z-index: -1;
  width: min(360px, 68%);
  aspect-ratio: 1;
  background: url("assets/brand/simbolo-prioritario.png") center / contain no-repeat;
  content: "";
  transform: rotate(12deg);
}

.experience-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  max-width: 300px;
  padding: 16px 18px;
  color: var(--brand-color-1);
  background: rgb(253 247 233 / 94%);
  border: 1px solid rgb(196 168 107 / 45%);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgb(9 32 78 / 15%);
  backdrop-filter: blur(8px);
  z-index: 2;
}

.experience-badge strong {
  color: var(--brand-color-1);
  font-size: 50px;
  line-height: .85;
}

.experience-badge span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.section-copy h2,
.section-head h2 {
  font-size: clamp(36px, 4vw, 60px);
}

@media (min-width: 1081px) {
  .section--about h2 {
    font-size: 45px;
  }
}

.section-copy p:not(.eyebrow),
.section-head p:not(.eyebrow),
.coverage-card p,
.feature-card p,
.plan-card p,
.step p,
.testimonial p,
.faq-list p,
.footer p {
  color: var(--grayscale-8);
}

.section-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  font-size: 19px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.stats-card {
  position: relative;
  z-index: 1;
  margin-top: 64px;
  padding-top: 38px;
  color: var(--white);
  border-top: 1px solid rgb(255 255 255 / 18%);
}

.stats-card h2 {
  margin-bottom: 40px;
}

.stats-title {
  max-width: 720px;
  margin: 0 0 30px;
  text-align: left;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: left;
}

.stat {
  padding-right: 24px;
}

.stat strong {
  display: block;
  color: var(--brand-color-4);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: .9;
}

.stat strong.stat__title--long {
  font-size: clamp(28px, 3vw, 42px);
  line-height: .95;
}

.stat span {
  display: block;
  max-width: 220px;
  margin-top: 10px;
  color: var(--grayscale-2);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.stats-note {
  margin: 30px 0 0;
  padding: 18px 0 0;
  color: var(--grayscale-3);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  border-top: 1px solid rgb(255 255 255 / 14%);
}

.stats-note strong {
  color: var(--brand-color-4);
}

.feature-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.feature-card,
.coverage-card,
.plan-card,
.testimonial,
.step,
.faq-list details,
.qr-box {
  background: var(--white);
  border: 1px solid var(--grayscale-2);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.feature-card:hover,
.coverage-card:hover,
.plan-card:hover,
.testimonial:hover,
.step:hover,
.faq-list details:hover {
  border-color: rgb(196 168 107 / 55%);
  box-shadow: 0 18px 40px rgb(9 32 78 / 12%);
  transform: translateY(-4px);
}

.feature-card {
  padding: 30px;
}

.feature-card .ph {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  color: var(--brand-color-1);
  font-size: 27px;
  background: var(--brand-color-3);
  border: 1px solid rgb(196 168 107 / 38%);
  border-radius: 8px;
  place-items: center;
}

.section--brand .feature-card--exclusive {
  position: relative;
  background: linear-gradient(145deg, rgb(255 255 255 / 16%), rgb(255 255 255 / 8%));
  border: 2px solid var(--brand-color-4);
  box-shadow: 0 22px 52px rgb(0 0 0 / 18%), 0 0 0 5px rgb(196 168 107 / 10%);
}

.section--brand .feature-card--exclusive:hover {
  border-color: #DEC682;
  box-shadow: 0 26px 58px rgb(0 0 0 / 22%), 0 0 0 6px rgb(196 168 107 / 14%);
}

.feature-card__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  color: var(--brand-color-1);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(135deg, #DEC682, var(--brand-color-4));
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgb(0 0 0 / 16%);
}

.feature-card__badge .ph-fill {
  font-size: 15px;
}

h3 {
  margin: 0;
  color: var(--brand-color-1);
  font-size: 24px;
  line-height: 1.1;
}

.feature-card p,
.coverage-card p,
.plan-card p,
.step p,
.testimonial p {
  margin: 13px 0 0;
  font-size: 16px;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.coverage-card {
  position: relative;
  grid-column: span 2;
  overflow: hidden;
}

.coverage-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform .45s ease;
}

.coverage-card:hover img {
  transform: scale(1.035);
}

.coverage-card h3,
.coverage-card p {
  padding-inline: 20px;
}

.coverage-card p {
  padding-bottom: 22px;
}

.coverage-card h3 {
  padding-top: 18px;
}

.coverage-card--featured {
  grid-column: span 3;
}

.coverage-card--featured img {
  aspect-ratio: 16 / 9;
}

.coverage-card--featured h3 {
  font-size: 30px;
}

.coverage-card--featured::after {
  position: absolute;
  inset: 14px 14px auto auto;
  width: 56px;
  height: 56px;
  background: url("assets/brand/simbolo-prioritario.png") center / contain no-repeat;
  opacity: .72;
  content: "";
}

.section--plans {
  background-color: var(--brand-color-3);
}

.section--plans::before {
  position: absolute;
  top: 50%;
  left: max(-110px, calc((100vw - var(--container)) / 2 - 155px));
  z-index: 0;
  width: clamp(240px, 22vw, 360px);
  aspect-ratio: 1;
  background: url("assets/brand/simbolo-prioritario.png") center / contain no-repeat;
  content: "";
  opacity: .1;
  pointer-events: none;
  transform: translateY(-50%) rotate(-12deg);
}

.plans-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.plans-head {
  grid-column: 1 / -1;
  max-width: 940px;
  margin-bottom: 18px;
}

.plans-head p:not(.eyebrow) {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.5;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.plan-card::after {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 54px;
  height: 54px;
  background: var(--brand-color-3) url("assets/brand/simbolo-prioritario.png") center / 34px no-repeat;
  border: 1px solid rgb(196 168 107 / 42%);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgb(9 32 78 / 14%);
  content: "";
}

.plan-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.plan-card div {
  padding: 24px;
}

.career-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.plan-card p.career-card__eyebrow {
  margin: 0 0 12px;
  color: var(--brand-color-5);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.career-card__benefits {
  display: grid;
  gap: 9px;
  margin: 22px 0 26px;
  padding-left: 22px;
  color: var(--grayscale-8);
  font-size: 16px;
  line-height: 1.45;
}

.career-card__benefits li::marker {
  color: var(--brand-color-5);
}

.career-card__cta {
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
}

.career-card__cta .ph {
  font-size: 18px;
}

.application-section {
  background-color: var(--brand-color-4);
  background-image: url("assets/content/bg-gradient-style1.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.application-wrap {
  max-width: 920px;
}

.application-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.application-head h2 {
  font-size: clamp(38px, 4vw, 54px);
}

.application-section .eyebrow {
  color: var(--white);
}

.application-head p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--white);
  font-size: 18px;
}

.application-form {
  --form-accent: #23764C;
  padding: clamp(26px, 4vw, 46px);
  background: var(--white);
  border: 1px solid var(--grayscale-2);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.application-required {
  margin: 0 0 18px;
  color: var(--grayscale-7);
  font-size: 14px;
  text-align: right;
}

.application-required span,
.form-field label span,
.form-choice legend span {
  color: var(--brand-color-5);
}

.application-progress {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.application-progress__text {
  color: var(--grayscale-7);
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.application-progress__track {
  height: 6px;
  overflow: hidden;
  background: var(--grayscale-2);
  border-radius: 999px;
}

.application-progress__track span {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--form-accent);
  border-radius: inherit;
  transition: width .3s ease;
}

.application-step {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--grayscale-3);
  border-radius: 10px;
  animation: application-step-in .28s ease both;
}

.application-step__head {
  margin-bottom: 22px;
}

.application-step__head>span {
  display: block;
  margin-bottom: 2px;
  color: var(--form-accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.application-step__head h3 {
  margin: 0;
  color: var(--grayscale-11);
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.15;
}

@keyframes application-step-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.application-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.application-fields--single {
  grid-template-columns: 1fr;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label,
.form-choice legend {
  color: var(--brand-color-1);
  font-size: 15px;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  color: var(--grayscale-10);
  background: var(--white);
  border: 1px solid var(--grayscale-3);
  border-radius: 8px;
  outline: 3px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease, outline-color .2s ease;
}

.form-field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: var(--grayscale-5);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--brand-color-5);
  outline-color: rgb(196 168 107 / 20%);
  box-shadow: 0 0 0 1px var(--brand-color-5);
}

.form-field small,
.form-choice small {
  color: var(--grayscale-7);
  font-size: 13px;
  font-style: italic;
}

.form-field label .form-optional {
  color: var(--grayscale-7);
  font-weight: 400;
}

.application-choices {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.form-choice {
  min-width: 0;
  margin: 0;
  padding: 18px 20px 20px;
  border: 1px solid var(--grayscale-2);
  border-radius: 10px;
}

.form-choice legend {
  padding: 0 7px;
}

.form-choice__options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.form-choice__options--stacked {
  align-items: flex-start;
  flex-direction: column;
}

.form-choice__options label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--grayscale-8);
  font-size: 16px;
  cursor: pointer;
}

.form-choice__options input {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: var(--brand-color-5);
}

.form-choice__options input:focus-visible {
  outline: 3px solid rgb(196 168 107 / 28%);
  outline-offset: 3px;
}

.conditional-fields {
  padding: 16px;
  background: #F3F8F5;
  border-left: 4px solid var(--form-accent);
  border-radius: 0 8px 8px 0;
}

.conditional-fields>p {
  margin: 10px 0 0;
  color: var(--grayscale-7);
  font-size: 13px;
  font-style: italic;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 22px;
  padding: 18px;
  color: var(--grayscale-8);
  font-size: 15px;
  line-height: 1.35;
  border: 1px solid var(--grayscale-3);
  border-radius: 8px;
  cursor: pointer;
}

.form-consent input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  accent-color: var(--form-accent);
}

.form-consent strong {
  color: var(--form-accent);
}

.application-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.application-actions .btn {
  min-width: 210px;
  cursor: pointer;
}

.application-whatsapp,
.application-back {
  gap: 9px;
  color: var(--brand-color-1);
  background: linear-gradient(135deg, var(--brand-color-4), #DEC682);
  border-color: var(--brand-color-4);
}

.application-whatsapp:hover,
.application-back:hover {
  color: var(--brand-color-1);
  background: linear-gradient(135deg, #DEC682, var(--brand-color-4));
  border-color: var(--brand-color-5);
}

.application-status {
  min-height: 1.45em;
  margin: 16px 0 0;
  color: var(--brand-color-1);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.application-note {
  margin: 4px 0 0;
  color: var(--grayscale-7);
  font-size: 13px;
  text-align: center;
}

.profile-section {
  background: var(--brand-color-3);
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: center;
}

.profile-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.profile-media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(196 168 107 / 36%);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.profile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-content h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  text-transform: uppercase;
}

.profile-list {
  display: grid;
  gap: 20px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.profile-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  align-items: start;
  color: var(--grayscale-9);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.profile-list .ph-fill {
  color: var(--brand-color-4);
  font-size: 28px;
  line-height: 1;
}

.profile-note {
  margin: 30px 0 0;
  padding-top: 18px;
  color: var(--grayscale-7);
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid var(--grayscale-2);
}

.profile-note strong {
  color: var(--brand-color-1);
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.steps-head {
  max-width: 1040px;
}

.steps-head>p:last-child {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.55;
}

.steps::before {
  position: absolute;
  top: 41px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: var(--grayscale-2);
  content: "";
}

.step {
  position: relative;
  z-index: 1;
  padding: 26px 22px;
  text-align: center;
}

.step span {
  display: grid;
  width: 54px;
  height: 54px;
  margin: -2px auto 22px;
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
  background: var(--brand-color-5);
  border-radius: 50%;
  place-items: center;
  box-shadow: 0 12px 24px rgb(9 32 78 / 16%);
}

.note {
  max-width: 650px;
  margin: 28px auto 0;
  color: var(--grayscale-8);
  font-size: 15px;
  text-align: center;
}

.steps-note {
  max-width: none;
  margin: 22px 0 0;
  padding: 18px 14px 0;
  color: var(--grayscale-7);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid var(--grayscale-2);
}

.steps-note strong {
  color: var(--brand-color-1);
}

.numbers-section {
  position: relative;
  background: var(--brand-color-1);
}

.numbers-section h2 {
  color: var(--white);
}

.numbers-head {
  margin-bottom: 58px;
}

.kin-numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.kin-number {
  text-align: center;
}

.kin-number strong,
.kin-number span {
  display: block;
}

.kin-number strong {
  color: var(--brand-color-5);
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 800;
  line-height: .9;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) {
  .kin-number strong {
    color: transparent;
    background-image: linear-gradient(135deg,
        #8D6B22 0%,
        var(--brand-color-5) 24%,
        #E3CD92 48%,
        var(--brand-color-4) 68%,
        #8D6B22 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.kin-number span {
  margin-top: 14px;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.app-section {
  background:
    radial-gradient(circle at 12% 76%, rgb(196 168 107 / 20%), transparent 24%),
    linear-gradient(180deg, var(--white), var(--brand-color-3));
  padding-top: 0px;
}

.app-section .phone-wrap {
  position: relative;
  min-height: 630px;
}

.app-section .phone-wrap::before {
  position: absolute;
  inset: 34px auto auto 18px;
  width: min(82%, 430px);
  height: 540px;
  background: var(--brand-color-1);
  border-radius: 52px 168px 52px 168px;
  content: "";
  transform: rotate(-4deg);
  box-shadow: 0 30px 70px rgb(9 32 78 / 20%);
}

.app-section .phone-wrap::after {
  position: absolute;
  right: 34px;
  bottom: 16px;
  width: 168px;
  height: 168px;
  border: 24px solid var(--brand-color-4);
  border-radius: 50%;
  content: "";
  opacity: .7;
}

.app-section .phone-frame {
  position: absolute;
  top: 0;
  left: 72px;
  z-index: 1;
  width: min(78%, 410px);
  height: 570px;
  overflow: hidden;
  background: var(--brand-color-3);
  border: 10px solid var(--white);
  border-radius: 40px 136px 40px 136px;
  box-shadow: 0 24px 54px rgb(9 32 78 / 20%);
}

.phone-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-badge {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 13px 16px;
  color: var(--brand-color-1);
  background: rgb(255 255 255 / 94%);
  border: 1px solid rgb(9 32 78 / 10%);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgb(9 32 78 / 16%);
  backdrop-filter: blur(12px);
}

.phone-badge .ph {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: var(--white);
  font-size: 23px;
  background: var(--brand-color-2);
  border-radius: 14px;
  place-items: center;
}

.phone-badge span:last-child {
  display: grid;
  color: var(--grayscale-7);
  font-size: 13px;
  line-height: 1.2;
}

.phone-badge strong {
  color: var(--brand-color-1);
  font-size: 15px;
}

.phone-badge--tracking {
  top: 86px;
  right: 0;
}

.phone-badge--support {
  left: 0;
  bottom: 72px;
}

.app-content {
  display: grid;
  gap: 38px;
}

.qr-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: min(100%, 460px);
  padding: 18px 20px;
  text-align: left;
  background: var(--white);
  border: 1px solid rgb(9 32 78 / 10%);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
}

.qr-box img {
  flex: 0 0 112px;
  width: 112px;
}

.qr-box>div {
  display: grid;
  justify-items: start;
}

.qr-box strong {
  color: var(--brand-color-1);
  font-size: 17px;
}

.qr-box span {
  margin: 2px 0 12px;
  color: var(--grayscale-7);
  font-size: 14px;
}

.quote-band,
.consultor-band {
  padding-block: 70px;
  text-align: center;
}

.quote-band {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
  isolation: isolate;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 50%, rgb(51 82 224 / 42%), transparent 34%),
    linear-gradient(115deg, #071a40 0%, var(--brand-color-1) 48%, #123677 100%);
}

.quote-band::after,
.numbers-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--brand-color-4) 30%, var(--brand-color-5) 50%, var(--brand-color-4) 70%, transparent);
  content: "";
}

.quote-band .container {
  position: relative;
  z-index: 1;
}

.quote-band h2 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(40px, 4.4vw, 64px);
}

.quote-band h2,
.quote-band p {
  color: var(--white);
}

.quote-band p,
.consultor-band p {
  margin: 12px auto 24px;
  font-size: 20px;
}

.quote-band .btn {
  gap: 10px;
  min-height: 56px;
  padding: 15px 30px;
  color: var(--brand-color-1);
  font-size: 18px;
  background: linear-gradient(135deg, var(--brand-color-4), #DEC682);
  border-color: var(--brand-color-4);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgb(0 0 0 / 22%), 0 0 0 5px rgb(196 168 107 / 10%);
}

.quote-band .btn .ph {
  font-size: 21px;
}

.quote-band .btn:hover {
  color: var(--brand-color-1);
  background: linear-gradient(135deg, #DEC682, var(--brand-color-4));
  border-color: #DEC682;
  box-shadow: 0 20px 42px rgb(0 0 0 / 28%), 0 0 0 6px rgb(196 168 107 / 16%);
}

.faq-wrap {
  max-width: 960px;
}

#faq {
  padding-bottom: 100px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 0 24px;
}

.faq-list summary {
  position: relative;
  padding: 23px 34px 23px 0;
  color: var(--brand-color-1);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  position: absolute;
  top: 23px;
  right: 0;
  display: grid;
  width: 26px;
  height: 26px;
  color: var(--white);
  font-size: 20px;
  line-height: 26px;
  background: var(--brand-color-1);
  border-radius: 50%;
  place-items: center;
}

.faq-icon .ph {
  grid-area: 1 / 1;
}

.faq-icon .ph-minus,
.faq-list details[open] .faq-icon .ph-plus {
  display: none;
}

.faq-list details[open] .faq-icon .ph-minus {
  display: inline-block;
}

.faq-list p {
  margin: -6px 0 24px;
  font-size: 17px;
}

.consultor-band {
  padding-block: 28px 64px;
  background: var(--white);
}

.footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-color: var(--brand-color-1);
  background-image: url("assets/content/bg-footer.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  isolation: isolate;
}

.footer::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 20% 15%, rgb(196 168 107 / 18%), transparent 34%);
  content: "";
}

.footer-symbol {
  display: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr .8fr;
  gap: 32px;
  padding-block: 96px 76px;
}

.footer-brand,
.footer-card {
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 8px;
  background: rgb(255 255 255 / 6%);
  backdrop-filter: blur(8px);
}

.footer-brand {
  padding: 34px;
}

.footer-card {
  padding: 30px;
}

.footer-card--institutional {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  padding-bottom: 14px;
}

.footer-institutional-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
}

.footer-card--institutional h3,
.footer-institutional-links,
.footer-institutional-links a {
  margin: 0;
}

.footer-logo {
  width: 190px;
  margin-bottom: 18px;
}

.footer-tagline {
  max-width: 280px;
}

.footer-card a:hover {
  color: var(--brand-color-4);
}

.footer .footer-address,
.footer .footer-contact-phone {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-address .ph,
.footer-contact-phone .ph {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--brand-color-4);
  font-size: 22px;
}

.footer-card-divider {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 12%);
}

.footer .footer-contact-phone {
  margin: 0;
}

.footer p,
.footer a {
  display: block;
  margin: 0 0 12px;
  color: var(--grayscale-2);
  font-size: 16px;
}

.footer h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  display: grid;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  background: rgb(255 255 255 / 8%);
  place-items: center;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.footer-social a:hover {
  border-color: var(--brand-color-4);
  background: rgb(255 255 255 / 16%);
  transform: translateY(-2px);
}

.footer-social img {
  display: block;
}

@media (min-width: 861px) {
  .footer-social {
    padding-top: 20px;
  }
}

.footer-seals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.footer .footer-seals span {
  display: grid;
  color: rgb(255 255 255 / 56%);
  font-weight: 600;
  background: rgb(255 255 255 / 4%);
  border-color: rgb(255 255 255 / 10%);
  box-shadow: none;
  place-items: center;
}

.footer-seals img {
  width: auto;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 861px) {
  .footer-seals img.footer-seal--iso {
    height: auto;
    max-height: 50px;
  }
}

.footer-bottom {
  justify-content: space-between;
  padding-block: 18px;
  color: var(--grayscale-3);
  font-size: 14px;
  border-top: 1px solid rgb(255 255 255 / 14%);
}

.footer-bottom a {
  margin: 0;
  color: var(--white);
  font-size: 14px;
}

.footer-bottom .footer-back-top {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-back-top .ph {
  color: var(--brand-color-4);
  font-size: 17px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .section--plans::before {
    display: none;
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .steps::before {
    display: none;
  }

  .menu {
    gap: 14px;
    font-size: 14px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .coverage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .coverage-card,
  .coverage-card--featured {
    grid-column: span 1;
  }

  .plans-layout,
  .app-grid {
    grid-template-columns: 1fr 1fr;
  }

  .plans-layout .section-copy {
    grid-column: 1 / -1;
  }

  .qr-box {
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .footer {
    background-image: none;
  }

  body {
    font-size: 17px;
  }

  .topbar__inner {
    justify-content: center;
  }

  .topbar .social {
    display: none;
  }

  .nav {
    min-height: 72px;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 20px 22px;
    background: var(--brand-color-1);
    border-bottom: 1px solid var(--grayscale-2);
    box-shadow: 0 20px 34px rgb(9 32 78 / 10%);
  }

  .menu.is-open {
    display: flex;
  }

  .menu a {
    padding: 12px 0;
  }

  .menu .btn {
    margin-top: 8px;
  }

  .hero {
    height: auto;
    min-height: 0;
    margin-bottom: 44px;
    overflow: visible;
    aspect-ratio: 1;
  }

  .hero-banner img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
  }

  .hero-scroll {
    bottom: -30px;
    gap: 5px;
    font-size: 10px;
  }

  .hero-scroll .ph {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .about-grid,
  .app-grid,
  .plans-layout,
  .profile-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .profile-layout {
    gap: 42px;
  }

  .profile-media {
    width: min(100%, 560px);
    justify-self: center;
  }

  .purpose-block {
    margin-top: 72px;
  }

  .purpose-grid,
  .values-list {
    grid-template-columns: 1fr;
  }

  .purpose-card--values,
  .values-list li:last-child {
    grid-column: auto;
  }

  .footer-grid {
    padding-block: 72px 52px;
  }

  .footer-card--institutional {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    padding-block: 70px;
  }

  .section--about {
    padding-top: 30px;
  }

  .media-frame img {
    height: 360px;
  }

  .media-frame::before {
    top: -54px;
    left: -42px;
    width: 260px;
  }

  .stats-card {
    margin-top: 54px;
  }

  .stats-grid,
  .steps,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kin-numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 52px;
  }

  .steps::before {
    display: none;
  }

  .qr-box {
    width: min(100%, 520px);
  }

  .application-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .quote-band {
    padding-block: 78px;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .section-mark {
    display: none;
  }

  .purpose-block {
    margin-top: 60px;
  }

  .purpose-head {
    margin-bottom: 28px;
  }

  .purpose-card,
  .purpose-card--values {
    padding: 24px;
  }

  .values-list li {
    padding: 18px 18px 18px 44px;
  }

  .values-list li::before {
    top: 22px;
    left: 19px;
  }

  .section-copy h2,
  .section-head h2,
  .quote-band h2,
  .consultor-band h2 {
    font-size: 36px;
  }

  .feature-grid,
  .coverage-grid,
  .stats-grid,
  .steps,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .kin-numbers-grid {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .profile-list {
    gap: 16px;
  }

  .profile-list li {
    grid-template-columns: 26px 1fr;
    gap: 12px;
    font-size: 16px;
  }

  .profile-list .ph-fill {
    font-size: 24px;
  }

  .coverage-card,
  .coverage-card--featured {
    grid-column: span 1;
  }

  .coverage-card--featured h3 {
    font-size: 26px;
  }

  .stats-card {
    margin-top: 48px;
    padding-top: 30px;
  }

  .stat {
    padding: 0 0 22px;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .media-frame img {
    height: 280px;
  }

  .media-frame::before {
    top: -30px;
    left: -30px;
    width: 180px;
  }

  .experience-badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .phone-wrap {
    min-height: 500px;
  }

  .phone-wrap::before {
    left: 0;
    width: 82%;
    height: 420px;
    border-radius: 38px 112px 38px 112px;
  }

  .phone-wrap::after {
    right: 0;
    width: 120px;
    height: 120px;
    border-width: 18px;
  }

  .phone-frame {
    left: 9%;
    width: 76%;
    height: 440px;
    border-width: 7px;
    border-radius: 30px 94px 30px 94px;
  }

  .phone-badge {
    min-width: 164px;
    padding: 10px 12px;
  }

  .phone-badge--tracking {
    top: 48px;
  }

  .phone-badge--support {
    bottom: 28px;
  }

  .qr-box {
    align-items: flex-start;
  }

  .qr-box img {
    flex-basis: 96px;
    width: 96px;
  }

  .footer-grid {
    gap: 32px;
  }

  .footer-institutional-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .application-head {
    margin-bottom: 28px;
  }

  .application-form {
    padding: 24px 18px;
  }

  .application-required {
    text-align: left;
  }

  .form-choice {
    padding: 16px;
  }

  .form-choice__options {
    align-items: flex-start;
    flex-direction: column;
  }

  .application-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .application-actions .btn {
    width: 100%;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}