:root {
  --allyra-purple: #cd17f6;
  --allyra-purple-gradient: linear-gradient(271.85deg, #5e17f6 0%, #cd17f6 100%);
  --allyra-text: #221b28;
  --allyra-on-purple: #fdfaff;
  --allyra-font: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --allyra-gutter: clamp(16px, 4vw, 50px);
}

body {
  background: #ffffff;
  color: var(--allyra-text);
  font-family: var(--allyra-font);
}

.allyra-container-landing {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0 var(--allyra-gutter);
  box-sizing: border-box;

}

.allyra-container {
  /* width: min(1440px, 100%); */
  margin: 0 auto;
  padding: 0 var(--allyra-gutter);
  box-sizing: border-box;
  padding-bottom: 50px;
}

.allyra-section-11 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  padding-bottom: clamp(24px, 4vw, 48px);
  width: 100%;
  box-sizing: border-box;
}

.allyra-header {
  width: 100%;
}

.allyra-header .allyra-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.allyra-brand img {
  width: 143px;
  height: 39px;
  display: block;
}

.allyra-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  /* border-radius: 12px; */
  background: var(--allyra-purple-gradient);
  color: var(--allyra-on-purple);
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.allyra-btn:hover,
.allyra-btn:focus {
  color: var(--allyra-on-purple);
  text-decoration: none;
  filter: brightness(0.96);
}

.allyra-btn-dark {
  background: #221b28;
  color: #ffffff;
}

.allyra-btn-dark:hover,
.allyra-btn-dark:focus {
  color: #ffffff;
  filter: brightness(1.1);
}

.allyra-hero {
  width: 100%;
  margin-bottom: 8px;
}

.allyra-hero-title {
  margin: 0;
  font-family: var(--allyra-font);
  font-weight: 200;
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 44.44px;
  line-height: 1.14;
  color: var(--allyra-text);
}

.allyra-hero-strong {
  font-weight: 700;
}

.allyra-hero-conjunction {
  font-weight: 400;
}

.allyra-band {
  width: 100%;
  background: var(--allyra-purple-gradient);
  overflow: visible;
  margin-top: 24px;
}

.allyra-band-wrap {
  width: min(1440px, 100%);
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.allyra-band-lede-wrap {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  padding: clamp(28px, 4vw, 44px) var(--allyra-gutter) 0;
}

.allyra-band-lede {
  margin: 0 auto;
  max-width: 1217px;
  font-family: var(--allyra-font);
  font-weight: 400;
  font-size: 21.96px;
  line-height: 31px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--allyra-text);
}

.allyra-band-arrow {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0.8;
  border-radius: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.allyra-band-wrap > .allyra-band-arrow:first-child {
  left: 24px;
}

.allyra-band-wrap > .allyra-band-arrow:last-child {
  right: 24px;
}

.allyra-band-arrow img {
  width: 34px;
  height: 34px;
  display: block;
}

.allyra-band-arrow:hover {
  opacity: 1;
}

.allyra-band-arrow:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.allyra-carousel {
  width: 100%;
}

.allyra-band .carousel-inner,
.allyra-band .carousel-item,
.allyra-band .carousel {
  overflow: visible;
}

.allyra-band-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.allyra-band-link:hover {
  text-decoration: none;
  color: inherit;
}

.allyra-band-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}

.allyra-band-inner {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 200px 0;
  height: 260px;
  min-height: 260px;
  overflow: visible;
}

.allyra-band-copy {
  width: min(480px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-height: 0;
  align-self: center;
  padding-bottom: 30px;
}

.allyra-band-headline {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.allyra-band-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  max-width: 420px;
}

.allyra-band-name {
  margin: 0;
  margin-top: 4px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.allyra-band-art {
  width: 480px;
  height: 300px;
  flex: 0 0 auto;
  position: relative;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  align-self: flex-end;
  margin-bottom: 0;
}

.allyra-agent-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  display: block;
  /* Purple-tinted shadow reads on the band gradient; avoids gray/black fringe vs old flat-purple overlay */
  filter: drop-shadow(0 10px 20px rgba(40, 12, 100, 0.38));
}

.allyra-tagline {
  width: 100%;
}

.allyra-tagline-text {
  text-align: center;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 2.67;
  color: #000000;
}

.allyra-agents-section {
  width: 100%;
  padding-top: 0;
}

.allyra-agents-title {
  margin: 0;
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-family: var(--allyra-font);
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #000000;
}

.allyra-agents-title--pill {
  gap: 8px;
}

.allyra-hero .allyra-agents-title--pill {
  margin-top: clamp(28px, 5vw, 48px);
}

.allyra-agents-title-lead {
  color: #000000;
  font-weight: 500;
}

.allyra-agents-title-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #000000;
  color: #ffffff;
  border-radius: 9999px;
  padding: 0.28em 0.82em 0.34em;
  font-weight: 400;
  font-size: 0.8em;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.allyra-agenticos-badge {
  flex-shrink: 0;
  width: clamp(36px, 8vw, 48px);
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

.allyra-agents-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 56px;
}

.allyra-agents-section .allyra-container > .allyra-agents-cta:first-child {
  margin-top: 0;
}

/* Figma: 1440 frame; headline row 160px + 32px top; illustration below (asset 1024×576), centered */
.allyra-eaos {
  position: relative;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0 var(--allyra-gutter);
  padding-bottom: clamp(32px, 5vw, 56px);
  box-sizing: border-box;
}

.allyra-eaos-visual {
  margin-top: 27px; /* 219px from frame top − (32px + 160px headline) */
  display: flex;
  justify-content: center;
}

.allyra-eaos-img {
  display: block;
  width: min(1200px, 100%);
  height: auto;
}

.allyra-eaos-headline {
  padding-top: 32px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.allyra-eaos-title {
  margin: 0;
  max-width: 100%;
  text-align: center;
  font-family: "ABC Diatype", var(--allyra-font);
  font-weight: 300;
  font-size: clamp(32px, 4.86vw, 70px);
  line-height: calc(80 / 70);
  letter-spacing: -0.02em;
  color: var(--allyra-text);
}

.allyra-eaos-strong {
  font-weight: 700;
}

.allyra-agents-cards-wrap {
  width: 100%;
  background: transparent;
  padding: 172px 24px 44px;
  margin-bottom: 48px;
}

/* Landing: 6 ally panels with illustration, speech bubble, label – thin black line between panels */
.allyra-agents-ally-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  align-items: stretch;
}

.allyra-agents-ally-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  border-right: 1px solid #000000;
  min-width: 0;
}

