/*body{
    background-color: #26543a;
}*/

.bg{
    /*margin: 14%;*/
    /*background-color: #26543a;*/
    background-image: url("img/planodefundo2023.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg2{
    /*margin: 14%;*/
    /*background-color: #26543a;*/
    background-image: url("img/background2.png");
    background-size: contain;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

iframe.estrutura{
    border-width: 0px;
    height: 1200px;
}


ul{
  list-style-type:square;
}

#side_bar{
  float:left;
	width: 14%;
	margin-left: 1%;    
}

#main_frame{
  float:left;
	width: 82%;
	margin-left: 3%; 
	
}


.subsectitle{
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 30px; 
  text-align: left;
}

#programme_tab {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;   
    width: 100%;
}

#programme_tab td, #programme_tab th {
    border: 1px solid #B3B3B3;
    padding: 8px;
    
}

#programme_tab th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

#programme_tab td {
    text-align: center;
}

.sidebar-page {
    min-height: 100vh;
    margin: 0;
    padding: 18px 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fa 100%);
    color: #102f4f;
    font-family: "Segoe UI", Arial, sans-serif;
}

.sidebar-logo {
    margin: 0 auto 22px;
    text-align: center;
}

.sidebar-logo a {
    display: inline-block;
}

.sidebar-logo img {
    display: block;
    width: min(205px, 92%);
    height: auto;
    margin: 0 auto;
}

ul#menubar{
    display: grid;
    gap: 8px;
    width: min(220px, 100%);
    margin: 0 auto;
    padding: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    list-style-type: none;
}

#menubar li a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #102f4f;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 18px rgba(16, 47, 79, 0.08);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

#menubar li a.active {
    border-color: rgba(255, 255, 255, 0.32);
    color: #ffffff;
    background: linear-gradient(135deg, #286090 0%, #26543a 100%);
    box-shadow: 0 10px 24px rgba(40, 96, 144, 0.22);
}

#menubar li a:hover,
#menubar li a:focus-visible {
    border-color: rgba(40, 96, 144, 0.32);
    color: #ffffff;
    background: #286090;
    box-shadow: 0 12px 26px rgba(40, 96, 144, 0.24);
    transform: translateX(3px);
}

.container {
    position: relative;
    text-align: center;
    /*color: #26543a;*/
    /*color: white;*/    
}

.top_center {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}


hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*h1 { color: #111; font-family: 'Helvetica Neue', cursive; font-size: 40px; font-weight: bold; letter-spacing: -1px; line-height: 1; text-align: center; }*/
h1 { color: #111; font-family: 'Open Sans', sans-serif; font-size: 40px; font-weight: bold; letter-spacing: -1px; line-height: 1; text-align: center; }


h2 { color: #111; font-family: 'Open Sans', sans-serif; font-size: 25px; text-align: center; }

span.titulo{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:40px;
        color: #26543a;
}

p.lim{max-width:500px;}

.footer {
    position:absolute;
    bottom:10%;
    /*width:100%;
    height:60px;   /* Height of the footer */
    /*background:#6cf;*/
}

.registration-page {
    color: #20303f;
    font-family: "Segoe UI", Arial, sans-serif;
}

.registration-page .titulo {
    display: inline-block;
    margin-bottom: 6px;
    color: #26543a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 700;
}

.registration-card {
    max-width: 760px;
    margin: 42px 0 0;
    padding: 38px 42px;
    border: 1px solid #dce7ec;
    border-left: 6px solid #286090;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 45px rgba(16, 47, 79, 0.13);
}

.registration-label {
    margin: 0 0 8px;
    color: #3d7655;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.registration-card h1 {
    margin: 0 0 16px;
    color: #102f4f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    line-height: 1.15;
    text-align: left;
}

.registration-card p {
    max-width: 620px;
    margin: 0 0 26px;
    color: #4f6576;
    font-size: 18px;
    line-height: 1.65;
}

.registration-button {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 9px;
    color: #ffffff;
    background: #286090;
    box-shadow: 0 10px 24px rgba(40, 96, 144, 0.26);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.registration-button:hover,
.registration-button:focus-visible {
    color: #ffffff;
    background: #174a73;
    box-shadow: 0 12px 28px rgba(40, 96, 144, 0.34);
    transform: translateY(-2px);
}

@media (max-width: 700px) {
    .registration-card {
        margin-top: 28px;
        padding: 30px 24px;
    }

    .registration-page .titulo {
        font-size: 34px;
    }

    .registration-card h1 {
        font-size: 30px;
    }

    .registration-button {
        width: 100%;
    }
}

body.bg {
    box-sizing: border-box;
    min-height: 100vh;
    padding: 18px 26px 48px;
    color: #20303f;
    font-family: "Segoe UI", Arial, sans-serif;
}

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

body.bg .titulo {
    display: inline-block;
    margin-top: 10px;
    color: #102f4f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
}

body.bg hr {
    height: 3px;
    margin: 16px 0 28px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #286090, #3d7655, rgba(61, 118, 85, 0));
}

body.bg p {
    color: #20303f;
    font-size: 17px;
    line-height: 1.7;
}

body.bg a:not(.registration-button) {
    color: #286090;
    font-weight: 700;
}

.site-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 9px 13px;
    border: 1px solid #c8dce8;
    border-radius: 999px;
    color: #286090;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 18px rgba(16, 47, 79, 0.08);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.site-back:hover,
.site-back:focus-visible {
    color: #102f4f;
    box-shadow: 0 10px 22px rgba(16, 47, 79, 0.12);
    transform: translateY(-1px);
}

body.bg .subsectitle {
    margin: 34px 0 14px;
    color: #102f4f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
}

body.bg > ul {
    max-width: 860px;
    margin: 0 0 26px;
    padding: 24px 28px 24px 46px;
    border: 1px solid #dce7ec;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 34px rgba(16, 47, 79, 0.08);
}

body.bg > ul li {
    margin: 7px 0;
    line-height: 1.5;
}

body.bg .tg-wrap {
    margin-top: 24px;
    padding: 18px;
    border: 1px solid #dce7ec;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 34px rgba(16, 47, 79, 0.08);
}

body.bg .tg {
    width: 100%;
}

body.bg .container img {
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(16, 47, 79, 0.14);
}

body.bg center > p {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 12px;
}

body.bg h2 {
    color: #102f4f;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.35;
}

body.bg h3 {
    max-width: 760px;
    margin: 14px 0;
}

body.bg h3 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 16px 20px;
    border: 1px solid #dce7ec;
    border-left: 5px solid #286090;
    border-radius: 14px;
    color: #102f4f !important;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 26px rgba(16, 47, 79, 0.08);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.bg h3 a::after {
    color: #286090;
    content: "\2192";
    font-weight: 800;
}

body.bg h3 a:hover,
body.bg h3 a:focus-visible {
    border-left-color: #3d7655;
    box-shadow: 0 14px 30px rgba(16, 47, 79, 0.14);
    transform: translateY(-2px);
}

body.bg img {
    max-width: 100%;
    height: auto;
}

body.bg input[type="button"] {
    margin: 14px 6px 0;
    padding: 10px 16px;
    border: 0;
    border-radius: 9px;
    color: #ffffff;
    background: #286090;
    box-shadow: 0 8px 18px rgba(40, 96, 144, 0.2);
    cursor: pointer;
    font-weight: 800;
}

body.bg input[type="button"]:hover,
body.bg input[type="button"]:focus-visible {
    background: #174a73;
}

#moldura {
    max-width: 100%;
    border-radius: 18px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 18px 42px rgba(16, 47, 79, 0.14);
}

@media (max-width: 700px) {
    body.bg {
        padding: 16px 16px 40px;
    }

    body.bg .titulo {
        font-size: 32px;
    }

    body.bg > ul,
    body.bg .tg-wrap {
        padding: 18px;
    }

    body.bg h3 a {
        padding: 14px 16px;
    }

    #moldura {
        height: 360px !important;
    }
}

.registration-page {
    min-height: 100vh;
    margin: 0;
    color: #20303f;
    background: #f3f7f9;
    font-family: "Segoe UI", Arial, sans-serif;
}

.registration-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 28px 130px;
    color: #ffffff;
    text-align: center;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.12), transparent 28%),
        radial-gradient(circle at 84% 70%, rgba(89, 151, 112, 0.34), transparent 30%),
        linear-gradient(135deg, #102f4f 0%, #286090 58%, #26543a 100%);
}

