:root {
  --color-primary: #f47a48;
  --color-primary-hover: #e86534;
  --color-primary-strong: #e95d2b;
  --color-primary-soft: #fff0e8;
  --color-primary-pastel: #ffe2d2;
  --color-primary-light: #fff8f4;
  --color-background: #fff;
  --color-background-warm: #fffcfa;
  --color-surface: #fff;
  --color-surface-soft: #fff7f2;
  --color-text-primary: #211a17;
  --color-text-secondary: #665c57;
  --color-text-muted: #8b817c;
  --color-border: #ede5e1;
  --color-border-orange: #f5c7b1;
  --color-success: #2f9e64;
  --shadow-soft: 0 20px 60px rgba(74, 43, 30, .1);
  --radius: 18px;
  --section-space: clamp(72px, 8vw, 120px);
}

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body.homepage5-body {
  overflow-x: hidden;
  background: var(--color-background);
  color: var(--color-text-primary);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-weight: 400;
}
body.menu-open { overflow: hidden; }
body.homepage5-body h1, body.homepage5-body h2, body.homepage5-body h3,
body.homepage5-body h4, body.homepage5-body p { font-family: inherit; }
body.homepage5-body a, body.homepage5-body button, body.homepage5-body input,
body.homepage5-body textarea, body.homepage5-body label { font-family: inherit !important; }
body.homepage5-body p { color: var(--color-text-secondary); line-height: 1.7; }
body.homepage5-body p,
body.homepage5-body li,
body.homepage5-body span,
body.homepage5-body a,
body.homepage5-body label,
body.homepage5-body input,
body.homepage5-body textarea,
body.homepage5-body button { font-weight: 400; }
body.homepage5-body h1,
body.homepage5-body h2,
body.homepage5-body h3,
body.homepage5-body h4,
body.homepage5-body h5,
body.homepage5-body h6 { font-weight: 700; }
body.homepage5-body h1,
body.homepage5-body h2,
body.homepage5-body h3,
body.homepage5-body h4,
body.homepage5-body h5,
body.homepage5-body h6,
body.homepage5-body p,
body.homepage5-body li,
body.homepage5-body span,
body.homepage5-body a,
body.homepage5-body button,
body.homepage5-body label,
body.homepage5-body input,
body.homepage5-body textarea { font-family: "Be Vietnam Pro", Arial, sans-serif !important; }

/* Use one reliable Zalo mark in the contact and footer social links. */
#contact a[href*="zalo.me"],
.footer5-section a[href*="zalo.me"] {
  background-image: url('../images/zalo.webp') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 34px 34px !important;
}
#contact a[href*="zalo.me"] { background-size: 22px 22px !important; }
.footer5-section a[href*="zalo.me"] { background-size: 20px 20px !important; }
#contact a[href*="zalo.me"] svg,
.footer5-section a[href*="zalo.me"] svg { display: none !important; }
#contact a[href*="zalo.me"],
.footer5-section a[href*="zalo.me"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  line-height: 1 !important;
}
#contact a[href*="zalo.me"] img,
.footer5-section a[href*="zalo.me"] img {
  display: block !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

/* Match Company column rhythm to Useful Links */
.footer5-section .footer-company-contact > h3 {
  margin-bottom: 28px !important;
}
.footer5-section .footer-company-contact > ul[style*="flex-direction"] {
  gap: 0 !important;
}
.footer5-section .footer-company-contact > ul[style*="flex-direction"] > li {
  margin-bottom: 16px !important;
  line-height: 1.65 !important;
}

body.homepage5-body img { max-width: 100%; height: auto; }
body.homepage5-body .container { max-width: 1280px; padding-left: 32px; padding-right: 32px; }
:focus-visible { outline: 3px solid rgba(244, 122, 72, .42) !important; outline-offset: 3px; }

/* Navigation */
.header-area.homepage5 > .container { max-width: 1360px; }
.header-area.homepage5 > .container > .row > .col-lg-10,
.header-area.homepage5 > .container > .row > .col-lg-11 {
  flex: 0 0 100%; max-width: 100%; width: 100%; margin: 0 !important;
}
.header-area.homepage5 .header-btn8.login:has(span:empty) { display: none !important; }

/* Hero */
#hero { background: var(--color-background-warm); }
#hero .welcome5-section-area {
  background-image: none !important; padding: clamp(118px, 12vw, 172px) 0 clamp(76px, 8vw, 116px) !important;
  isolation: isolate; overflow: hidden;
}
#hero .welcome5-section-area::before {
  content: ""; position: absolute; width: 58vw; height: 58vw; max-width: 840px; max-height: 840px;
  right: -16vw; top: -20vw; border-radius: 50%; background: var(--color-primary-soft); z-index: -2;
}
#hero .welcome5-section-area::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .34;
  background-image: linear-gradient(var(--color-border-orange) 1px, transparent 1px), linear-gradient(90deg, var(--color-border-orange) 1px, transparent 1px);
  background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent 10%, #000 75%, transparent);
}
#hero .welcome5-section-area > .container > .row > .col-lg-10 { flex: 0 0 100%; max-width: 100%; }
.welcome5-header-area {
  display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); align-items: center;
  column-gap: clamp(36px, 5vw, 78px); text-align: left !important;
}
.welcome5-header-area h1 {
  grid-column: 1; margin: 0 !important; max-width: 690px; color: var(--color-text-primary) !important;
  font-size: clamp(2.7rem, 4.45vw, 4.75rem) !important; line-height: 1.04 !important; letter-spacing: -.045em;
  font-weight: 750 !important;
}
.welcome5-header-area > .space32:first-of-type { display: none; }
.welcome5-header-area > .btn-area { grid-column: 1; display: flex !important; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.welcome5-header-area .header-btn8.btn8 {
  background: #fff !important; color: var(--color-text-primary) !important; border: 1px solid var(--color-border-orange) !important;
  padding: 13px 22px !important;
}
.welcome5-header-area .header-btn8.btn8:hover { background: var(--color-primary-soft) !important; }
.welcome5-header-area > .space32:last-of-type { display: none; }
.welcome5-images-area { grid-column: 2; grid-row: 1 / span 3; position: relative; padding: 42px 0; }
.welcome5-images-area::before {
  content: ""; position: absolute; inset: 7% 2% 8% 9%; border-radius: 48% 52% 44% 56% / 52% 42% 58% 48%;
  background: var(--color-primary-pastel); transform: rotate(-4deg); z-index: -1;
}
.welcome5-images-area .img1 img { filter: drop-shadow(0 24px 26px rgba(47, 27, 18, .16)); width: 100%; }

/* Product chapters */
#features .service-sticky-area { padding: 0 !important; background: #fff !important; }
#features .service-sticky-area .container { max-width: none; padding: 0; }
#features .service-sticky-area .container > .row, #features .service-sticky-area .col-lg-12 { margin: 0; padding: 0; }
#features .all-sticky-area, #features .sticky-area { height: auto !important; }
#features .section-area {
  position: relative !important; inset: auto !important; min-height: 0 !important; height: auto !important;
  padding: var(--section-space) max(32px, calc((100vw - 1216px)/2)) !important; border-radius: 0 !important;
  background: #fff !important; overflow: hidden; margin: 0 !important;
}
#features .section-area.bg2 { background: var(--color-primary-light) !important; }
#features .section-area.bg3 { background: #fff !important; }
#features .section-area > .row {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center;
  gap: clamp(42px, 5vw, 76px); margin: 0;
}
#features .section-area > .row > .col-lg-6 { position: relative; z-index: 1; width: auto; max-width: none; padding: 0; }
#features .section-area > .row > .space50 { display: none; }
#features .section-area .all-content { max-width: 580px; padding: 0 !important; }
#features .section-area .logo-content::before {
  display: block; margin-bottom: 18px; color: var(--color-primary-strong); font-size: 15px; font-weight: 800; letter-spacing: .14em;
}
#features .section-area:nth-child(1) .logo-content::before { content: "01"; }
#features .section-area:nth-child(2) .logo-content::before { content: "02"; }
#features .section-area:nth-child(3) .logo-content::before { content: "03"; }
#features .section-area .logo-content h3 {
  color: var(--color-text-primary) !important; font-size: clamp(1.85rem, 3.2vw, 3.15rem) !important;
  line-height: 1.12 !important; letter-spacing: -.035em; margin: 0;
}
#features .section-area .pera-area > p { font-size: 17px !important; margin-bottom: 28px !important; max-width: 62ch; }
#features .section-area .pera-area .row { margin: 0; border-top: 1px solid var(--color-border); }
#features .section-area .pera-area .row > div { padding: 20px 22px 20px 0; border-bottom: 1px solid var(--color-border); }
#features .section-area .content-pera { padding: 0 !important; margin: 0 !important; }
#features .section-area .content-pera h3 { color: var(--color-text-primary) !important; font-size: 18px !important; line-height: 1.35 !important; }
#features .section-area .content-pera p { font-size: 15px !important; margin: 0 !important; }
#features .section-area .images { right: auto !important; margin: 0 !important; padding: 26px; border-radius: 28px; background: var(--color-primary-soft); position: relative; }
#features .section-area .images img { border-radius: 16px; box-shadow: var(--shadow-soft); }
#features .section-area.bg2 > .row > .col-lg-6:first-child { order: 2; padding-left: 0; }
#features .section-area.bg2 > .row > .col-lg-6:nth-child(2) { order: 1; }