.allyra-agents-ally-panel--last {
  border-right: none;
}

.allyra-agents-ally-figure {
  width: 100%;
  aspect-ratio: 1;
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 12px;
}

.allyra-agents-ally-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.allyra-agents-ally-bubble {
  margin: 0 0 8px;
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.35;
  color: #221b28;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  min-height: 2.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.allyra-agents-ally-label {
  margin: 0;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 600;
  color: #000000;
  text-align: center;
  line-height: 1.3;
}

.allyra-agents-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 12px;
  margin-top: 35px;
  margin-bottom: 35px;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent calc(50% - 65.5px),
    var(--allyra-purple) calc(50% - 65.5px),
    var(--allyra-purple) calc(50% + 65.5px),
    transparent calc(50% + 65.5px),
    transparent 100%
  );
}

.allyra-agent-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.allyra-agent-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.allyra-agent-card-link:focus-visible {
  outline: 2px solid var(--allyra-purple, #cd17f6);
  outline-offset: 4px;
}

.allyra-agent-card {
  border: none;
  border-radius: 0;
  background: #ffffff;
  overflow: hidden;
  box-shadow: none;
  aspect-ratio: 226 / 396;
  display: block;
}

.allyra-agent-card:last-child {
  border: none;
}

.allyra-agent-card-bubble {
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--allyra-purple, #cd17f6);
  font-weight: 500;
  text-align: center;
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.allyra-agent-card-name {
  margin: 0;
  padding: 6px 0 12px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000000;
}

.allyra-agent-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  vertical-align: middle;
  transition: transform 0.55s ease;
}

.allyra-agent-card-link:hover .allyra-agent-card-img {
  transform: scale(0.90);
}

/* Hire Hub card: composite image shows right panel only, border clipped */
.allyra-agent-card--composite {
  overflow: hidden;
}
.allyra-agent-card--composite .allyra-agent-card-img {
  width: 200%;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.03);
  transform-origin: right center;
}

.allyra-agent-card-link:hover .allyra-agent-card--composite .allyra-agent-card-img {
  transform: scale(0.90);
}

.allyra-agents-section-title {
  margin: 0;
  text-align: center;
  font-family: var(--allyra-font);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 36px);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #000000;
}

.allyra-agents-section-subtitle {
  margin: 14px auto 0;
  max-width: 640px;
  text-align: center;
  font-family: var(--allyra-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.8);
}

.allyra-agents-section .allyra-agents-section-subtitle {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Intro headline + subtitle above agent cards */
.allyra-agents-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.allyra-agents-intro .allyra-agents-section-subtitle {
  margin-top: 14px;
}

/* Testimonials section */
.allyra-testimonials {
  width: 100%;
  padding: 56px 0 64px;
  background: #ffffff;
}

.allyra-testimonials-title {
  margin: 0 0 40px;
  text-align: center;
  font-family: var(--allyra-font);
  font-weight: 400;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--allyra-text);
}

.allyra-testimonials-strong {
  font-weight: 700;
}

.allyra-testimonials-slider-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.allyra-testimonials-arrow {
  flex-shrink: 0;
  align-self: center;
  appearance: none;
  border: 0;
  background: var(--allyra-purple-gradient);
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent;
  transition: filter 0.2s ease, transform 0.15s ease;
}

.allyra-testimonials-arrow:hover {
  filter: brightness(0.9);
  color: #ffffff;
}

.allyra-testimonials-arrow:focus-visible {
  outline: 2px solid var(--allyra-purple);
  outline-offset: 3px;
}

.allyra-testimonials-arrow svg {
  width: 24px;
  height: 24px;
  display: block;
}

.allyra-testimonials-viewport {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.allyra-testimonials-viewport::-webkit-scrollbar {
  display: none;
}

.allyra-testimonials-track {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  width: max-content;
  min-width: 100%;
}

.allyra-testimonial-separator {
  flex: 0 0 33px;
  width: 24px;
  min-width: 33px;
  align-self: center;
  background: var(--allyra-purple-gradient);
  flex-shrink: 0;
  height: 170px;
}

.allyra-testimonial-card {
  position: relative;
  flex: 0 0 360px;
  min-width: 300px;
  scroll-snap-align: start;
  margin-right: 0;
  padding: 28px 24px 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  box-shadow: none;
  box-sizing: border-box;
}

.allyra-testimonial-card:last-child {
  margin-right: 0;
}

.allyra-testimonial-quote {
  margin: 0 0 14px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #000000;
}

.allyra-testimonial-body {
  margin: 0 0 22px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #5a5360;
}

.allyra-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.allyra-testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.allyra-testimonial-author {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
}

.allyra-testimonial-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
}

.allyra-testimonials-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  margin-bottom: 48px;
}

/* Trust badges */
.allyra-trust {
  width: 100%;
}

.allyra-trust-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #6b6570;
}

.allyra-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 28px 32px;
}

.allyra-trust-badge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
}

.allyra-trust-badge-img {
  display: block;
  width: 90px;
  height: auto;
  object-fit: contain;
}

.allyra-trust-badge-seal {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000000;
  border: 3px solid #000000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  flex-shrink: 0;
  overflow: hidden;
}

.allyra-trust-badge-ring {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  padding: 5px 0;
  pointer-events: none;
}

.allyra-trust-badge-ring-top,
.allyra-trust-badge-ring-bottom {
  flex-shrink: 0;
  font-size: 0.38rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}

.allyra-trust-badge-inner {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  margin: auto 0;
}

.allyra-trust-badge-main {
  font-size: 0.7rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  max-width: 88%;
}

.allyra-trust-badge-sub {
  font-size: 0.58rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  line-height: 1.2;
}

.allyra-trust-badge-ribbon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 20px;
}

.allyra-trust-badge-ribbon::before,
.allyra-trust-badge-ribbon::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 18px solid var(--allyra-purple);
}

.allyra-trust-badge-ribbon::before {
  left: 0;
}

.allyra-trust-badge-ribbon::after {
  right: 0;
  left: auto;
}

.allyra-story {
  width: 100%;
  margin-top: 28px;
}

.allyra-story-row {
  width: 100%;
}

.allyra-story-grid {
  --story-pad: clamp(14px, 1.6vw, 26px);
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 0;
  min-height: calc(300px + (var(--story-pad) * 2));
  align-items: center;
}

