/* FTI FPT Camera AI - consolidated CSS bundle. */

/* ===== ipcamera-ai-v2.css ===== */
.fti-camera-ai-v2 { margin: 0; background: #fff; }
.fti-camera-ai-v2 > .containerHeaderHome,
.fti-camera-ai-v2 > footer { display: none !important; }
.fti-camera-ai-v2 .containerContent { padding-top: 0; }
.camera-v2-page { --orange:#ee722a; --orange2:#ff9700; --blue:#006edb; --blue-dark:#003f82; --light-blue:#acd5fa; --text:#4a4a4a; color:var(--text); background:#fff; overflow:hidden; font-family:Inter,Arial,sans-serif; font-size:16px; }
.camera-v2-page *, .camera-v2-page *::before, .camera-v2-page *::after { box-sizing:border-box; }
.camera-v2-page img { display:block; max-width:100%; }
.camera-v2-page a { text-decoration:none; }
.camera-v2-page [id] { scroll-margin-top:24px; }
.camera-v2-container { width:100%; max-width:1200px; margin:0 auto; padding:0 16px; }
.camera-v2-section { padding:80px 0; }
.camera-v2-page h2 { margin:0; color:var(--orange); font-size:36px; font-weight:650; line-height:1.05; letter-spacing:-.025em; }
.camera-v2-page .camera-v2-subheading { margin:15px 0 0; color:var(--blue); font-size:24px; font-weight:600; line-height:1.22; }
.camera-v2-center { text-align:center; }
.camera-v2-title-block { margin-bottom:44px; }
.camera-v2-heading { margin:0 0 30px !important; text-align:center; }

.camera-v2-header { position:absolute; inset:0 0 auto; z-index:20; background:transparent; }
.camera-v2-header__inner { display:flex; min-height:104px; align-items:center; justify-content:space-between; gap:20px; }
.camera-v2-nav { display:flex; align-items:center; gap:3px; }
.camera-v2-nav a { display:inline-flex; padding:10px; color:var(--blue); font-size:18px; font-weight:600; letter-spacing:-.015em; }
.camera-v2-nav a:hover { color:var(--orange); }
.camera-v2-header__actions { display:flex; flex-shrink:0; align-items:center; gap:12px; }
.camera-v2-phone { display:inline-flex; height:56px; min-width:160px; align-items:center; justify-content:center; border:1px solid var(--orange); border-radius:999px; color:var(--orange); font-size:18px; font-weight:600; gap:7px; background:#fff; }
.camera-v2-menu-toggle { display:none; width:42px; height:42px; padding:9px; border:0; background:transparent; }
.camera-v2-menu-toggle span { display:block; height:2px; margin:5px 0; background:#fff; }
.camera-v2-btn { display:inline-flex; min-height:56px; min-width:164px; align-items:center; justify-content:center; padding:13px 24px; border:0; border-radius:999px; color:#fff; background:linear-gradient(90deg,var(--orange2),var(--orange)); box-shadow:none; font-size:18px; font-weight:650; gap:10px; transition:filter .2s, transform .2s; }
.camera-v2-btn:hover { color:#fff; filter:saturate(1.15) brightness(.97); transform:translateY(-1px); }
.camera-v2-btn b { display:grid; width:34px; height:34px; place-items:center; border-radius:50%; color:var(--orange); background:#fff; font-size:19px; }
.camera-v2-btn--small { min-width:140px; }

.camera-v2-hero { position:relative; min-height:745px; padding-top:128px; background:#d7edff url("../images/ipcamera-ai/hero-background.jpg") center bottom/cover no-repeat; }
.camera-v2-hero__grid { display:grid; min-height:617px; grid-template-columns:46% 54%; align-items:center; gap:20px; }
.camera-v2-hero__copy { position:relative; z-index:2; align-self:start; padding-top:74px; }
.camera-v2-hero__eyebrow { margin:0 0 10px; color:var(--blue); font-size:28px; font-weight:650; line-height:1.1; letter-spacing:-.025em; }
.camera-v2-hero h1 { margin:0 0 12px; color:var(--orange); font-size:72px; font-weight:750; line-height:1; letter-spacing:-.055em; }
.camera-v2-hero__brand { display:flex; align-items:center; margin-bottom:20px; gap:10px; }
.camera-v2-hero__brand span { color:var(--blue); font-size:32px; font-weight:500; }
.camera-v2-hero__brand img { width:210px; height:auto; object-fit:contain; }
.camera-v2-hero__lead { max-width:500px; margin:0 0 28px; color:#2f475d; font-size:18px; font-weight:500; line-height:1.55; }
.camera-v2-hero__visual { align-self:end; }
.camera-v2-hero__visual img { width:100%; max-height:620px; object-fit:contain; object-position:center bottom; }

.camera-v2-why { padding-top:76px; padding-bottom:104px; }
.camera-v2-why__grid { display:grid; grid-template-columns:48% 52%; align-items:center; }
.camera-v2-why__visual { position:relative; min-height:570px; }
.camera-v2-why__visual::after { position:absolute; inset:10% 8% 10% 2%; z-index:-1; border-radius:50%; content:""; background:#e5f3ff; filter:blur(35px); }
.camera-v2-why__visual img { position:absolute; top:35px; right:-25px; width:760px; max-width:none; }
.camera-v2-why__copy { position:relative; z-index:1; padding-left:34px; }
.camera-v2-info-list { display:grid; margin-top:32px; gap:16px; }
.camera-v2-info-list > div { display:flex; min-height:78px; max-width:600px; align-items:center; padding:15px 24px; border:1px solid transparent; border-radius:16px; background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,var(--light-blue),var(--blue)) border-box; box-shadow:0 20px 20px rgba(56,56,56,.1); gap:14px; }
.camera-v2-info-list > div:nth-child(2) { margin-left:34px; }
.camera-v2-info-list > div:nth-child(3) { margin-left:68px; }
.camera-v2-info-list > div:nth-child(4) { margin-left:102px; }
.camera-v2-info-list i, .camera-v2-solution li i, .camera-v2-feature-grid i { display:grid; flex:0 0 auto; width:27px; height:27px; place-items:center; border-radius:50%; color:#fff; background:linear-gradient(90deg,var(--light-blue),var(--blue)); font-style:normal; font-size:14px; font-weight:800; }
.camera-v2-info-list p { margin:0; font-size:16px; line-height:1.35; }
.camera-v2-info-list strong { color:var(--blue); }

.camera-v2-ecosystem { padding-top:60px; padding-bottom:70px; background:#f9fcff; }
.camera-v2-ecosystem .camera-v2-subheading { margin-bottom:26px; }
.camera-v2-ecosystem picture { display:block; margin:34px auto 0; }
.camera-v2-ecosystem img { width:100%; max-width:1080px; margin:0 auto; object-fit:contain; }

.camera-v2-solutions { padding-top:78px; padding-bottom:62px; background:#fff; }
.camera-v2-solution-list { display:grid; gap:28px; }
.camera-v2-solution { display:grid; overflow:hidden; grid-template-columns:65% 35%; align-items:center; border:1px solid transparent; border-radius:20px; background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,var(--light-blue),var(--blue)) border-box; box-shadow:0 20px 20px rgba(56,56,56,.1); }
.camera-v2-solution--reverse { grid-template-columns:35% 65%; }
.camera-v2-solution--reverse .camera-v2-solution__image { order:2; }
.camera-v2-solution__image { height:400px; overflow:hidden; padding:18px; }
.camera-v2-solution__image img { width:100%; height:100%; border-radius:16px; object-fit:cover; }
.camera-v2-solution__copy { padding:34px 30px; text-align:left; }
.camera-v2-solution__copy > span { color:var(--blue); font-size:19px; font-weight:600; }
.camera-v2-solution h3 { margin:4px 0 25px; color:var(--orange); font-size:27px; font-weight:650; line-height:1.2; }
.camera-v2-solution ul { display:grid; margin:0; padding:0; list-style:none; gap:18px; }
.camera-v2-solution li { display:flex; align-items:flex-start; gap:10px; }
.camera-v2-solution li i { width:20px; height:20px; margin-top:1px; font-size:10px; }
.camera-v2-solution li span { color:var(--text); font-size:16px; line-height:1.35; }
.camera-v2-solutions > .camera-v2-container > .camera-v2-center:last-child { margin-top:34px; }

.camera-v2-vmsmart { padding-top:48px; padding-bottom:65px; background:#fff; }
.camera-v2-vmsmart__body { position:relative; display:grid; min-height:610px; grid-template-columns:44% 56%; align-items:center; margin-top:32px; }
.camera-v2-feature-grid { position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.camera-v2-feature-grid > div { display:flex; min-height:220px; flex-direction:column; align-items:center; justify-content:center; padding:24px 22px; border-radius:20px; background:linear-gradient(90deg,#dbeeff,#e9f8ff); text-align:center; }
.camera-v2-feature-grid i { width:58px; height:58px; margin-bottom:14px; font-size:29px; }
.camera-v2-feature-grid p { margin:0; color:#333; font-size:16px; font-weight:600; line-height:1.4; }
.camera-v2-feature-grid strong { color:var(--blue); }
.camera-v2-vmsmart__body picture { position:absolute; right:-35px; top:25px; width:70%; }
.camera-v2-vmsmart__body picture img { width:100%; object-fit:contain; }

.camera-v2-products { padding:40px 0 30px; }
.camera-v2-product-panel { overflow:hidden; border-radius:24px; background:#fff; box-shadow:0 20px 20px rgba(173,213,255,.3); }
.camera-v2-panel-title { display:flex; min-height:112px; align-items:center; justify-content:center; padding:20px; background:linear-gradient(90deg,#dbeeff,#e9f8ff); text-align:center; }
.camera-v2-panel-title p { margin:0; color:var(--blue); font-size:24px; font-weight:600; line-height:1.25; }
.camera-v2-panel-title strong { font-weight:700; }
.camera-v2-product-tabs { display:flex; overflow-x:auto; padding:32px 18px 5px; gap:14px; scrollbar-width:none; }
.camera-v2-product-tabs::-webkit-scrollbar { display:none; }
.camera-v2-product-tab { flex:1 0 135px; min-height:58px; padding:8px 12px; border:1px solid var(--light-blue); border-radius:8px; color:var(--blue); background:#fff; font-size:14px; font-weight:600; line-height:1.25; cursor:pointer; }
.camera-v2-product-tab.is-active, .camera-v2-product-tab:hover { color:#fff; border-color:transparent; background:linear-gradient(90deg,#4db8ef,var(--blue)); }
.camera-v2-product-detail { display:grid; grid-template-columns:52% 48%; align-items:center; min-height:570px; padding:28px 44px 44px; }
.camera-v2-product-detail__visual { text-align:center; }
.camera-v2-product-detail__visual p { margin:0 0 8px; color:var(--blue); font-size:18px; font-weight:600; }
.camera-v2-product-detail__visual img { width:100%; height:420px; object-fit:contain; }
.camera-v2-product-detail__copy { padding-left:34px; }
.camera-v2-product-detail__copy h3 { margin:0 0 26px; color:var(--orange); font-size:30px; font-weight:650; line-height:1.2; }
.camera-v2-spec-grid { display:grid; grid-template-columns:1fr 1fr; margin-bottom:26px; border:1px solid #d8e8f8; border-radius:14px; }
.camera-v2-spec-grid > div { min-height:90px; padding:16px; border-right:1px solid #d8e8f8; border-bottom:1px solid #d8e8f8; }
.camera-v2-spec-grid > div:nth-child(2n) { border-right:0; }
.camera-v2-spec-grid > div:nth-last-child(-n+2) { border-bottom:0; }
.camera-v2-spec-grid span { display:block; margin-bottom:6px; color:#727272; font-size:13px; }
.camera-v2-spec-grid strong { color:var(--blue); font-size:20px; }
.camera-v2-product-detail__copy ul { margin:0; padding-left:20px; color:#555; }
.camera-v2-product-detail__copy li { margin:8px 0; line-height:1.35; }

.camera-v2-nvr { padding:18px 0 70px; }
.camera-v2-nvr__body { position:relative; display:grid; grid-template-columns:50% 50%; align-items:center; min-height:570px; padding:34px; }
.camera-v2-nvr__body .camera-v2-feature-grid > div { min-height:205px; }
.camera-v2-nvr__body > img { width:115%; max-width:none; height:480px; object-fit:contain; }

.camera-v2-projects { padding-top:72px; padding-bottom:72px; background:#f8fcff; }
.camera-v2-projects .camera-v2-subheading strong { color:var(--orange); font-size:32px; }
.camera-v2-project-tabs { display:flex; max-width:940px; margin:44px auto 24px; justify-content:center; gap:14px; }
.camera-v2-project-tabs button { min-width:165px; min-height:62px; padding:8px 14px; border:1px solid var(--light-blue); border-radius:8px; color:var(--blue); background:#fff; font-size:15px; font-weight:600; line-height:1.25; }
.camera-v2-project-tabs button.is-active, .camera-v2-project-tabs button:hover { color:#fff; background:linear-gradient(90deg,#4db8ef,var(--blue)); }
.camera-v2-video { display:grid; width:min(100%,1000px); aspect-ratio:16/9; place-items:center; margin:0 auto; overflow:hidden; border-radius:12px; background:linear-gradient(135deg,#050505,#1a1a1a); box-shadow:0 18px 38px rgba(0,0,0,.16); }
.camera-v2-video span { display:grid; width:82px; height:82px; place-items:center; padding-left:6px; border-radius:50%; color:var(--orange); background:#fff; box-shadow:0 10px 30px rgba(0,0,0,.35); font-size:34px; }

.camera-v2-partners { padding-top:52px; padding-bottom:72px; background:#fff; }
.camera-v2-partner-grid { display:grid; max-width:900px; grid-template-columns:repeat(4,1fr); margin:52px auto 0; row-gap:52px; }
.camera-v2-partner-grid > div { display:grid; height:90px; place-items:center; padding:10px 25px; }
.camera-v2-partner-grid img { width:auto; max-width:170px; height:auto; max-height:76px; object-fit:contain; }

.camera-v2-awards { position:relative; padding-top:76px; padding-bottom:90px; background:radial-gradient(circle at 50% 15%,#dcefff 0,#b9dcff 48%,#9dcbf7 100%); }
.camera-v2-award-row { display:flex; overflow-x:auto; margin-top:48px; padding:5px 0 24px; gap:16px; scroll-snap-type:x mandatory; scrollbar-width:thin; }
.camera-v2-award-row article { display:flex; flex:0 0 218px; min-height:360px; flex-direction:column; padding:16px; border-radius:20px; background:#fff; scroll-snap-align:start; }
.camera-v2-award-row img { width:100%; height:205px; margin-bottom:18px; object-fit:contain; }
.camera-v2-award-row article > div { margin-top:auto; }
.camera-v2-award-row h3 { margin:0 0 10px; color:#333; font-size:14px; font-weight:650; line-height:1.35; text-transform:uppercase; }
.camera-v2-award-row p { margin:0; color:var(--blue); font-size:16px; font-weight:600; line-height:1.35; }

.camera-v2-contact { padding:48px 0; background:#fff; }
.camera-v2-contact__panel { display:grid; overflow:hidden; grid-template-columns:1fr 1fr; padding:0; border-radius:4px; box-shadow:0 18px 45px rgba(0,74,145,.12); }
.camera-v2-contact__image { min-height:650px; background:url("../images/ipcamera-ai/lien-he.jpg") center/cover no-repeat; }
.camera-v2-contact__form { padding:38px 32px; background:linear-gradient(90deg,#dbeeff,#e9f8ff); }
.camera-v2-contact__form h2 { text-align:center; }
.camera-v2-contact__form > p { margin:14px 0 28px; color:var(--blue); text-align:center; font-size:16px; font-weight:600; }
.camera-v2-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.camera-v2-form-grid label { color:var(--blue); font-size:14px; font-weight:650; text-align:left; }
.camera-v2-form-grid em { color:#d60000; font-style:normal; }
.camera-v2-form-grid input, .camera-v2-form-grid select, .camera-v2-form-grid textarea { display:block; width:100%; margin-top:8px; padding:12px; border:1px solid #bdcddd; border-radius:6px; color:#444; background:#fff; font:inherit; font-weight:400; }
.camera-v2-form-grid textarea { resize:vertical; }
.camera-v2-form-full { grid-column:1/-1; }
.camera-v2-contact__form .camera-v2-btn { width:100%; margin-top:24px; }

.camera-v2-footer { padding:58px 0 20px; color:#fff; background:#043568; }
.camera-v2-footer__grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:60px; }
.camera-v2-footer__grid > div:first-child img { width:150px; filter:brightness(0) invert(1); }
.camera-v2-footer h3 { margin:0 0 20px; color:#8bc4ff; font-size:15px; text-transform:uppercase; }
.camera-v2-footer a, .camera-v2-footer p { display:block; margin:0 0 10px; color:rgba(255,255,255,.85); font-size:14px; }
.camera-v2-footer__bottom { margin-top:35px; padding-top:20px; border-top:1px solid rgba(255,255,255,.2); color:rgba(255,255,255,.6); font-size:12px; }

@media (max-width:1100px) {
  .camera-v2-nav a { padding:8px 6px; font-size:15px; }
  .camera-v2-phone { min-width:140px; font-size:16px; }
  .camera-v2-btn--small { min-width:120px; }
  .camera-v2-info-list > div:nth-child(n) { margin-left:0; }
  .camera-v2-vmsmart__body { min-height:540px; }
  .camera-v2-feature-grid > div { min-height:190px; }
}

@media (max-width:992px) {
  .camera-v2-header { background:var(--light-blue); }
  .camera-v2-header__inner { min-height:70px; }
  .camera-v2-menu-toggle { display:block; }
  .camera-v2-nav { position:absolute; top:70px; left:0; display:none; width:100%; flex-direction:column; align-items:stretch; padding:14px 22px 24px; background:#fff; box-shadow:0 16px 30px rgba(0,0,0,.12); }
  .camera-v2-nav.is-open { display:flex; }
  .camera-v2-nav a { padding:10px 4px; font-size:16px; }
  .camera-v2-header__actions { margin-left:auto; }
  .camera-v2-phone { height:42px; min-width:135px; background:#fff; }
  .camera-v2-btn--small { min-height:42px; min-width:105px; padding:8px 16px; font-size:15px; }
  .camera-v2-hero { min-height:690px; padding-top:92px; }
  .camera-v2-hero__grid { min-height:598px; grid-template-columns:48% 52%; }
  .camera-v2-hero__copy { padding-top:48px; }
  .camera-v2-hero h1 { font-size:54px; }
  .camera-v2-hero__eyebrow { font-size:22px; }
  .camera-v2-hero__brand span { font-size:23px; }
  .camera-v2-hero__brand img { width:155px; }
  .camera-v2-why__grid { grid-template-columns:44% 56%; }
  .camera-v2-why__visual img { right:-10px; width:590px; }
  .camera-v2-solution, .camera-v2-solution--reverse { grid-template-columns:58% 42%; }
  .camera-v2-solution--reverse { grid-template-columns:42% 58%; }
  .camera-v2-vmsmart__body { display:block; min-height:auto; }
  .camera-v2-vmsmart__body picture { position:relative; right:auto; top:auto; display:block; width:90%; margin:-40px auto 0; }
  .camera-v2-feature-grid { width:62%; }
  .camera-v2-product-detail { grid-template-columns:1fr; }
  .camera-v2-product-detail__copy { padding:10px 25px 0; }
  .camera-v2-nvr__body { grid-template-columns:1fr; }
  .camera-v2-nvr__body > img { width:100%; }
}

@media (max-width:768px) {
  .camera-v2-section { padding:58px 0; }
  .camera-v2-page h2 { font-size:27px; }
  .camera-v2-page .camera-v2-subheading { font-size:18px; }
  .camera-v2-phone { min-width:0; padding:0 12px; font-size:14px; }
  .camera-v2-btn--small { min-width:90px; }
  .camera-v2-hero { min-height:auto; padding-top:88px; background-image:url("../images/ipcamera-ai/hero-background-mobile.jpg"); }
  .camera-v2-hero__grid { display:flex; min-height:auto; flex-direction:column; }
  .camera-v2-hero__copy { padding-top:34px; text-align:center; }
  .camera-v2-hero h1 { font-size:48px; }
  .camera-v2-hero__brand { justify-content:center; }
  .camera-v2-hero__lead { margin-right:auto; margin-left:auto; font-size:15px; }
  .camera-v2-hero__visual { width:100%; }
  .camera-v2-hero__visual img { max-height:470px; }
  .camera-v2-why__grid { display:flex; flex-direction:column-reverse; }
  .camera-v2-why__copy { padding-left:0; text-align:center; }
  .camera-v2-info-list { text-align:left; }
  .camera-v2-why__visual { width:100%; min-height:350px; }
  .camera-v2-why__visual img { top:20px; right:50%; width:520px; transform:translateX(50%); }
  .camera-v2-solution, .camera-v2-solution--reverse { grid-template-columns:1fr; }
  .camera-v2-solution--reverse .camera-v2-solution__image { order:0; }
  .camera-v2-solution__image { height:270px; }
  .camera-v2-solution__copy { padding:25px 24px 30px; }
  .camera-v2-feature-grid { width:100%; }
  .camera-v2-feature-grid > div { min-height:175px; padding:18px 14px; }
  .camera-v2-feature-grid p { font-size:13px; }
  .camera-v2-vmsmart__body picture { width:100%; margin:-10px auto 0; }
  .camera-v2-product-detail { min-height:auto; padding:22px 15px 34px; }
  .camera-v2-product-detail__visual img { height:320px; }
  .camera-v2-product-detail__copy { padding:0; }
  .camera-v2-product-detail__copy h3 { text-align:center; font-size:24px; }
  .camera-v2-nvr__body { padding:20px 15px; }
  .camera-v2-project-tabs { overflow-x:auto; justify-content:flex-start; padding-bottom:8px; }
  .camera-v2-project-tabs button { flex:0 0 145px; }
  .camera-v2-partner-grid { grid-template-columns:repeat(2,1fr); row-gap:28px; }
  .camera-v2-contact__panel { grid-template-columns:1fr; margin-right:16px; margin-left:16px; }
  .camera-v2-contact__image { min-height:330px; }
  .camera-v2-contact__form { padding:32px 20px; }
  .camera-v2-footer__grid { grid-template-columns:1fr 1fr; gap:35px; }
  .camera-v2-footer__grid > div:first-child { grid-column:1/-1; }
}

@media (max-width:480px) {
  .camera-v2-header__actions { gap:6px; }
  .camera-v2-phone span { display:none; }
  .camera-v2-btn--small { min-width:78px; padding:7px 12px; }
  .camera-v2-info-list > div { min-height:68px; padding:13px 15px; }
  .camera-v2-info-list p { font-size:14px; }
  .camera-v2-feature-grid { gap:10px; }
  .camera-v2-feature-grid > div { min-height:160px; }
  .camera-v2-feature-grid i { width:44px; height:44px; font-size:22px; }
  .camera-v2-spec-grid { grid-template-columns:1fr; }
  .camera-v2-spec-grid > div { border-right:0; border-bottom:1px solid #d8e8f8 !important; }
  .camera-v2-spec-grid > div:last-child { border-bottom:0 !important; }
  .camera-v2-form-grid { grid-template-columns:1fr; }
  .camera-v2-form-full { grid-column:auto; }
  .camera-v2-footer__grid { grid-template-columns:1fr; }
  .camera-v2-footer__grid > div:first-child { grid-column:auto; }
}

@media (prefers-reduced-motion:reduce) { .camera-v2-page *, .camera-v2-page *::before, .camera-v2-page *::after { transition:none !important; scroll-behavior:auto !important; } }


/* ===== ipcamera-ai-camera-section-fix.css ===== */
/* Source-faithful Camera AI product panel. */
.camera-v2-products {
  padding: 40px 0 28px;
}

.camera-v2-products .camera-v2-heading {
  margin-bottom: 32px !important;
  color: #ee722a;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.camera-v2-products .camera-v2-product-panel {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 20px 0 rgba(173, 214, 255, .3);
}

.camera-v2-products .camera-v2-panel-title {
  min-height: 112px;
  padding: 20px;
  background: linear-gradient(90deg, hsl(212, 89%, 86%), hsl(196, 100%, 92%));
}

.camera-v2-products .camera-v2-panel-title p {
  color: #006edb;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.camera-v2-products .camera-v2-panel-title strong {
  font-weight: 600;
}

.camera-v2-products .camera-v2-product-tabs {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow-x: auto;
  margin-top: 32px;
  padding: 0 16px;
  gap: 16px;
}

.camera-v2-products .camera-v2-product-tab {
  flex: 0 0 128px;
  min-height: 58px;
  padding: 8px 12px;
  border: 1px solid #acd2ff;
  border-radius: 8px;
  color: #006edb;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.camera-v2-products .camera-v2-product-tab.is-active,
.camera-v2-products .camera-v2-product-tab:hover {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(90deg, #bad8fb, #72c9ff);
}

.camera-v2-products .camera-v2-product-detail {
  display: flex;
  min-height: 0;
  align-items: flex-start;
  justify-content: center;
  padding: 48px 80px;
}

.camera-v2-products .camera-v2-product-detail__copy {
  order: 1;
  width: 50%;
  padding: 0 16px;
}

.camera-v2-products .camera-v2-product-detail__visual {
  order: 2;
  width: 50%;
  padding: 0 16px;
}

.camera-v2-products .camera-v2-product-detail__visual > p {
  display: none;
}

.camera-v2-products .camera-v2-product-detail__copy h3 {
  margin: 0 0 32px;
  color: #1f2937;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

.camera-v2-products .camera-v2-spec-grid {
  display: flex;
  flex-direction: column;
  margin: 0;
  border: 0;
  border-radius: 0;
  gap: 8px;
}

.camera-v2-products .camera-v2-spec-grid > div {
  display: grid;
  min-height: 0;
  grid-template-columns: 1fr 1fr;
  padding: 8px;
  border: 0 !important;
  color: #161616;
  font-size: 16px;
  line-height: 1.5;
  gap: 12px;
}

.camera-v2-products .camera-v2-spec-grid span,
.camera-v2-products .camera-v2-spec-grid strong {
  margin: 0;
  color: #161616;
  font-size: 16px;
  line-height: 1.5;
}

.camera-v2-products .camera-v2-spec-grid span {
  font-weight: 400;
}

.camera-v2-products .camera-v2-spec-grid strong {
  font-weight: 600;
}

.camera-v2-products .camera-v2-product-detail__copy ul {
  display: flex;
  flex-direction: column;
  margin: 8px 0 0;
  padding: 0;
  color: #161616;
  list-style: none;
  gap: 8px;
}

.camera-v2-products .camera-v2-product-detail__copy li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 8px;
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  gap: 12px;
}

.camera-v2-products .camera-v2-product-detail__copy li::before {
  color: #161616;
  font-weight: 400;
}

.camera-v2-products .camera-v2-product-detail__copy li:nth-child(1)::before { content: "Công nghệ AI"; }
.camera-v2-products .camera-v2-product-detail__copy li:nth-child(2)::before { content: "Tích hợp Mic trong"; }
.camera-v2-products .camera-v2-product-detail__copy li:nth-child(3)::before { content: "Lưu trữ"; }
.camera-v2-products .camera-v2-product-detail__copy li:nth-child(4)::before { content: "Quản lý đa nền tảng"; }

.camera-v2-products .camera-v2-gallery-frame {
  position: relative;
  display: flex;
  height: 450px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.camera-v2-products .camera-v2-gallery-frame #camera-v2-product-image {
  width: 50%;
  height: 50%;
  object-fit: contain;
  transition: opacity .2s ease;
}

.camera-v2-products .camera-v2-gallery-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #161616;
  background: rgba(255,255,255,.85);
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  font-size: 29px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.camera-v2-products .camera-v2-gallery-arrow--prev { left: 8px; }
.camera-v2-products .camera-v2-gallery-arrow--next { right: 8px; }

.camera-v2-products .camera-v2-gallery-count,
.camera-v2-products .camera-v2-gallery-zoom {
  position: absolute;
  bottom: 16px;
  display: grid;
  min-width: 48px;
  height: 32px;
  place-items: center;
  border: 1px solid #4b5563;
  border-radius: 999px;
  color: #111;
  background: #fff;
  font-size: 14px;
}

.camera-v2-products .camera-v2-gallery-count { left: 16px; }
.camera-v2-products .camera-v2-gallery-zoom { right: 16px; width: 32px; min-width: 32px; font-size: 21px; }

.camera-v2-products .camera-v2-gallery-thumbnails {
  display: flex;
  height: 79px;
  justify-content: center;
  overflow: hidden;
  gap: 3px;
}

.camera-v2-products .camera-v2-gallery-thumb {
  flex: 0 0 78px;
  width: 78px;
  height: 79px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.camera-v2-products .camera-v2-gallery-thumb.is-active { border-color: #111; }
.camera-v2-products .camera-v2-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1199px) {
  .camera-v2-products .camera-v2-product-tabs { justify-content: flex-start; }
  .camera-v2-products .camera-v2-product-detail { padding-right: 32px; padding-left: 32px; }
  .camera-v2-products .camera-v2-gallery-thumb { flex-basis: 62px; width: 62px; height: 63px; }
  .camera-v2-products .camera-v2-gallery-thumbnails { height: 63px; }
}

@media (max-width: 991px) {
  .camera-v2-products { padding-top: 32px; }
  .camera-v2-products .camera-v2-product-panel { border-radius: 0; box-shadow: none; }
  .camera-v2-products .camera-v2-panel-title { min-height: 0; margin: 0 16px; padding: 16px; }
  .camera-v2-products .camera-v2-panel-title p { font-size: 20px; }
  .camera-v2-products .camera-v2-product-tabs { margin-top: 32px; }
  .camera-v2-products .camera-v2-product-tab { flex-basis: 128px; font-size: 14px; }
  .camera-v2-products .camera-v2-product-detail { display: flex; max-width: 448px; flex-direction: column; margin: 0 auto; padding: 24px 16px 34px; }
  .camera-v2-products .camera-v2-product-detail__visual { order: 1; width: 100%; padding: 0; }
  .camera-v2-products .camera-v2-product-detail__copy { order: 2; width: 100%; padding: 0; }
  .camera-v2-products .camera-v2-gallery-frame { height: auto; aspect-ratio: 1; margin-bottom: 12px; }
  .camera-v2-products .camera-v2-gallery-frame #camera-v2-product-image { width: 70%; height: 70%; }
  .camera-v2-products .camera-v2-gallery-thumbnails { justify-content: flex-start; overflow-x: auto; margin-bottom: 32px; gap: 8px; }
  .camera-v2-products .camera-v2-gallery-thumb { flex-basis: 60px; width: 60px; height: 60px; }
  .camera-v2-products .camera-v2-product-detail__copy h3 { margin-bottom: 24px; color: #000; font-size: 24px; }
  .camera-v2-products .camera-v2-spec-grid > div,
  .camera-v2-products .camera-v2-product-detail__copy li { padding: 0 0 12px; font-size: 14px; gap: 16px; }
  .camera-v2-products .camera-v2-spec-grid span,
  .camera-v2-products .camera-v2-spec-grid strong { font-size: 14px; }
}

@media (max-width: 480px) {
  .camera-v2-products .camera-v2-heading { padding: 0 16px; font-size: 24px; line-height: 1.15; }
  .camera-v2-products .camera-v2-product-tab { flex-basis: 128px; }
  .camera-v2-products .camera-v2-gallery-arrow { width: 32px; height: 32px; font-size: 23px; }
}


/* ===== ipcamera-ai-product-data-v2.css ===== */
.camera-v2-products .camera-v2-exact-specs {
  display: flex;
  max-height: 599px;
  flex-direction: column;
  overflow-y: auto;
  gap: 8px;
  scrollbar-width: thin;
}

.camera-v2-products .camera-v2-exact-spec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8px;
  color: #161616;
  font-size: 16px;
  line-height: 1.5;
  gap: 12px;
}

.camera-v2-products .camera-v2-exact-spec-row span:first-child {
  font-weight: 400;
}

.camera-v2-products .camera-v2-exact-spec-row span:last-child {
  font-weight: 600;
}

.camera-v2-products .camera-v2-product-tab {
  appearance: none;
  align-content: center;
  box-shadow: none;
  cursor: pointer;
}

.camera-v2-products .camera-v2-product-tab:focus-visible {
  outline: 2px solid #006edb;
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .camera-v2-products .camera-v2-exact-specs {
    max-height: none;
    overflow: visible;
    gap: 8px;
  }

  .camera-v2-products .camera-v2-exact-spec-row {
    padding: 0 0 12px;
    font-size: 14px;
    gap: 16px;
  }
}


/* ===== ipcamera-ai-gallery-v3.css ===== */
@font-face { font-family: SVNGilroy; src: url("../fonts/svngilroy/SVNGilroy-400.woff2") format("woff2"); font-display: swap; font-weight: 400; }
@font-face { font-family: SVNGilroy; src: url("../fonts/svngilroy/SVNGilroy-500.woff2") format("woff2"); font-display: swap; font-weight: 500; }
@font-face { font-family: SVNGilroy; src: url("../fonts/svngilroy/SVNGilroy-600.woff2") format("woff2"); font-display: swap; font-weight: 600; }
@font-face { font-family: SVNGilroy; src: url("../fonts/svngilroy/SVNGilroy-700.woff2") format("woff2"); font-display: swap; font-weight: 700; }

.camera-v2-page,
.camera-v2-page button,
.camera-v2-page input,
.camera-v2-page select,
.camera-v2-page textarea {
  font-family: SVNGilroy, Arial, sans-serif;
}

.camera-v2-products .camera-v2-product-tabs {
  align-items: stretch;
  justify-content: center;
}

.camera-v2-products .camera-v2-product-tab {
  flex: 0 0 auto;
  width: auto;
  min-width: 128px;
  min-height: 0;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  white-space: normal;
}

.camera-v2-products .camera-v2-product-detail__copy h3 {
  font-family: SVNGilroy, Arial, sans-serif;
  font-weight: 600;
}

.camera-v2-products .camera-v2-gallery-frame {
  overflow: hidden;
}

.camera-v2-products .camera-v2-gallery-frame #camera-v2-product-image {
  transform: scale(1);
  transform-origin: center;
  transition: opacity .2s ease, transform .25s ease;
}

.camera-v2-products .camera-v2-gallery-frame.is-zoomed #camera-v2-product-image {
  transform: scale(1.65);
  cursor: zoom-out;
}

.camera-v2-products .camera-v2-gallery-zoom {
  display: grid;
  width: 32px;
  min-width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 1px solid #344054;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  cursor: zoom-in;
}

.camera-v2-products .camera-v2-gallery-zoom.is-zoomed {
  cursor: zoom-out;
}

.camera-v3-zoom-icon {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
}

.camera-v3-zoom-lens {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1.4px solid #344054;
  border-radius: 50%;
}

.camera-v3-zoom-lens::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 1.4px;
  content: "";
  background: #344054;
  transform: rotate(45deg);
  transform-origin: left center;
}

.camera-v3-zoom-mark,
.camera-v3-zoom-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 1px;
  content: "";
  background: #344054;
  transform: translate(-50%, -50%);
}

.camera-v3-zoom-mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.camera-v2-gallery-zoom.is-zoomed .camera-v3-zoom-mark::after {
  display: none;
}

.camera-v3-thumb-strip {
  position: relative;
  height: 81px;
  padding: 0 36px;
}

.camera-v2-products .camera-v3-thumb-strip .camera-v2-gallery-thumbnails {
  display: flex;
  width: 100%;
  height: 81px;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1px;
  gap: 3px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.camera-v2-products .camera-v3-thumb-strip .camera-v2-gallery-thumbnails::-webkit-scrollbar {
  display: none;
}

.camera-v2-products .camera-v3-thumb-strip.is-centered .camera-v2-gallery-thumbnails {
  justify-content: center;
}

.camera-v2-products .camera-v3-thumb-strip .camera-v2-gallery-thumb {
  flex: 0 0 78px;
  width: 78px;
  height: 79px;
  padding: 3px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
}

.camera-v2-products .camera-v3-thumb-strip .camera-v2-gallery-thumb.is-active {
  border-color: #111;
}

.camera-v2-products .camera-v3-thumb-strip .camera-v2-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.camera-v3-thumb-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #344054;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.camera-v3-thumb-nav--prev { left: 0; }
.camera-v3-thumb-nav--next { right: 0; }

.camera-v3-thumb-nav:disabled {
  opacity: .28;
  cursor: default;
}

.camera-v3-thumb-strip:not(.has-overflow) .camera-v3-thumb-nav {
  display: none;
}

@media (max-width: 1199px) {
  .camera-v2-products .camera-v2-product-tabs { justify-content: flex-start; }
}

@media (max-width: 991px) {
  .camera-v2-products .camera-v2-product-tab {
    min-width: 128px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 21px;
  }

  .camera-v3-thumb-strip {
    height: 64px;
    margin-bottom: 32px;
    padding: 0 34px;
  }

  .camera-v2-products .camera-v3-thumb-strip .camera-v2-gallery-thumbnails {
    height: 64px;
    margin: 0;
    gap: 8px;
  }

  .camera-v2-products .camera-v3-thumb-strip .camera-v2-gallery-thumb {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }
}


/* ===== ipcamera-ai-tabs-v4.css ===== */
.camera-v2-products .camera-v2-product-tabs {
  align-items: stretch;
}

.camera-v2-products .camera-v2-product-tab {
  flex: 0 1 auto;
  width: auto;
  min-width: 128px;
  white-space: normal;
  overflow-wrap: normal;
}

@media (max-width: 1199px) {
  .camera-v2-products .camera-v2-product-tab {
    flex: 0 0 128px;
  }
}


/* ===== ipcamera-ai-zoom-v6.css ===== */
.camera-v2-products .camera-v2-gallery-zoom {
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #4b5563;
  border-radius: 9999px;
  color: #101828;
  background: #fff;
  box-shadow: none;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.camera-v2-products .camera-v2-gallery-zoom:hover,
.camera-v2-products .camera-v2-gallery-zoom:focus-visible {
  border-color: #101828;
  color: #006edb;
  background: #f8fbff;
}

.camera-v2-products .camera-v2-gallery-zoom:focus-visible {
  outline: 2px solid rgba(0, 110, 219, .22);
  outline-offset: 2px;
}

.camera-v2-products .camera-v2-gallery-zoom svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}


/* ===== ipcamera-ai-nvr-v7.css ===== */
.camera-v2-nvr {
  padding: 0 0 32px;
}

.camera-v2-nvr .camera-v2-product-panel {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 20px hsla(212, 100%, 84%, .3);
}

.camera-v2-nvr .camera-v2-panel-title {
  display: flex;
  height: 112px;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(90deg, hsl(212, 89%, 86%), hsl(196, 100%, 92%));
}

.camera-v2-nvr .camera-v2-panel-title p {
  margin: 0;
  color: #006edb;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

.camera-v2-nvr .camera-v2-nvr__body {
  position: relative;
  display: block;
  min-height: 590px;
  padding: 36px 28px 60px;
  background: #fff;
}

.camera-v2-nvr .camera-v2-feature-grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: 50%;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: 16px 20px;
}

.camera-v2-nvr .camera-v2-feature-grid > div {
  display: flex;
  min-width: 0;
  min-height: 234px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 24px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #f9fcff, #e0eeff);
}

.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(1),
.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(4) {
  grid-column: span 5 / span 5;
}

.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(2),
.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(3) {
  grid-column: span 6 / span 6;
}

.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(2) {
  padding: 24px 28px;
}

.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(3) {
  padding: 20px;
}

.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(4) {
  padding-top: 32px;
}

.camera-v2-nvr .camera-v2-nvr-icon {
  display: flex;
  min-height: 100px;
  align-items: flex-start;
  justify-content: center;
}

.camera-v2-nvr .camera-v2-nvr-icon img {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  object-fit: contain;
}

.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(1) .camera-v2-nvr-icon img { width: 70px; }
.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(2) .camera-v2-nvr-icon img { width: 95px; }
.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(3) .camera-v2-nvr-icon img { width: 99px; }
.camera-v2-nvr .camera-v2-feature-grid > div:nth-child(4) .camera-v2-nvr-icon img { width: 64px; }

.camera-v2-nvr .camera-v2-feature-grid p {
  margin: 8px 0 0;
  color: #161616;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.camera-v2-nvr .camera-v2-feature-grid strong {
  color: #006edb;
  font-weight: 600;
}

.camera-v2-nvr .camera-v2-nvr__body > img {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: 60%;
  max-width: 60%;
  height: auto;
  object-fit: contain;
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .camera-v2-nvr {
    padding-bottom: 16px;
  }

  .camera-v2-nvr .camera-v2-container {
    max-width: 480px;
  }

  .camera-v2-nvr .camera-v2-panel-title {
    height: 96px;
    min-height: 96px;
    padding: 20px 12px;
  }

  .camera-v2-nvr .camera-v2-panel-title p {
    font-size: 20px;
    line-height: 28px;
  }

  .camera-v2-nvr .camera-v2-nvr__body {
    display: flex;
    min-height: 0;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 12px 20px;
  }

  .camera-v2-nvr .camera-v2-feature-grid {
    width: 100%;
    gap: 12px;
  }

  .camera-v2-nvr .camera-v2-feature-grid > div,
  .camera-v2-nvr .camera-v2-feature-grid > div:nth-child(2),
  .camera-v2-nvr .camera-v2-feature-grid > div:nth-child(3),
  .camera-v2-nvr .camera-v2-feature-grid > div:nth-child(4) {
    min-height: 140px;
    padding: 12px 12px 16px;
    border-radius: 20px;
  }

  .camera-v2-nvr .camera-v2-nvr-icon {
    min-height: 44px;
  }

  .camera-v2-nvr .camera-v2-nvr-icon img,
  .camera-v2-nvr .camera-v2-feature-grid > div:nth-child(1) .camera-v2-nvr-icon img,
  .camera-v2-nvr .camera-v2-feature-grid > div:nth-child(2) .camera-v2-nvr-icon img,
  .camera-v2-nvr .camera-v2-feature-grid > div:nth-child(3) .camera-v2-nvr-icon img,
  .camera-v2-nvr .camera-v2-feature-grid > div:nth-child(4) .camera-v2-nvr-icon img {
    width: auto;
    max-width: 44px;
    max-height: 44px;
  }

  .camera-v2-nvr .camera-v2-feature-grid p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .camera-v2-nvr .camera-v2-nvr__body > img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: 256px;
    transform: none;
  }
}


/* ===== ipcamera-ai-nvr-card4-v8.css ===== */
@media (min-width: 1024px) {
  .camera-v2-nvr .camera-v2-nvr-icon {
    min-height: 0;
    height: auto;
  }

  .camera-v2-nvr .camera-v2-feature-grid > div:nth-child(4) p {
    width: 100%;
    max-width: 192px;
    margin-right: auto;
    margin-left: auto;
  }
}


/* ===== ipcamera-ai-nvr-card4-v9.css ===== */
@media (min-width: 1024px) {
  .camera-v2-nvr .camera-v2-feature-grid > div:nth-child(4) {
    height: 234px;
    min-height: 234px;
    align-self: start;
  }
}


/* ===== ipcamera-ai-projects-v10.css ===== */
.camera-v2-projects {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.camera-v2-projects h2 {
  margin: 0 0 8px;
  color: #ee722a;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -.025em;
  text-align: center;
  text-transform: none;
}

.camera-v2-projects .camera-v2-subheading {
  margin: 0 0 20px;
  color: #006edb;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

.camera-v2-projects .camera-v2-subheading strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.camera-v2-projects .camera-v2-project-tabs {
  display: flex;
  width: auto;
  max-width: none;
  justify-content: center;
  margin: 0 -16px 48px;
  padding: 0 16px;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.camera-v2-projects .camera-v2-project-tabs::-webkit-scrollbar {
  display: none;
}

.camera-v2-projects .camera-v2-project-tabs button {
  flex: 0 1 auto;
  width: auto;
  min-width: 128px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #acd2ff;
  border-radius: 8px;
  color: #006edb;
  background: #fff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  white-space: normal;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}

.camera-v2-projects .camera-v2-project-tabs button.is-active,
.camera-v2-projects .camera-v2-project-tabs button:hover {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(90deg, #bad8fb, #72c9ff);
}

.camera-v2-projects .camera-v2-project-tabs button:focus-visible {
  outline: 2px solid rgba(0, 110, 219, .3);
  outline-offset: 2px;
}

.camera-v2-projects .camera-v2-project-mobile-break {
  display: none;
}

.camera-v2-projects .camera-v2-video {
  position: relative;
  display: block;
  width: 100%;
  max-width: 576px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  box-shadow: none;
}

.camera-v2-projects .camera-v2-video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.camera-v2-projects .camera-v2-video-placeholder {
  position: absolute;
  inset: 0;
  background: #000;
}

@media (min-width: 1024px) {
  .camera-v2-projects .camera-v2-video {
    max-width: 896px;
  }
}

@media (min-width: 1280px) {
  .camera-v2-projects .camera-v2-video {
    max-width: 1024px;
  }
}

@media (max-width: 1023px) {
  .camera-v2-projects {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera-v2-projects h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .camera-v2-projects .camera-v2-subheading {
    font-size: 20px;
    line-height: 25px;
  }

  .camera-v2-projects .camera-v2-project-tabs {
    justify-content: center;
    margin-bottom: 32px;
  }

  .camera-v2-projects .camera-v2-project-tabs button {
    flex: 0 0 auto;
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .camera-v2-projects .camera-v2-project-mobile-break {
    display: block;
  }
}

@media (max-width: 639px) {
  .camera-v2-projects .camera-v2-project-tabs {
    justify-content: flex-start;
  }
}


/* ===== ipcamera-ai-partners-v11.css ===== */
.camera-v2-partners {
  padding-top: 20px;
  padding-bottom: 80px;
  background: #fff;
}

.camera-v2-partners .camera-v2-container {
  padding-right: 0;
  padding-left: 0;
}

.camera-v2-partners h2 {
  margin: 0 0 16px;
  color: #ee722a;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -.025em;
  text-align: center;
  text-transform: uppercase;
}

.camera-v2-partners .camera-v2-subheading {
  margin: 0 0 64px;
  color: #006edb;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

.camera-v2-partners .camera-v2-partner-mobile-break {
  display: none;
}

.camera-v2-partners .camera-v2-partner-grid {
  display: block;
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  padding: 0 16px;
  overflow: hidden;
}

.camera-v2-partners .camera-v2-partner-track {
  display: flex;
  width: 100%;
  margin-left: -16px;
  justify-content: center;
}

.camera-v2-partners .camera-v2-partner-column {
  display: flex;
  flex: 0 0 25%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding-left: 16px;
}

.camera-v2-partners .camera-v2-partner-column > div {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 98px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.camera-v2-partners .camera-v2-partner-column img {
  display: block;
  width: var(--partner-width);
  max-width: 100%;
  height: auto;
  max-height: var(--partner-height);
  object-fit: contain;
}

@media (max-width: 639px) {
  .camera-v2-partners {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .camera-v2-partners h2 {
    margin-bottom: 8px;
    padding: 0 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .camera-v2-partners .camera-v2-subheading {
    margin-bottom: 32px;
    padding: 0 16px;
    font-size: 20px;
    line-height: 25px;
  }

  .camera-v2-partners .camera-v2-partner-mobile-break {
    display: block;
  }

  .camera-v2-partners .camera-v2-partner-grid {
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .camera-v2-partners .camera-v2-partner-grid::-webkit-scrollbar {
    display: none;
  }

  .camera-v2-partners .camera-v2-partner-track {
    min-width: 100%;
    justify-content: flex-start;
  }

  .camera-v2-partners .camera-v2-partner-column {
    flex-basis: 33.333333%;
    max-width: 208px;
    gap: 20px;
    scroll-snap-align: start;
  }

  .camera-v2-partners .camera-v2-partner-column > div {
    height: 82px;
  }

  .camera-v2-partners .camera-v2-partner-column img {
    width: auto;
    max-width: 112px;
    max-height: 82px;
  }
}


/* ===== ipcamera-ai-partners-v12.css ===== */
.camera-v2-partners .camera-v2-partner-grid > .camera-v2-partner-track {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-top: 0;
  padding: 0;
  place-items: initial;
}


/* ===== ipcamera-ai-awards-v13.css ===== */
.camera-v2-awards {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 96px;
  background: transparent;
}

.camera-v2-awards::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: #f2f2f2;
  clip-path: ellipse(90% 60% at center 60%);
}

.camera-v2-awards .camera-v2-container {
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
}

.camera-v2-awards h2 {
  margin: 0 0 16px;
  color: #ee722a;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -.025em;
  text-align: center;
}

.camera-v2-awards .camera-v2-subheading {
  margin: 0 0 60px;
  color: #006edb;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

.camera-v2-awards .camera-v2-award-mobile-break {
  display: none;
}

.camera-v2-awards .camera-v2-award-row {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 20px 16px;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.camera-v2-awards .camera-v2-award-row::-webkit-scrollbar {
  display: none;
}

.camera-v2-awards .camera-v2-award-row article {
  display: flex;
  flex: 0 0 calc(25% - 12px);
  width: auto;
  min-width: 0;
  min-height: 400px;
  flex-direction: column;
  padding: 16px 16px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
  text-align: center;
  scroll-snap-align: start;
}

.camera-v2-awards .camera-v2-award-row article > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 208px;
  max-height: none;
  margin: 0 auto 24px;
  object-fit: contain;
}

.camera-v2-awards .camera-v2-award-row article > div {
  margin-top: auto;
}

.camera-v2-awards .camera-v2-award-row h3 {
  margin: 0 0 8px;
  color: #161616;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.camera-v2-awards .camera-v2-award-row p {
  min-height: 40px;
  margin: 0;
  color: #006edb;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.camera-v2-awards .camera-v2-award-desktop-break {
  display: block;
}

.camera-v2-awards .camera-v2-award-dots {
  display: none;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}

.camera-v2-awards .camera-v2-award-dots button {
  width: 32px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #bad8fb;
}

.camera-v2-awards .camera-v2-award-dots button.is-active {
  background: #0064d9;
}

@media (max-width: 1023px) {
  .camera-v2-awards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .camera-v2-awards::before {
    clip-path: ellipse(115% 60% at center 60%);
  }

  .camera-v2-awards h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .camera-v2-awards .camera-v2-subheading {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 25px;
  }

  .camera-v2-awards .camera-v2-award-row {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .camera-v2-awards .camera-v2-award-row article {
    min-height: 244px;
    padding: 12px 12px 16px;
  }

  .camera-v2-awards .camera-v2-award-row article > img {
    height: 80px;
    margin-bottom: 16px;
  }

  .camera-v2-awards .camera-v2-award-row h3 {
    font-size: 12px;
    line-height: 16px;
  }

  .camera-v2-awards .camera-v2-award-row p {
    font-size: 13px;
    line-height: 18px;
  }

  .camera-v2-awards .camera-v2-award-desktop-break {
    display: none;
  }

  .camera-v2-awards .camera-v2-award-dots {
    display: flex;
  }
}

@media (max-width: 767px) {
  .camera-v2-awards .camera-v2-award-row article {
    flex-basis: calc(33.333333% - 10.666667px);
  }
}

@media (max-width: 639px) {
  .camera-v2-awards .camera-v2-award-mobile-break {
    display: block;
  }

  .camera-v2-awards .camera-v2-award-row article {
    flex-basis: calc(50% - 8px);
  }
}


/* ===== ipcamera-ai-awards-drag-v14.css ===== */
.camera-v2-awards .camera-v2-award-row {
  padding-right: 0;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.camera-v2-awards .camera-v2-award-row.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.camera-v2-awards .camera-v2-award-row article,
.camera-v2-awards .camera-v2-award-row img {
  user-select: none;
  -webkit-user-drag: none;
}

.camera-v2-awards .camera-v2-award-row img {
  pointer-events: none;
}


/* ===== ipcamera-ai-footer-v15.css ===== */
/* Source-matched FPT Camera AI footer. */
body.fti-camera-ai-v2 > footer {
  display: none !important;
}

.camera-v2-footer.camera-ai-source-footer {
  padding: 0;
  color: #fff;
  background: hsl(212 100% 16%);
  font-family: SVNGilroy, Arial, sans-serif;
}

.camera-ai-footer__main {
  padding: 60px 0 36px;
  background: hsl(212 100% 16%);
}

.camera-ai-footer__container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.camera-ai-footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 42px;
}

.camera-ai-footer__brand {
  display: flex;
  flex: 0 0 270px;
  max-width: 270px;
  flex-direction: column;
  gap: 16px;
}

.camera-ai-footer__logo {
  display: block;
  width: 176px;
  height: auto;
  margin: 0 0 12px;
  filter: none !important;
}

.camera-ai-footer__slogan {
  margin: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.25;
  text-transform: uppercase;
}

.camera-ai-footer__socials,
.camera-ai-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.camera-ai-footer__socials {
  display: flex;
  align-self: flex-start;
  gap: 16px;
}

.camera-ai-footer__socials li {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 999px;
}

.camera-ai-footer__socials a {
  display: inline-flex !important;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  transition: opacity .2s ease;
}

.camera-ai-footer__socials a:hover { opacity: .5; }
.camera-ai-footer__socials svg { display: block; fill: currentColor; }

.camera-ai-footer__badges {
  display: flex;
  width: max-content;
  margin-top: 0;
  align-items: center;
  gap: 12px;
}

.camera-ai-footer__badges a {
  display: block !important;
  margin: 0 !important;
  line-height: 0;
  transition: opacity .2s ease;
}

.camera-ai-footer__badges a:hover { opacity: .85; }
.camera-ai-footer__bct { display: block; width: 144px; height: auto; }
.camera-ai-footer__dmca { display: block; width: 160px; height: auto; }

.camera-ai-footer__navs {
  display: flex;
  min-width: 400px;
  margin: 0;
  justify-content: space-between;
  gap: 48px;
}

.camera-ai-footer__nav-group { width: max-content; }

.camera-ai-footer__heading {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.25;
  text-transform: none !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.camera-ai-footer__links li { font-size: 16px; line-height: 1.35; }
.camera-ai-footer__links a {
  display: inline-flex !important;
  margin: 0 !important;
  padding: 6px 0;
  color: #fff !important;
  font-size: 16px !important;
  text-decoration: none;
}
.camera-ai-footer__links a:hover { text-decoration: underline; }

.camera-ai-footer__qr-column {
  flex: 0 0 280px;
  max-width: 280px;
}

.camera-ai-footer__qr-column .camera-ai-footer__heading { margin-bottom: 20px !important; }
.camera-ai-footer__qr {
  display: block;
  width: 238px;
  height: auto;
  margin: -8px 0 0 -8px;
}

.camera-ai-footer__copyright {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: #002d61;
}

.camera-ai-footer__copyright p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1099px) {
  .camera-ai-footer__row { gap: 26px; }
  .camera-ai-footer__navs { min-width: 350px; gap: 28px; }
  .camera-ai-footer__qr-column { flex-basis: 240px; }
}

@media (max-width: 991px) {
  .camera-ai-footer__main { padding: 20px 0 36px; }
  .camera-ai-footer__container { width: min(100% - 32px, 720px); }
  .camera-ai-footer__row { display: block; }
  .camera-ai-footer__brand {
    display: flex;
    max-width: none;
    margin-bottom: 24px;
    flex: none;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 0;
  }
  .camera-ai-footer__brand-copy { flex: 0 0 auto; }
  .camera-ai-footer__logo { width: 144px; margin-bottom: 10px; }
  .camera-ai-footer__slogan { font-size: 12px !important; }
  .camera-ai-footer__socials { align-self: center; }
  .camera-ai-footer__socials li { width: 32px; height: 32px; }
  .camera-ai-footer__badges {
    width: 100%;
    margin-top: 24px;
    gap: 20px;
  }
  .camera-ai-footer__navs {
    min-width: 0;
    margin-bottom: 24px;
    justify-content: flex-start;
  }
  .camera-ai-footer__nav-group + .camera-ai-footer__nav-group { margin-left: 24px; }
  .camera-ai-footer__heading { margin-bottom: 8px !important; font-size: 16px !important; }
  .camera-ai-footer__links li,
  .camera-ai-footer__links a { font-size: 15px !important; }
  .camera-ai-footer__qr-column { max-width: 280px; }
  .camera-ai-footer__qr-column .camera-ai-footer__heading { margin-bottom: 8px !important; }
  .camera-ai-footer__copyright { height: 40px; }
  .camera-ai-footer__copyright p { font-size: 12px !important; }
}

@media (max-width: 480px) {
  .camera-ai-footer__container { width: calc(100% - 28px); }
  .camera-ai-footer__badges { gap: 12px; }
  .camera-ai-footer__bct { width: min(144px, 42vw); }
  .camera-ai-footer__dmca { width: min(160px, 45vw); }
  .camera-ai-footer__navs { gap: 0; justify-content: space-between; }
  .camera-ai-footer__nav-group + .camera-ai-footer__nav-group { margin-left: 18px; }
}


/* ===== ipcamera-ai-vmsmart-v16.css ===== */
/* FPT VMSmart section matched to the source landing page. */
.camera-v2-vmsmart.camera-v2-vmsmart--source {
  overflow: hidden;
  padding: 40px 0 56px !important;
  background: #fff;
  font-family: SVNGilroy, Arial, sans-serif;
}

.camera-v2-vmsmart--source .camera-vmsmart__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.camera-v2-vmsmart--source .camera-vmsmart__heading {
  position: relative;
  z-index: 20;
  margin: 0 0 16px;
  color: hsl(22 85% 55%);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  text-align: center;
  text-transform: uppercase;
}

.camera-v2-vmsmart--source .camera-vmsmart__subheading {
  position: relative;
  z-index: 20;
  margin: 0 0 36px;
  color: hsl(212 100% 43%);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.camera-v2-vmsmart--source .camera-vmsmart__content {
  margin-top: 80px;
}

.camera-v2-vmsmart--source .camera-vmsmart__stage {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column-reverse;
  padding-bottom: 96px;
  gap: 20px;
}

.camera-v2-vmsmart--source .camera-vmsmart__cards {
  position: relative;
  z-index: 10;
  display: grid;
  width: 100%;
  max-width: 500px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 20px;
}

.camera-v2-vmsmart--source .camera-vmsmart__card {
  display: flex;
  width: 100%;
  max-width: 240px;
  height: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(90deg, hsl(212 89% 86%), hsl(196 100% 92%));
  text-align: center;
}

.camera-v2-vmsmart--source .camera-vmsmart__icon-wrap {
  display: flex;
  justify-content: center;
}

.camera-v2-vmsmart--source .camera-vmsmart__icon {
  display: block;
  width: 64px;
  height: auto;
  margin: 0;
}

.camera-v2-vmsmart--source .camera-vmsmart__card p {
  margin: 8px 0 0;
  color: hsl(0 0% 29%);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.camera-v2-vmsmart--source .camera-vmsmart__card p span {
  color: hsl(212 100% 43%);
}

.camera-v2-vmsmart--source .camera-vmsmart__visual {
  position: absolute;
  top: -16px;
  left: 27%;
  display: block;
  width: 75%;
  max-width: 1054px;
  margin: 0;
  pointer-events: none;
}

.camera-v2-vmsmart--source .camera-vmsmart__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}

.camera-v2-vmsmart--source .camera-vmsmart__action {
  display: flex;
  width: fit-content;
  margin: 48px auto 0;
}

.camera-v2-vmsmart--source .camera-vmsmart__button {
  display: inline-flex;
  min-width: 160px;
  height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(90deg, hsl(35 100% 50%), hsl(22 85% 55%));
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s ease;
}

.camera-v2-vmsmart--source .camera-vmsmart__button:hover {
  color: #fff;
  background: linear-gradient(90deg, hsl(35 100% 45%), hsl(22 100% 50%));
  text-decoration: none;
}

@media (min-width: 1536px) {
  .camera-v2-vmsmart--source .camera-vmsmart__stage { padding-bottom: 176px; }
}

@media (max-width: 1279px) and (min-width: 1024px) {
  .camera-v2-vmsmart--source .camera-vmsmart__stage { padding-bottom: 40px; }
  .camera-v2-vmsmart--source .camera-vmsmart__visual {
    top: 10%;
    left: 40%;
    width: 60%;
    max-width: 60%;
  }
  .camera-v2-vmsmart--source .camera-vmsmart__card { height: auto; min-height: 210px; }
}

@media (max-width: 1023px) {
  .camera-v2-vmsmart.camera-v2-vmsmart--source { padding: 32px 0 20px !important; }
  .camera-v2-vmsmart--source .camera-vmsmart__heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
  }
  .camera-v2-vmsmart--source .camera-vmsmart__subheading {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.25;
  }
  .camera-v2-vmsmart--source .camera-vmsmart__content { margin-top: 32px; }
  .camera-v2-vmsmart--source .camera-vmsmart__stage {
    padding-bottom: 0;
    gap: 20px;
  }
  .camera-v2-vmsmart--source .camera-vmsmart__cards {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 12px;
    gap: 16px;
  }
  .camera-v2-vmsmart--source .camera-vmsmart__card {
    max-width: 160px;
    height: auto;
    min-height: 178px;
    padding: 12px 12px 16px;
  }
  .camera-v2-vmsmart--source .camera-vmsmart__icon { width: 40px; }
  .camera-v2-vmsmart--source .camera-vmsmart__card p {
    font-size: 12px;
    line-height: 16px;
  }
  .camera-v2-vmsmart--source .camera-vmsmart__visual {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .camera-v2-vmsmart--source .camera-vmsmart__action { margin-top: 28px; }
  .camera-v2-vmsmart--source .camera-vmsmart__button {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .camera-v2-vmsmart--source .camera-vmsmart__cards { padding: 0; gap: 10px; }
  .camera-v2-vmsmart--source .camera-vmsmart__card { min-height: 184px; padding-inline: 8px; }
}


/* ===== ipcamera-ai-vmsmart-fidelity-v17.css ===== */
/* Pixel-fidelity corrections taken from the source desktop breakpoint. */
.camera-v2-vmsmart--source .camera-vmsmart__subheading {
  font-size: 18px !important;
  line-height: 1.25 !important;
}

@media (min-width: 1536px) {
  .camera-v2-vmsmart--source .camera-vmsmart__visual {
    width: 1054px;
    max-width: 1054px;
  }
}


/* ===== ipcamera-ai-solutions-v18.css ===== */
/* Source-matched "Tron bo giai phap AI" section. */
.camera-v2-solutions.camera-ai-solutions--source {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 56px 0 60px !important;
  background: #fff;
  font-family: SVNGilroy, Arial, sans-serif;
}

.camera-ai-solutions__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: none;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  pointer-events: none;
}

.camera-ai-solutions__orb {
  position: absolute;
  width: 1030px;
  height: 973px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.camera-ai-solutions__orb--one { top: 40px; left: 0; }
.camera-ai-solutions__orb--two { top: 40px; right: 6%; }
.camera-ai-solutions__orb--three { top: 30%; left: 4%; }
.camera-ai-solutions__orb--four { right: auto; bottom: -10%; left: 6%; }

.camera-ai-solutions__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.camera-ai-solutions__heading {
  position: relative;
  z-index: 20;
  margin: 0 0 16px;
  color: hsl(22 85% 55%);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  text-align: center;
}

.camera-ai-solutions__subheading {
  position: relative;
  z-index: 20;
  margin: 0 0 36px;
  color: hsl(212 100% 43%);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.camera-ai-solutions__subheading br { display: none; }
.camera-ai-solutions__content { display: flex; flex-direction: column; gap: 60px; }
.camera-ai-solutions__viewport { position: relative; overflow: visible; padding: 0 16px; }

.camera-ai-solutions__track {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.camera-ai-solutions__slide {
  position: relative;
  z-index: 10;
  width: 100%;
  min-width: 0;
  padding-bottom: 32px;
}

.camera-ai-solutions__card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  padding: 20px 0;
  border: 1px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(90deg, #bad8fb, rgba(215,244,255,.75)) border-box;
  box-shadow: none;
}

.camera-ai-solutions__slide:nth-child(even) .camera-ai-solutions__card {
  flex-direction: row-reverse;
}

.camera-ai-solutions__copy {
  position: relative;
  z-index: 10;
  width: 35%;
  margin-bottom: 0;
  align-self: stretch;
  padding: 0 16px;
}

.camera-ai-solutions__copy-inner {
  position: absolute;
  top: 50%;
  right: -64px;
  width: 100%;
  max-width: 400px;
  transform: translateY(-50%);
}

.camera-ai-solutions__slide:nth-child(even) .camera-ai-solutions__copy-inner {
  right: auto;
  left: -40px;
}

.camera-ai-solutions__label {
  margin: 0 0 4px;
  color: hsl(212 100% 43%);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.camera-ai-solutions__title {
  margin: 0 0 24px;
  color: hsl(22 85% 55%);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.camera-ai-solutions__points {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  padding: 0;
  gap: 16px;
  list-style: none;
}

.camera-ai-solutions__points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.camera-ai-solutions__check {
  display: block;
  width: 20px;
  height: 21px;
  flex: 0 0 20px;
  margin-top: 1px;
}

.camera-ai-solutions__points p {
  align-self: center;
  margin: 0;
  color: hsl(0 0% 29%);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.camera-ai-solutions__points strong {
  color: hsl(212 100% 43%);
  font-weight: 700;
}

.camera-ai-solutions__visual {
  position: relative;
  width: 65%;
  max-height: none;
  padding: 0 16px;
}

.camera-ai-solutions__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 750px;
  margin: 0 auto;
  object-fit: contain;
}

.camera-ai-solutions__button,
.camera-ai-solutions__all-button {
  display: inline-flex;
  height: 56px;
  min-width: 160px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(90deg, hsl(35 100% 50%), hsl(22 85% 55%));
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s ease;
}

.camera-ai-solutions__button { display: flex; width: 256px; margin: 0 auto; }
.camera-ai-solutions__button:hover,
.camera-ai-solutions__all-button:hover {
  color: #fff;
  background: linear-gradient(90deg, hsl(35 100% 45%), hsl(22 100% 50%));
  text-decoration: none;
}

.camera-ai-solutions__all-action { display: flex; width: max-content; margin: 32px auto 0; }
.camera-ai-solutions__dots { display: none; }

@media (min-width: 1280px) {
  .camera-ai-solutions__background { display: block; }
}

@media (max-width: 1023px) {
  .camera-v2-solutions.camera-ai-solutions--source { padding: 20px 0 !important; }
  .camera-ai-solutions__heading {
    margin-bottom: 12px;
    padding: 0 16px;
    font-size: 24px;
    line-height: 1;
  }
  .camera-ai-solutions__subheading {
    margin-bottom: 24px;
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.25;
  }
  .camera-ai-solutions__subheading br { display: block; }
  .camera-ai-solutions__content { gap: 0; }
  .camera-ai-solutions__viewport {
    overflow: hidden;
    padding: 0 0 0 16px;
  }
  .camera-ai-solutions__track {
    display: flex;
    overflow-x: auto;
    flex-direction: row;
    margin-left: -16px;
    padding-left: 16px;
    gap: 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-y;
    cursor: grab;
  }
  .camera-ai-solutions__track::-webkit-scrollbar { display: none; }
  .camera-ai-solutions__track.is-dragging { cursor: grabbing; scroll-behavior: auto; user-select: none; }
  .camera-ai-solutions__slide {
    flex: 0 0 100%;
    padding: 0 16px 32px;
    scroll-snap-align: start;
  }
  .camera-ai-solutions__card {
    flex-direction: column-reverse !important;
    padding: 20px 0 32px;
    gap: 16px;
    box-shadow: 0 20px 20px 0 rgba(56,56,56,.1);
  }
  .camera-ai-solutions__copy { width: 100%; padding: 0 16px; }
  .camera-ai-solutions__copy-inner {
    position: relative;
    inset: auto !important;
    width: 100%;
    max-width: none;
    transform: none;
  }
  .camera-ai-solutions__label { margin-bottom: 0; font-size: 20px; }
  .camera-ai-solutions__title { margin-bottom: 24px; font-size: 20px; }
  .camera-ai-solutions__points { margin-bottom: 32px; }
  .camera-ai-solutions__check { width: 16px; height: 17px; flex-basis: 16px; }
  .camera-ai-solutions__points p { font-size: 14px; }
  .camera-ai-solutions__visual {
    width: 100%;
    max-height: 240px;
    overflow: hidden;
    padding: 0 16px;
  }
  .camera-ai-solutions__visual img { width: 100%; max-width: none; }
  .camera-ai-solutions__button,
  .camera-ai-solutions__all-button {
    width: auto;
    min-width: 160px;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }
  .camera-ai-solutions__button { display: flex; width: 160px; }
  .camera-ai-solutions__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -12px;
    gap: 8px;
  }
  .camera-ai-solutions__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #bad8fb;
    transition: width .2s ease, background .2s ease;
  }
  .camera-ai-solutions__dots button.is-active { width: 24px; background: hsl(212 100% 43%); }
  .camera-ai-solutions__all-action { margin-top: 24px; }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .camera-ai-solutions__viewport { padding-left: 32px; }
  .camera-ai-solutions__track { margin-left: -16px; padding-left: 16px; }
  .camera-ai-solutions__slide { flex-basis: 60%; }
}


/* ===== ipcamera-ai-solutions-fidelity-v19.css ===== */
/* Remaining responsive details from the source utility cascade. */
@media (min-width: 1024px) {
  .camera-ai-solutions__visual img {
    width: auto;
    max-width: 100%;
    margin: 0;
  }

  .camera-ai-solutions__button {
    margin-right: auto;
    margin-left: 32px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .camera-ai-solutions__card { padding-top: 32px; padding-bottom: 32px; }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .camera-ai-solutions__visual { max-height: 320px; }
}


/* ===== ipcamera-ai-cloud-ecosystem-v20.css ===== */
/* Source-matched Cloud Camera and AIoT ecosystem sections. */
.camera-v2-why.camera-cloud--source {
  overflow: hidden;
  padding: 80px 0 112px !important;
  background: #fff;
  font-family: SVNGilroy, Arial, sans-serif;
}

.camera-cloud__layout {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-right: 20px;
  gap: 20px;
}

.camera-cloud__visual {
  display: flex;
  width: 48%;
  justify-content: center;
  overflow: hidden;
}

.camera-cloud__visual img {
  position: absolute;
  top: 0;
  right: 52%;
  display: block;
  width: 968px;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.camera-cloud__copy {
  position: relative;
  width: 50%;
}

.camera-cloud__copy-background {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  display: block;
  width: 1186px;
  max-width: 100%;
  height: auto;
}

.camera-cloud__title-wrap {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  margin: 0 auto 0 40px;
  text-align: left;
}

.camera-cloud__title-inner { margin: 0 0 0 12px; text-align: center; }

.camera-cloud__heading {
  margin: 0 0 16px;
  color: hsl(22 85% 55%);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.camera-cloud__heading br { display: none; }

.camera-cloud__subheading {
  margin: 0 auto;
  color: hsl(212 100% 43%);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.camera-cloud__subheading .camera-cloud__mobile-break { display: none; }

.camera-cloud__boxes-wrap {
  position: relative;
  z-index: 10;
  margin-top: 32px;
  padding: 0;
}

.camera-cloud__boxes {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 16px;
}

.camera-cloud__box {
  width: 100%;
  max-width: 576px;
  margin-right: auto;
  margin-left: 128px;
  opacity: 0;
  transform: translateY(160px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.22,.65,.32,1);
}

.camera-cloud__box.is-visible { opacity: 1; transform: translateY(0); }

.camera-cloud__box-inner {
  position: relative;
  display: flex;
  min-height: 80px;
  align-items: center;
  padding: 16px 28px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: linear-gradient(#fff,#fff) padding-box,
              linear-gradient(90deg,#bad8fb,rgba(215,244,255,.75)) border-box;
}

.camera-cloud__check {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.camera-cloud__box p {
  margin: 0 0 0 12px;
  color: hsl(0 0% 29%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.camera-cloud__box strong { color: hsl(212 100% 43%); font-weight: 700; }

.camera-v2-ecosystem.camera-ecosystem--source {
  padding: 80px 0 56px !important;
  background: hsl(0 0% 95%);
  font-family: SVNGilroy, Arial, sans-serif;
}

.camera-ecosystem__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.camera-ecosystem__panel { padding: 0; background: transparent; }

.camera-ecosystem__heading {
  margin: 0 0 16px;
  color: hsl(22 85% 55%);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  text-align: center;
}

.camera-ecosystem__heading br { display: none; }

.camera-ecosystem__subheading {
  margin: 0 0 32px;
  color: hsl(212 100% 43%);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.camera-ecosystem__subheading br { display: none; }
.camera-ecosystem__visual { display: block; width: 100%; margin: 0; }
.camera-ecosystem__visual img {
  display: block;
  width: 100%;
  max-width: 1160px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1535px) and (min-width: 1280px) {
  .camera-cloud__box { margin-left: 80px; }
}

@media (max-width: 1279px) and (min-width: 1024px) {
  .camera-cloud__box { margin-left: 40px; }
  .camera-cloud__heading { font-size: 44px; }
}

@media (max-width: 1023px) {
  .camera-v2-why.camera-cloud--source { padding: 32px 0 !important; }
  .camera-cloud__layout {
    flex-direction: column-reverse;
    padding-right: 0;
    gap: 0;
  }
  .camera-cloud__visual {
    width: 100%;
    min-height: 0;
  }
  .camera-cloud__visual img {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 512px;
    margin: 0 auto;
  }
  .camera-cloud__copy { width: 100%; }
  .camera-cloud__copy-background { display: none; }
  .camera-cloud__title-wrap {
    margin: 0 auto;
    justify-content: center;
    text-align: center;
  }
  .camera-cloud__title-inner { margin: 0 auto; }
  .camera-cloud__heading { margin-bottom: 16px; font-size: 30px; }
  .camera-cloud__subheading { font-size: 18px; }
  .camera-cloud__boxes-wrap { margin-top: 24px; padding: 0 16px; }
  .camera-cloud__boxes { margin: 0 auto; gap: 12px; }
  .camera-cloud__box { max-width: 576px; margin: 0 auto; }
  .camera-cloud__box-inner { min-height: 72px; padding: 16px 20px; }
  .camera-cloud__check { width: 24px; height: 24px; flex-basis: 24px; }
  .camera-cloud__box p { font-size: 13px; }

  .camera-v2-ecosystem.camera-ecosystem--source { padding: 40px 0 56px !important; }
  .camera-ecosystem__heading { font-size: 24px; }
  .camera-ecosystem__subheading { font-size: 18px; }
}

@media (max-width: 639px) {
  .camera-cloud__heading br,
  .camera-cloud__subheading .camera-cloud__mobile-break { display: block; }
  .camera-cloud__visual img {
    width: 448px;
    max-width: 120%;
    margin-left: -30%;
  }

  .camera-v2-ecosystem.camera-ecosystem--source { padding: 20px 0 24px !important; }
  .camera-ecosystem__panel {
    padding: 12px 8px;
    border-radius: 8px;
    background: #fff;
  }
  .camera-ecosystem__heading { margin-bottom: 12px; }
  .camera-ecosystem__heading br,
  .camera-ecosystem__subheading br { display: block; }
  .camera-ecosystem__subheading { margin-bottom: 12px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .camera-cloud__boxes { gap: 16px; }
  .camera-cloud__box-inner { padding-right: 28px; padding-left: 28px; }
  .camera-cloud__box p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .camera-cloud__box { opacity: 1; transform: none; transition: none; }
}


/* ===== ipcamera-ai-cloud-ecosystem-fidelity-v21.css ===== */
/* Final source utility-cascade corrections for Cloud Camera. */
.camera-cloud__copy { isolation: isolate; }
.camera-cloud__title-inner { margin-right: auto; }
.camera-cloud__box { width: auto; }

@media (min-width: 1024px) and (max-width: 1279px) {
  .camera-cloud__visual img { top: 10%; }
  .camera-cloud__heading { font-size: 48px; }
}


/* ===== ipcamera-ai-contact-v22.css ===== */
/* Source-matched contact section. */
.camera-v2-contact.camera-contact--source {
  padding: 64px 0 80px !important;
  background: #fff;
  font-family: SVNGilroy, Arial, sans-serif;
}

.camera-contact__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.camera-contact__panel {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: none;
}

.camera-contact__image {
  position: relative;
  display: block;
  width: 50%;
  height: 640px;
}

.camera-contact__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera-contact__content {
  width: 50%;
  padding: 32px 24px;
  background: linear-gradient(90deg, hsl(212 89% 86%), hsl(196 100% 92%));
}

.camera-contact__heading {
  margin: 0 0 8px;
  color: hsl(22 85% 55%);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  text-align: center;
}

.camera-contact__subheading {
  margin: 0;
  color: hsl(212 100% 43%);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.camera-contact__form {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding-top: 32px;
}

.camera-contact__form-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.camera-contact__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.camera-contact__row--compact { gap: 16px; }

.camera-contact__field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.camera-contact__label {
  display: flex;
  align-items: flex-end;
  margin: 0;
  color: hsl(212 100% 43%);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  gap: 2px;
}

.camera-contact__required {
  color: #dc2626;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
}

.camera-contact__input,
.camera-contact__select,
.camera-contact__textarea {
  display: flex;
  width: 100%;
  border: 1px solid hsl(212 17% 80%);
  border-radius: 6px;
  outline: none;
  color: hsl(0 0% 29%);
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.camera-contact__input,
.camera-contact__select {
  height: 46px;
  padding: 12px;
}

.camera-contact__input::placeholder,
.camera-contact__textarea::placeholder { color: hsl(0 0% 29%); opacity: 1; }

.camera-contact__input:focus,
.camera-contact__select:focus,
.camera-contact__textarea:focus {
  border-color: hsl(212 100% 43%);
  box-shadow: 0 0 0 2px rgba(0,100,217,.16);
}

.camera-contact__select-wrap { position: relative; }
.camera-contact__select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  cursor: pointer;
}

.camera-contact__select-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  opacity: .5;
  transform: translateY(-50%);
  pointer-events: none;
}

.camera-contact__textarea {
  min-height: 88px;
  height: 88px;
  padding: 8px 12px;
  resize: none;
}

.camera-contact__action { display: flex; padding: 8px 0; }

.camera-contact__button {
  display: inline-flex;
  width: 256px;
  min-width: 160px;
  height: 56px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(90deg, hsl(35 100% 50%), hsl(22 85% 55%));
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background .15s ease;
}

.camera-contact__button:hover {
  background: linear-gradient(90deg, hsl(35 100% 45%), hsl(22 100% 50%));
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .camera-contact__image { height: 655px; }
}

@media (max-width: 1023px) {
  .camera-v2-contact.camera-contact--source { padding: 32px 0 40px !important; }
  .camera-contact__panel { max-width: 448px; }
  .camera-contact__image { display: none; }
  .camera-contact__content { width: 100%; padding: 32px 24px; }
  .camera-contact__heading { font-size: 24px; }
  .camera-contact__form { padding-top: 32px; }
  .camera-contact__row { grid-template-columns: 1fr; }
  .camera-contact__button { width: auto; height: 40px; padding: 0 16px; font-size: 14px; }
}

@media (max-width: 767px) {
  .camera-contact__content { padding: 20px 16px; }
  .camera-contact__form { padding-top: 20px; }
}


/* ===== ipcamera-ai-contact-cf7-v23.css ===== */
/* Contact Form 7 integration for the source-matched contact panel. */
.camera-contact__cf7 {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding-top: 32px;
}

.camera-contact__cf7 .wpcf7-form { margin: 0; }
.camera-contact__cf7 .wpcf7-form-control-wrap { display: block; width: 100%; }
.camera-contact__cf7 .camera-contact__action { position: relative; justify-content: center; }
.camera-contact__cf7 .camera-contact__button { margin: 0 auto; }

.camera-contact__cf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  color: #dc2626;
  font-size: 12px;
  line-height: 1.25;
}

.camera-contact__cf7 .wpcf7-response-output {
  margin: 8px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: hsl(212 100% 43%);
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

.camera-contact__cf7 .wpcf7-response-output:empty { display: none; }
.camera-contact__cf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: calc(50% - 160px);
  margin: 0;
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .camera-contact__cf7 .wpcf7-spinner { right: calc(50% - 112px); }
}

@media (max-width: 767px) {
  .camera-contact__cf7 { padding-top: 20px; }
}


/* ===== ipcamera-ai-contact-balance-v26.css ===== */
/* Keep the contact image and form columns equal in height, including validation states. */
@media (min-width: 1024px) {
  .camera-contact__panel {
    align-items: stretch;
  }

  .camera-contact__image {
    height: auto !important;
    min-height: 640px;
    align-self: stretch;
  }

  .camera-contact__content {
    min-height: 640px;
    box-sizing: border-box;
  }
}


/* ===== ipcamera-ai-contact-source-lock-v27.css ===== */
/* Preserve the source-page proportions after Contact Form 7 validation. */
.camera-contact__cf7 .camera-contact__field,
.camera-contact__cf7 .wpcf7-form-control-wrap {
  position: relative;
}

.camera-contact__cf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
}

/* The site already presents the overall CF7 status in its dialog. */
.camera-contact__cf7 .wpcf7-response-output {
  display: none !important;
}

@media (min-width: 1024px) {
  .camera-contact__panel {
    height: 640px;
    align-items: stretch;
  }

  .camera-contact__image,
  .camera-contact__content {
    height: 640px !important;
    min-height: 0 !important;
    box-sizing: border-box;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .camera-contact__panel,
  .camera-contact__image,
  .camera-contact__content {
    height: 655px !important;
  }
}


/* ===== ipcamera-ai-contact-cf7-reset-v28.css ===== */
/* Remove Contact Form 7 automatic paragraph and line-break spacing. */
.camera-contact__cf7 .camera-contact__form-body p,
.camera-contact__cf7 .camera-contact__select-wrap p,
.camera-contact__cf7 .camera-contact__action p {
  margin: 0 !important;
  padding: 0 !important;
}

.camera-contact__cf7 .camera-contact__field > p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.camera-contact__cf7 .camera-contact__form-body br {
  display: none;
}

.camera-contact__cf7 .camera-contact__action p {
  display: flex;
  width: 100%;
  justify-content: center;
}


/* ===== ipcamera-ai-header-source-v29.css ===== */
/* Header values matched to doanhnghiep.fptcameraiq.vn. */
.camera-v2-header,
.camera-v2-header button,
.camera-v2-header a {
  font-family: SVNGilroy, Arial, sans-serif;
}

.camera-v2-header__inner {
  min-height: 104px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.camera-v2-nav {
  gap: 8px;
}

.camera-v2-nav a {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -.025em;
}

.camera-v2-header__actions {
  gap: 12px;
}

.camera-v2-phone,
.camera-v2-header__actions .camera-v2-btn--small {
  width: auto;
  min-width: 160px;
  height: 56px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.camera-v2-phone {
  gap: 4px;
  border-color: #ee722a;
  color: #ee722a;
  background: #fff;
}

.camera-v2-phone svg {
  width: 20px;
  height: 21px;
  flex: 0 0 auto;
}

@media (min-width: 1280px) {
  .camera-v2-nav {
    padding-bottom: 8px;
  }

  .camera-v2-nav a {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1023px) {
  .camera-v2-header__inner {
    min-height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .camera-v2-phone,
  .camera-v2-header__actions .camera-v2-btn--small {
    min-width: 0;
    height: 32px;
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 20px;
  }
}


/* ===== ipcamera-ai-header-fti-hotline-v30.css ===== */
.camera-v2-header button.camera-v2-phone {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}


/* ===== ipcamera-ai-header-hotline-hover-v31.css ===== */
.camera-v2-header button.camera-v2-phone:hover,
.camera-v2-header button.camera-v2-phone:focus-visible {
  border-color: #ee722a;
  color: #fff;
  background: linear-gradient(90deg, #ff9700, #ee722a);
}

.camera-v2-header button.camera-v2-phone:hover svg path,
.camera-v2-header button.camera-v2-phone:focus-visible svg path {
  stroke: #fff;
}

.camera-v2-header button.camera-v2-phone:focus-visible {
  outline: 2px solid #ee722a;
  outline-offset: 2px;
}


/* ===== ipcamera-ai-header-buttons-source-v32.css ===== */
/* Exact desktop button treatment from the source landing page. */
.camera-v2-header__actions button.camera-v2-phone,
.camera-v2-header__actions button.camera-v2-register-source {
  display: inline-flex;
  width: auto;
  min-width: 160px;
  height: 56px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 100px;
  font-family: SVNGilroy, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
  box-shadow: none;
  filter: none;
  transform: none;
  cursor: pointer;
  transition: color .15s ease, border-color .15s ease, background-color .15s ease, background-image .15s ease;
}

.camera-v2-header__actions button.camera-v2-phone {
  gap: 4px;
  border: 1px solid #ee722a;
  color: #ee722a !important;
  background-color: #fff;
  background-image: none;
}

.camera-v2-header__actions button.camera-v2-phone:hover,
.camera-v2-header__actions button.camera-v2-phone:focus-visible {
  border-color: #ee722a;
  color: #fff !important;
  background-color: #ee722a;
  background-image: linear-gradient(90deg, hsl(35 100% 50%), hsl(22 85% 55%));
  filter: none;
  transform: none;
}

.camera-v2-header__actions button.camera-v2-phone:hover svg path,
.camera-v2-header__actions button.camera-v2-phone:focus-visible svg path {
  stroke: #fff;
}

.camera-v2-header__actions button.camera-v2-register-source {
  gap: 8px;
  border: 0;
  color: #fff !important;
  background-color: #ee722a;
  background-image: linear-gradient(90deg, hsl(35 100% 50%), hsl(22 85% 55%));
}

.camera-v2-header__actions button.camera-v2-register-source:hover,
.camera-v2-header__actions button.camera-v2-register-source:focus-visible {
  color: #fff !important;
  background-color: #f06400;
  background-image: linear-gradient(90deg, hsl(35 100% 45%), hsl(22 100% 50%));
  filter: none;
  transform: none;
}

.camera-v2-header__actions button.camera-v2-phone:focus-visible,
.camera-v2-header__actions button.camera-v2-register-source:focus-visible {
  outline: 2px solid #ee722a;
  outline-offset: 2px;
}

@media (max-width: 1023px) {
  .camera-v2-header__actions button.camera-v2-phone,
  .camera-v2-header__actions button.camera-v2-register-source {
    min-width: 0;
    height: 32px;
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .camera-v2-header__actions button.camera-v2-register-source {
    padding-right: 16px;
    padding-left: 16px;
  }
}


/* ===== ipcamera-ai-floating-actions-v33.css ===== */
.camera-floating-actions {
  position: fixed;
  right: 40px;
  bottom: 56px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.camera-floating-action {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  outline: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: opacity .15s ease;
}

.camera-floating-action:hover {
  opacity: .85;
}

.camera-floating-action:focus-visible {
  outline: 2px solid #ee722a;
  outline-offset: 4px;
}

.camera-floating-action svg {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.camera-floating-action--phone::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  content: '';
  background: #e95b0b;
  opacity: .5;
  animation: camera-floating-pulse 1s infinite;
}

.camera-floating-action--phone svg {
  animation: camera-floating-ring 1.5s linear infinite;
}

@keyframes camera-floating-pulse {
  0% {
    opacity: .5;
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.6, 1.6, 1.6);
  }
}

@keyframes camera-floating-ring {
  0%, 20%, 32%, 44%, 56%, 68%, 80%, 100% { transform: rotate(0deg); }
  23%, 35%, 47%, 59%, 71% { transform: rotate(15deg); }
  26%, 38%, 50%, 62%, 74% { transform: rotate(0deg); }
  29%, 41%, 53%, 65%, 77% { transform: rotate(-15deg); }
}

@media (max-width: 639px) {
  .camera-floating-actions {
    right: 20px;
    bottom: 24px;
    gap: 20px;
  }

  .camera-floating-action {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .camera-floating-action--phone::after,
  .camera-floating-action--phone svg {
    animation: none;
  }
}


/* ===== ipcamera-ai-contact-consent-fit-v34.css ===== */
/* Fit the FTI consent controls into the source-sized 640px contact panel. */
@media (min-width: 1024px) {
  .camera-contact__content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .camera-contact__cf7 {
    padding-top: 20px;
  }

  .camera-contact__cf7 .camera-contact__form-body {
    gap: 14px;
  }

  .camera-contact__cf7 .fti-consent {
    margin: 0;
  }

  .camera-contact__cf7 .fti-consent__item {
    margin-bottom: 8px;
  }

  .camera-contact__cf7 .fti-consent__item:last-of-type {
    margin-bottom: 0;
  }

  .camera-contact__cf7 .fti-consent .wpcf7-list-item label {
    gap: 8px;
  }

  .camera-contact__cf7 .fti-consent .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1.35;
  }

  .camera-contact__cf7 .camera-contact__action {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .camera-contact__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera-contact__cf7 {
    padding-top: 16px;
  }

  .camera-contact__cf7 .camera-contact__form-body {
    gap: 12px;
  }
}


/* ===== ipcamera-ai-contact-error-spacing-v35.css ===== */
/* Give inline CF7 errors breathing room without changing the normal form layout. */
.camera-contact__cf7 .camera-contact__row:has(.wpcf7-not-valid-tip) {
  margin-bottom: 14px;
}

.camera-contact__cf7 .camera-contact__field:has(> p > .wpcf7-form-control-wrap > .wpcf7-not-valid-tip)
  + .camera-contact__field {
  position: relative;
}

.camera-contact__cf7 .wpcf7-not-valid-tip {
  top: calc(100% + 6px);
  line-height: 1.35;
}

@media (max-width: 1023px) {
  .camera-contact__cf7 .camera-contact__row:has(.wpcf7-not-valid-tip) {
    margin-bottom: 16px;
  }
}


/* ===== ipcamera-ai-response-popup-v37.css ===== */
/* Branded response dialog used only by the FPT Camera AI consultation form. */
body.fti-camera-ai-v2.camera-ai-response-open .modal-backdrop.show {
  background: #092846;
  opacity: .66;
  backdrop-filter: blur(5px);
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
  max-width: 480px;
  margin: 1.75rem auto;
  pointer-events: none;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 7%, rgba(91, 197, 255, .18) 0, rgba(91, 197, 255, 0) 31%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 28px 80px rgba(3, 31, 58, .28);
  pointer-events: auto;
  animation: camera-ai-popup-in .28s cubic-bezier(.2, .8, .2, 1) both;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background: linear-gradient(90deg, #006ee6 0%, #35c7ec 55%, #ff7a1a 100%);
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-header {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  min-height: 38px;
  padding: 0;
  border: 0;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-header .modal-title {
  display: none;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-header .bootbox-close-button {
  position: relative;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 1px solid #dfeaf5;
  border-radius: 50%;
  color: #526477;
  background: #f3f7fb !important;
  box-shadow: none;
  opacity: 1;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-header .bootbox-close-button::after {
  top: 48%;
  color: currentColor;
  font-size: 25px;
  line-height: 1;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-header .bootbox-close-button:hover {
  color: #006ee6;
  background: #e9f4ff !important;
  transform: rotate(90deg);
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-body {
  padding: 38px 42px 10px;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .bootbox-body {
  padding: 0;
  color: #40556b;
  text-align: center;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .camera-ai-response__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border: 9px solid #e6f8ef;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #29c77a, #0aa761);
  box-shadow: 0 10px 24px rgba(14, 172, 101, .22);
}

body.fti-camera-ai-v2 .camera-ai-response-modal .camera-ai-response__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .bootbox-body h3 {
  margin: 0 0 10px;
  color: #006ee6;
  font-family: 'SVNGilroy', 'Gilroy', Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .bootbox-body > span {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  color: #52677b;
  font-size: 16px;
  line-height: 1.55;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-footer {
  display: flex;
  justify-content: center;
  padding: 12px 42px 34px;
  border: 0;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-footer .btn,
body.fti-camera-ai-v2 .camera-ai-response-modal .modal-footer .btn:hover,
body.fti-camera-ai-v2 .camera-ai-response-modal .modal-footer .btn:focus {
  min-width: 140px;
  height: 44px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(90deg, #ff9500 0%, #f36c21 100%) !important;
  box-shadow: 0 9px 20px rgba(243, 108, 33, .24);
  font-family: 'SVNGilroy', 'Gilroy', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  text-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

body.fti-camera-ai-v2 .camera-ai-response-modal .modal-footer .btn:hover {
  box-shadow: 0 12px 25px rgba(243, 108, 33, .32);
  transform: translateY(-2px);
}

body.fti-camera-ai-v2 .camera-ai-response-modal--error .camera-ai-response__icon {
  border-color: #fff0ee;
  background: linear-gradient(145deg, #ff765f, #e64b3d);
  box-shadow: 0 10px 24px rgba(230, 75, 61, .2);
}

body.fti-camera-ai-v2 .camera-ai-response-modal--error .bootbox-body h3 {
  color: #d9473b;
}

@keyframes camera-ai-popup-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 575px) {
  body.fti-camera-ai-v2 .camera-ai-response-modal .modal-dialog {
    min-height: calc(100% - 2rem);
    margin: 1rem;
  }

  body.fti-camera-ai-v2 .camera-ai-response-modal .modal-body {
    padding: 34px 24px 8px;
  }

  body.fti-camera-ai-v2 .camera-ai-response-modal .bootbox-body h3 {
    font-size: 25px;
  }

  body.fti-camera-ai-v2 .camera-ai-response-modal .bootbox-body > span {
    font-size: 15px;
  }

  body.fti-camera-ai-v2 .camera-ai-response-modal .modal-footer {
    padding: 12px 24px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fti-camera-ai-v2 .camera-ai-response-modal .modal-content {
    animation: none;
  }

  body.fti-camera-ai-v2 .camera-ai-response-modal .modal-header .bootbox-close-button,
  body.fti-camera-ai-v2 .camera-ai-response-modal .modal-footer .btn {
    transition: none;
  }
}