/* Feature overview bento */
.others-tools-section-area { padding: var(--section-space) 0 !important; background: var(--color-background-warm) !important; }
.others-tools-section-area .tools-header-area { text-align: left !important; }
.others-tools-section-area .tools-header-area span, .policies-header > span, #faq .heading6 > span, #contact .heading6 > span,
.pricing-badge { color: var(--color-primary-strong) !important; background: var(--color-primary-soft) !important; border: 0 !important; }
.others-tools-section-area .tools-header-area h2, .policies-header h2, #faq .heading6 h2, #contact .heading6 h2, .pricing-heading-title {
  color: var(--color-text-primary) !important; font-size: clamp(2rem, 3.8vw, 3.25rem) !important; line-height: 1.12 !important; letter-spacing: -.035em;
}
.others-tools-section-area .container > .row:first-child .col-lg-5 { flex: 0 0 72%; max-width: 72%; margin-left: 0 !important; }
#pills-home > .row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: row; gap: 16px; margin: 0; }
#pills-home > .row > div,
#pills-home > .row > div:nth-child(1),
#pills-home > .row > div:nth-child(2),
#pills-home > .row > div:nth-child(3),
#pills-home > .row > div:nth-child(n+4):nth-child(-n+6) { width: auto; max-width: none; padding: 0; grid-column: auto; grid-row: auto; }
.tools5-boxarea {
  height: 100%; min-height: 190px; margin: 0 !important; padding: 26px !important; border: 1px solid var(--color-border) !important;
  border-radius: var(--radius) !important; background: #fff !important; box-shadow: none !important; overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease !important;
}
#pills-home > .row > div:nth-child(1) .tools5-boxarea { background: var(--color-primary-soft) !important; padding: 26px !important; }
.tools5-boxarea:hover { transform: translateY(-3px) !important; border-color: var(--color-border-orange) !important; box-shadow: var(--shadow-soft) !important; }
.tools5-boxarea .images { display: flex !important; align-items: center; gap: 16px; }
.tools5-boxarea .img1 { width: 52px !important; height: 52px !important; padding: 12px; border-radius: 14px; background: var(--color-primary-soft); flex: 0 0 auto; }
.tools5-boxarea .img1 picture { display: block; width: 100%; height: 100%; }
.tools5-boxarea .images .content a { margin-left: 0 !important; }
.tools5-boxarea .content a span { color: var(--color-text-primary) !important; font-size: 18px !important; line-height: 1.35; }
.tools5-boxarea p { font-size: 15px !important; margin: 0 !important; }
.others-tools-section-area .tools-tabs-area .tab-content .tab-pane .tools5-boxarea:hover p { color: var(--color-text-secondary) !important; }
.others-tools-section-area .tools-tabs-area .tab-content .tab-pane .tools5-boxarea:hover a { color: var(--color-text-primary) !important; }

/* Policies and FAQ */
.policies-section-area, .faq5-section-area, .contact-section-area { padding: var(--section-space) 0 !important; background: #fff !important; }
.policies-header { text-align: left !important; }
.policies-section-area .container > .row:first-child .col-lg-6 { flex: 0 0 68%; max-width: 68%; margin-left: 0 !important; }
.policies-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; }
.policies-grid > div { width: auto; max-width: none; padding: 0; }
.policy-card { border: 1px solid var(--color-border) !important; border-radius: 14px !important; box-shadow: none !important; padding: 22px !important; }
.policy-card > div:first-of-type > div:first-child { background: var(--color-primary-soft) !important; color: var(--color-primary-strong) !important; }
.policy-card h4 { color: var(--color-text-primary) !important; }
.policy-card .policy-desc { color: var(--color-text-secondary) !important; -webkit-line-clamp: unset !important; overflow: visible !important; }
.policy-expand-icon { color: var(--color-primary-strong) !important; justify-content: flex-start !important; }
.faq5-section-area { background: var(--color-background-warm) !important; }
#faq .heading6 { position: sticky; top: 110px; padding-right: 42px; }
#faq .heading6::after { content: ""; display: block; width: 156px; height: 112px; margin-top: 32px; border: 2px solid var(--color-border-orange); border-radius: 10px; transform: rotate(-4deg); background: repeating-linear-gradient(0deg, transparent 0 15px, var(--color-primary-soft) 16px 17px); }
.faq3-widgets-area { padding-left: 32px; }
.faq3-widgets-area .accordion-item { background: transparent !important; border: 0 !important; border-bottom: 1px solid var(--color-border) !important; border-radius: 0 !important; }
.faq3-widgets-area .accordion-button { background: transparent !important; color: var(--color-text-primary) !important; box-shadow: none !important; padding: 25px 44px 25px 0 !important; font-size: 18px !important; line-height: 1.45; font-weight: 700 !important; }
.faq3-widgets-area .accordion-button::after { filter: sepia(1) saturate(6) hue-rotate(330deg); }
.faq3-widgets-area .accordion-body { padding: 0 38px 25px 0 !important; color: var(--color-text-secondary) !important; font-size: 16px; line-height: 1.7; }

/* Pricing */
.pricing-card-section { padding: var(--section-space) 0 !important; background: var(--color-primary-light) !important; }
.pricing-header { max-width: 760px; margin: 0 auto clamp(42px, 6vw, 70px); }
.pricing-grid { gap: 18px !important; }
.pricing-grid-row { align-items: stretch !important; gap: 18px !important; }
.pricing-card {
  background: #fff !important; border: 1px solid var(--color-border) !important; border-radius: var(--radius) !important;
  box-shadow: none !important; padding: 30px !important; transform: none !important; min-width: 0 !important;
}
.pricing-card.featured { border: 2px solid var(--color-primary) !important; box-shadow: 0 20px 54px rgba(232, 101, 52, .13) !important; }
.pricing-card-name, .pricing-card-price-value { color: var(--color-text-primary) !important; }
.pricing-card-price-value.highlight { color: var(--color-primary-strong) !important; }
.pricing-card-features li { color: var(--color-text-secondary) !important; }
.pricing-card-btn { display: flex !important; width: 100%; justify-content: center; }

/* Contact, CTA, footer */
#contact .heading6 { text-align: left !important; }
#contact .container > .row:first-child .col-lg-6 { flex: 0 0 68%; max-width: 68%; margin-left: 0 !important; }
#contact .align-items-start { padding: 18px; border: 1px solid var(--color-border); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
#contact .align-items-start > .col-lg-5 > div { background: var(--color-primary-soft) !important; box-shadow: none !important; border-radius: 18px !important; }
#contact .align-items-start > .col-lg-7 > div { box-shadow: none !important; }
#contact .align-items-start i { color: var(--color-primary-strong) !important; }
#contact .align-items-start [style*="rgba(87,119,255"] { background: rgba(244,122,72,.12) !important; }
#contact input, #contact textarea { min-height: 52px; border-color: var(--color-border) !important; border-radius: 10px !important; font-size: 16px !important; }
#contact textarea { min-height: 145px; }
#contact input:focus, #contact textarea:focus { border-color: var(--color-primary) !important; box-shadow: 0 0 0 4px rgba(244, 122, 72, .12); }
.cta5-section-area { background-image: none !important; background: var(--color-primary-pastel) !important; padding: clamp(70px, 8vw, 104px) 0 !important; position: relative; overflow: hidden; }
.cta5-section-area::before, .cta5-section-area::after { content: ""; position: absolute; border: 1px solid rgba(233, 93, 43, .2); border-radius: 12px; width: 180px; height: 120px; transform: rotate(-8deg); }
.cta5-section-area::before { left: -35px; top: 30px; } .cta5-section-area::after { right: -25px; bottom: 20px; transform: rotate(9deg); }
.cta5-header h2 { color: var(--color-text-primary) !important; font-size: clamp(2rem, 4vw, 3.6rem) !important; letter-spacing: -.04em; }
.cta5-header p { color: var(--color-text-secondary) !important; }
.footer5-section { background: var(--color-background-warm) !important; border-top: 1px solid var(--color-border); padding-top: 76px !important; }
.footer5-section, .footer5-section h3, .footer5-section h4 { color: var(--color-text-primary) !important; }
.footer5-section p, .footer5-section a { color: var(--color-text-secondary) !important; }
.footer5-section a:hover { color: var(--color-primary-strong) !important; }
.footer5-section .site-logo { width: 112px !important; height: auto !important; }
.footer5-section .social-links a { background: transparent !important; color: var(--color-primary-strong) !important; }
.footer5-section ul.social-links { display: flex !important; align-items: center !important; gap: 10px !important; height: 32px !important; margin: 0 0 24px !important; padding: 0 !important; line-height: 0 !important; }
.footer5-section ul.social-links li { display: flex !important; align-items: center !important; justify-content: center !important; height: 32px !important; margin: 0 !important; padding: 0 !important; line-height: 0 !important; vertical-align: middle !important; }
.social-brand-logo { display: block !important; width: 22px !important; height: 22px !important; max-width: 22px !important; object-fit: contain; margin: 0 !important; vertical-align: middle; }
#contact a[href*="facebook.com"],
#contact a[href*="zalo.me"],
#contact a[href*="tiktok.com"] { background-color: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.footer5-section .social-links a[href*="facebook.com"],
.footer5-section .social-links a[href*="zalo.me"],
.footer5-section .social-links a[href*="tiktok.com"] { background-color: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.footer5-section .social-links li a { position: relative !important; display: block !important; width: 32px !important; height: 32px !important; padding: 0 !important; line-height: 0 !important; }
.footer5-section .social-links .social-brand-logo { position: absolute !important; left: 50% !important; top: 50% !important; width: 26px !important; height: 26px !important; max-width: 26px !important; margin: 0 !important; object-position: center; transform: translate(-50%, -50%) !important; }
.footer5-section .social-links li:first-child { position: relative !important; top: -12px !important; }
.copyright-social-area { border-top-color: var(--color-border) !important; }

@media (max-width: 1199px) {
  .header-area.homepage5 .main-menu ul li a { padding-left: 7px !important; padding-right: 7px !important; font-size: 14px !important; }
  .header-area.homepage5 .header-elements { gap: 10px; }
  .header-area.homepage5 .main-menu ul li a { font-size: 13px !important; padding-left: 6px !important; padding-right: 6px !important; }
  #pills-home > .row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
  body.homepage5-body .container { padding-left: 24px; padding-right: 24px; }
  .mobile-header5 { position: fixed !important; top: 0; left: 0; right: 0; z-index: 999; padding: 8px 0 !important; }
  .mobile-logo img { width: 92px !important; }
  .mobile-nav-icon, .menu-close { border: 0; background: transparent; color: var(--color-text-primary); width: 44px; height: 44px; display: grid; place-items: center; }
  .mobile-sidebar5 { background: var(--color-background-warm) !important; z-index: 1000 !important; width: min(88vw, 380px) !important; }
  .mobile-sidebar5 .mobile-nav-list a { color: var(--color-text-primary) !important; min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--color-border); }
  .welcome5-header-area { grid-template-columns: 1fr; text-align: left !important; }
  .welcome5-header-area h1, .welcome5-header-area > .btn-area, .welcome5-images-area { grid-column: 1; }
  .welcome5-images-area { grid-row: auto; margin-top: 34px; padding: 22px 0; }
  .welcome5-header-area h1 { max-width: 820px; }
  #features .section-area { padding: 82px 24px !important; }
  #features .section-area > .row { grid-template-columns: 1fr; gap: 36px; }
  #features .section-area.bg2 > .row > .col-lg-6:first-child { order: 1; padding-left: 12px; }
  #features .section-area.bg2 > .row > .col-lg-6:nth-child(2) { order: 2; }
  #features .section-area .all-content { max-width: none; }
  .others-tools-section-area .container > .row:first-child .col-lg-5, .policies-section-area .container > .row:first-child .col-lg-6,
  #contact .container > .row:first-child .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
  #pills-home > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #pills-home > .row > div, #pills-home > .row > div:nth-child(1), #pills-home > .row > div:nth-child(2),
  #pills-home > .row > div:nth-child(3), #pills-home > .row > div:nth-child(n+4):nth-child(-n+6) { grid-column: span 1; grid-row: auto; }
  .policies-grid { grid-template-columns: repeat(2, 1fr); }
  #faq .heading6 { position: static; padding-right: 0; margin-bottom: 28px; }
  #faq .heading6::after { display: none; }
  .faq3-widgets-area { padding-left: 0; }
  .pricing-grid-row { display: grid !important; grid-template-columns: repeat(2, 1fr); }
  .pricing-card { width: auto !important; max-width: none !important; }
  #contact .align-items-start > div + div { margin-top: 12px; }
}