.allyra-story-grid.is-reverse {
  direction: rtl;
}

.allyra-story-grid.is-reverse > * {
  direction: ltr;
}

.allyra-story-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--story-pad) clamp(44px, 5vw, 84px);
  min-width: 0;
  box-sizing: border-box;
  border-right: 1px solid #000000;
}

.allyra-story-grid.is-reverse .allyra-story-copy {
  border-right: 0;
  border-left: 1px solid #f9f6f6;
}

/* Copy left (row 1 & 3): no gap on right – chipkao image se */
.allyra-story-purple .allyra-story-copy,
.allyra-story-black .allyra-story-copy {
  padding-right: 0;
}

/* Copy right (row 2 reverse): no gap on left – chipkao image se */
.allyra-story-white .allyra-story-copy {
  padding-left: 0;
}

.allyra-story-inner {
  max-width: 560px;
  padding: 0;
  width: 100%;
}

.allyra-story-title {
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.allyra-story-strong {
  font-weight: 700;
}

.allyra-story-text {
  margin-top: 1rem;
  font-size: clamp(17px, 1.15rem, 20px);
  line-height: 1.45;
  opacity: 0.95;
  width: 350px;
}

.allyra-story-media {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--story-pad);
  min-width: 0;
  overflow: hidden;
}

/* Media right (row 1 & 3): no gap on left – chipkao copy se */
.allyra-story-purple .allyra-story-media,
.allyra-story-black .allyra-story-media {
  padding-left: 0;
}

/* Media left (row 2): no gap on right – chipkao copy se */
.allyra-story-white .allyra-story-media {
  padding-right: 0;
}
.allyra-story-purple .allyra-story-media,
.allyra-story-purple .allyra-story-media-inner {
  justify-content: flex-start;
}

/* Row 2 (white): image left, text right → image towards text = right in its column */
.allyra-story-white .allyra-story-media,
.allyra-story-white .allyra-story-media-inner {
  justify-content: flex-end;
}

/* Row 3 (black): text left, image right → image towards text = left in its column */
.allyra-story-black .allyra-story-media,
.allyra-story-black .allyra-story-media-inner {
  justify-content: flex-start;
}

.allyra-story-media-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.allyra-story-crop {
  width: min(552px, 100%);
  aspect-ratio: 552 / 357;
  height: auto;
  /* border-radius: 12px; */
  overflow: hidden;
  border: none;
  box-shadow: none;
  background: transparent;
  display: block;
}

.allyra-story-crop img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: unset;
  object-position: center;
  display: block;
  padding: 0;
}

.allyra-story-purple .allyra-story-copy {
  background: var(--allyra-purple-gradient);
  color: #ffffff;
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 96%);
  position: relative;
  z-index: 1;
  border: 0px solid rgba(255, 255, 255, 0.25);
}

.allyra-story-black .allyra-story-copy {
  background: #111111;
  color: #ffffff;
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 96%);
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.allyra-story-white .allyra-story-copy {
  background: #ffffff;
  color: var(--allyra-text);
  border: 1px solid rgb(0, 0, 0);
}

/* White row + reversed grid: black top/bottom, light line + no double line at image */
.allyra-story-row.allyra-story-white .allyra-story-grid.is-reverse .allyra-story-copy {
  border-left: 1px solid #f9f6f6;
  border-right: 0;
}

.allyra-meet {
  width: 100%;
  padding: 64px 0 80px;
  background: #ffffff;
}

.allyra-meet-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.allyra-meet-title {
  margin: 0;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: var(--allyra-text);
}

.allyra-agents-section .allyra-meet-title.allyra-agents-section-subtitle {
  display: block;
  width: 100%;
  max-width: min(640px, 100%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: center;
  font-size: clamp(1.35rem, 4.5vw, 3.5rem);
  line-height: 1.15;
}

.allyra-meet-strong {
  font-weight: 700;
}

.allyra-meet-sub {
  margin: 16px 0 0;
  max-width: 520px;
  text-align: center;
  color: var(--allyra-text);
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 400;
}

.allyra-meet-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.allyra-devices {
  margin-top: 48px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* Meet section: single hero image (replaces phone + laptop) */
.allyra-devices--showcase {
  align-items: center;
  max-width: min(1100px, 100%);
}

.allyra-meet-showcase {
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
}

.allyra-meet-showcase img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

.allyra-device {
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  flex-shrink: 0;
}

.allyra-device-phone {
  width: min(260px, 100%);
  position: relative;
  z-index: 2;
}

.allyra-device-laptop {
  width: min(680px, 100%);
  position: relative;
  z-index: 1;
}

.allyra-device img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.allyra-device-phone img {
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.allyra-device-laptop img {
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

/* Page 5 – FAQ */
.allyra-faq {
  width: 100%;
  position: relative;
  padding: 0;
  background: #ffffff;
}

/* Ek hi purple: first question ke end tak upar, sirf third question ke end tak neeche, full width */
.allyra-faq-purple-bg {
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
  height: 240px;
  background: var(--allyra-purple-gradient);
  z-index: 0;
}

.allyra-faq-center {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 40px 40px;
}

.allyra-faq-title {
  margin: 0 0 24px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--allyra-text);
  text-align: center;
}

.allyra-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.allyra-accordion-item {
  border: 1px solid var(--allyra-text);
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
}

.allyra-accordion-header {
  margin: 0;
}

.allyra-accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border: none;
  background: #ffffff;
  color: var(--allyra-text);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.2s ease;
}

.allyra-accordion-btn:hover {
  background: rgba(0, 0, 0, 0.03);
}

.allyra-accordion-btn:focus {
  outline: 2px solid var(--allyra-purple);
  outline-offset: 2px;
}

.allyra-accordion-question {
  flex: 1;
}

.allyra-accordion-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--allyra-text);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.25s ease;
}

.allyra-accordion-icon::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-bottom: 4px;
  margin-left: 2px;
}

.allyra-accordion-btn:not(.collapsed) .allyra-accordion-icon {
  transform: rotate(-90deg);
}

.allyra-accordion-btn:not(.collapsed) .allyra-accordion-icon::after {
  margin-bottom: 0;
  margin-left: 4px;
}

/* Landing FAQ: same arrow as agent details (chevron down when open, right when collapsed) */
.allyra-accordion-btn .allyra-agent-detail-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  transition: transform 0.2s ease;
}

