/** Shopify CDN: Minification failed

Line 325:10 Unexpected "{"
Line 325:19 Expected ":"
Line 326:16 Expected identifier but found whitespace
Line 326:18 Unexpected "{"
Line 326:27 Expected ":"
Line 326:53 Expected ":"
Line 327:19 Expected identifier but found whitespace
Line 327:21 Unexpected "{"
Line 327:30 Expected ":"
Line 327:59 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:landing-verao (INDEX:20) */
.coral-landing {
    --oceano: #0C1B2E;
    --coral: #E8473F;
    --crema: #F7F3DC;
    --crema-oscura: #EDE7C8;
    --aqua: #22B8CF;
    --sol: #F2B84B;

    max-width: 480px;
    margin: 0 auto;
    background: var(--crema);
    font-family: 'Jost', sans-serif;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(12,27,46,0.08);
  }

  @media (min-width: 700px) {
    .coral-landing {
      margin: 32px auto;
      border-radius: 18px;
    }
  }

  /* ===== HERO ===== */
  .coral-landing__hero {
    position: relative;
    height: 46vh;
    min-height: 280px;
    max-height: 420px;
    overflow: hidden;
    background: var(--oceano);
  }

  .coral-landing__hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 70%;
  }

  .coral-landing__hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
      rgba(12,27,46,0.45) 0%,
      rgba(12,27,46,0.05) 30%,
      rgba(12,27,46,0.0) 55%,
      rgba(12,27,46,0.55) 100%);
  }

  .coral-landing__hero-logo {
    position: absolute;
    top: 16px;
    left: 18px;
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
    z-index: 3;
  }

  .coral-landing__hero-tag {
    position: absolute;
    top: 60px;
    right: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--crema);
    opacity: 0.9;
    z-index: 3;
  }

  .coral-landing__dot {
    width: 5px; height: 5px;
    background: var(--coral);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(232,71,63,0.3);
    display: inline-block;
  }

  .coral-landing__headline {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 22px;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.05;
    color: var(--crema);
    text-shadow: 0 2px 16px rgba(12,27,46,0.4);
    z-index: 3;
    margin: 0;
  }

  .coral-landing__wave {
    display: block;
    width: 100%;
    height: 16px;
    margin-top: -1px;
  }

  /* ===== WELCOME / CODE ===== */
  .coral-landing__welcome {
    padding: 22px 24px;
    text-align: center;
    background: var(--crema);
  }

  .coral-landing__lead {
    font-size: 11px;
    color: var(--oceano);
    opacity: 0.6;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
  }

  .coral-landing__badge-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .coral-landing__badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: var(--coral);
    color: var(--crema);
    box-shadow: 0 8px 20px rgba(232,71,63,0.3);
    flex-shrink: 0;
  }

  .coral-landing__badge-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 1;
  }

  .coral-landing__badge-lbl {
    font-size: 8px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-top: 3px;
  }

  .coral-landing__code-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .coral-landing__code-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    background: var(--oceano);
    border-radius: 18px;
  }

  .coral-landing__code-lbl {
    font-size: 8px;
    color: var(--crema);
    opacity: 0.7;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .coral-landing__code-val {
    font-size: 12px;
    font-weight: 600;
    color: var(--sol);
    letter-spacing: 0.16em;
  }

  .coral-landing__code-sub {
    font-size: 9px;
    color: var(--oceano);
    opacity: 0.55;
    text-align: left;
    max-width: 140px;
    line-height: 1.3;
  }

  /* ===== CHOICES ===== */
  .coral-landing__choices {
    background: var(--crema-oscura);
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .coral-landing__choice-lead {
    text-align: center;
    font-size: 11px;
    color: var(--oceano);
    opacity: 0.6;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
  }

  .coral-landing__card {
    background: var(--crema);
    border-radius: 16px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 2px 10px rgba(12,27,46,0.06);
    border: 1px solid rgba(12,27,46,0.06);
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }

  .coral-landing__card:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(12,27,46,0.1);
  }

  .coral-landing__card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .coral-landing__card-icon--coral { background: rgba(232,71,63,0.12); }
  .coral-landing__card-icon--aqua  { background: rgba(34,184,207,0.14); }

  .coral-landing__card-text { flex: 1; min-width: 0; }

  .coral-landing__card-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 18px;
    color: var(--oceano);
    line-height: 1.1;
  }

  .coral-landing__card-sub {
    font-size: 10px;
    color: var(--oceano);
    opacity: 0.6;
    margin-top: 2px;
  }

  .coral-landing__card-arrow {
    font-size: 17px;
    color: var(--oceano);
    opacity: 0.35;
    flex-shrink: 0;
  }

  /* ===== FOOTER ===== */
  .coral-landing__footer {
    background: var(--oceano);
    padding: 18px 24px 24px;
    text-align: center;
    color: var(--crema);
  }

  .coral-landing__garantia {
    font-size: 10.5px;
    letter-spacing: 0.05em;
    opacity: 0.85;
  }

  .coral-landing__garantia strong {
    font-weight: 600;
    color: var(--sol);
  }

  .coral-landing__url {
    font-size: 8.5px;
    color: var(--aqua);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-top: 7px;
  }
/* END_SECTION:landing-verao */

/* CSS from block stylesheet tags */
/* START_BLOCK:ai_gen_block_8bbf44d (INDEX:55) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
/* END_BLOCK:ai_gen_block_8bbf44d */