   /* PERK BANNER -------------------------------------------------------- */

.perk-section {
    border-radius: 20px;
    padding: 1.5rem 1.75rem;
    background:
        radial-gradient(circle at top left, #3c63e6, transparent 55%),
        linear-gradient(120deg, var(--brand-navy), #3c63e6);
    color: #f9fafb;
    box-shadow: 0 18px 40px rgba(8, 23, 31, 0.35);
    position: relative;
    overflow: hidden;
}

/* subtle glow at bottom */
.perk-section::after {
    content: "";
    position: absolute;
    inset: auto 15% -30px 15%;
    height: 40px;
    background: radial-gradient(circle, rgba(8,23,31,0.4), transparent 70%);
    opacity: 0.8;
    pointer-events: none;
}

/* LEFT SIDE TEXT */
.perk-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fefefe;
    flex-shrink: 0;
}

.perk-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.14);
    border: 1px solid rgba(45, 212, 191, 0.6);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #e0f2f1;
}

.perk-pill .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.35);
}

.perk-title {
    font-size: 0.95rem;
    color: #e5f0ff;
}

.perk-text {
    font-size: 0.8rem;
    color: #d1e5ff;
}

/* RIGHT SIDE CREDIT CARD */
.perk-credit-card {
    border-radius: 18px;
    background: #ffffff;
    padding: 1.4rem 1.2rem 1.3rem;
    box-shadow: 0 14px 38px rgba(8, 23, 31, 0.25);
    position: relative;
    overflow: hidden;
}

.perk-credit-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at top, rgba(93, 128, 181, 0.15), transparent 60%);
    opacity: 0.9;
    pointer-events: none;
}

.perk-credit-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.1);
    color: #15803d;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid rgba(34, 197, 94, 0.5);
}

.perk-value {
    color: var(--brand-navy);
}

.perk-amount {
    font-size: 2rem;
    font-weight: 800;
}

.perk-period {
    font-size: 0.9rem;
    margin-left: 4px;
}

.perk-tagline {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2563eb;
}


.perk-value {
    color: var(--brand-navy);
}

.perk-amount {
    font-size: 2rem;
    font-weight: 800;
}

.perk-period {
    font-size: 0.9rem;
    margin-left: 4px;
}

.perk-tagline {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2563eb;
}
.plan-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff7b2c;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-bottom-left-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.credit-applied-wrap {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    background: #f8fafc;
    border-radius: 18px;
    margin-top: 30px;
}

.credit-card {
    background: linear-gradient(180deg, #f2f7ff 0%, #ffffff 40%);
    width: 100%;
    max-width: 420px;
    border-radius: 18px;
    padding: 28px 24px 32px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(32, 55, 108, 0.12);
    border: 1px solid #e6edff;
}

.credit-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    border-radius: 999px;
    background: #e9f8ef;
    color: #2f9e5b;
    margin-bottom: 14px;
}

.credit-title {
    font-weight: 600;
    color: #6c7da6;
    font-size: 15px;
    margin-bottom: 18px;
}

.credit-price {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
    color: #3f6fff;
}

.credit-price .price-main {
    font-size: 58px;
    font-weight: 800;
    line-height: 1;
}

.credit-price .price-meta {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding-top: 6px;
}

.credit-provider {
    font-size: 14px;
    color: #8a94b8;
    margin-top: 4px;
    margin-bottom: 12px;
}

.credit-logo img {
    height: 20px;
    object-fit: contain;
}



:root {
    --brand-dark:    #08171F;
    --brand-navy:    #20376C;
    --brand-blue:    #5D80B5;
    --brand-accent:  #2F6BFF;
}

/* MAIN BANNER ----------------------------------------------------- */



/* soft bottom glow */
.perk-section::after {
    content: "";
    position: absolute;
    inset: auto 15% -30px 15%;
    height: 40px;
    background: radial-gradient(circle, rgba(8,23,31,0.4), transparent 70%);
    opacity: 0.7;
    pointer-events: none;
}

/* LEFT SIDE TEXT -------------------------------------------------- */

.perk-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fefefe;
    flex-shrink: 0;
}

.perk-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.14);
    border: 1px solid rgba(45, 212, 191, 0.6);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #e0f2f1;
}

.perk-pill .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.35);
}

.perk-title {
    font-size: 0.95rem;
    color: #e5f0ff;
}

.perk-text {
    font-size: 0.8rem;
    color: #d1e5ff;
}