.allyra-accordion-btn .allyra-agent-detail-faq-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000000;
  margin-top: 2px;
}

.allyra-accordion-btn.collapsed .allyra-agent-detail-faq-icon::after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000000;
  border-right: none;
  margin-top: 0;
}

.allyra-accordion-collapse {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.allyra-accordion-body {
  padding: 16px 20px 20px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--allyra-text);
}

@media (max-width: 1200px) {
  .allyra-band-inner {
    padding: 28px 80px 24px;
    height: auto;
    min-height: 260px;
  }

  .allyra-band-art {
    height: 280px;
    width: 400px;
  }

  .allyra-band-wrap > .allyra-band-arrow:first-child {
    left: 16px;
  }

  .allyra-band-wrap > .allyra-band-arrow:last-child {
    right: 16px;
  }

  .allyra-agents-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  .allyra-agents-ally-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .allyra-agents-ally-panel:nth-child(3n) {
    border-right: none;
  }

   .allyra-agents-cards-wrap {
    padding: 24px 16px 32px;
  }

  .allyra-testimonials-slider-wrap {
    padding: 0 44px;
  }

  .allyra-testimonial-card {
    min-width: 280px;
    flex: 0 0 min(360px, calc(50% - 10px));
    padding: 24px 20px 20px 32px;
  }
}

@media (max-width: 991.98px) {
  .allyra-container {
    /* padding: 0 20px; */
  }
  
  .allyra-hero {
    margin-bottom: 4px;
  }

  .allyra-band {
    margin-top: 16px;
    overflow: hidden;
  }

  .allyra-band .carousel-inner,
  .allyra-band .carousel-item,
  .allyra-band .carousel {
    overflow: hidden;
  }

  .allyra-band-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px 0px;
    height: auto;
    min-height: 0;
  }

  .allyra-band-copy {
    min-height: 0;
    align-items: center;
  }

  .allyra-band-text {
    text-align: center;
    max-width: 100%;
  }

  .allyra-band-art {
    width: min(280px, 100%);
    height: 280px;
    align-self: center;
    margin-bottom: 0;
  }

  .allyra-agent-image {
    object-position: 50% 100%;
  }

  .allyra-band-name {
    font-size: 40px;
  }

  .allyra-band-wrap > .allyra-band-arrow:first-child {
    left: 8px;
  }

  .allyra-band-wrap > .allyra-band-arrow:last-child {
    right: 8px;
  }

  .allyra-band-lede {
    font-size: clamp(17px, 3.8vw, 21.96px);
    line-height: 1.41;
  }

  .allyra-tagline-text {
    line-height: 1.35;
  }

  .allyra-agents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .allyra-agents-ally-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .allyra-agents-ally-panel:nth-child(3n) {
    border-right: 1px solid #000000;
  }

  .allyra-agents-ally-panel:nth-child(2n) {
    border-right: none;
  }

  .allyra-agents-cards-wrap {
    padding: 60px 12px 28px;
    margin-bottom: 36px;
  }

  .allyra-agents-section-title {
    font-size: 24px;
  }

  .allyra-agents-section-subtitle:not(.allyra-meet-title) {
    margin-top: 10px;
    padding: 0 16px;
    font-size: 15px;
  }

  .allyra-agents-title {
    line-height: 1.35;
    gap: 8px;
  }

  .allyra-story-grid {
    grid-template-columns: 1fr;
  }

  .allyra-story-media-inner {
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .allyra-story-crop {
    width: 100%;
    max-width: 552px;
    aspect-ratio: 552 / 357;
    height: auto;
  }

  .allyra-devices {
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    gap: 20px;
  }

  .allyra-devices--showcase {
    margin-top: 32px;
  }

  .allyra-device-phone {
    width: min(240px, 100%);
  }

  .allyra-device-laptop {
    width: min(100%, 520px);
  }

  .allyra-faq-center {
    padding: 32px 20px 28px;
  }

  .allyra-faq-purple-bg {
    top: 160px;
    height: 200px;
  }

  .allyra-faq-title {
    margin-bottom: 20px;
  }

  .allyra-accordion-btn {
    padding: 14px 16px;
    font-size: 0.9375rem;
  }

  .allyra-accordion-body {
    padding: 12px 16px 16px;
    font-size: 0.875rem;
  }

  .allyra-testimonials {
    padding: 40px 0 48px;
  }

  .allyra-testimonials-title {
    margin-bottom: 28px;
    font-size: clamp(28px, 6vw, 36px);
  }

  .allyra-testimonials-slider-wrap {
    padding: 0 36px;
  }

  .allyra-testimonial-card {
    min-width: 260px;
    flex: 0 0 min(320px, 85%);
    padding: 22px 18px 18px 28px;
  }

  .allyra-testimonial-quote {
    font-size: 1.0625rem;
  }

  .allyra-testimonial-body {
    font-size: 0.875rem;
  }

  .allyra-testimonials-cta {
    margin-top: 28px;
    margin-bottom: 36px;
  }

  .allyra-trust-badge-seal {
    width: 88px;
    height: 88px;
    padding: 4px;
  }

  .allyra-trust-badge-inner {
    width: 56px;
    height: 56px;
  }

  .allyra-trust-badge-main {
    font-size: 0.65rem;
  }

  .allyra-trust-badge-sub {
    font-size: 0.52rem;
  }

  .allyra-trust-badge-ring-top,
  .allyra-trust-badge-ring-bottom {
    font-size: 0.4rem;
  }

  .allyra-trust-badge-ribbon::before,
  .allyra-trust-badge-ribbon::after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 14px;
  }

  .allyra-trust-badge-img {
    width: 78px;
  }
}

/* Choose your Ally section – white page, purple strip behind lower half of characters */
.allyra-choose-ally {
  width: 100%;
  padding-bottom: 48px;
  background: #ffffff;
}

.allyra-choose-ally-hero {
  width: 100%;
  background: #ffffff;
}

.allyra-choose-ally-title {
  margin: 0;
  font-family: var(--allyra-font);
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.02em;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.2;
  color: var(--allyra-text);
  padding-top: 48px;
  padding-bottom: 16px;
}

.allyra-choose-ally-title-strong {
  font-weight: 700;
  color: var(--allyra-text);
}

/* Banner: white above, purple strip behind lower half – Figma: taller band for larger characters */
.allyra-choose-ally-band {
  position: relative;
  width: 100%;
  min-height: 340px;
  overflow: visible;
  padding: 0;
  margin: 0;
}