.registration-hero::after {
    position: absolute;
    right: -12%;
    bottom: -86px;
    left: -12%;
    height: 140px;
    border-radius: 50% 50% 0 0;
    background: #f3f7f9;
    content: "";
}

.registration-eyebrow {
    margin: 42px 0 12px;
    color: #cfe8d7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.registration-hero h1 {
    max-width: 780px;
    margin: 0 auto;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 6vw, 4rem);
    line-height: 1.08;
    text-align: center;
}

.registration-hero > p:last-child {
    max-width: 720px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.65;
}

.site-back--light {
    position: relative;
    z-index: 1;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.site-back--light:hover,
.site-back--light:focus-visible {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.2);
}

.registration-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.8fr);
    width: min(940px, calc(100% - 48px));
    margin: -78px auto 58px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(16, 47, 79, 0.14);
}

.registration-panel__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 310px;
    padding: 36px 28px;
    color: #ffffff;
    background: linear-gradient(145deg, #143d5d, #26543a);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.registration-panel__year {
    margin-bottom: 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.8rem, 10vw, 5.8rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.registration-panel__content {
    padding: 48px 54px;
}

.registration-label {
    margin: 0 0 10px;
    color: #3d7655;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.registration-panel h2 {
    margin: 0;
    color: #102f4f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 1.15;
    text-align: left;
}

.registration-panel__content > p:not(.registration-label) {
    max-width: 600px;
    margin: 18px 0 30px;
    color: #4f6576;
    font-size: 18px;
    line-height: 1.65;
}

.registration-button {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    border-radius: 9px;
    color: #ffffff !important;
    background: #286090;
    box-shadow: 0 10px 24px rgba(40, 96, 144, 0.26);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.registration-button:hover,
.registration-button:focus-visible {
    color: #ffffff !important;
    background: #174a73;
    box-shadow: 0 12px 28px rgba(40, 96, 144, 0.34);
    transform: translateY(-2px);
}

.registration-button--secondary {
    margin-left: 10px;
    color: #286090 !important;
    border: 1px solid #b8d4e5;
    background: #ffffff;
    box-shadow: none;
}

.registration-button--secondary:hover,
.registration-button--secondary:focus-visible {
    color: #ffffff !important;
    background: #174a73;
    box-shadow: 0 12px 28px rgba(40, 96, 144, 0.2);
}

.submission-panel {
    margin-top: 28px;
}

@media (max-width: 760px) {
    .registration-hero {
        padding: 28px 20px 112px;
    }

    .registration-panel {
        grid-template-columns: 1fr;
        width: min(100% - 28px, 620px);
    }

    .registration-panel__date {
        min-height: 170px;
    }

    .registration-panel__content {
        padding: 34px 28px;
    }

    .registration-button {
        width: 100%;
    }

    .registration-button--secondary {
        margin-top: 10px;
        margin-left: 0;
    }
}

body.bg {
    position: relative;
    overflow-x: hidden;
    padding: 28px 28px 56px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 28%) top / 100% 380px no-repeat,
        radial-gradient(circle at 84% 70px, rgba(89, 151, 112, 0.34), transparent 32%) top / 100% 380px no-repeat,
        linear-gradient(135deg, #102f4f 0%, #286090 58%, #26543a 100%) top / 100% 380px no-repeat,
        #f3f7f9;
}

body.bg::after {
    position: absolute;
    top: 302px;
    right: -12%;
    left: -12%;
    z-index: 0;
    height: 150px;
    border-radius: 50% 50% 0 0;
    background: #f3f7f9;
    content: "";
}

body.bg > * {
    position: relative;
    z-index: 1;
}

body.bg a.site-back,
body.bg a.site-back:visited {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

body.bg a.site-back:hover,
body.bg a.site-back:focus-visible {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.2);
}

body.bg .titulo {
    display: block;
    max-width: 980px;
    margin: 34px auto 14px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
}

body.bg > hr,
body.bg center > hr {
    max-width: 760px;
    height: 3px;
    margin: 24px auto 112px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.36);
}

body.bg .subsectitle,
body.bg > h2,
body.bg > h3,
body.bg > p,
body.bg > ul,
body.bg .tg-wrap,
body.bg center,
body.bg > table {
    position: relative;
    z-index: 1;
}

body.bg .subsectitle {
    max-width: 980px;
    margin: 34px auto 14px;
}

body.bg > ul,
body.bg .tg-wrap,
body.bg > p,
body.bg > h2,
body.bg > h3 {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

body.bg > p {
    padding: 24px 28px;
    border: 1px solid #dce7ec;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 34px rgba(16, 47, 79, 0.08);
}

body.bg center > p {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 24px 28px;
    border: 1px solid #dce7ec;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 34px rgba(16, 47, 79, 0.08);
}

body.bg center .titulo {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 700px) {
    body.bg {
        padding: 20px 16px 44px;
        background-size: 100% 340px, 100% 340px, 100% 340px, auto;
    }

    body.bg::after {
        top: 276px;
    }

    body.bg > hr,
    body.bg center > hr {
        margin-bottom: 68px;
    }
}

.speaker-page {
    min-height: 100vh;
    margin: 0;
    color: #20303f;
    background: #f3f7f9;
    font-family: "Segoe UI", Arial, sans-serif;
}

.speaker-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 28px 138px;
    color: #ffffff;
    text-align: center;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
        radial-gradient(circle at 84% 70px, rgba(89, 151, 112, 0.34), transparent 32%),
        linear-gradient(135deg, #102f4f 0%, #286090 58%, #26543a 100%);
}

.speaker-hero::after {
    position: absolute;
    right: -12%;
    bottom: -86px;
    left: -12%;
    height: 140px;
    border-radius: 50% 50% 0 0;
    background: #f3f7f9;
    content: "";
}

.speaker-eyebrow {
    margin: 42px 0 12px;
    color: #cfe8d7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.speaker-hero h1 {
    max-width: 780px;
    margin: 0 auto;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 6vw, 4rem);
    line-height: 1.08;
    text-align: center;
}

.speaker-hero > p:last-child {
    max-width: 720px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.65;
}

.speaker-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.8fr);
    gap: 0;
    width: min(1040px, calc(100% - 48px));
    margin: -84px auto 64px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(16, 47, 79, 0.14);
}