.perk-heading{
    font-size: 2.5rem;
    font-weight: bolder;
}
/* RIGHT SIDE – OUTER CARD SHELL ---------------------------------- */

.perk-credit-outer {
    background: linear-gradient(180deg, #f3f7ff 0%, #eef3ff 100%);
    padding: 18px;
    border-radius: 22px;
    box-shadow: 0 22px 38px rgba(8, 23, 31, 0.45);
}

/* INNER CREDIT CARD (matches screenshot) ------------------------- */

.credit-card {
    background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 45%);
    border-radius: 18px;
    padding: 24px 28px 28px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(32, 55, 108, 0.16);
    border: 1px solid #e6edff;
}

/* badge */

.credit-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .6
    px;
    border-radius: 999px;
    background: #e9f8ef;
    color: #2f9e5b;
    margin-bottom: 10px;
}

/* title */

.credit-title {
    font-weight: 600;
    color: #6c7da6;
    font-size: 14px;
    margin-bottom: 16px;
}

/* price */

.credit-price {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--brand-accent);
}

.credit-price .price-main {
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
}

.credit-price .price-meta {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding-top: 6px;
}

/* provider + logo */

.credit-provider {
    font-size: 13px;
    color: #8a94b8;
    margin-top: 4px;
    margin-bottom: 12px;
}




.price-row {
    display: flex;
    align-items: flex-start; /* aligns $99 with the text block */
    justify-content: center;
    gap: 8px;
}

.price-main {
    font-size: 64px;
    font-weight: 800;
    color: #3b82f6; /* bright blue */
    line-height: 1;
}

.price-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
    margin-top: 6px; /* THIS aligns month & value visually */
}

.price-month {
    font-size: 20px;
    color: #3b82f6;
    font-weight: 500;
}

.price-value {
    font-size: 20px;
    color: #3b82f6;
    font-weight: 600;
}


.omega-light-wrapper {
  padding: 60px 20px;
  background: #f8fafc;
  display: flex;
  justify-content: center;
}

.omega-light-card {
  width: 100%;
  max-width: 980px;
  background: #ffffff;
  padding: 36px 40px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border: 1px solid #e5e7eb;
}

.omega-light-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #0f172a;
}

.omega-light-title span {
  color: #2563eb;
}

.omega-light-form {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  align-items: end;
}

.omega-light-group label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  color: #475569;
}

.TopBanner{
    background: linear-gradient(90deg, #3c63e6, #2f55d4); padding: 8px 0;
}

 .card {
    border-radius: 12px;
}

.card hr {
    margin: 0.8rem 0;
}

.badge {
    font-size: 11px;
    padding: 6px 10px;
}

mark {
    background: #fff3a6;
    padding: 2px 4px;
}
.card {
    display: flex;
    flex-direction: column;
}

.card .d-flex.justify-content-between {
    margin-top: auto;
}

.options-hero .card {
    border-radius: 12px;
}

.options-hero .chart-main {
    width: 100%;
    max-width: 520px;
}

.options-hero .chart-mini-top {
    position: absolute;
    right: 30px;
    top: -40px;
    width: 220px;
}

.options-hero .chart-mini-bottom {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 320px;
}

@media (max-width: 991.98px) {
    .options-hero {
        padding: 80px 0;
    }
    .options-hero .chart-main,
    .options-hero .chart-mini-top,
    .options-hero .chart-mini-bottom {
        position: static;
        max-width: 100%;
        width: 100%;
        margin-bottom: 1rem;
    }
}

.circle-perks {
color: #22c55e; 
}

.faq-accordion {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}


.image-stack {
    position: relative;
    width: 100%;
    height: 440px;
}

/* Shared styles */
.image-stack-item {
    position: absolute;
    width: 70%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.image-stack-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* TOP image (first, highest priority) */
.image-stack .item-1 {
    top: 0;
    left: 0;
    z-index: 3;
}

/* MIDDLE image */
.image-stack .item-2 {
    top: 30%;
    left: 15%;
    z-index: 2;
}

/* BOTTOM image */
.image-stack .item-3 {
    top: 60%;
    left: 30%;
    z-index: 1;
}

/* Responsive adjustment */
@media (max-width: 991px) {
    .image-stack {
        height: 380px;
    }

    .image-stack-item {
        width: 85%;
    }
}

/* DESKTOP HEADER LAYOUT
   Logo  |  NAV LINKS (center/fill)  |  Auth buttons
-----------------------------------------------------*/
@media (min-width: 992px) {
    #topnav .container {
        display: flex;
        align-items: center;
    }

    /* 1) Logo first */
    #topnav .logo {
        order: 0;
        margin-right: 32px;
        display: flex;
        align-items: center;
    }

    /* 2) Navigation in the middle, takes remaining space */
    #navigation {
        order: 1;
        flex: 1 1 auto;
    }

    #navigation .navigation-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        margin: 0;
        padding: 0;
    }

    /* 3) Sign In / Trial buttons on the far right */
    #topnav .buy-button {
        order: 2;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 0 24px; /* left space from nav */
    }

    #topnav .buy-button .btn {
        margin: 0;
    }

    /* 4) Burger menu: desktop = tago, mobile = default */
    #topnav .menu-extras {
        order: 3;
        display: none; /* hide burger on desktop */
    }
}