/* Purple strip: full width, starts higher so no white gap under characters */
.allyra-choose-ally-band::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 45%;
  background: var(--allyra-purple-gradient);
  z-index: 0;
}

/* Row: left group flush left, right group flush right, space in middle for button (Figma) */
.allyra-choose-ally-characters-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0;
  min-height: 340px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
}

.allyra-choose-ally-characters-left,
.allyra-choose-ally-characters-right {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  min-width: 0;
}

/* Left characters: Figma – start from left edge, space between group and button */
.allyra-choose-ally-characters-left {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  margin-right: 48px;
  overflow: visible;
}

/* Right characters: end at right edge, space between group and button */
.allyra-choose-ally-characters-right {
  justify-content: flex-end;
  margin-left: 48px;
}

/* Both images same size (Figma: equal scale), fixed height so left/right match */
.allyra-choose-ally-characters-left img,
.allyra-choose-ally-characters-right img {
  height: 340px;
  width: auto;
  max-height: 380px;
  object-fit: contain;
  display: block;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.allyra-choose-ally-characters-left img {
  object-position: bottom left;
}

.allyra-choose-ally-characters-right img {
  object-position: bottom right;
}

/* Button: clear space on both sides from character images (Figma) */
.allyra-choose-ally-cta-bar {
  position: absolute;
  left: 50%;
  bottom: 21%;
  transform: translateX(-50%);
  z-index: 2;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 48px;
  min-width: 200px;
}

.allyra-choose-ally-btn {
  position: relative;
  z-index: 1;
  /* border-radius: 8px; */
  margin: 0 32px;
  width: 200px;
}

@media (max-width: 768px) {
  .allyra-choose-ally-characters-row {
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* align-items: center; */
    gap: 0;
  }
  .allyra-choose-ally-cta-bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
  }
  .allyra-choose-ally-characters-left,
  .allyra-choose-ally-characters-right {
    width: 100%;
    /* justify-content: center; */
    margin-left: 0;
    margin-right: 0;
  }
  .allyra-choose-ally-characters-left img,
  .allyra-choose-ally-characters-right img {
    max-height: 240px;
    height: auto;
    max-width: 365px;
  }
}

.allyra-choose-ally-content {
  padding-top: 48px;
  padding-bottom: 32px;
}

.allyra-choose-ally-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 40px 48px;
  align-items: start;
}

.allyra-choose-ally-col {
  min-width: 0;
}

.allyra-choose-ally-brand .allyra-brand {
  display: inline-block;
  margin-bottom: 16px;
}

.allyra-choose-ally-company {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--allyra-text);
}

.allyra-choose-ally-address {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #5a5360;
  font-style: normal;
}

.allyra-choose-ally-about-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--allyra-text);
}

.allyra-choose-ally-social-title {
  margin: 0 0 12px;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--allyra-text);
}

.allyra-choose-ally-social-strong {
  font-weight: 700;
  color: var(--allyra-purple);
}

.allyra-choose-ally-social-cta {
  margin: 0 0 12px;
  font-size: 1rem;
  color: var(--allyra-text);
}

.allyra-choose-ally-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--allyra-purple);
}

.allyra-choose-ally-linkedin:hover {
  color: #5e17f6;
}

.allyra-choose-ally-linkedin svg {
  width: 28px;
  height: 28px;
}

.allyra-choose-ally-footer {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 0 24px;
}

.allyra-choose-ally-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 4px;
  margin-bottom: 20px;
}

.allyra-choose-ally-nav a {
  color: var(--allyra-text);
  text-decoration: none;
  font-size: 0.9375rem;
}

.allyra-choose-ally-nav a:hover {
  text-decoration: underline;
  color: var(--allyra-purple);
}

.allyra-choose-ally-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--allyra-purple);
  flex-shrink: 0;
  margin: 0 4px;
}

.allyra-choose-ally-copyright {
  margin: 0;
  text-align: center;
  font-size: 0.875rem;
  color: #6b6570;
}

@media (max-width: 900px) {
  .allyra-choose-ally-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Agent detail page – dark theme, minimal palette: dark grey, white, purple */
.allyra-agent-detail-page {
  background: #1a1a1a;
  color: #ffffff;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  gap: 0;
}

/* Single scroll container so first scroll works (no "double scroll" issue) */
.allyra-agent-detail-scroll-wrap {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

.allyra-agent-detail-header {
  width: 100%;
  background: #1a1a1a;
  flex-shrink: 0;
}

.allyra-agent-detail-header .allyra-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(16px, 2.5vw, 24px);
  padding-bottom: clamp(16px, 2.5vw, 24px);
}

.allyra-agent-detail-header .allyra-btn-outline-light {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  /* border-radius: 8px; */
  padding: 10px 20px;
  font-size: 16px;
}

.allyra-agent-detail-header .allyra-btn-outline-light:hover,
.allyra-agent-detail-header .allyra-btn-outline-light:focus {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
  filter: brightness(0.95);
}

.allyra-agent-detail-hero {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 0;
  overflow-x: hidden;
  overflow-y: visible;
  min-height: min(75vh, 680px);
  max-height: 100vh;
}

.allyra-agent-detail-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  height: auto;
}

.allyra-agent-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  max-width: min(700px, 100%);
  padding: clamp(32px, 5vw, 48px) clamp(24px, 4vw, 50px) clamp(40px, 6vw, 64px);
  min-width: 0;
  /* padding-left: 240px; */
}

