@charset "UTF-8";.sms-page,.sms-page *{padding:0;margin:0;box-sizing:border-box}.sms-page{--nav-offset: 82px;padding-top:var(--nav-offset);color:#221e1e;font-family:Instrument Sans,sans-serif}@media(max-width:992px){.sms-page{--nav-offset: 74px}}.sms-page .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.sms-page .heading-vertical-stack{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.sms-page .heading-vertical-stack h1,.sms-page .heading-vertical-stack h2,.sms-page .heading-vertical-stack h3,.sms-page .heading-vertical-stack h4{margin:0}.sms-page .heading-vertical-stack .subheading{color:#221e1e;font-size:1.15rem;font-weight:600;margin:0}.sms-page h1,.sms-page h2,.sms-page h3,.sms-page h4{font-weight:700;color:#008c95}.sms-page .section-header{text-align:center;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.sms-page .section-header h2{font-size:2rem;margin-bottom:0;color:#008c95}.sms-page .section-header p{color:#91a2a1;font-size:1.1rem;font-weight:400;max-width:600px}.sms-page .cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:.3s ease;text-decoration:none;color:#fefefe}.sms-page .cta-button.primary{background:#008c95}.sms-page .cta-button.primary:hover{background:#006a71}.sms-page .cta-button.secondary{background:#e97525}.sms-page .cta-button.secondary:hover{background:#d56415}.sms-page .cta-button:disabled{opacity:.6;cursor:not-allowed}.sms-page .hero-links{margin:.75rem 0 .5rem;color:#91a2a1;font-size:.95rem}.sms-page .hero-links a{color:#008c95;font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.sms-page .hero-links a:hover{color:#00666c;border-bottom-color:currentColor}.sms-page .cta-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;border:2px solid #008c95;color:#008c95;font-weight:600;text-decoration:none;transition:all .3s ease}.sms-page .cta-link:hover{background:#008c95;color:#fefefe;transform:translateY(-1px)}.sms-page .hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.sms-page .hero-trust{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.sms-page .hero-trust span{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;background:#fefefe;border:1px solid rgba(0,140,149,.2);color:#221e1e;font-size:.85rem;font-weight:600}.sms-hero{background:#f8f9fa;padding:4.5rem 0 4rem}.sms-hero .hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}.sms-hero .hero-text{display:flex;flex-direction:column;align-items:flex-start}.sms-hero .hero-text h1{font-size:2.8rem;font-weight:700;letter-spacing:.02em}.sms-hero .hero-text p{font-size:1.2rem;margin-bottom:.9rem;color:#91a2a1;font-weight:400;max-width:42rem}.sms-hero .hero-image-wrapper{display:flex;justify-content:flex-end}.sms-hero .hero-image{width:100%;height:auto;max-width:600px;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:block}.sms-types-section{padding:4rem 0;background:#fefefe}.sms-types-section .tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.sms-types-section .tabs .tab{padding:.6rem 1.2rem;border-radius:6px;border:1px solid #91a2a1;background:transparent;color:#221e1e;font-weight:600;cursor:pointer;transition:.3s}.sms-types-section .tabs .tab.active{color:#fefefe;border-color:transparent}.sms-types-section .tabs .tab:hover{opacity:.85}.sms-types-section .sms-type-card-wrapper{display:flex;justify-content:center}.sms-types-section .sms-type-card{background:#f8f9fa;border:2px solid #91a2a1;border-radius:10px;padding:2rem;max-width:650px;width:100%;box-shadow:0 6px 14px #0000000f}.sms-types-section .sms-type-card .card-header{display:flex;align-items:center;gap:1rem;padding-left:.5rem;border-left:5px solid #008c95;margin-bottom:1rem}.sms-types-section .sms-type-card .card-header .icon-wrapper{font-size:1.6rem}.sms-types-section .sms-type-card .card-header h3{margin:0;font-weight:700}.sms-types-section .sms-type-card .card-header .tagline{font-size:.95rem;color:#91a2a1;font-weight:400}.sms-types-section .sms-type-card .card-body .description{margin-bottom:1rem;color:#221e1e;font-weight:400}.sms-types-section .sms-type-card .card-body .features-list{margin-bottom:1.2rem}.sms-types-section .sms-type-card .card-body .features-list h4{margin-bottom:.5rem;font-size:1rem;color:#008c95;font-weight:600}.sms-types-section .sms-type-card .card-body .features-list ul{padding-left:1.2rem}.sms-types-section .sms-type-card .card-body .features-list ul li{margin-bottom:.4rem;display:flex;align-items:center;gap:.5rem;font-weight:400}.sms-types-section .sms-type-card .card-body .example{padding:1rem;border-radius:8px;background:#fff}.sms-types-section .sms-type-card .card-body .example h4{font-size:1rem;margin-bottom:.4rem;font-weight:600}.benefits-section{background:#f8f9fa;padding:4rem 0}.benefits-section .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.benefits-section .benefit-card{padding:2rem;border:2px solid #91a2a1;border-radius:10px;text-align:center;transition:transform .3s ease;box-shadow:0 6px 14px #0000000d;background:#fefefe}.benefits-section .benefit-card:hover{transform:translateY(-4px);border-color:#008c95}.benefits-section .benefit-card .icon-container{font-size:2rem;margin-bottom:1rem;color:#008c95}.benefits-section .benefit-card h3{margin-bottom:.5rem;font-weight:700}.benefits-section .benefit-card .description{color:#91a2a1;font-weight:400}.choose-taifa-section{padding:4rem 0;background:#fefefe}.choose-taifa-section .choose-taifa-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.choose-taifa-section .choose-taifa-card{border:1px solid rgba(0,140,149,.2);border-radius:10px;padding:1.2rem;display:flex;gap:.75rem;align-items:flex-start;background:#008c950d}.choose-taifa-section .choose-taifa-card svg{color:#008c95;margin-top:.2rem;flex-shrink:0}.choose-taifa-section .choose-taifa-card p{color:#221e1e;font-weight:400;line-height:1.55}.use-cases-section{padding:4rem 0;background:#f8f9fa}.use-cases-section .use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.use-cases-section .use-case-chip{padding:.95rem 1rem;border-radius:8px;background:#fefefe;border:1px solid rgba(145,162,161,.45);font-weight:500;color:#221e1e;text-align:center}.sms-api-section{padding:4rem 0;background:#fefefe}.sms-api-section .api-cta-wrapper{display:flex;justify-content:center}.sender-id-section{padding:4rem 0;background:#fefefe}.sender-id-section .sender-id-content{max-width:1200px;margin:0 auto}.sender-id-section .steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.sender-id-section .step-card{background:#fefefe;border:2px solid #e1e5e9;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px #0000000d}.sender-id-section .step-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a;border-color:#008c95}.sender-id-section .step-card .icon-container{font-size:2.5rem;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background:#008c951a;color:#008c95}.sender-id-section .step-card h3{font-size:1.3rem;color:#008c95;margin-bottom:1rem;font-weight:600}.sender-id-section .step-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.sender-id-section .step-card .cta-button{margin-top:.5rem;min-width:180px}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-overlay .modal-container{background:#fefefe;border-radius:14px;width:100%;max-width:620px;height:auto;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0000004d}.modal-overlay .modal-container .modal-header{padding:1.2rem 1.6rem;background:#008c95;color:#fefefe;flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.modal-overlay .modal-container .modal-header h3{font-size:1.35rem;margin:0 0 .4rem}.modal-overlay .modal-container .modal-header .modal-subtitle{font-size:.88rem;opacity:.95;margin:0;font-weight:400}.modal-overlay .modal-container .modal-header .close-btn{background:#fff3;border:none;color:#fefefe;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;flex-shrink:0;margin-left:1rem}.modal-overlay .modal-container .modal-header .close-btn:hover{background:#ffffff4d}.modal-overlay .modal-container .modal-body{flex:1;overflow-y:auto;padding:1.8rem 1.6rem;background:#fefefe}.modal-overlay .modal-container .modal-body .form-guide{display:flex;align-items:center;gap:.6rem;background:#e975251a;padding:.8rem;border-radius:8px;margin-bottom:1.2rem;color:#221e1e;font-size:.92rem}.modal-overlay .modal-container .modal-body .form-guide svg{color:#e97525;font-size:1.2rem;flex-shrink:0}.modal-overlay .modal-container .modal-body .sender-id-form{display:grid;gap:1.8rem}.modal-overlay .modal-container .modal-body .sender-id-form .form-section{background:#fafbfb;border-radius:10px;padding:1.4rem;border:1px solid #e2e8f0}.modal-overlay .modal-container .modal-body .sender-id-form .form-section h4{display:flex;align-items:center;gap:.6rem;margin-bottom:1.3rem;color:#008c95;font-size:1.1rem;font-weight:600;padding-bottom:.7rem;border-bottom:2px solid #e0f2fe}.modal-overlay .modal-container .modal-body .sender-id-form .form-row{display:grid;grid-template-columns:1fr;gap:1.4rem}@media(min-width:640px){.modal-overlay .modal-container .modal-body .sender-id-form .form-row{grid-template-columns:1fr 1fr}}.modal-overlay .modal-container .modal-body .sender-id-form .form-group label{display:block;margin-bottom:.6rem;font-weight:600;color:#1e293b;font-size:.95rem}.modal-overlay .modal-container .modal-body .sender-id-form .form-group label .hint{display:block;font-weight:400;font-size:.85rem;color:#64748b;margin-top:.3rem}.modal-overlay .modal-container .modal-body .sender-id-form .form-group .form-input{width:100%;padding:.85rem 1rem;border:2px solid #e2e8f0;border-radius:9px;font-family:inherit;font-size:.98rem;transition:all .3s ease;background:#fefefe}.modal-overlay .modal-container .modal-body .sender-id-form .form-group .form-input:focus{outline:none;border-color:#008c95;box-shadow:0 0 0 4px #008c9526}.modal-overlay .modal-container .modal-body .sender-id-form .form-group .form-input::placeholder{color:#94a3b8}.modal-overlay .modal-container .modal-body .sender-id-form .form-group textarea.form-input{resize:vertical;min-height:110px}.modal-overlay .modal-container .modal-body .sender-id-form .form-group select.form-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23008c95' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;padding-right:2.8rem}.modal-overlay .modal-container .modal-footer{padding:1.5rem 1.6rem;background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;text-align:center}.modal-overlay .modal-container .modal-footer .cta-button{width:100%;padding:1rem;font-size:1.05rem;border-radius:12px}.pricing-section{padding:4rem 0;background:#f8f9fa}.pricing-section .pricing-table-wrapper{overflow-x:auto;margin:2rem 0}.pricing-section .pricing-table{width:100%;min-width:600px;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;box-shadow:0 6px 14px #0000000f}.pricing-section .pricing-table th{background:#008c95;color:#fefefe;padding:1.2rem 1rem;text-align:center;font-weight:700;font-size:1.1rem}.pricing-section .pricing-table td{padding:1rem;text-align:center;background:#fefefe;font-weight:400}.pricing-section .pricing-table tbody tr:nth-child(odd){background:#f8f9fa}.pricing-section .pricing-table tbody tr:hover{background:#eff1f4}.pricing-section .pricing-note{text-align:center;color:#91a2a1;font-size:.95rem;margin-top:1rem;max-width:800px;margin-left:auto;margin-right:auto}.pre-faq-cta-section{padding:4rem 0;background:#fefefe}.pre-faq-cta-section .pre-faq-content{max-width:760px;margin:0 auto;text-align:center;background:#008c9514;border:1px solid rgba(0,140,149,.2);border-radius:14px;padding:2rem}.pre-faq-cta-section .pre-faq-content h2{margin-bottom:.75rem}.pre-faq-cta-section .pre-faq-content p{color:#91a2a1;margin-bottom:1.25rem;font-weight:400}.faq-section{padding:4rem 0;background:#fefefe}.faq-section .faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-section .faq-item{border:2px solid #91a2a1;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0000000d;transition:all .3s ease}.faq-section .faq-item:hover{border-color:#008c95}.faq-section summary{padding:1.2rem 1.5rem;background:#008c95;color:#fefefe;font-weight:600;font-size:1.1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-section summary:hover{background:#00747c}.faq-section summary:after{content:"+";font-size:1.8rem;font-weight:300}.faq-section details[open] summary{background:#006a71}.faq-section details[open] summary:after{content:"−"}.faq-section .faq-answer{padding:1.5rem;background:#f8f9fa;color:#221e1e;line-height:1.6}@media(max-width:768px){.sms-hero .hero-grid{grid-template-columns:1fr;text-align:center;gap:2rem}.sms-hero .hero-text{order:1;align-items:center}.sms-hero .hero-image-wrapper{order:2;justify-content:center}.sms-page .hero-actions,.sms-page .hero-trust{justify-content:center}.modal-overlay{padding:1.5rem .5rem .5rem;align-items:flex-start}.modal-overlay .modal-container{max-width:96vw;max-height:96vh;border-radius:12px}.modal-overlay .modal-container .modal-header{padding:1rem 1.2rem}.modal-overlay .modal-container .modal-header h3{font-size:1.25rem}.modal-overlay .modal-container .modal-header .modal-subtitle{font-size:.85rem}.modal-overlay .modal-container .modal-body{padding:1.4rem 1.2rem}.modal-overlay .modal-container .modal-footer{padding:1.3rem 1.2rem}}@media(max-width:480px){.sms-hero{padding:3rem 0}.sms-hero .hero-grid{gap:1.5rem}.sms-hero .hero-text h1{font-size:2.4rem}.sms-hero .hero-text p{font-size:1.1rem}.hero-image{border-radius:10px}}.tab{transition:all .3s ease}.tab:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.sms-type-card{transition:all .3s ease}.sms-type-card:hover{transform:scale(1.02);box-shadow:0 6px 14px #00000026}
