/* =========================================
   RAWA Landing Page
   Themed with semantic design tokens
========================================= */
/* =========================================
   Brand Primitives
========================================= */
/* =========================================
   Neutral Primitives
========================================= */
/* =========================================
   Semantic Tokens
========================================= */
/* =========================================
   Mixins
========================================= */
/* =========================================
   Reset / Base
========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #f8fbfc;
  color: #0f172a;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* =========================================
   Global Layout
========================================= */
.site-wrapper {
  min-height: 100vh;
}

.container {
  width: min(1180px, 100% - 2rem);
  margin-inline: auto;
}

/* =========================================
   Reusable Components
========================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1;
  transition: 0.25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn--primary {
  background: #7a2e52;
  color: #ffffff;
}
.btn--primary:hover {
  background: #5f2340;
  transform: translateY(-1px);
}

.btn--secondary {
  background: transparent;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.14);
}
.btn--secondary:hover {
  background: rgba(15, 23, 42, 0.04);
}

/* =========================================
   Header
========================================= */
.site-header {
  position: sticky;
  top: 16px;
  z-index: 100;
  padding: 0;
  background: transparent;
  border-bottom: none;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 18px;
  background: rgba(248, 251, 252, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.site-logo {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1324;
  width: 120px;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.site-nav__list a {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 500;
}
.site-nav__list a:hover {
  color: #7a2e52;
}

.nav-cta {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(122, 46, 82, 0.08);
  color: #7a2e52 !important;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 14px;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #0b1324;
  margin: 4px auto;
  border-radius: 999px;
  transition: 0.25s ease;
}

/* =========================================
   Hero Section
========================================= */
.hero-section {
  padding: 5rem 0;
  padding-top: 2rem;
}

.hero-section__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2rem;
  align-items: center;
}

.hero-content {
  max-width: 620px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #f8eef3;
  color: #7a2e52;
  font-size: 0.86rem;
  font-weight: 600;
}

.hero-content h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #0b1324;
}

.hero-text {
  margin: 0;
  max-width: 56ch;
  color: #5b6475;
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.hero-points li {
  position: relative;
  padding-left: 1rem;
  color: #5b6475;
  font-size: 0.95rem;
}
.hero-points li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7a2e52;
}

/* =========================================
   Hero Visual
========================================= */
.hero-visual {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.hero-card--main {
  width: min(100%, 460px);
  padding: 1.5rem;
}

.hero-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.hero-card__label {
  font-size: 0.85rem;
  color: #5b6475;
}

.hero-card__value {
  color: #7a2e52;
  font-weight: 700;
}

.hero-chart {
  height: 180px;
  display: flex;
  align-items: end;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}
.hero-chart span {
  flex: 1;
  border-radius: 999px 999px 14px 14px;
  background: linear-gradient(180deg, rgba(122, 46, 82, 0.28) 0%, rgba(122, 46, 82, 0.9) 100%);
}
.hero-chart span:nth-child(1) {
  height: 38%;
}
.hero-chart span:nth-child(2) {
  height: 52%;
}
.hero-chart span:nth-child(3) {
  height: 78%;
}
.hero-chart span:nth-child(4) {
  height: 64%;
}
.hero-chart span:nth-child(5) {
  height: 88%;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.hero-stat {
  padding: 1rem;
  border-radius: 18px;
  background: #f4f6f8;
}
.hero-stat strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
  color: #0b1324;
}
.hero-stat span {
  color: #5b6475;
  font-size: 0.9rem;
}

.hero-card--floating {
  position: absolute;
  padding: 1rem 1.1rem;
  min-width: 180px;
}

.hero-card--floating strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.25rem;
  color: #0b1324;
}

.hero-card--small {
  top: 1.25rem;
  right: 0;
}

.hero-card--mini {
  bottom: 2rem;
  left: 0;
}

/* =========================================
   Shared Section Heading
========================================= */
.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
}
.section-heading h2 {
  margin: 0.75rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0b1324;
}
.section-heading p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.85;
  color: #5b6475;
}

.section-heading--center {
  text-align: center;
}

.section-eyebrow {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: #f8eef3;
  color: #7a2e52;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* =========================================
   Services Section
========================================= */
.services-section {
  padding: 6rem 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.08);
}
.service-card h3 {
  margin: 1rem 0 0.8rem;
  font-size: 1.2rem;
  color: #0b1324;
}
.service-card p {
  margin: 0;
  color: #5b6475;
  line-height: 1.8;
}

.service-card__number {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8eef3;
  color: #7a2e52;
  font-weight: 800;
  font-size: 1rem;
}

/* =========================================
   Solutions Section
========================================= */
.solutions-section {
  padding: 6rem 0;
}

.solutions-section__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.solutions-content h2 {
  margin: 0.75rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0b1324;
}
.solutions-content p {
  margin: 0;
  max-width: 58ch;
  color: #5b6475;
  line-height: 1.9;
}