.allyra-agent-detail-title {
  margin: 0;
  font-family: var(--allyra-font);
  font-weight: 700;
  font-size: clamp(42px, 5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.allyra-agent-detail-subtitle {
  margin: 0;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.allyra-agent-detail-intro {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  max-width: min(500px, 100%);
}

.allyra-agent-detail-intro p {
  margin: 0 0 0.75em;
}

.allyra-agent-detail-intro p:last-child {
  margin-bottom: 0;
}

.allyra-agent-detail-cta {
  align-self: flex-start;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  /* border-radius: 10px; */
  background: var(--allyra-purple-gradient);
  color: #ffffff;
  border: none;
  text-decoration: none;
}

.allyra-agent-detail-cta:hover,
.allyra-agent-detail-cta:focus {
  color: #ffffff;
  filter: brightness(1.05);
}

.allyra-agent-detail-page2-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.allyra-agent-detail-page2-link {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

.allyra-agent-detail-page2-link:hover,
.allyra-agent-detail-page2-link:focus {
  color: #ffffff;
}

/* Right column: solid purple only, no frame or clip */
.allyra-agent-detail-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: clamp(280px, 40vw, 400px);
  /* background: var(--allyra-purple); */
  overflow: hidden;
  min-width: 0;
}

.allyra-agent-detail-media-shape {
  display: none;
}

.allyra-agent-detail-img {
  position: relative;
  z-index: 1;
  display: block;
  /* width: min(82%, 455px); */
  height: auto;
  max-height: 94%;
  min-height: clamp(260px, 35vw, 360px);
  object-fit: contain;
  object-position: center center;
}

@media (max-width: 992px) {
  .allyra-agent-detail-hero {
    min-height: auto;
    max-height: none;
  }
  .allyra-story-inner{
    text-align: center;
  }
  .allyra-story-purple .allyra-story-copy{
    text-align: center;
  }
  .allyra-story-text{
width: auto;
  }

  .allyra-agent-detail-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .allyra-agent-detail-copy {
    order: 1;
    padding: clamp(24px, 4vw, 40px) clamp(20px, 4vw, 24px) clamp(32px, 5vw, 48px);
    margin-left: auto;
    margin-right: auto;
  }

  .allyra-agent-detail-media {
    order: 0;
    min-height: clamp(260px, 50vw, 340px);
    padding: clamp(24px, 4vw, 32px);
  }

  .allyra-agent-detail-img {
    max-width: min(280px, 85%);
    min-height: clamp(220px, 45vw, 300px);
  }

  .allyra-agent-detail-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .allyra-agent-detail-cta {
    align-self: center;
  }
}

@media (max-width: 480px) {
  .allyra-agent-detail-title {
    font-size: clamp(32px, 10vw, 42px);
  }

  .allyra-agent-detail-subtitle {
    font-size: clamp(18px, 4.5vw, 22px);
  }

  .allyra-agent-detail-copy {
    padding: 40px 16px 32px;
  }

  .allyra-agent-detail-media {
    min-height: 240px;
    padding: 20px 16px;
  }

  .allyra-agent-detail-img {
    min-height: 200px;
  }
}

/* Struggles section below hero on agent detail page (same layout as standalone page2) */
.allyra-agent-detail-struggles {
  width: 100%;
  background: #ffffff;
  color: var(--allyra-text);
  padding: clamp(40px, 6vw, 56px) 0 clamp(48px, 8vw, 72px);
  margin-top: -72px; /* overlap dark hero so no black line shows */
  box-sizing: border-box;
}

.allyra-agent-detail-struggles-container {
  max-width: min(1100px, 100%);
  width: 100%;
}

.allyra-agent-detail-struggles-title {
  margin: 0 0 40px;
  font-family: var(--allyra-font);
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

.allyra-agent-detail-struggles-title strong {
  font-weight: 700;
}

.allyra-agent-detail-struggles-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px) clamp(32px, 5vw, 56px);
  align-items: start;
  min-width: 0;
}

/* Left: illustration in irregular black frame, prominent purple line on bottom edge */
.allyra-agent-detail-struggles-illustration-wrap {
  position: relative;
  width: 100%;
  /* max-width: min(440px, 100%); */
  margin: 0 auto;
  /* aspect-ratio: 4 / 4; */
  /* min-height: clamp(200px, 25vw, 280px); */
  /* background: #ffffff; */
  padding: 0;
  /* border: 2px solid #000000; */
  /* box-shadow: none; */
}

.allyra-agent-detail-struggles-illustration-frame {
  position: absolute;
  inset: 2px 2px 7px 2px;
  /* border: 1px solid #000000; */
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%, 0 0);
  pointer-events: none;
}

.allyra-agent-detail-struggles-illustration {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  /* background: #f5f5f5; */
}

/* Right: speech-bubble style blocks – white with thin black border, one purple highlight */
.allyra-agent-detail-struggles-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}

.allyra-agent-detail-struggle {
  border: 1px solid #000000;
  /* border-radius: 10px; */
  padding: 16px 20px;
  background: #ffffff;
  color: #000000;
  font-family: var(--allyra-font);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  /* cursor: pointer; */
}

.allyra-agent-detail-struggles-list .allyra-agent-detail-struggle:hover {
  background: var(--allyra-purple-gradient) !important;
  border-color: #cd17f6 !important;
  color: #ffffff !important;
}

.allyra-agent-detail-struggle-text {
  margin: 0;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
  transition: color 0.2s ease;
}

.allyra-agent-detail-struggles-list .allyra-agent-detail-struggle:hover .allyra-agent-detail-struggle-text {
  color: #ffffff !important;
}

@media (max-width: 992px) {
  .allyra-agent-detail-struggles-inner {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 32px);
  }

  .allyra-agent-detail-struggles {
    padding: clamp(32px, 5vw, 40px) 0 clamp(40px, 6vw, 56px);
  }
  .allyra-agent-detail-solution-feature-text{
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .allyra-agent-detail-struggles-title {
    font-size: clamp(22px, 5.5vw, 28px);
  }

  .allyra-agent-detail-struggles {
    padding: 24px 0 40px;
  }
}

/* Agent detail: "Do it in seconds" solution section (after struggles) */
.allyra-agent-detail-solution {
  width: 100%;
  background: #ffffff;
  color: var(--allyra-text);
  padding: clamp(40px, 6vw, 56px) 0 clamp(48px, 8vw, 72px);
  margin-top: -72px; /* overlap dark section above so no black line shows */
  box-sizing: border-box;
}

.allyra-agent-detail-solution-container {
  max-width: min(1100px, 100%);
  width: 100%;
}

.allyra-agent-detail-solution-title {
  margin: 0 0 40px;
  font-family: var(--allyra-font);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.25;
  color: #000000;
  text-align: center;
}

.allyra-agent-detail-solution-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px) clamp(32px, 5vw, 56px);
  align-items: center;
  min-width: 0;
}

.allyra-agent-detail-solution-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 32px) clamp(28px, 4vw, 40px);
}

.allyra-agent-detail-solution-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.allyra-agent-detail-solution-feature-icon {
  width: 229px;
  height: 229px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
  border: 1px solid #000000;
  border-radius: 2px;
  box-sizing: border-box;
}

.allyra-agent-detail-solution-feature-text {
  margin: 0;
  font-size: clamp(30px, 1.1vw, 17px);
  font-weight: 400;
  line-height: 30px;
  color: #221b28;
  /* max-width: 200px; */
  letter-spacing: -0.6px;
  font-style: normal;
  text-align: start;
}

