* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

:root {
    --main: #065f71;
    --dark-bg: #0c1d21;
    --primary-blue: #095c72;
    --accent-teal: #07ffe6;
    --light-bg: #eff2f3;
}

.hero {
    height: auto;
    min-height: 100vh;
    padding: 100px 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0;
    background: linear-gradient(120deg, rgba(9, 92, 114, 0.65), rgba(0, 0, 0, 0.75)),
        url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d') center/cover no-repeat;
}

.hero.hero-home {
    background:
        radial-gradient(1200px 700px at 20% 20%, rgba(7, 255, 230, 0.18), transparent 60%),
        radial-gradient(900px 600px at 90% 30%, rgba(39, 117, 244, 0.22), transparent 55%),
        linear-gradient(120deg, rgba(3, 56, 67, 0.92), rgba(6, 95, 113, 0.72)),
        url('images/bgg.avif') center/cover no-repeat;
}

@media (min-width: 1280px) {
    .hero.hero-home {
        min-height: 100vh;
        padding: 170px 60px;
    }
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    gap: 40px;
    text-align: center;
}

.hero-content.hero-content--v2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 44px;
    text-align: center;
    align-items: center;
}

.hero-copy {
    color: #fff;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 18px;
    backdrop-filter: blur(10px);
}

.hero-content--v2 h1 {
    font-size: 2.6rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}

.hero-content--v2 p {
    font-size: 1.08rem;
    line-height: 1.7;
    max-width: 46ch;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
    justify-content: center;
}

.hero-primary,
.hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    min-width: 180px;
}

.hero-primary {
    background: linear-gradient(135deg, #07ffe6, #2775f4);
    color: #031b22;
    box-shadow: 0 16px 40px rgba(39, 117, 244, 0.35);
}

.hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 55px rgba(39, 117, 244, 0.5);
}

.hero-secondary {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.hero-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(7, 255, 230, 0.6);
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.hero-metric {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 14px 14px;
    backdrop-filter: blur(12px);
}

.hero-metric strong {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    color: #07ffe6;
    margin-bottom: 4px;
}

.hero-metric span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.86);
    letter-spacing: 0.2px;
}

.hero-visual {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: -30px -20px -40px -20px;
    background:
        radial-gradient(circle at 30% 30%, rgba(7, 255, 230, 0.22), transparent 55%),
        radial-gradient(circle at 70% 60%, rgba(39, 117, 244, 0.28), transparent 55%);
    filter: blur(40px);
    opacity: 0.9;
    pointer-events: none;
}

.hero-visual-media {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
}

.hero-visual-media img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.hero-visual-card {
    position: absolute;
    left: 16px;
    right: 16px;
    padding: 16px 16px;
    border-radius: 18px;
    background: rgba(5, 26, 32, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.hero-visual-card--top {
    top: -18px;
}

.hero-visual-card--bottom {
    bottom: -18px;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(7, 255, 230, 0.14);
    border: 1px solid rgba(7, 255, 230, 0.35);
    color: #c6fffb;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-visual-title {
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 6px;
}

.hero-visual-sub {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 900px) {
    .hero-content--v2 h1 {
        font-size: 3.4rem;
    }
}

@media (max-width: 480px) {
    .hero-content--v2 h1 {
        font-size: 2.1rem;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }
}

.left-text {
    width: 100%;
    color: white;
}

.left-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.left-text h1 span {
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: #fff;
    font-weight: 800;
}

.left-text p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 500px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
}

.cta-btn {
    margin-top: 20px;
    padding: 14px 28px;
    font-size: 17px;
    background: linear-gradient(135deg, #0f939c, #2775f4);
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 250px;
}

.cta-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.right-card {
    width: 100%;
    max-width: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.floating-shape {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #4dd9e8 0%, rgba(0, 0, 0, 0) 70%);
    opacity: 0.6;
    filter: blur(40px);
    top: -20px;
    right: 20px;
    animation: float 5s infinite ease-in-out;
}

.glass-box {
    background: rgba(255, 255, 255, 0.12);
    padding: 30px 25px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    width: 100%;
    transition: 0.3s ease;
}

.glass-box:hover {
    transform: scale(1.03);
}

.glass-box h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.glass-box p {
    color: #dff9ff;
    font-size: 16px;
    opacity: 0.8;
    line-height: 1.5;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0);
    }
}

.features {
    text-align: center;
    padding: 60px 20px;
    background: var(--light-bg);
}

.title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-blue);
    text-transform: uppercase;
}