.speaker-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 34px;
    width: min(1040px, calc(100% - 48px));
    margin: -84px auto 64px;
}

.speaker-list .speaker-card {
    width: 100%;
    margin: 0;
}

.speaker-card--compact .speaker-photo {
    min-height: 360px;
}

.speaker-card--compact .speaker-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.speaker-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 28px;
    background:
        linear-gradient(145deg, rgba(20, 61, 93, 0.9), rgba(38, 84, 58, 0.92)),
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 30%);
}

.speaker-photo img {
    display: block;
    width: min(100%, 320px);
    max-height: 520px;
    border: 5px solid rgba(255, 255, 255, 0.86);
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
    object-fit: contain;
}

.speaker-content {
    padding: 48px 54px;
}

.speaker-label,
.talk-label {
    margin: 0 0 10px;
    color: #3d7655;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.speaker-content h2 {
    margin: 0;
    color: #102f4f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.15;
}

.speaker-affiliation {
    margin: 12px 0 28px;
    color: #4f6576;
    font-size: 17px;
    font-weight: 700;
}

.talk-box {
    margin: 0 0 28px;
    padding: 20px 22px;
    border: 1px solid #c8dce8;
    border-left: 5px solid #286090;
    border-radius: 14px;
    background: #eaf3f8;
}