@media (max-width: 767.98px) {
  :root { --section-space: 66px; }
  body.homepage5-body .container { padding-left: 18px; padding-right: 18px; }
  #hero .welcome5-section-area { padding: 112px 0 68px !important; }
  .welcome5-header-area h1 { font-size: clamp(2.35rem, 11.2vw, 3.45rem) !important; line-height: 1.08 !important; }
  .welcome5-header-area > .btn-area { width: 100%; }
  .welcome5-header-area > .btn-area > * { width: 100%; justify-content: center; }
  #features .section-area { padding: 66px 18px !important; }
  #features .section-area .pera-area .row > div { padding-right: 0; }
  #features .section-area .images { padding: 12px; border-radius: 18px; }
  .others-tools-section-area .tools-header-area h2, .policies-header h2, #faq .heading6 h2, #contact .heading6 h2, .pricing-heading-title { font-size: clamp(1.85rem, 9vw, 2.6rem) !important; }
  #pills-home > .row { grid-template-columns: 1fr; }
  .tools5-boxarea, #pills-home > .row > div:nth-child(1) .tools5-boxarea { min-height: 0; padding: 24px !important; }
  .policies-grid { grid-template-columns: 1fr; }
  .pricing-grid-row { grid-template-columns: 1fr; }
  .pricing-card.featured { order: -1; }
  #contact .align-items-start { padding: 8px; border-radius: 18px; }
  #contact .align-items-start > .col-lg-5 > div, #contact .align-items-start > .col-lg-7 > div { padding: 26px 20px !important; }
  .footer-brand-row { align-items: flex-start !important; flex-wrap: wrap !important; }
  .footer-brand-message { min-width: 0 !important; }
  .footer-brand-message h4, .footer-brand-message p { white-space: normal !important; }
}

/* FAQ refinement */
#faq .faq5-section-area { background: var(--color-background-warm) !important; }
#faq .faq5-section-area .container > .row {
  display: block; margin: 0;
}
#faq .faq5-section-area .container > .row > .col-lg-4,
#faq .faq5-section-area .container > .row > .col-lg-8 {
  width: 100%; max-width: 100%; padding: 0;
}
#faq .heading6 {
  position: static; max-width: 820px; margin: 0 auto clamp(38px, 5vw, 64px);
  padding: 0; text-align: center;
}
#faq .heading6::after { display: none !important; }
#faq .heading6 > span { margin-bottom: 18px; }
#faq .heading6 h2 {
  margin: 0; font-size: clamp(2.25rem, 4.4vw, 4rem) !important;
  line-height: 1.08 !important; text-wrap: balance;
}
#faq .heading6 p { max-width: 720px; margin: 18px auto 0; font-size: 17px; }
#faq .faq3-widgets-area { max-width: 1040px; margin: 0 auto; padding: 0 !important; }
#faq .faq3-widgets-area .accordion { display: grid; gap: 12px; background: transparent !important; }
#faq .faq3-widgets-area .accordion-item {
  padding: 0 !important; overflow: hidden;
  border: 1px solid var(--color-border) !important; border-radius: 16px !important;
  background: #fff !important;
  transition: border-color .25s ease, background .25s ease, transform .25s ease !important;
}
#faq .faq3-widgets-area .accordion-item:hover {
  transform: translateX(4px); border-color: var(--color-border-orange) !important;
}
#faq .faq3-widgets-area .accordion-item:has(.accordion-button:not(.collapsed)) {
  padding-left: 0; border-color: var(--color-primary) !important;
  background: var(--color-primary-light) !important;
}
#faq .faq3-widgets-area .accordion-button {
  min-height: 0; margin: 0; padding: 24px 72px 24px 28px !important;
  background: transparent !important; color: var(--color-text-primary) !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif !important;
  font-size: clamp(17px, 1.35vw, 20px) !important; font-weight: 700 !important;
  line-height: 1.45 !important; text-align: left;
}
#faq .faq3-widgets-area .accordion-button::after {
  position: absolute; right: 28px; top: 50%; width: 18px; height: 2px;
  margin: 0; border: 0; background: var(--color-primary) !important;
  background-image: none !important; filter: none !important;
  transform: translateY(-50%) !important; opacity: 1;
}
#faq .faq3-widgets-area .accordion-button::before {
  position: absolute; right: 36px; top: 50%; width: 2px; height: 18px;
  margin: 0; background: var(--color-primary) !important; filter: none !important;
  transform: translateY(-50%); opacity: 1;
}
#faq .faq3-widgets-area .accordion-button:not(.collapsed)::before { display: none !important; }
#faq .faq3-widgets-area .accordion-button.collapsed::before { display: block !important; }
#faq .faq3-widgets-area .accordion-body {
  padding: 0 72px 25px 28px !important; margin: 0 !important;
  color: var(--color-text-secondary) !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif !important;
  font-size: 16px; line-height: 1.75;
}

/* Equal pricing cards */
#plan .pricing-card-section { background: var(--color-primary-light) !important; }
#plan .pricing-header { max-width: 800px; }
#plan .pricing-heading-title {
  width: auto; margin: 16px auto 0; padding: 0;
  color: var(--color-text-primary) !important; background: transparent !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif !important;
  font-size: clamp(2.25rem, 4.2vw, 3.8rem) !important; line-height: 1.12 !important;
  letter-spacing: -.035em; text-shadow: none !important; text-wrap: balance;
}
#plan .pricing-grid {
  display: grid !important; grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 1fr; gap: 22px !important; align-items: stretch;
}
#plan .pricing-grid-row { display: contents !important; }
#plan .pricing-card {
  grid-column: span 2; width: auto !important; max-width: none !important;
  min-width: 0 !important; min-height: 100%; height: 100%;
  display: flex; flex-direction: column; align-self: stretch;
  padding: 30px !important; border: 1px solid var(--color-border) !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif !important;
  transform: none !important;
}
#plan .pricing-grid-row:nth-child(2) .pricing-card:first-child { grid-column: 2 / span 2; }
#plan .pricing-grid-row:first-child .pricing-card:nth-child(2),
#plan .pricing-grid-row:first-child .pricing-card:nth-child(2):hover { transform: none !important; }
#plan .pricing-card.featured {
  border: 2px solid var(--color-primary) !important;
  transform: none !important;
}
#plan .pricing-card-icon { flex: 0 0 auto; }
#plan .pricing-card-icon img { width: 70px; height: 70px; object-fit: contain; }
#plan .pricing-card-name {
  min-height: 58px; display: flex; align-items: center; justify-content: center;
  color: var(--color-text-primary) !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif !important;
  font-size: 21px !important; line-height: 1.4 !important;
}
#plan .pricing-card-pricing { min-height: 190px; }
#plan .pricing-card-price-label,
#plan .pricing-card-price-value,
#plan .pricing-card-note,
#plan .pricing-card-features,
#plan .pricing-card-btn { font-family: "Be Vietnam Pro", Arial, sans-serif !important; }
#plan .pricing-card-features { flex: 1 1 auto; margin-bottom: 26px; }
#plan .pricing-card-btn { margin-top: auto; }
#plan .pricing-card:hover { transform: translateY(-6px) !important; }

@media (max-width: 991.98px) {
  #plan .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #plan .pricing-card,
  #plan .pricing-grid-row:nth-child(2) .pricing-card:first-child { grid-column: auto; }
  #plan .pricing-card-pricing { min-height: 0; }
}

@media (max-width: 767.98px) {
  #faq .heading6 { text-align: left; }
  #faq .heading6 p { margin-left: 0; }
  #faq .faq3-widgets-area .accordion-button { padding: 20px 58px 20px 20px !important; }
  #faq .faq3-widgets-area .accordion-button::after { right: 22px; }
  #faq .faq3-widgets-area .accordion-button::before { right: 30px; }
  #faq .faq3-widgets-area .accordion-body { padding: 0 20px 22px !important; }
  #faq .faq3-widgets-area .accordion-item:hover { transform: none; }
  #plan .pricing-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  #plan .pricing-card { grid-column: 1; min-height: 0; }
  #plan .pricing-card-name { min-height: 0; }
}

