*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#0f172a;--color-bg-soft:#1e293b;--color-bg-card:#1e293b;--color-border:#334155;--color-accent:#3b82f6;--color-accent-hover:#2563eb;--color-text:#f1f5f9;--color-text-muted:#94a3b8;--color-white:#ffffff;--color-success:#22c55e;--color-error:#ef4444;--font-main:'Inter','Segoe UI',system-ui,sans-serif;--radius:10px;--radius-lg:16px;--shadow:0 4px 24px rgba(0,0,0,0.3);--transition:0.2s ease;--max-width:1140px;--touch-target:44px}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-anchor:none}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);line-height:1.7;min-height:100svh;display:flex;flex-direction:column;overflow-x:hidden}main{flex:1}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition);-webkit-tap-highlight-color:transparent}a:hover{color:var(--color-accent-hover)}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:3px}img{max-width:100%;display:block;height:auto}ol,ul{list-style:none}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--color-accent);color:var(--color-white);padding:.5rem 1rem;border-radius:var(--radius);font-weight:600;z-index:9999;transition:top .2s}.skip-link:focus{top:1rem;color:var(--color-white)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--color-white);overflow-wrap:break-word;word-break:break-word}h1{font-size:clamp(1.75rem, 5vw, 3.2rem)}h2{font-size:clamp(1.4rem, 3.5vw, 2.4rem)}h3{font-size:clamp(1.1rem, 2.5vw, 1.6rem)}h4{font-size:1.05rem}p{color:var(--color-text-muted);margin-bottom:1rem;overflow-wrap:break-word}p:last-child{margin-bottom:0}.text-accent{color:var(--color-accent)}.text-muted{color:var(--color-text-muted)}.text-white{color:var(--color-white)}.text-center{text-align:center}.text-left{text-align:left}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header p{font-size:1.1rem;max-width:600px;margin:.75rem auto 0}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.navbar{position:sticky;top:0;z-index:1000;background:rgba(15,23,42,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);will-change:transform}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:70px;min-height:var(--touch-target)}.navbar-logo{font-size:1.6rem;font-weight:800;letter-spacing:-.5px;text-decoration:none;min-height:var(--touch-target);display:inline-flex;align-items:center;gap:0;transition:transform .25s ease}.navbar-logo:hover{transform:translateY(-2px)}.navbar-logo .logo-ap,.navbar-logo .logo-cap{display:inline-block;transition:color .25s ease,letter-spacing .25s ease}.navbar-logo span{color:var(--color-accent)}.navbar-nav{display:flex;align-items:center;gap:.25rem}.navbar-nav a{color:var(--color-text-muted);font-size:.95rem;font-weight:500;padding:.5rem .9rem;border-radius:var(--radius);transition:all var(--transition);text-decoration:none;min-height:var(--touch-target);display:flex;align-items:center}.navbar-nav a.active,.navbar-nav a:hover{color:var(--color-white);background:var(--color-bg-soft)}.navbar-cta{display:flex;align-items:center;gap:1rem}.navbar-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:0 0;border:none;min-width:var(--touch-target);min-height:var(--touch-target);align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.navbar-toggle span{display:block;width:24px;height:2px;background:var(--color-text);border-radius:2px;transition:all var(--transition);will-change:transform,opacity}.navbar-mobile{display:none;flex-direction:column;background:var(--color-bg-soft);border-top:1px solid var(--color-border);padding:1rem 1.5rem;gap:.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.navbar-mobile.open{display:flex}.navbar-mobile a{color:var(--color-text-muted);font-size:1rem;font-weight:500;padding:.75rem 1rem;border-radius:var(--radius);transition:all var(--transition);text-decoration:none;min-height:var(--touch-target);display:flex;align-items:center}.navbar-mobile a.active,.navbar-mobile a:hover{color:var(--color-white);background:var(--color-bg)}.nav-overlay{display:none;position:fixed;inset:0;z-index:9000;background:rgba(10,20,40,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);overscroll-behavior:contain}.nav-overlay.open{display:flex;animation:overlayFadeIn .22s ease forwards}@keyframes overlayFadeIn{from{opacity:0}to{opacity:1}}.nav-overlay__panel{position:absolute;top:0;right:0;bottom:0;width:min(320px,85vw);background:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 32px rgba(0,0,0,.18);animation:panelSlideIn .25s cubic-bezier(.32,0,.1,1) forwards;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom,0)}@keyframes panelSlideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}.nav-overlay__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}.nav-overlay__logo{font-size:1.5rem;font-weight:800;letter-spacing:-.5px;text-decoration:none;color:#06f}.nav-overlay__logo .logo-ap{color:#06f}.nav-overlay__logo .logo-cap{color:#003d99}.nav-overlay__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:0 0;cursor:pointer;color:#475569;border-radius:8px;transition:background .15s;-webkit-tap-highlight-color:transparent}.nav-overlay__close:hover{background:#f1f5f9}.nav-overlay__nav{display:flex;flex-direction:column;padding:1rem;gap:.25rem;flex:1}.nav-overlay__contact{padding:1rem 1.5rem 1.25rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.65rem;flex-shrink:0}.nav-overlay__contact-item{display:flex;align-items:center;gap:.65rem;font-size:.875rem;color:#475569}.nav-overlay__contact-icon{width:28px;height:28px;border-radius:50%;background:rgba(0,102,255,.08);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#06f;flex-shrink:0}.nav-overlay__contact-item a{color:#0a1428;text-decoration:none;font-weight:500;transition:color .15s;min-height:44px;display:inline-flex;align-items:center}.nav-overlay__contact-item a:hover{color:#06f}.nav-overlay__contact-item span:not(.nav-overlay__contact-icon){color:#0a1428;font-weight:500;font-size:.875rem;min-height:44px;display:inline-flex;align-items:center}.nav-overlay__link{display:flex;align-items:center;min-height:52px;padding:0 1rem;border-radius:10px;font-size:1.05rem;font-weight:500;color:#0a1428;text-decoration:none;transition:background .12s;-webkit-tap-highlight-color:transparent}.nav-overlay__link:hover{background:#f1f5f9;color:#0a1428}.nav-overlay__link--active{background:#fff;color:#0a1428;font-weight:700;border:1.5px solid #e2e8f0}.nav-overlay__link--active:hover{background:#f8fafc}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:all var(--transition);text-decoration:none;white-space:nowrap;min-height:var(--touch-target);-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none}.btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.btn-primary{background:var(--color-accent);color:var(--color-white)}.btn-primary:hover{background:var(--color-accent-hover);color:var(--color-white);transform:translateY(-1px);box-shadow:0 8px 24px rgba(59,130,246,.35)}@media (hover:none){.btn-primary:hover{transform:none}}.btn-outline{background:0 0;color:var(--color-text);border:1.5px solid var(--color-border)}.btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent);background:rgba(59,130,246,.06)}.btn-ghost{background:0 0;color:var(--color-text-muted)}.btn-ghost:hover{color:var(--color-white);background:var(--color-bg-soft)}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem}.btn-sm{padding:.5rem 1.1rem;font-size:.85rem;min-height:var(--touch-target)}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;transition:border-color var(--transition),box-shadow var(--transition)}.card:hover{border-color:var(--color-accent);box-shadow:0 8px 32px rgba(0,0,0,.16),0 2px 8px rgba(0,0,0,.08)}.page-politika-privatnosti .card h3,.page-uvjeti-pruzanja-usluge .card h3{margin-bottom:.85rem}.card-featured{border-color:var(--color-accent);background:linear-gradient(135deg,#1e293b 0,#1e3a5f 100%);position:relative}.card-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--color-accent);color:var(--color-white);font-size:.75rem;font-weight:700;padding:.3rem 1rem;border-radius:99px;white-space:nowrap;letter-spacing:.5px;text-transform:uppercase}.hero{padding:6rem 0 5rem;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(59,130,246,.08) 0,transparent 70%);pointer-events:none;will-change:auto}.hero-label{display:inline-flex;align-items:center;gap:.5rem;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.25);color:var(--color-accent);font-size:.85rem;font-weight:600;padding:.4rem 1rem;border-radius:99px;margin-bottom:1.5rem;letter-spacing:.3px}.hero h1{max-width:800px;margin:0 auto 1.25rem}.hero p{font-size:1.15rem;max-width:600px;margin:0 auto 2.5rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-stats{display:flex;gap:2.5rem;justify-content:center;margin-top:4rem;flex-wrap:wrap}.hero-stat{text-align:center}.hero-stat strong{display:block;font-size:2rem;font-weight:800;color:var(--color-white);line-height:1}.hero-stat span{font-size:.85rem;color:var(--color-text-muted);margin-top:.25rem;display:block}.price-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all var(--transition);position:relative}.price-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow)}.price-card-featured{border-color:var(--color-accent);background:linear-gradient(160deg,#1e293b 0,#172040 100%)}.price-amount{font-size:2.5rem;font-weight:800;color:var(--color-white);line-height:1}.price-amount small{font-size:1rem;font-weight:400;color:var(--color-text-muted)}.price-regular{font-size:.9rem;color:var(--color-text-muted);text-decoration:line-through}.price-features{display:flex;flex-direction:column;gap:.6rem;flex:1}.price-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:var(--color-text-muted)}.price-features li::before{content:'✓';color:var(--color-success);font-weight:700;flex-shrink:0;margin-top:1px}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--color-text);margin-bottom:.4rem}.form-control{width:100%;background:var(--color-bg-soft);border:1.5px solid var(--color-border);color:var(--color-text);padding:.75rem 1rem;border-radius:var(--radius);font-size:1rem;font-family:var(--font-main);transition:border-color var(--transition);outline:0;min-height:var(--touch-target);-webkit-appearance:none;appearance:none}.form-control:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(59,130,246,.15)}.form-control::placeholder{color:var(--color-text-muted);opacity:.6}textarea.form-control{resize:vertical;min-height:130px}select.form-control{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.form-error{font-size:.8rem;color:var(--color-error);margin-top:.3rem}.alert{padding:1rem 1.25rem;border-radius:var(--radius);margin-bottom:1.25rem;font-size:.9rem;font-weight:500}.alert-success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:var(--color-success)}.alert-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:var(--color-error)}.footer{background:var(--color-bg-soft);border-top:1px solid var(--color-border);padding:2rem 0 1.5rem;margin-top:auto;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:1.5rem}.footer-brand p{margin-top:.5rem;font-size:.9rem;max-width:280px}.footer-logo{font-size:1.5rem;font-weight:800;color:var(--color-white);text-decoration:none}.footer-logo span{color:var(--color-accent)}.footer-col h4{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);margin-bottom:.6rem}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{color:var(--color-text-muted);font-size:.9rem;text-decoration:none;transition:color var(--transition);min-height:var(--touch-target);display:inline-flex;align-items:center}.footer-col ul li a:hover{color:var(--color-white)}.footer-contact-item{display:flex;align-items:center;gap:.6rem;color:var(--color-text-muted);font-size:.9rem;margin-bottom:.35rem;min-height:2rem}.footer-contact-item a{color:var(--color-text-muted);text-decoration:none}.footer-contact-item a:hover{color:var(--color-white)}.footer-icon{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.06);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0;color:#06f}.footer-bottom{border-top:1px solid var(--color-border);padding-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-bottom p{font-size:.85rem;margin:0}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:var(--color-text-muted);font-size:.85rem;text-decoration:none;transition:color var(--transition);min-height:var(--touch-target);display:inline-flex;align-items:center}.footer-bottom-links a:hover{color:#e2e8f0}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:99px;font-size:.75rem;font-weight:600;letter-spacing:.3px}.badge-blue{background:rgba(59,130,246,.15);color:var(--color-accent)}.badge-green{background:rgba(34,197,94,.12);color:var(--color-success)}.divider{border:none;border-top:1px solid var(--color-border);margin:2rem 0}.page-hero{padding:4rem 0 3rem;border-bottom:1px solid var(--color-border)}.page-hero h1{margin-bottom:.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.d-flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.5rem}.gap-2{gap:1rem}.w-100{width:100%}@media (max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:767px){.navbar-cta,.navbar-nav{display:none}.navbar-toggle{display:flex}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.hero{padding:3.5rem 0 2.5rem}.hero-stats{gap:1.5rem}.hero-stat strong{font-size:1.75rem}.footer-bottom{flex-direction:column;text-align:center}.section{padding:3rem 0}.section-sm{padding:2rem 0}.card{padding:1.5rem}.price-amount{font-size:2rem}}@media (max-width:480px){.container{padding:0 1rem}.btn-lg{padding:.9rem 1.5rem;font-size:.95rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}h1{font-size:1.6rem}h2{font-size:1.35rem}.page-hero{padding:2.5rem 0 2rem}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}@media print{.btn,.footer,.hero-actions,.navbar{display:none!important}body{background:#fff;color:#000}a{color:#000}}[data-theme=dark-blue]{--color-bg:#0f172a;--color-bg-soft:#1e293b;--color-bg-card:#1e293b;--color-border:#334155;--color-accent:#3b82f6;--color-accent-hover:#2563eb;--color-text:#f1f5f9;--color-text-muted:#94a3b8;--color-white:#ffffff;--color-success:#22c55e;--color-error:#ef4444}[data-theme=midnight-purple]{--color-bg:#0d0d1a;--color-bg-soft:#16162b;--color-bg-card:#1a1a2e;--color-border:#2d2d4e;--color-accent:#8b5cf6;--color-accent-hover:#7c3aed;--color-text:#ede9fe;--color-text-muted:#a78bfa;--color-white:#ffffff;--color-success:#34d399;--color-error:#f87171;--shadow:0 4px 24px rgba(139,92,246,0.2)}[data-theme=midnight-purple] .navbar{background:rgba(13,13,26,.95)!important}[data-theme=midnight-purple] .navbar-logo span,[data-theme=midnight-purple] .text-accent{color:#8b5cf6}[data-theme=midnight-purple] .btn-primary{background:#8b5cf6}[data-theme=midnight-purple] .btn-primary:hover{background:#7c3aed;box-shadow:0 8px 24px rgba(139,92,246,.4)}[data-theme=midnight-purple] .badge-blue{background:rgba(139,92,246,.15);color:#8b5cf6}[data-theme=midnight-purple] .hero-label{background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.25);color:#8b5cf6}[data-theme=midnight-purple] .price-card-featured{background:linear-gradient(160deg,#1a1a2e 0,#1e1040 100%);border-color:#8b5cf6}[data-theme=midnight-purple] .card-badge,[data-theme=midnight-purple] .navbar-mobile a.active{background:#8b5cf6}[data-theme=emerald-dark]{--color-bg:#0a1628;--color-bg-soft:#0f2035;--color-bg-card:#132640;--color-border:#1e3a5f;--color-accent:#10b981;--color-accent-hover:#059669;--color-text:#ecfdf5;--color-text-muted:#6ee7b7;--color-white:#ffffff;--color-success:#34d399;--color-error:#f87171;--shadow:0 4px 24px rgba(16,185,129,0.15)}[data-theme=emerald-dark] .navbar{background:rgba(10,22,40,.95)!important;border-bottom-color:#1e3a5f}[data-theme=emerald-dark] .navbar-logo span,[data-theme=emerald-dark] .text-accent{color:#10b981}[data-theme=emerald-dark] .btn-primary{background:#10b981}[data-theme=emerald-dark] .btn-primary:hover{background:#059669;box-shadow:0 8px 24px rgba(16,185,129,.35)}[data-theme=emerald-dark] .badge-blue{background:rgba(16,185,129,.12);color:#10b981}[data-theme=emerald-dark] .hero-label{background:rgba(16,185,129,.1);border-color:rgba(16,185,129,.25);color:#10b981}[data-theme=emerald-dark] .price-card-featured{background:linear-gradient(160deg,#132640 0,#0a2818 100%);border-color:#10b981}[data-theme=emerald-dark] .card-badge{background:#10b981}[data-theme=slate-orange]{--color-bg:#111111;--color-bg-soft:#1a1a1a;--color-bg-card:#1f1f1f;--color-border:#2e2e2e;--color-accent:#f97316;--color-accent-hover:#ea6c00;--color-text:#fafaf9;--color-text-muted:#a8a29e;--color-white:#ffffff;--color-success:#4ade80;--color-error:#f87171;--shadow:0 4px 24px rgba(249,115,22,0.18)}[data-theme=slate-orange] .navbar{background:rgba(17,17,17,.96)!important;border-bottom-color:#2e2e2e}[data-theme=slate-orange] .navbar-logo span,[data-theme=slate-orange] .text-accent{color:#f97316}[data-theme=slate-orange] .btn-primary{background:#f97316;color:#111}[data-theme=slate-orange] .btn-primary:hover{background:#ea6c00;color:#111;box-shadow:0 8px 24px rgba(249,115,22,.4)}[data-theme=slate-orange] .badge-blue{background:rgba(249,115,22,.12);color:#f97316}[data-theme=slate-orange] .hero-label{background:rgba(249,115,22,.1);border-color:rgba(249,115,22,.25);color:#f97316}[data-theme=slate-orange] .price-card-featured{background:linear-gradient(160deg,#1f1f1f 0,#291500 100%);border-color:#f97316}[data-theme=slate-orange] .card-badge{background:#f97316;color:#111}[data-theme=navy-cyan]{--color-bg:#020b18;--color-bg-soft:#041628;--color-bg-card:#061e35;--color-border:#0c2d4a;--color-accent:#06b6d4;--color-accent-hover:#0891b2;--color-text:#e0f7fa;--color-text-muted:#67e8f9;--color-white:#ffffff;--color-success:#4ade80;--color-error:#f87171;--shadow:0 4px 24px rgba(6,182,212,0.18)}[data-theme=navy-cyan] .navbar{background:rgba(2,11,24,.96)!important;border-bottom-color:#0c2d4a}[data-theme=navy-cyan] .navbar-logo span,[data-theme=navy-cyan] .text-accent{color:#06b6d4}[data-theme=navy-cyan] .btn-primary{background:#06b6d4;color:#020b18}[data-theme=navy-cyan] .btn-primary:hover{background:#0891b2;color:#020b18;box-shadow:0 8px 24px rgba(6,182,212,.4)}[data-theme=navy-cyan] .badge-blue{background:rgba(6,182,212,.12);color:#06b6d4}[data-theme=navy-cyan] .hero-label{background:rgba(6,182,212,.1);border-color:rgba(6,182,212,.25);color:#06b6d4}[data-theme=navy-cyan] .price-card-featured{background:linear-gradient(160deg,#061e35 0,#002a35 100%);border-color:#06b6d4}[data-theme=navy-cyan] .card-badge{background:#06b6d4;color:#020b18}[data-theme=warm-dark]{--color-bg:#13100a;--color-bg-soft:#1c1710;--color-bg-card:#231d14;--color-border:#3d3020;--color-accent:#f59e0b;--color-accent-hover:#d97706;--color-text:#fef9ec;--color-text-muted:#d4a76a;--color-white:#ffffff;--color-success:#4ade80;--color-error:#f87171;--shadow:0 4px 24px rgba(245,158,11,0.18)}[data-theme=warm-dark] .navbar{background:rgba(19,16,10,.96)!important;border-bottom-color:#3d3020}[data-theme=warm-dark] .navbar-logo span,[data-theme=warm-dark] .text-accent{color:#f59e0b}[data-theme=warm-dark] .btn-primary{background:#f59e0b;color:#13100a}[data-theme=warm-dark] .btn-primary:hover{background:#d97706;color:#13100a;box-shadow:0 8px 24px rgba(245,158,11,.4)}[data-theme=warm-dark] .badge-blue{background:rgba(245,158,11,.12);color:#f59e0b}[data-theme=warm-dark] .hero-label{background:rgba(245,158,11,.1);border-color:rgba(245,158,11,.25);color:#f59e0b}[data-theme=warm-dark] .price-card-featured{background:linear-gradient(160deg,#231d14 0,#2a1f00 100%);border-color:#f59e0b}[data-theme=warm-dark] .card-badge{background:#f59e0b;color:#13100a}[data-theme=light-pro]{--color-bg:#f8fafc;--color-bg-soft:#f1f5f9;--color-bg-card:#ffffff;--color-border:#e2e8f0;--color-accent:#0066ff;--color-accent-hover:#0052cc;--color-text:#0a1428;--color-text-muted:#64748b;--color-white:#0a1428;--color-success:#16a34a;--color-error:#dc2626;--shadow:0 4px 24px rgba(0,0,0,0.08)}[data-theme=light-pro] .navbar{background:linear-gradient(to right,rgba(10,20,40,.97),rgba(0,30,80,.97))!important;border-bottom-color:#0a2060!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}[data-theme=light-pro] .navbar-nav a{color:#fff!important}[data-theme=light-pro] .navbar-nav a.active,[data-theme=light-pro] .navbar-nav a:hover{color:#fff!important;background:rgba(255,255,255,.12)!important}[data-theme=light-pro] .navbar-toggle span{background:#f1f5f9!important}[data-theme=light-pro] .navbar-mobile{background:#0a1428!important;border-top-color:#0a2060!important}[data-theme=light-pro] .navbar-mobile a{color:#fff!important}[data-theme=light-pro] .navbar-mobile a.active,[data-theme=light-pro] .navbar-mobile a:hover{color:#fff!important;background:rgba(255,255,255,.1)!important}[data-theme=light-pro] h1,[data-theme=light-pro] h2,[data-theme=light-pro] h3,[data-theme=light-pro] h4,[data-theme=light-pro] h5,[data-theme=light-pro] h6{color:#0a1428!important}[data-theme=light-pro] p{color:#64748b}[data-theme=light-pro] .text-accent{color:#06f!important}[data-theme=light-pro] .text-muted{color:#64748b!important}[data-theme=light-pro] .text-white{color:#0a1428!important}[data-theme=light-pro] .btn-primary{background:#06f;color:#fff!important}[data-theme=light-pro] .btn-primary:hover{background:#0052cc;color:#fff!important;box-shadow:0 8px 24px rgba(0,102,255,.3)}[data-theme=light-pro] .btn-outline{border-color:#0a1428;color:#0a1428!important;background:0 0}[data-theme=light-pro] .btn-outline:hover{border-color:#06f;color:#06f!important;background:rgba(0,102,255,.04)}[data-theme=light-pro] .btn-ghost{color:#64748b!important}[data-theme=light-pro] .btn-ghost:hover{color:#0a1428!important;background:#f1f5f9}[data-theme=light-pro] .card{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.06)}[data-theme=light-pro] .card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:#99c2ff}[data-theme=light-pro] .price-card{background:#fff;border-color:#e2e8f0}[data-theme=light-pro] .price-card:hover{border-color:#06f}[data-theme=light-pro] .price-card-featured{background:linear-gradient(160deg,#f0f7ff 0,#dbeafe 100%);border-color:#06f}[data-theme=light-pro] .card-badge{background:#06f;color:#fff}[data-theme=light-pro] .price-amount{color:#0a1428!important}[data-theme=light-pro] .price-regular{color:#94a3b8}[data-theme=light-pro] .price-features li{color:#475569}[data-theme=light-pro] .price-features li::before{color:#16a34a}[data-theme=light-pro] .badge-blue{background:rgba(0,102,255,.1);color:#06f}[data-theme=light-pro] .badge-green{background:rgba(22,163,74,.1);color:#16a34a}[data-theme=light-pro] .hero-label{background:rgba(0,102,255,.07);border-color:rgba(0,102,255,.2);color:#06f}[data-theme=light-pro] .form-control{background:#fff;border-color:#cbd5e1;color:#0a1428}[data-theme=light-pro] .form-control:focus{border-color:#06f;box-shadow:0 0 0 3px rgba(0,102,255,.12)}[data-theme=light-pro] .form-label{color:#0a1428}[data-theme=light-pro] .form-control::placeholder{color:#94a3b8}[data-theme=light-pro] .alert-success{background:rgba(22,163,74,.08);border-color:rgba(22,163,74,.25);color:#16a34a}[data-theme=light-pro] .alert-error{background:rgba(220,38,38,.08);border-color:rgba(220,38,38,.25);color:#dc2626}[data-theme=light-pro] .divider{border-top-color:#e2e8f0}[data-theme=light-pro] .page-hero{border-bottom-color:#e2e8f0}[data-theme=light-pro] .skip-link{background:#06f}[data-theme=light-pro] section{background:#f8fafc}[data-theme=light-pro] .section-soft,[data-theme=light-pro] section[style*="background: var(--color-bg-soft)"],[data-theme=light-pro] section[style*="background:var(--color-bg-soft)"]{background:#f1f5f9!important}[data-theme=light-pro] .footer{background:#0a1428;border-top-color:#0a2060}[data-theme=light-pro] .footer-logo{color:#fff}[data-theme=light-pro] .footer-logo span{color:#06f}[data-theme=light-pro] .footer-col h4{color:#94a3b8}[data-theme=light-pro] .footer-brand p,[data-theme=light-pro] .footer-col ul li a,[data-theme=light-pro] .footer-contact-item,[data-theme=light-pro] .footer-contact-item a{color:#94a3b8}[data-theme=light-pro] .footer-col ul li a:hover,[data-theme=light-pro] .footer-contact-item a:hover{color:#fff}[data-theme=light-pro] .footer-bottom{border-top-color:#1e293b}[data-theme=light-pro] .footer-bottom p{color:#64748b}[data-theme=light-pro] .footer-bottom-links a{color:#94a3b8}[data-theme=light-pro] div[style*="background:linear-gradient(135deg, #1e293b"]{background:linear-gradient(135deg,#f0f7ff 0,#dbeafe 100%)!important;border-color:rgba(0,102,255,.25)!important}[data-theme=light-pro] div[style*="background:linear-gradient(135deg, #1e293b"] h2{color:#0a1428!important}[data-theme=light-pro] div[style*="background:linear-gradient(135deg, #1e293b"] p{color:#64748b!important}[data-theme=light-pro] div[style*="background:linear-gradient(135deg, #1e293b"] a[style]{color:#64748b!important}[data-theme=light-pro] div[style*="border-left:3px solid rgba(239,68,68"]{background:#fef2f2!important}[data-theme=light-pro] div[style*="border-left:3px solid rgba(239,68,68"] p{color:#64748b!important}[data-theme=light-pro] div[style*="border-left:3px solid rgba(34,197,94"]{background:#f0fdf4!important}[data-theme=light-pro] div[style*="border-left:3px solid rgba(34,197,94"] p{color:#64748b!important}[data-theme=light-pro] div[style*="background:linear-gradient(160deg, #1e293b"],[data-theme=light-pro] div[style*="background:linear-gradient(160deg,#1e293b"]{background:linear-gradient(160deg,#f0f7ff 0,#dbeafe 100%)!important;border-color:#06f!important}[data-theme=light-pro] div[style*="background:linear-gradient(160deg, #1e293b"] div,[data-theme=light-pro] div[style*="background:linear-gradient(160deg,#1e293b"] div{color:#0a1428!important}[data-theme=light-pro] div[style*="background:linear-gradient(160deg, #1e293b"] .badge,[data-theme=light-pro] div[style*="background:linear-gradient(160deg,#1e293b"] .badge{background:rgba(0,102,255,.1)!important;color:#06f!important}[data-theme=light-pro] div[style*="background:var(--color-bg-soft)"][style*=border-right]{background:#f1f5f9!important}[data-theme=light-pro] div[style*="background:var(--color-bg)"][style*="border:1px solid var(--color-border)"][style*="border-radius:var(--radius-lg)"]{background:#fff!important;border-color:#e2e8f0!important}[data-theme=light-pro] .card p[style*="font-style:italic"]{color:#475569!important}[data-theme=light-pro] div[style*="color:var(--color-white)"],[data-theme=light-pro] span[style*="color:var(--color-white)"]{color:#0f172a!important}[data-theme=light-pro] .carousel-slide h3{color:#0f172a!important}[data-theme=light-pro] .carousel-slide div[style*="color:var(--color-white)"]{color:#0f172a!important}.badge,.btn,.card,.footer,.hero-label,.navbar,.price-card,body,section{transition:background-color .35s ease,border-color .35s ease,color .35s ease}[data-site-layout=classic] .container{max-width:1140px}[data-site-layout=classic] .navbar-inner{height:70px}[data-site-layout=classic] .navbar-logo{font-size:1.6rem}[data-site-layout=classic] .section{padding:5rem 0}[data-site-layout=classic] .hero{padding:7rem 0 5rem}[data-site-layout=centered] .container{max-width:900px}[data-site-layout=centered] .navbar{border-bottom:none;box-shadow:0 1px 0 var(--color-border)}[data-site-layout=centered] .navbar-inner{height:64px;justify-content:center;position:relative}[data-site-layout=centered] .navbar-logo{position:absolute;left:1.5rem;font-size:1.4rem}[data-site-layout=centered] .navbar-nav{gap:.5rem}[data-site-layout=centered] .navbar-nav a{font-size:.875rem}[data-site-layout=centered] .hero{padding:8rem 0 6rem}[data-site-layout=centered] .hero h1{font-size:clamp(2rem, 5vw, 3.5rem);max-width:700px}[data-site-layout=centered] .section{padding:6rem 0}[data-site-layout=centered] .section-header{max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:3.5rem}[data-site-layout=centered] .grid-3{grid-template-columns:repeat(3,1fr);max-width:860px;margin-left:auto;margin-right:auto}[data-site-layout=centered] .grid-2{max-width:720px;margin-left:auto;margin-right:auto}[data-site-layout=centered] .card{border-radius:20px}[data-site-layout=centered] .price-card{border-radius:20px}[data-site-layout=centered] .footer-grid{grid-template-columns:1fr 1fr 1fr;max-width:900px;margin-left:auto;margin-right:auto}[data-site-layout=wide] .container{max-width:1320px;padding:0 2rem}[data-site-layout=wide] .navbar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}[data-site-layout=wide] .navbar-inner{height:60px}[data-site-layout=wide] .navbar-logo{font-size:1.4rem}[data-site-layout=wide] .navbar-nav a{font-size:.875rem;padding:.4rem .75rem}[data-site-layout=wide] .hero{padding:6rem 0 4rem}[data-site-layout=wide] .section{padding:4rem 0}[data-site-layout=wide] .grid-4{grid-template-columns:repeat(4,1fr)}[data-site-layout=wide] .card{padding:1.5rem;border-radius:8px}[data-site-layout=wide] .price-card{border-radius:8px}[data-site-layout=minimal] .container{max-width:1000px}[data-site-layout=minimal] .navbar{background:var(--color-bg)!important;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid var(--color-border)}[data-site-layout=minimal] .navbar-inner{height:56px}[data-site-layout=minimal] .navbar-logo{font-size:1.3rem;font-weight:700}[data-site-layout=minimal] .navbar-nav a{font-size:.85rem;padding:.4rem .75rem;border-radius:6px}[data-site-layout=minimal] .hero{padding:5rem 0 4rem}[data-site-layout=minimal] .hero::before{display:none}[data-site-layout=minimal] .hero-label{display:none}[data-site-layout=minimal] .section{padding:4rem 0}[data-site-layout=minimal] .section-header{margin-bottom:2.5rem}[data-site-layout=minimal] .card{border-radius:8px;padding:1.5rem}[data-site-layout=minimal] .card:hover{transform:none;border-color:var(--color-accent)}[data-site-layout=minimal] .price-card{border-radius:8px}[data-site-layout=minimal] .hero-stats{display:none}[data-site-layout=minimal] .btn{border-radius:6px}[data-site-layout=minimal] .badge{border-radius:4px}@media (max-width:767px){[data-site-layout=centered] .navbar-logo{position:static}[data-site-layout=centered] .navbar-inner{justify-content:space-between}[data-site-layout=centered] .grid-3,[data-site-layout=wide] .grid-4{grid-template-columns:1fr}}:root{--color-bg:#F8FAFC;--color-bg-soft:#F1F5F9;--color-bg-card:#FFFFFF;--color-border:#E2E8F0;--color-accent:#0066FF;--color-accent-hover:#0052CC;--color-text:#0A1428;--color-text-muted:#64748B;--color-white:#0A1428;--color-success:#16A34A;--color-error:#DC2626;--shadow:0 4px 24px rgba(0,0,0,0.08)}body{background:#f8fafc;color:#0a1428}.navbar{background:linear-gradient(to right,#f1f5f9,#f1f5f9)!important}.navbar-logo{color:#06f!important}.navbar-logo .logo-ap{color:#06f!important}.navbar-logo .logo-cap{color:#003d99!important}.navbar-logo:hover{color:#003d99!important}.navbar-logo:hover .logo-ap{color:#003d99!important}.navbar-logo:hover .logo-cap{color:#003d99!important}.navbar-nav a{color:#0a1428!important}.navbar-nav a.active,.navbar-nav a:hover{color:#0a1428!important;background:rgba(255,255,255,.12)!important}.navbar-mobile{background:#f1f5f9!important}.navbar-mobile a{color:#0a1428!important}.navbar-mobile a.active{background:#06f!important;color:#fff!important;font-weight:700!important;border-radius:8px!important}.navbar-lang-row{border-bottom:1px solid rgba(255,255,255,.06)}.navbar-lang-top{display:flex;justify-content:flex-end;align-items:center;gap:.15rem;padding:.18rem 0}.navbar-lang-item{display:inline-block;padding:0 .3rem;font-size:.6rem;font-weight:500;letter-spacing:.5px;text-decoration:none;border:1px solid transparent;border-radius:2px;line-height:1.7;transition:color .15s,border-color .15s}.navbar-lang-item--active{cursor:default;font-weight:700}.navbar-lang-sep{font-size:.52rem;user-select:none;padding:0 .05rem;line-height:1.7}.navbar-lang-top .navbar-lang-item{color:rgba(10,20,40,.2)!important}.navbar-lang-top .navbar-lang-item:hover{color:rgba(10,20,40,.6)!important;border-color:rgba(10,20,40,.27)!important}.navbar-lang-top .navbar-lang-item--active{color:rgba(10,20,40,.53)!important;border-color:rgba(10,20,40,.33)!important}.navbar-lang-top .navbar-lang-sep{color:rgba(10,20,40,.094)!important}.navbar-mobile-lang{display:flex;gap:.5rem;padding:.5rem 1rem 0;align-items:center}@media (max-width:767px){.navbar-lang-top{justify-content:center}}h1,h2,h3,h4,h5,h6{color:#0a1428!important}p{color:#64748b}.text-accent{color:#06f!important}.text-muted{color:#64748b!important}.text-white{color:#0a1428!important}.btn-primary{background:#06f;color:#fff!important}.btn-primary:hover{background:#0052cc}.btn-outline{border-color:#0a1428;color:#0a1428!important}.btn-outline:hover{border-color:#06f;color:#06f!important}.card{background:#fff;border-color:#e2e8f0}.card:hover{border-color:#0066FF66}.price-card{background:#fff;border-color:#e2e8f0}.price-card-featured{background:linear-gradient(160deg,#f1f5f9,#fff);border-color:#06f}.card-badge{background:#06f;color:#fff}.price-amount{color:#0a1428!important}.price-features li::before{color:#16a34a}.form-control{background:#fff;border-color:#e2e8f0;color:#0a1428}.form-control:focus{border-color:#06f;box-shadow:0 0 0 3px #0066FF22}.hero-label{background:#0066FF12;border-color:#0066FF30;color:#06f}.badge-blue{background:#0066FF18;color:#06f}section{background:#f8fafc}.footer{background:#0a1428!important}.footer-brand p,.footer-col ul li a,.footer-contact-item,.footer-contact-item a{color:#94a3b8}.footer-contact-item a:hover{color:#fff!important}.footer-logo .logo-ap{color:#06f!important;display:inline-block;transition:color .25s ease,letter-spacing .25s ease}.footer-logo .logo-cap{color:#003d99!important;display:inline-block;transition:color .25s ease,letter-spacing .25s ease}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.footer-logo{font-size:1.6rem;font-weight:800;letter-spacing:-.5px;text-decoration:none;display:inline-block;margin-bottom:.75rem;transition:transform .25s ease}.footer-logo:hover{transform:translateY(-2px)}.footer-logo:hover .logo-ap{letter-spacing:.5px}.footer-logo:hover .logo-cap{letter-spacing:-.5px}.footer-brand p{color:#94a3b8;font-size:.9rem;line-height:1.6;margin:0}.footer-contact-block{display:flex;flex-direction:column;gap:.6rem;padding-top:.25rem;margin-left:auto}.footer-contact-block h4{color:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin:0 0 .5rem 0}.footer-contact-item{display:flex;align-items:center;gap:.6rem;color:#94a3b8;font-size:.9rem;line-height:1.4}.footer-contact-item span:first-child{font-size:.85rem;flex-shrink:0}@media (max-width:640px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.page-hero{background:#f1f5f9!important;border-bottom-color:#e2e8f0!important}.page-hero h1{color:#0a1428!important}.breadcrumb-bar{background:#f8fafc!important;border-bottom-color:#e2e8f0!important}.breadcrumb-bar a,.breadcrumb-bar span{color:#64748b!important}.breadcrumb-bar .active{color:#0a1428!important}section[style*="background:var(--color-bg-soft)"]{background:#f1f5f9!important}div[style*="background:linear-gradient(135deg, #1e293b"]{background:linear-gradient(135deg,#f1f5f9,#fff)!important;border-color:#0066FF44!important}div[style*="background:linear-gradient(135deg, #1e293b"] h2{color:#0a1428!important}div[style*="background:linear-gradient(135deg, #1e293b"] p{color:#64748b!important}div[style*="background:linear-gradient(160deg, #1e293b"],div[style*="background:linear-gradient(160deg,#1e293b"]{background:linear-gradient(160deg,#f1f5f9,#fff)!important;border-color:#06f!important}.apcap-hero-new{position:relative;overflow:hidden;padding:4rem 0 3.5rem;background:linear-gradient(to left,#dbeafe,#f1f5f9 60%);border-bottom:1px solid #e2e8f0}.apcap-hero-new__inner{position:relative;z-index:2;max-width:640px}.apcap-hero-new__h1{font-size:2.75rem!important;font-weight:900!important;line-height:1.18!important;letter-spacing:-.5px!important;color:#0a1428!important;margin-bottom:.9rem}.apcap-hero-new__accent{color:#06f!important}.apcap-hero-new__sub{font-size:1rem!important;color:#64748b!important;line-height:1.6!important;margin:0;max-width:460px}.apcap-hero-new--tall{padding:7rem 0 6rem;background:#f1f5f9}.apcap-hero-new--tall .apcap-hero-new__inner{max-width:900px}.apcap-hero-new--tall .apcap-hero-new__h1{font-size:3.75rem!important;letter-spacing:-1px!important;margin-bottom:2.5rem!important;white-space:normal}.apcap-hero-new--tall .apcap-hero-new__sub{font-size:1.2rem!important;max-width:900px;white-space:nowrap}@media (max-width:900px){.apcap-hero-new{padding:2.5rem 0 2rem}.apcap-hero-new__h1{font-size:1.75rem!important}.apcap-hero-new--tall{padding:4rem 0 3rem}.apcap-hero-new--tall .apcap-hero-new__h1{font-size:2.4rem!important;white-space:normal}.apcap-hero-new--tall .apcap-hero-new__sub{font-size:1rem!important;white-space:normal}}#siteLogo{text-decoration:none;display:inline-flex;align-items:center;gap:0;transition:transform .25s ease}#siteLogo:hover{transform:translateY(-3px)}#siteLogo .logo-ap,#siteLogo .logo-cap{display:inline-block;transition:color .3s ease,letter-spacing .3s ease}#siteLogo:hover .logo-ap{letter-spacing:.5px}#siteLogo:hover .logo-cap{letter-spacing:-.5px}.tab-mob-br{display:none}.apcap-tab-nav{display:flex;gap:.75rem;border-bottom:none!important;padding:1.5rem 0;background:#fff;box-shadow:none!important;position:sticky;top:0;z-index:100;margin-bottom:0}.apcap-tab-btn{flex:1;background:#e2e8f0!important;border:2px solid transparent!important;border-radius:10px!important;padding:1rem 1.5rem!important;font-size:.95rem!important;font-weight:700!important;color:#0a1428!important;cursor:pointer;transition:all .2s;text-align:center;white-space:nowrap;opacity:1!important}.apcap-tab-btn:hover{background:#bfdbfe!important;color:#06f!important;border-color:#93c5fd!important}.apcap-tab-btn--active{background:#06f!important;color:#fff!important;border-color:#06f!important;cursor:default!important}.apcap-tab-btn--active:hover{background:#06f!important;color:#fff!important;border-color:#06f!important}.apcap-tab-panel{display:none}.apcap-tab-panel--active{display:block;animation:apcap-fadein .25s ease}@keyframes apcap-fadein{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.apcap-showcase-card{display:grid;grid-template-columns:1fr;min-height:auto;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.09);margin-bottom:0;border:1px solid #e2e8f0;max-width:720px;margin-left:auto;margin-right:auto}.apcap-showcase-right{display:none!important}.apcap-showcase-left{background:#fff;padding:3rem 2.75rem 2.5rem;display:flex;flex-direction:column;gap:0;position:relative}.apcap-showcase-dots{display:none}.apcap-showcase-badge{display:none}.apcap-showcase-name{font-size:1.75rem!important;font-weight:800!important;color:#0a1428!important;line-height:1.2!important;margin-bottom:.6rem}.apcap-showcase-tagline{font-size:.9rem;color:#64748b!important;line-height:1.7;margin-bottom:1.75rem}.apcap-showcase-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.apcap-showcase-features li{display:flex;align-items:flex-start;gap:.65rem;font-size:.875rem;color:#0a1428;line-height:1.45}.apcap-showcase-features li i{color:#06f;font-size:.65rem;margin-top:4px;flex-shrink:0;background:#eff6ff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.apcap-showcase-price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0 0;border-top:1px solid #e2e8f0}.apcap-showcase-price{font-size:2rem;font-weight:900;color:#0a1428;line-height:1}.apcap-showcase-cta{display:inline-flex;align-items:center;background:#06f;color:#fff!important;font-size:.9rem;font-weight:700;padding:.85rem 1.6rem;border-radius:10px;text-decoration:none;white-space:nowrap;transition:background .2s,transform .15s;flex-shrink:0}.apcap-showcase-cta:hover{background:#0052cc;transform:translateY(-2px)}.apcap-showcase-right{background:linear-gradient(140deg,#eff6ff 0,#f8fafc 60%,#e0f2fe 100%);padding:3rem 2.5rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.apcap-showcase-ring{position:absolute;border-radius:50%;border:1.5px solid rgba(0,102,255,.1);pointer-events:none}.apcap-showcase-ring--1{width:350px;height:350px;bottom:-120px;right:-100px}.apcap-showcase-ring--2{width:200px;height:200px;bottom:-50px;right:-30px;border-color:rgba(0,102,255,.18)}.apcap-showcase-browser{width:100%;max-width:380px;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e2e8f0;background:#fff;position:relative;z-index:2}.apcap-showcase-browser-bar{background:#f1f5f9;padding:9px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e2e8f0}.apcap-showcase-browser-dots{display:flex;gap:5px}.apcap-showcase-browser-dots span{width:9px;height:9px;border-radius:50%;display:block}.apcap-showcase-url{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:5px;padding:3px 10px;font-size:.68rem;color:#64748b;text-align:center}.apcap-showcase-browser-body{background:#fff}.apcap-showcase-chip{position:absolute;display:flex;align-items:center;gap:.45rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:.45rem .9rem;font-size:.75rem;font-weight:600;color:#0a1428;box-shadow:0 4px 16px rgba(0,0,0,.08);z-index:3;white-space:nowrap}.apcap-showcase-chip--top{top:2rem;right:2rem}.apcap-showcase-chip--bottom{bottom:2rem;left:2rem}@media (max-width:900px){.apcap-showcase-card{grid-template-columns:1fr}.apcap-showcase-right{display:none}.apcap-showcase-left{padding:2.5rem 1.75rem}}.apcap-features-block{margin-bottom:0;border-radius:0;box-shadow:none;border-bottom:2px solid #f1f5f9;padding:5rem 3rem}.apcap-features-title{font-size:1.4rem!important;font-weight:800;text-transform:none;letter-spacing:0;color:#06f!important;margin-bottom:2.5rem!important}.apcap-icon-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem 2.5rem}.apcap-icon-item{display:flex;align-items:flex-start;gap:.85rem;font-size:.95rem;color:#0a1428;font-weight:500;padding:.25rem 0}.apcap-icon-item i{width:36px;height:36px;border-radius:8px;background:#eff6ff;color:#06f;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0;margin-top:2px}.apcap-icon-text{display:flex;flex-direction:column;gap:.2rem}.apcap-icon-label{font-size:1rem;font-weight:600;color:#0a1428;line-height:1.35}.apcap-icon-desc{font-size:.83rem;color:#64748b;font-weight:400;line-height:1.6}.apcap-napredna-main-row{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.apcap-napredna-main__item{flex:1;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:12px;padding:1.75rem 1.25rem;display:flex;align-items:center;justify-content:center;text-align:center}.apcap-napredna-main__label{font-size:1.2rem;font-weight:700;color:#0a1428;line-height:1.3}.apcap-napredna-plus{font-size:2rem;font-weight:800;color:#06f;flex-shrink:0;line-height:1}.apcap-admin-options{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:1.75rem 2rem 1.5rem;margin-bottom:0}.apcap-admin-options-header{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.5rem}.apcap-admin-options-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#06f}.apcap-admin-options-note{font-size:.875rem;color:#64748b;font-weight:400}.apcap-btn-cta{background:#06f!important;color:#fff!important;border:none!important;padding:.85rem 2rem;font-weight:700;font-size:1rem;border-radius:8px;display:block;text-align:center;transition:background .2s,transform .15s;text-decoration:none}.apcap-btn-cta:hover{background:#0052cc!important;transform:translateY(-1px)}#vrste-stranica{background:#fff!important;border-top:1px solid #e2e8f0;padding-top:0;padding-bottom:0}.apcap-odrzavanje-icon{width:40px;height:40px;border-radius:10px;background:#eff6ff;color:#06f;display:flex;align-items:center;justify-content:center;font-size:1rem;margin-bottom:.75rem}@media (max-width:767px){.apcap-napredna-main-row{flex-direction:column}.apcap-napredna-main__item{width:100%}.apcap-admin-options{padding:1.25rem 1.25rem 1rem}.apcap-icon-grid{grid-template-columns:1fr}.apcap-features-block{padding:3rem 1.5rem}.apcap-tab-btn{font-size:.8rem;padding:.8rem .5rem!important}}.cj-card{padding:0;overflow:hidden;overflow-x:auto;max-width:720px;margin:0 auto;background:#fff;border:1px solid #bfdbfe;border-radius:12px}.cj-card thead tr{pointer-events:none!important;user-select:none!important;cursor:default!important}.cj-card table tr:hover{background:0 0!important;cursor:default}.cta-card{max-width:640px;margin:0 auto;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:20px;padding:3.5rem 2.5rem;text-align:center}.cta-card__title{font-size:2rem!important;font-weight:800!important;margin-bottom:2rem}.cta-card__sub{font-size:1rem;color:var(--color-text-muted);max-width:420px;margin:0 auto 2rem;line-height:1.6}.hosting-hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted)}.trust-item strong{color:var(--color-text)}.hosting-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.hosting-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:border-color .2s,box-shadow .2s}.hosting-card:hover{border-color:#0066FF66;box-shadow:0 8px 32px rgba(0,102,255,.08)}.hosting-card__top{display:flex;flex-direction:column;gap:.4rem}.hosting-card__name{font-size:1.5rem!important;font-weight:800!important;color:#06f!important;text-align:center;margin:0 0 .5rem}.hosting-card__price{display:flex;align-items:baseline;gap:.25rem;justify-content:center;margin-top:.25rem}.hosting-card__amount{font-size:2.25rem;font-weight:800;color:var(--color-text);line-height:1}.hosting-card__period{font-size:1rem;color:var(--color-text-muted)}.hosting-card__annual{font-size:.78rem;color:var(--color-text-muted);text-align:center}.hosting-card__saving{color:#16a34a;font-weight:600}.hosting-card__specs{display:flex;flex-direction:column;gap:.6rem;flex:1}.hosting-card__spec{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--color-text)}.hosting-card__spec-icon{font-size:1rem;flex-shrink:0;color:#06f}.hosting-card__btn{margin-top:auto;transition:background .18s,color .18s,border-color .18s!important}.hosting-card__btn:hover{background:#06f!important;color:#fff!important;border-color:#06f!important;cursor:pointer}.compare-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0}.compare-cell{padding:.75rem 1rem;border-bottom:1px solid var(--color-border);font-size:.875rem}.compare-cell.head{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);background:var(--color-bg)}.compare-cell:first-child{color:var(--color-text-muted)}.compare-cell.yes{color:#22c55e;font-weight:600}.compare-cell.no{color:#ef4444}.compare-cell.ours{background:rgba(0,102,255,.03);border-left:2px solid var(--color-accent)}.fi-section{padding-top:4rem;padding-bottom:4rem}.fi-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:920px;margin:0 auto}.fi-row--reverse{direction:rtl}.fi-row--reverse>*{direction:ltr}.fi-visual svg{width:100%;height:auto;display:block;border-radius:12px}.fi-text h2{margin-bottom:1.5rem}.fi-text>p{font-size:.95rem;line-height:1.75;color:var(--color-text-muted);margin-bottom:.35rem}@media (max-width:800px){.hosting-cards{grid-template-columns:1fr;max-width:420px;margin:0 auto}}@media (max-width:680px){.fi-row,.fi-row--reverse{grid-template-columns:1fr;direction:ltr;gap:2rem}}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden;transition:border-color var(--transition)}.faq-item.open,.faq-item:hover{border-color:var(--color-accent)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;cursor:pointer;background:var(--color-bg-card);user-select:none;gap:1rem}.faq-question h4{font-size:.95rem;font-weight:600;color:var(--color-white);margin:0}.faq-icon{font-size:1.25rem;color:var(--color-accent);font-weight:700;flex-shrink:0;line-height:1;width:24px;text-align:center;transition:transform .2s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem;background:var(--color-bg-soft);max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s}.faq-item.open .faq-answer{max-height:400px;padding:.75rem 1.5rem}.faq-answer p{padding:.25rem 0;font-size:.9rem;margin:0 0 .5rem}.faq-category-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--color-accent);margin:2rem 0 .75rem}.faq-category-label:first-child{margin-top:0}@media (max-width:767px){.proces-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.proces-grid>div{flex-direction:row!important;align-items:flex-start!important;text-align:left!important;gap:1rem}}@media (max-width:767px){.seo-split-grid{grid-template-columns:1fr!important;gap:2.5rem!important}}@keyframes seoPulse{0%,100%{opacity:1}50%{opacity:.3}}.pocetna-hero{min-height:calc(100svh - 65px);display:flex;align-items:center;padding:3rem 0;background:#f1f5f9;border-bottom:1px solid #e2e8f0;contain:layout style}.pocetna-hero .container{width:100%}.hero-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:flex-start;width:100%}.pocetna-hero-h1{font-size:3.75rem;font-weight:800;line-height:1.18;letter-spacing:-1px;color:#0a1428;margin-top:0;margin-bottom:2.5rem}.pocetna-hero-sub{font-size:1.2rem;max-width:480px;color:#64748b;line-height:1.6;margin:0}.hero-split-right{display:flex;flex-direction:column}.hero-form-wrapper{display:flex;flex-direction:column}.hero-success{flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;gap:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 24px rgba(0,102,255,.07)}.hero-success-icon{width:56px;height:56px;border-radius:50%;background:rgba(34,197,94,.12);border:2px solid #22c55e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-success-title{font-size:1.25rem;font-weight:800;color:#0a1428;margin:0 0 .4rem}.hero-success-email{font-size:.9rem;color:var(--color-text-muted);margin:0;line-height:1.5}.hero-progress{display:flex;gap:.4rem;margin-bottom:1.75rem;align-items:center}.hero-step-dot{height:3px;flex:1;border-radius:2px;transition:background .3s;background:var(--color-border)}#heroForm{display:flex;flex-direction:column}.hero-steps-container{height:15.75rem}.hero-type-option{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.25rem;border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:border-color .15s,background .15s;background:var(--color-bg-card)}.hero-type-option-label{font-size:1.05rem;font-weight:600;color:var(--color-white)}.hero-type-check{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--color-border);flex-shrink:0;transition:all .15s}.hero-type-options{display:flex;flex-direction:column;gap:.65rem}.hero-form-label{display:block;font-size:1.05rem;font-weight:600;margin-bottom:.45rem;color:var(--color-text)}.hero-form-step .form-control{width:100%;padding:.95rem 1.1rem;font-size:1.05rem}.hero-form-step textarea.form-control{resize:vertical;padding:1.25rem}.hero-step-field{margin-bottom:1rem}.hero-form-error{color:#ef4444;font-size:.82rem;margin-top:.5rem}.hero-form-error--reserved{color:#ef4444;font-size:.82rem;margin-top:.4rem;min-height:1.1rem}.hero-cta-row{margin-top:1.25rem}.hero-cta-split{display:flex;gap:.6rem}.hero-cta-back{flex:1}.hero-cta-next{flex:2}.hero-cta-full{width:100%}.hero-privacy-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;width:100%;margin-top:.5rem}.hero-privacy-text{font-size:.75rem;color:var(--color-text-muted);text-align:center;line-height:1.5;margin:0}.hero-privacy-link{color:var(--color-accent)}.hero-nl-mob{display:none}@media (max-width:767px){.hero-split-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.hero-steps-container{height:auto!important;min-height:auto!important}.pocetna-hero{min-height:calc(100svh - 60px);padding:2rem 0 1.75rem;display:flex;flex-direction:column;justify-content:center}.pocetna-hero .container{width:100%}.hero-nl-mob{display:block!important}.pocetna-hero-h1{font-size:clamp(2.9rem, 13vw, 3.8rem)!important;letter-spacing:-2px;margin-bottom:1.25rem;line-height:1.05}.pocetna-hero-sub br{display:none!important}.pocetna-hero-sub{font-size:1.05rem!important;max-width:100%;line-height:1.65;margin-bottom:.85rem!important}.hero-privacy-grid{grid-template-columns:1fr!important;padding:0!important}.hero-privacy-grid>div:first-child{display:none!important}}@media (min-width:768px) and (max-width:1199px){.pocetna-hero-h1{font-size:2.8rem}}.card-hover,.card-hover-shadow{transition:transform .2s,box-shadow .2s;cursor:pointer}.card-hover:hover{transform:translateY(-4px)}.card-hover-shadow:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,102,255,.13)!important}.wz-header{scroll-margin-top:80px}.wz-wrap{max-width:680px;margin:0 auto}.wz-counter strong{color:#06f;font-weight:800}.wz-panel{display:none;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:2rem}.wz-panel.active{display:block;animation:wzIn .22s ease}@keyframes wzIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wz-title{display:flex;justify-content:space-between;align-items:center;gap:.85rem;padding-bottom:1.25rem;margin-bottom:1.75rem;border-bottom:2px solid #f1f5f9}.wz-badge{width:34px;height:34px;border-radius:50%;background:#06f;color:#fff;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wz-title h2{font-size:1.15rem!important;font-weight:800!important;color:#0a1428!important;margin:0!important}.wz-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;gap:.75rem}.wz-next,.wz-submit{margin-left:auto}.uq-q{margin-bottom:1.75rem}.uq-q:last-child{margin-bottom:.5rem}.uq-lbl{display:block;font-size:.95rem;font-weight:700;color:#0a1428;margin-bottom:.3rem;line-height:1.4}.uq-hint{display:block;font-size:.8rem;color:#64748b;margin-bottom:.65rem;line-height:1.5}.uq-opt{font-size:.72rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-left:.4rem}.uq-options{display:flex;flex-direction:column;gap:.5rem}.uq-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.uq-choice{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s;background:#fff;user-select:none}.uq-choice:hover{border-color:#bfdbfe;background:#f8fafc}.uq-choice input{display:none}.uq-box,.uq-dot{width:18px;height:18px;border:2px solid #cbd5e1;flex-shrink:0;margin-top:2px;transition:all .15s;display:flex;align-items:center;justify-content:center}.uq-dot{border-radius:50%}.uq-box{border-radius:4px}.uq-choice.sel{border-color:#06f;background:#eff6ff}.uq-choice.sel .uq-dot{background:#06f;border-color:#06f}.uq-choice.sel .uq-dot::after{content:'';width:6px;height:6px;border-radius:50%;background:#fff}.uq-choice.sel .uq-box{background:#06f;border-color:#06f}.uq-choice.sel .uq-box::after{content:'';width:10px;height:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l3 3L9 1' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.uq-txt{font-size:.9rem;color:#0a1428;font-weight:500;line-height:1.4;padding-top:1px}.uq-sub{font-size:.78rem;color:#64748b;margin-top:1px}.uq-inline{display:none;width:100%;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;color:#0a1428;margin-top:.5rem;outline:0;transition:border-color .15s}.uq-inline:focus{border-color:#06f}.uq-inline.show{display:block}.uq-upload-btn{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;border:2px dashed #bfdbfe;border-radius:10px;background:#f8fafc;cursor:pointer;color:#64748b;font-size:.875rem;transition:border-color .15s,background .15s}.uq-upload-btn:hover{border-color:#06f;background:#eff6ff;color:#06f}.uq-upload-btn input{display:none}.uq-cond{display:none;margin-top:1.25rem;padding:1.25rem 1.5rem;background:#f8fafc;border-left:3px solid #06f;border-radius:0 10px 10px 0}.uq-cond.show{display:block}.uq-skip{display:none;font-size:.78rem;color:#64748b;font-style:italic;margin-top:.5rem;padding:.5rem .75rem;background:#f1f5f9;border-radius:6px}.uq-skip.show{display:block}.uq-doplate{background:#fffbeb;border:1.5px solid #fde68a;border-radius:12px;padding:1.5rem 1.75rem}.uq-doplate-title{font-size:1rem;font-weight:800;color:#92400e;margin-bottom:.3rem;display:flex;align-items:center;gap:.5rem}.uq-doplate-sub{font-size:.8rem;color:#a16207;margin-bottom:1.25rem;line-height:1.5}.uq-success-wrap{flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:600px;margin:3rem auto;padding:3rem 2rem;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 24px rgba(0,102,255,.06)}.uq-success-ikona{width:72px;height:72px;border-radius:50%;background:rgba(22,163,74,.1);border:2px solid #16a34a;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;flex-shrink:0}.uq-success-naslov{font-size:1.45rem;font-weight:800;color:#0a1428;margin:0 0 .85rem;line-height:1.3}.uq-success-tekst{font-size:1rem;color:#475569;line-height:1.65;margin:0 0 1.25rem;max-width:420px}.uq-success-kontakt{font-size:.875rem;color:#94a3b8;line-height:1.6;margin:0}.uq-success-kontakt a{color:#06f;font-weight:600;text-decoration:none}.uq-success-kontakt a:hover{text-decoration:underline}@media (max-width:640px){.uq-options-grid{grid-template-columns:1fr}.wz-panel{padding:1.5rem 1.25rem}.uq-success-wrap{padding:2rem 1.25rem;margin:1.5rem auto}.uq-success-naslov{font-size:1.25rem}}.wz-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.25rem;margin-bottom:1.75rem;border-bottom:1px solid #f1f5f9}.wz-step-tag{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#06f;order:2;flex-shrink:0;margin-left:.75rem}.wz-title-row{display:flex;align-items:center;gap:.85rem;order:1}.wz-header{scroll-margin-top:80px}.wz-wrap{max-width:680px;margin:0 auto}.wz-counter strong{color:#06f;font-weight:800}.wz-panel{display:none;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:2rem}.wz-panel.active{display:block;animation:wzIn .22s ease}@keyframes wzIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wz-title{display:flex;justify-content:space-between;align-items:center;gap:.85rem;padding-bottom:1.25rem;margin-bottom:1.75rem;border-bottom:2px solid #f1f5f9}.wz-badge{width:34px;height:34px;border-radius:50%;background:#06f;color:#fff;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wz-title h2{font-size:1.15rem!important;font-weight:800!important;color:#0a1428!important;margin:0!important}.wz-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;gap:.75rem}.wz-next,.wz-submit{margin-left:auto}.uq-q{margin-bottom:1.75rem}.uq-q:last-child{margin-bottom:.5rem}.uq-lbl{display:block;font-size:.95rem;font-weight:700;color:#0a1428;margin-bottom:.3rem;line-height:1.4}.uq-hint{display:block;font-size:.8rem;color:#64748b;margin-bottom:.65rem;line-height:1.5}.uq-opt{font-size:.72rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-left:.4rem}.uq-options{display:flex;flex-direction:column;gap:.5rem}.uq-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.uq-choice{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s;background:#fff;user-select:none}.uq-choice:hover{border-color:#bfdbfe;background:#f8fafc}.uq-choice input{display:none}.uq-box,.uq-dot{width:18px;height:18px;border:2px solid #cbd5e1;flex-shrink:0;margin-top:2px;transition:all .15s;display:flex;align-items:center;justify-content:center}.uq-dot{border-radius:50%}.uq-box{border-radius:4px}.uq-choice.sel{border-color:#06f;background:#eff6ff}.uq-choice.sel .uq-dot{background:#06f;border-color:#06f}.uq-choice.sel .uq-dot::after{content:'';width:6px;height:6px;border-radius:50%;background:#fff}.uq-choice.sel .uq-box{background:#06f;border-color:#06f}.uq-choice.sel .uq-box::after{content:'';width:10px;height:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l3 3L9 1' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.uq-txt{font-size:.9rem;color:#0a1428;font-weight:500;line-height:1.4;padding-top:1px}.uq-sub{font-size:.78rem;color:#64748b;margin-top:1px}.uq-inline{display:none;width:100%;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;color:#0a1428;margin-top:.5rem;outline:0;transition:border-color .15s}.uq-inline:focus{border-color:#06f}.uq-inline.show{display:block}.uq-upload-btn{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;border:2px dashed #bfdbfe;border-radius:10px;background:#f8fafc;cursor:pointer;color:#64748b;font-size:.875rem;transition:border-color .15s,background .15s}.uq-upload-btn:hover{border-color:#06f;background:#eff6ff;color:#06f}.uq-upload-btn input{display:none}.uq-cond{display:none;margin-top:1.25rem;padding:1.25rem 1.5rem;background:#f8fafc;border-left:3px solid #06f;border-radius:0 10px 10px 0}.uq-cond.show{display:block}.uq-skip{display:none;font-size:.78rem;color:#64748b;font-style:italic;margin-top:.5rem;padding:.5rem .75rem;background:#f1f5f9;border-radius:6px}.uq-skip.show{display:block}.uq-doplate{background:#fffbeb;border:1.5px solid #fde68a;border-radius:12px;padding:1.5rem 1.75rem}.uq-doplate-title{font-size:1rem;font-weight:800;color:#92400e;margin-bottom:.3rem;display:flex;align-items:center;gap:.5rem}.uq-doplate-sub{font-size:.8rem;color:#a16207;margin-bottom:1.25rem;line-height:1.5}@media (max-width:640px){.uq-options-grid{grid-template-columns:1fr}.wz-panel{padding:1.5rem 1.25rem}}.wz-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.25rem;margin-bottom:1.75rem;border-bottom:1px solid #f1f5f9}.wz-step-tag{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#06f;order:2;flex-shrink:0;margin-left:.75rem}.wz-title-row{display:flex;align-items:center;gap:.85rem;order:1}.wz-header{scroll-margin-top:80px}.wz-wrap{max-width:680px;margin:0 auto}.wz-counter strong{color:#06f;font-weight:800}.wz-panel{display:none;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:2rem}.wz-panel.active{display:block;animation:wzIn .22s ease}@keyframes wzIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wz-title{display:flex;justify-content:space-between;align-items:center;gap:.85rem;padding-bottom:1.25rem;margin-bottom:1.75rem;border-bottom:2px solid #f1f5f9}.wz-badge{width:34px;height:34px;border-radius:50%;background:#06f;color:#fff;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wz-title h2{font-size:1.15rem!important;font-weight:800!important;color:#0a1428!important;margin:0!important}.wz-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;gap:.75rem}.wz-next,.wz-submit{margin-left:auto}.uq-q{margin-bottom:1.75rem}.uq-q:last-child{margin-bottom:.5rem}.uq-lbl{display:block;font-size:.95rem;font-weight:700;color:#0a1428;margin-bottom:.3rem;line-height:1.4}.uq-hint{display:block;font-size:.8rem;color:#64748b;margin-bottom:.65rem;line-height:1.5}.uq-opt{font-size:.72rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-left:.4rem}.uq-options{display:flex;flex-direction:column;gap:.5rem}.uq-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.uq-choice{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s;background:#fff;user-select:none}.uq-choice:hover{border-color:#bfdbfe;background:#f8fafc}.uq-choice input{display:none}.uq-box,.uq-dot{width:18px;height:18px;border:2px solid #cbd5e1;flex-shrink:0;margin-top:2px;transition:all .15s;display:flex;align-items:center;justify-content:center}.uq-dot{border-radius:50%}.uq-box{border-radius:4px}.uq-choice.sel{border-color:#06f;background:#eff6ff}.uq-choice.sel .uq-dot{background:#06f;border-color:#06f}.uq-choice.sel .uq-dot::after{content:'';width:6px;height:6px;border-radius:50%;background:#fff}.uq-choice.sel .uq-box{background:#06f;border-color:#06f}.uq-choice.sel .uq-box::after{content:'';width:10px;height:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l3 3L9 1' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.uq-txt{font-size:.9rem;color:#0a1428;font-weight:500;line-height:1.4;padding-top:1px}.uq-sub{font-size:.78rem;color:#64748b;margin-top:1px}.uq-inline{display:none;width:100%;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;color:#0a1428;margin-top:.5rem;outline:0;transition:border-color .15s}.uq-inline:focus{border-color:#06f}.uq-inline.show{display:block}.uq-upload-btn{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;border:2px dashed #bfdbfe;border-radius:10px;background:#f8fafc;cursor:pointer;color:#64748b;font-size:.875rem;transition:border-color .15s,background .15s}.uq-upload-btn:hover{border-color:#06f;background:#eff6ff;color:#06f}.uq-upload-btn input{display:none}.uq-cond{display:none;margin-top:1.25rem;padding:1.25rem 1.5rem;background:#f8fafc;border-left:3px solid #06f;border-radius:0 10px 10px 0}.uq-cond.show{display:block}.uq-skip{display:none;font-size:.78rem;color:#64748b;font-style:italic;margin-top:.5rem;padding:.5rem .75rem;background:#f1f5f9;border-radius:6px}.uq-skip.show{display:block}.uq-doplate{background:#fffbeb;border:1.5px solid #fde68a;border-radius:12px;padding:1.5rem 1.75rem}.uq-doplate-title{font-size:1rem;font-weight:800;color:#92400e;margin-bottom:.3rem;display:flex;align-items:center;gap:.5rem}.uq-doplate-sub{font-size:.8rem;color:#a16207;margin-bottom:1.25rem;line-height:1.5}@media (max-width:640px){.uq-options-grid{grid-template-columns:1fr}.wz-panel{padding:1.5rem 1.25rem}}.wz-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.25rem;margin-bottom:1.75rem;border-bottom:1px solid #f1f5f9}.wz-step-tag{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#06f;order:2;flex-shrink:0;margin-left:.75rem}.wz-title-row{display:flex;align-items:center;gap:.85rem;order:1}.prob-resj-sekcija{display:none!important;background:var(--color-bg-soft)}.prob-header-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;align-items:start}.prob-header-col{display:flex;flex-direction:column}.prob-lbl{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:.6rem}.prob-lbl--red{color:#ef4444}.prob-lbl--green{color:#22c55e}.prob-naslov{font-size:clamp(1.1rem, 2.5vw, 1.6rem);font-weight:800;line-height:1.2;margin:0;color:#0a1428;color:var(--color-text)}.prob-accent{color:#06f}.prob-rows{display:flex;flex-direction:column;gap:.65rem}.prob-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.prob-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.85rem 1rem;border-radius:12px}.prob-card p{margin:0;font-size:.88rem;color:#64748b;color:var(--color-text-muted);line-height:1.55}.prob-card--p{background:rgba(239,68,68,.07);border:1px solid rgba(239,68,68,.18);border-left:3px solid #ef4444}.prob-card--r{background:rgba(34,197,94,.07);border:1px solid rgba(34,197,94,.18);border-left:3px solid #22c55e}.prob-ico{font-size:1rem;font-weight:700;line-height:1;flex-shrink:0}.prob-ico--p{color:#ef4444}.prob-ico--r{color:#22c55e}@media (max-width:767px){*,::after,::before{box-sizing:border-box}body,html{overflow-x:hidden!important}.container{padding:0 1rem!important}.section{padding:3.5rem 0!important}h1{font-size:clamp(1.55rem, 6.5vw, 2.1rem)!important;line-height:1.15!important}h2{font-size:clamp(1.2rem, 5.5vw, 1.6rem)!important;line-height:1.2!important}h3{font-size:clamp(1rem, 4.5vw, 1.25rem)!important}.navbar-cta,.navbar-nav{display:none!important}.navbar-toggle{display:flex!important}.navbar-inner{height:60px!important}.navbar-logo{font-size:1.4rem!important}.navbar{position:relative!important}.navbar-mobile{display:none!important}.navbar--menu-open{position:relative!important;box-shadow:none!important}.apcap-hero-new,.page-hero{min-height:45svh!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;padding:2rem 0 1.75rem!important;background:#f1f5f9!important;border-bottom:1px solid #e2e8f0!important}.apcap-hero-new__h1{font-size:clamp(2.9rem, 13vw, 3.8rem)!important;font-weight:900!important;line-height:1.1!important;letter-spacing:-1.5px!important;white-space:normal!important;margin-bottom:1.25rem!important}.apcap-hero-new__sub{font-size:1rem!important;line-height:1.65!important;white-space:normal!important;max-width:100%!important;color:#64748b!important}.apcap-hero-new--tall{min-height:50svh!important;padding:2rem 0 1.75rem!important}.apcap-hero-new--tall .apcap-hero-new__h1{font-size:clamp(2.9rem, 13vw, 3.8rem)!important;white-space:normal!important}.apcap-hero-new--tall .apcap-hero-new__sub{white-space:normal!important;max-width:100%!important}.page-cjenik .apcap-hero-new--tall,.page-kontakt .apcap-hero-new--tall{min-height:auto!important;padding:2.25rem 0 2rem!important}.page-politika-privatnosti .apcap-hero-new,.page-uvjeti-pruzanja-usluge .apcap-hero-new{min-height:auto!important;padding:2rem 0!important}.page-cjenik .section{padding-top:2rem!important;padding-bottom:2rem!important}.page-kontakt section.section:not(.apcap-hero-new){padding-top:1.5rem!important}.footer-contact-block{margin-left:0!important}.footer-bottom{flex-direction:column!important;text-align:center!important;gap:.75rem!important;align-items:center!important}.footer-bottom-links{justify-content:center!important;order:1!important}.footer-bottom>p{order:2!important}.footer{padding-bottom:max(2rem,calc(1.5rem + env(safe-area-inset-bottom)))!important}.btn-lg{padding:.9rem 1.5rem!important;font-size:.95rem!important}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr!important;gap:1rem!important}.card .grid-2{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important}.hero-split-grid{grid-template-columns:1fr!important;gap:1.5rem!important;align-items:start!important}section[style*="min-height:80vh"]{min-height:auto!important;padding:2rem 0!important}.hero-split-grid div[style*="min-height: 300px"],.hero-split-grid div[style*="min-height:300px"]{min-height:auto!important}.hero-form-wrapper{background:#fff!important;border:1px solid var(--color-border)!important;border-radius:20px!important;padding:1.5rem!important;box-shadow:0 4px 24px rgba(0,102,255,.08)!important;margin-top:.5rem!important}.hero-progress{margin-bottom:1rem!important}.hero-type-option{min-height:52px!important;padding:.75rem 1rem!important;touch-action:manipulation!important}.hero-type-option-label{font-size:.97rem!important}.hero-form-label{font-size:.9rem!important;margin-bottom:.35rem!important}.hero-form-step .form-control{font-size:1rem!important;min-height:50px!important;padding:.8rem 1rem!important}.hero-form-step textarea.form-control{min-height:110px!important;resize:none!important}.hero-step-field{margin-bottom:.85rem!important}.hero-cta-row{margin-top:1rem!important}#heroCta2>div,#heroCta3>div{flex-direction:row!important;gap:.6rem!important}#heroCta2 .btn,#heroCta3 .btn{flex:1!important;width:auto!important;min-height:48px!important}#heroCta3 .btn.btn-primary{flex:2!important}.hero-cta-full{min-height:52px!important}.mob-proces-sekcija{padding:2rem 0 1.75rem!important;overflow:visible!important}.mob-proces-sekcija>.container{width:100%}.mob-proces-sekcija>.container>h2{font-size:clamp(1.5rem, 6.5vw, 1.9rem)!important;margin-bottom:2.75rem!important;line-height:1.2!important;text-align:center!important}.mob-proces{display:flex!important;flex-direction:column!important;gap:0!important;position:relative!important;max-width:290px!important;margin-left:auto!important;margin-right:auto!important;padding-left:2rem!important;padding-right:.5rem!important}.mob-proces::before{content:'';position:absolute!important;left:calc(2rem + 26px)!important;top:26px!important;bottom:26px!important;width:2px!important;background:linear-gradient(to bottom,#ef4444 0,var(--color-accent) 40%,var(--color-accent) 80%,#22c55e 100%)!important;opacity:.35!important;pointer-events:none!important;z-index:0!important}.mob-proces>div[aria-hidden=true],.mob-proces>div[style*="position:absolute"]{display:none!important}.mob-proc-item{display:flex!important;flex-direction:row!important;align-items:center!important;text-align:left!important;gap:1.25rem!important;padding:0 0 2.25rem 0!important;background:0 0!important;border:none!important;border-radius:0!important;position:relative!important;z-index:1!important}.mob-proc-item:last-child{padding-bottom:0!important}.mob-proc-item>div:first-child{flex-shrink:0!important;width:52px!important;height:52px!important;min-width:52px!important;margin-bottom:0!important;background:var(--color-bg)!important;position:relative!important;z-index:2!important}.mob-proc-item>p{font-size:1rem!important;font-weight:600!important;color:var(--color-white)!important;margin:0!important;text-align:left!important;line-height:1.4!important;flex:1!important;align-self:center!important}.prob-resj-sekcija{padding:2.5rem 0!important;background:#f1f5f9!important}.prob-header-grid{gap:.75rem!important;margin-bottom:1.5rem!important}.prob-lbl--red{color:#ef4444!important}.prob-lbl--green{color:#22c55e!important}.prob-naslov{font-size:clamp(1.5rem, 6.5vw, 1.9rem)!important;line-height:1.2!important;font-weight:800!important;color:#0a1428!important}.prob-lbl{font-size:clamp(1.5rem, 6.5vw, 1.9rem)!important;font-weight:700!important;letter-spacing:1.2px!important;margin-bottom:.5rem!important}.prob-rows{gap:.5rem!important}.prob-row{gap:.5rem!important}.prob-card{padding:.75rem .65rem!important;border-radius:10px!important}.prob-card--p{background:rgba(239,68,68,.09)!important;border-left:3px solid #ef4444!important;border-top:1px solid rgba(239,68,68,.2)!important;border-right:1px solid rgba(239,68,68,.2)!important;border-bottom:1px solid rgba(239,68,68,.2)!important}.prob-card--r{background:rgba(34,197,94,.09)!important;border-left:3px solid #22c55e!important;border-top:1px solid rgba(34,197,94,.2)!important;border-right:1px solid rgba(34,197,94,.2)!important;border-bottom:1px solid rgba(34,197,94,.2)!important}.prob-card p{font-size:.875rem!important;line-height:1.55!important;color:#475569!important}.prob-ico{font-size:.9rem!important}.prob-ico--p{color:#ef4444!important}.prob-ico--r{color:#22c55e!important}.prob-resj-sekcija .container>div:last-child,.prob-resj-sekcija>.div>div[style*=margin-top]{padding-top:.5rem!important}#radovi-grid{grid-template-columns:1fr!important;gap:1rem!important}.mob-usluge-sekcija{padding:3.5rem 0!important}.mob-usluge-sekcija>.container>div:first-child{margin-bottom:1.75rem!important;padding:0!important}.mob-usluge-sekcija>.container>div:first-child h2{font-size:clamp(1.5rem, 6.5vw, 1.9rem)!important;margin-bottom:0!important}.mob-usluge-sekcija>.container>div[style*=margin-top]{padding:0!important;margin-top:1.75rem!important}#usluge-grid{grid-template-columns:1fr!important;gap:1.35rem!important;padding:0 .75rem!important}#usluge-grid>div{flex-direction:column!important;flex-wrap:nowrap!important;align-items:stretch!important;padding:1.75rem 1.25rem 1.5rem!important;min-height:auto!important;display:flex!important;justify-content:flex-start!important;border-radius:16px!important;border-left:none!important;border-right:none!important;box-shadow:0 2px 12px rgba(0,0,0,.06)!important}#usluge-grid>div>div:first-child{flex-direction:column!important;align-items:center!important;text-align:center!important;margin-bottom:1rem!important;margin-right:0!important;gap:.65rem!important}#usluge-grid>div>div:first-child>div:first-child{width:56px!important;height:56px!important;border-radius:14px!important;font-size:1.4rem!important;margin-bottom:0!important;flex-shrink:0!important}#usluge-grid>div>div:first-child h3{text-align:center!important;font-size:1rem!important;font-weight:700!important;margin:0!important;line-height:1.3!important}#usluge-grid>div>p{font-size:.9rem!important;margin-top:0!important;margin-bottom:1rem!important;line-height:1.65!important}#usluge-grid>div>a{display:inline-flex!important;align-items:center!important;min-height:44px!important;padding:.25rem 0!important;font-size:.9rem!important}#seo-grid,.seo-split-grid{grid-template-columns:1fr!important;gap:2rem!important}#seo-sekcija{padding:2.5rem 0!important}.navbar--menu-open{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important;box-shadow:0 4px 16px rgba(0,0,0,.15)!important}#recenzije-grid{grid-template-columns:1fr!important;gap:1rem!important}#recenzije-grid>div{padding:1.25rem!important}div[style*="text-align:center"]>a.btn,div[style*="text-align:center"]>a.btn-lg{display:block!important;width:100%!important;text-align:center!important;box-sizing:border-box!important;min-height:52px!important;line-height:1.4!important}.page-izrada-web-stranice .apcap-hero-new__h1 span[style*="white-space: nowrap"],.page-izrada-web-stranice .apcap-hero-new__h1 span[style*="white-space:nowrap"]{white-space:normal!important}.page-izrada-web-stranice .apcap-hero-new--tall{min-height:auto!important;padding:2rem 0 1.75rem!important}.page-izrada-web-stranice .apcap-hero-new__h1{font-size:clamp(2.9rem, 13vw, 3.8rem)!important;font-weight:900!important;letter-spacing:-2px!important;line-height:1.05!important;margin-bottom:1.25rem!important}.page-izrada-web-stranice .apcap-hero-new__h1 br{display:block!important}.tab-mob-br{display:block!important}.apcap-tab-nav{flex-direction:row!important;background:#e2e8f0!important;border-radius:14px!important;padding:5px!important;gap:3px!important;border-bottom:none!important;margin:1.5rem 0 1.25rem!important;position:relative!important;top:auto!important;min-height:auto!important;overflow:visible!important;align-items:stretch!important}.apcap-tab-btn{flex:1!important;min-height:44px!important;height:auto!important;font-size:.85rem!important;font-weight:700!important;padding:.8rem .35rem!important;white-space:normal!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;border:none!important;background:0 0!important;clip-path:none!important;text-transform:none!important;letter-spacing:0!important;line-height:1.25!important;color:#0a1428!important;position:relative!important;z-index:auto!important;margin:0!important}.apcap-tab-btn--active{background:#06f!important;color:#fff!important;z-index:1!important;box-shadow:0 2px 8px rgba(0,102,255,.25)!important}.apcap-tab-btn:not(.apcap-tab-btn--active):hover{background:rgba(0,0,0,.07)!important;color:#0a1428!important}.page-izrada-web-stranice .apcap-tab-btn:first-child,.page-izrada-web-stranice .apcap-tab-btn:nth-child(2),.page-izrada-web-stranice .apcap-tab-btn:nth-child(3){clip-path:none!important;margin:0!important;padding:.8rem .35rem!important;text-align:center!important;justify-content:center!important;padding-left:.35rem!important;padding-right:.35rem!important}.page-izrada-web-stranice .apcap-tab-btn--active{z-index:1!important}.page-izrada-web-stranice .apcap-tab-btn:not(.apcap-tab-btn--active):hover{background:rgba(0,0,0,.07)!important;color:#0a1428!important}.apcap-showcase-card{grid-template-columns:1fr!important;min-height:auto!important;border-radius:12px!important}.apcap-showcase-right{display:none!important}.apcap-showcase-left{padding:1.5rem 1.25rem!important;border-right:none!important;border-bottom:1px solid #e2e8f0!important}.apcap-showcase-name{font-size:1.4rem!important}.apcap-showcase-tagline{margin-bottom:1.25rem!important;font-size:.875rem!important}.apcap-showcase-features{margin-bottom:1.5rem!important;gap:.5rem!important}.apcap-showcase-features li{font-size:.875rem!important}.apcap-showcase-price-row{flex-direction:column!important;gap:.85rem!important;align-items:stretch!important;padding-top:1.25rem!important}.apcap-showcase-price{font-size:1.75rem!important}.apcap-showcase-cta{justify-content:center!important;min-height:52px!important;font-size:1rem!important;padding:.85rem 1rem!important;border-radius:10px!important;width:100%!important;text-align:center!important;white-space:normal!important}.apcap-features-block{padding:2rem 1rem!important;border-bottom:1px solid #f1f5f9!important}.apcap-features-title{font-size:1.1rem!important;margin-bottom:1.5rem!important}.apcap-icon-grid{grid-template-columns:1fr!important;gap:.85rem!important}.apcap-icon-item{gap:.9rem!important;padding:.75rem!important;background:var(--color-bg-soft)!important;border-radius:10px!important;align-items:center!important}.apcap-icon-item i{width:48px!important;height:48px!important;font-size:1.1rem!important;margin-top:0!important;flex-shrink:0!important}.apcap-icon-label{font-size:.93rem!important}.apcap-icon-desc{font-size:.8rem!important;line-height:1.5!important}.apcap-btn-cta{width:100%!important;min-height:52px!important;font-size:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-top:1.75rem!important}.apcap-napredna-main-row{flex-direction:column!important;gap:.65rem!important;margin-bottom:1.25rem!important}.apcap-napredna-main__item{width:100%!important;padding:1rem!important}.apcap-napredna-main__label{font-size:1rem!important}.apcap-napredna-plus{font-size:1.5rem!important;text-align:center!important;line-height:1!important}.apcap-admin-options{padding:1rem 1rem .85rem!important;border-radius:10px!important}.apcap-admin-options-header{margin-bottom:1rem!important}.apcap-admin-options-note{font-size:.82rem!important}#vrste-stranica{padding-top:0!important}#odrzavanje .grid-2{grid-template-columns:1fr!important;gap:.85rem!important;max-width:100%!important}#odrzavanje .section-header h2{font-size:clamp(1.6rem, 7vw, 2rem)!important;margin-bottom:1.5rem!important}.page-izrada-web-stranice #hosting .card h2{font-size:clamp(1.6rem, 7vw, 2rem)!important}.page-izrada-web-stranice .cta-card__title{font-size:clamp(1.6rem, 7vw, 2rem)!important;margin-bottom:1.5rem!important}#odrzavanje .card{padding:1.1rem 1.25rem!important;gap:.4rem!important}#odrzavanje>.container>div[style*="max-width:760px"]{margin-bottom:1rem!important}#odrzavanje .text-center{font-size:.8rem!important;margin-top:1rem!important}#hosting .card{padding:1.75rem 1.25rem!important}#hosting .btn-lg{width:100%!important;justify-content:center!important;min-height:52px!important}.page-hosting .apcap-hero-new--tall{min-height:50svh!important;padding:2rem 0 1.75rem!important}.page-hosting .apcap-hero-new__sub br{display:block!important;margin-top:.35rem!important}.page-hosting #paketi .section-header h2{font-size:clamp(1.6rem, 7vw, 2rem)!important;margin-bottom:1.5rem!important}.page-hosting #paketi{padding-top:2rem!important}.page-hosting .section-header h2{font-size:clamp(1.5rem, 6.5vw, 1.9rem)!important}.page-hosting .apcap-hero-new__h1 br{display:block!important}.page-hosting .apcap-hero-new__h1{font-size:clamp(2.9rem, 13vw, 3.8rem)!important;line-height:1.1!important;letter-spacing:-1.5px!important}.hosting-cards{grid-template-columns:1fr!important;max-width:100%!important;gap:1rem!important}.hosting-card{padding:1.35rem 1.25rem!important;gap:1rem!important;border-radius:12px!important}.hosting-card__name{font-size:1.25rem!important}.hosting-card__amount{font-size:2rem!important}.hosting-card__annual{font-size:.8rem!important}.hosting-card__specs{gap:.5rem!important}.hosting-card__btn{min-height:50px!important;font-size:.95rem!important;display:flex!important;align-items:center!important;justify-content:center!important}.page-hosting #paketi>.container>div[style*="justify-content:center"]{padding:0!important;margin-top:1rem!important}.page-hosting #paketi>.container>div[style*="justify-content:center"]>div{width:100%!important;box-sizing:border-box!important;padding:.85rem 1rem!important}.page-hosting section>.container>div[style*="max-width:680px"]{max-width:100%!important}.page-hosting section>.container>div[style*="max-width:680px"] .card{border-radius:10px!important;overflow:hidden!important}.page-hosting .card table th{padding:.55rem .85rem!important;font-size:.65rem!important;letter-spacing:.4px!important}.page-hosting .card table td{padding:.7rem .85rem!important;font-size:.85rem!important}.page-hosting .card table td[style*="font-size:1.05rem"]{font-size:.95rem!important}.page-hosting section>.container>div[style*="max-width:680px"]>p{font-size:.78rem!important;margin-top:.5rem!important}.fi-row,.fi-row--reverse{grid-template-columns:1fr!important;direction:ltr!important;gap:1.25rem!important}.fi-visual{max-height:220px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important}.fi-visual svg{max-height:220px!important;width:auto!important;max-width:100%!important}.fi-section{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.fi-text h2{margin-bottom:.75rem!important}.fi-text>p{font-size:.9rem!important}.page-hosting .section-header p br{display:none!important}.compare-row{grid-template-columns:1fr 1fr 1fr!important}.compare-cell{font-size:.68rem!important;padding:.45rem .25rem!important;line-height:1.3!important}.compare-cell.head{font-size:.6rem!important;letter-spacing:.3px!important}.page-hosting .cta-card__title{font-size:clamp(1.6rem, 7vw, 2rem)!important;margin-bottom:1.5rem!important}.page-hosting .cta-card .btn{width:100%!important;justify-content:center!important;min-height:52px!important}.kontakt-grid{display:flex!important;flex-direction:column!important;gap:0!important}.kontakt-grid>h2:first-child{order:1!important;margin-bottom:1rem!important;font-size:clamp(1.25rem, 5.5vw, 1.5rem)!important}.kontakt-grid>div:nth-child(3){order:2!important}.kontakt-grid form{height:auto!important;gap:0!important}.kontakt-grid .form-group{margin-bottom:1rem!important}.kontakt-grid textarea.form-control{min-height:150px!important;resize:none!important;flex:none!important}.kontakt-grid input.form-control{min-height:52px!important;font-size:1rem!important}.kontakt-grid .form-group:last-of-type{margin-bottom:0!important}.kontakt-grid>div:nth-child(5){order:3!important;padding-top:1rem!important}.kontakt-grid>div:nth-child(5)>p{font-size:.78rem!important;margin-bottom:.85rem!important}.kontakt-grid .btn.btn-primary.btn-lg{width:100%!important;justify-content:center!important;min-height:52px!important;font-size:1rem!important}.kontakt-grid>h2:nth-child(2){order:4!important;margin-top:2.25rem!important;margin-bottom:1rem!important;font-size:clamp(1.25rem, 5.5vw, 1.5rem)!important}#kontaktCard{order:5!important;height:auto!important;margin-top:0!important;padding:1.5rem!important;gap:1.25rem!important}#kontaktCard>div>div:first-child{width:44px!important;height:44px!important;flex-shrink:0!important}#kontaktCard a{min-height:44px!important;display:inline-flex!important;align-items:center!important;font-size:.95rem!important}.kontakt-grid>div:nth-child(6){display:none!important}.section-header{margin-bottom:1.5rem!important}.cj-card{margin:0!important;border-radius:10px!important}.cj-card table th{padding:.55rem .75rem!important;font-size:.67rem!important;letter-spacing:.5px!important}.cj-card table td{padding:.7rem .75rem!important;font-size:.88rem!important}.cj-card td span[style*=".75rem"]{font-size:.72rem!important;line-height:1.35!important}.cj-card .badge{font-size:.7rem!important;padding:.2rem .55rem!important}.cta-card{padding:1.75rem 1.25rem!important;border-radius:12px!important;max-width:100%!important}.cta-card__title{font-size:1.3rem!important}.cta-card .btn{width:100%!important;justify-content:center!important;min-height:52px!important}.wz-wrap{padding:0!important}.wz-panel{padding:1.25rem 1rem!important;border-radius:10px!important}.wz-nav{flex-direction:column!important;gap:.5rem!important}.wz-nav .btn{width:100%!important;justify-content:center!important}.wz-next,.wz-submit{margin-left:0!important}.uq-options-grid{grid-template-columns:1fr!important}div[style*="font-size:2.5rem"][style*="font-weight:800"]{font-size:1.75rem!important}}@media (max-width:480px){.container{padding:0 .875rem!important}h1{font-size:1.5rem!important}h2{font-size:1.2rem!important}.mob-proces{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:360px){.container{padding:0 .75rem!important}.navbar-logo{font-size:1.2rem!important}h1{font-size:1.35rem!important}h2{font-size:1.1rem!important}}@media (hover:none){.card:hover,div[onmouseover]{transform:none!important;box-shadow:none!important}.btn-primary:hover{transform:none!important}}