

:root {
    --one-sky: #0ea5e9;
    --one-sky-light: #38bdf8;
    --one-sky-dim: rgba(14, 165, 233, 0.2);
}

.one-hero {
    position: relative;
    padding: 7.5rem 0 5rem;
    background-color: #f8f9fa;
    min-height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #1a1a1a;
}

.hero-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-one-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    filter: grayscale(100%);
}

.hero-one-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(to right, rgba(255,255,255,1) 30%, rgba(255,255,255,0.6) 60%, rgba(14, 165, 233, 0.2) 100%);
}

.hero-waves-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
}

.hero-tag-one {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    background-color: rgba(14, 165, 233, 0.1);
    color: var(--one-sky);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    border: 1px solid rgba(14, 165, 233, 0.2);
}

.hero-tag-dot {
    width: 8px;
    height: 8px;
    background-color: var(--one-sky);
    border-radius: 50%;
}

.hero-title-one {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

.hero-title-one span {
    color: #555;
}

.hero-desc-one {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 2.5rem;
    max-width: 600px;
    font-weight: 300;
}

.btn-primary-one {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #0ea5e9;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary-one:hover {
    background-color: #0284c7;
    color: white;
}

.btn-secondary-one {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    color: #1a1a1a;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
}

.btn-secondary-one:hover {
    background-color: rgba(0,0,0,0.05);
    color: black;
}

.hero-image-one {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-image-one img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 0 50px rgba(14, 165, 233, 0.3));
}

@media (max-width: 991px) {
    .hero-title-one {
        font-size: 2.5rem;
    }
    .one-hero {
        padding: 5.6rem 0 3.5rem;
        min-height: 62vh;
        text-align: center;
    }
    .hero-desc-one {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-image-one {
        margin-top: 2.5rem;
    }
}

.text-one-blue {
    color: #0ea5e9 !important;
}

.btn-one-blue {
  display: inline-flex;
  border-radius: 36px;
  background: #0ea5e9;
  padding: 4px 4px 4px 16px;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.btn-one-blue span {
    color: white;
}

.btn-one-blue .arrow {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  transition: all 0.5s ease;
}

.btn-one-blue .arrow img {
    width: 12px;
}

.btn-one-blue:hover {
    color: white;
    background: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(14, 165, 233, 0.4);
}

.btn-one-blue:hover .arrow {
  transform: rotate(45deg);
  background: #fff;
  margin-left: 10px;
}

.one-page .one-hero {
    padding: 8rem 0 5.8rem;
}

.one-page .hero-tag-one {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    font-weight: 700;
}

.one-page .hero-title-one {
    font-size: clamp(3.35rem, 5vw, 5rem);
    line-height: 0.94;
    letter-spacing: -0.05em !important;
    margin-bottom: 1.2rem;
    max-width: 10.5ch;
    text-wrap: balance;
}

.one-page .hero-title-one span {
    display: block;
    margin-top: 0.45rem;
    font-size: clamp(2rem, 3vw, 2.95rem);
    line-height: 1.02;
    letter-spacing: -0.035em !important;
    color: #4b5563;
}

.one-page .hero-desc-one {
    max-width: 34rem;
    font-size: 1.08rem;
    line-height: 1.82;
    font-weight: 400;
    color: #475569;
}

.one-page .one-intro-section {
    padding: 0.4rem 0 1.6rem;
}

.one-page .one-eyebrow {
    margin-bottom: 1rem;
    font-size: 0.78rem;
    font-weight: 700 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase;
}

.one-page .one-section-title {
    font-size: clamp(2.3rem, 3.4vw, 3.55rem);
    line-height: 1.02;
    letter-spacing: -0.045em !important;
    margin-bottom: 1.15rem;
    max-width: 12ch;
    text-wrap: balance;
}

.one-page .one-intro-section p {
    max-width: none;
}

.one-page .one-intro-lead {
    font-size: 1.06rem;
    line-height: 1.9;
    color: #334155;
}

.one-page .one-intro-body {
    font-size: 0.98rem;
    line-height: 1.92;
    color: #64748b;
}

.one-page .one-intro-body-col {
    padding-top: clamp(6.8rem, 9vw, 8.6rem);
}

.one-page .one-intro-lead strong,
.one-page .one-intro-body strong {
    color: #0f172a;
    font-weight: 600;
}

@media (max-width: 991px) {
    .one-page .one-hero {
        padding: 6rem 0 4rem;
    }

    .one-page .hero-title-one {
        max-width: none;
        margin-inline: auto;
    }

    .one-page .one-intro-section {
        padding: 0 0 1rem;
    }

    .one-page .one-section-title {
        max-width: none;
    }

    .one-page .one-intro-lead,
    .one-page .one-intro-body {
        font-size: 1rem;
        line-height: 1.82;
    }

    .one-page .one-intro-body-col {
        padding-top: 0;
    }
}