.subtitle {
    font-size: 1rem;
    color: #555;
    max-width: 650px;
    margin: 0 auto 40px;
    line-height: 1.6;
    padding: 0 10px;
}

.grids {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.grid1 {
    background: linear-gradient(125deg, #f3ecec, #9ec7d3);
    border-radius: 18px;
    padding: 25px 20px;
    text-align: left;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.grid1:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.grid1 img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.grid1 h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #222;
}

.grid1 p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.grid1 a {
    font-weight: 600;
    color: var(--primary-blue);
    text-decoration: none;
    transition: 0.2s;
    font-size: 1rem;
}

.grid1 a:hover {
    text-decoration: underline;
}

.offer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
    background: linear-gradient(#fffeff, rgb(128, 178, 196));
}

.offer-left {
    width: 100%;
    display: flex;
    justify-content: center;
}

.offer-left img {
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
}

.offer-right {
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.offer-right h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.offer-right p {
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1rem;
    padding: 0 10px;
}

.offer-list {
    margin: 25px 0;
    list-style: none;
    padding: 0;
    text-align: left;
}

.offer-list li {
    font-size: 1rem;
    margin: 10px 0;
    color: #3b3b3b;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}

.offer-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-blue);
    font-weight: bold;
}

.offer-btn {
    padding: 14px 30px;
    background: var(--primary-blue);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    max-width: 250px;
}

.offer-btn:hover {
    background: #63a8b3;
    color: #060606;
    transform: translateY(-3px);
}

.review-section {
    padding: 60px 20px;
    background: #edf2f4;
    text-align: center;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

.section-subtitle {
    color: #5a5a5a;
    margin-bottom: 40px;
    font-size: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.star-rating {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.rating {
    padding: 25px 20px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(155, 80, 255, 0.15);
    transition: all 0.35s;
    text-align: center;
    width: 100%;
}

.rating:hover {
    border-top: 3px solid #164f67;
    box-shadow: 0 15px 35px rgba(60, 128, 255, 0.25);
}

.rating-grid {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
    padding: 4px;
    background: linear-gradient(135deg, #6bdaff, #274d78);
}

.rating-grid img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.rating h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #23004a;
    margin-bottom: 5px;
}

.role {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.review {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}

.stars {
    color: #ffcc33;
    font-size: 1.1rem;
}

.tools-section {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(135deg, #c1deed, #ffffff);
}

.tools-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--main);
}

.sub-title {
    color: #555;
    margin-bottom: 40px;
    font-size: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.tools-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.tool-card {
    background: rgba(156, 204, 215, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 8px 20px rgba(45, 204, 225, 0.08);
    transition: all 0.3s ease;
    border: 3px solid rgba(33, 122, 121, 0.4);
    width: 100%;
}

.tool-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(85, 84, 84, 0.12);
}

.icon-circle {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a1c4ff, #c2e9fb);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--primary-blue);
}

.tool-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
    color: #222;
}

.tool-card p {
    color: #454647;
    font-size: 0.9rem;
    line-height: 1.5;
}

.tech-cta-container {
    padding: 60px 20px;
    background-color: #dbf5f8;
    color: var(--primary-blue);
    text-align: center;
}

.cta-main-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
    padding: 0 10px;
}

.cta-sub-title {
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cta-card {
    padding: 25px 20px;
    background: white;
    border: 1px solid rgba(56, 52, 52, 0.15);
    border-radius: 12px;
    transition: all 0.3s;
    width: 100%;
}

.cta-card:hover {
    transform: translateY(-8px);
    border-color: #3595a1;
    box-shadow: 0 0 18px #64ffda55;
}

.cta-card h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #222;
}

.cta-card p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

.cta-bottom {
    background: #ffffff;
    padding: 34px 22px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin: 20px auto 0;
    max-width: 980px;
    border: 1px solid rgba(6, 95, 113, 0.15);
    box-shadow: 0 18px 40px rgba(3, 56, 67, 0.12);
}

.cta-bottom-copy h3 {
    font-size: 1.45rem;
    line-height: 1.25;
    color: #033843;
    font-weight: 900;
    margin-bottom: 10px;
}

.cta-bottom-copy p {
    font-size: 1rem;
    color: #2b5a67;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 70ch;
}

.cta-bottom-actions {
    display: flex;
    justify-content: flex-start;
}

.cta-bottom .cta-btn {
    padding: 14px 26px;
    margin-bottom: 0;
    background: linear-gradient(135deg, #07ffe6, #2775f4);
    color: #031b22;
    font-weight: 900;
    text-decoration: none;
    border-radius: 14px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    width: auto;
    max-width: none;
    box-shadow: 0 18px 44px rgba(39, 117, 244, 0.25);
}

.cta-bottom .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 52px rgba(39, 117, 244, 0.35);
}

.tech-faq-section {
    background: #e5f5fc;
    padding: 60px 20px;
    text-align: center;
    color: #040404;
    position: relative;
}

.faq-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
    padding: 0 10px;
}

.faq-subtitle {
    font-size: 1rem;
    opacity: 0.7;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: rgba(1, 1, 1, 0.04);
    padding: 20px;
    border-left: 4px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.faq-item:hover {
    border-left-color: var(--main);
    background: rgba(255, 255, 255, 0.15);
}

.faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.faq-answer {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    display: none;
    text-align: left;
}

.faq-item:hover .faq-answer {
    display: block;
}
/* 
.tech-footer {
    background: var(--main);
    padding: 50px 20px;
    color: #d7e1ff;
    position: relative;
    overflow: hidden;
}

.footer-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.footer-brand {
    width: 100%;
}

.footer-brand h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.footer-brand p {
    opacity: 0.7;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.footer-socials {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    border: 1px solid #00b3ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
}

.footer-socials a:hover {
    background: #00b7ff;
    color: #0c1020;
    box-shadow: 0 0 12px #00eaff;
}

.footer-links-grid {
    display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 40px;
  
}

.footer-column {
    width: 100%;
     gap: 10px;
}

.footer-column h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #e3eeff;
}

.footer-column a {
    display: block;
    margin-bottom: 10px;
    opacity: 0.7;
    transition: all 0.3s;
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-column a:hover {
    opacity: 1;
    color: #00aeff;
    transform: translateX(6px);
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0.7;
    font-size: 0.85rem;
} */














.dark-mode {
    background: var(--dark-bg);
    color: #eee;
}

.dark-mode .features {
    background: #044653;
    color: #eee;
}

.dark-mode .features h2,
.dark-mode .features .title {
    color: #eee;
}

.dark-mode .features p,
.dark-mode .features .subtitle {
    color: #b0b0b0;
}

.dark-mode .offer-section {
    background: #033843;
    color: #eee;
}

.dark-mode .offer-section h2 {
    color: #eee;
}

.dark-mode .offer-section p {
    color: #c5c1c1;
}

.dark-mode .offer-section li {
    color: #efe7e7;
}

.dark-mode .review-section {
    background: #044653;
    color: #eee;
}

.dark-mode .review-section h2 {
    color: #eee;
}

.dark-mode .review-section p {
    color: #b0b0b0;
}

.dark-mode .tools-section {
    background: #033843;
    color: #eee;
}

.dark-mode .tools-section h2 {
    color: #eee;
}

.dark-mode .tools-section p {
    color: #e0dbdb;
}

.dark-mode .tech-cta-container {
    background: #044653;
    color: #eee;
}

.dark-mode .cta-card h3 {
    color: #222;
}

.dark-mode .cta-card p {
    color: #666;
}

.dark-mode .cta-bottom-copy h3 {
    color: #e8ffff;
}

.dark-mode .cta-bottom-copy p {
    color: rgba(232, 255, 255, 0.78);
}

.dark-mode .tech-faq-section {
    background: #033843;
    color: #eee;
}

.rtl {
    direction: rtl;
}


@media (min-width: 768px) {
    .hero {
        padding: 120px 40px 80px;
    }
    
    .left-text h1 {
        font-size: 3rem;
    }
    
    .hero-content {
        flex-direction: row;
        text-align: left;
        gap: 60px;
    }
    
    .left-text {
        width: 55%;
        text-align: left;
    }
    
    .right-card {
        width: 45%;
        margin-top: 0;
    }
    
    .left-text p {
        margin-left: 0;
        margin-right: 0;
    }
    
    .cta-btn {
        width: auto;
        max-width: none;
    }
    
    .features {
        padding: 80px 40px;
    }
    
    .title {
        font-size: 2.5rem;
    }
    
    .grids {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .offer-section {
        flex-direction: row;
        text-align: left;
        padding: 80px 40px;
        gap: 60px;
    }
    
    .offer-right {
        text-align: left;
        max-width: 500px;
        margin-left: 0;
    }
    
    .offer-right p {
        padding: 0;
    }

    .offer-btn {
        width: auto;
    }
    
    /* Reviews */
    .review-section {
        padding: 80px 40px;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    .star-rating {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tools-section {
        padding: 80px 40px;
    }
    
    .tools-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tech-cta-container {
        padding: 80px 40px;
    }
    
    .cta-main-title {
        font-size: 2.5rem;
    }
    
    .cta-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-bottom {
        flex-direction: row;
        padding: 42px 36px;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .cta-bottom-actions {
        justify-content: flex-end;
    }
    
    .cta-bottom .cta-btn {
        width: auto;
    }
    
    .tech-faq-section {
        padding: 80px 40px;
    }
    
    .faq-title {
        font-size: 2.5rem;
    }
    
    .tech-footer {
        padding: 70px 40px;
    }
    
    .footer-top {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .footer-brand {
        width: 40%;
    }
    
    .footer-links-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 55%;
    }
}

@media (min-width: 992px) {
    .hero {
        height: 80vh;
        padding: 80px 40px;
    }
    
    .left-text h1 {
        font-size: 3.5rem;
    }
    
    .grids {
        grid-template-columns: repeat(4, 1fr);
    }
    
    /* Reviews */
    .star-rating {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .tools-container {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .cta-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .footer-links-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }
}

@media (min-width: 1200px) {
    .hero-content,
    .grids,
    .tools-container,
    .cta-grid,
    .star-rating {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .features,
    .offer-section,
    .review-section,
    .tools-section,
    .tech-cta-container,
    .tech-faq-section {
        padding-left: calc((100% - 1200px) / 2);
        padding-right: calc((100% - 1200px) / 2);
    }
}

@media (max-width: 400px) {
    .hero {
        padding: 90px 15px 50px;
    }
    
    .left-text h1 {
        font-size: 2rem;
    }
    
    .left-text p {
        font-size: 1rem;
    }
    
    .cta-btn {
        padding: 12px 20px;
        font-size: 16px;
    }
    
    .glass-box {
        padding: 25px 15px;
    }
    
    .glass-box h3 {
        font-size: 20px;
    }
    
    .title,
    .section-title,
    .tools-section h2,
    .cta-main-title,
    .faq-title {
        font-size: 1.8rem;
    }
    
    .tools-container,
    .grids {
        gap: 15px;
    }
    
    .tool-card,
    .grid1 {
        padding: 20px 15px;
    }
}

@media (orientation: landscape) and (max-height: 600px) {
    .hero {
        height: auto;
        min-height: 100vh;
    }
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.hero {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.hero-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.left-text {
    width: 100%;
    max-width: 100%;
}

.left-text h1 {
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.left-text p {
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    body, html {
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }
    
    .hero,
    .features,
    .offer-section,
    .review-section,
    .tools-section,
    .tech-cta-container,
    .tech-faq-section,
    .tech-footer {
        width: 100% !important;
        max-width: 100vw !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .hero-content,
    .grids,
    .tools-container,
    .cta-grid,
    .star-rating,
    .faq-wrapper,
    .footer-top {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .grid1,
    .tool-card,
    .cta-card,
    .rating,
    .faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
    
    * {
        max-width: 100%;
    }
    
    h1, h2, h3, h4, h5, h6,
    .title, .section-title, .faq-title,
    .cta-main-title {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        max-width: 100%;
    }
    
    p, span, li, a {
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
  
    .hero,
    .features,
    .offer-section,
    .review-section,
    .tools-section,
    .tech-cta-container,
    .tech-faq-section,
    .tech-footer {
        padding-left: 15px !important;
        padding-right: 15px !important;
          margin-top: 35px;
    }
    
    .hero {
        margin-top: 0 !important;
    }
    
    .left-text h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    .title,
    .section-title,
    .tools-section h2,
    .cta-main-title,
    .faq-title {
        font-size: 1.6rem;
    }
    
    .left-text p,
    .subtitle,
    .section-subtitle,
    .sub-title,
    .cta-sub-title,
    .faq-subtitle {
        font-size: 0.95rem;
    }
}

.hero-content,
.grids,
.tools-container,
.cta-grid,
.star-rating {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

.grids {
    display: grid;
    grid-template-rows: 4fr;
    gap: 35px;
    width: 500%;
    max-width: 100%;
    margin-top: 30px;
    padding: 0;
}

.grid1 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 25px 20px;
    box-sizing: border-box;
}

.grid1 img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
}

.text-break {
    word-break: break-word;
    overflow-wrap: break-word;
}

.grid1 h3,
.tool-card h3,
.cta-card h3,
.rating h3 {
    word-break: break-word;
    overflow-wrap: break-word;
}

.features .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: center;
}

.features .subtitle {
    font-size: 1rem;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .grids {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }
    
    .grid1 {
        min-height: auto;
        padding: 20px;
    }
    
    .grid1 h3 {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    
    .grid1 p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}
.offer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding: 60px 20px;
    background: linear-gradient(#fffeff, rgb(128, 178, 196));
    box-sizing: border-box;
}

.offer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    box-sizing: border-box;
}

.offer-left {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    order: 2; 
}

.offer-left img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.offer-right {
    width: 100%;
    max-width: 100%;
    text-align: center;
    order: 1; 
    box-sizing: border-box;
    padding: 0 10px;
}

.offer-right h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #095c72;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
}

.offer-right h3 {
    font-size: 1.3rem;
    color: #2775f4;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.offer-right > p {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.offer-list {
    margin: 25px 0;
    list-style: none;
    padding: 0;
    text-align: left;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.offer-list li {
    font-size: 1rem;
    margin: 12px 0;
    color: #3b3b3b;
    font-weight: 500;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}

.offer-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #095c72;
    font-weight: bold;
    font-size: 1.2rem;
    width: 25px;
    height: 25px;
    background: rgba(9, 92, 114, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.offer-btn {
    padding: 16px 40px;
    background: #095c72;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(9, 92, 114, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offer-btn:hover {
    background: #63a8b3;
    color: #060606;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(9, 92, 114, 0.4);
}

.text-center {
    text-align: center !important;
}

@media (min-width: 768px) {
    .offer-section {
        padding: 80px 40px;
    }
    
    .offer-container {
        flex-direction: row;
        gap: 60px;
        text-align: left;
    }
    
    .offer-left {
        width: 45%;
        order: 1; 
        justify-content: flex-start;
    }
    
    .offer-right {
        width: 55%;
        order: 2;
        text-align: left;
        padding: 0;
    }
    
    .offer-right h2,
    .offer-right h3,
    .offer-right > p {
        text-align: left;
        margin-left: 0;
    }
    
    .offer-list {
        margin-left: 0;
        margin-right: 0;
    }
    
    .offer-btn {
        width: auto;
        max-width: none;
    }
}


@media (min-width: 992px) {
    .offer-section {
        padding: 100px 60px;
    }
    
    .offer-container {
        gap: 80px;
    }
    
    .offer-left {
        width: 50%;
    }
    
    .offer-right {
        width: 50%;
    }
    
    .offer-right h2 {
        font-size: 2.5rem;
    }
    
    .offer-right h3 {
        font-size: 1.5rem;
    }
}


@media (max-width: 480px) {
    /* .nav-right {
        gap: 4px !important;
        margin-left:60px;
    } */
    .offer-section {
        padding: 40px 15px;
    }
    
    .offer-right h2 {
        font-size: 1.8rem;
    }
    
    .offer-right h3 {
        font-size: 1.1rem;
    }
    
    .offer-right > p {
        font-size: 0.95rem;
        padding: 0 5px;
    }
    
    .offer-list li {
        font-size: 0.95rem;
        padding-left: 30px;
    }
    
    .offer-list li:before {
        width: 20px;
        height: 20px;
        font-size: 1rem;
    }
    
    .offer-btn {
        padding: 14px 30px;
        font-size: 1rem;
    }
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-start {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.offer-right h2 + h3 {
    margin-top: -5px;
    margin-bottom: 15px;
}

.offer-right h2 {
    margin-bottom: 5px;
}

.offer-section * {
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .hero.hero-home {
        min-height: 70vh;
        padding: 40px 20px;
    }

    .left-text h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .left-text p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero.hero-home {
        padding: 40px 15px;
    }

    .left-text h1 {
        font-size: 24px;
    }

    .left-text p {
        font-size: 14px;
    }
}
