@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@400;600;700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{color-scheme:light;--text: #1c1c1c;--muted: #5d6165;--brand: #0f4c81;--accent: #f2b705;--background: #f7f3ed;--font-display: "Fraunces", "Times New Roman", serif;--font-sans: "Space Grotesk", "Trebuchet MS", sans-serif;font-family:var(--font-sans);color:var(--text);background-color:var(--background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#fff,#f7f3ed 45%,#e8eef4)}a{color:inherit;text-decoration:none}button{font-family:inherit}.app{min-height:100vh;display:flex;flex-direction:column;gap:0;padding:0}.edit-mode-banner{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:#fdc700;color:#1a1a1a;font-weight:600;font-size:14px;box-shadow:0 2px 8px #00000026}.edit-mode-banner-icon{width:18px;height:18px;flex-shrink:0}.edit-mode-banner-text{letter-spacing:.02em}.editor-controls{position:fixed;bottom:24px;right:24px;z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.editor-control-wrapper{position:relative;animation:btnPopIn .25s ease-out backwards}.control-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;border-radius:999px;border:none;font-size:16px;font-weight:600;cursor:pointer;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 12px #00000026;animation:btnPopIn .25s ease-out backwards}.control-btn:nth-child(1){animation-delay:0s}.control-btn:nth-child(2){animation-delay:.05s}.control-btn:nth-child(3){animation-delay:.1s}.control-btn:nth-child(4){animation-delay:.15s}@keyframes btnPopIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.control-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0003}.control-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.control-btn-icon{width:18px;height:18px;flex-shrink:0}.control-btn-blue{background:#2563eb;color:#fff}.control-btn-blue:hover{background:#3b82f6}.control-btn-white{background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.1)}.control-btn-white:hover{background:#f9fafb}.control-btn-green{background:#22c55e;color:#fff}.control-btn-green:hover{background:#16a34a}.control-btn-black{background:#1a1a1a;color:#fff}.control-btn-black:hover{background:#2d2d2d}.u-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-body{display:flex;flex-direction:column;gap:24px;padding:24px 40px 120px}.app:has(.edit-mode-banner) .app-body{padding-top:72px}.editor-panel{background:#fff;border-radius:24px;padding:24px;border:1px solid rgba(15,76,129,.12);box-shadow:0 24px 60px #0f4c811f;display:flex;flex-direction:column;gap:20px;animation:slideIn .6s ease forwards}.panel-header h2{font-family:var(--font-display);margin:0 0 4px;font-size:22px}.panel-header p{margin:0;color:var(--muted);font-size:14px}.block-list{display:flex;flex-direction:column;gap:12px}.block-pill{border:1px solid rgba(15,76,129,.2);background:#0f4c810f;border-radius:16px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.block-pill.is-active{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 12px 24px #0f4c8140;transform:translateY(-1px)}.block-type{font-size:11px;text-transform:uppercase;letter-spacing:.16em;opacity:.7}.panel-divider{height:1px;background:#0f4c811f;margin:8px 0}.panel-section h3{margin:0 0 12px;font-size:18px}.field-list{display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.field input,.field textarea{font-family:var(--font-sans);font-size:14px;padding:12px 14px;border-radius:12px;border:1px solid rgba(15,76,129,.2);background:#f8f7f4cc;color:var(--text)}.image-field input[type=file]{display:none}.image-preview{width:100%;border-radius:16px;border:1px solid rgba(15,76,129,.12);background:#fff;max-height:200px;object-fit:cover}.image-placeholder{border-radius:16px;border:1px dashed rgba(15,76,129,.3);padding:24px;text-transform:none;letter-spacing:.04em;font-size:12px;color:var(--muted);background:#f8f7f480}.image-actions{display:flex;gap:12px;flex-wrap:wrap}.image-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:999px;border:none;background:var(--brand);color:#fff;font-size:12px;font-weight:600;cursor:pointer;text-transform:none;letter-spacing:.04em}.image-button.secondary{background:#0f4c811f;color:var(--text)}.image-button:disabled{opacity:.6;cursor:not-allowed}.image-input{font-family:var(--font-sans);font-size:13px;padding:10px 12px;border-radius:12px;border:1px solid rgba(15,76,129,.2);background:#f8f7f4cc;color:var(--text)}.preview-panel{background:linear-gradient(150deg,#0f4c811f,#f2b70524);border-radius:28px;padding:24px;border:1px solid rgba(15,76,129,.1);box-shadow:0 28px 70px #0f4c811f}.preview-frame{background:#fff;border-radius:22px;padding:32px;display:flex;flex-direction:column;gap:24px;min-height:640px;animation:fadeUp .6s ease}.preview-block{display:flex;flex-direction:column;gap:18px}.preview-block-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--muted)}.preview-block-label{font-weight:700;font-family:var(--font-display);letter-spacing:.14em}.preview-block-type{font-size:10px;opacity:.6}.preview-block-body{display:flex;flex-direction:column;gap:16px}.preview-field{display:flex;flex-direction:column;gap:8px}.preview-field-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.preview-field-value{font-size:18px;font-weight:600;line-height:1.4}.preview-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.preview-list li{background:#0f4c8114;padding:10px 14px;border-radius:12px}.preview-empty{font-size:13px;color:var(--muted)}.preview-hero{padding:32px;border-radius:20px;background:linear-gradient(140deg,#f7f4ef,#e4eef7)}.preview-logo-wrap{display:flex;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.preview-logo{width:96px;height:96px;object-fit:contain;padding:10px;background:#fff;border-radius:18px;box-shadow:0 10px 22px #0f4c811f;margin-bottom:12px}.preview-logo.placeholder{display:grid;place-items:center;border:1px dashed rgba(15,76,129,.4);background:#ffffffb3;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.logo-actions{display:flex;gap:10px;flex-wrap:wrap}.logo-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;border-radius:999px;border:none;background:var(--brand);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.logo-button.secondary{background:#0f4c811f;color:var(--text)}.logo-button input[type=file]{display:none}[contenteditable=true]{outline:2px solid #fdc700;outline-offset:2px;border-radius:8px;background:#fefce8;color:#1a1a1a}[contenteditable=true]:hover{outline-style:dashed}[contenteditable=true]:focus{outline-width:3px;outline-style:solid;background:#fef9c3}.preview-hero h2{margin:12px 0 8px;font-family:var(--font-display);font-size:32px}.preview-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:11px;color:var(--muted)}.preview-subhead{margin:0;font-size:16px;color:var(--muted);max-width:520px}.preview-cta{margin-top:18px;padding:12px 22px;border-radius:999px;border:none;background:var(--brand);color:#fff;font-weight:600;font-size:14px}.preview-card{background:#fff;border-radius:18px;padding:24px;border:1px solid rgba(15,76,129,.12);box-shadow:0 14px 24px #0f4c8114}.preview-card h3{margin:0 0 16px;font-size:20px;font-family:var(--font-display)}.preview-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.preview-contact-detail{font-weight:600;color:var(--brand);margin:4px 0 0}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@media(max-width:980px){.app-body{padding:24px 24px 180px}.app:has(.edit-mode-banner) .app-body{padding-top:72px}.editor-controls{bottom:16px;right:16px}}@media(max-width:640px){.app-body{padding:16px 16px 200px}.preview-panel{padding:12px;border-radius:18px}.preview-frame{padding:8px;border-radius:14px;gap:16px}.preview-hero{padding:24px}.preview-hero h2{font-size:26px}.edit-mode-banner{font-size:12px;padding:10px 16px}.control-btn{padding:10px 16px;font-size:13px}}.conflict-banner{position:fixed;top:0;left:0;right:0;z-index:101;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;background:#fef3c7;border-bottom:1px solid #f59e0b;animation:slideDown .3s ease}.app:has(.conflict-banner) .edit-mode-banner{top:60px}.conflict-message{display:flex;flex-direction:column;gap:4px}.conflict-message strong{color:#92400e;font-size:14px}.conflict-message p{margin:0;color:#a16207;font-size:13px}.conflict-actions{display:flex;gap:10px;flex-shrink:0}.conflict-button{padding:8px 16px;border-radius:8px;border:1px solid #d97706;background:#fff;color:#92400e;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease}.conflict-button:hover{background:#fef3c7}.conflict-button.primary{background:#f59e0b;border-color:#d97706;color:#fff}.conflict-button.primary:hover{background:#d97706}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.color-picker-panel{position:absolute;bottom:calc(100% + 8px);right:0;width:280px;background:#fff;border-radius:18px;border:1px solid rgba(15,76,129,.12);box-shadow:0 20px 50px #0f4c812e;padding:18px;display:flex;flex-direction:column;gap:14px;animation:colorPickerIn .15s ease}.color-picker-header{display:flex;flex-direction:column;gap:2px}.color-picker-title{font-weight:700;font-size:14px;color:var(--text)}.color-picker-subtitle{font-size:12px;color:var(--muted)}.color-picker-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.color-picker-swatch{aspect-ratio:1;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:transform .12s ease}.color-picker-swatch:hover{transform:scale(1.15)}.color-picker-swatch.is-active{border-color:var(--text, #0f172a);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--text, #0f172a)}.color-picker-current{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);text-align:center}@keyframes colorPickerIn{0%{opacity:0;transform:scale(.9) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@layer template{*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--slate-900);background-color:var(--white)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}:root{--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--amber-400: #fbbf24;--amber-500: #f59e0b;--green-100: #dcfce7;--green-400: #4ade80;--green-500: #22c55e;--green-600: #16a34a;--red-500: #ef4444;--red-600: #dc2626;--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-500: #3b82f6;--blue-600: #2563eb;--blue-700: #1d4ed8;--white: #ffffff;--black: #000000;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--slate-900)}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{line-height:1.75;color:var(--slate-600)}.container{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:var(--space-6);padding-right:var(--space-6)}.grid{display:grid;gap:var(--space-6)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);font-size:1rem;font-weight:600;line-height:1;border-radius:var(--radius-xl);transition:all .2s ease;cursor:pointer;text-align:center}.btn-primary{background-color:var(--brand-bg);color:var(--white);box-shadow:var(--shadow-lg)}.btn-primary:hover{background-color:var(--brand-bg-hover);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-secondary{background-color:var(--white);color:var(--slate-900);border:2px solid var(--slate-200)}.btn-secondary:hover{background-color:var(--slate-50);border-color:var(--slate-300)}.btn-outline{background-color:transparent;color:var(--brand-text);border:2px solid var(--brand-border)}.btn-outline:hover{background-color:var(--brand-bg-light)}.btn-lg{padding:var(--space-5) var(--space-10);font-size:1.125rem}.btn-sm{padding:var(--space-2) var(--space-4);font-size:.875rem}input[type=text],input[type=email],input[type=tel],input[type=url],textarea,select{width:100%;padding:var(--space-4);font-size:1rem;line-height:1.5;color:var(--slate-900);background-color:var(--white);border:1px solid var(--slate-300);border-radius:var(--radius-lg);transition:all .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px var(--brand-bg-light)}input::placeholder,textarea::placeholder{color:var(--slate-400)}textarea{resize:vertical;min-height:120px}label{display:block;margin-bottom:var(--space-2);font-size:.875rem;font-weight:600;color:var(--slate-700)}.card{background-color:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-2xl);padding:var(--space-8);box-shadow:var(--shadow-md);transition:all .3s ease}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}section{padding-top:var(--space-24);padding-bottom:var(--space-24)}@media(min-width:640px){h1{font-size:3.75rem}h2{font-size:3rem}h3{font-size:2.25rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}}@media(min-width:1024px){h1{font-size:4.5rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.75}.text-slate-50{color:var(--slate-50)}.text-slate-100{color:var(--slate-100)}.text-slate-200{color:var(--slate-200)}.text-slate-300{color:var(--slate-300)}.text-slate-400{color:var(--slate-400)}.text-slate-500{color:var(--slate-500)}.text-slate-600{color:var(--slate-600)}.text-slate-700{color:var(--slate-700)}.text-slate-800{color:var(--slate-800)}.text-slate-900{color:var(--slate-900)}.text-white{color:var(--white)}.bg-white{background-color:var(--white)}.bg-slate-50{background-color:var(--slate-50)}.bg-slate-100{background-color:var(--slate-100)}.bg-slate-900{background-color:var(--slate-900)}.rounded-full{border-radius:var(--radius-full)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-lg{border-radius:var(--radius-lg)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.shadow-2xl{box-shadow:var(--shadow-2xl)}.mt-2{margin-top:var(--space-2)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mt-12{margin-top:var(--space-12)}.mb-2{margin-bottom:var(--space-2)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.mb-12{margin-bottom:var(--space-12)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.px-4{padding-left:var(--space-4);padding-right:var(--space-4)}.px-6{padding-left:var(--space-6);padding-right:var(--space-6)}.px-8{padding-left:var(--space-8);padding-right:var(--space-8)}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4)}.py-6{padding-top:var(--space-6);padding-bottom:var(--space-6)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}.max-w-7xl{max-width:80rem}.max-w-4xl{max-width:56rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.open-editor-btn{position:fixed;bottom:24px;right:24px;z-index:50;display:inline-flex;align-items:center;gap:8px;padding:16px 24px;border-radius:9999px;font-size:16px;font-weight:600;text-decoration:none;background:#2563eb;color:#fff;box-shadow:0 4px 12px #00000026;transition:transform .15s ease,box-shadow .15s ease;animation:editorBtnPopIn .25s ease-out}.open-editor-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0003;background:#3b82f6}.open-editor-btn-icon{width:18px;height:18px}@keyframes editorBtnPopIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.open-editor-btn{bottom:16px;right:16px;padding:10px 16px;font-size:13px}}}@layer template{@keyframes fadeInUp{0%{opacity:0;translate:0 30px}to{opacity:1;translate:0 0}}@keyframes slideInLeft{0%{opacity:0;translate:-30px 0}to{opacity:1;translate:0 0}}@keyframes slideInRight{0%{opacity:0;translate:30px 0}to{opacity:1;translate:0 0}}@keyframes scaleIn{0%{opacity:0;scale:.9}to{opacity:1;scale:1}}@keyframes float{0%,to{translate:0 0}50%{translate:0 -10px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;translate:0 -20px}to{opacity:1;translate:0 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards;animation-delay:var(--delay, 0s)}.animate-slide-in-left{animation:slideInLeft .6s ease-out forwards;animation-delay:var(--delay, 0s)}.animate-slide-in-right{animation:slideInRight .6s ease-out forwards;animation-delay:var(--delay, 0s)}.animate-scale-in{animation:scaleIn .5s ease-out forwards;animation-delay:var(--delay, 0s)}.animate-float{animation:float 3s ease-in-out infinite;animation-delay:var(--delay, 0s)}.animate-fade-in{animation:fadeIn .5s ease-out forwards;animation-delay:var(--delay, 0s)}.animate-slide-down{animation:slideDown .4s ease-out forwards;animation-delay:var(--delay, 0s)}.animate-spin{animation:spin 1s linear infinite}.delay-100{--delay: .1s}.delay-200{--delay: .2s}.delay-300{--delay: .3s}.delay-400{--delay: .4s}.delay-500{--delay: .5s}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.scroll-reveal{opacity:0;translate:0 30px;transition:opacity .6s ease-out,translate .6s ease-out}.scroll-reveal.visible{opacity:1;translate:0 0}.stagger-children>*{opacity:0;animation:fadeInUp .6s ease-out forwards}.stagger-children>*:nth-child(1){animation-delay:.1s}.stagger-children>*:nth-child(2){animation-delay:.2s}.stagger-children>*:nth-child(3){animation-delay:.3s}.stagger-children>*:nth-child(4){animation-delay:.4s}.stagger-children>*:nth-child(5){animation-delay:.5s}.stagger-children>*:nth-child(6){animation-delay:.6s}.stagger-children>*:nth-child(7){animation-delay:.7s}.stagger-children>*:nth-child(8){animation-delay:.8s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.animate-fade-in-up,.animate-slide-in-left,.animate-slide-in-right,.animate-scale-in,.animate-float,.animate-fade-in,.animate-slide-down,.scroll-reveal{animation:none;opacity:1;translate:none;scale:none}.hover-lift:hover,.hover-scale:hover{transform:none}.stagger-children>*{animation:none;opacity:1}}}@layer template{.mobile-menu-toggle{display:none}.nav-section{position:fixed;top:0;left:0;right:0;z-index:50;padding:1rem 1.5rem;transition:all .3s ease}.nav-section{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 3px #0000001a;border-bottom:1px solid rgb(241 245 249)}.nav-container{max-width:80rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.nav-logo-image{height:2.5rem;width:auto}@media(min-width:768px){.nav-logo-image{height:3rem}}.nav-logo-icon{padding:.5rem;border-radius:.5rem;background:var(--brand-primary);transition:opacity .2s}.nav-logo-icon:hover{opacity:.9}.nav-logo-icon svg{width:1.25rem;height:1.25rem;color:#fff}.nav-logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.025em;color:#0f172a}.nav-links-desktop{display:none;align-items:center;gap:2rem;margin-left:auto;margin-right:1.5rem}@media(min-width:768px){.nav-links-desktop{display:flex}}.nav-link{font-size:.875rem;font-weight:500;color:#475569;transition:color .2s;text-decoration:none}.nav-link:hover{color:#0f172a}.nav-actions-desktop{display:none;align-items:center;gap:1rem}@media(min-width:768px){.nav-actions-desktop{display:flex}}.nav-cta-button{background:#0f172a;color:#fff;padding:.75rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;transition:background .2s;text-decoration:none;display:inline-block}.nav-cta-button:hover{background:#1e293b}.mobile-menu-button{display:block;padding:.5rem;cursor:pointer}@media(min-width:768px){.mobile-menu-button{display:none}}.mobile-menu-button svg{width:1.5rem;height:1.5rem}.mobile-menu-button .close-icon{display:none}.mobile-menu-toggle:checked~.nav-section .mobile-menu-button .menu-icon{display:none}.mobile-menu-toggle:checked~.nav-section .mobile-menu-button .close-icon{display:block}.mobile-menu-overlay{position:fixed;inset:0;z-index:40;background:#fff;padding-top:6rem;padding-left:1.5rem;padding-right:1.5rem;opacity:0;transform:translateY(-20px);pointer-events:none;transition:opacity .3s,transform .3s}@media(min-width:768px){.mobile-menu-overlay{display:none}}.mobile-menu-toggle:checked~.mobile-menu-overlay{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-menu-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mobile-menu-link{font-size:1.5rem;font-weight:600;color:#0f172a;text-decoration:none}.mobile-menu-cta{background:#0f172a;color:#fff;padding:1rem 2rem;border-radius:9999px;font-size:1.125rem;font-weight:600;transition:background .2s;text-decoration:none;width:100%;max-width:20rem;text-align:center}.mobile-menu-cta:hover{background:#1e293b}}@layer template{.hero-section{position:relative;padding-top:8rem;padding-bottom:5rem;overflow:hidden}@media(min-width:768px){.hero-section{padding-top:12rem;padding-bottom:8rem}}.hero-background-shape{position:absolute;top:0;right:0;z-index:-10;width:33.333%;height:100%;background:#f8fafc;opacity:.5;transform:skew(-12deg) translate(50%)}.hero-container{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;gap:3rem;align-items:center}@media(min-width:768px){.hero-container{grid-template-columns:repeat(2,1fr)}}.hero-content{animation-delay:0s}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;background:var(--brand-primary-light);color:var(--brand-primary)}.hero-badge-icon svg{width:1rem;height:1rem}.hero-headline{font-size:3rem;font-weight:700;color:#0f172a;line-height:1.1;margin-bottom:1.5rem}@media(min-width:768px){.hero-headline{font-size:4.5rem}}.hero-headline-accent{color:var(--brand-primary)}.hero-headline>span:has(.hero-headline-accent){display:block}.hero-subheadline{font-size:1.25rem;color:#475569;max-width:32rem;line-height:1.625;margin-bottom:2rem}.hero-cta-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}@media(min-width:640px){.hero-cta-buttons{flex-direction:row}}.hero-cta-primary{background:var(--brand-primary);color:#fff;padding:1rem 2rem;border-radius:.875rem;font-weight:700;font-size:1.125rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.hero-cta-primary:hover{background:var(--brand-primary-hover);transform:translateY(-2px)}.hero-cta-icon{display:inline-flex}.hero-cta-icon svg{width:1.25rem;height:1.25rem;transition:transform .2s}.hero-cta-primary:hover .hero-cta-icon{transform:translate(4px)}.hero-cta-secondary{background:#fff;border:2px solid rgb(226 232 240);color:#0f172a;padding:1rem 2rem;border-radius:.875rem;font-weight:700;font-size:1.125rem;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.hero-cta-secondary:hover{background:#f8fafc}.hero-trust{display:flex;align-items:center;gap:1.5rem}.hero-trust-avatars{display:flex;margin-left:-.75rem}.hero-trust-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:#e2e8f0;border:2px solid white;overflow:hidden;box-shadow:0 1px 3px #0000001a}.hero-trust-avatar img{width:100%;height:100%;object-fit:cover}.hero-trust-text{font-size:.875rem}.hero-trust-stars{display:flex;color:#fbbf24;margin-bottom:.125rem}.hero-trust-star svg{width:1rem;height:1rem}.hero-trust-label{color:#64748b;font-weight:500;margin:0}.hero-image-wrapper{position:relative;animation-delay:.2s}.hero-image-container{aspect-ratio:1;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;background:#f1f5f9;border:8px solid white}.hero-image{width:100%;height:100%;object-fit:cover}.hero-floating-card{position:absolute;bottom:-1.5rem;left:-1.5rem;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid rgb(241 245 249);max-width:220px}.hero-floating-icon{background:#dcfce7;width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.hero-floating-icon svg{width:1.5rem;height:1.5rem;color:#16a34a}.hero-floating-title{font-size:.875rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.hero-floating-phone{font-size:1rem;font-weight:700;color:var(--brand-primary);margin-bottom:.5rem}.hero-floating-subtitle{font-size:.75rem;color:#64748b;margin:0}@keyframes fadeInUp{0%{opacity:0;translate:0 30px}to{opacity:1;translate:0 0}}@keyframes slideInRight{0%{opacity:0;scale:.9}to{opacity:1;scale:1}}@keyframes float{0%,to{translate:0 0}50%{translate:0 -10px}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-slide-in-right{animation:slideInRight .6s ease-out forwards}.animate-float{animation:float 4s ease-in-out infinite}}@layer template{.logos-outer-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.logo-wrapper{width:96px;height:96px}.logo-item{flex-shrink:0}.client-logos-track{position:relative;display:flex;align-items:center;justify-content:center;gap:2rem;min-height:96px}.filter.grayscale{filter:grayscale(100%);transition:filter .3s ease}.filter.grayscale:hover{filter:grayscale(0%)}}@layer template{.services-section{padding:6rem 0;background-color:var(--color-slate-50, #f8fafc)}.services-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.services-header{text-align:center;margin-bottom:3rem}.services-headline{font-size:1.875rem;font-weight:700;color:var(--color-slate-900, #0f172a);margin-bottom:1rem;letter-spacing:-.025em}@media(min-width:768px){.services-headline{font-size:2.25rem}}.services-headline-accent{color:var(--brand-primary)}.services-subheadline{font-size:1.125rem;color:var(--color-slate-600, #475569);max-width:42rem;margin:0 auto}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{position:relative;background:#fff;padding:2rem;border-radius:1rem;border:1px solid var(--color-slate-200, #e2e8f0);transition:all .3s ease;animation:fadeInUp .6s ease-out both;animation-delay:var(--delay, 0s);height:100%;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.service-icon-wrapper{width:3.5rem;height:3.5rem;background-color:var(--color-slate-50, #f8fafc);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon-wrapper--editable{position:relative;cursor:pointer;border:none;padding:0;background-color:var(--color-slate-50, #f8fafc);appearance:none;transition:box-shadow .2s ease,transform .2s ease}.service-icon-wrapper--editable:hover{box-shadow:0 0 0 2px #60a5fa,0 0 0 4px #fff}.service-icon-wrapper--editable:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.service-icon-edit-indicator{position:absolute;bottom:-.35rem;right:-.35rem;width:1.25rem;height:1.25rem;border-radius:999px;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 10px #0f172a26}.service-icon-wrapper svg{width:2rem;height:2rem;color:var(--color-slate-900, #0f172a)}.service-title{font-size:1.25rem;font-weight:700;color:var(--color-slate-900, #0f172a);margin-bottom:.75rem}.service-description{color:var(--color-slate-600, #475569);margin-bottom:1.5rem;line-height:1.6}.services-empty{text-align:center;padding:3rem 0;color:var(--color-slate-500, #64748b)}.services-empty svg{width:3rem;height:3rem;margin:0 auto 1rem;color:var(--color-slate-400, #94a3b8)}@keyframes fadeInUp{0%{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}@media(prefers-reduced-motion:reduce){.service-card{animation:none}.service-card:hover{transform:none}}}@layer template{.why-choose-section{padding:6rem 0;overflow:hidden}.why-choose-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.why-choose-grid{display:grid;gap:4rem;align-items:center}@media(min-width:768px){.why-choose-grid{grid-template-columns:1fr 1fr}}.why-choose-grid--no-images{grid-template-columns:1fr}.why-choose-images{order:2}@media(min-width:768px){.why-choose-images{order:1}}.images-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.images-column{display:flex;flex-direction:column;gap:1rem}.images-column--left{padding-top:3rem}.image-box{border-radius:1.5rem;overflow:hidden;background-color:var(--color-slate-100, #f1f5f9)}.image-box img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-box:hover img{transform:scale(1.05)}.image-box--tall{aspect-ratio:4 / 5}.image-box--square{aspect-ratio:1 / 1}.experience-card{aspect-ratio:1 / 1;border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;background-color:var(--brand-primary);color:#fff}.experience-number{display:block;font-size:2.5rem;font-weight:700;color:#fff}.experience-label{display:block;opacity:.9;color:#fff}.why-choose-content{order:1}@media(min-width:768px){.why-choose-content{order:2}}.why-choose-content--centered{max-width:42rem;margin:0 auto;text-align:center}.why-choose-header{margin-bottom:3rem}.why-choose-headline{font-size:1.875rem;font-weight:700;color:var(--color-slate-900, #0f172a);margin-bottom:1rem;letter-spacing:-.025em}@media(min-width:768px){.why-choose-headline{font-size:2.25rem}}.why-choose-headline-accent{color:var(--brand-primary)}.why-choose-subheadline{font-size:1.125rem;color:var(--color-slate-600, #475569)}.features-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem;padding:1rem;border-radius:.75rem;transition:background-color .3s ease;animation:fadeInUp .6s ease-out both;animation-delay:var(--delay, 0s)}.feature-item:hover{background-color:var(--color-slate-50, #f8fafc)}.why-choose-content--centered .feature-item{justify-content:center;text-align:left}.feature-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--brand-primary-light, rgba(59, 130, 246, .1));color:var(--brand-primary)}.feature-icon svg{width:1.5rem;height:1.5rem}.feature-content{flex:1}.feature-title{font-weight:700;color:var(--color-slate-900, #0f172a);margin:0 0 .25rem}.feature-description{color:var(--color-slate-600, #475569);font-size:.875rem;margin:0;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}@keyframes slideInLeft{0%{opacity:0;translate:-30px 0}to{opacity:1;translate:0 0}}.animate-slide-in-left{animation:slideInLeft .6s ease-out both}.animate-fade-in-up{animation:fadeInUp .6s ease-out both}@media(prefers-reduced-motion:reduce){.feature-item,.animate-slide-in-left,.animate-fade-in-up{animation:none}}}@layer template{.reviews-section{padding:6rem 0;background-color:var(--color-slate-900, #0f172a);color:#fff;overflow:hidden}.reviews-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.reviews-header{text-align:center;margin-bottom:4rem}.reviews-headline{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:var(--brand-primary-light)}@media(min-width:768px){.reviews-headline{font-size:3rem}}.reviews-headline-accent{color:var(--brand-primary-light, #93c5fd)}.reviews-stars{display:flex;justify-content:center;gap:.25rem}.star-icon{display:inline-flex}.star-icon svg{width:1.25rem;height:1.25rem}.star-icon--filled svg{color:var(--color-amber-400, #fbbf24);fill:var(--color-amber-400, #fbbf24)}.star-icon--empty svg{color:var(--color-slate-600, #475569);fill:none}.reviews-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background-color:var(--color-slate-800, #1e293b);padding:2rem;border-radius:1.5rem;position:relative;animation:scaleIn .6s ease-out both;animation-delay:var(--delay, 0s);transition:transform .3s ease,background-color .3s ease}.review-card:hover{transform:translateY(-4px);background-color:#334155}.review-text{font-size:1.125rem;color:var(--color-slate-300, #cbd5e1);font-style:italic;margin-bottom:2rem;position:relative;z-index:1;line-height:1.7}.review-author{display:flex;align-items:center;gap:1rem}.review-avatar{width:3rem;height:3rem;border-radius:50%;background-color:var(--color-slate-700, #334155);overflow:hidden;flex-shrink:0}.review-avatar img{width:100%;height:100%;object-fit:cover}.review-author-info{flex:1}.review-author-name{font-weight:700;margin:0 0 .125rem;color:#fff}.review-author-location{color:var(--color-slate-500, #64748b);font-size:.875rem;margin:0 0 .25rem}.review-rating{display:flex;gap:.125rem}.review-rating .star-icon svg{width:1rem;height:1rem}@keyframes scaleIn{0%{opacity:0;scale:.95}to{opacity:1;scale:1}}.animate-scale-in{animation:scaleIn .6s ease-out both;animation-delay:var(--delay, 0s)}@media(prefers-reduced-motion:reduce){.review-card,.animate-scale-in{animation:none}.review-card:hover{transform:none}}}@layer template{.cta-section{padding:4rem 0;background-color:#fff}.cta-outer-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.cta-pill{background-color:var(--brand-primary, rgb(37, 99, 235));border-radius:2rem;position:relative;overflow:hidden}.cta-overlay{position:absolute;inset:0;background:#ffffff1a;transform:skewY(-3deg);transform-origin:top left}.cta-inner{position:relative;padding:4rem 3rem}@media(min-width:768px){.cta-inner{padding:5rem 4rem}}.cta-grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.cta-grid{grid-template-columns:1fr 1fr}}.cta-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.cta-title{font-size:2.5rem}}@media(min-width:1024px){.cta-title{font-size:3rem}}.cta-subtitle{font-size:1.125rem;color:#fffc;margin-bottom:2rem}@media(min-width:768px){.cta-subtitle{font-size:1.25rem}}.cta-buttons{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.cta-buttons{flex-direction:row}}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:9999px;font-weight:700;font-size:1.125rem;text-decoration:none;transition:all .2s ease}.cta-button--primary{background-color:#fff;color:var(--color-slate-900, #0f172a)}.cta-button--primary:hover{background-color:var(--color-slate-100, #f1f5f9)}.cta-button--primary:hover .cta-button-icon{transform:translate(4px)}.cta-button-icon{width:1.25rem;height:1.25rem;transition:transform .2s ease}.cta-button-icon svg{width:100%;height:100%}.cta-button--secondary{background-color:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-button--secondary:hover{background-color:#ffffff4d}.contact-card{background-color:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:1.5rem;padding:2rem;border:1px solid rgba(255,255,255,.2)}.contact-items{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;color:#fff;text-decoration:none;transition:opacity .2s ease}.contact-item:hover{opacity:.8}.contact-icon-wrapper{width:3rem;height:3rem;border-radius:.75rem;background-color:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon-wrapper svg{width:1.5rem;height:1.5rem}.contact-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#fff9;margin:0}.contact-value{font-size:1.25rem;font-weight:700;margin:0;color:#fff}@keyframes fade-in-up{0%{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards;opacity:0}@media(prefers-reduced-motion:reduce){.animate-fade-in-up{animation:none;opacity:1;translate:none}}}@layer template{.footer-section{background:#fff;color:#0f172a;padding-top:4rem;padding-bottom:2rem;border-top:1px solid rgb(241 245 249)}.footer-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-column{opacity:0;animation:fadeInUp .6s ease-out forwards}.footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-image{height:2.5rem;width:auto}.footer-logo-image+.footer-brand-text{margin-left:.25rem}.footer-brand-icon{padding:.5rem;border-radius:.5rem;background:var(--brand-primary)}.footer-brand-icon svg{width:1.25rem;height:1.25rem;color:#fff}.footer-brand-text{font-size:1.25rem;font-weight:700;letter-spacing:-.025em;color:#0f172a}.footer-tagline{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.footer-social{display:flex;gap:.65rem;align-items:center}.footer-social-link{width:2.5rem;height:2.5rem;background:#f1f5f9;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,transform .2s;color:#64748b;border:1px solid #e2e8f0}.footer-social-link:hover{background:var(--brand-primary);color:#fff;transform:translateY(-1px)}.footer-social-link svg{width:1.5rem;height:1.5rem}.footer-social-link.is-empty{background:transparent;border:2px dashed #cbd5e1;color:#cbd5e1}.footer-social-link.is-empty:hover{border-color:#94a3b8;color:#94a3b8;background:#94a3b814}.footer-column-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;color:#0f172a}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#64748b;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--brand-primary)}.footer-contact{display:flex;flex-direction:column;gap:1rem;color:#64748b}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem}.footer-contact-icon{flex-shrink:0;color:var(--brand-primary)}.footer-contact-icon svg{width:1.25rem;height:1.25rem}.footer-contact-link{color:#64748b;text-decoration:none;transition:color .2s}.footer-contact-link:hover{color:var(--brand-primary)}.footer-bottom{padding-top:2rem;border-top:1px solid rgb(241 245 249)}.footer-licenses{margin-bottom:1rem;text-align:center;font-size:.875rem;color:#94a3b8}.footer-copyright{text-align:center;font-size:.875rem;color:#94a3b8;margin:0}@keyframes fadeInUp{0%{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}@media(prefers-reduced-motion:reduce){.footer-column{animation:none;opacity:1}}}.template-preview{--brand-primary: #2563eb;--brand-secondary: #1d4ed8;--brand-accent: #2563eb;--brand-bg: var(--brand-primary);--brand-bg-hover: var(--brand-secondary);--brand-primary-hover: var(--brand-secondary);--brand-text: var(--brand-primary);--brand-bg-light: color-mix(in srgb, var(--brand-primary) 10%, white);--brand-primary-light: color-mix(in srgb, var(--brand-primary) 10%, white);--brand-border: color-mix(in srgb, var(--brand-primary) 30%, white);display:block;margin:0;padding:0;border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;color:#0f172a;background-color:#fff;text-align:left;letter-spacing:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.template-preview.is-editing *:not(.animate-spin){animation-duration:0s!important;animation-delay:0s!important}.template-preview [contenteditable=true]{outline:2px solid #fdc700;outline-offset:2px;border-radius:4px;background:#fefce8;color:#1a1a1a;transition:outline-style .15s ease;cursor:text}.template-preview [contenteditable=true]:hover{outline-style:dashed}.template-preview [contenteditable=true]:focus{outline-width:3px;outline-style:solid;background:#fef9c3}.template-preview{overflow-x:hidden}.template-preview .nav-section{position:relative!important}.template-preview .mobile-menu-overlay{position:absolute!important}.template-preview .fixed{position:relative!important}.template-preview .inset-0{inset:0}.template-preview .top-1{top:.25rem}.template-preview .top-2{top:.5rem}.template-preview .top-3{top:.75rem}.template-preview .right-1{right:.25rem}.template-preview .right-2{right:.5rem}.template-preview .right-3{right:.75rem}.template-preview .hidden{display:none}.template-preview .block{display:block}.template-preview .border-y{border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid}.template-preview .border-slate-100{border-color:#f1f5f9}.template-preview .w-3{width:.75rem}.template-preview .h-3{height:.75rem}.template-preview .w-4{width:1rem}.template-preview .h-4{height:1rem}.template-preview .w-5{width:1.25rem}.template-preview .h-5{height:1.25rem}.template-preview .w-6{width:1.5rem}.template-preview .h-6{height:1.5rem}.template-preview .w-7{width:1.75rem}.template-preview .h-7{height:1.75rem}.template-preview .w-8{width:2rem}.template-preview .h-8{height:2rem}.template-preview .w-12{width:3rem}.template-preview .h-12{height:3rem}.template-preview .w-full{width:100%}.template-preview .justify-start{justify-content:flex-start}.template-preview .items-start{align-items:flex-start}.template-preview .flex-1{flex:1 1 0%}.template-preview .shrink-0{flex-shrink:0}.template-preview .p-1{padding:.25rem}.template-preview .p-1\.5{padding:.375rem}.template-preview .p-3{padding:.75rem}.template-preview .px-5{padding-left:1.25rem;padding-right:1.25rem}.template-preview .py-2{padding-top:.5rem;padding-bottom:.5rem}.template-preview .py-3{padding-top:.75rem;padding-bottom:.75rem}.template-preview .py-24{padding-top:6rem;padding-bottom:6rem}.template-preview .ml-1{margin-left:.25rem}.template-preview .mb-2{margin-bottom:.5rem}.template-preview .mb-16{margin-bottom:4rem}.template-preview .mt-6{margin-top:1.5rem}.template-preview .gap-12{gap:3rem}.template-preview .space-y-6>*+*{margin-top:1.5rem}.template-preview .space-y-8>*+*{margin-top:2rem}.template-preview .text-xs{font-size:.75rem;line-height:1rem}.template-preview .text-sm{font-size:.875rem;line-height:1.25rem}.template-preview .text-lg{font-size:1.125rem;line-height:1.75rem}.template-preview .text-xl{font-size:1.25rem;line-height:1.75rem}.template-preview .text-3xl{font-size:1.875rem;line-height:2.25rem}.template-preview .bg-black\/50{background-color:#00000080}.template-preview .bg-red-500{background-color:#ef4444}.template-preview .text-blue-500{color:#3b82f6}.template-preview .text-red-500{color:#ef4444}.template-preview .border{border:1px solid #e2e8f0}.template-preview .border-2{border-width:2px}.template-preview .border-dashed{border-style:dashed}.template-preview .border-slate-200{border-color:#e2e8f0}.template-preview .border-slate-300{border-color:#cbd5e1}.template-preview .border-white\/30{border-color:#ffffff4d}.template-preview .rounded{border-radius:.25rem}.template-preview .rounded-3xl{border-radius:1.5rem}.template-preview .opacity-0{opacity:0}.template-preview .group:hover .group-hover\:opacity-100{opacity:1}.template-preview .group:hover .group-hover\:bg-brand-primary{background-color:var(--brand-primary)}.template-preview .group:hover .group-hover\:text-white{color:#fff}.template-preview .hover\:scale-110:hover{transform:scale(1.1)}.template-preview .hover\:bg-red-600:hover{background-color:#dc2626}.template-preview .hover\:border-blue-500:hover{border-color:#3b82f6}.template-preview .hover\:bg-blue-50:hover{background-color:#eff6ff}.template-preview .hover\:text-blue-600:hover{color:#2563eb}.template-preview .hover\:border-white\/60:hover{border-color:#fff9}.template-preview .hover\:bg-white\/10:hover{background-color:#ffffff1a}.template-preview .hover\:text-white:hover{color:#fff}.template-preview .hover\:bg-slate-100:hover{background-color:#f1f5f9}.template-preview .hover\:bg-brand-primary:hover{background-color:var(--brand-primary)}.template-preview .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.template-preview .text-white\/80{color:#fffc}.template-preview .focus\:outline-none:focus{outline:none}.template-preview .focus\:ring-2:focus{box-shadow:0 0 0 2px var(--brand-primary, #3b82f6)}.template-preview .focus\:border-transparent:focus{border-color:transparent}.template-preview .placeholder-slate-400::placeholder{color:#94a3b8}.template-preview .resize-none{resize:none}.template-preview .fill-current{fill:currentColor}.template-preview .grayscale{filter:grayscale(100%)}.template-preview .hover\:grayscale-0:hover{filter:grayscale(0%)}.template-preview .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.template-preview .py-16{padding-top:4rem;padding-bottom:4rem}.template-preview .border-t{border-top-width:1px;border-top-style:solid}.template-preview .border-b{border-bottom-width:1px;border-bottom-style:solid}.template-preview .border-gray-100{border-color:#f3f4f6}.template-preview .flex-wrap{flex-wrap:wrap}.template-preview .space-y-4>*+*{margin-top:1rem}.template-preview .mb-1{margin-bottom:.25rem}.template-preview .-top-2{top:-.5rem}.template-preview .-right-2{right:-.5rem}.template-preview .top-0{top:0}.template-preview .bottom-0{bottom:0}.template-preview .left-0{left:0}.template-preview .right-0{right:0}.template-preview .w-24{width:6rem}.template-preview .h-24{height:6rem}.template-preview .max-w-full{max-width:100%}.template-preview .max-h-full{max-height:100%}.template-preview .object-contain{object-fit:contain}.template-preview .max-w-md{max-width:28rem}.template-preview .z-\[60\]{z-index:60}.template-preview .pointer-events-none{pointer-events:none}.template-preview .cursor-pointer{cursor:pointer}.template-preview .bg-black\/70{background-color:#000000b3}.template-preview .backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.template-preview .hover\:shadow-lg:hover{box-shadow:var(--shadow-lg)}.template-preview .hover\:border-blue-400:hover{border-color:#60a5fa}.template-preview .hover\:text-blue-500:hover{color:#3b82f6}.template-preview .bg-gradient-to-r{background-image:linear-gradient(to right,var(--gradient-from, #ffffff),var(--gradient-to, transparent))}.template-preview .bg-gradient-to-l{background-image:linear-gradient(to left,var(--gradient-from, #ffffff),var(--gradient-to, transparent))}.template-preview .from-white{--gradient-from: #ffffff}.template-preview .to-transparent{--gradient-to: transparent}.template-preview .disabled\:opacity-50:disabled{opacity:.5}.template-preview .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.template-preview .client-logos-modal{opacity:0;pointer-events:none;transition:opacity .2s ease;position:fixed!important}.template-preview .client-logos-modal[data-state=open]{opacity:1;pointer-events:auto}.template-preview .client-logos-modal-panel{opacity:0;transform:scale(.95);transition:opacity .2s ease,transform .2s ease}.template-preview .client-logos-modal[data-state=open] .client-logos-modal-panel{opacity:1;transform:scale(1)}.template-preview .client-logos-primary-button{background-color:var(--brand-bg, #2563eb)}.template-preview .client-logos-primary-button:hover:not(:disabled){background-color:var(--brand-bg-hover, #1d4ed8)}.template-preview .service-card{transition:transform .3s ease,box-shadow .3s ease}.template-preview .service-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.template-preview.is-editing .service-card:hover{transform:none;box-shadow:none}.template-preview .service-description.is-placeholder{color:#94a3b8;font-style:italic}.template-preview .footer-social-info{position:absolute;width:1.5rem;height:1.5rem;border-radius:999px;background:#0f172a;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;flex-shrink:0;left:-2rem;top:-.1rem}.template-preview .footer-social-info-icon{pointer-events:none}.template-preview .footer-social-tooltip{position:absolute;left:calc(100% + .45rem);top:55%;transform:translateY(-50%);background:#0f172a;color:#fff;padding:.4rem .6rem;border-radius:.5rem;font-size:.7rem;white-space:nowrap;opacity:0;pointer-events:none;box-shadow:0 12px 24px #0f172a33;transition:opacity .15s ease;z-index:10}.template-preview .footer-social-info:hover .footer-social-tooltip{opacity:1}.template-preview .footer-social{position:relative}.template-preview .footer-social-button{border:none;padding:0;cursor:pointer}.template-preview .footer-social-link.is-empty{opacity:.8;box-shadow:inset 0 0 0 1px #cbd5e1}.template-preview .footer-social-link svg{width:1.5rem;height:1.5rem}.template-preview .social-link-modal-root{position:fixed;inset:0;z-index:210;display:flex;align-items:center;justify-content:center}.template-preview .social-link-modal-backdrop{position:absolute;inset:0;background:#0f172a8c;border:none}.template-preview .social-link-modal{position:relative;z-index:1;background:#fff;border-radius:1.25rem;padding:1.5rem;width:360px;max-width:calc(100vw - 2rem);border:2px solid #e2e8f0;box-shadow:0 25px 50px -12px #0f172a40}.template-preview .social-link-modal-input{width:100%;border:1px solid #cbd5e1;border-radius:.75rem;padding:.75rem .9rem;font-size:.9rem;color:#0f172a;outline:none}.template-preview .social-link-modal-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.template-preview .social-link-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.template-preview .social-link-modal-btn{border:none;border-radius:999px;padding:.55rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease}.template-preview .social-link-modal-btn--ghost{background:#f1f5f9;color:#0f172a}.template-preview .social-link-modal-btn--ghost:hover{background:#e2e8f0}.template-preview .social-link-modal-btn--primary{background:#0f172a;color:#fff}.template-preview .social-link-modal-btn--primary:hover{background:#1e293b}.template-preview .services-icon-modal-root{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center}.template-preview .services-icon-modal-backdrop{position:absolute;inset:0;background:#0f172a8c;border:none}.template-preview .services-icon-modal{position:relative;z-index:1;background:#fff;border-radius:1.25rem;padding:1.5rem;width:380px;max-width:calc(100vw - 2rem);max-height:80vh;overflow-y:auto;border:2px solid #e2e8f0;box-shadow:0 25px 50px -12px #0f172a40}.template-preview .services-icon-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.template-preview .services-icon-modal-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0}.template-preview .services-icon-modal-close{width:2rem;height:2rem;border:none;border-radius:.5rem;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.template-preview .services-icon-modal-close:hover{background-color:#f1f5f9}.template-preview .services-icon-modal-close-icon{width:1.25rem;height:1.25rem;color:#64748b}.template-preview .services-icon-modal-subtitle{font-size:.875rem;color:#475569;margin:0 0 1.25rem}.template-preview .services-icon-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.template-preview .services-icon-option{position:relative;border:none;background:transparent;padding:.75rem .5rem;border-radius:.75rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.template-preview .services-icon-option:hover{background-color:#f8fafc}.template-preview .services-icon-option.is-selected{background-color:#eff6ff;box-shadow:0 0 0 2px #3b82f6}.template-preview .services-icon-option-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:#f1f5f9;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.template-preview .services-icon-option.is-selected .services-icon-option-icon{background:#dbeafe}.template-preview .services-icon-option-svg{width:1.25rem;height:1.25rem;color:#334155}.template-preview .services-icon-option.is-selected .services-icon-option-svg{color:#2563eb}.template-preview .services-icon-option-label{font-size:.625rem;font-weight:600;color:#64748b;text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-preview .services-icon-option.is-selected .services-icon-option-label{color:#2563eb}.template-preview .services-icon-option-check{position:absolute;top:-.3rem;right:-.3rem;background:#fff;border-radius:999px}.template-preview .services-icon-option-check-icon{width:1rem;height:1rem;color:#3b82f6}.template-preview .services-icon-modal-footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e2e8f0}.template-preview .services-icon-modal-selection{font-size:.7rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:0}@media(min-width:768px){.template-preview .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.template-preview .md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.template-preview .lg\:gap-16{gap:4rem}}