/* MOBILE: default template behavior; desktop-only rules above
   so no need to touch the layout here. */
/* MID-DESKTOP FIX: 994px–1194px
   Reduce spacing + button size so everything fits cleanly
----------------------------------------------------------*/
@media (min-width: 994px) and (max-width: 1194px) {

  /* give a bit more usable space */
  #topnav .logo {
    margin-right: 16px; /* from 32px */
  }

  #navigation .navigation-menu{
    gap: 18px; /* from 32px */
  }

  /* make nav links slightly tighter */
  #navigation .navigation-menu > li > a{
    padding: 10px 8px;   /* reduces width footprint */
    font-size: 13px;     /* optional but helps */
  }

  /* tighten buttons so they don't push layout */
  #topnav .buy-button{
    gap: 6px;
    margin-left: 14px; /* from 24px */
    white-space: nowrap;
  }

  #topnav .buy-button .btn{
    padding: 8px 12px;  /* smaller button */
    font-size: 13px;
    line-height: 1.1;
  }
}

/* Optional: if you still see squeezing, allow buttons to wrap to 2 lines */
@media (min-width: 994px) and (max-width: 1100px) {
  #topnav .buy-button{
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 240px; /* controls wrap behavior */
  }
}


.image-stack-3 {
  position: relative;
  width: 100%;
  min-height: 420px;
}

.image-stack-3 .stack-img {
  position: absolute;
  width: 70%;
  max-width: 520px;
}

.image-stack-3 .img-1 {
  top: 0;
  right: 10%;
  z-index: 1;
}

.image-stack-3 .img-2 {
  top: 80px;
  right: 0;
  z-index: 2;
}

.image-stack-3 .img-3 {
  top: 160px;
  right: 18%;
  z-index: 3;
}

