.Home {
  min-height: 100vh;
  background: linear-gradient(165deg, #0f1729 0%, #2d1b4e 42%, #5c2d1a 78%, #c45c26 100%);
  color: #f8f4ef;
  overflow-x: hidden; }
  .Home__header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 200px;
    background: rgba(15, 23, 41, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(248, 244, 239, 0.08); }
  .Home__logo {
    position: relative;
    left: 0; }
    .Home__logo:before {
      display: block;
      content: ' ';
      overflow: hidden;
      width: 60px;
      height: 40px;
      background: url(//static.yaarolive.com/h5/logo.75b0a6ca81.webp) no-repeat center/contain; }
  .Home__hero {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: 48px 24px 32px;
    text-align: center; }
    .Home__hero::before {
      content: '';
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      width: 480px;
      height: 280px;
      background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.18) 0%, transparent 70%);
      pointer-events: none; }
  .Home__heroTitle {
    position: relative;
    margin: 0 0 20px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #fff8f0 0%, #fcd34d 55%, #fb923c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }
  .Home__heroSubtitle {
    position: relative;
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(248, 244, 239, 0.95); }
  .Home__heroIntro {
    position: relative;
    margin: 0 0 28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(248, 244, 239, 0.78); }
  .Home__heroCta {
    position: relative;
    display: flex;
    justify-content: center; }
  .Home__features {
    position: relative;
    max-width: 1024px;
    margin: 0 auto 64px;
    padding: 0 24px;
    box-sizing: border-box; }
  .Home__features-box {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 36px 40px 32px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
    color: #1e293b;
    min-height: 420px; }
  .Home__featuresGrid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 480px; }
  .Home__CardP {
    width: 100%;
    max-width: 480px;
    padding: 14px 16px 14px 20px;
    margin-bottom: 4px;
    border-radius: 12px;
    border-left: 3px solid var(--card-accent, #f59e0b);
    background: rgba(255, 255, 255, 0.6);
    transition: background 0.2s ease; }
    .Home__CardP:hover {
      background: rgba(255, 255, 255, 0.95); }
  .Home__CardTitle {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #1e293b; }
  .Home__CardContent {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    color: #475569; }
  .Home__CardTop {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(30, 41, 59, 0.12);
    max-width: 480px; }
  .Home__CardTitleH1 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #334155;
    font-style: italic; }
  .Home__featuresbtn {
    display: flex;
    align-items: center;
    margin-top: 20px; }
  .Home__featureBtn {
    width: 140px;
    height: 44px;
    cursor: pointer;
    object-fit: contain;
    transition: transform 0.2s ease; }
    .Home__featureBtn:hover {
      transform: scale(1.05); }
  .Home__featurePic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    max-width: 480px;
    pointer-events: none; }
    .Home__featurePic img {
      display: block;
      width: 100%;
      height: auto; }
  .Home__block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px 80px;
    box-sizing: border-box; }
  .Home__phoneMockup {
    flex-shrink: 0;
    width: 270px;
    height: 547px; }
    .Home__phoneMockup .carousel {
      width: 270px;
      height: 547px; }
  .Home__block-box {
    flex: 1;
    min-width: 0;
    max-width: 560px;
    padding: 28px 32px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(248, 244, 239, 0.12); }
  .Home__block_title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(248, 244, 239, 0.15); }
  .Home__block_title_left {
    flex: 1; }
    .Home__block_title_left h3 {
      margin: 0 0 8px;
      font-size: 22px;
      font-weight: 800;
      color: #f8f4ef; }
    .Home__block_title_left p {
      margin: 0;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.55;
      color: rgba(248, 244, 239, 0.8); }
  .Home__block_title_right {
    flex-shrink: 0;
    cursor: pointer; }
    .Home__block_title_right img {
      width: 125px;
      height: 40px;
      object-fit: contain;
      transition: transform 0.2s ease; }
    .Home__block_title_right:hover img {
      transform: scale(1.05); }
  .Home__CardB {
    margin-bottom: 18px;
    color: rgba(248, 244, 239, 0.9); }
    .Home__CardB .Home__CardTitle {
      color: #fcd34d;
      font-size: 15px; }
    .Home__CardB .Home__CardContent {
      color: rgba(248, 244, 239, 0.78);
      font-size: 14px;
      line-height: 1.55; }
    .Home__CardB--cta {
      margin-top: 8px;
      padding-top: 16px;
      border-top: 1px solid rgba(248, 244, 239, 0.12); }
      .Home__CardB--cta .Home__CardTitle {
        color: #f8f4ef;
        font-size: 16px;
        font-weight: 600; }
  .Home__footer {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px; }
  .Home__footerBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(248, 244, 239, 0.9); }
    .Home__footerBar a {
      color: #fcd34d;
      text-decoration: none;
      transition: color 0.2s ease; }
      .Home__footerBar a:hover {
        color: #f8f4ef; }
  .Home__companyInfo {
    margin-top: 24px;
    padding-bottom: 64px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: rgba(248, 244, 239, 0.45); }
  .Home__contact {
    position: relative;
    cursor: default;
    color: rgba(248, 244, 239, 0.9); }
  .Home__contactWrap {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, -100%);
    border-radius: 12px;
    background: #1e293b;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    padding: 20px 24px;
    color: #e2e8f0;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400; }

@media (max-width: 768px) {
  .Home__heroTitle {
    font-size: 28px; }
  .Home__heroSubtitle {
    font-size: 17px; }
  .Home__heroIntro {
    font-size: 15px; }
  .Home__features-box {
    padding: 24px 20px;
    min-height: auto; }
  .Home__featurePic {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 24px;
    pointer-events: auto; }
  .Home__features {
    margin-bottom: 48px; }
  .Home__block {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 48px; }
  .Home__phoneMockup {
    width: 220px;
    height: auto;
    margin-right: 0; }
    .Home__phoneMockup .carousel {
      width: 220px;
      height: 446px; }
  .Home__block_title {
    flex-direction: column;
    align-items: flex-start; }
  .Home__block-box {
    width: 100%;
    padding: 24px 20px; }
  .Home__footerBar {
    flex-direction: column;
    align-items: center;
    text-align: center; } }

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .carousel__slides {
    display: flex;
    transition: transform 0.5s ease-in-out; }
  .carousel__slide {
    min-width: 100%; }
    .carousel__slide img {
      width: 100%;
      height: auto; }
  .carousel__dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex; }
    .carousel__dots .carousel__dot {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      cursor: pointer; }
      .carousel__dots .carousel__dot.active {
        background-color: white; }


/*# sourceMappingURL=http://static.yaarolive.com/h5/page-Home.8b2d7d3650.css.map*/