.talk-box h3 {
    margin: 0;
    color: #102f4f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.25;
}

.speaker-content > p:not(.speaker-label):not(.speaker-affiliation) {
    margin: 0 0 18px;
    color: #20303f;
    font-size: 17px;
    line-height: 1.75;
}

.speaker-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.speaker-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 10px;
    color: #ffffff;
    background: #286090;
    box-shadow: 0 12px 26px rgba(40, 96, 144, 0.24);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.speaker-button:hover,
.speaker-button:focus-visible {
    color: #ffffff;
    background: #174a73;
    box-shadow: 0 14px 30px rgba(40, 96, 144, 0.32);
    transform: translateY(-2px);
}

.summary-content {
    position: relative;
    z-index: 1;
    width: min(920px, calc(100% - 48px));
    margin: -84px auto 64px;
}

.summary-card {
    padding: 42px 46px;
    border: 1px solid #dce7ec;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(16, 47, 79, 0.14);
}

.summary-card p {
    margin: 0 0 20px;
    color: #20303f;
    font-size: 18px;
    line-height: 1.8;
}

.summary-card p:last-child {
    margin-bottom: 0;
}

@media (max-width: 820px) {
    .speaker-hero {
        padding: 28px 20px 118px;
    }

    .speaker-card {
        grid-template-columns: 1fr;
        width: min(100% - 28px, 680px);
    }

    .speaker-list {
        width: min(100% - 28px, 680px);
        margin-top: -72px;
    }

    .speaker-list .speaker-card {
        width: 100%;
    }

    .speaker-photo {
        min-height: 0;
        padding: 28px 22px;
    }

    .speaker-photo img {
        width: min(100%, 280px);
        max-height: 380px;
    }

    .speaker-content {
        padding: 34px 28px;
    }

    .speaker-button {
        width: 100%;
    }

    .summary-content {
        width: min(100% - 28px, 680px);
        margin-top: -72px;
    }

    .summary-card {
        padding: 30px 24px;
    }

    .summary-card p {
        font-size: 16px;
        line-height: 1.7;
    }
}

.guidelines-page {
    min-height: 100vh;
    margin: 0;
    color: #20303f;
    background: #f3f7f9;
    font-family: "Segoe UI", Arial, sans-serif;
}

.guidelines-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 28px 138px;
    color: #ffffff;
    text-align: center;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
        radial-gradient(circle at 84% 70px, rgba(89, 151, 112, 0.34), transparent 32%),
        linear-gradient(135deg, #102f4f 0%, #286090 58%, #26543a 100%);
}

.guidelines-hero::after {
    position: absolute;
    right: -12%;
    bottom: -86px;
    left: -12%;
    height: 140px;
    border-radius: 50% 50% 0 0;
    background: #f3f7f9;
    content: "";
}

.guidelines-eyebrow {
    margin: 42px 0 12px;
    color: #cfe8d7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.guidelines-hero h1 {
    max-width: 820px;
    margin: 0 auto;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 6vw, 4rem);
    line-height: 1.08;
    text-align: center;
}

.guidelines-hero > p:last-child {
    max-width: 760px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.65;
}

.guidelines-content {
    position: relative;
    z-index: 1;
    width: min(1040px, calc(100% - 48px));
    margin: -84px auto 68px;
}

.guideline-step {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 24px;
    padding: 32px;
    border: 1px solid #dce7ec;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 40px rgba(16, 47, 79, 0.1);
}

