html,
body {
  overflow-x: hidden;
}

/* Alometry's primary horizontal logo */
.nav .brand {
  flex: 0 0 auto;
  gap: 0;
}

.brand-logo {
  display: block;
  width: 190px;
  height: 49px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .brand-logo {
    width: 170px;
    height: 44px;
  }
}

/* Redesigned lower-page system */
.how,
.solutions,
.security,
.cta-section {
  scroll-margin-top: 76px;
}

.how.section,
.solutions.section,
.security.section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.how.section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 56px;
}

.section-intro h2,
.security-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(45px, 4.2vw, 62px);
  line-height: 1.04;
  letter-spacing: -3.6px;
  font-weight: 500;
}

.section-intro h2 em,
.security-copy h2 em {
  color: #6647ee;
  font-style: normal;
}

.section-intro > p {
  max-width: 390px;
  margin: 0 0 5px;
  color: #77747e;
  font-size: 17px;
  line-height: 1.62;
}

.how {
  background: #f1f0ed;
  color: #17151c;
}

.how-heading h2 em {
  color: #6647ee;
}

.how-heading {
  grid-template-columns: 1fr;
  margin-bottom: 42px;
}

.how-heading h2 {
  font-size: 52px;
  letter-spacing: -3.1px;
}

.how-heading > p {
  color: #77747e;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border: 0;
}

