@charset "UTF-8";.my-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:12px;background-color:#008c95;color:#fff;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;text-align:center;min-width:120px}@supports (-webkit-touch-callout: none){.my-button{min-height:44px;padding:.75rem 1.5rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}}@media(-webkit-device-pixel-ratio:3)and (orientation:portrait){.my-button{min-height:44px;padding:.75rem 1.5rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}}@media(-webkit-device-pixel-ratio:2.75)and (orientation:portrait){.my-button{min-height:44px;padding:.75rem 1.5rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}}@media(hover:hover){.my-button:hover{background-color:#00666c;transform:translateY(-1px)}}.my-button:active{background-color:#005258;transform:translateY(1px)}.my-button.small{padding:.5rem .75rem;font-size:.875rem;min-width:100px}@supports (-webkit-touch-callout: none){.my-button.small{min-height:36px}}@media(-webkit-device-pixel-ratio:3)and (orientation:portrait){.my-button.small{min-height:36px}}@media(-webkit-device-pixel-ratio:2.75)and (orientation:portrait){.my-button.small{min-height:36px}}.my-button.large{padding:1rem 2rem;font-size:1.125rem;min-width:140px}@supports (-webkit-touch-callout: none){.my-button.large{min-height:48px}}@media(-webkit-device-pixel-ratio:3)and (orientation:portrait){.my-button.large{min-height:48px}}@media(-webkit-device-pixel-ratio:2.75)and (orientation:portrait){.my-button.large{min-height:48px}}.my-button.secondary{background-color:transparent;border:2px solid #008c95;color:#008c95}@media(hover:hover){.my-button.secondary:hover{background-color:#008c95;color:#fff}}.my-button.secondary:active{background-color:#00747c;color:#fff}@supports (-webkit-touch-callout: none){.my-button{font-weight:500}}@media(-webkit-device-pixel-ratio:3)and (orientation:portrait){.my-button{border-radius:16px}}.article-excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:413px){.article-excerpt{-webkit-line-clamp:2}}@media(-webkit-device-pixel-ratio:3)and (orientation:portrait){.article-excerpt{text-rendering:optimizeLegibility}}@media(-webkit-device-pixel-ratio:2.75)and (orientation:portrait){.article-excerpt{text-rendering:optimizeLegibility}}.responsive-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.responsive-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@supports (-webkit-touch-callout: none){.responsive-grid{-webkit-overflow-scrolling:touch}}*{padding:0;margin:0;box-sizing:border-box}.sms-page{color:#221e1e;font-family:Instrument Sans,sans-serif}.sms-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.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-hero{background:#f8f9fa;padding:4rem 0}.sms-hero .hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}.sms-hero .hero-text h1{font-size:2.8rem;margin-bottom:1rem;font-weight:700}.sms-hero .hero-text p{font-size:1.2rem;margin-bottom:1.5rem;color:#91a2a1;font-weight:400}.sms-hero .hero-image{width:100%;height:auto;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}.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}.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}.sms-hero .hero-image-wrapper{order:2}.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}
