/* ============================================================
   IBTDI V35 — Product store experience + global delivery studio
   ============================================================ */
:root{
  --v35-ink:#07162c;
  --v35-ink-2:#102c4d;
  --v35-mute:#627289;
  --v35-line:#e4ebf3;
  --v35-green:#129b5f;
  --v35-green-deep:#087445;
  --v35-cyan:#55ead8;
  --v35-violet:#9b8cff;
}

/* ========== Ready AI products as a real storefront ========== */
section#ai-products.ibtdi_product_store_v35{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:var(--v35-ink)!important;
  background:
    radial-gradient(circle at 9% 7%, rgba(78,144,255,.10), transparent 24%),
    radial-gradient(circle at 91% 88%, rgba(37,205,139,.10), transparent 23%),
    #f8fbff!important;
  border-top:1px solid #edf2f7!important;
  border-bottom:1px solid #e7edf5!important;
}
section#ai-products.ibtdi_product_store_v35:before,
section#ai-products.ibtdi_product_store_v35:after{display:none!important;content:none!important;}
.product_store_top{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:29px;}
.product_store_intro{max-width:710px;}
.product_store_intro .ibtdi_section_label{color:#1c6caa!important;background:#e9f4ff!important;border:1px solid #cfe6fb!important;}
.product_store_intro h2{color:#0a2343!important;max-width:650px;font-size:clamp(31px,3.6vw,51px);line-height:1.3;margin:13px 0 13px;}
.product_store_intro p{color:#61728a!important;font-size:16px;line-height:1.9;margin:0!important;}
.product_store_assurance{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:400px;padding-bottom:4px;}
.product_store_assurance span{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid #dce8f5;border-radius:999px;background:#fff;color:#263d5c;font-size:12px;font-weight:800;box-shadow:0 6px 17px rgba(20,50,85,.045);white-space:nowrap;}
.product_store_assurance i{color:var(--v35-green);font-size:10px;}
.product_store_toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 27px;padding:14px;border:1px solid #deE8f2;border-radius:20px;background:rgba(255,255,255,.78);box-shadow:0 13px 32px rgba(22,49,83,.055);}
.product_filters{display:flex;align-items:center;flex-wrap:wrap;gap:7px;}
.product_filter{padding:9px 13px;border:1px solid transparent;border-radius:11px;background:transparent;color:#53647a;font:inherit;font-size:12px;font-weight:900;line-height:1.1;cursor:pointer;transition:.22s ease;}
.product_filter b{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-right:3px;border-radius:6px;background:#e9eff6;color:#52677f;font-size:9px;}
.product_filter:hover{background:#f0f5fa;color:#183857;}
.product_filter.is-active{border-color:#c9d9ee;background:#102e51;color:#fff;box-shadow:0 8px 16px rgba(10,44,78,.14);}
.product_filter.is-active b{background:rgba(255,255,255,.18);color:#fff;}
.product_selection_summary{display:flex;align-items:center;gap:9px;margin-right:auto;padding-right:15px;border-right:1px solid #e3ebf3;}
.selection_bag_icon{position:relative;display:grid;place-items:center;flex:0 0 auto;width:35px;height:35px;border-radius:11px;background:#e9f8f0;color:#118c56;font-size:16px;}
.selection_bag_icon b{position:absolute;top:-7px;left:-7px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#139b5f;color:#fff;font:800 9px/1 Arial,sans-serif;}
.product_selection_summary small{display:block;color:#7b8b9e;font-size:10px;line-height:1.2;margin-bottom:3px;}.product_selection_summary strong{display:block;max-width:155px;overflow:hidden;color:#183a5d;font-size:11px;white-space:nowrap;text-overflow:ellipsis;}
.product_selection_summary a{margin-right:7px;padding:10px 12px;border-radius:10px;background:#e6f7ee;color:#087446!important;font-size:11px;font-weight:900;white-space:nowrap;transition:.22s ease;}.product_selection_summary a:hover{background:#0d9357;color:#fff!important;}
.product_store_grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:21px;}
.store_product_card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #dde7f1;border-radius:22px;background:#fff;box-shadow:0 13px 31px rgba(18,42,71,.065);transition:.3s cubic-bezier(.2,.7,.2,1);}
.store_product_card:hover{transform:translateY(-7px);border-color:#bfd4e8;box-shadow:0 24px 48px rgba(17,42,74,.13);}
.store_product_card.is-selected{border-color:#6ed6a4;box-shadow:0 0 0 2px rgba(29,181,108,.13),0 24px 48px rgba(17,42,74,.13);}
.store_product_card.is-filtered-out{display:none;}
.store_product_media{position:relative;height:172px;overflow:hidden;background:#dce8f2;}.store_product_media:after{content:"";position:absolute;inset:0;background:linear-gradient(125deg,rgba(5,21,42,.32),rgba(4,18,36,.03) 57%,rgba(0,0,0,.2));pointer-events:none;}.store_product_media img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .55s ease;filter:saturate(.88) contrast(1.03);}.store_product_card:hover .store_product_media img{transform:scale(1.1);}
.media_sales{background:#23416b}.media_support{background:#142d54}.media_booking{background:#37566b}.media_growth{background:#2a4775}.media_lms{background:#315063}.media_dashboard{background:#253a59}
.store_product_label{position:absolute;z-index:2;top:13px;right:13px;padding:7px 9px;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:rgba(6,19,38,.52);backdrop-filter:blur(7px);color:#fff;font-size:10px;font-weight:900;}.store_product_label.product_new{background:rgba(15,127,78,.78)}.store_product_label.product_popular{background:rgba(50,87,171,.85)}
.store_product_visual_icon{position:absolute;z-index:2;left:13px;bottom:13px;display:grid;place-items:center;width:37px;height:37px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);color:#fff;font-size:16px;}
.store_product_body{display:flex;flex:1;flex-direction:column;padding:20px 19px 17px;}.store_product_meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;}.store_product_meta>span:first-child{color:#7890ad;font:800 10px/1.2 Arial,sans-serif;letter-spacing:.045em;text-transform:uppercase;}.availability{display:inline-flex;align-items:center;gap:5px;color:#248259;font-size:10px;font-weight:900;white-space:nowrap;}.availability i{width:6px;height:6px;border-radius:50%;background:#37c87d;box-shadow:0 0 0 3px rgba(55,200,125,.14);}
.store_product_body h3{color:#0b294b!important;font-size:21px;line-height:1.35;margin:0 0 8px;}.store_product_body>p{min-height:69px;margin:0 0 15px;color:#62758e!important;font-size:13px;line-height:1.78;}.store_product_features{display:grid;gap:7px;margin:0 0 17px;padding:0!important;list-style:none;}.store_product_features li{position:relative;padding-right:18px;color:#3f5874!important;font-size:11px;line-height:1.4;}.store_product_features li:before{content:"✓";position:absolute;right:0;top:0;color:#0c9a5b;font-weight:900;}
.store_product_footer{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:auto;padding-top:14px;border-top:1px solid #edf1f5;}.store_product_price small{display:block;margin-bottom:3px;color:#8492a2;font-size:9px;}.store_product_price strong{display:block;color:#253e5c;font-size:11px;white-space:nowrap;}.product_add_btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;padding:10px 11px;border:1px solid #cce9d9;border-radius:10px;background:#eaf8f0;color:#0c8551;font:900 11px/1 var(--ibtdi-font,Arial,sans-serif);cursor:pointer;transition:.22s ease;}.product_add_btn i{font-size:10px;}.product_add_btn:hover,.product_add_btn.is-added{border-color:#108f55;background:#108f55;color:#fff;box-shadow:0 9px 17px rgba(10,142,81,.20);}.product_add_btn.is-added i:before{content:"\\e64c";}
.product_store_bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:26px;padding:21px 24px;border:1px solid #d8e6f1;border-radius:20px;background:linear-gradient(95deg,#eff8ff,#f5fffa);}.store_bottom_eyebrow{display:block;margin-bottom:4px;color:#148d59;font-size:11px;font-weight:900;}.product_store_bottom strong{color:#173b60;font-size:15px;}.product_store_contact{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:12px;background:linear-gradient(135deg,#12a563,#087f48);color:#fff!important;font-size:12px;font-weight:900;white-space:nowrap;box-shadow:0 13px 26px rgba(14,147,86,.18);transition:.25s ease;}.product_store_contact:hover{transform:translateY(-2px);color:#fff!important;filter:brightness(1.04);}

/* ========== AI-Powered Delivery — advanced global studio ========== */
.ibtdi_ai_delivery_v35{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:radial-gradient(circle at 8% 17%,rgba(38,113,170,.23),transparent 29%),radial-gradient(circle at 94% 79%,rgba(18,195,135,.18),transparent 30%),linear-gradient(125deg,#061427 0%,#081b31 46%,#07182a 100%);}
.ibtdi_ai_delivery_v35:before{content:"";position:absolute;z-index:-1;inset:0;opacity:.54;background-image:linear-gradient(rgba(147,207,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(147,207,255,.055) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,transparent,black 15%,black 87%,transparent);}.ai_global_backdrop{position:absolute;z-index:-1;inset:0;overflow:hidden;pointer-events:none;}.ai_orbit{position:absolute;border:1px solid rgba(102,218,206,.14);border-radius:50%;}.orbit_one{width:590px;height:590px;top:-360px;left:-150px;box-shadow:0 0 160px rgba(66,177,239,.12) inset;}.orbit_two{width:780px;height:780px;bottom:-510px;right:-210px;box-shadow:0 0 180px rgba(18,215,145,.1) inset;}.ai_particle{position:absolute;width:6px;height:6px;border-radius:50%;background:#75f4d3;box-shadow:0 0 22px 5px rgba(83,240,204,.45);animation:v35float 6.5s ease-in-out infinite;}.p_one{top:26%;left:8%;}.p_two{top:16%;right:17%;animation-delay:-2.5s;}.p_three{bottom:20%;right:8%;animation-delay:-4.3s;}
.ai_delivery_v35_header{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:54px;align-items:end;margin-bottom:32px;}.ai_delivery_v35_copy{max-width:850px;}.ai_delivery_eyebrow{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(122,246,211,.24);border-radius:999px;background:rgba(41,210,152,.09);color:#b8f9dd;font-size:11px;font-weight:900;letter-spacing:.025em;}.ai_delivery_eyebrow i{font-size:12px;color:#63f4c9;}.ai_delivery_v35_copy h2{max-width:790px;margin:15px 0 13px;color:#fff;font-size:clamp(33px,4.25vw,62px);line-height:1.2;letter-spacing:-.018em;}.ai_delivery_v35_copy h2 em{color:#8bf5d0;font-style:normal;background:linear-gradient(90deg,#87f6cf,#93c9ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.ai_delivery_v35_copy p{max-width:740px;margin:0;color:rgba(227,241,255,.73);font-size:16px;line-height:1.95;}.ai_delivery_v35_proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;}.ai_delivery_v35_proof span{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid rgba(187,230,255,.13);border-radius:9px;background:rgba(255,255,255,.045);color:rgba(237,248,255,.86);font-size:11px;font-weight:800;}.ai_delivery_v35_proof i{color:#69efbd;font-size:10px;}.ai_delivery_v35_metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid rgba(184,232,255,.15);border-radius:18px;background:rgba(172,230,255,.12);box-shadow:0 20px 60px rgba(0,0,0,.18);}.ai_delivery_v35_metrics>div{min-height:139px;padding:18px 13px 14px;background:rgba(8,29,50,.84);}.ai_delivery_v35_metrics small{display:block;min-height:28px;color:rgba(207,231,255,.55);font-size:10px;line-height:1.4;}.ai_delivery_v35_metrics strong{display:block;margin-bottom:2px;color:#fff;font:800 31px/1 Arial,sans-serif;}.ai_delivery_v35_metrics strong span{color:#70f0c0;}.ai_delivery_v35_metrics em{display:block;color:#92b6d6;font-size:9px;font-style:normal;white-space:nowrap;}
.ai_delivery_studio{display:grid;grid-template-columns:300px minmax(0,1fr);overflow:hidden;border:1px solid rgba(185,235,255,.18);border-radius:27px;background:rgba(7,24,43,.74);box-shadow:0 30px 96px rgba(0,0,0,.28);backdrop-filter:blur(18px);}.ai_studio_sidebar{position:relative;display:flex;flex-direction:column;min-height:612px;padding:25px;border-left:1px solid rgba(183,232,255,.13);background:linear-gradient(160deg,rgba(13,44,75,.94),rgba(7,27,49,.86));overflow:hidden;}.ai_studio_sidebar:before{content:"";position:absolute;width:240px;height:240px;top:-116px;right:-104px;border-radius:50%;background:radial-gradient(circle,rgba(82,236,194,.18),transparent 70%);}.ai_studio_brand{position:relative;display:flex;align-items:center;gap:9px;color:#d4ecff;font:800 11px/1 Arial,sans-serif;letter-spacing:.08em;}.ai_studio_brand b{color:#6cf2c3;font-weight:800;}.ai_studio_mark{display:grid;grid-template-columns:repeat(3,4px);align-items:end;gap:2px;height:18px;}.ai_studio_mark i{display:block;width:4px;border-radius:4px;background:#71f2c6;box-shadow:0 0 13px rgba(76,246,195,.42);}.ai_studio_mark i:nth-child(1){height:9px}.ai_studio_mark i:nth-child(2){height:18px}.ai_studio_mark i:nth-child(3){height:13px}.ai_studio_sidebar_copy{position:relative;margin:58px 0 auto;}.ai_studio_sidebar_copy small{color:#77eebd;font-size:10px;font-weight:900;}.ai_studio_sidebar_copy h3{margin:10px 0 13px;color:#fff;font-size:25px;line-height:1.45;}.ai_studio_sidebar_copy p{margin:0;color:rgba(221,242,255,.66);font-size:13px;line-height:1.9;}.ai_v35_trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;margin-top:25px;padding:13px 14px;border:1px solid rgba(121,246,201,.27);border-radius:13px;background:linear-gradient(135deg,#16a869,#077544);color:#fff;font:900 12px/1 var(--ibtdi-font,Arial,sans-serif);cursor:pointer;box-shadow:0 14px 30px rgba(6,151,84,.19);transition:.25s ease;}.ai_v35_trigger:hover{transform:translateY(-2px);filter:brightness(1.05);}.ai_v35_trigger .trigger_icon{display:grid;place-items:center;width:21px;height:21px;border-radius:7px;background:rgba(255,255,255,.18);font-size:9px;}.ai_studio_sidebar_note{position:relative;display:flex;align-items:center;gap:8px;margin-top:14px;color:rgba(205,233,252,.67);font-size:10px;line-height:1.55;}.ai_studio_sidebar_note i{color:#77f0c3;font-size:13px;}
.ai_studio_canvas{position:relative;min-width:0;padding:21px 23px 17px;background:linear-gradient(135deg,rgba(8,33,58,.72),rgba(5,20,37,.82));}.ai_studio_canvas:before{content:"";position:absolute;inset:0;opacity:.4;background:radial-gradient(circle at 30% 0,rgba(69,147,255,.16),transparent 26%);pointer-events:none;}.ai_canvas_toolbar,.ai_pipeline_track,.ai_canvas_bento,.ai_canvas_footer{position:relative;z-index:1;}.ai_canvas_toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid rgba(199,234,255,.11);}.ai_canvas_toolbar_title{display:flex;align-items:center;gap:8px;}.ai_live_dot{width:8px;height:8px;border-radius:50%;background:#61f1bd;box-shadow:0 0 0 4px rgba(99,242,190,.10),0 0 14px rgba(99,242,190,.5);animation:v35live 2s infinite;}.ai_canvas_toolbar strong{color:#dff5ff;font:800 11px/1 Arial,sans-serif;letter-spacing:.055em;}.ai_canvas_toolbar em{padding-right:8px;border-right:1px solid rgba(199,234,255,.16);color:#70d6be;font:800 9px/1 Arial,sans-serif;font-style:normal;text-transform:uppercase;letter-spacing:.05em;}.ai_canvas_toolbar_meta{display:flex;gap:5px;}.ai_canvas_toolbar_meta span{padding:5px 7px;border:1px solid rgba(191,230,255,.12);border-radius:6px;background:rgba(255,255,255,.04);color:#a6c8e6;font:800 9px/1 Arial,sans-serif;}
.ai_pipeline_track{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:22px 0 16px;padding:13px 0;}.ai_pipeline_track:before{content:"";position:absolute;right:8%;left:8%;top:37px;height:1px;background:linear-gradient(90deg,rgba(79,210,217,.1),rgba(85,237,186,.64),rgba(147,194,255,.16));}.ai_pipeline_progress{position:absolute;top:36px;right:8%;width:16%;height:3px;border-radius:4px;background:linear-gradient(90deg,#6df2c3,#98bcff);box-shadow:0 0 18px rgba(92,242,194,.55);animation:v35pipeline 5.8s ease-in-out infinite;}.ai_pipeline_node{position:relative;display:flex;flex-direction:column;min-width:0;padding:0 6px;}.ai_node_number{position:absolute;top:6px;right:14px;color:rgba(167,206,237,.46);font:800 9px/1 Arial,sans-serif;}.ai_node_icon{position:relative;z-index:2;display:grid;place-items:center;width:48px;height:48px;margin:0 0 17px;border:1px solid rgba(164,234,236,.29);border-radius:15px;background:linear-gradient(145deg,rgba(44,117,148,.56),rgba(16,60,87,.74));color:#86f5ca;font-size:18px;box-shadow:0 0 0 6px rgba(10,34,57,.95),0 0 30px rgba(61,207,182,.12);}.node_experience .ai_node_icon{color:#aab2ff;background:linear-gradient(145deg,rgba(80,96,169,.64),rgba(31,47,104,.72));}.node_engineering .ai_node_icon{color:#8fdfff;background:linear-gradient(145deg,rgba(38,110,153,.64),rgba(16,53,84,.72));}.node_launch .ai_node_icon{color:#8bf4c9;background:linear-gradient(145deg,rgba(21,128,89,.68),rgba(11,72,58,.72));}.ai_node_body span{display:block;margin-bottom:6px;color:#75eebe;font:800 9px/1 Arial,sans-serif;letter-spacing:.065em;text-transform:uppercase;}.node_experience .ai_node_body span{color:#b9b8ff}.node_engineering .ai_node_body span{color:#8edaff}.ai_node_body h4{min-height:48px;margin:0 0 7px;color:#f4fbff;font-size:16px;line-height:1.45;}.ai_node_body p{min-height:57px;margin:0;color:rgba(213,234,250,.62);font-size:11px;line-height:1.7;}.ai_node_micro{display:flex;justify-content:space-between;gap:6px;margin-top:14px;padding-top:9px;border-top:1px solid rgba(203,234,255,.10);color:#9ebed9;font:800 8px/1 Arial,sans-serif;}.ai_node_micro b{display:inline-flex;align-items:center;gap:4px;color:#7df3bd;font-weight:800;}.ai_node_micro b i{width:5px;height:5px;border-radius:50%;background:#54ebb0;box-shadow:0 0 8px rgba(84,235,176,.8);}
.ai_canvas_bento{display:grid;grid-template-columns:1.35fr .95fr .95fr;gap:10px;margin-top:5px;}.ai_bento_card{min-height:132px;padding:13px;border:1px solid rgba(192,232,255,.12);border-radius:15px;background:rgba(8,34,58,.57);overflow:hidden;}.ai_bento_header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:13px;color:#b6d8ef;font:800 9px/1 Arial,sans-serif;letter-spacing:.04em;}.ai_bento_header i{color:#70edc3;font-size:12px;}.ai_bento_prompt p{margin:0 0 11px;padding:10px;border-radius:9px;background:rgba(117,172,220,.09);color:#e0effd;font-size:11px;line-height:1.5;}.ai_bento_prompt>div{display:flex;flex-wrap:wrap;gap:5px;}.ai_bento_prompt>div span{padding:5px 6px;border-radius:6px;background:rgba(98,245,185,.10);color:#8bf4c9;font:800 8px/1 Arial,sans-serif;}.ai_code_rows{display:grid;gap:7px;margin:19px 0 10px;}.ai_code_rows i{display:block;height:5px;border-radius:5px;background:linear-gradient(90deg,rgba(115,225,255,.7),rgba(115,225,255,.11));}.ai_code_rows i:nth-child(2){width:78%;background:linear-gradient(90deg,rgba(151,138,255,.72),rgba(151,138,255,.1));}.ai_code_rows i:nth-child(3){width:65%;background:linear-gradient(90deg,rgba(93,245,191,.66),rgba(93,245,191,.1));}.ai_code_rows i:nth-child(4){width:88%;}.ai_code_rows i:nth-child(5){width:44%;}.ai_bento_code b{color:#79f0be;font:800 9px/1 Arial,sans-serif;}.signal_chart{display:flex;align-items:end;gap:5px;height:56px;margin:6px 0 10px;}.signal_chart i{display:block;flex:1;border-radius:4px 4px 1px 1px;background:linear-gradient(180deg,#85f3cc,#167e67);box-shadow:0 0 11px rgba(70,235,179,.18);}.signal_chart i:nth-child(1){height:25%}.signal_chart i:nth-child(2){height:39%}.signal_chart i:nth-child(3){height:33%}.signal_chart i:nth-child(4){height:56%}.signal_chart i:nth-child(5){height:72%}.signal_chart i:nth-child(6){height:100%}.ai_bento_signal strong{color:#c6ecff;font-size:10px;}.ai_canvas_footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(199,234,255,.11);}.ai_canvas_footer p{max-width:640px;margin:0;color:rgba(221,240,255,.74);font-size:12px;line-height:1.75;}.ai_canvas_footer p strong{color:#8bf4c9;}.ai_canvas_footer .delivery_contact_action{padding:12px 14px;border:1px solid rgba(104,244,191,.25);border-radius:11px;background:linear-gradient(135deg,#13a062,#087d48);color:#fff!important;font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 12px 26px rgba(0,0,0,.18);}.ai_canvas_footer .delivery_contact_action:hover{color:#fff!important;transform:translateY(-2px);}
.ibtdi_ai_delivery_v35.ai-flow-active .ai_pipeline_progress{animation-duration:1.15s;}.ibtdi_ai_delivery_v35.ai-flow-active .ai_pipeline_node{animation:v35node 1.28s ease-in-out infinite alternate;}.ibtdi_ai_delivery_v35.ai-flow-active .ai_pipeline_node:nth-child(3){animation-delay:.16s}.ibtdi_ai_delivery_v35.ai-flow-active .ai_pipeline_node:nth-child(4){animation-delay:.32s}.ibtdi_ai_delivery_v35.ai-flow-active .ai_pipeline_node:nth-child(5){animation-delay:.48s}.ibtdi_ai_delivery_v35.ai-flow-active .ai_bento_card{animation:v35bento 1.5s ease-in-out infinite alternate;}.ibtdi_ai_delivery_v35.ai-flow-active .ai_bento_card:nth-child(2){animation-delay:.22s}.ibtdi_ai_delivery_v35.ai-flow-active .ai_bento_card:nth-child(3){animation-delay:.44s;}
@keyframes v35float{50%{transform:translateY(-22px) scale(.72);opacity:.52;}}@keyframes v35live{50%{transform:scale(.72);opacity:.56;}}@keyframes v35pipeline{0%,100%{right:8%;width:16%}50%{right:76%;width:16%}}@keyframes v35node{to{transform:translateY(-4px);filter:brightness(1.12);}}@keyframes v35bento{to{border-color:rgba(114,247,197,.35);box-shadow:0 0 26px rgba(62,237,179,.10) inset;}}
@media(max-width:991px){
  .product_store_top{align-items:flex-start;flex-direction:column;}.product_store_assurance{justify-content:flex-start;max-width:none;}.product_store_toolbar{align-items:flex-start;flex-direction:column;}.product_selection_summary{width:100%;margin-right:0;padding:14px 0 0;border-top:1px solid #e3ebf3;border-right:0;}.product_selection_summary a{margin-right:auto;}.product_store_grid{grid-template-columns:repeat(2,minmax(0,1fr));}.ai_delivery_v35_header{grid-template-columns:1fr;gap:25px;}.ai_delivery_v35_metrics{max-width:520px;}.ai_delivery_studio{grid-template-columns:1fr;}.ai_studio_sidebar{min-height:0;border-left:0;border-bottom:1px solid rgba(183,232,255,.13);}.ai_studio_sidebar_copy{margin:28px 0 0;}.ai_studio_sidebar_note{margin-top:12px;}.ai_studio_canvas{padding:20px;}.ai_pipeline_track{grid-template-columns:repeat(2,1fr);gap:24px 16px;}.ai_pipeline_track:before{display:none;}.ai_pipeline_progress{display:none;}.ai_node_body h4,.ai_node_body p{min-height:0;}.ai_canvas_bento{grid-template-columns:1.2fr 1fr;}.ai_bento_prompt{grid-column:1/-1;}
}
@media(max-width:767px){
  .product_store_top{margin-bottom:23px;}.product_store_intro h2{font-size:33px;}.product_store_intro p{font-size:14px;}.product_store_toolbar{padding:11px;border-radius:16px;}.product_filters{display:grid;grid-template-columns:repeat(2,1fr);width:100%;}.product_filter{width:100%;padding:10px 8px;text-align:center;}.product_filters .product_filter:first-child{grid-column:span 2;}.product_selection_summary strong{max-width:120px;}.product_selection_summary a{padding:9px 10px;font-size:10px;}.product_store_grid{grid-template-columns:1fr;gap:16px;}.store_product_media{height:186px;}.store_product_body>p{min-height:0;}.product_store_bottom{align-items:flex-start;flex-direction:column;padding:19px;}.product_store_bottom strong{font-size:14px;}.product_store_contact{width:100%;justify-content:center;}.ai_delivery_v35_copy h2{font-size:34px;}.ai_delivery_v35_copy p{font-size:14px;}.ai_delivery_v35_metrics>div{min-height:117px;padding:14px 10px;}.ai_delivery_v35_metrics strong{font-size:26px;}.ai_delivery_v35_metrics em{white-space:normal;line-height:1.3;}.ai_delivery_studio{border-radius:20px;}.ai_studio_sidebar{padding:20px;}.ai_studio_sidebar_copy h3{font-size:22px;}.ai_studio_canvas{padding:16px 13px;}.ai_canvas_toolbar{align-items:flex-start;flex-direction:column;gap:11px;}.ai_pipeline_track{grid-template-columns:1fr;gap:18px;margin:18px 0 12px;padding:0;}.ai_pipeline_node{padding:15px 13px;border:1px solid rgba(192,232,255,.10);border-radius:15px;background:rgba(7,28,48,.43);}.ai_node_icon{margin-bottom:12px;}.ai_node_body h4{font-size:15px;}.ai_node_body p{font-size:10.5px;}.ai_canvas_bento{grid-template-columns:1fr;}.ai_bento_prompt{grid-column:auto;}.ai_canvas_footer{align-items:flex-start;flex-direction:column;gap:13px;}.ai_canvas_footer .delivery_contact_action{width:100%;justify-content:center;}
}
@media(prefers-reduced-motion:reduce){.ai_particle,.ai_live_dot,.ai_pipeline_progress,.ibtdi_ai_delivery_v35.ai-flow-active .ai_pipeline_node,.ibtdi_ai_delivery_v35.ai-flow-active .ai_bento_card{animation:none!important;}.store_product_card,.product_add_btn,.ai_v35_trigger{transition:none!important;}}