.allyra-agent-detail-solution-illustration-wrap {
  position: relative;
  width: 512px;
  height: 704px;
  max-width: 100%;
  margin: 0 auto;
  min-width: 0;
  /* border-radius: 12px; */
  overflow: hidden;
  /* border-top: 1px solid rgba(0, 0, 0, 0.08); */
  /* border-right: 1px solid rgba(0, 0, 0, 0.08); */
  /* border-left: 4px solid var(--allyra-purple); */
  box-sizing: border-box;
}

.allyra-agent-detail-solution-illustration {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

@media (max-width: 992px) {
  .allyra-agent-detail-solution-inner {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 32px);
  }

  .allyra-agent-detail-solution-features {
    order: 1;
  }

  .allyra-agent-detail-solution-illustration-wrap {
    order: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 512 / 704;
    max-height: min(704px, 85vh);
  }

  .allyra-agent-detail-solution {
    padding: clamp(32px, 5vw, 40px) 0 clamp(40px, 6vw, 56px);
  }
}

@media (max-width: 480px) {
  .allyra-agent-detail-solution-features {
    grid-template-columns: 1fr;
  }

  .allyra-agent-detail-solution-illustration-wrap {
    max-height: min(520px, 80vh);
  }

  .allyra-agent-detail-solution {
    padding: 24px 0 40px;
  }
}

/* Agent detail: FAQ "Question ?" section – split background: white top, purple bottom */
.allyra-agent-detail-faq {
  position: relative;
  width: 100%;
  background:
    linear-gradient(to bottom, #ffffff 0%, #ffffff 48%, transparent 48%),
    linear-gradient(271.85deg, #5e17f6 0%, #cd17f6 100%);
  color: var(--allyra-text);
  /* padding: clamp(40px, 6vw, 56px) 0 clamp(48px, 8vw, 72px); */
  margin-top: -72px;
  overflow: hidden;
  box-sizing: border-box;
}

.allyra-agent-detail-faq-accent {
  display: none; /* split is on section background above */
}

.allyra-agent-detail-faq-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(1100px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(16px, 4vw, 24px);
}

.allyra-agent-detail-faq-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.2fr);
  /* gap: clamp(24px, 4vw, 48px); */
  align-items: start;
  min-width: 0;
}

/* Left: illustration on two-tone background (white top, magenta/purple bottom) */
.allyra-agent-detail-faq-illustration-wrap {
  position: relative;
  width: 100%;
  height: 530px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}



.allyra-agent-detail-faq-illustration {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 335px;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

/* Right: "Question ?" title + accordion */
.allyra-agent-detail-faq-content {
  min-width: 0;
}

.allyra-agent-detail-faq-title {
  margin: 0 0 24px;
  font-family: var(--allyra-font);
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.2;
  color: #000000;
  text-align: left;
}

.allyra-agent-detail-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.allyra-agent-detail-faq-item {
  border: 1px solid #000000;
  /* border-radius: 10px; */
  background: #ffffff;
  overflow: hidden;
}

.allyra-agent-detail-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  border: 0;
  background: transparent;
  color: #000000;
  font-family: inherit;
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  gap: 16px;
  -webkit-tap-highlight-color: transparent;
}

.allyra-agent-detail-faq-question:hover,
.allyra-agent-detail-faq-question:focus-visible {
  background: rgba(0, 0, 0, 0.03);
  outline: none;
}

.allyra-agent-detail-faq-question:focus-visible {
  box-shadow: inset 0 0 0 2px var(--allyra-purple);
}

.allyra-agent-detail-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  transition: transform 0.2s ease;
}

.allyra-agent-detail-faq-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000000;
  margin-top: 2px;
}

.allyra-agent-detail-faq-item:not(.allyra-agent-detail-faq-item--open) .allyra-agent-detail-faq-icon::after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000000;
  border-right: none;
  margin-top: 0;
}

.allyra-agent-detail-faq-answer {
  padding: 0 20px 18px;
}

.allyra-agent-detail-faq-answer p {
  margin: 0;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.55;
  color: #221b28;
  padding-top: 0;
}

.allyra-agent-detail-faq-item:not(.allyra-agent-detail-faq-item--open) .allyra-agent-detail-faq-answer,
.allyra-agent-detail-faq-answer[hidden] {
  display: none;
}

@media (max-width: 992px) {
  .allyra-agent-detail-faq-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .allyra-agent-detail-faq-illustration-wrap {
    min-height: 260px;
    max-width: 320px;
    margin: 0 auto;
    display: none;
  }

  .allyra-agent-detail-faq-title {
    text-align: center;
  }

  .allyra-agent-detail-faq {
    padding: clamp(32px, 5vw, 40px) 0 clamp(40px, 6vw, 56px);
  }
}

@media (max-width: 480px) {
  .allyra-agent-detail-faq-title {
    font-size: clamp(22px, 5.5vw, 28px);
  }

  .allyra-agent-detail-faq {
    padding: 24px 0 40px;
  }
}

/* Agent detail: "Choose Your Ally" – 6 character panels with purple dividers (ref: landing .allyra-agents-section) */
.allyra-agent-detail-choose-ally {
  width: 100%;
  background: #ffffff;
  color: var(--allyra-text);
  padding: clamp(32px, 15vw, 155px) 0 clamp(40px, 6vw, 64px);
  margin-top: -72px; /* overlap dark section above so no black line shows */
  box-sizing: border-box;
}

.allyra-agent-detail-choose-ally .allyra-container {
  width: 100%;
  max-width: min(1200px, 100%);
}

.allyra-agent-detail-ally-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-bottom: clamp(24px, 4vw, 40px);
  align-items: stretch;
  min-width: 0;
  padding-bottom: 35px;
}

.allyra-agent-detail-ally-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
  border-right: 3px solid var(--allyra-purple);
  min-width: 0;
}

.allyra-agent-detail-ally-panel--last {
  border-right: none;
}