/* Vietnamese typography breathing room */
.welcome5-header-area h1 {
  max-width: 1180px;
  font-size: clamp(3rem, 4.3vw, 4.75rem) !important;
  line-height: 1.16 !important;
  letter-spacing: -.035em;
  padding-block: .08em;
}
.welcome5-header-area > .btn-area { margin-top: 48px; }
#features .section-area .logo-content h3 { line-height: 1.2 !important; letter-spacing: -.025em; }
.others-tools-section-area .tools-header-area h2,
.policies-header h2,
#contact .heading6 h2,
.pricing-heading-title { line-height: 1.2 !important; letter-spacing: -.025em; }
#faq .heading6 h2 { line-height: 1.18 !important; letter-spacing: -.025em; }

@media (max-width: 991.98px) {
  .welcome5-header-area h1 {
    font-size: clamp(2.75rem, 7.5vw, 4.2rem) !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 767.98px) {
  .welcome5-header-area h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.25rem) !important;
    line-height: 1.16 !important;
    letter-spacing: -.025em;
  }
  .welcome5-header-area > .btn-area { margin-top: 36px; }
}

/* Explicit multiline heading spacing */
.welcome5-header-area h1 {
  line-height: 1.05 !important;
  letter-spacing: -.015em !important;
  padding-block: .12em;
}
.cta5-header h2 {
  line-height: 1.28 !important;
  letter-spacing: -.02em !important;
  text-wrap: balance;
}
#features .section-area .logo-content h3,
.others-tools-section-area .tools-header-area h2,
.policies-header h2,
#faq .heading6 h2,
#contact .heading6 h2,
#plan .pricing-heading-title {
  line-height: 1.26 !important;
}
.tools5-boxarea .content a span,
#plan .pricing-card-name,
#faq .faq3-widgets-area .accordion-button {
  line-height: 1.55 !important;
}

@media (max-width: 767.98px) {
  .welcome5-header-area h1 { line-height: 1.05 !important; }
  .cta5-header h2 { line-height: 1.30 !important; }
}

/* Compact hero top spacing */
#hero .welcome5-section-area {
  padding-top: clamp(210px, calc(7vw + 100px), 235px) !important;
}

@media (max-width: 991.98px) {
  #hero .welcome5-section-area { padding-top: 212px !important; }
}

@media (max-width: 767.98px) {
  #hero .welcome5-section-area { padding-top: 196px !important; }
}

/* Space between hero actions and product showcase */
#hero .welcome5-images-area {
  margin-top: 182px !important;
}

@media (max-width: 991.98px) {
  #hero .welcome5-images-area { margin-top: 140px !important; }
}

@media (max-width: 767.98px) {
  #hero .welcome5-images-area { margin-top: 96px !important; }
}

/* Full-width feature overview background */
.others-tools-section-area {
  background: var(--color-primary-light) !important;
}

.others-tools-section-area::before {
  display: none !important;
}

/* Responsive feature overview */
.others-tools-section-area {
  width: 100%;
  overflow: clip;
}

.others-tools-section-area .container {
  width: min(100% - 48px, 1536px);
  max-width: 1536px;
  margin-inline: auto;
}

.others-tools-section-area .tools-header-area h2 {
  max-width: 1100px;
  text-wrap: balance;
}

.tools5-boxarea p {
  overflow-wrap: anywhere;
}

@media (min-width: 1200px) {
  .others-tools-section-area {
    padding-block: clamp(112px, 8vw, 160px) !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .others-tools-section-area {
    padding-block: 104px !important;
  }

  .others-tools-section-area .container {
    width: min(100% - 48px, 960px);
  }

  .others-tools-section-area .tools-header-area {
    max-width: 760px;
  }

  .others-tools-section-area .tools-header-area h2 {
    font-size: clamp(2.5rem, 5.5vw, 4rem) !important;
  }

  .others-tools-section-area .tools-tabs-area > .space60 {
    height: 44px;
  }

  #pills-home > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  #pills-home > .row > div:nth-child(n) {
    grid-column: span 1 !important;
  }

  #pills-home > .row > div:last-child {
    grid-column: 1 / -1 !important;
  }

  .tools5-boxarea,
  #pills-home > .row > div:nth-child(1) .tools5-boxarea {
    min-height: 220px;
    padding: 26px !important;
  }
}

@media (max-width: 767.98px) {
  .others-tools-section-area {
    padding-block: 80px !important;
  }

  .others-tools-section-area .container {
    width: min(100% - 32px, 640px);
    padding-inline: 0 !important;
  }

  .others-tools-section-area .tools-header-area {
    max-width: 100%;
  }

  .others-tools-section-area .tools-header-area h2 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 10.5vw, 3.35rem) !important;
    line-height: 1.12 !important;
  }

  .others-tools-section-area .tools-tabs-area > .space60 {
    height: 34px;
  }

  #pills-home > .row {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  #pills-home > .row > div:nth-child(n),
  #pills-home > .row > div:last-child {
    grid-column: 1 !important;
  }

  .tools5-boxarea,
  #pills-home > .row > div:nth-child(1) .tools5-boxarea {
    min-height: 0;
    padding: 22px !important;
    border-radius: 16px !important;
  }

  .tools5-boxarea .images {
    align-items: flex-start;
    gap: 14px;
  }

  .tools5-boxarea .img1 {
    width: 48px !important;
    height: 48px !important;
    padding: 11px;
  }

  .tools5-boxarea .content {
    min-width: 0;
  }

  .tools5-boxarea .content a span {
    display: block;
    font-size: 17px !important;
    line-height: 1.4 !important;
    overflow-wrap: anywhere;
  }

  .tools5-boxarea p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
}

@media (max-width: 359.98px) {
  .others-tools-section-area .container {
    width: calc(100% - 24px);
  }

  .others-tools-section-area .tools-header-area h2 {
    font-size: 2rem !important;
  }

  .tools5-boxarea,
  #pills-home > .row > div:nth-child(1) .tools5-boxarea {
    padding: 18px !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .tools5-boxarea:hover {
    transform: none !important;
  }

  .tools5-boxarea:hover .img1,
  .tools5-boxarea:hover::before {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tools5-boxarea,
  .tools5-boxarea .img1,
  .tools5-boxarea::before {
    transition: none !important;
  }
}

/* Cinematic video main section */
#hero {
  position: relative;
  overflow: hidden;
  background: #03111f !important;
}

#hero .order5s-video-hero {
  position: relative;
  isolation: isolate;
  min-height: 820px;
  padding: 150px 0 34px !important;
  overflow: hidden;
  background: #03111f !important;
}

#hero .order5s-video-hero::before,
#hero .order5s-video-hero::after {
  display: none !important;
}

.order5s-hero-video,
.order5s-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.order5s-hero-video {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  background: #03111f url('/images/bg2.webp') center / cover no-repeat;
}

.order5s-hero-shade {
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 73% 43%, rgba(0, 168, 255, .09), transparent 27%),
    linear-gradient(90deg, rgba(2, 12, 22, .94) 0%, rgba(2, 13, 24, .75) 43%, rgba(2, 13, 24, .27) 72%, rgba(2, 13, 24, .58) 100%),
    linear-gradient(180deg, rgba(2, 12, 22, .42) 0%, rgba(2, 12, 22, .08) 48%, rgba(2, 12, 22, .94) 100%);
}

.order5s-hero-shade::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

#hero .order5s-hero-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1360px);
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: 0;
}

.order5s-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, .92fr);
  align-items: center;
  gap: clamp(24px, 3.8vw, 66px);
  min-height: 500px;
}

#hero .order5s-hero-layout .welcome5-header-area {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  text-align: left !important;
}

#hero .order5s-hero-layout .welcome5-header-area h1 {
  width: 100%;
  max-width: 760px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-family: "Outfit", "Be Vietnam Pro", sans-serif !important;
  font-size: clamp(3rem, 3.8vw, 4.5rem) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
  text-shadow: 0 5px 34px rgba(0, 0, 0, .35);
  text-transform: none !important;
}

#hero .order5s-hero-layout .welcome5-header-area h1::first-line { color: #fff !important; }

#hero .hero-brand { color: #ff9d24; }
#hero .hero-accent { color: #ffd166; }

.order5s-hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82) !important;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(.96rem, 1.1vw, 1.08rem);
  line-height: 1.75;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .5);
}

#hero .order5s-hero-layout .welcome5-header-area > .btn-area {
  display: flex !important;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 30px;
}

#hero .order5s-hero-layout .btn-area > * {
  min-width: 0;
  min-height: 52px;
  margin: 0 !important;
  padding: 13px 22px !important;
  border-radius: 12px !important;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 1;
}

#hero .order5s-primary-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 14px 28px !important;
  line-height: 1 !important;
  border: 1px solid rgba(255, 122, 0, 0.8) !important;
  background: linear-gradient(135deg, #ff8c00, #ff5500) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(255, 136, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.3) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
}

#hero .order5s-primary-cta:hover {
  border-color: #ff9d1a !important;
  background: linear-gradient(135deg, #ff9d1a, #ff6214) !important;
  box-shadow: 0 8px 25px rgba(255, 136, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
  transform: translateY(-2px) scale(1.02);
}

#hero .order5s-secondary-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 14px 28px !important;
  line-height: 1 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
}

#hero .order5s-secondary-cta:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-2px) scale(1.02);
}

.hero-brand-5s {
  color: #0ea5e9 !important;
}

#hero .order5s-hero-layout .welcome5-images-area {
  position: relative;
  width: min(100%, 760px);
  margin: 0 -4vw 0 auto !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  filter: drop-shadow(0 32px 45px rgba(0, 0, 0, .48));
}

