:root{--bg:#f4f7f9;--surface:#fff;--ink:#0e1b28;--muted:#425466;--line:#dbe4ea;--brand:#0f766e;--brand-2:#0b4f6c;--danger:#9b1c1c;--success:#146c43}*{box-sizing:border-box}html,body{color:var(--ink);background:radial-gradient(circle at 10% 0,#eaf6f5 0%,#f4f7f9 42%,#edf3f7 100%);margin:0;padding:0;font-family:Segoe UI,Aptos,Trebuchet MS,sans-serif}a{color:inherit;text-decoration:none}.shell{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.container{width:min(1100px,92vw);margin:0 auto}.nav{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#ffffffe6;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:16px;min-height:68px;display:flex}.logo{letter-spacing:.2px;font-weight:700}.site-logo{object-fit:contain;width:auto;max-width:180px;height:auto;max-height:42px;display:block;background:0 0!important}.menu{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.menu-link,.menu-parent-btn{color:var(--muted);letter-spacing:.1px;border:1px solid #0000;border-radius:999px;padding:8px 12px;font-size:.92rem;font-weight:600;transition:color .12s,border-color .12s,background .12s}.menu-link:hover,.menu-parent-btn:hover{color:var(--brand-2);background:#f7fafc;border-color:#d0dfe8}.menu-link.is-active{color:#0a3f59;background:#edf4f8;border-color:#bed2df}.menu-group{position:relative}.menu-parent-btn{cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:8px;display:inline-flex}.submenu{border:1px solid var(--line);background:#fff;border-radius:10px;gap:6px;min-width:180px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 30px #0e1b281f}.submenu a{color:#2f4b5c;border-radius:6px;padding:7px 8px;font-weight:600}.submenu a:hover{background:#eef5f8}.menu-caret{color:#4a6678;font-size:.7rem}.menu-cta{background:linear-gradient(120deg,#0f766e,#0b4f6c);border:1px solid #0c5f59;border-radius:999px;margin-left:2px;padding:9px 14px;font-size:.9rem;font-weight:700;transition:transform .12s,box-shadow .12s;box-shadow:0 8px 20px #0b4f6c2e;color:#fff!important}.menu-cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0b4f6c3d}.nav-mobile-toggle{color:#1f3b4d;cursor:pointer;background:#f7fafc;border:1px solid #d0dfe8;border-radius:10px;min-width:40px;height:40px;font-size:1.1rem;display:none}.hero{color:#f6fcff;background:linear-gradient(130deg,#0c3047 0%,#0f766e 46%,#0b4f6c 100%);border-radius:20px;margin-top:28px;padding:64px 28px;box-shadow:0 20px 45px #0f3b562e}.hero h1{margin:0 0 14px;font-size:clamp(1.9rem,4.5vw,3rem);line-height:1.12}.hero p{color:#dff0fa;max-width:780px;margin:0}.hero-split{color:#0d1541;background:#f2f4f8;grid-template-columns:minmax(320px,1.18fr) minmax(320px,1fr);padding:0;display:grid;overflow:hidden}.hero-split .hero-content{padding:58px 28px}.hero-split h1{color:#0b1248}.hero-split p{color:#213043}.hero-split .btn-primary{color:#fff;background:#1f2ac9}.hero-split .btn-secondary{color:#16225f;background:#d6d9ef;border-color:#d6d9ef}.hero-media{min-height:100%;position:relative}.hero-media img{object-fit:cover;width:100%;height:100%;min-height:100%;display:block}.hero-media-shaped{transition:clip-path .2s}.cta-row{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:10px;padding:10px 14px;font-weight:600}.btn-primary{color:#0c3047;background:#fff}.btn-secondary{color:#fff;background:0 0;border-color:#ffffff8c}.section{padding:44px 0}.section h2{margin:0 0 14px}.cards{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;display:grid}.builder-card-title{align-items:center;gap:8px;margin:0 0 6px;display:inline-flex}.builder-card-title-icon{justify-content:center;align-items:center;line-height:1;display:inline-flex}.builder-title-with-icon{align-items:center;gap:8px;display:inline-flex}.builder-title-icon{justify-content:center;align-items:center;line-height:1;display:inline-flex}.builder-tab-btn .builder-title-with-icon,.builder-tabs-preview-pill .builder-title-with-icon{gap:6px}.builder-rich-with-icon{align-items:flex-start;gap:10px;display:flex}.builder-rich-with-icon .builder-title-icon{margin-top:2px}.card-icon-picker{position:relative}.card-icon-picker-trigger{justify-content:flex-start;gap:8px;width:100%}.card-icon-picker-popover{z-index:30;background:#fff;border:1px solid #c8d8e3;border-radius:10px;width:min(360px,92vw);padding:8px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 24px #0d2d3f26}.card-icon-picker-search{border:1px solid #c4d4df;border-radius:8px;width:100%;height:34px;margin-bottom:8px;padding:0 10px}.card-icon-picker-list{gap:4px;max-height:260px;display:grid;overflow:auto}.card-icon-picker-item{cursor:pointer;text-align:left;color:#1c3e53;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;min-height:34px;padding:6px 8px;display:flex}.card-icon-picker-item:hover{background:#f1f7fb;border-color:#d2e0ea}.card-icon-picker-empty{padding:8px;font-size:.86rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px}.muted{color:var(--muted)}.footer{border-top:1px solid var(--line);background:#f9fbfc;margin-top:36px;padding:28px 0}.footer-grid{grid-template-columns:1.1fr 1fr auto;align-items:start;gap:18px;display:grid}.footer-brand strong,.footer-message strong{color:#17364a;font-size:1.02rem;display:inline-block}.footer-tagline,.footer-text{margin:6px 0 12px}.footer-contact{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.footer-links{align-content:start;justify-items:start;gap:8px;display:grid}.footer-links a{color:#28475c;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-legal{border-top:1px solid #dbe6ee;margin-top:16px;padding-top:12px;font-size:.86rem}.admin-shell{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.admin-nav{border-right:1px solid var(--line);color:#e7f3fa;background:#0f2232;padding:24px 16px}.admin-nav a{color:#d0e6f3;border-radius:8px;align-items:center;padding:9px 10px;display:flex}.admin-nav a:hover{background:#ffffff14}.admin-nav a.is-active{color:#fff;background:#ffffff24;box-shadow:inset 3px 0 #67d9cf}.admin-main{padding:24px}.admin-nav-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.sidebar-toggle-btn{min-width:34px;padding:6px 10px}.admin-shell-collapsed{grid-template-columns:56px 1fr}.admin-nav-collapsed{flex-direction:column;align-items:center;gap:8px;padding:10px 8px;display:flex}.admin-nav-collapsed-links{gap:6px;display:grid}.admin-nav-collapsed-links a{justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:inline-flex}.panel{border:1px solid var(--line);background:#fff;border-radius:12px;padding:18px}.field{gap:6px;margin-bottom:14px;display:grid}.field input,.field textarea,.field select{font:inherit;border:1px solid #bfd0db;border-radius:8px;padding:9px 10px}.upload-dropzone{cursor:pointer;background:linear-gradient(#f9fcff,#f4f8fb);border:1.5px dashed #9cb7c7;border-radius:10px;gap:4px;padding:16px;transition:border-color .12s,box-shadow .12s,background .12s;display:grid}.upload-dropzone.is-active{border-color:var(--brand);background:linear-gradient(#edf9f6,#e7f4f1);box-shadow:0 0 0 3px #0f766e1f}.asset-box{cursor:pointer;background:linear-gradient(#f9fcff,#f4f8fb);border:1.5px dashed #9cb7c7;border-radius:12px;gap:10px;padding:14px;transition:border-color .12s,box-shadow .12s,background .12s;display:grid}.asset-box.is-active{border-color:var(--brand);background:linear-gradient(#edf9f6,#e7f4f1);box-shadow:0 0 0 3px #0f766e1f}.asset-icon-row{gap:8px;display:flex}.asset-icon{color:#375466;background:#fff;border:1px solid #c9d8e2;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.asset-actions{flex-wrap:wrap;gap:8px;display:flex}.asset-filename{color:#234050;font-weight:600}.asset-preview{background:#fff;border:1px solid #d5e2ea;border-radius:10px;justify-content:center;align-items:center;min-width:120px;min-height:70px;margin-top:2px;padding:10px;display:inline-flex}.asset-preview-image{object-fit:contain;width:auto;max-width:160px;height:auto;max-height:48px;display:block}.asset-preview-image.favicon{max-width:32px;max-height:32px}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);padding:8px}.users-row-editing{background:linear-gradient(#f7fbff,#f3f9fd)}.users-inline-input,.users-inline-select{width:100%;min-width:120px;font:inherit;background:#fff;border:1px solid #acc2d0;border-radius:8px;padding:7px 9px;box-shadow:inset 0 1px #ffffffe6}.users-inline-input:focus,.users-inline-select:focus{border-color:#3a8da9;outline:none;box-shadow:0 0 0 3px #3a8da926}.users-pill{letter-spacing:.1px;text-transform:capitalize;border-radius:999px;align-items:center;padding:4px 9px;font-size:.8rem;font-weight:700;display:inline-flex}.users-pill.is-admin{color:#234f86;background:#e9f2ff;border:1px solid #c8ddf7}.users-pill.is-editor{color:#1f5e4f;background:#ecf7f4;border:1px solid #c9e8df}.users-pill.is-active{color:#1f6946;background:#edf8f2;border:1px solid #cae8d8}.users-pill.is-inactive{color:#8b2d2d;background:#fbefef;border:1px solid #f1d1d1}.users-actions-cell{flex-wrap:wrap;gap:6px;display:flex}.users-status-toggle{color:#234557;align-items:center;gap:8px;font-weight:600;display:inline-flex}.users-status-toggle input{width:16px;height:16px}.users-action-btn{color:#1c3c4e;background:#f6fafc;border:1px solid #c1d2dd;border-radius:8px;padding:7px 10px}.users-action-btn:hover{background:#edf4f8}.users-action-btn.is-save{color:#fff;background:linear-gradient(120deg,#0f766e,#0b4f6c);border-color:#1f7f6b}.users-action-btn.is-danger{color:#852626;background:#fff4f4;border-color:#e7b7b7}.pages-table-row:hover{background:#f9fcff}.pages-status-pill{letter-spacing:.1px;text-transform:capitalize;border-radius:999px;align-items:center;padding:4px 9px;font-size:.8rem;font-weight:700;display:inline-flex}.pages-status-pill.is-published{color:#1f6946;background:#edf8f2;border:1px solid #cae8d8}.pages-status-pill.is-draft{color:#5f3d89;background:#f4effb;border:1px solid #ddd0ee}.pages-actions-cell{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.pages-order-controls{align-items:center;gap:6px;min-width:108px;display:inline-flex}.pages-action-btn{color:#1c3c4e;background:#f6fafc;border:1px solid #c1d2dd;border-radius:8px;padding:7px 10px}.pages-action-btn:hover{background:#edf4f8}.pages-action-btn.is-edit{color:#214d72;background:#edf5fb;border-color:#accae0}.pages-action-btn.is-danger{color:#852626;background:#fff4f4;border-color:#e7b7b7}.pages-fixed-badge{color:#36566b;background:#f4f8fb;border:1px solid #d0dce5;border-radius:999px;align-items:center;padding:4px 9px;font-size:.78rem;font-weight:700;display:inline-flex}.menu-table-row:hover{background:#f9fcff}.menu-table-row.is-child{background:#fbfdff}.menu-child-label{padding-left:16px;display:inline-block}.menu-level-pill{border-radius:999px;align-items:center;padding:4px 9px;font-size:.8rem;font-weight:700;display:inline-flex}.menu-level-pill.is-parent{color:#214d72;background:#edf5fb;border:1px solid #cddfed}.menu-level-pill.is-child{color:#5f3d89;background:#f4effb;border:1px solid #ddd0ee}.menu-actions-cell{flex-wrap:wrap;gap:6px;display:flex}.menu-action-btn{color:#1c3c4e;background:#f6fafc;border:1px solid #c1d2dd;border-radius:8px;padding:7px 10px}.menu-action-btn:hover{background:#edf4f8}.menu-action-btn.is-edit{color:#214d72;background:#edf5fb;border-color:#accae0}.menu-action-btn.is-danger{color:#852626;background:#fff4f4;border-color:#e7b7b7}.row{flex-wrap:wrap;gap:10px;display:flex}.editor-shell{background:#fff;border:1px solid #bfd0db;border-radius:10px}.editor-toolbar{border-bottom:1px solid var(--line);background:linear-gradient(#f8fbfe,#eef5fa);flex-wrap:wrap;align-items:center;gap:8px;padding:8px;display:flex}.editor-toolbar .btn{color:#21465c;background:#fff;border:1px solid #c4d4df;border-radius:8px;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0 12px;display:inline-flex}.editor-toolbar .btn:hover{background:#f1f7fb}.editor-tool-btn{color:#1e4258;cursor:pointer;background:#fff;border:1px solid #c4d4df;border-radius:8px;justify-content:center;align-items:center;min-width:38px;height:38px;font-weight:700;display:inline-flex}.editor-tool-btn:hover{background:#f1f7fb}.editor-tool-btn.is-active{color:#0b4f6c;background:#e7f4f2;border-color:#0f766e;box-shadow:0 0 0 2px #0f766e24}.editor-select{background:#fff;border:1px solid #c4d4df;border-radius:8px;height:38px;padding:0 10px;font-size:.95rem}.editor-select:first-of-type{min-width:168px}.editor-select:last-of-type{min-width:86px}.editor-color{background:#fff;border:1px solid #bfd0db;border-radius:8px;width:38px;height:34px;padding:4px}.editor-content{padding:10px}.editor-content .ProseMirror{outline:none;min-height:160px}.editor-content .ProseMirror p{margin:0 0 10px}.page-content{line-height:1.7}.page-content h2,.page-content h3,.page-content h4{margin:0 0 10px}.page-content p,.page-content ul,.page-content ol,.page-content blockquote{margin:0 0 12px}.page-content blockquote{color:#334a59;border-left:4px solid #97b6c7;padding-left:12px}.page-content img{border-radius:10px;max-width:100%;height:auto;margin-inline:auto;display:block}.page-content iframe{border:0;border-radius:10px;width:100%;min-height:320px}.builder-button{background:linear-gradient(120deg, var(--brand), var(--brand-2));border-radius:10px;justify-content:center;align-items:center;padding:10px 14px;font-weight:700;text-decoration:none;display:inline-flex;color:#fff!important}.builder-grid{grid-template-columns:220px 1fr;gap:14px;display:grid}.builder-stack{gap:8px;display:grid}.builder-canvas{border:1px dashed #b9ccd8;border-radius:12px;flex-wrap:wrap;align-items:flex-start;gap:10px;min-height:240px;padding:12px;display:flex}.builder-block{border:1px solid var(--line);background:#fff;border-radius:10px;min-width:220px;padding:10px}.builder-block.is-selected{border-color:var(--brand);box-shadow:0 0 0 2px #0f766e1f}.builder-block-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.builder-flow{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.builder-render-block{min-width:220px}.builder-rich-preview{line-height:1.6}.builder-rich-preview p{margin:0 0 8px}.builder-divider-text{align-items:center;gap:10px;width:100%;display:flex}.builder-divider-text .line{background:#c6d7e3;flex:1;height:1px}.builder-divider-text .label{color:#2a4f66;white-space:nowrap;background:#f7fbfd;border:1px solid #d2dfe8;border-radius:999px;padding:3px 8px;font-size:.84rem;font-weight:600}.builder-slides-preview,.builder-tabs-preview{background:#f8fbfd;border:1px dashed #c2d4df;border-radius:10px;padding:10px}.builder-tabs-preview-list{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.builder-tabs-preview-pill{color:#24506c;background:#eef6fb;border:1px solid #cfe0ea;border-radius:999px;padding:4px 8px;font-size:.8rem;font-weight:600}.builder-icon-text-preview{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;display:grid}.builder-icon-text-card{background:#f8fbfd;border:1px solid #d5e3ec;border-radius:10px;padding:10px}.builder-icon-text-card h4{margin:6px 0}.builder-icon-text-card p{margin:0}.builder-icon-text-icon{color:#0f766e;background:#e6f3f2;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:inline-flex}.builder-icon-text-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.builder-icon-text-item{background:#fff;border:1px solid #d5e3ec;border-radius:12px;padding:12px}.builder-icon-text-item h3{margin:8px 0 6px}.builder-icon-text-item p{margin:0}.builder-icon-text-item-icon{color:#0f766e;background:#e6f3f2;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.3rem;display:inline-flex}.builder-cta-preview,.builder-cta-banner{background:linear-gradient(140deg,#eef6fb,#f7fbfd);border:1px solid #d5e3ec;border-radius:12px;padding:14px}.builder-cta-preview h3,.builder-cta-banner h2{margin:0 0 8px}.builder-cta-preview p,.builder-cta-banner p{margin:0 0 10px}.builder-cta-preview.align-left,.builder-cta-banner.align-left{text-align:left}.builder-cta-preview.align-center,.builder-cta-banner.align-center{text-align:center}.builder-cta-preview.align-right,.builder-cta-banner.align-right{text-align:right}.builder-cta-pill{border:1px solid #c2d2dc;border-radius:999px;align-items:center;padding:5px 10px;font-size:.8rem;font-weight:700;display:inline-flex}.builder-cta-pill.is-primary{color:#fff;background:#0f766e;border-color:#0f766e}.builder-cta-pill.is-secondary{color:#214d72;background:#fff;border-color:#accae0}.builder-accordion-preview{background:#f8fbfd;border:1px dashed #c2d4df;border-radius:10px;gap:8px;padding:10px;display:grid}.builder-accordion-preview-item{background:#fff;border:1px solid #d6e5ee;border-radius:8px;padding:8px 10px}.builder-accordion{background:#fff;border:1px solid #d5e3ec;border-radius:12px;overflow:hidden}.builder-accordion-item+.builder-accordion-item{border-top:1px solid #e0ebf2}.builder-accordion-trigger{text-align:left;cursor:pointer;color:#1f4256;background:#f8fbfd;border:0;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;font-weight:700;display:flex}.builder-accordion-symbol{text-align:center;color:#0f766e;width:20px}.builder-accordion-content{padding:10px 12px}.builder-testimonials-preview{gap:10px;display:grid}.builder-testimonial-card{background:#f8fbfd;border:1px solid #d5e3ec;border-radius:10px;padding:10px}.builder-testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.builder-testimonial-item{background:#fff;border:1px solid #d5e3ec;border-radius:12px;padding:12px}.builder-testimonial-stars{color:#c08a20;letter-spacing:2px}.builder-testimonial-quote{margin:8px 0}.builder-stats-preview{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.builder-stat-card{background:#f8fbfd;border:1px solid #d5e3ec;border-radius:10px;padding:10px}.builder-stat-card strong{color:#0f766e}.builder-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.builder-stat-item{background:#fff;border:1px solid #d5e3ec;border-radius:12px;padding:12px}.builder-stat-item h3{color:#0f766e;margin:0 0 6px}.builder-stat-label{margin:0 0 4px;font-weight:700}.builder-pricing-preview,.builder-team-preview,.builder-logos-preview,.builder-steps-preview,.builder-gallery-preview{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;display:grid}.builder-pricing-card,.builder-team-card,.builder-step-pill,.builder-gallery-cell{background:#f8fbfd;border:1px solid #d5e3ec;border-radius:10px;padding:8px}.builder-logo-pill{color:#24506c;background:#eef6fb;border:1px solid #d2e2ec;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.82rem;display:inline-flex}.builder-contact-map-preview{background:#f8fbfd;border:1px dashed #c2d4df;border-radius:10px;padding:10px}.builder-pricing-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.builder-pricing-item{background:#fff;border:1px solid #d5e3ec;border-radius:12px;padding:12px}.builder-pricing-item.is-featured{border-color:#0f766e;box-shadow:0 0 0 2px #0f766e1f}.builder-pricing-price{color:#0f766e;margin:6px 0;font-weight:700}.builder-team-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.builder-team-link{color:inherit;text-decoration:none}.builder-team-item{background:#fff;border:1px solid #d5e3ec;border-radius:12px;padding:12px}.page-content .builder-team-photo{margin-left:0;margin-right:0;object-fit:cover;margin-inline:0;width:120px;height:120px;margin-bottom:8px;display:block}.builder-team-photo.is-circle{border-radius:999px}.builder-team-photo.is-rounded{border-radius:14px}.builder-team-photo.is-square{border-radius:0}.builder-logo-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.builder-logo-item{min-height:64px;color:inherit;background:#fff;border:1px solid #d5e3ec;border-radius:10px;justify-content:center;align-items:center;padding:8px;text-decoration:none;display:flex}.builder-logo-image{object-fit:contain;max-width:100%;max-height:42px}.builder-steps-list{counter-reset:process-step;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:0;padding-left:0;list-style:none;display:grid}.builder-step-item{counter-increment:process-step;background:#fff;border:1px solid #d5e3ec;border-radius:10px;padding:10px 10px 10px 40px;position:relative}.builder-step-item:before{content:counter(process-step) ".";color:#0f766e;font-weight:700;position:absolute;top:10px;left:12px}.builder-contact-map{background:#fff;border:1px solid #d5e3ec;border-radius:12px;grid-template-columns:1fr 1fr;gap:12px;padding:12px;display:grid}.builder-contact-map-frame{border:0;border-radius:10px;width:100%;min-height:220px}.builder-gallery-grid{columns:3 180px;column-gap:10px}.builder-gallery-item{break-inside:avoid;background:#fff;border:1px solid #d5e3ec;border-radius:10px;margin-bottom:10px;display:block;overflow:hidden}.builder-gallery-image{width:100%;height:auto;display:block}.builder-tabs{background:#fff;border:1px solid #d5e3ec;border-radius:12px;overflow:hidden}.builder-tabs-head{background:#f8fbfd;border-bottom:1px solid #e0ebf2;flex-wrap:wrap;gap:6px;padding:10px;display:flex}.builder-tab-btn{color:#274c63;cursor:pointer;background:#fff;border:1px solid #c7d8e3;border-radius:999px;padding:6px 10px;font-size:.88rem;font-weight:600}.builder-tab-btn.is-active{color:#0b4f6c;background:#e7f4f2;border-color:#0f766e}.builder-tab-panel{padding:14px}.builder-slider{background:#fff;border:1px solid #d5e3ec;border-radius:12px;overflow:hidden}.builder-slider-frame{gap:0;display:grid}.builder-slider-image{object-fit:cover;width:100%;height:auto;max-height:420px;display:block}.builder-slider-image-link{display:block}.builder-slider-content{padding:14px}.builder-slider-content h3,.builder-slider-content p{margin:0 0 8px}.builder-slider-controls{background:#f8fbfd;border-top:1px solid #e0ebf2;justify-content:center;align-items:center;gap:8px;padding:10px 12px;display:flex}.builder-slider-dots{align-items:center;gap:6px;display:flex}.builder-slider-dot{cursor:pointer;background:#dbe8f0;border:1px solid #8eabbc;border-radius:999px;width:9px;height:9px;padding:0}.builder-slider-dot.is-active{background:#0f766e;border-color:#0f766e}.builder-modal-backdrop{z-index:80;background:#08182694;display:grid;position:fixed;inset:0}.builder-modal-card{background:#f7fbfd;grid-template-rows:auto 1fr;width:100vw;height:100vh;display:grid}.builder-modal-head{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:10px;padding:14px 18px;display:flex}.builder-modal-body{padding:16px;overflow:auto}.builder-add-btn{text-align:left;color:#1d445a;background:linear-gradient(#fff,#f0f7fb);border:1px solid #c0d3de;justify-content:flex-start;align-items:center;gap:8px;display:flex}.builder-add-btn:hover{background:linear-gradient(#f8fcff,#eaf3f9)}.builder-add-icon{color:#214e66;background:#fff;border:1px solid #bdd0db;border-radius:8px;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.builder-inline-btn{color:#1c3c4e;background:#f6fafc;border:1px solid #c1d2dd;border-radius:8px;padding:7px 10px}.builder-inline-btn:hover{background:#edf4f8}.builder-inline-btn.is-danger{color:#852626;background:#fff4f4;border-color:#e7b7b7}.builder-primary-btn{background:linear-gradient(120deg, var(--brand), var(--brand-2));color:#fff;border-color:#0b5f5a;box-shadow:0 8px 18px #0b4f6c33}.builder-primary-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0b4f6c3d}.auth-center-section{place-items:center;min-height:calc(100vh - 140px);display:grid}.auth-card{width:min(560px,100%)}.password-strength{gap:6px;margin-bottom:10px;display:grid}.strength-track{background:#e7eef3;border-radius:999px;width:100%;height:10px;overflow:hidden}.strength-fill{height:100%;transition:width .14s,background .14s}.password-checklist{gap:4px;margin-bottom:10px;font-size:.88rem;display:grid}.password-match-message{margin-top:-4px;margin-bottom:10px}.change-password-actions{justify-content:flex-end;margin-top:4px;display:flex}.otp-modal-backdrop{z-index:60;background:#06162173;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.otp-modal-card{background:#fff;border:1px solid #cfe0ea;border-radius:12px;width:min(460px,100%);padding:18px;box-shadow:0 18px 40px #0a263838}@media (max-width:820px){.nav-inner{flex-wrap:wrap;align-items:center;min-height:auto;padding:10px 0}.logo{flex:1;justify-content:flex-start;display:flex}.nav-mobile-toggle{justify-content:center;align-items:center;display:inline-flex}.admin-shell{grid-template-columns:1fr}.admin-nav{border-right:0;border-bottom:1px solid var(--line)}.hero{padding:40px 20px}.hero-split{grid-template-columns:1fr}.hero-split .hero-content{padding:40px 20px 24px}.hero-split .hero-media{display:none}.hero-split.hero-shape-disable-mobile .hero-media-shaped{clip-path:none!important}.footer-grid{grid-template-columns:1fr;gap:14px}.footer{background:linear-gradient(#f8fbfd,#f2f7fb);padding:22px 0 16px}.footer-grid>div{background:#fff;border:1px solid #d8e5ee;border-radius:12px;padding:12px}.footer-brand,.footer-message,.footer-links{text-align:center}.footer-contact{flex-direction:column;justify-content:center;gap:6px}.footer-links{grid-template-columns:1fr;justify-items:center;gap:6px}.submenu{left:0;right:auto}.menu{justify-content:stretch;gap:8px;width:100%;padding-top:8px;display:none}.menu.is-open{display:flex}.menu-link,.menu-parent-btn{justify-content:center;align-items:center;width:100%;padding:7px 10px;font-size:.88rem;display:flex}.menu-group{width:100%}.menu-cta{justify-content:center;width:100%;padding:8px 12px;font-size:.84rem;display:flex}.submenu{min-width:100%;box-shadow:none;margin-top:6px;position:static}.builder-grid{grid-template-columns:1fr}.builder-flow{display:block}.builder-render-block{text-align:center;justify-content:center;width:100%;min-width:0;display:flex;flex-basis:100%!important;max-width:100%!important}.builder-render-block>*{width:100%;margin-left:auto;margin-right:auto}.builder-canvas{justify-content:center}.builder-block{margin-left:auto;margin-right:auto}.builder-image-wrap{justify-content:center!important}.builder-rich-with-icon{justify-content:center;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}.builder-contact-map{grid-template-columns:1fr}.builder-gallery-grid{columns:2 140px}}