.solutions-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.solution-item {
  padding: 1.25rem 1.35rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.04);
}
.solution-item strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #0b1324;
  font-size: 1rem;
}
.solution-item span {
  display: block;
  color: #5b6475;
  line-height: 1.75;
  font-size: 0.96rem;
}

.solutions-panel {
  display: flex;
  justify-content: center;
}

.solutions-panel__card {
  width: min(100%, 430px);
  padding: 1.75rem;
  border-radius: 30px;
  background: linear-gradient(180deg, #0f172a 0%, #162033 100%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
}

.solutions-panel__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.solutions-panel__row:last-child {
  border-bottom: none;
}
.solutions-panel__row span {
  color: rgba(255, 255, 255, 0.72);
}
.solutions-panel__row strong {
  color: #ffffff;
  font-size: 1.02rem;
}

/* =========================================
   About Section
========================================= */
.about-section {
  padding: 6rem 0;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.about-card {
  padding: 2rem;
  border-radius: 28px;
  background: #f4f6f8;
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.about-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  color: #0b1324;
}
.about-card p {
  margin: 0;
  color: #5b6475;
  line-height: 1.8;
}

/* =========================================
   Testimonials Section
========================================= */
.testimonials-section {
  padding: 6rem 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.testimonial-card {
  padding: 2rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}
.testimonial-card p {
  margin: 0 0 1.25rem;
  color: #5b6475;
  line-height: 1.9;
}
.testimonial-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: #0b1324;
}
.testimonial-card span {
  color: #7a2e52;
  font-size: 0.92rem;
  font-weight: 600;
}

/* =========================================
   CTA Section
========================================= */
.cta-section {
  padding: 2rem 0 6rem;
}

.cta-box {
  padding: 3rem;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(122, 46, 82, 0.1), rgba(122, 46, 82, 0.03));
  border: 1px solid rgba(122, 46, 82, 0.16);
  text-align: center;
}
.cta-box h2 {
  margin: 1rem auto;
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0b1324;
}
.cta-box p {
  max-width: 60ch;
  margin: 0 auto;
  color: #5b6475;
  line-height: 1.9;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

/* =========================================
   Footer Section
========================================= */
.site-footer {
  padding: 5rem 0 2rem;
  background: #0f172a;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__brand {
  max-width: 420px;
}
.site-footer__brand p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.9;
}

.site-footer__logo {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.footer-column h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #ffffff;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}
.footer-column a {
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.25s ease;
}
.footer-column a:hover {
  color: #ffffff;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
}
.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
}

.back-to-top {
  color: #7a2e52;
  font-weight: 600;
}
.back-to-top:hover {
  color: #ffffff;
}

/* =========================================
   Responsive Adjustments
========================================= */
/* =========================================
   Responsive Styles
   Keeps the layout clean across desktop, tablet, and mobile
========================================= */
/* =========================================
   Large Screens
========================================= */
@media (max-width: 1200px) {
  .container {
    width: min(100% - 2rem, 1100px);
    padding: 10px;
  }
  .hero-section__grid {
    gap: 3rem;
  }
  .hero-content h1 {
    font-size: clamp(3.4rem, 7vw, 5.1rem);
  }
  .section-heading h2,
  .solutions-content h2,
  .cta-box h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
  }
}
/* =========================================
   Medium Screens
========================================= */
@media (max-width: 992px) {
  .site-header {
    position: relative;
    z-index: 50;
  }
  .site-header__inner {
    gap: 1rem;
    flex-wrap: nowrap;
    position: relative;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 60;
  }
  .site-nav__list {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    width: 100%;
    margin-top: 0;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  }
  .site-nav__list.is-open {
    display: flex;
  }
  .site-nav__list li,
  .site-nav__list a {
    width: 100%;
  }
  .site-nav__list a {
    display: inline-flex;
  }
  .site-nav__list .nav-cta {
    justify-content: center;
  }
  .hero-section {
    padding: 2.5rem 0 4rem;
  }
  .hero-section__grid,
  .solutions-section__grid,
  .services-grid,
  .about-grid,
  .testimonials-grid,
  .site-footer__top,
  .site-footer__links {
    grid-template-columns: 1fr !important;
  }
  .hero-section__grid {
    gap: 2.75rem;
  }
  .hero-content,
  .solutions-content,
  .solutions-panel,
  .hero-visual {
    max-width: 100%;
    width: 100%;
  }
  .hero-content h1 {
    max-width: 11ch;
    font-size: clamp(2.9rem, 8vw, 4.4rem);
  }
  .hero-text {
    max-width: 58ch;
  }
  .section-heading {
    margin-bottom: 2.25rem;
  }
  .section-heading h2,
  .solutions-content h2,
  .cta-box h2 {
    font-size: clamp(1.85rem, 5vw, 2.5rem);
  }
  .services-section,
  .solutions-section,
  .about-section,
  .testimonials-section {
    padding: 4.75rem 0;
  }
  .cta-section {
    padding: 0.75rem 0 4.75rem;
  }
  .cta-actions {
    flex-direction: column;
    align-items: center;
  }
  .cta-actions .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  .hero-card--floating.hero-card--small {
    top: auto;
    right: auto;
  }
  .hero-card--floating.hero-card--mini {
    bottom: auto;
    left: auto;
  }
}
/* =========================================
   Tablet Screens
========================================= */
@media (max-width: 768px) {
  .container {
    width: min(100% - 1.25rem, 100%);
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .site-logo {
    font-size: 1.45rem;
  }
  .hero-section {
    padding: 1.75rem 0 3.5rem;
  }
  .hero-content h1 {
    max-width: 9ch;
    font-size: clamp(2.45rem, 10vw, 3.7rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }
  .hero-text,
  .section-heading p,
  .solutions-content p,
  .cta-box p,
  .service-card p,
  .about-card p,
  .testimonial-card p,
  .solution-item span {
    font-size: 0.98rem;
    line-height: 1.75;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .hero-points {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
  .hero-visual {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }
  .hero-card--main {
    padding: 1.35rem;
    border-radius: 24px;
  }
  .hero-chart {
    gap: 0.65rem;
    min-height: 160px;
  }
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .hero-card--floating {
    position: static !important;
    width: 100%;
    margin-top: 0;
  }
  .service-card,
  .about-card,
  .testimonial-card,
  .solution-item,
  .solutions-panel__card,
  .cta-box {
    width: 100%;
    max-width: 100%;
  }
  .service-card,
  .about-card,
  .testimonial-card,
  .solution-item {
    padding: 1.35rem;
  }
  .solutions-panel {
    margin-top: 0.5rem;
  }
  .solutions-panel__card,
  .cta-box {
    padding: 1.65rem;
    border-radius: 22px;
  }
  .testimonials-grid,
  .services-grid,
  .about-grid {
    gap: 1rem;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* =========================================
   Mobile Screens
========================================= */
@media (max-width: 576px) {
  .container {
    width: min(100% - 1rem, 100%);
  }
  .site-header__inner {
    padding: 0.15rem 0;
  }
  .site-logo {
    font-size: 1.3rem;
  }
  .nav-toggle {
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
  }
  .site-nav {
    top: calc(100% + 0.6rem);
  }
  .site-nav__list {
    padding: 0.9rem;
    border-radius: 18px;
  }
  .site-nav__list a {
    font-size: 0.96rem;
  }
  .hero-badge,
  .section-eyebrow {
    font-size: 0.74rem;
    padding: 0.36rem 0.65rem;
  }
  .hero-content h1 {
    font-size: clamp(2.1rem, 11vw, 3rem);
    max-width: 8ch;
  }
  .hero-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .section-heading {
    margin-bottom: 1.85rem;
  }
  .section-heading h2,
  .solutions-content h2,
  .cta-box h2 {
    font-size: 1.65rem;
    line-height: 1.08;
  }
  .services-section,
  .solutions-section,
  .about-section,
  .testimonials-section {
    padding: 3.75rem 0;
  }
  .cta-section {
    padding: 0.25rem 0 3.75rem;
  }
  .hero-card--main,
  .service-card,
  .about-card,
  .testimonial-card,
  .solution-item,
  .solutions-panel__card,
  .cta-box {
    padding: 1.15rem;
    border-radius: 18px;
  }
  .hero-stat {
    padding: 0.9rem;
  }
  .service-card__number {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 0.9rem;
  }
  .site-footer {
    padding: 3.5rem 0 1.75rem;
  }
  .site-footer__top {
    gap: 1.75rem;
  }
  .site-footer__brand p,
  .footer-column a,
  .site-footer__bottom p {
    font-size: 0.94rem;
  }
}
/* =========================================
   Small Mobile Screens
========================================= */
@media (max-width: 420px) {
  .hero-content h1 {
    font-size: clamp(1.95rem, 11.5vw, 2.7rem);
  }
  .hero-text,
  .section-heading p,
  .solutions-content p,
  .cta-box p,
  .service-card p,
  .about-card p,
  .testimonial-card p,
  .solution-item span {
    font-size: 0.92rem;
    line-height: 1.68;
  }
  .section-heading h2,
  .solutions-content h2,
  .cta-box h2 {
    font-size: 1.5rem;
  }
  .hero-card--main,
  .service-card,
  .about-card,
  .testimonial-card,
  .solution-item,
  .solutions-panel__card,
  .cta-box {
    padding: 1rem;
  }
  .site-nav__list {
    gap: 0.75rem;
  }
}

/*# sourceMappingURL=style.css.map */