.allyra-agent-detail-ally-figure {
  width: 100%;
  aspect-ratio: 1;
  max-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

.allyra-agent-detail-ally-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.allyra-agent-detail-ally-bubble {
  margin: 0 0 8px;
  padding: 8px 10px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.35;
  color: #221b28;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  min-height: 2.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.allyra-agent-detail-ally-label {
  margin: 0;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 600;
  color: #000000;
  text-align: center;
  line-height: 1.3;
}

.allyra-agent-detail-choose-ally-title {
  margin: 0;
  font-family: var(--allyra-font);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 36px);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

.allyra-agent-detail-choose-ally-title-strong {
  font-weight: 700;
  color: #000000;
}

.allyra-agent-detail-choose-ally-subtitle {
  margin: 14px auto 0;
  max-width: 640px;
  text-align: center;
  font-family: var(--allyra-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--allyra-text);
}

@media (max-width: 992px) {
  .allyra-agent-detail-choose-ally {
    padding: clamp(24px, 4vw, 32px) 0 clamp(32px, 5vw, 48px);
  }

  .allyra-agent-detail-ally-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .allyra-agent-detail-ally-panel:nth-child(3n) {
    border-right: none;
  }

  .allyra-agent-detail-ally-panel {
    border-bottom: 3px solid var(--allyra-purple);
    padding-bottom: clamp(12px, 2vw, 16px);
    margin-bottom: 0;
  }

  .allyra-agent-detail-ally-panel--last {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .allyra-agent-detail-ally-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .allyra-agent-detail-ally-panel:nth-child(3n) {
    border-right: 3px solid var(--allyra-purple);
  }

  .allyra-agent-detail-ally-panel:nth-child(2n) {
    border-right: none;
  }

  .allyra-agent-detail-choose-ally-title {
    font-size: clamp(22px, 5.5vw, 28px);
  }
}

@media (max-width: 480px) {
  .allyra-agent-detail-ally-grid {
    margin-bottom: 20px;
  }
}

/* Agent detail page – footer (light block at bottom) */
.allyra-agent-detail-footer-section {
  background: #ffffff;
  color: var(--allyra-text);
  width: 100%;
  /* main has gap: 48px (allyra-section-11) – overlap that gap so dark background doesn’t show as black line */
  margin-top: -50px;
  box-sizing: border-box;
  overflow-x: hidden;
  margin-bottom: -50px;
}

.allyra-agent-detail-footer-content {
  padding-top: clamp(32px, 5vw, 48px);
  padding-bottom: clamp(24px, 4vw, 32px);
}

.allyra-agent-detail-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: clamp(24px, 4vw, 40px) clamp(32px, 5vw, 48px);
  align-items: start;
  min-width: 0;
}

.allyra-agent-detail-footer-col {
  min-width: 0;
}

.allyra-agent-detail-footer-brand .allyra-brand {
  display: inline-block;
  margin-bottom: 16px;
}

.allyra-agent-detail-footer-brand .allyra-brand img {
  max-height: 32px;
  height: auto;
  width: auto;
}

.allyra-agent-detail-footer-company {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--allyra-text);
}

.allyra-agent-detail-footer-address {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #5a5360;
  font-style: normal;
}

.allyra-agent-detail-footer-about-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--allyra-text);
}

.allyra-agent-detail-footer-social-title {
  margin: 0 0 12px;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--allyra-text);
}

.allyra-agent-detail-footer-social-strong {
  font-weight: 700;
  color: var(--allyra-purple);
}

.allyra-agent-detail-footer-social-cta {
  margin: 0 0 12px;
  font-size: 1rem;
  color: var(--allyra-text);
}

.allyra-agent-detail-footer-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--allyra-purple);
}

.allyra-agent-detail-footer-linkedin:hover {
  color: #5e17f6;
}

.allyra-agent-detail-footer-linkedin svg {
  width: 28px;
  height: 28px;
}

.allyra-agent-detail-footer {
  width: 100%;
  border-top: none; /* no black/dark line between content and footer nav */
  padding: 32px 0 24px;
}

.allyra-agent-detail-footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 4px;
  margin-bottom: 20px;
}

.allyra-agent-detail-footer-nav a {
  color: var(--allyra-text);
  text-decoration: none;
  font-size: 0.9375rem;
}

.allyra-agent-detail-footer-nav a:hover {
  text-decoration: underline;
  color: var(--allyra-purple);
}

.allyra-agent-detail-footer-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--allyra-purple);
  flex-shrink: 0;
  margin: 0 4px;
}

.allyra-agent-detail-footer-copyright {
  margin: 0;
  text-align: center;
  font-size: 0.875rem;
  color: #6b6570;
}

@media (max-width: 992px) {
  .allyra-agent-detail-footer-grid {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 32px);
  }
}

@media (max-width: 480px) {
  .allyra-agent-detail-footer-content {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}

/* ========== Agent Page 2: "The Everyday Struggles" (Figma layout) ========== */
.allyra-page2 {
  background: #ffffff;
  color: var(--allyra-text);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.allyra-page2-header {
  width: 100%;
}

.allyra-page2-header .allyra-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
}

.allyra-page2-section {
  flex: 1;
  padding: 32px 0 64px;
}

.allyra-page2-container {
  max-width: 1100px;
}

.allyra-page2-title {
  margin: 0 0 40px;
  font-family: var(--allyra-font);
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

.allyra-page2-title strong {
  font-weight: 700;
}

.allyra-page2-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: start;
  margin-bottom: 48px;
}

/* Left: Figma – white card, rounded corners, drop shadow, purple inner border */
.allyra-page2-illustration-wrap {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 4px;
}

.allyra-page2-illustration-frame {
  position: absolute;
  inset: 4px;
  border: 2px solid #000000;
  box-shadow: inset 0 0 0 2px var(--allyra-purple);
  transform: skew(-2deg);
  border-radius: 8px;
  pointer-events: none;
}

.allyra-page2-illustration {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 6px;
  transform: skew(-2deg);
  background: #f5f5f5;
}

/* Right: struggle quotes in boxes */
.allyra-page2-struggles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.allyra-page2-struggle {
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 18px 20px;
  background: #ffffff;
}

.allyra-page2-struggle--highlight {
  background: var(--allyra-purple-gradient);
  border: 1px solid var(--allyra-purple);
  color: #ffffff;
}

.allyra-page2-struggle-text {
  margin: 0;
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
}

.allyra-page2-struggle--highlight .allyra-page2-struggle-text {
  color: #ffffff;
}

.allyra-page2-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.allyra-page2-cta {
  text-decoration: none;
}

@media (max-width: 900px) {
  .allyra-page2-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .allyra-page2-illustration-wrap {
    max-width: 100%;
  }

  .allyra-page2-title {
    margin-bottom: 28px;
  }
}