#hero .order5s-hero-layout .welcome5-images-area::before,
#hero .order5s-hero-layout .welcome5-images-area::after {
  display: none;
}

#hero .order5s-hero-layout .welcome5-images-area .img1 {
  overflow: visible;
  border-radius: 0;
}

#hero .order5s-hero-layout .welcome5-images-area img {
  width: 100%;
  height: auto;
  transform: scale(.94) perspective(1300px) rotateY(-3deg);
  transform-origin: center;
  transition: transform .8s cubic-bezier(.2, .8, .2, 1), filter .8s ease;
}

#hero .order5s-hero-layout .welcome5-images-area:hover img {
  transform: scale(1) perspective(1300px) rotateY(0deg);
  filter: brightness(1.06);
}

.order5s-feature-rail {
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid rgba(99, 205, 255, .35);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(5, 35, 54, .84), rgba(3, 21, 35, .74));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(16px);
}

.order5s-feature-rail-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 9px 18px;
  border-bottom: 1px solid rgba(99, 205, 255, .2);
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  letter-spacing: .01em;
}

.order5s-feature-rail-title img {
  width: 42px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(70, 197, 255, .38));
}

.order5s-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  padding: 10px;
}

.order5s-feature-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 80px;
  padding: 12px 20px;
  border-right: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition: background .35s ease, color .35s ease, transform .35s ease;
}

.order5s-feature-item:last-child { border-right: 0; }
.order5s-feature-item:hover {
  z-index: 1;
  color: #fff;
  background: rgba(25, 106, 145, .24);
  transform: translateY(-2px);
}

.order5s-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.order5s-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: none;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 1199.98px) {
  #hero .order5s-video-hero { min-height: 780px; padding-top: 132px !important; }
  .order5s-hero-layout { grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); gap: 18px; }
  #hero .order5s-hero-layout .welcome5-header-area h1 { font-size: clamp(3rem, 5vw, 4.2rem) !important; }
  #hero .order5s-hero-layout .welcome5-images-area { margin-right: -2vw !important; }
  .order5s-feature-item { padding-inline: 12px; }
}

@media (max-width: 991.98px) {
  #hero .order5s-video-hero { padding: 120px 0 32px !important; }
  .order5s-hero-layout { grid-template-columns: 1fr; gap: 42px; }
  #hero .order5s-hero-layout .welcome5-header-area { align-items: center; text-align: center !important; }
  #hero .order5s-hero-layout .welcome5-header-area h1 { max-width: 820px; text-align: center !important; }
  .order5s-hero-copy { text-align: center; }
  #hero .order5s-hero-layout .welcome5-header-area > .btn-area { justify-content: center; }
  #hero .order5s-hero-layout .welcome5-images-area { width: min(100%, 680px); margin: 0 auto !important; }
  .order5s-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order5s-feature-item:nth-child(2) { border-right: 0; }
  .order5s-feature-item:nth-child(-n + 2) { border-bottom: 1px solid rgba(99, 205, 255, .13); }
}

@media (max-width: 767.98px) {
  #hero .order5s-video-hero {
    min-height: 0;
    padding: 116px 0 24px !important;
  }
  #hero .order5s-hero-shell {
    width: min(calc(100% - 32px), 620px);
    max-width: 620px;
    margin-inline: auto !important;
    padding-inline: 0 !important;
  }
  .order5s-hero-layout { gap: 34px; min-height: 0; }
  #hero .order5s-hero-layout .welcome5-header-area h1 {
    max-width: 660px;
    font-size: clamp(2.35rem, 10.5vw, 3.4rem) !important;
    line-height: 1.02 !important;
    text-align: left !important;
  }
  #hero .order5s-hero-layout .welcome5-header-area { align-items: flex-start; text-align: left !important; }
  .order5s-hero-copy { margin-top: 20px; text-align: left; font-size: 14px; line-height: 1.7; }
  #hero .order5s-hero-layout .welcome5-header-area > .btn-area {
    width: 100%;
    justify-content: stretch;
    margin-top: 26px;
  }
  #hero .order5s-hero-layout .welcome5-header-area > .btn-area > * {
    width: auto !important;
    flex: 1 1 0;
    padding-inline: 14px !important;
  }
  #hero .order5s-hero-layout .welcome5-images-area img { transform: scale(1); }
  .order5s-feature-rail { margin-top: 26px; border-radius: 16px; }
  .order5s-feature-rail-title { justify-content: flex-start; padding-inline: 14px; font-size: 14px; }
  .order5s-feature-grid { grid-template-columns: 1fr; padding: 6px 10px 10px; }
  .order5s-feature-item,
  .order5s-feature-item:nth-child(2) {
    min-height: 66px;
    border-right: 0;
    border-bottom: 1px solid rgba(99, 205, 255, .13);
  }
  .order5s-feature-item:last-child { border-bottom: 0; }
}

@media (max-width: 420px) {
  #hero .order5s-hero-layout .welcome5-header-area > .btn-area { flex-direction: column; }
  #hero .order5s-hero-layout .welcome5-header-area > .btn-area > * { width: 100% !important; }
}

@media (prefers-reduced-motion: reduce) {
  #hero .order5s-hero-layout .welcome5-images-area img,
  .order5s-feature-item { transition: none !important; }
}

/* Compact alternating showcase rows: text/image, image/text, text/image */
#features.o5-bg-section {
  overflow: hidden;
  background-position: center top;
}

#features .o5-showcase {
  padding: 34px 0 !important;
}

#features .o5-showcase + .o5-showcase {
  border-top-color: rgba(112, 190, 255, .14);
}

/* The markup already has the desired order; do not reverse blocks 1 and 3. */
#features .o5-showcase--flip .row {
  flex-direction: row !important;
}

#features .o5-showcase__media {
  padding: 0 18px;
}

#features .o5-showcase__media img {
  max-height: 380px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(112, 190, 255, .14);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}

#features .o5-showcase__body {
  padding: 0 30px;
}

#features .o5-showcase__tag {
  margin-bottom: 10px;
  padding: 5px 12px;
  font-size: 11px;
}

#features .o5-showcase__body h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.15vw, 34px);
  line-height: 1.16;
}

#features .o5-showcase__grid {
  gap: 16px 24px;
}

#features .o5-showcase__point {
  padding-left: 14px;
}

#features .o5-showcase__point h4 {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.35;
}

#features .o5-showcase__point p {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  #features .o5-showcase {
    padding: 28px 0 !important;
  }

  #features .o5-showcase--flip .row {
    flex-direction: column-reverse !important;
  }

  #features .o5-showcase__media img {
    max-height: none;
  }

  #features .o5-showcase__body {
    padding: 20px 16px 0;
  }
}

@media (max-width: 575px) {
  #features .o5-showcase {
    padding: 22px 0 !important;
  }

  #features .o5-showcase__media {
    padding: 0 10px;
  }

  #features .o5-showcase__body {
    padding-inline: 10px;
  }

  #features .o5-showcase__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Keep below-the-fold section backgrounds out of the initial request. */
#features.o5-bg-section[data-bg],
#policies.o5-bg-section[data-bg],
#faq.o5-bg-section[data-bg],
#plan.o5-bg-section[data-bg],
#contact.o5-bg-section[data-bg] {
  background-image: none !important;
}

#features.o5-bg-section[data-bg].is-bg-loaded,
#policies.o5-bg-section[data-bg].is-bg-loaded,
#faq.o5-bg-section[data-bg].is-bg-loaded,
#plan.o5-bg-section[data-bg].is-bg-loaded,
#contact.o5-bg-section[data-bg].is-bg-loaded {
  background-image: var(--o5-bg-image) !important;
}

.welcome5-images-area picture,
#features .o5-showcase__media picture {
  display: block;
  width: 100%;
}

.order5s-feature-icon picture {
  display: block;
  width: 100%;
  height: 100%;
}

#plan .pricing-card-icon picture {
  display: block;
  width: 70px;
  height: 70px;
}

/* Compact horizontal feature cards: one wide card, then two half-width cards. */
/* Final portrait card treatment: independent playing-card proportions. */
#features.o5-bg-section #pills-home > .row {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

#features.o5-bg-section #pills-home > .row > div:nth-child(n) {
  grid-column: span 1 !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  min-height: 360px !important;
  padding: 12px !important;
  border-radius: 20px !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea .images {
  display: block !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea .img1 {
  width: 100% !important;
  height: 218px !important;
  margin: 0 !important;
  border-radius: 15px !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea .content {
  display: block !important;
  padding: 16px 4px 7px !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea .content a span {
  font-size: 18px !important;
  line-height: 1.25 !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea > p {
  display: block !important;
  min-height: 72px !important;
  padding: 0 4px 6px !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

@media (max-width: 1199px) {
  #features.o5-bg-section #pills-home > .row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  #features.o5-bg-section #pills-home > .row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  #features.o5-bg-section #pills-home > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #features.o5-bg-section #pills-home .tools5-boxarea {
    min-height: 340px !important;
  }

  #features.o5-bg-section #pills-home .tools5-boxarea .img1 {
    height: 200px !important;
  }
}

@media (max-width: 480px) {
  #features.o5-bg-section #pills-home > .row {
    grid-template-columns: 1fr !important;
  }

  #features.o5-bg-section #pills-home .tools5-boxarea .img1 {
    height: 240px !important;
  }
}

#features.o5-bg-section #pills-home > .row {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-auto-flow: dense !important;
}

#features.o5-bg-section #pills-home > .row > div:nth-child(3n + 1) {
  grid-column: span 12 !important;
}

