*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#002a5c;--primary-dark:#001840;--secondary:#10b981;--accent:#f59e0b;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--bg-white:#fff;--border:#e5e7eb}body{color:var(--text-dark);background-color:var(--bg-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}button{cursor:pointer;border:none;border-radius:.5rem;font-weight:600;transition:all .2s}.hero-section{background:linear-gradient(135deg,#002a5c 0%,#001840 100%);padding:6rem 0}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-text{max-width:500px}.hero-section h1{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.hero-section h1 .highlight{color:#77e8af;font-weight:700}.hero-section p{text-align:left;margin-bottom:2rem}.hero-image{width:100%;height:auto}.hero-image img{border-radius:1rem;width:100%;height:auto;box-shadow:0 20px 40px #0000004d}@media (width<=768px){.hero-section{padding:3rem 0}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-section h1{text-align:center;font-size:2rem}.hero-section p{text-align:center;font-size:1rem}.hero-text{max-width:none}.button-group{flex-direction:column}.button-group button{width:100%}}.hero-section p{color:#ffffffe6;text-align:center;margin-bottom:2rem;font-size:1.25rem}.button-group{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{color:#002a5c;cursor:pointer;background-color:#fff;border:none;border-radius:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #002a5c33}.btn-secondary{color:#fff;cursor:pointer;background-color:#0000;border:2px solid #fff;border-radius:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .2s}.btn-secondary:hover{background-color:#ffffff1a}.features-section{padding:6rem 0}@media (width<=768px){.features-section{padding:3rem 0}.features-header h2{font-size:1.75rem}.features-grid{grid-template-columns:1fr}}.features-header{text-align:center;margin-bottom:4rem}.features-header h2{margin-bottom:1rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{border:1px solid var(--border);background:var(--bg-light);border-radius:1rem;padding:2rem;transition:all .3s}.feature-card:hover{box-shadow:0 10px 20px #0000001a}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-card h3{margin-bottom:1rem;font-size:1.25rem}.feature-card p{color:var(--text-light)}.how-section{background:var(--bg-light);padding:6rem 0}@media (width<=768px){.how-section{padding:3rem 0}.how-header h2{font-size:1.75rem}.how-grid{grid-template-columns:1fr;gap:2rem}}.how-header{text-align:center;margin-bottom:4rem}.how-header h2{margin-bottom:1rem;font-size:2.5rem}.how-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;display:grid}.step{text-align:center}.step-number{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.8rem;font-weight:800;display:flex}.step h3{margin-bottom:1rem;font-size:1.25rem}.step p{color:var(--text-light)}.pricing-section{background:linear-gradient(135deg,#002a5c 0%,#001840 100%);padding:6rem 0}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-header h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.pricing-header p{color:#d1d5db;font-size:1.1rem}.pricing-trial{color:#77e8af;margin-top:1.5rem;font-size:1.1rem;font-weight:600}.pricing-table{border-collapse:collapse;background:var(--bg-white);border-radius:1rem;width:100%;overflow:hidden;box-shadow:0 4px 15px #00000014}.pricing-table thead{color:#1f2937;background:#77e8af}.pricing-table th{text-align:center;padding:1.5rem;font-size:1rem;font-weight:600}.pricing-table td{border-top:1px solid var(--border);color:var(--text-dark);text-align:center;padding:1.5rem}.pricing-table tbody tr:hover{background-color:var(--bg-light)}.pricing-row-featured{background-color:#002a5c0d;font-weight:600}.pricing-row-featured:hover{background-color:#002a5c1a}@media (width<=768px){.pricing-section{padding:3rem 0}.pricing-header h2{font-size:1.75rem}.pricing-table{font-size:.85rem}.pricing-table th,.pricing-table td{padding:.75rem}.calls-col{display:none}.overage-col{color:var(--text-dark)}.pricing-table thead .overage-col{font-size:0}.pricing-table thead .overage-col:after{content:attr(data-mobile-header);font-size:1rem}.pricing-table tbody .overage-col{font-size:0}.pricing-table tbody .overage-col:before{content:attr(data-calls);margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.pricing-table tbody .overage-col:after{content:attr(data-rate);font-size:.85rem;display:block}.pricing-info{grid-template-columns:1fr}}.pricing-info{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.info-item{text-align:center;background:#77e8af1a;border:1px solid #77e8af4d;border-radius:.75rem;padding:1.5rem}.info-icon{margin-bottom:1rem;font-size:2rem;display:block}.info-icon-checkmark{color:#fbbf24}.info-item p{color:#d1d5db;font-size:.95rem;line-height:1.5}.cta-section{text-align:center;background:#fff;padding:6rem 0}.cta-section h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem}.cta-section p{color:var(--text-light);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.cta-section .btn-primary{background-color:var(--primary);color:#fff;margin-bottom:1rem}.cta-section .btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 20px #002a5c33}.cta-footer{color:var(--text-light);font-size:.9rem}@media (width<=768px){.cta-section{padding:3rem 0}.cta-section h2{font-size:1.75rem}.cta-section p{font-size:1rem}.cta-section .btn-primary{width:100%;max-width:100%}}footer{border-top:1px solid var(--border);background:var(--bg-light);text-align:center;color:var(--text-light);padding:3rem 0}footer p{margin-bottom:1rem}footer a{color:var(--text-light);margin:0 1rem}footer a:hover{color:var(--primary)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fffffff2;padding:.5rem 0;position:sticky;top:0}@media (width<=768px){header{border-bottom:none;padding:1rem 0}}header .container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);align-items:center;gap:.75rem;font-weight:800;display:flex}.logo img{width:auto;height:40px}.logo span{font-size:1.25rem}nav{align-items:center;gap:2rem;display:flex}nav a{color:var(--text-dark);font-weight:500}nav a:hover{color:var(--primary)}.hamburger{background:var(--primary);cursor:pointer;border:none;border-radius:.5rem;flex-direction:column;gap:.5rem;padding:.75rem 1rem;transition:all .3s;display:none}.hamburger:hover{background-color:var(--primary-dark);box-shadow:0 2px 8px #002a5c33}.hamburger span{background-color:#fff;border-radius:2px;width:28px;height:3px;transition:all .3s}.hamburger.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(8px,-8px)}@media (width<=768px){.hamburger{display:flex}header .container{justify-content:space-between;align-items:center;display:flex}nav{text-align:right;background:#fff;flex-direction:column;gap:0;max-height:0;padding:0;transition:max-height .3s ease-out;position:absolute;top:70px;left:0;right:0;overflow:hidden}nav.active{border-bottom:1px solid var(--border);max-height:400px;padding-bottom:1.5rem}nav a{border-bottom:1px solid var(--border);width:100%;padding:1rem 1.5rem;display:block}nav a:last-of-type{border-bottom:none}nav .btn-primary{background-color:var(--primary);color:#fff;width:calc(100% - 3rem);margin:1rem 1.5rem 0;padding:1rem 1.5rem}nav .btn-primary:hover{background-color:var(--primary-dark);transform:none}}.contact-section{background:linear-gradient(135deg,#002a5c 0%,#001840 100%);padding:6rem 0}.contact-grid{color:#fff;grid-template-columns:1fr 1fr;gap:3rem;display:grid}.contact-section h2{white-space:nowrap;color:#fff;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.contact-title{text-align:center;margin-bottom:3rem}.contact-info-box{border:1px solid var(--border);background:#fff;border-radius:.75rem;padding:2rem}.contact-info-item{border-bottom:1px solid var(--border);padding-bottom:2rem}.contact-info-item:last-child{border-bottom:none;padding-bottom:0}.contact-info-item h3{color:var(--primary);margin-bottom:.5rem;font-weight:600}.contact-info-item p{color:var(--text-dark);line-height:1.6}.contact-info-item a{color:var(--primary);text-decoration:none}.contact-info-item a:hover{text-decoration:underline}.contact-image{justify-content:center;align-items:center;width:100%;display:flex}.contact-image img{object-fit:contain;border-radius:1rem;width:auto;height:580px;box-shadow:0 20px 40px #0000004d}@media (width<=768px){.contact-section{padding:3rem 0}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-section h2{white-space:normal;font-size:1.5rem}.contact-image img{height:350px}}