.workflow article {
  min-height: 220px;
  margin: 0;
  padding: 24px 46px 6px 0;
  display: flex;
  flex-direction: column;
  border: 0;
  border-top: 1px solid rgba(17, 17, 20, 0.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.workflow article:nth-child(2) {
  padding-left: 34px;
  background: transparent;
}

.workflow article:nth-child(3) {
  padding-left: 34px;
  padding-right: 0;
  background: transparent;
  color: #17151c;
}

.workflow-label {
  color: #77737e;
  font-size: 13px;
  font-weight: 600;
}

.workflow article:nth-child(3) .workflow-label {
  color: #9995a3;
}

.workflow h3 {
  max-width: 290px;
  margin: 18px 0 14px;
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: -1px;
}

.workflow p {
  margin: 0;
  max-width: 320px;
  color: #696670;
  font-size: 16px;
  line-height: 1.58;
}

.workflow article:nth-child(3) p {
  color: #696670;
}

.solutions {
  background: transparent;
}

.solutions-head {
  grid-template-columns: 1fr;
  margin-bottom: 42px;
}

.solutions-head h2 {
  font-size: 52px;
  letter-spacing: -3.1px;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.role-card,
.role-card.featured {
  min-height: 400px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e3e8;
  border-radius: 26px;
  background: #fff;
  color: #17151c;
  box-shadow: 0 18px 48px rgba(28, 24, 44, 0.04);
}

.role-card.featured {
  border-color: #6243e7;
  background: linear-gradient(145deg, #6849eb 0%, #4f32c9 100%);
  color: #fff;
}

.role-card:nth-child(3) {
  border-color: #cae6da;
  background: #dff2e8;
}

.role-card > span {
  color: #89858f;
  font-size: 13px;
  font-weight: 600;
}

.role-card.featured > span {
  color: #d8d0ff;
}

.role-card h3 {
  max-width: 310px;
  margin: 0 0 14px;
  font-size: 27px;
  line-height: 1.18;
  letter-spacing: -1.2px;
}

.role-card p,
.role-card.featured p {
  margin: 0;
  color: #74717a;
  font-size: 15px;
  line-height: 1.58;
}

.role-card.featured p {
  color: #ddd7fb;
}

.role-examples {
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid rgba(17, 17, 20, 0.09);
  color: #8b8791;
  font-size: 12px;
  line-height: 1.5;
}

.operation-tags {
  min-height: 0;
  margin-top: auto;
  padding-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
}

.operation-tags span {
  display: block;
  width: auto;
  padding: 11px 0;
  border: 0;
  border-top: 1px solid rgba(17, 17, 20, 0.1);
  border-radius: 0;
  background: transparent;
  color: #65616b;
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
  transform: none;
}

.role-card.featured .operation-tags span {
  border-color: rgba(255, 255, 255, 0.17);
  background: transparent;
  color: #e6e0ff;
}

.role-card:nth-child(3) .operation-tags span {
  border-color: rgba(31, 87, 64, 0.12);
  background: transparent;
  color: #416452;
}


.role-card.featured .role-examples {
  border-color: rgba(255, 255, 255, 0.16);
  color: #c6bbf5;
}

.security {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f1f0ed;
  color: #17151c;
}

.security-inner {
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  gap: 80px;
}

.security-copy h2 {
  font-size: 52px;
  letter-spacing: -3.1px;
}

.security-copy h2 em {
  color: #6647ee;
}

.security-copy > p {
  max-width: 470px;
  margin: 28px 0 34px;
  color: #706d76;
  font-size: 17px;
  line-height: 1.65;
}

.security-link {
  display: inline-flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #8170d8;
  color: #17151c;
  font-size: 14px;
  font-weight: 600;
}

.security-panel {
  padding: 38px;
  border: 0;
  border-radius: 28px;
  background: #17151c;
  color: #fff;
  box-shadow: 0 24px 55px rgba(27, 23, 43, 0.12);
}

.security-panel-head {
  display: grid;
  gap: 8px;
  padding: 2px 0 30px;
}

.security-panel-head span {
  color: #8d8996;
  font-size: 12px;
}

.security-panel-head strong {
  max-width: 400px;
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.8px;
}

.security-panel ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
}

.security-panel li {
  min-height: 118px;
  padding: 22px 0;
  align-items: flex-start;
}

.security-panel strong {
  font-size: 15px;
}

.security-panel li span {
  color: #8f8c97;
  font-size: 13px;
  line-height: 1.5;
}

.cta-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-card {
  min-height: 520px;
  padding: 72px;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  border-radius: 30px;
  background: #ded8ff;
}

.cta-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.cta-card h2 {
  max-width: 710px;
  margin: 0 0 24px;
  font-size: clamp(43px, 4.2vw, 61px);
  line-height: 1.05;
  letter-spacing: -3.4px;
}

.cta-card p {
  max-width: 500px;
  margin: 0 0 30px;
  color: #686471;
  font-size: 16px;
}

.cta-mascot {
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
}

.cta-mascot img {
  width: auto;
  height: 390px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 25px 30px rgba(57, 43, 115, 0.18));
}

footer {
  padding-top: 64px;
  background: #121118;
}

@media (max-width: 900px) {
  .how.section,
  .solutions.section,
  .security.section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-intro,
  .security-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .workflow,
  .role-grid {
    grid-template-columns: 1fr;
  }

  .workflow article,
  .role-card,
  .role-card.featured {
    min-height: 330px;
  }

  .workflow article {
    min-height: 220px;
  }

  .security-panel ul {
    grid-template-columns: 1fr 1fr;
  }

  .cta-card {
    grid-template-columns: 1fr;
    padding: 52px;
  }

  .cta-mascot {
    height: 330px;
  }

  .cta-mascot img {
    height: 320px;
  }
}

@media (max-width: 600px) {
  .how.section,
  .solutions.section,
  .security.section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section-intro {
    margin-bottom: 34px;
  }

  .section-intro h2,
  .security-copy h2 {
    font-size: 39px;
    letter-spacing: -2.3px;
  }

  .section-intro > p,
  .security-copy > p {
    font-size: 15px;
  }

  .workflow article,
  .role-card,
  .role-card.featured {
    min-height: 310px;
    padding: 28px;
  }

  .workflow article {
    min-height: 200px;
  }

  .security-inner {
    gap: 48px;
  }

  .security-panel {
    padding: 26px;
  }

  .security-panel ul {
    grid-template-columns: 1fr;
  }

  .security-panel li {
    min-height: 0;
  }

  .cta-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cta-card {
    min-height: 0;
    padding: 38px 26px 20px;
  }

  .cta-card h2 {
    font-size: 38px;
    letter-spacing: -2.2px;
  }

  .cta-mascot {
    height: 300px;
  }

  .cta-mascot img {
    height: 285px;
  }
}

.hero > *,
.statement-grid > *,
.solutions-head > *,
.how-heading > * {
  min-width: 0;
}

.capability-card {
  height: 500px;
}

.capability-card h3 {
  margin-top: auto;
}

.capability-card.with-robot {
  position: relative;
}

.capability-robot {
  position: absolute;
  top: 42px;
  left: 50%;
  width: auto;
  height: 260px;
  max-width: 86%;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
}

.role-card {
  min-height: 300px;
}

.role-card h3 {
  margin-top: auto;
}

.security-panel {
  padding-top: 20px;
}

body p,
.capability-card p,
.role-card p,
.workflow p,
.security-panel li span {
  font-size: 16px;
  line-height: 1.6;
}

.workflow h3,
.role-card h3 {
  font-size: 23px;
}

.role-card {
  padding: 34px;
}

.security-panel strong {
  font-size: 16px;
}

.security-panel li span {
  margin-top: 7px;
}

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

.footer-links {
  justify-self: end;
  font-size: 14px;
}

.footer-bottom {
  font-size: 13px;
}

/* Premium interactive hero */
.hero {
  height: auto;
  min-height: 760px;
  padding-top: 126px;
  padding-bottom: 40px;
  grid-template-columns: minmax(0, 1.08fr) minmax(470px, 0.92fr);
  gap: 76px;
  align-items: stretch;
  align-content: start;
}

.hero-copy {
  height: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 8px 13px;
  border: 1px solid rgba(95, 64, 226, 0.1);
  border-radius: 999px;
  background: rgba(95, 64, 226, 0.09);
  color: #5940c7;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(54px, 4.7vw, 70px);
  line-height: 1.04;
  letter-spacing: -5px;
  font-weight: 600;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  width: max-content;
  margin-top: 0.08em;
  padding: 0.1em 0 0.12em;
  line-height: 1.14;
  overflow: visible;
  color: transparent;
  background: linear-gradient(100deg, #5b38eb 0%, #775dff 52%, #9b77ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-description {
  max-width: 520px;
}

.hero-description p {
  margin: 0 0 6px;
  color: #74727b;
  font-size: 16px;
  line-height: 1.58;
}

.hero-demo {
  max-width: 520px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 20, 0.1);
}

.demo-intro h2 {
  margin: 0 0 5px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.7px;
  font-weight: 600;
}

.demo-intro p {
  max-width: 470px;
  margin: 0 0 12px;
  color: #85838b;
  font-size: 14px;
  line-height: 1.5;
}

.phone-field {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 20, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 28px rgba(19, 16, 33, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.phone-field:focus-within {
  border-color: rgba(91, 56, 235, 0.42);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(91, 56, 235, 0.08), 0 12px 32px rgba(19, 16, 33, 0.06);
}

.phone-field svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: #77737f;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.phone-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #17151c;
  font: 500 18px/1 "DM Sans", sans-serif;
  letter-spacing: 0.3px;
  font-variant-numeric: tabular-nums;
}

.phone-field input::placeholder {
  color: #aaa7b0;
}

.demo-button {
  width: 100%;
  height: 54px;
  margin-top: 8px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(105deg, #5433df 0%, #6d4ff2 55%, #8267fa 100%);
  color: white;
  box-shadow: 0 14px 32px rgba(87, 54, 226, 0.2);
  cursor: pointer;
  font: 600 15px/1 "DM Sans", sans-serif;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.demo-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(87, 54, 226, 0.27);
  filter: saturate(1.08);
}

.demo-button:active {
  transform: translateY(0) scale(0.99);
}

.demo-button.is-complete {
  background: #17151c;
}

.form-status {
  min-height: 18px;
  margin: 5px 2px 0;
  color: #66636c;
  font-size: 12px;
  line-height: 1.4;
}

.form-status.is-error {
  color: #a23e4c;
}

.trust-indicators {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin-top: 3px;
  color: #96939b;
  font-size: 11px;
}

.trust-indicators span::before {
  content: "✓";
  margin-right: 5px;
  color: #706a7d;
}

.hero-visual {
  height: auto;
  min-height: 0;
  margin-top: 10px;
  align-self: stretch;
}

.hero-mascot-image {
  animation: mascotFloat 5.5s ease-in-out infinite;
}

.hero-mascot-image.is-waving {
  animation: mascotWave 700ms ease-in-out 2, mascotFloat 5.5s ease-in-out 1.4s infinite;
}

@keyframes mascotFloat {
  0%, 100% { transform: translateX(-8%) translateY(0); }
  50% { transform: translateX(-8%) translateY(-7px); }
}

@keyframes mascotWave {
  0%, 100% { transform: translateX(-8%) rotate(0); }
  35% { transform: translateX(-8%) rotate(-2.2deg); }
  70% { transform: translateX(-8%) rotate(1.3deg); }
}

.hero-animate {
  opacity: 0;
  transform: translateY(14px);
  animation: heroReveal 700ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-animate-headline { animation-delay: 100ms; }
.hero-animate-description { animation-delay: 220ms; }
.hero-animate-demo { animation-delay: 360ms; }

@keyframes heroReveal {
  to { opacity: 1; transform: translateY(0); }
}

.call-copy {
  left: 40px;
  right: 40px;
  height: 58px;
  place-items: center;
  overflow: hidden;
}

.hero-visual .mascot-stage {
  top: 58px;
  width: 100%;
}

.hero-mascot-image {
  display: block;
  width: auto;
  height: 335px;
  max-width: 78%;
  object-fit: contain;
  transform: translateX(-8%);
  filter: drop-shadow(0 24px 26px rgba(13, 5, 51, 0.3));
}

.rotating-message {
  display: block;
  max-width: 380px;
  transition: opacity 280ms ease, transform 280ms ease;
}

.rotating-message.is-leaving {
  opacity: 0;
  transform: translateY(-18px);
}

.rotating-message.is-entering {
  opacity: 0;
  transform: translateY(18px);
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .rotating-message {
    transition: none;
  }

  .hero-animate,
  .hero-mascot-image,
  .hero-mascot-image.is-waving {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr 0.88fr;
    gap: 40px;
  }

  .hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 900px) {
  .hero {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

  .hero-copy {
    height: auto;
  }

  .hero-demo {
    margin-top: 30px;
  }

  .hero-visual {
    height: 580px;
    margin-top: 0;
  }

  .hero-copy,
  .hero-description,
  .hero-demo {
    max-width: 620px;
  }
}

@media (max-width: 600px) {
  .hero,
  .hero-copy,
  .hero-copy > p,
  .hero-visual {
    width: 100%;
    max-width: 100%;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-copy,
  .hero-description,
  .hero-demo,
  .phone-field,
  .demo-button {
    width: calc(100vw - 36px);
    min-width: 0;
    max-width: calc(100vw - 36px);
  }

  .hero h1 {
    font-size: 46px;
    letter-spacing: -3px;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .hero-description p {
    font-size: 15px;
  }

  .demo-intro p {
    font-size: 13px;
  }

  .trust-indicators {
    display: grid;
    gap: 5px;
    font-size: 11px;
  }

  .hero-copy > p {
    overflow-wrap: anywhere;
  }

  .hero-mascot-image {
    width: auto;
    height: 305px;
    max-width: 78%;
  }

  .hero-visual .mascot-stage {
    top: 55px;
  }
}

/* Expanded corporate footer */
.site-footer {
  padding: 88px 0 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 5%, rgba(101, 72, 255, 0.14), transparent 31%),
    #0d0c12;
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(520px, 1.55fr);
  gap: 100px;
  padding-bottom: 72px;
}

.footer-brand-area {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-logo-link {
  display: block;
  width: 202px;
  margin-bottom: 30px;
}

.footer-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-brand-area > p {
  max-width: 390px;
  margin: 0;
  color: #96939f;
  font-size: 15px;
  line-height: 1.75;
}

.footer-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 15px;
  font-weight: 600;
}

.footer-email span,
.footer-callout a span {
  color: #9c88ff;
}

.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 31px;
  color: #777480;
  font-size: 12px;
}

.footer-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #63d89a;
  box-shadow: 0 0 0 5px rgba(99, 216, 154, 0.1);
}

.footer-navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 44px;
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}

.footer-column h2 {
  margin: 0 0 12px;
  color: #66636e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.footer-column a {
  color: #bbb8c2;
  font-size: 14px;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-callout {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 35px 42px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background: linear-gradient(105deg, rgba(98, 67, 239, 0.16), rgba(255, 255, 255, 0.025));
}

.footer-callout > div {
  display: grid;
  gap: 8px;
}

.footer-callout > div span {
  color: #85828d;
  font-size: 12px;
}

.footer-callout strong {
  font-family: "Manrope", sans-serif;
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.2;
  letter-spacing: -1.4px;
}

.footer-callout > a {
  min-width: 176px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  border-radius: 999px;
  background: #fff;
  color: #14121a;
  font-size: 13px;
  font-weight: 700;
}

.site-footer .footer-bottom {
  margin-top: 30px;
  padding-top: 26px;
  border-color: rgba(255, 255, 255, 0.08);
  color: #64616c;
  font-size: 12px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 27px;
}

.footer-legal a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .footer-navigation {
    max-width: 700px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding-top: 66px;
  }

  .footer-main {
    gap: 52px;
    padding-bottom: 52px;
  }

  .footer-logo-link {
    width: 184px;
  }

  .footer-navigation {
    grid-template-columns: 1fr 1fr;
    gap: 42px 28px;
  }

  .footer-callout {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 25px;
  }

  .footer-callout > a {
    width: 100%;
  }

  .site-footer .footer-bottom,
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal {
    gap: 12px;
  }
}


/* İletişim aksiyonları — CTA + iletişim sayfası + footer telefon */
.contact-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:8px}
.contact-methods{display:flex;flex-wrap:wrap;gap:8px 28px;margin-top:24px;font-size:15px;font-weight:600}
.contact-methods a{color:var(--purple);transition:.2s}
.contact-methods a:hover{opacity:.72}
.info-card a{color:var(--purple);font-weight:600}
.info-card:first-child a{color:#a996ff}
.footer-phone{margin-top:14px}