#features.o5-bg-section #pills-home > .row > div:nth-child(3n + 2),
#features.o5-bg-section #pills-home > .row > div:nth-child(3n + 3) {
  grid-column: span 6 !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  grid-template-rows: auto 1fr !important;
  min-height: 154px !important;
  padding: 18px !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(17, 44, 65, .92), rgba(4, 20, 35, .9)) !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea .images {
  display: contents !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea .img1 {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  border-radius: 16px !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea .content {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-height: 0 !important;
  padding: 2px 0 0 !important;
}

#features.o5-bg-section #pills-home .tools5-boxarea > p {
  grid-column: 2 !important;
  grid-row: 2 !important;
  min-height: 0 !important;
  padding: 8px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

@media (max-width: 991px) {
  #features.o5-bg-section #pills-home > .row > div:nth-child(n) {
    grid-column: span 6 !important;
  }
}

@media (max-width: 575px) {
  #features.o5-bg-section #pills-home > .row {
    grid-template-columns: 1fr !important;
  }

  #features.o5-bg-section #pills-home > .row > div:nth-child(n) {
    grid-column: 1 !important;
  }
}

#features #pills-home > .row {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-auto-flow: dense;
  gap: 18px;
}

#features #pills-home > .row > div:nth-child(3n + 1) {
  grid-column: span 12 !important;
}

#features #pills-home > .row > div:nth-child(3n + 2),
#features #pills-home > .row > div:nth-child(3n + 3) {
  grid-column: span 6 !important;
}

#features #pills-home .tools5-boxarea {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 18px;
  align-items: start;
  min-height: 154px;
  padding: 18px !important;
  border-radius: 22px !important;
}

#features #pills-home .tools5-boxarea .images {
  display: contents !important;
}

#features #pills-home .tools5-boxarea .img1 {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 64px;
  height: 64px;
  margin: 0;
  border: 1px solid rgba(167, 219, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
}

#features #pills-home .tools5-boxarea .img1 img {
  border-radius: 15px;
  object-fit: cover;
}

#features #pills-home .tools5-boxarea .content {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  padding: 2px 0 0;
}

#features #pills-home .tools5-boxarea .content a span {
  font-size: 19px !important;
  line-height: 1.22;
}

#features #pills-home .tools5-boxarea > p {
  grid-column: 2;
  grid-row: 2;
  min-height: 0;
  padding: 8px 0 0;
  font-size: 13px !important;
  line-height: 1.5;
}

@media (max-width: 991px) {
  #features #pills-home > .row > div:nth-child(n) {
    grid-column: span 6 !important;
  }
}

@media (max-width: 575px) {
  #features #pills-home > .row {
    grid-template-columns: 1fr !important;
  }

  #features #pills-home > .row > div:nth-child(n) {
    grid-column: 1 !important;
  }

  #features #pills-home .tools5-boxarea {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 14px;
    min-height: 142px;
    padding: 15px !important;
  }

  #features #pills-home .tools5-boxarea .img1 {
    width: 56px;
    height: 56px;
  }

  #features #pills-home .tools5-boxarea .content a span {
    font-size: 17px !important;
  }
}

/* Showcase descriptions remain readable over the moving dark background. */
#features .o5-showcase__point p,
#features .o5-showcase__lead {
  color: #fff !important;
  opacity: 1 !important;
}

/* Full-width feature overview background */
.others-tools-section-area {
  background: var(--color-primary-light) !important;
}

.others-tools-section-area::before {
  display: none !important;
}

/* Hero spacing and display font */
#hero .welcome5-section-area {
  padding-top: clamp(110px, 7vw, 135px) !important;
}
#hero .welcome5-section-area .welcome5-header-area {
  margin-top: 0 !important;
}
.welcome5-header-area h1 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
}

@media (max-width: 991.98px) {
  #hero .welcome5-section-area { padding-top: 112px !important; }
}

@media (max-width: 767.98px) {
  #hero .welcome5-section-area { padding-top: 96px !important; }
}

@media (max-width: 360px) {
  body.homepage5-body .container { padding-left: 16px; padding-right: 16px; }
  .welcome5-header-area h1 { font-size: 2.2rem !important; }
  .pricing-card { padding: 24px 20px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  [data-aos] { opacity: 1 !important; transform: none !important; }
}

/* 2026 editorial redesign */
body.homepage5-body {
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 226, 210, .5), transparent 22rem),
    var(--color-background);
}

/* Full-width editorial navigation */
.header-area.homepage5 {
  padding: 0 !important;
  background: rgba(255, 255, 255, .92) !important;
}
.header-area.homepage5 > .container { max-width: 1440px; }
.header-area.homepage5 .header-elements,
.header-area.homepage5.sticky .header-elements {
  min-height: 82px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.header-area.homepage5 .site-logo { flex-basis: 116px !important; }
.header-area.homepage5 .site-logo img { width: 110px !important; max-height: 54px; }
.header-area.homepage5 .main-menu ul { gap: clamp(8px, 1.35vw, 24px); }
.header-area.homepage5 .main-menu ul li a {
  padding: 29px 0 27px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -.01em;
}
.header-area.homepage5 .main-menu ul li a::after { left: 0; right: 0; bottom: 19px; }
.header-area.homepage5 .lang-btn {
  width: 54px; min-width: 54px; height: 42px; border-radius: 0;
  border-width: 0 0 2px !important; border-color: var(--color-primary) !important;
}

/* Hero: a product stage, not a SaaS split */
#hero .welcome5-section-area {
  padding: clamp(148px, 13vw, 210px) 0 clamp(84px, 9vw, 132px) !important;
  background: var(--color-background-warm) !important;
}
#hero .welcome5-section-area::before {
  width: 620px; height: 620px; right: -210px; top: -250px;
  background: var(--color-primary-pastel); opacity: .78;
}
#hero .welcome5-section-area::after {
  background-size: 56px 56px; opacity: .27;
  mask-image: linear-gradient(180deg, transparent 5%, #000 32%, transparent 75%);
}
.welcome5-header-area {
  display: flex !important; flex-direction: column; align-items: center;
  text-align: center !important; gap: 0;
}
.welcome5-header-area h1 {
  width: 100%; max-width: 1180px; margin: 0 auto !important;
  font-size: clamp(3rem, 5.6vw, 6.15rem) !important;
  line-height: .98 !important; letter-spacing: -.058em;
  text-wrap: balance;
}
.welcome5-header-area h1::first-line { color: var(--color-text-primary); }
.welcome5-header-area > .btn-area {
  display: flex !important; justify-content: center; margin-top: 38px;
}
.welcome5-header-area > .btn-area > * { min-width: 190px; }
.welcome5-images-area {
  width: min(100%, 1180px); margin: clamp(50px, 6vw, 82px) auto 0; padding: clamp(22px, 3.2vw, 46px);
  border: 1px solid var(--color-border-orange); border-radius: 28px;
  background: linear-gradient(135deg, #fff 0 28%, var(--color-primary-soft) 28% 100%);
  box-shadow: 0 34px 90px rgba(83, 45, 27, .13);
}
.welcome5-images-area::before {
  inset: auto auto -26px 7%; width: 86%; height: 45px; border-radius: 50%;
  background: rgba(92, 49, 29, .13); filter: blur(28px); transform: none;
}
.welcome5-images-area::after {
  content: "5S"; position: absolute; right: -3vw; top: -5vw; z-index: -1;
  color: var(--color-primary-pastel); font-size: clamp(8rem, 20vw, 18rem); font-weight: 800;
  line-height: 1; letter-spacing: -.1em;
}
.welcome5-images-area .img1 { overflow: hidden; border-radius: 18px; }
.welcome5-images-area .img1 img { transform-origin: 50% 70%; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.welcome5-images-area:hover .img1 img { transform: scale(1.025); }

/* Three cinematic product chapters */
#features .section-area {
  padding-top: clamp(110px, 11vw, 170px) !important;
  padding-bottom: clamp(110px, 11vw, 170px) !important;
  border-top: 1px solid var(--color-border);
}
#features .section-area > .row { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
#features .section-area.bg2 > .row { grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr); }
#features .section-area.bg3 > .row { grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); }
#features .section-area .logo-content { position: relative; display: block !important; }
#features .section-area .logo-content::before {
  position: absolute; left: -3px; top: -74px; margin: 0;
  font-size: 72px; font-weight: 800; line-height: 1; letter-spacing: -.08em;
  color: transparent; -webkit-text-stroke: 1px var(--color-border-orange); opacity: .85;
}
#features .section-area .logo-content h3 { max-width: 700px; text-wrap: balance; }
#features .section-area .pera-area > p { margin-top: 8px; font-size: 18px !important; }
#features .section-area .pera-area .row {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0;
  border-top: 1px solid var(--color-border);
}
#features .section-area .pera-area .row > div {
  width: auto; max-width: none; padding: 25px 24px 25px 0;
  border-bottom: 1px solid var(--color-border);
}
#features .section-area .pera-area .row > div:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--color-border); }
#features .section-area .content-pera h3 { font-size: clamp(18px, 1.3vw, 21px) !important; }
#features .section-area .images {
  padding: 18px; border: 1px solid var(--color-border-orange); border-radius: 22px;
  background: #fff; box-shadow: 32px 32px 0 var(--color-primary-pastel);
  overflow: hidden;
}
#features .section-area.bg2 .images { box-shadow: -32px 32px 0 #ffd6c1; }
#features .section-area.bg3 .images { box-shadow: 32px -32px 0 var(--color-primary-soft); }
#features .section-area .images img { border-radius: 12px; transition: transform .85s cubic-bezier(.2,.8,.2,1); }
#features .section-area .images:hover img { transform: scale(1.035); }

