*, *::before, *::after { box-sizing: border-box; }

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    background-color: #3c657d; 
    color: #f0f0f0;  
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
}

.menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.menu>li a{
    text-decoration: none;
    color: black;
}

.menu>li a:hover{
    text-decoration: underline;
    color: #0090cc;
}

.menu2 {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.menu2>li a{
    text-decoration: none;
    color: black;
    text-align: left;
}

.menu2>li a:hover{
    text-decoration: underline;
    color: #0090cc;
}

header {
    background-color: #2e4c5f; 
    color: #ffffff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #00d4ff; 
}

.btn {
    background-color: #00d4ff; 
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}
.btn:hover {
    background-color: #0090cc;
}

.hero {
    text-align: center;
    padding: 90px 20px;
    background: linear-gradient(135deg, #3c657d, #2e4c5f); 
    color: white;
}
.hero h2 {
  font-size: 2.5rem;
}
.hero p {
  font-size: 1.2rem;
  margin: 20px 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.grid-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
    max-width: 1300px; 
    margin: 0 auto;
}

.grid-buttons .btn {
    display: block;
    text-align: center;
    padding: 15px 20px;
    height: 10px;
    background-color: #00d4ff;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.grid-buttons .btn:hover {
    background-color: #0090cc;
}

.card {
    background-color: #2e4c5f;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    border: 1px solid #00d4ff;
}

.cardFreePrompts {
    background-color: #2e4c5f;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    border: 1px solid #00d4ff;
    text-align: center;
    font-size: 24px;
}
.cardFreePrompts a{
    color: black;
    text-decoration: none;
    
}
.cardFreePrompts a:hover{
    color: cyan;
    text-decoration: underline;
}

.card h3 {
    margin-top: 0;
    color: #00d4ff;
}
.free-header {
    background-color: #2e4c5f; 
    display: flex;               
    justify-content: space-between; 
    align-items: center;        
    padding: 20px;         
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #00d4ff;
}

.free-header>h2{
    font-size: 32px;
}

.free-body {
    background-color: #3c657d; 
    padding: 55px;
    border-radius: 0 0 10px 10px; 
}

.free-body .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.hero3{
    font-size: 24px;
    text-align: center;
    padding: 120px 20px;
    background: linear-gradient(135deg, #3c657d, #2e4c5f); 
    color: white;
}

.premiumContent{
    display: inline-block;
    text-align: left;
    justify-content: center;
    align-items: center;
    background-color: #0090cc;
    border: #00d4ff solid;
    border-width: 2px;
    padding: 15px;
    padding-top: 5px;
}

#premiumP{
    font-size: medium;
    border-radius: 1%;
}

#premiumH{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 1%;
    color: #00d4ff;
}

.site-footer {
    background-color: #2e4c5f;
    color: #ffffff;
    padding: 20px 10px;  
    border-top: 2px solid #00d4ff;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;           
    flex-wrap: wrap;     
    max-width: 1200px;
    margin: 0 auto;
    font-size: medium;
}

.footer-column h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #00d4ff;
    font-size: 18px;
}

.footer-column p {
    margin: 5px 0;
    line-height: 1.5; 
}

.form-wrap {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    height: 80vh;
    display: grid;
    place-items: center;
}

.form-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}


.footer-bottom {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #00d4ff;
    padding-top: 10px;
}

.FPZ{
    padding: 35px 40px;
    font-size: 26px;
    text-align: left;
}

.shape {
    flex: 1;
    padding: 60px;
    background: rgba(255,255,255,0.15);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 90%);
    transition: transform 0.4s ease, background 0.3s ease;
}

.shape:hover {
    transform: scale(1.05);
    background: rgba(255,255,255,0.25);
}

.APS{
    font-size: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    color: white;
}

.APS2{
    font-size: 36px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    color: white;
}

.help-section {
    padding: 30px;
    color: white;
}

.help-title {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: cyan;
    margin-bottom: 40px;
}

