:root{--primary:#2d5a4a;--primary-light:#3d7a62;--primary-dark:#1e3d32;--secondary:#1a5f7a;--accent:#72b08f;--accent-light:#9fd4b5;--dark:#1d1f20;--dark-light:#2b2f31;--gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--gray-50:#f9fafb;--white:#fff;--gradient-primary:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);--gradient-accent:linear-gradient(135deg,var(--accent)0%,var(--primary-light)100%);--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-2xl:0 25px 50px -12px #00000040;--radius-sm:.375rem;--radius:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition:.2s cubic-bezier(.4,0,.2,1);--transition-slow:.3s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box}body{color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-family:"Source Sans 3",system-ui,sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:1rem}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}ul{margin:0;padding:0;list-style:none}.page{flex-direction:column;min-height:100vh;display:flex}.container{width:min(1200px,92vw);margin:0 auto;padding:0 1rem}main{flex:1}.site-header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);background:#fffffff2;border-bottom:1px solid #0000000d;position:fixed;top:0;left:0;right:0}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-inner{justify-content:space-between;align-items:center;gap:2rem;padding:.75rem 0;display:flex}.brand{align-items:center;gap:.75rem;display:flex}.brand-logo{width:auto;height:48px}.main-nav{align-items:center;gap:1.5rem;display:flex}.main-nav a{color:var(--gray-700);transition:var(--transition);padding:.5rem 0;font-size:.9rem;font-weight:500;position:relative}.main-nav a:after{content:"";background:var(--primary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:0;left:0}.main-nav a:hover,.main-nav a.active{color:var(--primary)}.main-nav a:hover:after,.main-nav a.active:after{width:100%}.header-actions{align-items:center;gap:1rem;display:flex}.btn-contact{background:var(--primary);color:var(--white);border-radius:var(--radius);transition:var(--transition);align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;display:flex}.btn-contact:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-contact svg{width:18px;height:18px}.mobile-menu-toggle{padding:.5rem;display:none}.hamburger{flex-direction:column;gap:5px;width:24px;display:flex}.hamburger span{background:var(--dark);height:2px;transition:var(--transition);border-radius:2px}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.btn-primary{background:var(--primary);color:var(--white);border-radius:var(--radius);transition:var(--transition);box-shadow:var(--shadow-md);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-primary svg{width:20px;height:20px}.btn-primary-dark{background:var(--dark);color:var(--white);border-radius:var(--radius);transition:var(--transition);box-shadow:var(--shadow-md);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary-dark:hover{background:var(--gray-800);transform:translateY(-2px)}.btn-primary-large{background:var(--primary);color:var(--white);border-radius:var(--radius);transition:var(--transition);box-shadow:var(--shadow-lg);justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary-large:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-outline{color:var(--white);border-radius:var(--radius);transition:var(--transition);background:0 0;border:2px solid #fffc;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-outline:hover{background:var(--white);color:var(--dark)}.btn-outline-dark{color:var(--dark);border:2px solid var(--dark);border-radius:var(--radius);transition:var(--transition);background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-outline-dark:hover{background:var(--dark);color:var(--white)}.btn-outline-light{color:var(--white);border-radius:var(--radius);transition:var(--transition);background:0 0;border:2px solid #fff9;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-weight:600;display:inline-flex}.btn-outline-light:hover{background:var(--white);color:var(--dark)}.btn-outline-large{color:var(--white);border:2px solid var(--white);border-radius:var(--radius);transition:var(--transition);background:0 0;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;display:inline-flex}.btn-outline-large:hover{background:var(--white);color:var(--dark)}.btn-outline-large svg{width:20px;height:20px}.btn-white{background:var(--white);color:var(--dark);border-radius:var(--radius);transition:var(--transition);box-shadow:var(--shadow-md);align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-weight:600;display:inline-flex}.btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-white svg{width:20px;height:20px}.btn-white-large{background:var(--white);color:var(--dark);border-radius:var(--radius);transition:var(--transition);box-shadow:var(--shadow-lg);align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-white-large:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.btn-white-large svg{width:20px;height:20px}.btn-outline-white{color:var(--white);border:2px solid var(--white);border-radius:var(--radius);transition:var(--transition);background:0 0;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;display:inline-flex}.btn-outline-white:hover{background:#ffffff1a}.btn-outline-white svg{width:20px;height:20px}.btn-text{color:var(--primary);transition:var(--transition);align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.btn-text:hover{gap:.5rem}.btn-submit{background:var(--primary);width:100%;color:var(--white);border-radius:var(--radius);transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;display:flex}.btn-submit:hover{background:var(--primary-dark)}.btn-submit svg{width:20px;height:20px}.btn-primary-glow{background:var(--primary);color:var(--white);border-radius:var(--radius);transition:var(--transition);align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-weight:600;display:inline-flex;box-shadow:0 0 20px #2d5a4a66}.btn-primary-glow:hover{transform:translateY(-2px);box-shadow:0 0 30px #2d5a4a99}.btn-primary-glow svg{width:18px;height:18px}.section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.section-header.light{color:var(--white)}.section-header.light p{color:#fffc}.section-tag{color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background:#2d5a4a1a;margin-bottom:1rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.section-header.light .section-tag{color:var(--white);background:#ffffff26}.section-header h2{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.section-header p{color:var(--gray-600);font-size:1.1rem;line-height:1.7}.section-header-inline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.section-header-inline h2{font-size:1.5rem;font-weight:700}.results-count{color:var(--gray-500);font-size:.9rem}.hero-slider{min-height:100vh;position:relative;overflow:hidden}.hero-slide{background-position:50%;background-size:cover;align-items:center;min-height:100vh;padding:8rem 0 4rem;transition:opacity .5s;display:flex;position:relative}.hero-slide.fade-out{opacity:0}.hero-slide.fade-in{opacity:1}.hero-overlay{background:linear-gradient(90deg,#000000b3 0%,#0006 50%,#0003 100%);position:absolute;inset:0}.hero-slider-content{z-index:2;position:relative}.hero-text{max-width:600px;color:var(--white)}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);background:#ffffff26;border:1px solid #fff3;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;animation:.6s forwards fadeInUp;display:inline-block}.hero-title{opacity:0;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;animation:.6s .1s forwards fadeInUp}.hero-subtitle{color:var(--accent-light);opacity:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:600;animation:.6s .2s forwards fadeInUp}.hero-description{color:#ffffffd9;opacity:0;margin-bottom:2rem;font-size:1.1rem;line-height:1.7;animation:.6s .3s forwards fadeInUp}.hero-actions{opacity:0;flex-wrap:wrap;gap:1rem;animation:.6s .4s forwards fadeInUp;display:flex}.slider-controls{z-index:10;flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.slider-dots{gap:.5rem;display:flex}.slider-dot{cursor:pointer;width:12px;height:12px;transition:var(--transition);background:#fff6;border:none;border-radius:50%}.slider-dot.active{background:var(--white);transform:scale(1.2)}.slider-progress{background:#fff3;border-radius:2px;width:200px;height:3px;overflow:hidden}.slider-progress-bar{background:var(--white);height:100%;width:var(--progress);transition:width .3s}.services-section{background:var(--gray-50);padding:6rem 0}.services-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.services-grid>*{width:calc(33.333% - 1rem);min-width:280px}.service-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition-slow);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;flex-direction:column;padding:2rem;display:flex}.service-card:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-8px)}.service-icon{background:linear-gradient(135deg,var(--accent)0%,var(--primary-light)100%);border-radius:var(--radius-md);width:56px;height:56px;color:var(--white);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-icon svg{width:28px;height:28px}.service-card h3{color:var(--dark);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.service-card p{color:var(--gray-600);flex:1;font-size:.95rem;line-height:1.6}.service-arrow{color:var(--primary);opacity:0;transition:var(--transition);margin-top:1rem;font-size:1.25rem;transform:translate(-10px)}.service-card:hover .service-arrow{opacity:1;transform:translate(0)}.feature-section{padding:6rem 0}.feature-section.ai-feature{background:linear-gradient(135deg,var(--gray-50)0%,#e8f5f0 100%)}.feature-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.feature-tag{color:var(--primary);border-radius:var(--radius-full);background:#2d5a4a1a;margin-bottom:1rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.feature-content h2{margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.feature-content>p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.feature-list{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.feature-list li{color:var(--gray-700);align-items:flex-start;gap:.75rem;font-size:1rem;display:flex}.feature-list li svg{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:2px}.feature-actions{flex-wrap:wrap;gap:1rem;display:flex}.feature-visual{justify-content:center;align-items:flex-start;gap:1.5rem;display:flex}.iphone-chat-wrapper{width:280px;position:relative}.iphone-frame{filter:drop-shadow(0 25px 50px #0000004d);width:100%;height:auto;display:block}.iphone-chat-overlay{background:linear-gradient(#1a1a2e 0%,#0f0f1a 100%);border-radius:38px;flex-direction:column;display:flex;position:absolute;inset:2.5% 4.5%;overflow:hidden}.chat-header-mini{background:#0006;border-bottom:1px solid #ffffff1a;align-items:center;gap:.5rem;padding:2.5rem .6rem .5rem;display:flex}.chat-avatar-mini{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.chat-avatar-mini svg{width:14px;height:14px;color:var(--white)}.chat-info-mini{flex:1}.chat-name-mini{color:var(--white);font-size:.7rem;font-weight:600;display:block}.chat-status-mini{color:#25d366;align-items:center;gap:.25rem;font-size:.55rem;display:flex}.chat-status-mini:before{content:"";background:#25d366;border-radius:50%;width:5px;height:5px}.chat-messages-mini{flex-direction:column;flex:1;gap:.35rem;padding:.4rem;display:flex;overflow-y:auto}.chat-msg{border-radius:10px;max-width:88%;padding:.4rem .6rem;font-size:.6rem;line-height:1.35}.chat-msg.bot{color:var(--white);background:#ffffff1f;border-bottom-left-radius:3px;align-self:flex-start}.chat-msg.user{background:var(--primary);color:var(--white);border-bottom-right-radius:3px;align-self:flex-end}.chat-input-mini{background:#0000004d;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:.4rem .5rem 1.5rem;display:flex}.chat-input-mini span{color:#fff6;font-size:.55rem}.chat-input-mini svg{width:14px;height:14px;color:var(--primary)}.wa-phone{aspect-ratio:393/852;background:#1c1c1e;border-radius:38px;width:280px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #3a3a3c,0 0 0 2px #2c2c2e,0 0 0 8px #1c1c1e,0 0 0 9px #3a3a3c,0 40px 80px #0009}.wa-phone:before{content:"";width:2px;height:9%;box-shadow:0 12% 0 #2a2a2c;background:#2a2a2c;border-radius:0 2px 2px 0;position:absolute;top:22%;right:-2px}.wa-phone:after{content:"";width:2px;height:6%;box-shadow:0 8% 0 #2a2a2c;background:#2a2a2c;border-radius:2px 0 0 2px;position:absolute;top:25%;left:-2px}.wa-dynamic-island{z-index:100;background:#000;border-radius:14px;justify-content:flex-end;align-items:center;width:90px;height:26px;padding-right:8px;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%)}.wa-di-camera{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:50%;width:8px;height:8px}.wa-screen{background:#111b21;border-radius:38px;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.wa-status-bar{z-index:10;background:#1f2c34;flex-shrink:0;justify-content:space-between;align-items:center;height:42px;padding:12px 16px 0;display:flex;position:relative}.wa-status-time{color:#fff;letter-spacing:.3px;font-size:10px;font-weight:600}.wa-status-icons{align-items:center;gap:4px;display:flex}.wa-status-icons svg{width:12px;height:auto;display:block}.wa-header{background:#1f2c34;border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:7px;padding:5px 10px 7px;display:flex}.wa-header-back{color:#00a884;font-size:16px;font-weight:300;line-height:1}.wa-header-avatar{background:#fff;border-radius:50%;flex-shrink:0;width:30px;height:30px;overflow:hidden}.wa-header-avatar img{object-fit:cover;width:100%;height:100%}.wa-header-info{flex:1}.wa-header-name{color:#e9edef;font-size:11px;font-weight:600;line-height:1.2}.wa-header-status{color:#8696a0;margin-top:1px;font-size:9px}.wa-header-status.online{color:#00a884}.wa-header-actions{gap:12px;display:flex}.wa-header-actions svg{color:#aebac1;width:15px;height:15px}.wa-chat-bg{background-color:#0b141a;flex:1;position:relative;overflow:hidden auto}.wa-chat-bg::-webkit-scrollbar{display:none}.wa-chat-scroll{flex-direction:column;justify-content:flex-end;gap:1px;min-height:100%;padding:5px 5px 4px;display:flex}.wa-date-chip{text-align:center;margin:4px 0 5px}.wa-date-chip span{color:#8696a0;background:#111b21d9;border-radius:5px;padding:3px 8px;font-size:9px}.wa-msg-row{opacity:0;margin-bottom:1px;transition:opacity .25s,transform .25s;display:flex;transform:translateY(6px)}.wa-msg-row.visible{opacity:1;transform:translateY(0)}.wa-msg-row.out{justify-content:flex-end}.wa-msg-row.in{justify-content:flex-start;align-items:flex-end;gap:4px}.wa-msg-avatar{background:#fff;border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-bottom:1px;overflow:hidden}.wa-msg-avatar img{object-fit:cover;width:100%;height:100%}.wa-bubble{word-break:break-word;border-radius:5px;max-width:75%;padding:4px 6px 5px;position:relative}.wa-bubble.in{color:#e9edef;background:#202c33;border-top-left-radius:0}.wa-bubble.out{color:#e9edef;background:#005c4b;border-top-right-radius:0}.wa-bubble-text{padding-right:36px;font-size:10px;line-height:1.4;display:block}.wa-bubble-meta{white-space:nowrap;align-items:center;gap:2px;display:flex;position:absolute;bottom:3px;right:5px}.wa-bubble-time{color:#8696a0;font-size:8px;line-height:1}.wa-ticks svg{width:11px;height:auto;display:block}.wa-typing-row{align-items:flex-end;gap:4px;margin-bottom:1px;display:flex}.wa-typing-row.right{justify-content:flex-end}.wa-typing-bubble{background:#202c33;border-radius:0 5px 5px;align-items:center;gap:3px;padding:7px 10px;display:flex}.wa-typing-row.right .wa-typing-bubble{background:#005c4b;border-radius:5px 0 5px 5px}.wa-dot{background:#8696a0;border-radius:50%;width:5px;height:5px;animation:1.2s infinite waBounce}.wa-typing-row.right .wa-dot{background:#a8d5c8}.wa-dot:nth-child(2){animation-delay:.2s}.wa-dot:nth-child(3){animation-delay:.4s}@keyframes waBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.wa-input-bar{background:#1f2c34;flex-shrink:0;align-items:center;gap:6px;padding:5px 8px 18px;display:flex}.wa-input-icon{color:#8696a0;flex-shrink:0}.wa-input-icon svg{width:16px;height:16px}.wa-input-field{color:#8696a0;background:#2a3942;border-radius:16px;flex:1;padding:6px 10px;font-family:inherit;font-size:10px}.wa-mic-btn{background:#00a884;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.wa-mic-btn svg{width:14px;height:14px}@media (max-width:768px){.wa-phone{width:220px}}@media (max-width:480px){.wa-phone{width:200px}}.iphone-chat-wrapper-hero{width:300px;position:relative}.iphone-frame-hero{filter:drop-shadow(0 30px 60px #0006);width:100%;height:auto;display:block}.iphone-chat-overlay-hero{background:linear-gradient(#1a1a2e 0%,#0f0f1a 100%);border-radius:42px;flex-direction:column;display:flex;position:absolute;inset:2.5% 4.5%;overflow:hidden}.chat-header-hero{background:#0006;border-bottom:1px solid #ffffff1a;align-items:center;gap:.6rem;padding:3rem .75rem .6rem;display:flex}.chat-avatar-hero{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chat-avatar-hero svg{width:16px;height:16px;color:var(--white)}.chat-info-hero{flex:1}.chat-name-hero{color:var(--white);font-size:.8rem;font-weight:600;display:block}.chat-status-hero{color:#25d366;align-items:center;gap:.3rem;font-size:.65rem;display:flex}.chat-status-hero:before{content:"";background:#25d366;border-radius:50%;width:6px;height:6px}.chat-messages-hero{flex-direction:column;flex:1;gap:.4rem;padding:.5rem;display:flex;overflow-y:auto}.chat-msg-hero{border-radius:12px;max-width:85%;padding:.5rem .7rem;font-size:.7rem;line-height:1.4}.chat-msg-hero.bot{color:var(--white);background:#ffffff1f;border-bottom-left-radius:4px;align-self:flex-start}.chat-msg-hero.user{background:var(--primary);color:var(--white);border-bottom-right-radius:4px;align-self:flex-end}.chat-input-hero{background:#0000004d;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:.5rem .6rem 1.75rem;display:flex}.chat-input-hero span{color:#fff6;font-size:.65rem}.chat-input-hero svg{width:16px;height:16px;color:var(--primary)}.dashboard-preview{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:200px;margin-top:2rem;padding:1.5rem}.dashboard-preview h4{color:var(--dark);margin-bottom:1rem;font-size:.95rem;font-weight:700}.stat-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;padding:.75rem 0;font-size:.85rem;display:flex}.stat-row:last-child{border-bottom:none}.stat-row span{color:var(--gray-600)}.stat-row strong{color:var(--primary);font-weight:700}.stats-section{background:var(--primary);padding:4rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{text-align:center;color:var(--white);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0}.stat-value{margin-bottom:.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;display:block}.stat-label{opacity:.85;font-size:1rem}.hr-section{background:var(--white);padding:6rem 0}.hr-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hr-image img{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}.hr-content h2{margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.hr-content>p{color:var(--gray-600);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hr-features{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.hr-feature{gap:1rem;display:flex}.hr-feature-icon{background:var(--gray-100);border-radius:var(--radius);width:48px;height:48px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.hr-feature-icon svg{width:24px;height:24px}.hr-feature h4{margin-bottom:.25rem;font-size:1rem;font-weight:700}.hr-feature p{color:var(--gray-600);font-size:.9rem}.hr-actions{flex-wrap:wrap;gap:1rem;display:flex}.equipment-section{background:linear-gradient(180deg,var(--gray-900)0%,var(--gray-800)100%);padding:6rem 0}.equipment-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.equipment-card{border-radius:var(--radius-lg);text-align:center;color:var(--white);transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;padding:2.5rem 2rem;position:relative}.equipment-card:hover{background:#ffffff1a;transform:translateY(-4px)}.equipment-card.featured{background:var(--primary);border-color:var(--primary)}.equipment-badge{background:var(--accent);color:var(--dark);border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;right:20px}.equipment-icon{border-radius:var(--radius-md);background:#ffffff1a;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}.equipment-icon svg{width:32px;height:32px}.equipment-card h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.equipment-card p{color:#ffffffb3;margin-bottom:1.25rem;font-size:.95rem}.card-link{color:var(--accent-light);font-size:.9rem;font-weight:600}.equipment-card.featured .card-link{color:var(--white)}.social-cta{padding:0}.social-cta-content{grid-template-columns:1fr 1fr;min-height:400px;display:grid}.social-cta-text{background:var(--secondary);color:var(--white);flex-direction:column;justify-content:center;padding:4rem;display:flex}.social-cta-text h2{margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.social-cta-text p{color:#ffffffd9;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.social-cta-visual{position:relative;overflow:hidden}.social-cta-visual img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.insurance-section{text-align:center;color:var(--white);background:linear-gradient(135deg,#1a365d 0%,#2d3748 100%);padding:5rem 0}.insurance-content{max-width:700px;margin:0 auto}.insurance-icon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.insurance-icon svg{width:40px;height:40px}.insurance-content p{color:#ffffffd9;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.main-cta{background:var(--gradient-primary);text-align:center;color:var(--white);padding:6rem 0}.main-cta-content{max-width:700px;margin:0 auto}.main-cta-content h2{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.main-cta-content p{color:#ffffffe6;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.main-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.whatsapp-float{width:60px;height:60px;color:var(--white);z-index:1000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;animation:2s infinite pulse-whatsapp;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #25d36666}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.whatsapp-float svg{width:32px;height:32px}@keyframes pulse-whatsapp{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d366b3}}@media (max-width:768px){.whatsapp-float{width:56px;height:56px;bottom:20px;right:20px}.whatsapp-float svg{width:28px;height:28px}}.site-footer{background:var(--gray-900);color:var(--white);padding:4rem 0 0}.footer-top{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 2.5fr;gap:4rem;padding-bottom:3rem;display:grid}.footer-brand{max-width:300px}.footer-logo{filter:brightness(0)invert();width:auto;height:50px;margin-bottom:1rem}.footer-brand p{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.social-links{gap:.75rem;display:flex}.social-links a{border-radius:var(--radius);width:40px;height:40px;color:var(--white);transition:var(--transition);background:#ffffff1a;justify-content:center;align-items:center;display:flex}.social-links a:hover{background:var(--primary);transform:translateY(-2px)}.social-links svg{width:20px;height:20px}.footer-links{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.footer-column h4{color:var(--white);margin-bottom:1.25rem;font-size:1rem;font-weight:700}.footer-column a,.footer-column span{color:#ffffffb3;transition:var(--transition);white-space:nowrap;margin-bottom:.75rem;font-size:.9rem;display:block}.footer-column a:hover{color:var(--white)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.footer-bottom p{color:#fff9;font-size:.9rem}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#fff9;transition:var(--transition);font-size:.9rem}.footer-legal a:hover{color:var(--white)}.page-tabs-section{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:90;padding:0;position:sticky;top:72px}.page-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;display:flex;overflow-x:auto}.page-tabs::-webkit-scrollbar{display:none}.page-tab{color:var(--gray-600);white-space:nowrap;transition:var(--transition);border-bottom:3px solid #0000;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none}.page-tab:hover{color:var(--primary);background:var(--gray-50)}.page-tab.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.consulting-hero-new{align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.consulting-hero-bg{position:absolute;inset:0}.consulting-hero-bg img{object-fit:cover;width:100%;height:100%}.hero-gradient{background:linear-gradient(90deg,#000000bf 0%,#00000080 50%,#0000004d 100%);position:absolute;inset:0}.consulting-hero-content{z-index:2;max-width:600px;color:var(--white);position:relative}.hero-badge-wrapper{margin-bottom:1.5rem}.hero-badge.pulse{animation:2s infinite pulse}.consulting-hero-content h1{margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1}.consulting-hero-content h1 span{color:var(--accent-light)}.consulting-hero-content>p{color:#ffffffd9;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.consulting-hero-content .hero-subtitle-large{color:var(--accent-light);margin-bottom:1rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600}.hero-scroll-indicator{color:var(--white);flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem;animation:2s infinite bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-indicator svg{width:24px;height:24px}.consulting-services{background:var(--white);padding:6rem 0}.services-grid-new{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;display:grid}.service-card-new{background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;padding:2rem}.service-card-new:hover{background:var(--white);box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.service-icon-new{background:var(--gradient-primary);border-radius:var(--radius);width:52px;height:52px;color:var(--white);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-icon-new svg{width:26px;height:26px}.service-card-new h3{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.service-card-new>p{color:var(--gray-600);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.service-features{flex-direction:column;gap:.5rem;display:flex}.service-features li{color:var(--gray-700);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.service-features li svg{width:16px;height:16px;color:var(--primary);flex-shrink:0}.consulting-process{background:var(--gray-50);padding:5rem 0}.process-timeline{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.process-step{text-align:center;max-width:220px;padding:2rem}.step-number{color:var(--primary);opacity:.3;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.process-step h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.process-step p{color:var(--gray-600);font-size:.9rem}.process-line{background:var(--gray-300);width:60px;height:2px}.consulting-gallery{background:var(--gray-900);padding:6rem 0}.gallery-item{border-radius:var(--radius-lg);aspect-ratio:4/3;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.gallery-item:hover img{transform:scale(1.05)}.consulting-testimonials{background:var(--white);padding:6rem 0}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.testimonial-card{background:var(--gray-50);border-radius:var(--radius-lg);padding:2.5rem}.testimonial-quote{margin-bottom:1.5rem}.testimonial-quote svg{width:40px;height:40px;color:var(--primary);opacity:.3}.testimonial-card>p{color:var(--gray-700);margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{border-radius:50%;width:56px;height:56px;overflow:hidden}.author-avatar img{object-fit:cover;width:100%;height:100%}.author-info strong{font-size:1rem;font-weight:700;display:block}.author-info span{color:var(--gray-500);font-size:.9rem}.consulting-form-section{background:var(--gray-50);padding:6rem 0}.form-container{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);grid-template-columns:280px 1fr;gap:0;display:grid;overflow:hidden}.form-sidebar{background:var(--gray-900);color:var(--white);padding:2rem}.form-sidebar h3{margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.form-tabs{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.form-tab{border-radius:var(--radius);color:#ffffffb3;text-align:left;transition:var(--transition);background:#ffffff0d;align-items:center;gap:.75rem;padding:1rem;display:flex}.form-tab:hover{color:var(--white);background:#ffffff1a}.form-tab.active{background:var(--primary);color:var(--white)}.form-tab svg{flex-shrink:0;width:20px;height:20px}.form-contact-info{border-top:1px solid #ffffff1a;padding-top:2rem}.form-contact-info h4{color:#ffffffb3;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.form-contact-info a{color:var(--white);margin-bottom:.5rem;font-size:.95rem;display:block}.form-main{padding:2.5rem}.form-main h3{margin-bottom:2rem;font-size:1.35rem;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-group{margin-bottom:1rem}.form-group label{color:var(--gray-700);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-300);border-radius:var(--radius);width:100%;transition:var(--transition);background:var(--white);padding:.85rem 1rem;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2d5a4a1a}.form-group textarea{resize:vertical;min-height:100px}.form-consent{margin-bottom:1.5rem}.form-consent label{color:var(--gray-600);cursor:pointer;align-items:flex-start;gap:.75rem;font-size:.9rem;display:flex}.form-consent input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);margin-top:2px}.form-consent a{color:var(--primary);font-weight:500}.form-success svg{width:64px;height:64px;color:var(--primary);margin-bottom:1.5rem}.form-success h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.form-success p{color:var(--gray-600)}.form-section{border-bottom:1px solid var(--gray-200);margin-bottom:2rem;padding-bottom:2rem}.form-section h4{color:var(--gray-800);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.consulting-module{background:var(--white);padding:5rem 0}.module-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.module-content h2{color:var(--dark);margin-bottom:1.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.module-intro{color:var(--gray-600);margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.goals-section{background:var(--gray-50);border-radius:var(--radius-lg);border-left:4px solid var(--primary);margin-bottom:2rem;padding:2rem}.goals-section h3{color:var(--dark);margin-bottom:1rem;font-size:1.15rem;font-weight:700}.goals-list{margin:0;padding:0;list-style:none}.goals-list li{color:var(--gray-700);align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:1rem;display:flex}.goals-list li svg{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:2px}.module-outro{color:var(--white);background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)100%);border-radius:var(--radius-lg);padding:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.7}.module-visual{position:relative}.module-visual img{border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-xl)}.service-areas-section{background:var(--gray-50);padding:5rem 0}.service-areas-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:1.5rem;display:grid}.service-area-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;padding:2rem}.service-area-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.service-area-icon{background:linear-gradient(135deg,var(--primary-light)0%,var(--primary)100%);border-radius:var(--radius);width:56px;height:56px;color:var(--white);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-area-icon svg{width:28px;height:28px}.service-area-card h3{color:var(--dark);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.service-area-desc{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem}.service-area-features{margin:0;padding:0;list-style:none}.service-area-features li{color:var(--gray-700);align-items:flex-start;gap:.5rem;padding:.4rem 0;font-size:.9rem;display:flex}.service-area-features li svg{width:16px;height:16px;color:var(--primary);flex-shrink:0;margin-top:3px}.consulting-approach{background:var(--white);padding:5rem 0}.approach-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:4rem;display:grid}.approach-visual img{border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-xl)}.approach-content h2{color:var(--dark);margin-bottom:1.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.approach-intro{color:var(--gray-600);margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.approach-steps{background:var(--gray-50);border-radius:var(--radius-lg);margin-bottom:2rem;padding:2rem}.approach-steps h3{color:var(--dark);margin-bottom:1.25rem;font-size:1.15rem;font-weight:700}.steps-list{margin:0;padding:0;list-style:none}.steps-list li{color:var(--gray-700);border-bottom:1px solid var(--gray-200);align-items:flex-start;gap:1rem;padding:.75rem 0;font-size:1rem;display:flex}.steps-list li:last-child{border-bottom:none}.step-number{background:var(--primary);width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.approach-outro{color:var(--gray-700);border-left:3px solid var(--primary);padding-left:1rem;font-size:1.05rem;font-weight:500;line-height:1.7}.consulting-approach-full{background:linear-gradient(180deg,var(--gray-900)0%,var(--dark)100%);padding:5rem 0}.consulting-approach-full .section-header.light{text-align:center;margin-bottom:3rem}.consulting-approach-full .section-header.light h2{color:var(--white)}.consulting-approach-full .section-header.light .section-tag{color:var(--white);background:#ffffff1a}.approach-content-full{text-align:center;max-width:800px;margin:0 auto 3rem}.approach-lead{color:#ffffffd9;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.9}.approach-steps-full{border-radius:var(--radius-xl);text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;margin-bottom:2.5rem;padding:2.5rem}.approach-steps-full h3{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.steps-list-full{margin:0;padding:0;list-style:none}.steps-list-full li{color:#ffffffe6;border-bottom:1px solid #ffffff1a;align-items:flex-start;gap:1rem;padding:.85rem 0;font-size:1.05rem;display:flex}.steps-list-full li:last-child{border-bottom:none}.step-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.step-icon svg{width:20px;height:20px;color:var(--primary-light)}.approach-conclusion{color:#ffffffe6;background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);border-radius:var(--radius-lg);padding:1.5rem 2rem;font-size:1.1rem;font-style:italic;line-height:1.8}.approach-gallery{margin-top:3rem;padding:1rem 0;overflow:hidden}.gallery-track{gap:1.5rem;width:max-content;animation:30s linear infinite galleryScroll;display:flex}.gallery-slide{border-radius:var(--radius-lg);flex-shrink:0;width:300px;height:200px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.gallery-slide img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-slide:hover img{transform:scale(1.05)}@keyframes galleryScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.approach-gallery:hover .gallery-track{animation-play-state:paused}.form-container-centered{max-width:700px;margin:0 auto}.consulting-form{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);padding:2.5rem}.consulting-cta{background:var(--primary);text-align:center;color:var(--white);padding:5rem 0}.consulting-cta h2{margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.consulting-cta p{color:#ffffffd9;max-width:600px;margin:0 auto 2rem;font-size:1.05rem}.ai-hero{background:#fff;align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.ai-hero-bg{display:none;position:absolute;inset:0;overflow:hidden}.ai-gradient-orb{filter:blur(80px);opacity:.4;border-radius:50%;display:none;position:absolute}.ai-gradient-orb.orb-1{background:var(--primary);width:600px;height:600px;animation:8s ease-in-out infinite float;top:-200px;right:-100px}.ai-gradient-orb.orb-2{background:var(--secondary);width:400px;height:400px;animation:10s ease-in-out infinite reverse float;bottom:-100px;left:-50px}.ai-gradient-orb.orb-3{background:var(--accent);width:300px;height:300px;animation:12s ease-in-out infinite float;top:50%;left:50%}.ai-hero-grid{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.ai-hero-content{color:var(--dark)}.badge-group{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.badge{border-radius:var(--radius-full);padding:.4rem 1rem;font-size:.8rem;font-weight:600}.badge-beta{color:#f472b6;background:#ec489933;border:1px solid #ec48994d}.badge-new{color:#34d399;background:#34d39933;border:1px solid #34d3994d}.badge-ai{color:var(--primary);background:#2d5a4a1a;border:1px solid #2d5a4a33}.badge-crm{color:var(--secondary);background:#1a5f7a1a;border:1px solid #1a5f7a33}.ai-hero-content h1{margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1}.gradient-text{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ai-hero-desc{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.ai-hero-features{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.mini-feature{color:var(--gray-700);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.mini-feature svg{width:18px;height:18px;color:var(--primary)}.ai-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.ai-hero-visual{justify-content:center;align-items:center;display:flex}.whatsapp-image-wrapper{background:0 0;border-radius:40px;padding:0}.whatsapp-demo-image{border-radius:30px;width:100%;max-width:340px;height:auto;display:block}.phone-3d{perspective:1000px}.phone-frame{width:300px;transition:var(--transition-slow);background:#1a1a2e;border-radius:40px;padding:12px;transform:rotateY(-5deg)rotateX(5deg);box-shadow:0 50px 100px #00000080}.phone-frame:hover{transform:rotateY(0)rotateX(0)}.phone-notch{background:#0f0f1a;border-radius:0 0 16px 16px;width:100px;height:24px;margin:0 auto .5rem}.phone-screen{background:linear-gradient(#1e1e2e 0%,#12121a 100%);border-radius:32px;overflow:hidden}.chat-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:.75rem;padding:1rem;display:flex}.chat-avatar{background:var(--gradient-primary);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chat-avatar svg{width:20px;height:20px;color:var(--white)}.chat-info{flex:1}.chat-name{color:var(--white);font-size:.95rem;font-weight:600;display:block}.chat-status{color:#fff9;align-items:center;gap:.35rem;font-size:.8rem;display:flex}.status-dot{background:#34d399;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.chat-messages{flex-direction:column;min-height:300px;padding:1rem;display:flex}.chat-start{text-align:center;color:#ffffff80;padding:3rem 1rem;font-size:.9rem}.chat-input{border-top:1px solid #ffffff1a;gap:.5rem;padding:1rem;display:flex}.chat-input input{border-radius:var(--radius-full);color:var(--white);background:#ffffff0d;border:1px solid #ffffff1a;flex:1;padding:.75rem 1rem;font-size:.9rem}.chat-input button{background:var(--primary);width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;display:flex}.chat-input button svg{width:18px;height:18px}.ai-features-section{background:var(--white);padding:6rem 0}.feature-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.tab-btn{background:var(--gray-100);border-radius:var(--radius-full);color:var(--gray-600);transition:var(--transition);padding:.75rem 1.5rem;font-weight:600}.tab-btn:hover{background:var(--gray-200)}.tab-btn.active{background:var(--primary);color:var(--white)}.tab-content{background:var(--gray-50);border-radius:var(--radius-xl);padding:3rem}.tab-panel{animation:.3s fadeIn}.overview-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.overview-text h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.overview-text>p{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}.overview-list{flex-direction:column;gap:.75rem;display:flex}.overview-list li{color:var(--gray-700);align-items:center;gap:.75rem;display:flex}.overview-list li svg{width:20px;height:20px;color:var(--primary)}.overview-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.callcenter-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.callcenter-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow);padding:1.5rem}.callcenter-icon{background:var(--gray-100);border-radius:var(--radius);width:48px;height:48px;color:var(--primary);justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.callcenter-icon svg{width:24px;height:24px}.callcenter-card h4{margin-bottom:.25rem;font-size:.95rem;font-weight:700}.callcenter-card p{color:var(--gray-500);font-size:.85rem}.callcenter-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.crm-modules-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.crm-module-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);padding:2rem}.crm-module-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.module-icon{background:var(--gradient-primary);border-radius:var(--radius);width:48px;height:48px;color:var(--white);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.module-icon svg{width:24px;height:24px}.crm-module-card h4{margin-bottom:.5rem;font-size:1rem;font-weight:700}.crm-module-card p{color:var(--gray-600);font-size:.9rem}.dashboard-preview-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.dashboard-image-large,.dashboard-image-small{border-radius:var(--radius-lg);position:relative;overflow:hidden}.dashboard-image-large img,.dashboard-image-small img{object-fit:cover;width:100%;height:100%}.image-label{color:var(--white);border-radius:var(--radius);background:#000000b3;padding:.5rem 1rem;font-size:.85rem;font-weight:600;position:absolute;bottom:1rem;left:1rem}.dashboard-images-small{flex-direction:column;gap:1.5rem;display:flex}.ai-technical{background:var(--gray-50);padding:6rem 0}.technical-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;display:grid}.technical-content h2{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.technical-intro{color:var(--gray-600);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.technical-items{flex-direction:column;gap:1.5rem;display:flex}.technical-item{align-items:flex-start;gap:1rem;display:flex}.tech-icon{background:var(--white);border-radius:var(--radius);width:48px;height:48px;box-shadow:var(--shadow);color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.tech-icon svg{width:24px;height:24px}.technical-item h4{margin-bottom:.25rem;font-size:1rem;font-weight:700}.technical-item p{color:var(--gray-600);font-size:.9rem}.technical-visual img{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}.technical-items-enhanced{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.technical-item-enhanced{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.technical-item-enhanced:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.tech-icon-enhanced{background:var(--gradient-primary);border-radius:var(--radius-lg);width:52px;height:52px;color:var(--white);flex-shrink:0;justify-content:center;align-items:center;display:flex}.tech-icon-enhanced svg{width:26px;height:26px}.tech-content h4{color:var(--dark);margin-bottom:.5rem;font-size:1rem;font-weight:700}.tech-content>p{color:var(--gray-600);margin-bottom:.75rem;font-size:.85rem;line-height:1.6}.tech-features{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.tech-features li{color:var(--primary);border-radius:var(--radius-full);background:#2d5a4a14;padding:.25rem .6rem;font-size:.75rem;font-weight:500}.technical-visual-enhanced{position:sticky;top:100px}.technical-visual-enhanced img{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);width:100%}.tech-stats-overlay{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.tech-stat{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.tech-stat-value{color:var(--primary);font-size:1.25rem;font-weight:700}.tech-stat-label{color:var(--gray-600);font-size:.85rem}@media (max-width:1024px){.technical-items-enhanced{grid-template-columns:1fr}.technical-visual-enhanced{margin-top:2rem;position:relative;top:0}}@media (max-width:768px){.technical-item-enhanced{text-align:center;flex-direction:column}.tech-icon-enhanced{margin:0 auto}.tech-features{justify-content:center}.tech-stats-overlay{flex-flow:wrap}.tech-stat{text-align:center;flex-direction:column;flex:1;gap:.25rem;min-width:140px}}.ai-pricing{background:linear-gradient(180deg,var(--gray-900)0%,var(--gray-800)100%);padding:6rem 0}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.pricing-card{border-radius:var(--radius-xl);color:var(--white);transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;padding:2.5rem 2rem;position:relative}.pricing-card:hover{transform:translateY(-8px)}.pricing-card.popular{background:var(--white);color:var(--dark);border-color:var(--primary);transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05)translateY(-8px)}.popular-badge{background:var(--primary);color:var(--white);border-radius:var(--radius-full);white-space:nowrap;padding:.35rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.price{align-items:baseline;gap:.25rem;margin-bottom:1.5rem;display:flex}.price .currency{font-size:1.25rem;font-weight:600}.price .amount{font-size:2.5rem;font-weight:700}.price .period{opacity:.7;font-size:1rem}.pricing-features{margin-bottom:2rem}.pricing-features li{align-items:center;gap:.75rem;padding:.6rem 0;font-size:.95rem;display:flex}.pricing-features li svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.pricing-card.popular .pricing-features li svg{color:var(--primary)}.pricing-card:not(.popular) .pricing-features li svg{color:var(--accent)}.btn-pricing{text-align:center;border-radius:var(--radius);width:100%;transition:var(--transition);padding:.85rem;font-weight:600;display:block}.btn-pricing.btn-primary{background:var(--primary);color:var(--white)}.btn-pricing.btn-primary:hover{background:var(--primary-dark)}.btn-pricing.btn-outline-dark{color:var(--white);background:0 0;border:2px solid #ffffff4d}.btn-pricing.btn-outline-dark:hover{background:#ffffff1a}.pricing-card.popular .btn-pricing.btn-outline-dark{color:var(--dark);border-color:var(--gray-300)}.pricing-card.popular .btn-pricing.btn-outline-dark:hover{background:var(--gray-100)}.ai-gallery-section{background:var(--gray-50);padding:5rem 0}.ai-gallery-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.ai-gallery-item{border-radius:var(--radius-lg);aspect-ratio:4/3;overflow:hidden}.ai-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ai-gallery-item:hover img{transform:scale(1.05)}.ai-video-section{background:var(--white);padding:5rem 0}.video-placeholder-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.video-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,var(--gray-800)0%,var(--gray-900)100%);border-radius:var(--radius-xl);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.video-placeholder:before{content:"";background:radial-gradient(circle,#4a90e233 0%,#0000 70%);position:absolute;inset:0}.video-placeholder-content{text-align:center;color:var(--white);z-index:1;position:relative}.video-play-icon{width:80px;height:80px;transition:var(--transition);cursor:pointer;background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.video-play-icon:hover{background:var(--primary);border-color:var(--primary);transform:scale(1.1)}.video-play-icon svg{width:32px;height:32px;margin-left:4px}.video-placeholder-content h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.video-placeholder-content p{color:#ffffffb3;font-size:.95rem}.video-info h3{color:var(--dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.video-info>p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.video-features{flex-direction:column;gap:.75rem;display:flex}.video-feature{color:var(--gray-700);align-items:center;gap:.75rem;font-size:1rem;display:flex}.video-feature svg{width:20px;height:20px;color:var(--primary);flex-shrink:0}.ai-cta{background:var(--gradient-primary);padding:6rem 0}.ai-cta-content{text-align:center;max-width:700px;color:var(--white);margin:0 auto}.ai-cta-content h2{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.ai-cta-content p{color:#ffffffe6;margin-bottom:2rem;font-size:1.1rem}.ai-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.personnel-hero-new{align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.personnel-hero-bg{position:absolute;inset:0}.personnel-hero-bg img{object-fit:cover;width:100%;height:100%}.personnel-hero-content{z-index:2;max-width:600px;color:var(--white);position:relative}.personnel-hero-content h1{margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1}.personnel-hero-content h1 span{color:var(--accent-light)}.personnel-hero-content>p{color:#ffffffd9;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.personnel-stats{background:var(--white);border-bottom:1px solid var(--gray-200);padding:0}.stats-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:1.5rem 0;display:flex}.stat-item-mini{text-align:center}.stat-item-mini strong{color:var(--primary);font-size:1.5rem;font-weight:700;display:block}.stat-item-mini span{color:var(--gray-500);font-size:.85rem}.stat-divider{background:var(--gray-200);width:1px;height:40px}.personnel-main{background:var(--gray-50);padding:4rem 0 6rem}.personnel-layout{grid-template-columns:280px 1fr;gap:2rem;display:grid}.personnel-sidebar{flex-direction:column;gap:1.5rem;display:flex}.panel-switcher{flex-direction:column;gap:.5rem;display:flex}.switcher-btn{background:var(--white);border-radius:var(--radius);color:var(--gray-600);transition:var(--transition);box-shadow:var(--shadow-sm);align-items:center;gap:.75rem;padding:1rem;font-weight:600;display:flex}.switcher-btn:hover{color:var(--primary)}.switcher-btn.active{background:var(--primary);color:var(--white);box-shadow:var(--shadow-md)}.switcher-btn svg{width:20px;height:20px}.categories-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.categories-card h3{margin-bottom:1rem;font-size:1rem;font-weight:700}.category-list li{border-bottom:1px solid var(--gray-100);justify-content:space-between;padding:.6rem 0;font-size:.9rem;display:flex}.category-list li:last-child{border-bottom:none}.category-list .count{color:var(--gray-400);font-size:.85rem}.info-card{background:var(--primary);color:var(--white);border-radius:var(--radius-lg);padding:1.5rem}.info-card h4{margin-bottom:.5rem;font-size:1rem;font-weight:700}.info-card p{color:#ffffffd9;font-size:.9rem;line-height:1.6}.personnel-content{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:2rem}.panel-header{margin-bottom:2rem}.panel-header h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.panel-header p{color:var(--gray-600)}.cv-form,.employer-form{flex-direction:column;gap:0;display:flex}.form-success-card{text-align:center;background:var(--gray-50);border-radius:var(--radius-lg);padding:3rem}.form-success-card svg{width:64px;height:64px;color:var(--primary);margin-bottom:1rem}.form-success-card h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.form-success-card p{color:var(--gray-600)}.file-upload{position:relative}.file-upload input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.file-upload-text{border:2px dashed var(--gray-300);border-radius:var(--radius);color:var(--gray-500);text-align:center;transition:var(--transition);flex-direction:column;align-items:center;gap:.5rem;padding:2rem;display:flex}.file-upload:hover .file-upload-text{border-color:var(--primary);color:var(--primary)}.file-upload-text svg{width:32px;height:32px}.radio-group{gap:1.5rem;display:flex}.radio-label{cursor:pointer;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.radio-label input[type=radio]{width:18px;height:18px;accent-color:var(--primary)}.featured-jobs{border-top:1px solid var(--gray-200);margin-top:3rem;padding-top:2rem}.featured-jobs h3{margin-bottom:1.5rem;font-size:1.15rem;font-weight:700}.jobs-list{flex-direction:column;gap:1rem;display:flex}.job-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition);padding:1.5rem}.job-card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.job-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.job-header h4{font-size:1.05rem;font-weight:700}.job-type{background:var(--gray-100);border-radius:var(--radius-full);color:var(--gray-600);padding:.25rem .75rem;font-size:.75rem;font-weight:600}.job-company{color:var(--gray-600);margin-bottom:.75rem;font-size:.95rem}.job-details{gap:1.5rem;margin-bottom:1rem;display:flex}.job-details span{color:var(--gray-500);align-items:center;gap:.35rem;font-size:.85rem;display:flex}.job-details svg{width:16px;height:16px}.job-footer{justify-content:space-between;align-items:center;display:flex}.job-posted{color:var(--gray-400);font-size:.8rem}.btn-apply{background:var(--primary);color:var(--white);border-radius:var(--radius);transition:var(--transition);padding:.5rem 1.25rem;font-size:.85rem;font-weight:600}.btn-apply:hover{background:var(--primary-dark)}.btn-view-all{text-align:center;color:var(--primary);margin-top:1.5rem;padding:1rem;font-weight:600;display:block}.employer-benefits{background:var(--gray-50);border-radius:var(--radius-lg);margin-top:2rem;padding:2rem}.employer-benefits h3{margin-bottom:1rem;font-size:1.1rem;font-weight:700}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.benefit-item{color:var(--gray-700);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.benefit-item svg{width:18px;height:18px;color:var(--primary)}.personnel-cta{background:var(--secondary);padding:4rem 0}.personnel-cta-content{text-align:center;color:var(--white)}.personnel-cta-content h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.personnel-cta-content p{color:#ffffffd9;margin-bottom:1.5rem}.personnel-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.personnel-cta-actions .btn-white{background:var(--white);color:var(--secondary);border-radius:var(--radius-full);transition:var(--transition);align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:600;display:inline-flex}.personnel-cta-actions .btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.personnel-cta-actions .btn-white svg{width:20px;height:20px}.personnel-cta-actions .btn-outline-white{color:var(--white);border:2px solid var(--white);border-radius:var(--radius-full);transition:var(--transition);background:0 0;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:600;display:inline-flex}.personnel-cta-actions .btn-outline-white:hover{background:var(--white);color:var(--secondary)}.personnel-cta-actions .btn-outline-white svg{width:20px;height:20px}.device-hero-slider{min-height:80vh;position:relative;overflow:hidden}.device-hero-slide{background-position:50%;background-size:cover;align-items:center;min-height:80vh;padding:8rem 0 4rem;transition:all .8s;display:flex;position:relative}.device-hero-overlay{background:linear-gradient(135deg,#000c 0%,#0006 100%);position:absolute;inset:0}.device-hero-content{z-index:2;grid-template-columns:1fr auto;align-items:center;gap:4rem;display:grid;position:relative}.device-hero-text{max-width:600px;color:var(--white)}.device-hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);background:#ffffff26;border:1px solid #fff3;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-block}.device-hero-title{margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.device-hero-subtitle{color:var(--accent-light);margin-bottom:1rem;font-size:1.25rem;font-weight:500}.device-hero-desc{color:#fffc;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.device-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.device-hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-xl);background:#ffffff1a;border:1px solid #fff3;gap:2rem;padding:2rem;display:flex}.hero-stat{text-align:center}.hero-stat-value{color:var(--white);font-size:2rem;font-weight:700;display:block}.hero-stat-label{color:#ffffffb3;font-size:.85rem}.device-slider-nav{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:6rem;left:50%;transform:translate(-50%)}.slider-nav-dot{cursor:pointer;width:12px;height:12px;transition:var(--transition);background:#fff6;border:none;border-radius:50%}.slider-nav-dot.active{background:var(--white);transform:scale(1.3)}.device-slider-progress{background:#fff3;height:4px;position:absolute;bottom:0;left:0;right:0}.device-slider-progress .progress-bar{background:var(--primary);height:100%;transition:width .3s}.device-tabs-section{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:100;position:sticky;top:72px}.device-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;padding:1rem 0;display:flex}.device-tab{background:var(--gray-100);border-radius:var(--radius-full);color:var(--gray-600);transition:var(--transition);align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-weight:600;display:flex}.device-tab:hover{background:var(--gray-200);color:var(--dark)}.device-tab.active{background:var(--primary);color:var(--white)}.device-tab svg{width:20px;height:20px}.tab-count{border-radius:var(--radius-full);background:#fff3;padding:.15rem .5rem;font-size:.75rem}.device-tab.active .tab-count{background:#ffffff4d}.device-filters-section{background:var(--gray-50);padding:2rem 0}.device-filters-bar{flex-wrap:wrap;align-items:flex-end;gap:1.5rem;display:flex}.filter-group{flex-direction:column;gap:.5rem;display:flex}.filter-group label{color:var(--gray-600);font-size:.85rem;font-weight:600}.filter-group select,.filter-group input{border:1px solid var(--gray-300);border-radius:var(--radius);background:var(--white);min-width:180px;padding:.75rem 1rem;font-size:.95rem}.price-filter .price-inputs{align-items:center;gap:.5rem;display:flex}.price-filter input{width:100px;min-width:auto}.view-toggle{gap:.25rem;margin-left:auto;display:flex}.view-toggle button{background:var(--white);border:1px solid var(--gray-300);color:var(--gray-500);transition:var(--transition);padding:.75rem}.view-toggle button:first-child{border-radius:var(--radius)0 0 var(--radius)}.view-toggle button:last-child{border-radius:0 var(--radius)var(--radius)0}.view-toggle button.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.view-toggle button svg{width:20px;height:20px}.device-grid-section{background:var(--white);padding:4rem 0}.device-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.device-grid.list{grid-template-columns:1fr}.device-card-new{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:var(--transition-slow);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;position:relative;overflow:hidden}.device-card-new:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-8px)}.device-card-new.featured{border-color:var(--primary)}.device-card-new .featured-badge{background:var(--primary);color:var(--white);border-radius:var(--radius-full);z-index:5;padding:.35rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.device-image-wrapper{aspect-ratio:4/3;position:relative;overflow:hidden}.device-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.device-card-new:hover .device-image-wrapper img{transform:scale(1.05)}.condition-badge{color:var(--white);border-radius:var(--radius);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;padding:.35rem .75rem;font-size:.75rem;font-weight:600;position:absolute;bottom:1rem;right:1rem}.device-quick-view{opacity:0;transition:var(--transition);background:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.device-card-new:hover .device-quick-view{opacity:1}.device-quick-view button{background:var(--white);color:var(--dark);border-radius:var(--radius);transition:var(--transition);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:flex}.device-quick-view button:hover{background:var(--primary);color:var(--white)}.device-quick-view button svg{width:18px;height:18px}.device-content{padding:1.5rem}.device-brand{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.device-content h3{color:var(--dark);margin:.25rem 0 .75rem;font-size:1.15rem;font-weight:700}.device-specs{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.spec-tag{background:var(--gray-100);border-radius:var(--radius-sm);color:var(--gray-600);padding:.25rem .5rem;font-size:.75rem}.device-meta{gap:1rem;margin-bottom:.75rem;display:flex}.device-meta span{color:var(--gray-500);align-items:center;gap:.35rem;font-size:.85rem;display:flex}.device-meta svg{width:16px;height:16px}.device-warranty{border-radius:var(--radius);background:#2d5a4a1a;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem;display:flex}.device-warranty svg{width:16px;height:16px;color:var(--primary)}.device-warranty{color:var(--primary);font-size:.85rem;font-weight:600}.device-price{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.device-price .old-price{color:var(--gray-400);font-size:.9rem;text-decoration:line-through}.device-price .current-price{color:var(--dark);font-size:1.5rem;font-weight:700}.device-price .discount-percent{color:var(--white);border-radius:var(--radius-sm);background:#dc2626;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.device-actions{gap:.5rem;display:flex}.btn-quote{background:var(--primary);color:var(--white);border-radius:var(--radius);transition:var(--transition);flex:1;padding:.85rem;font-weight:600}.btn-quote:hover{background:var(--primary-dark)}.btn-detail{background:var(--gray-100);border-radius:var(--radius);color:var(--gray-600);transition:var(--transition);padding:.85rem}.btn-detail:hover{background:var(--gray-200);color:var(--primary)}.btn-detail svg{width:20px;height:20px}.no-results{text-align:center;padding:4rem 2rem}.no-results svg{width:64px;height:64px;color:var(--gray-300);margin-bottom:1rem}.no-results h3{color:var(--gray-700);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.no-results p{color:var(--gray-500)}.rental-section-full{background:var(--gray-50);padding:6rem 0}.rental-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.rental-card-new{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);text-align:center;transition:var(--transition-slow);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;padding:2.5rem 2rem;position:relative}.rental-card-new:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-8px)}.rental-card-new.popular{border-color:var(--primary);border-width:2px}.popular-tag{background:var(--primary);color:var(--white);border-radius:var(--radius-full);white-space:nowrap;padding:.35rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.rental-card-new .rental-icon{background:var(--gray-100);border-radius:var(--radius-lg);width:64px;height:64px;color:var(--primary);justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.rental-card-new.popular .rental-icon{background:#2d5a4a1a}.rental-card-new .rental-icon svg{width:32px;height:32px}.rental-card-new h3{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.rental-duration{background:var(--gray-100);border-radius:var(--radius-full);color:var(--gray-600);margin-bottom:1rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.rental-card-new>p{color:var(--gray-600);margin-bottom:1.5rem;font-size:.95rem}.rental-price{margin-bottom:1.5rem}.rental-price .price-value{color:var(--primary);font-size:1.75rem;font-weight:700;display:block}.rental-price .price-note{color:var(--gray-500);font-size:.85rem}.rental-features{text-align:left;margin-bottom:1.5rem}.rental-features li{color:var(--gray-700);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.95rem;display:flex}.rental-features li svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.btn-rental{background:var(--gray-100);width:100%;color:var(--dark);border-radius:var(--radius);transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-weight:600;display:flex}.btn-rental:hover,.rental-card-new.popular .btn-rental{background:var(--primary);color:var(--white)}.rental-card-new.popular .btn-rental:hover{background:var(--primary-dark)}.btn-rental svg{width:18px;height:18px}.rental-benefits h3{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.benefits-grid-rental{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.benefit-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;border:1px solid var(--gray-200);transition:var(--transition);padding:2rem}.benefit-card:hover{box-shadow:var(--shadow-md);border-color:#0000}.benefit-card .benefit-icon{background:var(--gradient-primary);border-radius:var(--radius-md);width:56px;height:56px;color:var(--white);justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.benefit-card .benefit-icon svg{width:28px;height:28px}.benefit-card h4{margin-bottom:.5rem;font-size:1rem;font-weight:700}.benefit-card p{color:var(--gray-600);font-size:.9rem}.insurance-section-full{background:var(--white);padding:6rem 0}.insurance-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.insurance-content h2{margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.insurance-content>p{color:var(--gray-600);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.insurance-features-list{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.insurance-feature{gap:1rem;display:flex}.insurance-feature .feature-icon{background:var(--gray-100);border-radius:var(--radius);width:48px;height:48px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.insurance-feature .feature-icon svg{width:24px;height:24px}.insurance-feature h4{margin-bottom:.25rem;font-size:1rem;font-weight:700}.insurance-feature p{color:var(--gray-600);font-size:.9rem}.insurance-visual{flex-direction:column;justify-content:center;align-items:center;display:flex}.insurance-shield{background:var(--gradient-primary);border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;margin-bottom:2rem;animation:3s infinite pulse;display:flex}.insurance-shield svg{width:100px;height:100px;color:var(--white)}.insurance-stats{gap:2rem;display:flex}.ins-stat{text-align:center}.ins-stat-value{color:var(--primary);font-size:1.5rem;font-weight:700;display:block}.ins-stat-label{color:var(--gray-500);font-size:.85rem}.insurance-packages h3{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.packages-grid-insurance{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.insurance-package{background:var(--gray-50);border-radius:var(--radius-xl);border:1px solid var(--gray-200);text-align:center;transition:var(--transition);padding:2rem;position:relative}.insurance-package:hover{box-shadow:var(--shadow-lg)}.insurance-package.featured{background:var(--white);border-color:var(--primary);border-width:2px}.insurance-package .package-badge{background:var(--primary);color:var(--white);border-radius:var(--radius-full);padding:.35rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.insurance-package h4{margin-bottom:1rem;font-size:1.15rem;font-weight:700}.insurance-package .package-price{margin-bottom:1.5rem}.insurance-package .package-price .price{color:var(--primary);font-size:2rem;font-weight:700}.insurance-package .package-price .period{color:var(--gray-500);font-size:1rem}.insurance-package ul{text-align:left;margin-bottom:1.5rem}.insurance-package li{color:var(--gray-700);border-bottom:1px solid var(--gray-200);padding:.5rem 0;font-size:.95rem}.insurance-package li:last-child{border-bottom:none}.add-device-cta{background:var(--gradient-primary);padding:4rem 0}.add-device-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.add-device-text h2{color:var(--white);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.add-device-text p{color:#ffffffd9;margin-bottom:1rem}.add-device-features{flex-wrap:wrap;gap:1.5rem;display:flex}.add-device-features span{color:#ffffffe6;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.add-device-features svg{width:18px;height:18px}.modal-device{max-width:500px}.modal-device-info{background:var(--gray-50);border-radius:var(--radius-lg);gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.modal-device-info img{object-fit:cover;border-radius:var(--radius);width:80px;height:80px}.modal-device-details{flex-direction:column;gap:.25rem;display:flex}.modal-device-details .device-brand{font-size:.75rem}.modal-device-details strong{font-size:1rem}.modal-device-details .device-condition{color:var(--gray-500);font-size:.85rem}.modal-device-details .device-price{color:var(--primary);font-size:1.15rem;font-weight:700}.supplies-hero{align-items:center;min-height:70vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.supplies-hero-slider{position:absolute;inset:0}.supplies-hero-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity 1s;position:absolute;inset:0}.supplies-hero-slide.active{opacity:1}.supplies-hero-overlay{background:linear-gradient(135deg,#000c 0%,#00000080 100%);position:absolute;inset:0}.supplies-hero-content{z-index:2;max-width:700px;color:var(--white);position:relative}.supplies-hero-content h1{margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1}.supplies-hero-content h1 span{color:var(--accent-light)}.supplies-hero-content>p{color:#ffffffd9;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-search{gap:0;max-width:500px;margin-bottom:2rem;display:flex}.hero-search input{border-radius:var(--radius)0 0 var(--radius);border:none;flex:1;padding:1rem 1.25rem;font-size:1rem}.hero-search button{background:var(--primary);color:var(--white);border-radius:0 var(--radius)var(--radius)0;transition:var(--transition);padding:1rem 1.5rem}.hero-search button:hover{background:var(--primary-dark)}.hero-search button svg{width:24px;height:24px}.hero-slider-dots{gap:.5rem;display:flex}.hero-slider-dots button{cursor:pointer;width:10px;height:10px;transition:var(--transition);background:#fff6;border:none;border-radius:50%}.hero-slider-dots button.active{background:var(--white);transform:scale(1.3)}.supplies-benefits{background:var(--white);border-bottom:1px solid var(--gray-200);padding:0}.benefits-bar{grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem 0;display:grid}.benefit-item-bar{border-right:1px solid var(--gray-200);align-items:center;gap:1rem;padding:0 1rem;display:flex}.benefit-item-bar:last-child{border-right:none}.benefit-item-bar .benefit-icon{background:var(--gray-100);border-radius:var(--radius);width:48px;height:48px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.benefit-item-bar .benefit-icon svg{width:24px;height:24px}.benefit-item-bar .benefit-text{flex-direction:column;display:flex}.benefit-item-bar .benefit-text strong{color:var(--dark);font-size:.9rem;font-weight:700}.benefit-item-bar .benefit-text span{color:var(--gray-500);font-size:.8rem}.supplies-categories-new{background:var(--gray-50);padding:4rem 0}.category-cards-new{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.category-card-new{background:var(--white);border-radius:var(--radius-xl);border:2px solid var(--gray-200);text-align:center;cursor:pointer;transition:var(--transition);padding:2rem 1.5rem}.category-card-new:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.category-card-new.active{border-color:var(--primary);background:#2d5a4a0d}.cat-icon-new{background:var(--gray-100);border-radius:var(--radius-lg);width:56px;height:56px;color:var(--primary);transition:var(--transition);justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.category-card-new.active .cat-icon-new{background:var(--primary);color:var(--white)}.cat-icon-new svg{width:28px;height:28px}.category-card-new h3{margin-bottom:.5rem;font-size:1rem;font-weight:700}.category-card-new p{color:var(--gray-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.85rem;display:-webkit-box;overflow:hidden}.cat-count-new{color:var(--primary);font-size:.8rem;font-weight:600}.supplies-products-new{background:var(--white);padding:4rem 0}.products-layout-new{grid-template-columns:1fr 350px;gap:2rem;display:grid}.products-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.products-header h2{align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;display:flex}.product-count{color:var(--gray-500);font-size:.9rem;font-weight:400}.products-controls select{border:1px solid var(--gray-300);border-radius:var(--radius);padding:.65rem 1rem;font-size:.9rem}.products-grid-new{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-card-new{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:var(--transition);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;position:relative;overflow:hidden}.product-card-new:hover{box-shadow:var(--shadow-lg);border-color:#0000}.discount-badge{color:var(--white);border-radius:var(--radius-full);z-index:5;background:#dc2626;padding:.35rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.stock-badge{background:var(--primary);color:var(--white);border-radius:var(--radius-full);z-index:5;padding:.35rem .75rem;font-size:.7rem;font-weight:600;position:absolute;top:1rem;right:1rem}.stock-badge.limited{background:#f59e0b}.product-image-new{aspect-ratio:1;overflow:hidden}.product-image-new img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.product-card-new:hover .product-image-new img{transform:scale(1.05)}.product-content-new{padding:1.5rem}.product-brand{color:var(--gray-500);text-transform:uppercase;font-size:.75rem;font-weight:600}.product-content-new h3{margin:.25rem 0 .5rem;font-size:1.05rem;font-weight:700}.product-category-tag{background:var(--gray-100);border-radius:var(--radius-sm);color:var(--gray-600);margin-bottom:.5rem;padding:.2rem .5rem;font-size:.7rem;display:inline-block}.product-unit{color:var(--gray-500);margin-bottom:.75rem;font-size:.85rem}.product-price-row{align-items:baseline;gap:.5rem;margin-bottom:.5rem;display:flex}.product-price-row .old-price{color:var(--gray-400);font-size:.85rem;text-decoration:line-through}.product-price-row .current-price{color:var(--dark);font-size:1.25rem;font-weight:700}.min-order-notice{color:var(--gray-500);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.8rem;display:flex}.min-order-notice svg{width:14px;height:14px}.btn-add-quote-new{background:var(--primary);width:100%;color:var(--white);border-radius:var(--radius);transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-weight:600;display:flex}.btn-add-quote-new:hover{background:var(--primary-dark)}.btn-add-quote-new svg{width:18px;height:18px}.quote-sidebar-new{position:sticky;top:140px}.quote-card-new{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);margin-bottom:1.5rem;overflow:hidden}.quote-header{background:var(--gray-900);color:var(--white);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.quote-header h3{align-items:center;gap:.75rem;margin:0;font-size:1rem;font-weight:700;display:flex}.quote-header svg{width:20px;height:20px}.cart-count{background:var(--primary);border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.8rem}.empty-cart-new{text-align:center;padding:3rem 1.5rem}.empty-cart-new svg{width:64px;height:64px;color:var(--gray-300);margin-bottom:1rem}.empty-cart-new p{color:var(--gray-700);margin-bottom:.25rem;font-size:1rem;font-weight:600}.empty-cart-new span{color:var(--gray-500);font-size:.85rem}.cart-items-new{max-height:350px;overflow-y:auto}.cart-item-new{border-bottom:1px solid var(--gray-100);grid-template-columns:60px 1fr auto;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:grid}.cart-item-image{border-radius:var(--radius);width:60px;height:60px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-info strong{margin-bottom:.15rem;font-size:.9rem;display:block}.cart-item-info span{color:var(--gray-500);font-size:.75rem;display:block}.cart-item-info .cart-item-price{color:var(--primary);margin-top:.25rem;font-size:.9rem;font-weight:700}.cart-item-controls{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.cart-item-qty{border:1px solid var(--gray-300);border-radius:var(--radius);align-items:center;display:flex}.cart-item-qty button{color:var(--gray-600);transition:var(--transition);padding:.35rem .75rem}.cart-item-qty button:hover{background:var(--gray-100)}.cart-item-qty span{text-align:center;min-width:30px;padding:.35rem .5rem;font-size:.9rem;font-weight:600}.cart-item-controls .remove-btn{color:var(--gray-400);transition:var(--transition);padding:.35rem}.cart-item-controls .remove-btn:hover{color:#dc2626}.cart-item-controls .remove-btn svg{width:16px;height:16px}.cart-summary{border-top:1px solid var(--gray-200);padding:1.5rem}.cart-total{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.cart-total span{color:var(--gray-600);font-size:1rem}.cart-total strong{color:var(--dark);font-size:1.25rem}.cart-note{color:var(--gray-500);margin-bottom:1rem;font-size:.75rem}.btn-create-quote-new{background:var(--primary);width:100%;color:var(--white);border-radius:var(--radius);transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;display:flex}.btn-create-quote-new:hover{background:var(--primary-dark)}.btn-create-quote-new svg{width:18px;height:18px}.sidebar-info-card{background:var(--gray-50);border-radius:var(--radius-xl);margin-bottom:1.5rem;padding:1.5rem}.sidebar-info-card h4{margin-bottom:1rem;font-size:1rem;font-weight:700}.sidebar-info-card ul{flex-direction:column;gap:.5rem;display:flex}.sidebar-info-card li{color:var(--gray-700);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.sidebar-info-card li svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.sidebar-contact-card{background:var(--primary);border-radius:var(--radius-xl);color:var(--white);padding:1.5rem}.sidebar-contact-card h4{margin-bottom:.5rem;font-size:1rem;font-weight:700}.sidebar-contact-card p{color:#ffffffd9;margin-bottom:1rem;font-size:.9rem}.btn-call{background:var(--white);width:100%;color:var(--dark);border-radius:var(--radius);transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-weight:600;display:flex}.btn-call:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-call svg{width:18px;height:18px}.supplies-cta-new{background:var(--gradient-primary);padding:5rem 0}.supplies-cta-content-new{color:var(--white);grid-template-columns:1fr auto;align-items:center;gap:3rem;display:grid}.cta-text h2{margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.cta-text p{color:#ffffffd9;margin-bottom:1.5rem;font-size:1.05rem}.cta-features{flex-wrap:wrap;gap:1.5rem;display:flex}.cta-features li{align-items:center;gap:.5rem;font-size:.95rem;display:flex}.cta-features svg{width:18px;height:18px}.cta-actions{flex-direction:column;gap:1rem;display:flex}.modal-large{max-width:600px}.modal-cart-summary{background:var(--gray-50);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.5rem}.modal-cart-summary h4{border-bottom:1px solid var(--gray-200);margin-bottom:1rem;padding-bottom:.75rem;font-size:1rem;font-weight:700}.summary-items{max-height:200px;margin-bottom:1rem;overflow-y:auto}.summary-item{justify-content:space-between;padding:.5rem 0;font-size:.9rem;display:flex}.summary-item .item-name{color:var(--gray-700)}.summary-item .item-price{color:var(--dark);font-weight:600}.summary-total{border-top:1px solid var(--gray-200);justify-content:space-between;padding-top:1rem;font-size:1rem;display:flex}.ig-phone{aspect-ratio:393/852;isolation:isolate;background:linear-gradient(175deg,#5a5a5c 0%,#48484a 3%,#3a3a3c 8%,#2c2c2e 20%,#1c1c1e 42%,#111113 68%,#161618 85%,#222224 95%,#2e2e30 100%);border-radius:44px;width:280px;padding:11px;font-family:-apple-system,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;box-shadow:0 0 0 .5px #ffffff2e,0 0 0 1.5px #78787d99,0 0 0 3px #000000f2,0 40px 100px #000000b3,0 15px 40px #00000080}.ig-phone:before{content:"";pointer-events:none;z-index:200;background:linear-gradient(148deg,#ffffff47 0%,#ffffff1a 8%,#ffffff05 22%,#0000 40% 70%,#ffffff0a 88%,#ffffff14 100%);border-radius:44px;position:absolute;inset:0}.ig-phone:after{content:"";pointer-events:none;z-index:200;background:linear-gradient(90deg,#0000 0% 93%,#ffffff0f 96%,#ffffff1f 100%);border-radius:44px;position:absolute;inset:0}.ig-btn-mute{background:linear-gradient(90deg,#0c0c0e,#2a2a2c,#1a1a1c);border-radius:2px 0 0 2px;width:2px;height:4%;position:absolute;top:15%;left:-2px}.ig-btn-vol-u{background:linear-gradient(90deg,#0c0c0e,#2a2a2c,#1a1a1c);border-radius:2px 0 0 2px;width:2px;height:8%;position:absolute;top:21.5%;left:-2px}.ig-btn-vol-d{background:linear-gradient(90deg,#0c0c0e,#2a2a2c,#1a1a1c);border-radius:2px 0 0 2px;width:2px;height:8%;position:absolute;top:31%;left:-2px}.ig-btn-power{background:linear-gradient(270deg,#0c0c0e,#2a2a2c,#1a1a1c);border-radius:0 2px 2px 0;width:2px;height:10%;position:absolute;top:25.5%;right:-2px}.ig-screen{background:#000;border-radius:34px;width:100%;height:100%;position:relative;overflow:hidden}.ig-screen-glare{pointer-events:none;z-index:300;background:linear-gradient(128deg,#ffffff0e 0%,#ffffff03 18%,#0000 36% 100%);border-radius:34px;position:absolute;inset:0}.ig-dynamic-island{z-index:150;background:#000;border-radius:14px;justify-content:space-between;align-items:center;width:77px;height:24px;padding:0 12px;display:flex;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #000000e6,inset 0 0 6px #000c}.ig-di-dot{background:radial-gradient(circle at 35% 35%,#1a304a 50%,#040408);border:1px solid #ffffff0f;border-radius:50%;width:7px;height:7px}.ig-di-dot.small{background:radial-gradient(circle at 40% 40%,#111a24,#030306);width:5px;height:5px}.ig-status-bar{z-index:100;justify-content:space-between;align-items:flex-end;height:40px;padding:0 20px 5px;display:flex;position:absolute;top:0;left:0;right:0}.ig-sb-time{color:#1a1a1a;letter-spacing:-.3px;font-size:11px;font-weight:700}.ig-sb-icons{align-items:center;gap:4px;display:flex}.ig-sb-icons svg{display:block;transform:scale(.72)}.ig-app-container{background:#fafafa;flex-direction:column;padding-top:40px;display:flex;position:absolute;inset:0}.ig-top-bar{background:#fffffff2;border-bottom:.5px solid #dbdbdb;flex-shrink:0;justify-content:space-between;align-items:center;height:31px;padding:0 10px;display:flex}.ig-wordmark-text{color:#0a0a0a;letter-spacing:-.5px;font-family:Dancing Script,Lucida Calligraphy,cursive;font-size:17px;font-weight:700;line-height:1}.ig-top-icons-bar{align-items:center;gap:14px;display:flex}.ig-icon-btn{width:17px;height:17px;display:block}.ig-stories{background:#fff;border-bottom:.5px solid #dbdbdb;flex-shrink:0;align-items:center;gap:1px;padding:7px 3px;display:flex;overflow:hidden}.ig-story-cell{flex-direction:column;flex-shrink:0;align-items:center;gap:3px;width:53px;display:flex}.ig-story-ring{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50%;width:44px;height:44px;padding:2px;position:relative}.ig-story-ring.add{background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.ig-story-inner{background:#fff;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.ig-story-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:12px;font-weight:800;display:flex}.ig-story-add-icon{background:#0095f6;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:absolute;bottom:0;right:0}.ig-story-add-icon:before,.ig-story-add-icon:after{content:"";background:#fff;border-radius:1px;position:absolute}.ig-story-add-icon:before{width:7px;height:1px}.ig-story-add-icon:after{width:1px;height:7px}.ig-story-name{color:#262626;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:50px;font-size:7.5px;font-weight:400;overflow:hidden}.ig-story-name.you{font-weight:500}.ig-feed-sep{background:#dbdbdb;flex-shrink:0;height:3px}.ig-post-container{background:#fff;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ig-post-header{flex-shrink:0;align-items:center;gap:7px;padding:7px 10px 5px;display:flex}.ig-post-avatar-ring{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50%;flex-shrink:0;width:30px;height:30px;padding:1.5px}.ig-post-avatar-inner{background:#fff;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.ig-post-avatar-letter{color:#fff;background:linear-gradient(135deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d);border-radius:50%;justify-content:center;align-items:center;width:86%;height:86%;font-size:11px;font-weight:800;display:flex}.ig-post-user-block{flex-direction:column;flex:1;gap:0;display:flex}.ig-post-username{color:#0a0a0a;align-items:center;gap:3px;font-size:10px;font-weight:600;line-height:1.2;display:flex}.ig-post-verified{background:#0095f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:10px;height:10px;display:inline-flex}.ig-post-verified svg{width:6px;height:6px}.ig-post-location{color:#262626;font-size:8px;font-weight:400;line-height:1.2}.ig-post-more{flex-direction:column;align-items:center;gap:2px;padding:3px 0;display:flex}.ig-post-more span{background:#262626;border-radius:50%;width:3px;height:3px;display:block}.ig-post-img-wrap{background:#000;flex:1;min-height:0;position:relative;overflow:hidden}.ig-post-img{object-fit:cover;width:100%;height:100%;display:block}.ig-post-actions-area{background:#fff;flex-shrink:0}.ig-post-actions-bar{align-items:center;gap:11px;padding:5px 10px 3px;display:flex}.ig-action-btn{cursor:pointer;justify-content:center;align-items:center;display:flex}.ig-action-btn svg{width:18px;height:17px;display:block}.ig-action-save{margin-left:auto}.ig-action-save svg{width:16px;height:17px}.ig-post-likes{color:#0a0a0a;padding:0 10px 2px;font-size:10px;font-weight:600;line-height:1.4}.ig-post-caption{color:#0a0a0a;padding:0 10px 2px;font-size:9.5px;line-height:1.45}.ig-caption-user{font-weight:600}.ig-caption-hashtag{color:#0095f6}.ig-post-view-comments{color:#8e8e8e;padding:0 10px 2px;font-size:9.5px}.ig-post-add-comment{border-top:.5px solid #f5f5f5;align-items:center;gap:7px;padding:3px 10px 4px;display:flex}.ig-comment-av{background:linear-gradient(135deg,#405de6,#833ab4,#e1306c);border-radius:50%;flex-shrink:0;width:17px;height:17px}.ig-add-comment-text{color:#8e8e8e;flex:1;font-size:9.5px}.ig-heart-emoji{font-size:11px}.ig-post-timestamp{color:#8e8e8e;text-transform:uppercase;letter-spacing:.3px;padding:0 10px 5px;font-size:7px}.ig-bottom-nav{background:#fffffff5;border-top:.5px solid #dbdbdb;flex-shrink:0;justify-content:space-around;align-items:center;height:35px;padding:0 5px;display:flex}.ig-nav-btn{justify-content:center;align-items:center;width:30px;height:30px;display:flex}.ig-nav-btn svg{width:17px;height:17px;display:block}.ig-nav-profile-avatar{background:linear-gradient(135deg,#405de6,#833ab4,#e1306c);border:1.5px solid #0a0a0a;border-radius:50%;width:18px;height:18px}.ig-home-indicator{z-index:100;background:#0000002e;border-radius:2px;width:90px;height:3.5px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.instagram-visual-new .ig-phone{width:320px}@media (max-width:768px){.instagram-visual-new .ig-phone{width:260px}}@media (max-width:480px){.instagram-visual-new .ig-phone{width:220px}}.social-hero-new{align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.social-hero-bg{position:absolute;inset:0}.social-gradient-mesh{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);position:absolute;inset:0}.floating-icons{position:absolute;inset:0;overflow:hidden}.float-icon{left:var(--x);top:var(--y);animation:6s ease-in-out infinite floatIcon;animation-delay:var(--delay);opacity:.3;font-size:2rem;position:absolute}@keyframes floatIcon{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(10deg)}}.social-hero-content-new{z-index:2;grid-template-columns:1fr auto;align-items:center;gap:4rem;display:grid;position:relative}.hero-text-new{max-width:600px;color:var(--white)}.hero-text-new h1{margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1}.hero-text-new .hero-subtitle-large{color:#ffffffe6;margin-bottom:.75rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600}.gradient-text-social{background:linear-gradient(135deg,#f472b6 0%,#60a5fa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-text-new>p{color:#ffffffbf;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-actions-new{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats-new{flex-direction:column;gap:1rem;display:flex}.hero-stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);text-align:center;animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:#ffffff1a;border:1px solid #ffffff26;padding:1.5rem 2rem}.hero-stat-card .stat-value{color:var(--white);font-size:1.75rem;font-weight:700;display:block}.hero-stat-card .stat-label{color:#ffffffb3;font-size:.85rem}.hero-scroll{color:var(--white);flex-direction:column;align-items:center;gap:.5rem;font-size:.85rem;animation:2s infinite bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll svg{width:24px;height:24px}.social-services-new{background:var(--white);padding:6rem 0}.services-grid-social-new{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card-social-new{background:var(--gray-50);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:var(--transition-slow);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;padding:2rem}.service-card-social-new:hover{background:var(--white);box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.service-icon-social-new{background:var(--gradient-primary);border-radius:var(--radius-md);width:56px;height:56px;color:var(--white);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-icon-social-new svg{width:28px;height:28px}.service-card-social-new h3{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.service-card-social-new>p{color:var(--gray-600);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.service-features-list{flex-wrap:wrap;gap:.5rem;display:flex}.service-features-list li{color:var(--gray-700);align-items:center;gap:.35rem;font-size:.8rem;display:flex}.service-features-list li svg{width:14px;height:14px;color:var(--primary)}.instagram-section-new{background:var(--gray-50);padding:6rem 0}.instagram-grid-new{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.instagram-content-new h2{margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.instagram-content-new>p{color:var(--gray-600);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.instagram-metrics{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.metric-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);padding:1rem}.metric-icon{margin-bottom:.25rem;font-size:1.5rem}.metric-value{color:var(--primary);font-size:1.25rem;font-weight:700;display:block}.metric-label{color:var(--gray-500);font-size:.75rem}.instagram-features-new{flex-direction:column;gap:1.5rem;display:flex}.insta-feature-new{gap:1rem;display:flex}.insta-feature-new .insta-feature-icon{background:var(--white);border-radius:var(--radius);width:48px;height:48px;color:var(--primary);box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.insta-feature-new .insta-feature-icon svg{width:24px;height:24px}.insta-feature-new h4{margin-bottom:.25rem;font-size:1rem;font-weight:700}.insta-feature-new p{color:var(--gray-600);font-size:.9rem}.instagram-visual-new{justify-content:center;display:flex;position:relative}.phone-mockup-social{background:#1a1a2e;border-radius:36px;width:280px;padding:12px;box-shadow:0 50px 100px #0000004d}.phone-notch-social{background:#0f0f1a;border-radius:0 0 12px 12px;width:80px;height:24px;margin:0 auto 8px}.phone-screen-social{background:var(--white);border-radius:28px;overflow:hidden}.insta-header{border-bottom:1px solid var(--gray-200);padding:.75rem 1rem}.insta-logo{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600}.insta-feed{position:relative}.insta-feed img{aspect-ratio:1;object-fit:cover;width:100%}.insta-actions{justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.action-left{gap:1rem;display:flex}.insta-actions svg{width:24px;height:24px;color:var(--dark)}.insta-likes{padding:.5rem 1rem 1rem;font-size:.9rem;font-weight:600}.floating-stats{position:absolute;top:50%;right:-60px;transform:translateY(-50%)}.floating-stat{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;padding:1rem;animation:3s infinite pulse}.fs-icon{font-size:1.5rem;display:block}.fs-value{color:var(--primary);font-size:1.25rem;font-weight:700;display:block}.portfolio-section-new{background:var(--white);padding:6rem 0}.portfolio-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.filter-btn{background:var(--gray-100);border-radius:var(--radius-full);color:var(--gray-600);transition:var(--transition);padding:.65rem 1.25rem;font-weight:600}.filter-btn:hover{background:var(--gray-200)}.filter-btn.active{background:var(--primary);color:var(--white)}.portfolio-grid-new{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.portfolio-item-new{border-radius:var(--radius-xl);aspect-ratio:4/3;cursor:pointer;animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;position:relative;overflow:hidden}.portfolio-item-new img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.portfolio-item-new:hover img{transform:scale(1.1)}.portfolio-overlay-new{color:var(--white);opacity:0;transition:var(--transition);background:linear-gradient(#0000 0%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.portfolio-item-new:hover .portfolio-overlay-new{opacity:1}.portfolio-category-new{background:var(--primary);border-radius:var(--radius-full);width:fit-content;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.portfolio-overlay-new h4{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.portfolio-client{color:#ffffffb3;font-size:.85rem}.social-testimonials{background:linear-gradient(135deg,var(--gray-900)0%,var(--gray-800)100%);padding:6rem 0}.testimonial-slider{max-width:800px;margin:0 auto;position:relative}.testimonial-slide{animation:.5s fadeIn;display:none}.testimonial-slide.active{display:block}.testimonial-content{text-align:center;color:var(--white)}.testimonial-quote-icon{margin-bottom:1.5rem}.testimonial-quote-icon svg{width:48px;height:48px;color:var(--accent);opacity:.5}.testimonial-text{margin-bottom:2rem;font-size:1.25rem;font-style:italic;line-height:1.8}.testimonial-author-new{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.testimonial-author-new img{object-fit:cover;border:2px solid var(--accent);border-radius:50%;width:56px;height:56px}.testimonial-author-new strong{font-size:1rem;font-weight:700;display:block}.testimonial-author-new span{color:#ffffffb3;font-size:.9rem}.testimonial-stats{justify-content:center;gap:3rem;display:flex}.ts-item{text-align:center}.ts-value{color:var(--accent);font-size:1.5rem;font-weight:700;display:block}.ts-label{color:#fff9;font-size:.85rem}.testimonial-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.testimonial-dots button{cursor:pointer;width:10px;height:10px;transition:var(--transition);background:#ffffff4d;border:none;border-radius:50%}.testimonial-dots button.active{background:var(--accent);transform:scale(1.3)}.social-packages-new{background:var(--gray-50);padding:6rem 0}.packages-grid-new{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.package-card-new{background:var(--white);border-radius:var(--radius-xl);border:2px solid var(--gray-200);transition:var(--transition-slow);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;padding:2.5rem 2rem;position:relative}.package-card-new:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-8px)}.package-card-new.popular{border-color:var(--primary)}.popular-badge-new{background:var(--primary);color:var(--white);border-radius:var(--radius-full);padding:.35rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.package-card-new h3{margin-bottom:.25rem;font-size:1.35rem;font-weight:700}.package-desc-new{color:var(--gray-500);margin-bottom:1.5rem;font-size:.9rem}.package-price-new{margin-bottom:1.5rem}.package-price-new .currency{font-size:1.25rem;font-weight:600}.package-price-new .amount{font-size:2.5rem;font-weight:700}.package-price-new .period{color:var(--gray-500);font-size:1rem}.package-features-new{margin-bottom:2rem}.package-features-new li{color:var(--gray-700);align-items:flex-start;gap:.5rem;padding:.6rem 0;font-size:.95rem;display:flex}.package-features-new li svg{width:18px;height:18px;color:var(--primary);flex-shrink:0;margin-top:2px}.btn-package-new{text-align:center;border-radius:var(--radius);width:100%;transition:var(--transition);padding:.85rem;font-weight:600;display:block}.btn-package-new.btn-primary{background:var(--primary);color:var(--white)}.btn-package-new.btn-primary:hover{background:var(--primary-dark)}.btn-package-new.btn-outline-dark{color:var(--dark);border:2px solid var(--gray-300);background:0 0}.btn-package-new.btn-outline-dark:hover{background:var(--dark);color:var(--white);border-color:var(--dark)}.packages-coming-soon{justify-content:center;padding:2rem 0;display:flex}.coming-soon-card{text-align:center;background:var(--white);border-radius:var(--radius-xl);max-width:600px;box-shadow:var(--shadow-lg);border:2px solid var(--gray-200);padding:3rem 2.5rem}.coming-soon-icon{background:linear-gradient(135deg,var(--primary-light),var(--primary));border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.coming-soon-icon svg{width:40px;height:40px;color:var(--white)}.coming-soon-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.coming-soon-card p{color:var(--gray-600);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.coming-soon-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.coming-soon-actions .btn-primary{background:var(--primary);color:var(--white);border-radius:var(--radius);transition:var(--transition);padding:.85rem 2rem;font-weight:600}.coming-soon-actions .btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.coming-soon-actions .btn-outline-dark{color:var(--dark);border:2px solid var(--gray-300);border-radius:var(--radius);transition:var(--transition);background:0 0;padding:.85rem 2rem;font-weight:600}.coming-soon-actions .btn-outline-dark:hover{background:var(--dark);color:var(--white);border-color:var(--dark)}.photo-section-new{background:var(--white);padding:6rem 0}.photo-grid-new{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.photo-content-new h2{margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700}.photo-content-new>p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.photo-features-new{margin-bottom:2rem}.photo-features-new li{color:var(--gray-700);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.95rem;display:flex}.photo-features-new li svg{width:18px;height:18px;color:var(--primary)}.photo-gallery-new{position:relative}.gallery-grid{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr;gap:1rem;display:grid}.gallery-large{border-radius:var(--radius-xl);object-fit:cover;grid-row:span 2;height:100%}.gallery-small-1,.gallery-small-2{border-radius:var(--radius-lg);object-fit:cover}.gallery-badge{background:var(--primary);color:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);padding:1rem 1.5rem;position:absolute;bottom:-1rem;right:2rem}.gallery-badge span{font-size:1.5rem;font-weight:700;display:block}.gallery-badge small{opacity:.9;font-size:.8rem}.social-cta-section-new{background:var(--gradient-primary);padding:6rem 0}.social-cta-content-new{text-align:center;max-width:700px;color:var(--white);margin:0 auto}.social-cta-content-new h2{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.social-cta-content-new p{color:#ffffffe6;margin-bottom:2rem;font-size:1.1rem}.social-cta-actions-new{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.selected-package-info{background:var(--gray-50);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.selected-package-info span{color:var(--primary);font-weight:600}.contact-hero{align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.contact-hero-bg{position:absolute;inset:0}.contact-hero-bg img{object-fit:cover;width:100%;height:100%}.contact-hero-overlay{background:linear-gradient(135deg,#000c 0%,#00000080 100%);position:absolute;inset:0}.contact-hero-content{z-index:2;max-width:600px;color:var(--white);position:relative}.contact-hero-content h1{margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1}.contact-hero-content h1 span{color:var(--accent-light)}.contact-hero-content>p{color:#ffffffd9;font-size:1.1rem;line-height:1.7}.contact-info-section{background:var(--white);z-index:10;margin-top:-3rem;padding:4rem 0;position:relative}.contact-info-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.contact-info-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);text-align:center;transition:var(--transition-slow);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;padding:2rem}.contact-info-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.contact-info-icon{background:var(--gradient-primary);border-radius:var(--radius-lg);width:56px;height:56px;color:var(--white);justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.contact-info-icon svg{width:28px;height:28px}.contact-info-card h3{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.contact-value{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:700;display:block}.contact-info-card p{color:var(--gray-500);font-size:.85rem}.contact-main-section{background:var(--gray-50);padding:4rem 0 6rem}.contact-grid{grid-template-columns:1fr 350px;gap:2rem;display:grid}.contact-form-wrapper{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:2.5rem}.contact-form-header{margin-bottom:2rem}.contact-form-header h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.contact-form-header p{color:var(--gray-600)}.contact-form{flex-direction:column;gap:0;display:flex}.contact-success{text-align:center;padding:4rem 2rem}.contact-success h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.contact-success p{color:var(--gray-600)}.btn-submit-contact{background:var(--primary);width:100%;color:var(--white);border-radius:var(--radius);transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;display:flex}.btn-submit-contact:hover{background:var(--primary-dark)}.btn-submit-contact svg{width:20px;height:20px}.contact-sidebar{flex-direction:column;gap:1.5rem;display:flex}.quick-actions-card,.working-hours-card,.social-links-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:1.5rem}.quick-actions-card h3,.working-hours-card h3,.social-links-card h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.quick-actions-card p,.social-links-card p{color:var(--gray-600);margin-bottom:1rem;font-size:.9rem}.quick-action-buttons{flex-direction:column;gap:.75rem;display:flex}.quick-action-btn{border-radius:var(--radius);transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-weight:600;display:flex}.quick-action-btn.call{background:var(--primary);color:var(--white)}.quick-action-btn.call:hover{background:var(--primary-dark)}.quick-action-btn.whatsapp{color:var(--white);background:#25d366}.quick-action-btn.whatsapp:hover{background:#128c7e}.quick-action-btn svg{width:20px;height:20px}.hours-list{margin-bottom:1rem}.hours-list li{border-bottom:1px solid var(--gray-100);justify-content:space-between;padding:.75rem 0;display:flex}.hours-list li:last-child{border-bottom:none}.hours-list span{color:var(--gray-600);font-size:.9rem}.hours-list strong{color:var(--dark);font-size:.9rem}.emergency-note{border-radius:var(--radius);background:#2d5a4a1a;align-items:flex-start;gap:.5rem;padding:.75rem;display:flex}.emergency-note svg{width:18px;height:18px;color:var(--primary);flex-shrink:0;margin-top:2px}.emergency-note span{color:var(--gray-700);font-size:.8rem}.social-icons-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.social-icon{border-radius:var(--radius);width:48px;height:48px;transition:var(--transition);justify-content:center;align-items:center;display:flex}.social-icon svg{width:24px;height:24px}.social-icon.instagram{color:var(--white);background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-icon.linkedin{color:var(--white);background:#0077b5}.social-icon.youtube{color:var(--white);background:red}.social-icon.twitter{background:var(--dark);color:var(--white)}.social-icon:hover{transform:scale(1.1)}.map-section{background:var(--white);padding:4rem 0}.map-wrapper{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.map-overlay-card{z-index:10;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:280px;padding:1.5rem;position:absolute;top:2rem;left:2rem}.map-overlay-card h3{margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.map-overlay-card p{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.btn-directions{background:var(--primary);color:var(--white);border-radius:var(--radius);transition:var(--transition);align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.btn-directions:hover{background:var(--primary-dark)}.btn-directions svg{width:18px;height:18px}.map-placeholder iframe{display:block}.faq-section{background:var(--gray-50);padding:6rem 0}.faq-grid{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto 2rem;display:flex}.faq-item{background:var(--white);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);overflow:hidden}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-question{justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.faq-question h4{margin:0;font-size:1rem;font-weight:600}.faq-question svg{width:20px;height:20px;color:var(--gray-400);transition:var(--transition);flex-shrink:0}.faq-item.open .faq-question svg{color:var(--primary);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{color:var(--gray-600);padding:0 1.5rem 1.5rem;line-height:1.7}.faq-cta{text-align:center}.faq-cta p{color:var(--gray-600);margin-bottom:1rem}.contact-cta{background:var(--gradient-primary);padding:5rem 0}.contact-cta-content{text-align:center;max-width:700px;color:var(--white);margin:0 auto}.contact-cta-content h2{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.contact-cta-content p{color:#ffffffe6;margin-bottom:2rem;font-size:1.1rem}.contact-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)translate(-50%)}40%{transform:translateY(-10px)translate(-50%)}60%{transform:translateY(-5px)translate(-50%)}}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{opacity:.3;transform:scale(1)}30%{opacity:1;transform:scale(1.2)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.modal-overlay{z-index:2000;background:#0009;justify-content:center;align-items:center;padding:2rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:450px;max-height:90vh;padding:2rem;animation:.3s fadeInUp;position:relative;overflow-y:auto}.modal-close{color:var(--gray-400);transition:var(--transition);padding:.5rem;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--dark)}.modal-close svg{width:24px;height:24px}.modal-content h3{margin-bottom:1rem;font-size:1.35rem;font-weight:700}.modal-content>p{color:var(--gray-600);margin-bottom:1.5rem}.modal-success{text-align:center;padding:2rem}.modal-success svg{width:64px;height:64px;color:var(--primary);margin-bottom:1rem}.modal-success h3{margin-bottom:.5rem}.modal-success p{color:var(--gray-600)}.legal-hero{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);min-height:100vh;color:var(--white);text-align:center;justify-content:center;align-items:center;padding:8rem 0 4rem;display:flex}.legal-hero h1{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.legal-hero p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.1rem}.legal-content{padding:4rem 0 6rem}.legal-text{max-width:800px;margin:0 auto}.legal-date{color:var(--gray-500);border-bottom:1px solid var(--gray-200);margin-bottom:2rem;padding-bottom:1rem;font-size:.9rem}.legal-text h2{color:var(--dark);margin:2.5rem 0 1rem;padding-top:1rem;font-size:1.5rem;font-weight:700}.legal-text h3{color:var(--dark);margin:1.5rem 0 .75rem;font-size:1.2rem;font-weight:600}.legal-text p{color:var(--gray-700);margin-bottom:1rem;font-size:1rem;line-height:1.8}.legal-text ul{margin:1rem 0 1.5rem;padding-left:1.5rem}.legal-text li{color:var(--gray-700);margin-bottom:.5rem;font-size:1rem;line-height:1.8;list-style:outside}.legal-text a{color:var(--primary);text-decoration:underline}.legal-text a:hover{color:var(--primary-dark)}.legal-contact{background:var(--gray-50);border-radius:var(--radius-lg);text-align:center;margin-top:3rem;padding:2rem}.legal-contact h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.legal-contact p{color:var(--gray-600);margin-bottom:1.5rem}.newsletter-modal{text-align:center}.newsletter-icon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);width:80px;height:80px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.newsletter-icon svg{width:40px;height:40px}.newsletter-modal h3{margin-bottom:.75rem;font-size:1.5rem}.newsletter-modal p{color:var(--gray-600);margin-bottom:1.5rem}.newsletter-modal .form-group{margin-bottom:1rem}.newsletter-modal input[type=email]{border:1px solid var(--gray-300);border-radius:var(--radius);width:100%;padding:1rem;font-size:1rem}.newsletter-modal input[type=email]:focus{border-color:var(--primary);outline:none}.secondhand-hero-construction{align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative}.secondhand-hero-bg{position:absolute;inset:0}.secondhand-hero-bg img{object-fit:cover;width:100%;height:100%}.hero-gradient-dark{background:linear-gradient(135deg,#000000d9 0%,#0009 100%);position:absolute;inset:0}.secondhand-hero-content{z-index:2;text-align:center;color:var(--white);max-width:700px;margin:0 auto;position:relative}.construction-badge{border-radius:var(--radius-full);color:#ffc107;background:#ffc10733;border:1px solid #ffc10766;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.construction-badge svg{width:24px;height:24px}.secondhand-hero-content h1{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.secondhand-hero-content .hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.hero-features-list{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.hero-feature-item{color:var(--white);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.hero-feature-item svg{width:20px;height:20px;color:var(--accent-light);flex-shrink:0}.hero-feature-item{align-items:center;gap:.5rem;font-size:1rem;display:flex}.hero-feature-item svg{width:20px;height:20px;color:var(--accent)}.coming-features-section{background:var(--gray-50);padding:5rem 0}.coming-features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.coming-feature-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition);padding:2rem}.coming-feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.coming-feature-icon{background:linear-gradient(135deg,var(--accent)0%,var(--primary-light)100%);border-radius:var(--radius-md);width:56px;height:56px;color:var(--white);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.coming-feature-icon svg{width:28px;height:28px}.coming-feature-card h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.coming-feature-card p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.sell-device-section{padding:5rem 0}.sell-device-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.sell-device-text h2{margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.sell-device-text>p{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}.sell-features{margin-bottom:2rem}.sell-features li{color:var(--gray-700);align-items:center;gap:.75rem;padding:.5rem 0;font-size:1rem;display:flex}.sell-features li svg{width:20px;height:20px;color:var(--primary)}.coming-soon-card{background:linear-gradient(135deg,var(--gray-100)0%,var(--gray-50)100%);border-radius:var(--radius-xl);text-align:center;border:2px dashed var(--gray-300);padding:3rem}.cs-icon{background:var(--white);width:80px;height:80px;color:var(--primary);box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.cs-icon svg{width:40px;height:40px}.coming-soon-card h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.coming-soon-card p{color:var(--gray-600)}.secondhand-cta{background:var(--primary);padding:5rem 0}.secondhand-cta-content{text-align:center;color:var(--white)}.secondhand-cta-content h2{margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.secondhand-cta-content p{opacity:.9;max-width:600px;margin:0 auto 2rem;font-size:1.1rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.iphone-image{object-fit:contain;border-radius:20px;width:100%;height:auto;max-height:400px}.iphone-showcase{justify-content:center;align-items:center;display:flex}.iphone-hero-image{filter:drop-shadow(0 20px 40px #0000004d);max-width:300px;height:auto}.ai-tabs-section{background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:2rem 0}.ai-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.ai-tab{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-600);transition:var(--transition);align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}.ai-tab:hover{border-color:var(--primary);color:var(--primary)}.ai-tab.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.ai-tab svg{width:20px;height:20px}.coming-soon-badge{color:var(--dark);border-radius:var(--radius-sm);text-transform:uppercase;background:#ffc107;margin-left:.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.crm-coming-soon{padding:5rem 0}.coming-soon-content{text-align:center;max-width:900px;margin:0 auto}.coming-soon-icon{background:linear-gradient(135deg,var(--accent)0%,var(--primary-light)100%);width:100px;height:100px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex}.coming-soon-icon svg{width:50px;height:50px}.coming-soon-content h2{margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.coming-soon-content>p{color:var(--gray-600);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.crm-preview-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.crm-preview-card{background:var(--gray-50);border-radius:var(--radius-lg);text-align:left;transition:var(--transition);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;padding:1.5rem}.crm-preview-card:hover{background:var(--white);box-shadow:var(--shadow-md)}.crm-preview-icon{background:linear-gradient(135deg,var(--accent)0%,var(--primary-light)100%);border-radius:var(--radius);width:48px;height:48px;color:var(--white);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.crm-preview-icon svg{width:24px;height:24px}.crm-preview-card h4{margin-bottom:.5rem;font-size:1rem;font-weight:700}.crm-preview-card p{color:var(--gray-600);font-size:.9rem;line-height:1.5}@media (max-width:1024px){.feature-grid,.hr-grid,.ai-hero-grid,.technical-grid,.overview-grid,.insurance-hero-grid,.instagram-grid-new,.photo-grid-new,.module-grid,.approach-grid{grid-template-columns:1fr;gap:3rem}.social-cta-content{grid-template-columns:1fr}.stats-grid,.equipment-cards{grid-template-columns:repeat(2,1fr)}.pricing-grid,.packages-grid-insurance{grid-template-columns:1fr;max-width:400px;margin:0 auto}.service-areas-grid{grid-template-columns:1fr}.approach-grid{flex-direction:column-reverse}.packages-grid-new,.services-grid-social-new,.portfolio-grid-new,.rental-cards-grid,.benefits-grid-rental{grid-template-columns:repeat(2,1fr)}.device-hero-content{grid-template-columns:1fr}.device-hero-stats{justify-content:center}.social-hero-content-new{text-align:center;grid-template-columns:1fr}.hero-stats-new{flex-direction:row;justify-content:center}.contact-grid,.products-layout-new{grid-template-columns:1fr}.contact-info-grid,.category-cards-new,.benefits-bar{grid-template-columns:repeat(2,1fr)}.supplies-cta-content-new{text-align:center;grid-template-columns:1fr}.cta-actions{flex-direction:row;justify-content:center}.feature-visual{flex-direction:column;align-items:center}.iphone-chat-wrapper{width:260px}.iphone-chat-wrapper-hero{width:280px}.dashboard-preview{margin-top:1rem}}@media (max-width:768px){.main-nav{background:var(--white);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:var(--transition);flex-direction:column;gap:0;padding:1rem;position:fixed;top:72px;left:0;right:0;transform:translateY(-100%)}.main-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.main-nav a{border-bottom:1px solid var(--gray-100);padding:1rem}.mobile-menu-toggle{display:block}.header-actions{display:none}.gallery-slide{width:250px;height:170px}.approach-lead{font-size:1.05rem}.approach-steps-full{padding:1.5rem}.steps-list-full li{font-size:.95rem}.approach-conclusion{padding:1.25rem 1.5rem;font-size:1rem}.hero-actions,.feature-actions,.hr-actions,.ai-hero-actions{flex-direction:column}.iphone-chat-wrapper{width:220px}.iphone-chat-wrapper-hero{width:240px}.whatsapp-image-wrapper{-border-radius:30px;padding:15px}.whatsapp-demo-image{-border-radius:24px;max-width:280px}.chat-msg{padding:.35rem .5rem;font-size:.55rem}.chat-msg-hero,.chat-name-mini{font-size:.6rem}.chat-name-hero{font-size:.7rem}.dashboard-preview{width:180px;padding:1rem}.dashboard-preview h4{font-size:.85rem}.stat-row{padding:.5rem 0;font-size:.8rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr)}.form-container,.form-row,.testimonials-grid{grid-template-columns:1fr}.callcenter-grid,.crm-modules-grid{grid-template-columns:repeat(2,1fr)}.dashboard-preview-grid,.personnel-layout{grid-template-columns:1fr}.device-tabs{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.device-filters-bar{flex-direction:column;align-items:stretch}.view-toggle{justify-content:center;margin-left:0}.packages-grid-new,.services-grid-social-new,.portfolio-grid-new,.rental-cards-grid{grid-template-columns:1fr}.instagram-metrics{grid-template-columns:repeat(2,1fr)}.instagram-visual-new{display:none}.contact-info-grid,.category-cards-new,.benefits-bar{grid-template-columns:1fr}.benefit-item-bar{border-right:none;border-bottom:1px solid var(--gray-200);padding:1rem 0}.benefit-item-bar:last-child{border-bottom:none}.gallery-grid{grid-template-columns:1fr}.gallery-large{grid-row:auto}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.scroll-animate{opacity:1;transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animate.animate-in{animation-duration:.6s;animation-timing-function:ease-out;animation-fill-mode:both}.fade-left{opacity:0;transform:translate(-30px)}.fade-left.animate-in{opacity:1;transform:translate(0)}.fade-right{opacity:0;transform:translate(30px)}.fade-right.animate-in{opacity:1;transform:translate(0)}.fade-up{opacity:0;transform:translateY(20px)}.fade-up.animate-in{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}.delay-600{transition-delay:.6s}.membership-hero{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);min-height:100vh;color:var(--white);text-align:center;justify-content:center;align-items:center;padding:8rem 0 4rem;display:flex}.membership-hero-content h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.membership-hero .hero-subtitle{opacity:.95;margin-bottom:1rem;font-size:1.5rem}.membership-hero .hero-description{opacity:.9;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.8}.membership-form-section{background:var(--gray-50);padding:4rem 0}.membership-grid{grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.membership-benefits h2{color:var(--dark);margin-bottom:2rem;font-size:2rem}.benefit-list{flex-direction:column;gap:1.5rem;display:flex}.benefit-item{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);gap:1rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex}.benefit-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.benefit-icon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);border-radius:var(--radius);width:48px;height:48px;color:var(--white);flex-shrink:0;justify-content:center;align-items:center;display:flex}.benefit-icon svg{width:24px;height:24px}.benefit-item h4{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem}.benefit-item p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.membership-form-container{align-items:flex-start;display:flex}.membership-form-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;padding:2.5rem}.membership-form-card h3{color:var(--dark);margin-bottom:.5rem;font-size:1.75rem}.form-subtitle{color:var(--gray-600);margin-bottom:2rem}.membership-form{flex-direction:column;gap:1.5rem;display:flex}.membership-form .form-group{flex-direction:column;gap:.5rem;display:flex}.membership-form label{color:var(--dark);font-size:.95rem;font-weight:600}.membership-form input[type=text],.membership-form input[type=email],.membership-form input[type=tel]{border:1px solid var(--gray-300);border-radius:var(--radius);padding:.875rem 1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.membership-form input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2d5a4a1a}.form-checkbox{align-items:flex-start;gap:.75rem;display:flex}.form-checkbox label{cursor:pointer;align-items:flex-start;gap:.75rem;font-weight:400;line-height:1.6;display:flex}.form-checkbox input[type=checkbox]{cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:.25rem}.form-checkbox a{color:var(--primary);text-decoration:underline}.btn-submit-membership{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.btn-submit-membership:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.form-footer{border-top:1px solid var(--gray-200);margin-top:1.5rem;padding-top:1.5rem}.form-footer p{color:var(--gray-600);align-items:center;gap:.5rem;font-size:.9rem;line-height:1.6;display:flex}.form-footer svg{width:20px;height:20px;color:var(--primary);flex-shrink:0}@media (max-width:768px){.membership-hero{padding:4rem 0 3rem}.membership-hero-content h1{font-size:2rem}.membership-hero .hero-subtitle{font-size:1.25rem}.membership-grid{grid-template-columns:1fr;gap:2rem}.membership-form-card{padding:2rem 1.5rem}}.form-message{border-radius:8px;padding:.875rem 1rem;font-size:.9rem;line-height:1.5}.form-success{color:#2e7d32;background:#e8f5e9;border:1px solid #a5d6a7}.form-error{color:#c62828;background:#fbe9e7;border:1px solid #ef9a9a}.btn-submit-membership:disabled{opacity:.7;cursor:not-allowed}.request-form-hero{background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);min-height:100vh;color:var(--white);text-align:center;justify-content:center;align-items:center;padding:8rem 0 4rem;display:flex}.request-form-hero-content h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.request-form-hero .hero-subtitle{opacity:.95;margin-bottom:1rem;font-size:1.5rem}.request-form-hero .hero-description{opacity:.9;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.8}.request-form-section{background:var(--gray-50);padding:4rem 0}.request-form-grid{grid-template-columns:1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.contact-info-section h2{color:var(--dark);margin-bottom:1rem;font-size:2rem}.contact-info-section>p{color:var(--gray-600);margin-bottom:2rem;line-height:1.6}.contact-methods{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.contact-method{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);color:inherit;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .3s;display:flex}.contact-method:hover{box-shadow:var(--shadow-md);transform:translate(5px)}.contact-icon{background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);border-radius:var(--radius);width:48px;height:48px;color:var(--white);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-icon svg{width:24px;height:24px}.contact-method h4{color:var(--dark);margin-bottom:.25rem;font-size:1rem}.contact-method p{color:var(--gray-600);font-size:.95rem}.office-hours{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.office-hours h3{color:var(--dark);margin-bottom:1rem;font-size:1.25rem}.office-hours p{color:var(--gray-700);margin-bottom:.5rem;font-size:.95rem}.office-hours .note{border-top:1px solid var(--gray-200);color:var(--gray-600);margin-top:1rem;padding-top:1rem;font-size:.9rem;font-style:italic}.request-form-container{align-items:flex-start;display:flex}.request-form-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;padding:2.5rem}.request-form-card h3{color:var(--dark);margin-bottom:.5rem;font-size:1.75rem}.request-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.request-form .form-group{flex-direction:column;gap:.5rem;display:flex}.request-form label{color:var(--dark);font-size:.95rem;font-weight:600}.request-form input[type=text],.request-form input[type=email],.request-form input[type=tel],.request-form select,.request-form textarea{border:1px solid var(--gray-300);border-radius:var(--radius);padding:.875rem 1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.request-form select{cursor:pointer;background-color:var(--white)}.request-form textarea{resize:vertical;font-family:inherit}.request-form input:focus,.request-form select:focus,.request-form textarea:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 3px #1a5f7a1a}.btn-submit-request{background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.btn-submit-request:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-submit-request:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-success{text-align:center;padding:3rem 2rem}.success-icon{background:linear-gradient(135deg,var(--accent)0%,var(--primary-light)100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.success-icon svg{width:40px;height:40px;color:var(--white)}.form-success h3{color:var(--primary);margin-bottom:1rem;font-size:2rem}.form-success p{color:var(--gray-600);font-size:1.1rem}@media (max-width:768px){.request-form-hero{padding:4rem 0 3rem}.request-form-hero-content h1{font-size:2rem}.request-form-hero .hero-subtitle{font-size:1.25rem}.request-form-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.request-form-card{padding:2rem 1.5rem}}.ai-features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.ai-feature-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem;transition:all .3s;position:relative}.ai-feature-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.feature-badge{background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);color:var(--white);border-radius:var(--radius-full);letter-spacing:.5px;text-transform:uppercase;padding:.375rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.ai-feature-icon{background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);border-radius:var(--radius-lg);width:56px;height:56px;color:var(--white);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.ai-feature-icon svg{width:28px;height:28px}.ai-feature-card h3{color:var(--dark);margin-bottom:.75rem;font-size:1.25rem}.ai-feature-card p{color:var(--gray-600);line-height:1.6}.badge-coming-soon{color:var(--white);border-radius:var(--radius-full);letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#f59e0b 0%,#ef4444 100%);margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;animation:2s infinite pulse;display:inline-block}.crm-timeline{background:var(--gray-50);border-radius:var(--radius-lg);gap:2rem;margin:3rem 0;padding:2rem;display:flex}.timeline-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);opacity:.6;flex:1;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.timeline-item.active{opacity:1;box-shadow:var(--shadow-md);border:2px solid var(--secondary)}.timeline-icon{background:var(--gray-200);border-radius:var(--radius);width:48px;height:48px;color:var(--gray-600);flex-shrink:0;justify-content:center;align-items:center;display:flex}.timeline-item.active .timeline-icon{background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);color:var(--white)}.timeline-icon svg{width:24px;height:24px}.timeline-content h4{color:var(--dark);margin-bottom:.5rem;font-size:1.125rem}.timeline-content p{color:var(--gray-600);font-size:.95rem}.crm-importance-note{border-left:4px solid var(--secondary);border-radius:var(--radius-lg);background:linear-gradient(135deg,#1a5f7a1a 0%,#2d5a4a1a 100%);gap:1.5rem;margin:3rem 0;padding:2rem;display:flex}.importance-icon{background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);border-radius:var(--radius);width:56px;height:56px;color:var(--white);flex-shrink:0;justify-content:center;align-items:center;display:flex}.importance-icon svg{width:28px;height:28px}.crm-importance-note h4{color:var(--secondary);margin-bottom:.75rem;font-size:1.25rem}.crm-importance-note p{color:var(--gray-700);font-size:1rem;line-height:1.7}.crm-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.crm-cta-buttons .btn-primary-large{align-items:center;gap:.75rem;display:inline-flex}.crm-cta-buttons .btn-primary-large svg{width:22px;height:22px}.crm-cta-buttons .btn-outline-dark{align-items:center;gap:.75rem;display:inline-flex}.crm-cta-buttons .btn-outline-dark svg{width:20px;height:20px}.crm-note{color:var(--gray-700);line-height:1.6}.crm-note strong{color:var(--secondary);font-weight:700}.digital-marketing-section{background:var(--gray-50);padding:6rem 0}.digital-services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:3rem 0;display:grid}.digital-service-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:2.5rem;transition:all .3s}.digital-service-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.digital-service-icon{background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);border-radius:var(--radius-lg);width:64px;height:64px;color:var(--white);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.digital-service-icon svg{width:32px;height:32px}.digital-service-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.5rem}.digital-service-card p{color:var(--gray-600);line-height:1.7}.digital-gallery{margin:4rem 0}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.gallery-item{border-radius:var(--radius-lg);aspect-ratio:4/3;box-shadow:var(--shadow-md);transition:all .3s;position:relative;overflow:hidden}.gallery-item:hover{box-shadow:var(--shadow-xl);transform:scale(1.02)}.gallery-item img{object-fit:cover;width:100%;height:100%}.gallery-overlay{color:var(--white);opacity:0;background:linear-gradient(#0000 0%,#000c 100%);padding:1.5rem;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay h4{margin:0;font-size:1.125rem;font-weight:600}.digital-cta{text-align:center;background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);border-radius:var(--radius-xl);color:var(--white);margin-top:3rem;padding:3rem}.digital-cta h3{color:var(--white);margin-bottom:1rem;font-size:2rem}.digital-cta p{opacity:.95;margin-bottom:2rem;font-size:1.125rem}.digital-cta .btn-primary-large{background:var(--white);color:var(--primary)}.digital-cta .btn-primary-large:hover{background:var(--gray-100);transform:translateY(-2px)}@media (max-width:768px){.ai-features-grid{grid-template-columns:1fr;gap:1.5rem}.ai-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.video-placeholder-wrapper{grid-template-columns:1fr;gap:2rem}.video-play-icon{width:60px;height:60px}.video-play-icon svg{width:24px;height:24px}.feature-badge{padding:.3rem .6rem;font-size:.7rem}.crm-timeline,.crm-importance-note{flex-direction:column;gap:1rem;padding:1.5rem}.importance-icon{width:48px;height:48px}.crm-cta-buttons{flex-direction:column;gap:1rem}.crm-cta-buttons a,.crm-cta-buttons .btn-primary-large{justify-content:center;width:100%}.digital-marketing-section{padding:4rem 0}.digital-services-grid{grid-template-columns:1fr;gap:1.5rem}.digital-service-card{padding:2rem}.gallery-grid{grid-template-columns:1fr}.digital-cta{padding:2rem}.digital-cta h3{font-size:1.5rem}}.ai-demo-section{background:linear-gradient(135deg,var(--gray-50)0%,#f0f7f4 100%);padding:6rem 0}.demo-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.demo-content .section-tag{color:var(--primary);border-radius:var(--radius-full);background:#2d5a4a1a;margin-bottom:1rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.demo-content h2{color:var(--dark);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700}.demo-content>p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.demo-features{flex-direction:column;gap:.75rem;display:flex}.demo-feature{color:var(--gray-700);align-items:center;gap:.75rem;font-size:1rem;display:flex}.demo-feature svg{width:20px;height:20px;color:var(--primary);flex-shrink:0}.demo-phone{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.phone-frame-demo{background:#1a1a2e;border-radius:36px;width:280px;padding:12px;box-shadow:0 25px 60px #0000004d}.phone-frame-demo .phone-notch{background:#0f0f1a;border-radius:0 0 14px 14px;width:90px;height:22px;margin:0 auto .5rem}.phone-screen-demo{background:linear-gradient(#1e1e2e 0%,#12121a 100%);border-radius:28px;flex-direction:column;min-height:400px;display:flex;overflow:hidden}.chat-header-demo{border-bottom:1px solid #ffffff1a;align-items:center;gap:.75rem;padding:1rem;display:flex}.chat-avatar-demo{background:var(--gradient-primary);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chat-avatar-demo svg{width:18px;height:18px;color:var(--white)}.chat-info-demo{flex-direction:column;display:flex}.chat-name-demo{color:var(--white);font-size:.9rem;font-weight:600}.chat-status-demo{color:#fff9;align-items:center;gap:.4rem;font-size:.75rem;display:flex}.status-dot-demo{background:#4ade80;border-radius:50%;width:6px;height:6px}.chat-messages-demo{flex-direction:column;flex:1;gap:.75rem;max-height:320px;padding:1rem;display:flex;overflow-y:auto}.chat-start-demo{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.chat-start-demo p{color:#fff9;margin-bottom:1rem;font-size:.85rem}.btn-start-demo{background:var(--gradient-primary);color:var(--white);border-radius:var(--radius-full);transition:var(--transition);padding:.6rem 1.5rem;font-size:.85rem;font-weight:600}.btn-start-demo:hover{transform:scale(1.05)}.chat-message{border-radius:16px;max-width:85%;padding:.75rem 1rem;font-size:.85rem;line-height:1.5;animation:.3s messageSlide}.chat-message.bot{color:var(--white);background:#ffffff1a;border-bottom-left-radius:4px;align-self:flex-start}.chat-message.user{background:var(--primary);color:var(--white);border-bottom-right-radius:4px;align-self:flex-end}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.typing-indicator{gap:4px;padding:.25rem 0;display:flex}.typing-indicator span{background:#ffffff80;border-radius:50%;width:6px;height:6px;animation:1.4s infinite typingDot}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.dashboard-preview-demo{background:var(--white);border-radius:var(--radius-lg);width:260px;box-shadow:var(--shadow-lg);padding:1.25rem}.dashboard-preview-demo h4{color:var(--dark);border-bottom:1px solid var(--gray-200);margin-bottom:1rem;padding-bottom:.75rem;font-size:.9rem;font-weight:600}.stat-row-demo{justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.stat-row-demo span{color:var(--gray-600);font-size:.85rem}.stat-row-demo strong{color:var(--primary);font-size:.95rem;font-weight:600}@media (max-width:968px){.demo-grid{grid-template-columns:1fr;gap:3rem}.demo-phone{order:-1}}@media (max-width:480px){.ai-demo-section{padding:4rem 0}.phone-frame-demo{width:260px}.dashboard-preview-demo{width:240px}.demo-feature{font-size:.9rem}}.hero-visuals-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:320px;display:grid}.hero-visual-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);animation:.6s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:#ffffff1a;border:1px solid #fff3;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;transition:all .3s;display:flex}.hero-visual-card:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-5px)}.visual-icon{margin-bottom:.5rem;font-size:2.5rem}.visual-label{color:var(--white);text-align:center;font-size:.85rem;font-weight:600}.iphone-promax-mockup{background:linear-gradient(145deg,#1a1a2e 0%,#0f0f1a 100%);border-radius:50px;width:340px;padding:14px;position:relative;box-shadow:0 50px 100px #0006,inset 0 1px #ffffff1a,inset 0 -1px #0000004d}.iphone-dynamic-island{background:#000;border-radius:20px;width:100px;height:30px;margin:0 auto 10px;position:relative}.iphone-dynamic-island:before{content:"";background:#1a1a2e;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.iphone-screen-promax{background:linear-gradient(#fafafa 0%,#f5f5f5 100%);border-radius:38px;min-height:520px;overflow:hidden}.insta-header-promax{background:var(--white);border-bottom:1px solid #eee;padding:12px 16px}.insta-profile-row{align-items:center;gap:10px;display:flex}.insta-avatar-small{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888) border-box;border:2px solid #0000;border-radius:50%;width:32px;height:32px;overflow:hidden}.insta-avatar-small img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:100%;height:100%}.insta-username{color:#262626;font-size:.9rem;font-weight:600}.insta-verified{color:#fff;background:#3897f0;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;display:inline-flex}.insta-post-promax{aspect-ratio:1;overflow:hidden}.insta-post-image{object-fit:cover;width:100%;height:100%}.insta-actions-promax{background:var(--white);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.action-left-promax{gap:16px;display:flex}.insta-actions-promax svg{color:#262626;cursor:pointer;width:24px;height:24px;transition:transform .2s}.insta-actions-promax svg:hover{transform:scale(1.1)}.insta-likes-promax{color:#262626;background:var(--white);padding:0 16px 12px;font-size:.9rem;font-weight:600}.floating-stats-promax{position:absolute;bottom:-20px;right:-20px}.instagram-visual-new{justify-content:center;align-items:center;display:flex;position:relative}.floating-stat{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;align-items:center;padding:1rem;animation:3s ease-in-out infinite float;display:flex}.fs-icon{margin-bottom:.25rem;font-size:1.5rem}.fs-value{color:var(--primary);font-size:1.25rem;font-weight:700}.fs-label{color:var(--gray-600);font-size:.75rem}@media (max-width:968px){.hero-visuals-grid{gap:.75rem;max-width:280px}.visual-icon{font-size:2rem}.iphone-promax-mockup{width:300px}.iphone-screen-promax{min-height:450px}}@media (max-width:768px){.hero-visuals-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;max-width:100%;margin-top:2rem}.hero-visual-card{padding:1rem .5rem}.visual-icon{font-size:1.75rem}.visual-label{font-size:.75rem}.iphone-promax-mockup{width:280px}.iphone-screen-promax{border-radius:32px;min-height:420px}.iphone-promax-mockup{border-radius:44px}}@media (max-width:480px){.hero-visuals-grid{grid-template-columns:repeat(2,1fr)}.iphone-promax-mockup{width:260px}.floating-stats-promax{bottom:-10px;right:-10px}}