/* Gapless 12-column bento: 6+3+3 / 3+3+6 / 4+4+4 */
.others-tools-section-area {
  position: relative; border-top: 1px solid var(--color-border);
  background: #fff !important;
}
.others-tools-section-area::before {
  content: ""; position: absolute; left: 0; top: 0; width: 34%; height: 100%;
  background: var(--color-primary-light); pointer-events: none;
}
.others-tools-section-area .container { position: relative; }
.others-tools-section-area .tools-header-area { max-width: 860px; }
#pills-home > .row { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 14px; }
#pills-home > .row > div { grid-column: span 4 !important; }
#pills-home > .row > div:nth-child(1) { grid-column: span 6 !important; }
#pills-home > .row > div:nth-child(2), #pills-home > .row > div:nth-child(3) { grid-column: span 3 !important; }
#pills-home > .row > div:nth-child(4), #pills-home > .row > div:nth-child(5) { grid-column: span 3 !important; }
#pills-home > .row > div:nth-child(6) { grid-column: span 6 !important; }
.tools5-boxarea, #pills-home > .row > div:nth-child(1) .tools5-boxarea {
  min-height: 230px; padding: 30px !important; border-radius: 18px !important;
  background: #fff !important; box-shadow: none !important;
  pointer-events: auto !important;
}
#pills-home > .row > div:nth-child(1) .tools5-boxarea,
#pills-home > .row > div:nth-child(6) .tools5-boxarea { background: var(--color-primary-soft) !important; }
#pills-home > .row > div:nth-child(2) .tools5-boxarea,
#pills-home > .row > div:nth-child(5) .tools5-boxarea { background: var(--color-text-primary) !important; border-color: var(--color-text-primary) !important; }
#pills-home > .row > div:nth-child(2) .tools5-boxarea span,
#pills-home > .row > div:nth-child(2) .tools5-boxarea p,
#pills-home > .row > div:nth-child(5) .tools5-boxarea span,
#pills-home > .row > div:nth-child(5) .tools5-boxarea p { color: #fff !important; }
.others-tools-section-area #pills-home > .row > div:nth-child(2) .tools5-boxarea:hover p,
.others-tools-section-area #pills-home > .row > div:nth-child(5) .tools5-boxarea:hover p { color: #fff !important; }
.tools5-boxarea::before {
  content: ""; position: absolute; width: 90px; height: 90px; right: -34px; bottom: -34px;
  border: 1px solid var(--color-border-orange); border-radius: 50%; transition: transform .55s ease;
}
.tools5-boxarea:hover { transform: translateY(-7px) rotate(-.25deg) !important; }
.tools5-boxarea:hover::before { transform: scale(1.45); }
.tools5-boxarea .img1 { border-radius: 10px; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.tools5-boxarea:hover .img1 { transform: rotate(-5deg) scale(1.08); }

/* Editorial documents and FAQ */
.policies-section-area { background: var(--color-background-warm) !important; }
.policies-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--color-border); }
.policies-grid > div { border-bottom: 1px solid var(--color-border); }
.policies-grid > div:nth-child(odd) { border-right: 1px solid var(--color-border); }
.policy-card {
  min-height: 100%; padding: 30px 28px !important; border: 0 !important; border-radius: 0 !important;
  background: transparent !important; transition: background .25s ease, padding-left .25s ease !important;
}
.policy-card:hover { background: var(--color-primary-soft) !important; padding-left: 36px !important; }
.faq5-section-area .container > .row { align-items: start; }
.faq3-widgets-area .accordion-button { font-size: clamp(18px, 1.5vw, 22px) !important; }
.faq3-widgets-area .accordion-item { transition: padding-left .3s ease, background .3s ease; }
.faq3-widgets-area .accordion-item:has(.accordion-button:not(.collapsed)) { padding-left: 18px; background: var(--color-primary-light) !important; }

/* Pricing and contact become intentional conversion chapters */
.pricing-card-section { border-top: 1px solid var(--color-border-orange); }
.pricing-grid-row:first-child .pricing-card:nth-child(2) { transform: translateY(-18px) !important; }
.pricing-card { position: relative; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease !important; }
.pricing-card::after {
  content: ""; position: absolute; width: 120px; height: 120px; right: -74px; top: -74px;
  border-radius: 50%; background: var(--color-primary-pastel); transition: transform .45s ease;
}
.pricing-card:hover { transform: translateY(-8px) !important; box-shadow: 0 24px 55px rgba(74,43,30,.12) !important; }
.pricing-grid-row:first-child .pricing-card:nth-child(2):hover { transform: translateY(-26px) !important; }
.pricing-card:hover::after { transform: scale(1.3); }
#contact .align-items-start { border-radius: 0; padding: 0; gap: 0; box-shadow: 0 32px 80px rgba(74,43,30,.1); overflow: hidden; }
#contact .align-items-start > .col-lg-5,
#contact .align-items-start > .col-lg-7 { padding: 0; }
#contact .align-items-start > .col-lg-5 > div,
#contact .align-items-start > .col-lg-7 > div { border-radius: 0 !important; padding: clamp(32px, 4vw, 58px) !important; }

/* Shared motion affordances */
a, button { -webkit-tap-highlight-color: transparent; }
.header-btn8 i, .header-btn9 i, .pricing-card-btn i { transition: transform .3s ease; }
.header-btn8:hover i, .header-btn9:hover i, .pricing-card-btn:hover i { transform: translateX(4px); }
[data-motion-card] { will-change: transform, opacity; }

@media (max-width: 1199px) {
  .header-area.homepage5 .main-menu ul { gap: 10px; }
  .header-area.homepage5 .main-menu ul li a { font-size: 13px !important; }
  #features .section-area .images { box-shadow: 20px 20px 0 var(--color-primary-pastel); }
  #features .section-area.bg2 .images { box-shadow: -20px 20px 0 #ffd6c1; }
  #pills-home > .row > div { grid-column: span 6 !important; }
  #pills-home > .row > div:nth-child(n) { grid-column: span 6 !important; }
}

@media (max-width: 991.98px) {
  .welcome5-header-area h1 { font-size: clamp(3rem, 9vw, 5rem) !important; }
  #features .section-area > .row,
  #features .section-area.bg2 > .row,
  #features .section-area.bg3 > .row { grid-template-columns: 1fr; }
  #features .section-area .images { box-shadow: 14px 14px 0 var(--color-primary-pastel); }
  #features .section-area.bg2 .images { box-shadow: 14px 14px 0 #ffd6c1; }
  #features .section-area.bg3 .images { box-shadow: 14px -14px 0 var(--color-primary-soft); }
  .pricing-grid-row:first-child .pricing-card:nth-child(2),
  .pricing-grid-row:first-child .pricing-card:nth-child(2):hover { transform: none !important; }
}

@media (max-width: 767.98px) {
  #hero .welcome5-section-area { padding-top: 122px !important; }
  .welcome5-header-area { text-align: left !important; align-items: stretch; }
  .welcome5-header-area h1 { font-size: clamp(2.55rem, 12vw, 3.7rem) !important; line-height: 1.02 !important; text-align: left; }
  .welcome5-header-area > .btn-area { justify-content: stretch; }
  .welcome5-images-area { margin-top: 42px; padding: 10px; border-radius: 16px; }
  .welcome5-images-area .img1 { border-radius: 10px; }
  #features .section-area .logo-content::before { top: -54px; font-size: 52px; }
  #features .section-area .pera-area .row { grid-template-columns: 1fr; }
  #features .section-area .pera-area .row > div,
  #features .section-area .pera-area .row > div:nth-child(even) { padding: 22px 0; border-left: 0; }
  .others-tools-section-area::before { width: 100%; height: 28%; }
  #pills-home > .row { grid-template-columns: 1fr; }
  #pills-home > .row > div:nth-child(n) { grid-column: 1 !important; }
  .tools5-boxarea, #pills-home > .row > div:nth-child(1) .tools5-boxarea { min-height: 0; }
  .policies-grid { grid-template-columns: 1fr; }
  .policies-grid > div:nth-child(odd) { border-right: 0; }
  .policy-card:hover { padding-left: 28px !important; }
}

/* Final hero spacing override: must remain last */
#hero .welcome5-section-area {
  padding-top: 235px !important;
}

@media (max-width: 991.98px) {
  #hero .welcome5-section-area { padding-top: 212px !important; }
}

@media (max-width: 767.98px) {
  #hero .welcome5-section-area { padding-top: 196px !important; }
}

/* Final product showcase gap override */
#hero .welcome5-images-area {
  margin-top: 182px !important;
}

@media (max-width: 991.98px) {
  #hero .welcome5-images-area { margin-top: 140px !important; }
}

@media (max-width: 767.98px) {
  #hero .welcome5-images-area { margin-top: 96px !important; }
}

/* Final feature section background override */
.others-tools-section-area {
  background: var(--color-primary-light) !important;
  width: 100%;
  overflow: clip;
}

.others-tools-section-area::before {
  display: none !important;
}

/* Final mobile hero containment */
html,
body.homepage5-body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  #hero,
  #hero .welcome5-section-area {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  #hero .welcome5-section-area {
    padding: 164px 0 64px !important;
  }

  #hero .container {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding-inline: 18px !important;
  }

  #hero .container > .row {
    width: 100%;
    margin-inline: 0 !important;
  }

  #hero .container > .row > .col-lg-10 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding-inline: 0 !important;
  }

  #hero .welcome5-header-area {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-items: stretch;
    text-align: left !important;
  }

  #hero .welcome5-header-area h1 {
    width: 100%;
    max-width: 100%;
    margin-inline: 0 !important;
    padding: .08em 0 !important;
    font-size: clamp(1.95rem, 8.8vw, 2.5rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -.025em !important;
    text-align: left !important;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
  }

  #hero .welcome5-header-area h1[data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  #hero .welcome5-header-area > .btn-area {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    gap: 12px;
  }

  #hero .welcome5-header-area > .btn-area > * {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
  }

  #hero .welcome5-images-area {
    width: 100%;
    max-width: 100%;
    margin-top: 64px !important;
  }
}

@media (max-width: 359.98px) {
  #hero .container {
    padding-inline: 14px !important;
  }

  #hero .welcome5-header-area h1 {
    font-size: 1.85rem !important;
  }
}

.others-tools-section-area .container {
  width: min(100% - 48px, 1536px);
  max-width: 1536px;
  margin-inline: auto;
}

.others-tools-section-area .tools-header-area h2 {
  max-width: 1100px;
  text-wrap: balance;
}

.tools5-boxarea p {
  overflow-wrap: anywhere;
}