.help-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.help-text {
    flex: 2;
    font-size: 28px;
    line-height: 1.6;
    margin-left: 220px;
    margin-bottom: 40px;
}

.help-shape2 {
    flex: 1;
    display: inline-block;
    justify-content: left;
    align-items: left;
}

.shape2 {
    width: 250px;
    height: 150px;
    background: #2a6f97;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.shape2 a {
    color: #00ffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 26px;
}

.shape2:hover{
    transform: scale(1.05);
    background: rgba(20, 118, 236, 0.908);
}

.help-shape3 {
    flex: 1;
    display: inline-block;
    margin-left: 956px;
    
}

.shape3 {
    width: 250px;
    height: 150px;
    background: #2a6f97;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.shape3 a {
    color: #00ffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 26px;
}

.shape3:hover{
    transform: scale(1.05);
    background: rgba(20, 118, 236, 0.908);
}


#intro {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: #0e1726;         
    color: #ffffff;
}

body.intro-active { overflow: hidden; }

#intro .intro-inner {
    text-align: center;
    max-width: 900px;
    padding: 24px;
    opacity: 0;
    transform: scale(0.96);
    animation: introIn 600ms ease-out forwards;
}

.intro-title {
    font-size: clamp(36px, 6vw, 68px);
    line-height: 1.06;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.intro-slogan {
    font-size: clamp(16px, 2.2vw, 22px);
    line-height: 1.45;
    opacity: 0;
    transform: translateY(8px);
    animation: introUp 500ms ease-out forwards;
    animation-delay: 180ms;  
}

.intro-actions {
    margin-top: 22px;
    display: inline-flex;
    gap: 12px;
}

.intro-cta,
.intro-skip {
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px 18px;
    transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
}

.intro-cta {
    background: #00d4ff;
    color: #0d1117;
    text-decoration: none;
}
.intro-cta:hover { transform: translateY(-1px); }

.intro-skip {
    background: transparent;
    color: #e5e7eb;
    border: 1px solid rgba(255,255,255,.25);
}
.intro-skip:hover { background: rgba(255,255,255,.06); }

#intro.leaving {
    animation: introOut 650ms ease forwards;
}

body.page-fade-in {
    animation: pageIn 480ms ease forwards;
}

@keyframes introIn {
    to { opacity: 1; transform: scale(1); }
}

@keyframes introUp {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes introOut {
    to { opacity: 0; }
}

@keyframes pageIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.tutorial-text {
    text-align: center;
    align-items: center;
    display: flex;
    font-size: 22px;
}

.video {
    width: 100%;
    display: flex;
    justify-content: center; 
    margin: 32px 0;
}

.video > video {
    width: 20%;       
    max-width: 600px; 
    min-width: 300px; 
    height: auto;
    display: block;
    border: 0;
}

.brand { display:flex; align-items:center; gap:10px; text-decoration:none; }
.logo { display:block; height:auto; }
.brand-text { font-weight:800; font-size:20px; color:#fff; }

.menu { list-style:none; display:flex; gap:16px; margin:0; padding:0; }
.menu a { text-decoration:none; }

.shapes-section {
    background: #3c657d;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 100px 20px;
    min-height: 100vh;
    color: white;
    font-size: 1.3rem;
    gap: 30px;
}

@media (max-width: 600px) {
    nav {
        text-align: center;
    }

    header {
        position: sticky; top: 0; z-index: 1000;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    nav ul.menu {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .tutorial-text{ margin-right:0; max-width:none; padding:16px; }

    .form-wrap { 
        height: 75vh; 
    }

    .hero{
        padding: 60px 15px;
    }

    .hero h2 {
        font-size: 2rem;
    }
    .hero p {
        font-size: 1rem;
    }
    
    .hero3{
        padding: 60px 15px;
        font-size: 2rem;
    }

    section {
        padding: 40px 15px;
    }
    
    .grid {
        grid-template-columns: 1fr; 
    }

    #intro .intro-inner,
    .intro-slogan,
    body.page-fade-in {
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}
