@keyframes cmplz-fadein{from{opacity:0;}to{opacity:1;}}:root{--primary:#006398;--accent:#0af;--on-primary:#fff;--bg:#fff;--surface:#fff;--surface-low:#f5f5f5;--on-surface:#1c1b1b;--on-surface-variant:#3e4851;--border:#f0f0f0;--border-light:rgba(244,244,245,.5);--radius:16px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,.06);--shadow-md:0 4px 12px rgba(0,0,0,.08);--shadow-xl:0 20px 50px rgba(0,0,0,.12);--shadow-accent:0 10px 30px rgba(0,170,255,.3);}body:not([class*=elementor-page-]) .site-main,.site-main{max-width:100% !important;width:100% !important;padding-inline:0 !important;}a,a:link,a:visited,a:hover,a:active{text-decoration:none;color:inherit;}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;scroll-padding-top:80px;}body{font-family:"Plus Jakarta Sans",sans-serif;font-size:16px;line-height:1.6;color:var(--on-surface);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}::selection{background:rgba(0,170,255,.3);}img{max-width:100%;height:auto;display:block;}a{color:inherit;text-decoration:none;}ul{list-style:none;}h1,h2,h3,h4{line-height:1.1;font-weight:800;color:var(--on-surface);letter-spacing:-.02em;}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;vertical-align:middle;}.icon-filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24;}@keyframes pulse-subtle{0%,100%{transform:scale(1);}50%{transform:scale(1.03);}}.site-header{position:fixed;top:0;width:100%;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(244,244,245,1);}.header-inner{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:16px 24px;}.site-logo{font-size:24px;font-weight:800;letter-spacing:-.05em;color:var(--on-surface);}.menu-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:51;}.hamburger-line{display:block;width:24px;height:2px;background:var(--on-surface);border-radius:2px;transition:transform .3s,opacity .3s;}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);padding:24px;flex-direction:column;gap:20px;box-shadow:0 8px 24px rgba(0,0,0,.08);}.nav-links{display:flex;flex-direction:column;gap:16px;}.nav-link{font-size:14px;font-weight:500;color:var(--on-surface);letter-spacing:-.01em;transition:color .2s;}.nav-link:hover{color:var(--accent);}.btn-nav{display:inline-block;background:var(--accent);color:#fff !important;padding:10px 24px;border-radius:var(--radius-full);font-size:14px;font-weight:700;text-align:center;transition:transform .15s;}.btn-nav:hover{transform:scale(.95);}.site-footer{background:#fff;padding:64px 0;border-top:1px solid rgba(244,244,245,1);}.footer-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center;}.footer-brand{display:flex;flex-direction:column;gap:16px;}.footer-logo{font-size:24px;font-weight:900;color:var(--on-surface);}.footer-legal{font-size:14px;color:#71717a;font-weight:500;line-height:1.6;}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;}.footer-links a{font-size:14px;font-weight:700;color:#71717a;transition:color .2s;}.footer-links a:hover{color:var(--accent);}@media (min-width: 768px){.menu-toggle{display:none;}.site-nav{display:flex;position:static;border-bottom:none;padding:0;flex-direction:row;align-items:center;gap:32px;background:transparent;box-shadow:none;}.nav-links{flex-direction:row;gap:32px;}.footer-inner{flex-direction:row;justify-content:space-between;text-align:left;}}.clippo-post{padding-top:100px;}.clippo-post__wrap{max-width:740px;margin:0 auto;padding:0 24px;}.clippo-post__meta{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:14px;font-weight:500;color:var(--on-surface-variant);}.clippo-post__badge{background:#b1d9fe;color:#214a69;padding:4px 12px;border-radius:var(--radius-full);font-size:12px;font-weight:600;}.clippo-post__reading-time{display:flex;align-items:center;gap:4px;}.clippo-post__reading-time .material-symbols-outlined{font-size:16px;}.clippo-post__title{font-size:36px;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--on-surface);margin-bottom:24px;}.clippo-post__excerpt{font-size:20px;line-height:1.6;color:var(--on-surface-variant);margin-bottom:40px;}.clippo-post__hero-image{margin-bottom:48px;}.clippo-post__featured-img{width:100%;height:auto;border-radius:24px;box-shadow:var(--shadow-sm);}.clippo-post__content{margin-bottom:80px;}.clippo-post__content h2{font-size:28px;font-weight:700;color:var(--on-surface);margin:48px 0 16px;line-height:1.2;}.clippo-post__content h3{font-size:22px;font-weight:700;color:var(--on-surface);margin:32px 0 12px;line-height:1.3;}.clippo-post__content p{font-size:18px;line-height:1.7;color:var(--on-surface-variant);margin-bottom:20px;}.clippo-post__content strong{color:var(--on-surface);font-weight:600;}.clippo-post__content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;font-weight:500;transition:color .2s;}.clippo-post__content a:hover{color:var(--primary);}.clippo-post__content ul,.clippo-post__content ol{font-size:18px;line-height:1.7;color:var(--on-surface-variant);margin:0 0 20px 20px;padding:0;}.clippo-post__content li{margin-bottom:8px;}.clippo-post__content .post-type-heading{display:flex;align-items:center;gap:12px;margin:48px 0 16px;}.clippo-post__content .post-type-number{background:var(--accent);color:#fff;width:32px;height:32px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0;}.clippo-post__content .post-type-heading h3{margin:0;}.clippo-post__content .post-pros{background:#f0fdf4;border-left:4px solid #22c55e;padding:24px;border-radius:0 16px 16px 0;margin-bottom:12px;}.clippo-post__content .post-pros h4{font-weight:700;color:#166534;margin:0 0 12px;font-size:16px;display:flex;align-items:center;gap:8px;}.clippo-post__content .post-pros ul{margin:0;list-style:none;color:#14532d;}.clippo-post__content .post-pros li{display:flex;align-items:flex-start;gap:8px;}.clippo-post__content .post-pros li::before{content:"✓";color:#22c55e;font-weight:700;flex-shrink:0;}.clippo-post__content .post-cons{background:#fef2f2;border-left:4px solid #f87171;padding:24px;border-radius:0 16px 16px 0;margin-bottom:24px;}.clippo-post__content .post-cons h4{font-weight:700;color:#991b1b;margin:0 0 12px;font-size:16px;display:flex;align-items:center;gap:8px;}.clippo-post__content .post-cons ul{margin:0;list-style:none;color:#7f1d1d;}.clippo-post__content .post-cons li{display:flex;align-items:flex-start;gap:8px;}.clippo-post__content .post-cons li::before{content:"✗";color:#f87171;font-weight:700;flex-shrink:0;}.clippo-post__content .post-ideal{font-weight:600;color:var(--on-surface);font-size:16px;}.clippo-post__content .post-ideal span{font-weight:400;opacity:.8;}.clippo-post__content .post-inline-cta{background:var(--surface-low);padding:32px;border-radius:24px;margin:32px 0;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;border:1px solid rgba(0,170,255,.15);}.clippo-post__content .post-inline-cta p{color:var(--on-surface-variant);font-weight:500;margin:0;font-size:16px;}.clippo-post__content .post-inline-cta a{background:var(--primary);color:#fff !important;padding:12px 32px;border-radius:var(--radius-full);font-weight:700;text-decoration:none;white-space:nowrap;transition:box-shadow .2s;}.clippo-post__content .post-inline-cta a:hover{box-shadow:var(--shadow-accent);}.clippo-post__content .post-table-wrap{overflow-x:auto;border-radius:16px;border:1px solid var(--border);margin:32px 0 48px;box-shadow:var(--shadow-sm);}.clippo-post__content table{width:100%;border-collapse:collapse;font-size:15px;}.clippo-post__content thead tr{background:var(--accent);color:#fff;}.clippo-post__content th{padding:16px 20px;font-weight:700;text-align:left;}.clippo-post__content td{padding:16px 20px;border-bottom:1px solid var(--border);color:var(--on-surface-variant);}.clippo-post__content tr:nth-child(even){background:var(--surface-low);}.clippo-post__content td:first-child{font-weight:600;color:var(--on-surface);}.clippo-post__cta-section{background:var(--accent);color:#fff;padding:80px 24px;text-align:center;}.clippo-post__cta-inner{max-width:1100px;margin:0 auto;}.clippo-post__cta-inner h2{font-size:36px;font-weight:800;letter-spacing:-.02em;margin-bottom:16px;color:#fff;}.clippo-post__cta-inner > p{font-size:18px;opacity:.9;max-width:600px;margin:0 auto 48px;}.clippo-post__cta-cards{display:grid;grid-template-columns:1fr;gap:24px;max-width:900px;margin:0 auto;}.clippo-post__kit-card{background:#fff;border-radius:24px;padding:32px;color:var(--on-surface);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;}.clippo-post__kit-card:nth-child(1){order:2;}.clippo-post__kit-card:nth-child(2){order:0;}.clippo-post__kit-card:nth-child(3){order:1;}.clippo-post__kit-card--featured{border:3px solid #fff;box-shadow:0 20px 50px rgba(0,0,0,.15);}.clippo-post__kit-popular{position:absolute;top:-14px;background:var(--on-surface);color:#fff;padding:4px 20px;border-radius:var(--radius-full);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;}.clippo-post__kit-icon{font-size:40px;color:var(--accent);margin-bottom:16px;}.clippo-post__kit-card h3{font-size:20px;font-weight:800;margin-bottom:8px;}.clippo-post__kit-desc{font-size:14px;color:var(--on-surface-variant);margin-bottom:20px;line-height:1.5;}.clippo-post__kit-price{font-size:28px;font-weight:800;margin-bottom:24px;}.clippo-post__kit-card--featured .clippo-post__kit-price{color:var(--accent);}.clippo-post__kit-btn{display:block;width:100%;padding:14px;border-radius:var(--radius-full);border:2px solid var(--accent);color:var(--accent) !important;font-weight:700;text-decoration:none;text-align:center;transition:background .2s;margin-top:auto;}.clippo-post__kit-btn:hover{background:rgba(0,170,255,.05);}.clippo-post__kit-btn--primary{background:var(--accent);color:#fff !important;border-color:var(--accent);}.clippo-post__kit-btn--primary:hover{box-shadow:0 10px 30px rgba(0,170,255,.3);background:var(--accent);}@media (min-width: 640px){.clippo-post__content .post-inline-cta{flex-direction:row;text-align:left;justify-content:space-between;}}@media (min-width: 768px){.clippo-post__title{font-size:48px;}.clippo-post__cta-cards{grid-template-columns:repeat(3,1fr);align-items:center;}.clippo-post__kit-card:nth-child(1),.clippo-post__kit-card:nth-child(2),.clippo-post__kit-card:nth-child(3){order:unset;}.clippo-post__kit-card--featured{transform:scale(1.05);padding:40px 32px;z-index:1;}.clippo-post__cta-inner h2{font-size:44px;}}@media (min-width: 1024px){.clippo-post__title{font-size:52px;}}