@media (min-width: 1200px) {
  .others-tools-section-area {
    padding-block: clamp(112px, 8vw, 160px) !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .others-tools-section-area {
    padding-block: 104px !important;
  }

  .others-tools-section-area .container {
    width: min(100% - 48px, 960px);
  }

  .others-tools-section-area .tools-header-area {
    max-width: 760px;
  }

  .others-tools-section-area .tools-header-area h2 {
    font-size: clamp(2.5rem, 5.5vw, 4rem) !important;
  }

  .others-tools-section-area .tools-tabs-area > .space60 {
    height: 44px;
  }

  #pills-home > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  #pills-home > .row > div:nth-child(n) {
    grid-column: span 1 !important;
  }

  #pills-home > .row > div:last-child {
    grid-column: 1 / -1 !important;
  }

  .tools5-boxarea,
  #pills-home > .row > div:nth-child(1) .tools5-boxarea {
    min-height: 220px;
    padding: 26px !important;
  }
}

@media (max-width: 767.98px) {
  .others-tools-section-area {
    padding-block: 80px !important;
  }

  .others-tools-section-area .container {
    width: min(100% - 32px, 640px);
    padding-inline: 0 !important;
  }

  .others-tools-section-area .tools-header-area {
    max-width: 100%;
  }

  .others-tools-section-area .tools-header-area h2 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 10.5vw, 3.35rem) !important;
    line-height: 1.12 !important;
  }

  .others-tools-section-area .tools-tabs-area > .space60 {
    height: 34px;
  }

  #pills-home > .row {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  #pills-home > .row > div:nth-child(n),
  #pills-home > .row > div:last-child {
    grid-column: 1 !important;
  }

  .tools5-boxarea,
  #pills-home > .row > div:nth-child(1) .tools5-boxarea {
    min-height: 0;
    padding: 22px !important;
    border-radius: 16px !important;
  }

  .tools5-boxarea .images {
    align-items: flex-start;
    gap: 14px;
  }

  .tools5-boxarea .img1 {
    width: 48px !important;
    height: 48px !important;
    padding: 11px;
  }

  .tools5-boxarea .content {
    min-width: 0;
  }

  .tools5-boxarea .content a span {
    display: block;
    font-size: 17px !important;
    line-height: 1.4 !important;
    overflow-wrap: anywhere;
  }

  .tools5-boxarea p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
}

@media (max-width: 359.98px) {
  .others-tools-section-area .container {
    width: calc(100% - 24px);
  }

  .others-tools-section-area .tools-header-area h2 {
    font-size: 2rem !important;
  }

  .tools5-boxarea,
  #pills-home > .row > div:nth-child(1) .tools5-boxarea {
    padding: 18px !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .tools5-boxarea:hover {
    transform: none !important;
  }

  .tools5-boxarea:hover .img1,
  .tools5-boxarea:hover::before {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tools5-boxarea,
  .tools5-boxarea .img1,
  .tools5-boxarea::before {
    transition: none !important;
  }
}

/* ── Background section ── */
.o5-bg-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ── Feature Showcase Blocks ── */
.o5-showcase {
  padding: 60px 0;
  position: relative;
}
.o5-showcase + .o5-showcase {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Image column */
.o5-showcase__media {
  padding: 0 24px;
}
.o5-showcase__media img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

/* Text column */
.o5-showcase__body {
  padding: 0 40px;
}

/* Small tag above title */
.o5-showcase__tag {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0ea5e9;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.2);
}

.o5-showcase__body h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 14px;
}

.o5-showcase__lead {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 32px;
}

/* 2-col sub-points grid */
.o5-showcase__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.o5-showcase__point {
  position: relative;
  padding-left: 16px;
}
.o5-showcase__point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 20px;
  background: #0ea5e9;
  border-radius: 3px;
}
.o5-showcase__point h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.4;
}
.o5-showcase__point p {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* Flip layout: text first, image second */
.o5-showcase--flip .row {
  flex-direction: row-reverse;
}

/* ── Color variants ── */
/* Green tag + points */
.o5-showcase__tag--green {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.2);
}
.o5-showcase__point--green::before {
  background: #22c55e;
}

/* Orange tag + points */
.o5-showcase__tag--orange {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.2);
}
.o5-showcase__point--orange::before {
  background: #f59e0b;
}

/* Responsive */
@media (max-width: 991px) {
  .o5-showcase {
    padding: 36px 0;
  }
  .o5-showcase__body {
    padding: 24px 16px 0;
  }
  .o5-showcase__body h2 {
    font-size: 22px;
  }
  .o5-showcase__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .o5-showcase--flip .row {
    flex-direction: column-reverse;
  }
}

/* Final showcase overrides: this block intentionally comes after the legacy rules above. */
#features.o5-bg-section {
  position: relative;
  isolation: isolate;
  background-color: #03111f !important;
  background-image: url('/images/bg.webp') !important;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#features .others-tools-section-area {
  position: relative;
  border-top: 1px solid rgba(112, 190, 255, .14);
  background: transparent !important;
  padding: clamp(64px, 8vw, 112px) 0 clamp(78px, 9vw, 130px) !important;
}

#features .others-tools-section-area .container {
  width: min(calc(100% - 48px), 1420px);
  max-width: 1420px;
  margin-inline: auto;
}

#features .others-tools-section-area .tools-header-area {
  max-width: 860px;
  margin-inline: auto;
}

#features .others-tools-section-area .tools-header-area > span {
  color: #7dd3fc !important;
}

#features .others-tools-section-area .tools-header-area h2 {
  color: #fff !important;
  font-family: "Outfit", "Be Vietnam Pro", sans-serif;
  font-size: clamp(2rem, 3.7vw, 4rem) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

#features .others-tools-section-area .tools-tabs-area > .space60 {
  height: clamp(28px, 4vw, 54px);
}

#features #pills-home > .row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
  margin: 0 !important;
}

#features #pills-home > .row > div {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#features #pills-home .tools5-boxarea {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 12px !important;
  border: 1px solid rgba(148, 211, 255, .22) !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, rgba(17, 44, 65, .92), rgba(4, 20, 35, .9)) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease !important;
}

#features #pills-home .tools5-boxarea:hover {
  border-color: rgba(107, 211, 255, .62) !important;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .34), 0 0 0 1px rgba(107, 211, 255, .08) !important;
  transform: translateY(-7px) !important;
}

#features #pills-home .tools5-boxarea .images {
  display: block;
  min-height: 0;
  padding: 0 !important;
  border: 0;
  background: transparent !important;
}

#features #pills-home .tools5-boxarea .img1 {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
}

#features #pills-home .tools5-boxarea .img1 img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  border-radius: 14px;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .8, .2, 1), filter .65s ease;
}

#features #pills-home .tools5-boxarea:hover .img1 img {
  filter: brightness(1.08) saturate(1.08);
  transform: scale(1.045);
}

#features #pills-home .tools5-boxarea .content {
  min-height: 54px;
  padding: 15px 3px 4px;
}

#features #pills-home .tools5-boxarea .content a {
  color: #fff !important;
  text-decoration: none;
}

#features #pills-home .tools5-boxarea .content a span {
  display: block;
  color: #fff !important;
  font-family: "Outfit", "Be Vietnam Pro", sans-serif;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.25;
}

#features #pills-home .tools5-boxarea > p {
  flex: 1 1 auto;
  min-height: 72px;
  margin: 0 !important;
  padding: 0 3px 7px;
  color: rgba(255, 255, 255, .72) !important;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 12px !important;
  line-height: 1.55;
}

#features #pills-home .tools5-boxarea > .space16 {
  display: none;
}

@media (max-width: 1199px) {
  #features #pills-home > .row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  #features .others-tools-section-area .container {
    width: min(calc(100% - 36px), 760px);
  }

  #features #pills-home > .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #features .others-tools-section-area {
    padding-block: 64px !important;
  }

  #features #pills-home > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  #features #pills-home .tools5-boxarea .img1 {
    height: 190px;
  }
}

@media (max-width: 480px) {
  #features .others-tools-section-area .container {
    width: calc(100% - 28px);
  }

  #features #pills-home > .row {
    grid-template-columns: 1fr;
  }

  #features #pills-home .tools5-boxarea .img1 {
    height: 240px;
  }
}

#features .o5-showcase__point p,
#features .o5-showcase__lead {
  color: #fff !important;
  opacity: 1 !important;
}

#features.o5-bg-section {
  overflow: hidden;
  background-position: center top;
}

#features .o5-showcase {
  padding: 34px 0 !important;
}

#features .o5-showcase + .o5-showcase {
  border-top-color: rgba(112, 190, 255, .14);
}

#features .o5-showcase--flip .row {
  flex-direction: row !important;
}

#features .o5-showcase__media {
  padding: 0 18px;
}

#features .o5-showcase__media img {
  max-height: 380px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(112, 190, 255, .14);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}

#features .o5-showcase__body {
  padding: 0 30px;
}

#features .o5-showcase__tag {
  margin-bottom: 10px;
  padding: 5px 12px;
  font-size: 11px;
}

#features .o5-showcase__body h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.15vw, 34px);
  line-height: 1.16;
}

#features .o5-showcase__grid {
  gap: 16px 24px;
}

#features .o5-showcase__point {
  padding-left: 14px;
}

#features .o5-showcase__point h4 {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.35;
}

#features .o5-showcase__point p {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  #features .o5-showcase {
    padding: 28px 0 !important;
  }

  #features .o5-showcase--flip .row {
    flex-direction: column-reverse !important;
  }

  #features .o5-showcase__media img {
    max-height: none;
  }

  #features .o5-showcase__body {
    padding: 20px 16px 0;
  }
}

@media (max-width: 575px) {
  #features .o5-showcase {
    padding: 22px 0 !important;
  }

  #features .o5-showcase__media {
    padding: 0 10px;
  }

  #features .o5-showcase__body {
    padding-inline: 10px;
  }

  #features .o5-showcase__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