/* MOBILE STACK */
@media (max-width: 991.98px) {
  .image-stack-3 {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .image-stack-3 .stack-img {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
.image-cascade-wrap{
  display:flex;
  justify-content:center;
}

.image-cascade{
  position:relative;
  width:min(820px, 100%);
  min-height:520px;          /* adjust if needed */
}

/* common style sa screenshots */
.image-cascade .cascade-img{
  position:absolute;
  width:min(720px, 92%);
  border-radius:14px;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  background:#fff;
}

/* top/front card */
.image-cascade .img-1{
  z-index:3;
  top:0;
  left:0;
}

/* mid card (behind) */
.image-cascade .img-2{
  z-index:2;
  top:130px;
  left:90px;                 /* offset pa-right */
  opacity:.98;
}

/* back/bottom card */
.image-cascade .img-3{
  z-index:1;
  top:260px;
  left:160px;                /* more offset */
  opacity:.96;
}

/* responsive: dili mag-lapaw / mahimo vertical stack */
@media (max-width: 991.98px){
  .image-cascade{
    min-height:auto;
    display:grid;
    gap:16px;
  }
  .image-cascade .cascade-img{
    position:static;
    width:100%;
    opacity:1;
  }
}







 :root{
    --tat-bg: #ffffff;
    --tat-text: #0b1220;
    --tat-muted: #5b6474;

    --tat-primary: #2f5bff; /* close to your button blue */
    --tat-primary-2: #7c3aed; /* optional accent */
    --tat-danger: #ef4444;
    --tat-border: rgba(15, 23, 42, .12);

    --tat-shadow: 0 16px 50px rgba(2, 6, 23, .12);
  }

  *{ box-sizing: border-box; }

  .tat-hero2{
    background: var(--tat-bg);
    color: var(--tat-text);
    padding: clamp(28px, 4.5vw, 70px) 16px;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  }

  .tat-hero2__container{
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: clamp(18px, 3vw, 32px);
    justify-items: center;
    text-align: center;
  }

  .tat-hero2__headline{
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.14;
    font-size: clamp(30px, 4vw, 44px);
  }

  .tat-hero2__markets{
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: .06em;
    font-size: 12px;
    color: rgba(11, 18, 32, .85);
  }

  .tat-hero2__sub{
    margin: 14px 0 0;
    max-width: 62ch;
    color: var(--tat-muted);
    line-height: 1.6;
    font-size: 14px;
  }

  .tat-hero2__cta{
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }

  .tat-btn2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid var(--tat-border);
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
    box-shadow: 0 8px 18px rgba(2, 6, 23, .08);
  }

  .tat-btn2--primary{
    color: #fff;
    border-color: rgba(47, 91, 255, .35);
    background: var(--tat-primary);
  }

  .tat-btn2:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(2, 6, 23, .12);
  }

  /* Visual wrapper */
  .tat-hero2__visual{
    width: min(980px, 100%);
  }

  .tat-laptop{
    margin: 0;
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: visible; /* allow callouts to float */
  }

  .tat-laptop__img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: var(--tat-shadow);
  }

  /* Callouts */
  .tat-tag{
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    text-align: left;
    border: 1px solid rgba(15, 23, 42, .14);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 9px 10px;
    min-width: min(250px, 58vw);
    max-width: min(320px, 70vw);
    box-shadow: 0 14px 30px rgba(2, 6, 23, .14);
    cursor: default;
    z-index: 2;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  }

  .tat-tag__title{
    display: inline-flex;
    align-items: center;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 4px;
  }

  .tat-tag__desc{
    display: block;
    font-size: 12px;
    color: rgba(11, 18, 32, .72);
    line-height: 1.35;
  }

  /* “Zoom” effect on hover/focus */
  .tat-tag:hover,
  .tat-tag:focus-visible{
    transform: translate(-50%, -50%) scale(1.12);
    z-index: 5;
    border-color: rgba(47, 91, 255, .35);
    box-shadow: 0 22px 44px rgba(2, 6, 23, .18);
    outline: none;
  }

  /* Optional: small colored top border per tag */
  .tat-tag--pl{ border-top: 3px solid rgba(47, 91, 255, .75); }
  .tat-tag--mgr{ border-top: 3px solid rgba(124, 58, 237, .70); }
  .tat-tag--sched{ border-top: 3px solid rgba(11, 18, 32, .55); }
  .tat-tag--kill{ border-top: 3px solid rgba(239, 68, 68, .80); }

  /* Hint text */
  .tat-hero2__hint{
    margin: 10px 0 0;
    font-size: 12px;
    color: rgba(11, 18, 32, .55);
  }

  /* Mobile: keep callouts readable and inside */
  @media (max-width: 720px){
    .tat-tag{
      min-width: min(280px, 86vw);
      max-width: min(340px, 90vw);
    }
    /* If tags overlap on small screens, you can tweak positions here */
    /* .tat-tag--kill{ --x: 62%; --y: 18%; } */
  }

  @media (prefers-reduced-motion: reduce){
    .tat-btn2, .tat-tag{ transition: none !important; }
  }

.tat-pl{ left:420px; top:200px; }
.tat-kill{ right:120px; top:140px; }
.tat-mgr{ left:50%; bottom:180px; transform:translateX(-50%); }
.tat-sched{ right:90px; bottom:250px; }


  /* Triangle pointer on top */
.tat-tag::after{
  content:"";
  position:absolute;
  top:-10px;
  left:24px;
  width:0;
  height:0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-bottom:10px solid rgba(255,255,255,.92);
  filter: drop-shadow(0 -2px 2px rgba(0,0,0,.12));
}

/* Triangle border for premium look */
.tat-tag::before{
  content:"";
  position:absolute;
  top:-12px;
  left:23px;
  width:0;
  height:0;
  border-left:11px solid transparent;
  border-right:11px solid transparent;
  border-bottom:11px solid rgba(15,23,42,.14);
}


.hero-curve-visual{
    max-width: 100%;
    filter: drop-shadow(0 35px 80px rgba(50,70,255,.18));
    border-radius: 22px;
    transition: transform .45s cubic-bezier(.22,.61,.36,1),
                filter .45s ease;
}

.hero-curve-visual:hover{
    transform: translateY(-6px) scale(1.01);
    filter: drop-shadow(0 45px 100px rgba(50,70,255,.25));
}
