:root{
    --ibsn-theme-navy:#071f4e;
    --ibsn-theme-navy-2:#031532;
    --ibsn-theme-blue:#1467c7;
    --ibsn-theme-green:#5b971c;
    --ibsn-theme-orange:#ef7412;
    --ibsn-theme-purple:#7d3e9f;
    --ibsn-theme-ink:#10233f;
    --ibsn-theme-muted:#607086;
    --ibsn-theme-line:#dbe3ec;
    --ibsn-theme-soft:#f3f6fa;
    --ibsn-theme-white:#fff;
    --ibsn-theme-radius:12px;
    --ibsn-theme-shadow:0 14px 40px rgba(6,31,78,.08);
}

html{box-sizing:border-box;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}body{margin:0;color:var(--ibsn-theme-ink);background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6}img{max-width:100%;height:auto}a{color:var(--ibsn-theme-blue);text-decoration:none}a:hover{text-decoration:none}button,input,select,textarea{font:inherit}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;margin:8px;padding:10px 14px;background:#fff;color:#111;z-index:999999}.skip-link{left:8px;top:8px}

/* Header */
.ibsn-theme-header{position:sticky;top:0;z-index:999;background:linear-gradient(90deg,var(--ibsn-theme-navy),var(--ibsn-theme-navy-2));border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 3px 15px rgba(0,0,0,.08)}.admin-bar .ibsn-theme-header{top:32px}.ibsn-theme-header-inner{min-height:76px;width:100%;padding:10px clamp(16px,2.4vw,38px);display:flex;align-items:center;gap:24px}.ibsn-theme-brand{display:flex;flex-direction:column;justify-content:center;min-width:205px;flex:0 0 auto;color:#fff}.ibsn-theme-brand img,.ibsn-theme-brand .custom-logo{display:block;width:200px;height:auto;max-height:52px;object-fit:contain;object-position:left center}.ibsn-theme-brand .custom-logo-link{display:block}.ibsn-theme-tagline{display:block;margin-top:2px;font-size:9px;line-height:1.1;letter-spacing:.55px;text-transform:uppercase;color:#dce9ff;font-weight:800}.ibsn-theme-navigation{margin-left:auto;display:flex;align-items:center;gap:18px}.ibsn-theme-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:18px}.ibsn-theme-menu li{position:relative;margin:0}.ibsn-theme-menu a{display:block;color:#fff;font-size:12px;font-weight:700;white-space:nowrap;padding:8px 0}.ibsn-theme-menu a:hover{color:#cfe8a8}.ibsn-theme-menu .sub-menu{position:absolute;left:-16px;top:100%;min-width:220px;background:#fff;border-radius:8px;padding:8px 0;box-shadow:var(--ibsn-theme-shadow);list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}.ibsn-theme-menu li:hover>.sub-menu,.ibsn-theme-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.ibsn-theme-menu .sub-menu a{color:var(--ibsn-theme-ink);padding:9px 16px}.ibsn-theme-header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.ibsn-theme-mobile-actions{display:none}.ibsn-theme-menu-toggle{display:none;margin-left:auto;border:0;background:transparent;padding:8px;cursor:pointer}.ibsn-theme-menu-toggle>span:not(.screen-reader-text){display:block;width:27px;height:2px;background:#fff;margin:5px 0;border-radius:2px}

/* Buttons */
.ibsn-theme-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:7px;padding:10px 14px;font-size:12px;font-weight:800;line-height:1.1;transition:transform .16s ease,opacity .16s ease,border-color .16s ease;color:#fff!important;border:1px solid transparent}.ibsn-theme-btn:hover{transform:translateY(-1px);opacity:.94}.ibsn-theme-btn-green{background:linear-gradient(#70aa25,var(--ibsn-theme-green))}.ibsn-theme-btn-orange{background:linear-gradient(#ff8b25,var(--ibsn-theme-orange))}.ibsn-theme-btn-outline{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.32)}.ibsn-theme-btn-large{padding:14px 22px;font-size:13px}

/* Global content */
.ibsn-theme-main{min-height:55vh;width:100%}.ibsn-theme-content-shell{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:48px 0 64px}.ibsn-theme-wide-page{width:100%;max-width:none;margin:0}.ibsn-theme-page{padding-top:46px;padding-bottom:64px}.ibsn-theme-page-head{margin:0 0 26px}.ibsn-theme-page-head h1,.ibsn-theme-archive-head h1,.ibsn-theme-cpt-card h1{font-size:clamp(30px,4vw,52px);line-height:1.08;letter-spacing:-1.4px;color:var(--ibsn-theme-navy);margin:4px 0 12px}.ibsn-theme-archive-head{margin-bottom:28px}.ibsn-theme-kicker{font-size:11px;font-weight:900;letter-spacing:1.15px;color:var(--ibsn-theme-green)}.entry-content{font-size:16px}.entry-content h2,.entry-content h3,.entry-content h4{color:var(--ibsn-theme-navy);line-height:1.2}.entry-content a{text-decoration:underline;text-underline-offset:3px}.entry-content img{border-radius:10px}.ibsn-theme-post-meta{font-size:12px;color:var(--ibsn-theme-muted);font-weight:700}.ibsn-theme-featured-image{margin-bottom:26px}.ibsn-theme-featured-image img{width:100%;border-radius:14px}

/* Homepage */
.ibsn-theme-hero{background:radial-gradient(circle at 82% 20%,rgba(24,104,177,.55),transparent 33%),linear-gradient(120deg,#07275f,#041b43 70%,#03142e);color:#fff;position:relative;overflow:hidden}.ibsn-theme-hero:after{content:"";position:absolute;right:-180px;bottom:-220px;width:620px;height:620px;border:90px solid rgba(255,255,255,.035);border-radius:50%}.ibsn-theme-hero-inner{width:min(1420px,calc(100% - 42px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr);gap:52px;align-items:center;padding:84px 0 88px;position:relative;z-index:1}.ibsn-theme-hero-copy .ibsn-theme-kicker{color:#b8df7f}.ibsn-theme-hero h1{font-size:clamp(42px,5.1vw,76px);line-height:1.02;letter-spacing:-2px;margin:12px 0 22px;color:#fff;max-width:790px}.ibsn-theme-hero p{font-size:18px;line-height:1.65;max-width:720px;color:#e9f1ff;margin:0 0 26px}.ibsn-theme-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.ibsn-theme-role-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ibsn-theme-role-grid a{min-height:150px;border-radius:14px;padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 12px 28px rgba(0,0,0,.14);transition:transform .18s ease}.ibsn-theme-role-grid a:hover{transform:translateY(-3px)}.ibsn-theme-role-grid a:nth-child(1){background:linear-gradient(145deg,#6ca71f,#4c8114)}.ibsn-theme-role-grid a:nth-child(2){background:linear-gradient(145deg,#237ad0,#0b59a9)}.ibsn-theme-role-grid a:nth-child(3){background:linear-gradient(145deg,#8a4aae,#663287)}.ibsn-theme-role-grid a:nth-child(4){background:linear-gradient(145deg,#ff8820,#df6307)}.ibsn-theme-role-grid strong{font-size:20px;line-height:1.15}.ibsn-theme-role-grid span{font-size:12px;margin-top:7px;opacity:.9}.ibsn-theme-home-section{width:min(1420px,calc(100% - 42px));margin:0 auto;padding:64px 0}.ibsn-theme-section-head{text-align:center;max-width:780px;margin:0 auto 34px}.ibsn-theme-section-head span{font-size:11px;color:var(--ibsn-theme-green);font-weight:900;letter-spacing:1px}.ibsn-theme-section-head h2{font-size:clamp(28px,3vw,44px);line-height:1.15;color:var(--ibsn-theme-navy);margin:8px 0 0}.ibsn-theme-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ibsn-theme-feature-grid a{display:block;padding:28px 24px;border:1px solid var(--ibsn-theme-line);border-radius:var(--ibsn-theme-radius);background:#fff;color:var(--ibsn-theme-ink);box-shadow:0 2px 8px rgba(4,30,70,.04);transition:.18s}.ibsn-theme-feature-grid a:hover{transform:translateY(-3px);box-shadow:var(--ibsn-theme-shadow);border-color:#c6d7e8}.ibsn-theme-feature-grid span{font-size:30px}.ibsn-theme-feature-grid h3{margin:13px 0 7px;color:var(--ibsn-theme-navy);font-size:19px}.ibsn-theme-feature-grid p{margin:0;color:var(--ibsn-theme-muted);font-size:13px}

/* Posts */
.ibsn-theme-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ibsn-theme-post-card{border:1px solid var(--ibsn-theme-line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 10px rgba(4,31,75,.04)}.ibsn-theme-post-thumb{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--ibsn-theme-soft)}.ibsn-theme-post-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.ibsn-theme-post-card:hover .ibsn-theme-post-thumb img{transform:scale(1.025)}.ibsn-theme-post-card-body{padding:20px}.ibsn-theme-post-card h2{font-size:20px;line-height:1.25;margin:6px 0 9px}.ibsn-theme-post-card h2 a{color:var(--ibsn-theme-navy)}.ibsn-theme-post-card p{font-size:13px;color:var(--ibsn-theme-muted)}.ibsn-theme-text-link{font-weight:800;font-size:12px}.pagination{margin-top:28px}.nav-links{display:flex;gap:8px;flex-wrap:wrap}.nav-links .page-numbers{padding:8px 12px;border:1px solid var(--ibsn-theme-line);border-radius:6px}.nav-links .current{background:var(--ibsn-theme-navy);color:#fff}

/* CPT views */
.ibsn-theme-cpt-single{max-width:980px}.ibsn-theme-cpt-card{border:1px solid var(--ibsn-theme-line);border-radius:14px;padding:clamp(24px,4vw,46px);box-shadow:var(--ibsn-theme-shadow);background:#fff}.ibsn-theme-back-link{display:inline-block;margin-bottom:16px;font-size:13px;font-weight:800;color:var(--ibsn-theme-navy)}

/* 404 / empty */
.ibsn-theme-state-page{width:min(760px,calc(100% - 36px));margin:0 auto;text-align:center;padding:90px 0 110px}.ibsn-theme-state-page h1,.ibsn-theme-state-page h2{font-size:clamp(34px,5vw,58px);line-height:1.08;color:var(--ibsn-theme-navy);margin:9px 0 14px}.ibsn-theme-state-page p{color:var(--ibsn-theme-muted);font-size:17px;margin-bottom:24px}.ibsn-theme-state-page .ibsn-theme-hero-actions{justify-content:center}.ibsn-theme-state-inline{padding:50px 0}.ibsn-theme-state-inline h2{font-size:34px}

/* Comments */
.ibsn-theme-comments{margin-top:42px;padding-top:28px;border-top:1px solid var(--ibsn-theme-line)}.comment-list{padding-left:20px}.comment-body{padding:18px;border:1px solid var(--ibsn-theme-line);border-radius:10px;margin-bottom:12px}.comment-form input,.comment-form textarea{width:100%;border:1px solid #cfd8e4;border-radius:7px;padding:10px}.comment-form .submit{width:auto;background:var(--ibsn-theme-navy);color:#fff;border:0;padding:11px 18px;font-weight:800;cursor:pointer}

/* Footer */
.ibsn-theme-footer{background:linear-gradient(115deg,#051b42,#02112b);color:#dce6f5;margin-top:0}.ibsn-theme-footer-main{width:min(1420px,calc(100% - 42px));margin:0 auto;padding:46px 0 36px;display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:48px}.ibsn-theme-footer-brand img,.ibsn-theme-footer-brand .custom-logo{width:210px;max-height:56px;object-fit:contain;object-position:left}.ibsn-theme-footer-brand p{max-width:550px;font-size:14px;color:#b8c6db}.ibsn-theme-footer h2{font-size:13px;text-transform:uppercase;letter-spacing:.8px;color:#fff;margin:0 0 14px}.ibsn-theme-footer ul{list-style:none;margin:0;padding:0}.ibsn-theme-footer li{margin:0}.ibsn-theme-footer a{display:block;color:#dce6f5;font-size:13px;padding:4px 0}.ibsn-theme-footer .ibsn-theme-menu{display:block}.ibsn-theme-footer .ibsn-theme-menu a{color:#dce6f5}.ibsn-theme-footer-contact{display:flex;flex-direction:column}.ibsn-theme-footer-bottom{border-top:1px solid rgba(255,255,255,.08);width:min(1420px,calc(100% - 42px));margin:0 auto;padding:16px 0 20px;display:flex;justify-content:space-between;gap:16px;font-size:11px;color:#91a2bb}

/* Portal integration: the theme itself guarantees true full width on all IBSN plugin pages. */
body.ibsn-theme-portal-page .ibsn-theme-main{width:100%;max-width:none;padding:0;margin:0}body.ibsn-theme-portal-page .ibsn-theme-portal-canvas,body.ibsn-theme-portal-page .entry-content,body.ibsn-theme-portal-page .wp-block-post-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}body.ibsn-theme-portal-page article.page{margin:0!important;padding:0!important;width:100%!important;max-width:none!important}body.ibsn-theme-portal-page .ibsn-portal,body.ibsn-theme-portal-page .ibsn-ecosystem{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}body.ibsn-theme-portal-page .entry-content>p:empty{display:none}.ibsn-theme-portal-canvas{width:100%;max-width:none;margin:0;padding:0}

/* Keep Elementor truly edge to edge without affecting theme header/footer. */
.elementor-page .ibsn-theme-main{width:100%;max-width:none}.elementor-page .ibsn-theme-front-content,.elementor-page .ibsn-theme-front-content>.entry-content{width:100%;max-width:none;margin:0;padding:0}.elementor-page .elementor-section-wrap,.elementor-page .elementor>.elementor-element,.elementor-page .e-con.e-parent{max-width:none}.elementor-editor-active .ibsn-theme-header{position:relative;top:auto}

/* WooCommerce */
.ibsn-theme-woocommerce .woocommerce ul.products li.product,.ibsn-theme-woocommerce .woocommerce-page ul.products li.product{border:1px solid var(--ibsn-theme-line);border-radius:10px;padding:12px;background:#fff}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--ibsn-theme-green)!important;color:#fff!important;border-radius:6px!important}

@media (max-width:1240px){.ibsn-theme-header-inner{gap:16px}.ibsn-theme-menu{gap:13px}.ibsn-theme-menu a{font-size:11px}.ibsn-theme-header-actions .ibsn-theme-btn{padding:9px 10px;font-size:10px}.ibsn-theme-hero-inner{grid-template-columns:1fr 460px}}
@media (max-width:1120px){.ibsn-theme-menu-toggle{display:block}.ibsn-theme-header-actions{display:none}.ibsn-theme-navigation{display:none;position:absolute;left:0;right:0;top:100%;background:linear-gradient(180deg,var(--ibsn-theme-navy),var(--ibsn-theme-navy-2));padding:14px 20px 20px;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 15px 30px rgba(0,0,0,.15)}.ibsn-theme-navigation.is-open{display:block}.ibsn-theme-menu{display:block}.ibsn-theme-menu a{font-size:13px;padding:10px 4px;border-bottom:1px solid rgba(255,255,255,.08)}.ibsn-theme-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;background:rgba(255,255,255,.04);box-shadow:none;margin-left:8px}.ibsn-theme-menu .sub-menu a{color:#fff}.ibsn-theme-mobile-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.ibsn-theme-hero-inner{grid-template-columns:1fr;gap:34px;padding:64px 0}.ibsn-theme-role-grid{grid-template-columns:repeat(4,1fr)}.ibsn-theme-role-grid a{min-height:125px}.ibsn-theme-feature-grid{grid-template-columns:1fr 1fr}.ibsn-theme-post-grid{grid-template-columns:1fr 1fr}}
@media (max-width:782px){.admin-bar .ibsn-theme-header{top:46px}.ibsn-theme-footer-main{grid-template-columns:1fr 1fr}.ibsn-theme-footer-brand{grid-column:1/-1}.ibsn-theme-footer-bottom{display:block}.ibsn-theme-footer-bottom span{display:block;margin:4px 0}}
@media (max-width:720px){.ibsn-theme-header-inner{min-height:68px;padding-left:14px;padding-right:14px}.ibsn-theme-brand{min-width:0}.ibsn-theme-brand img,.ibsn-theme-brand .custom-logo{width:175px;max-height:44px}.ibsn-theme-tagline{font-size:8px}.ibsn-theme-hero-inner,.ibsn-theme-home-section,.ibsn-theme-footer-main,.ibsn-theme-footer-bottom{width:min(100% - 28px,1420px)}.ibsn-theme-hero h1{font-size:42px;letter-spacing:-1.2px}.ibsn-theme-hero p{font-size:16px}.ibsn-theme-role-grid{grid-template-columns:1fr 1fr}.ibsn-theme-feature-grid,.ibsn-theme-post-grid{grid-template-columns:1fr}.ibsn-theme-content-shell{width:calc(100% - 28px);padding:34px 0 50px}.ibsn-theme-footer-main{grid-template-columns:1fr;gap:28px}.ibsn-theme-footer-brand{grid-column:auto}.ibsn-theme-page-head h1,.ibsn-theme-archive-head h1,.ibsn-theme-cpt-card h1{font-size:34px}}
@media (max-width:460px){.ibsn-theme-role-grid{grid-template-columns:1fr}.ibsn-theme-role-grid a{min-height:105px}.ibsn-theme-hero h1{font-size:36px}.ibsn-theme-hero-actions .ibsn-theme-btn{width:100%}.ibsn-theme-mobile-actions .ibsn-theme-btn{flex:1 1 140px}.ibsn-theme-menu-toggle{padding-right:0}}