.guideline-number {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(145deg, #286090, #26543a);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 800;
}

.guideline-step h2 {
    margin: 0 0 12px;
    color: #102f4f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    line-height: 1.2;
}

.guideline-step p,
.guideline-step li {
    color: #20303f;
    font-size: 17px;
    line-height: 1.7;
}

.guideline-step ul {
    margin: 16px 0 0;
    padding-left: 22px;
}

.guideline-link,
.guideline-email {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0 8px;
    padding: 12px 16px;
    border-radius: 9px;
    color: #ffffff;
    background: #286090;
    box-shadow: 0 10px 24px rgba(40, 96, 144, 0.22);
    font-weight: 800;
    text-decoration: none;
}

.guideline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 10px 0 8px;
}

.guideline-actions .guideline-link {
    margin: 0;
}

.guideline-link--secondary {
    color: #286090;
    border: 1px solid #b8d4e5;
    background: #ffffff;
    box-shadow: none;
}

.guideline-link:hover,
.guideline-link:focus-visible,
.guideline-email:hover,
.guideline-email:focus-visible {
    color: #ffffff;
    background: #174a73;
}

.event-name {
    padding: 16px 18px;
    border-left: 5px solid #286090;
    border-radius: 12px;
    color: #102f4f !important;
    background: #eaf3f8;
    font-weight: 800;
}

.warning-box {
    margin: 20px 0;
    padding: 18px 20px;
    border: 1px solid #f2d38a;
    border-left: 5px solid #d99b20;
    border-radius: 14px;
    background: #fff8e8;
}

.warning-box strong {
    display: block;
    margin-bottom: 6px;
    color: #7a4f00;
}

.warning-box p {
    margin: 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.pricing-grid article {
    padding: 20px;
    border: 1px solid #dce7ec;
    border-radius: 16px;
    background: #f8fbfd;
}

.pricing-grid h3 {
    margin: 0 0 4px;
    color: #102f4f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.pricing-grid p {
    margin: 0 0 12px;
    color: #3d7655;
    font-weight: 800;
}

.pricing-grid ul {
    margin: 0;
}

.submission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 820px) {
    .guidelines-hero {
        padding: 28px 20px 118px;
    }

    .guidelines-content {
        width: min(100% - 28px, 680px);
    }

    .guideline-step {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 26px 22px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .guideline-link,
    .guideline-email {
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .guideline-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.poster-page {
    min-height: 100vh;
    margin: 0;
    color: #20303f;
    background: #f3f7f9;
    font-family: "Segoe UI", Arial, sans-serif;
}

.poster-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 28px 138px;
    color: #ffffff;
    text-align: center;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
        radial-gradient(circle at 84% 70px, rgba(89, 151, 112, 0.34), transparent 32%),
        linear-gradient(135deg, #102f4f 0%, #286090 58%, #26543a 100%);
}

.poster-hero::after {
    position: absolute;
    right: -12%;
    bottom: -86px;
    left: -12%;
    height: 140px;
    border-radius: 50% 50% 0 0;
    background: #f3f7f9;
    content: "";
}

.poster-eyebrow {
    margin: 42px 0 12px;
    color: #cfe8d7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.poster-hero h1 {
    max-width: 780px;
    margin: 0 auto;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 6vw, 4rem);
    line-height: 1.08;
    text-align: center;
}

.poster-hero > p:last-child {
    max-width: 720px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.65;
}

.poster-content {
    position: relative;
    z-index: 1;
    width: min(900px, calc(100% - 48px));
    margin: -84px auto 68px;
}

.poster-card {
    padding: clamp(16px, 3vw, 30px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, rgba(40, 96, 144, 0.35), rgba(38, 84, 58, 0.35)) border-box;
    box-shadow: 0 20px 50px rgba(16, 47, 79, 0.14);
    text-align: center;
}

.poster-card img {
    display: block;
    width: min(100%, 620px);
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(16, 47, 79, 0.16);
}

@media (max-width: 820px) {
    .poster-hero {
        padding: 28px 20px 118px;
    }

    .poster-content {
        width: min(100% - 28px, 680px);
    }

    .poster-card {
        border-radius: 18px;
    }

    .poster-card img {
        border-radius: 12px;
    }
}
